@charset "UTF-8";
@font-face {
  font-family: Shabnam;
  src: url("/assets/fonts/Shabnam.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: Shabnam;
  src: url("/assets/fonts/Shabnam-Bold.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: Shabnam;
  src: url("/assets/fonts/Shabnam-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: ShabnamFD;
  src: url("/assets/fonts/Shabnam-FD.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: ShabnamFD;
  src: url("/assets/fonts/Shabnam-Bold-FD.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: ShabnamFD;
  src: url("/assets/fonts/Shabnam-Light-FD.woff") format("woff");
  font-weight: 300;
}
/***scrollbar***/
/* Track */
::-webkit-scrollbar {
  height: 12px;
  width: 12px;
  background: lightgray;
}

::-webkit-scrollbar-thumb {
  background: gray;
}

.farsi-digits {
  font-family: ShabnamFD, Tahoma, sans-serif;
  /*color:#ffffff !important;*/
}

body {
  font-family: Shabnam, Tahoma, sans-serif;
  overflow-x: hidden;
}

:root {
  --primary-bg: #f5f5f5;
}

main {
  background-color: #eeeeee;
  padding-bottom: 20px;
}

.img-logo {
  height: 100%;
  width: auto;
}

.img-logo-height {
  height: 5rem !important;
  margin: 10px 0;
}

.img-inherit {
  height: inherit !important;
}

/*div[class^="col"] {*/
/*transition: all 1s ease;*/
/*}*/
[v-cloak] {
  display: none;
}

/**
Zoom.js
 */
/* Zoom.js styles */
img[data-action=zoom] {
  cursor: zoom-in;
}

.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 666;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

img.zoom-img {
  cursor: zoom-out;
}

.zoom-overlay {
  z-index: 420;
  background: rgba(255, 255, 255, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.zoom-overlay-open .zoom-overlay {
  filter: "alpha(opacity=100)";
  opacity: 1;
}

.card-body {
  background-color: var(--primary-bg);
}

.main-row a {
  text-decoration: none;
}

.font-small {
  font-size: small;
}

.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}

.content h3 {
  font-style: italic;
  color: #96a2a7;
}

section.top-header {
  z-index: 10;
  background-color: #eee;
}

@media only screen and (max-width: 991px) {
  section.top-header {
    margin-top: 3.5rem !important;
    padding-bottom: 3.5rem;
  }
}
section.top-header img.logo {
  height: 3.5rem !important;
  width: 10.5rem !important;
}

.top-header img.site-logo {
  width: 100%;
  object-fit: contain;
  height: 100%;
}

section.row.action-controller {
  /*height: 3.5rem;*/
  display: flex;
  align-items: center;
  overflow: visible;
}

.modal-header .close {
  margin: -1rem auto -1rem -1rem;
}

.fade-out {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 300ms;
}

.fade-in {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 300ms;
}

.btn.iconed {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn.iconed i {
  margin-left: 0.5rem;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

.owl-carousel:not(.slider) .carousel-outer-box {
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.owl-carousel:not(.slider) .carousel-outer-box .owl-item {
  transition: 0.25s;
}

.owl-carousel:not(.slider) .carousel-outer-box .owl-item:hover {
  /*box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);*/
  /*transform: translateY(-2px);*/
  transform: translate(0, -10px);
  box-shadow: 0 10px 35px -3px rgba(0, 0, 0, 0.5), 0 5px 25px 0 rgba(0, 0, 0, 0.12), 0 10px 10px -3px rgba(0, 0, 0, 0.2);
}

.owl-carousel.slider .owl-dots {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  margin-top: -2rem !important;
}

.owl-carousel .owl-dot {
  opacity: 0.5;
  outline: 0 !important;
}

.carousel-outer-box .side-control {
  width: 1.5rem;
  height: 4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  background-image: unset;
  color: #9c9c9c;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 15;
  cursor: pointer;
}

.carousel-outer-box .side-control i {
  font-size: 1rem;
}

.carousel-outer-box .side-control:hover i {
  color: #616161;
  transition: 0.3s;
}

.owl-carousel.slider .carousel-outer-box .side-control {
  background-color: transparent;
  box-shadow: none;
}

.owl-carousel .carousel-outer-box .side-control.right {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  right: 0;
}

.owl-carousel .carousel-outer-box .side-control.left {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  left: 0;
}

.owl-carousel .owl-item {
  cursor: pointer;
}

.top-header .main-row {
  background-color: var(--primary-bg);
}

@media all and (min-width: 1400px) {
  section.top-header .main-row {
    padding: 0 5rem;
  }
}
.mobile-category-button {
  color: var(--dark);
  cursor: pointer;
  padding: 0.5rem 0;
  transition: 0.3s;
}

.mobile-category-button:hover {
  color: black;
}

.user-login-register-button .dropdown-content {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  transition: 0.35s;
  top: 0;
  z-index: 100000;
  border-radius: 15px;
}

.user-login-register-button:hover .dropdown-content {
  display: block;
  visibility: visible;
  opacity: 1;
}

.link-with-border-bottom {
  border-bottom: 1px solid var(--primary);
}

.link-with-border-bottom:hover {
  text-decoration: none;
}

section .username-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 0.5rem;
}

@media only screen and (max-width: 991px) {
  .display-sm-none {
    display: none !important;
  }

  .display-sm-flex {
    display: flex !important;
  }
}
.notifyjs-bootstrap-base span {
  margin-right: 0.5rem;
}

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

a.title {
  font-size: 14px;
}

h5.title {
  font-size: 16px;
}

span.icon {
  font-size: 24px;
  opacity: 0.5;
}

span.title {
  font-size: 16px;
  opacity: 0.5;
}

span.text {
  font-size: 0.9rem !important;
  color: black !important;
}

a span.title {
  font-size: 14px;
  opacity: 1;
}

p.title {
  font-size: 0.9rem;
  opacity: 0.5;
}

span.desc {
  font-size: 12px;
}

.input-search {
  border: none !important;
}

.input-search:focus {
  box-shadow: none !important;
}

.action-red {
  position: absolute;
  left: 16px;
  opacity: 0.7;
  background-color: white;
  margin: auto 0;
}

.action {
  position: absolute;
  left: 70px;
  opacity: 0.7;
  background-color: white;
  bottom: 2px;
  font-size: 1.6rem;
}

.action-hover-red {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  background-color: #aaaaaa !important;
}

.action-hover-red:hover {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  background-color: #ef5661 !important;
  opacity: 1 !important;
  color: white !important;
}

.action-hover:hover {
  background-color: white;
  border: none !important;
  box-shadow: none !important;
}

.fotter-link {
  text-decoration: none;
  color: #666666;
  font-size: 12px;
  text-align: right !important;
  list-style-type: none;
}

.fotter-link:hover {
  text-decoration: none !important;
  color: #ef5661;
}

.shopping-features .item {
  text-align: center;
  padding: 15px;
  border-radius: 20px;
  color: #666;
}

.shopping-features .item span {
  display: block;
  width: 100%;
  margin: auto;
}

.shopping-features .item span.icon i {
  font-size: 36px;
}

.shopping-features .item span.icon {
  margin-bottom: 15px;
  width: 90px;
  filter: grayscale(1);
  transition: 0.2s;
  background: #fafafa;
  border-radius: 100px;
  height: 90px;
  line-height: 110px;
}

.shopping-features .item span.title {
  color: #999;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
}

.shopping-features .item span.desc {
  color: #aaa;
  font-size: 12px;
  font-weight: 400;
}

.shopping-features .item:hover span.icon {
  filter: grayscale(0);
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.shopping-features.style-2 .item::after {
  content: "";
  display: block;
  clear: both;
}

.shopping-features.style-2 .item {
  padding: 0 50px 0 0;
  text-align: right;
  position: relative;
}

.shopping-features.style-2 .item .icon {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 40px;
  font-size: inherit;
  height: auto;
  padding: 0;
  line-height: normal;
  text-align: center;
  background: transparent;
  transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  margin: 0 !important;
}

.shopping-features.style-2 .item .icon i {
  font-size: 32px;
  display: block;
}

.top-header input {
  display: block;
  background: #fafafa;
  border: #eee 1px solid;
  transition: 0.2s;
  font-size: 14px;
  border-radius: 10px !important;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057 !important;
}

.sticky-header {
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
  text-align: right;
}

@media only screen and (max-width: 991px) {
  .sticky-header {
    display: none !important;
  }
}
.dropdown.megamenu > .navbar-nav {
  left: inherit;
  right: 0;
}

.back-to-top {
  padding: 59px 10px 0;
  background: #eceff1;
  position: relative;
  line-height: 22px;
  overflow: hidden;
}

.back-to-top .container {
  display: flex;
  flex-direction: column;
}

.back-to-top-jump {
  font-size: 1.2rem;
  line-height: 1.1;
  color: #4a4a4a;
  position: absolute;
  height: 59px;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #f5f5f5;
  border-top: 1px solid #eceff1;
  border-bottom: 1px solid #cfd8dc;
}

.jump-top {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.icon-jump {
  width: 45px;
  height: 45px;
  background-color: #ff2a2a;
  border-radius: 50%;
  margin-left: 5px;
  text-align: center;
  vertical-align: middle;
  line-height: 46px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0.5;
  font-size: 30px;
  cursor: pointer;
  transition: all 0.3s;
  color:black;
}

.icon-jump:hover {
  opacity: 1;
  color: #ef5661;
}

.news-container div.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  div.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 14rem;
  }
}
.fotter-news {
  font-size: 1rem;
  font-weight: normal;
  text-decoration: none !important;
  color: #4a4a4a;
}

.fotter-news:hover {
  font-size: 1rem;
  font-weight: bold;
  color: #4a4a4a;
}

i.icon-news {
  font-size: 1.2rem;
  opacity: 0.5;
}

.link-normal {
  color: inherit;
}

.link-normal:hover, .link-simple:hover {
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 12px;
}

.pointer-cursor {
  cursor: pointer;
}

.footer-heder-color {
  color: #343a40;
}

.logo-background {
  background-color: #eceff1;
}

.navbar-color {
  background-color: #ffffff !important;
  color: inherit !important;
}

.card-shadow {
  /*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);*/
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.search {
  /*-------------- BASE THEME --------------*/
  /*-------------- BASE THEME --------------*/
}
.search .product {
  background-color: #ffffff;
  border-radius: 15px;
}
.search .text {
  font-size: 16px;
  color: #444;
}
.search .title {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
}
.search .menu-nav {
  text-decoration: none;
  color: #666666;
  font-size: 12px;
  text-align: right !important;
  list-style-type: none;
  cursor: pointer;
}
.search .menu-nav:hover {
  text-decoration: none !important;
  color: #ef5661;
}
.search .nav-menu-active {
  color: #666666;
  font-size: 12px;
  opacity: 0.5;
}
.search .products-header h1 {
  font-size: 18px;
  font-weight: 400;
  color: #666;
}
.search .products-header {
  padding: 20px;
  border-radius: 15px;
}
.search h1.page-title {
  font-size: 16px;
  color: #666;
  margin-bottom: 0;
  font-weight: 400;
}
.search .sort-tabs {
  margin: 15px 0 0 0;
}
.search .sort-tabs h6 {
  display: inline-block;
  font-size: 13px;
  color: #999;
  margin-left: 10px;
}
.search .sort-tabs ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.search .sort-tabs ul li {
  display: inline-block;
}
.search .sort-tabs ul li button {
  padding: 2px 10px;
  color: #777;
}
.search .sort-tabs ul li button:not(.btn-primary) {
  background-color: transparent;
}
.search .order-by-stock span.title {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  float: right;
  padding: 0 0 0 10px;
  color: #666;
  font-size: 12px;
}
.search .sort-tabs ul li .btn {
  display: inline-block;
  font-weight: 400;
  color: #666;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  font-size: 0.9rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.search .sort-tabs ul li .btn:hover {
  color: #464646;
}
.search .sort-tabs ul li .btn:focus {
  background-color: #ef5661 !important;
  border: none;
  border-radius: 15px;
  color: white;
  box-shadow: none;
}
.search .product-grid {
  border-radius: 15px;
  text-align: center;
  padding: 0 0 72px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 1rem 0;
}
.search .product-grid .product-image {
  position: relative;
  transition: all 0.3s ease 0s;
}
.search .product-grid .product-image a {
  display: block;
}
.search .product-grid .product-image img {
  width: 100%;
  height: auto;
}
.search .product-grid .pic-1 {
  opacity: 1;
  transition: all 0.3s ease-out 0s;
}
.search .product-grid:hover .pic-1 {
  opacity: 1;
}
.search .product-grid .pic-2 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out 0s;
}
.search .product-grid:hover .pic-2 {
  opacity: 1;
}
.search .product-grid .social {
  width: 150px;
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 60%;
  left: 50%;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.search .product-grid:hover .social {
  opacity: 1;
  top: 50%;
}
.search .product-grid .social li {
  display: inline-block;
}
.search .product-grid .social li a {
  color: #fff;
  background-color: #333;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  height: 40px;
  width: 40px;
  margin: 0 2px;
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.search .product-grid .social li a:hover {
  color: #fff;
  background-color: #ef5777;
}
.search .product-grid .social li a:after, .search .product-grid .social li a:before {
  content: attr(data-tip);
  color: #fff;
  background-color: #000;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 20px;
  padding: 1px 5px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -30px;
}
.search .product-grid .social li a:after {
  content: "";
  height: 15px;
  width: 15px;
  border-radius: 0;
  transform: translateX(-50%) rotate(45deg);
  top: -20px;
  z-index: -1;
}
.search .product-grid .social li a:hover:after, .search .product-grid .social li a:hover:before {
  opacity: 1;
}
.search .product-grid .product-discount-label, .search .product-grid .product-new-label {
  color: #fff;
  background-color: #ef5777;
  font-size: 12px;
  text-transform: uppercase;
  padding: 2px 7px;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}
.search .product-grid .product-discount-label {
  background-color: #333;
  left: auto;
  right: 0;
}
.search .product-grid .rating {
  color: #FFD200;
  font-size: 12px;
  padding: 12px 0 0;
  margin: 0;
  list-style: none;
  position: relative;
  z-index: -1;
}
.search .product-grid .rating li.disable {
  color: rgba(0, 0, 0, 0.2);
}
.search .product-grid .product-content {
  background-color: #fff;
  text-align: center;
  padding: 12px 0;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -27px;
  z-index: 1;
  transition: all 0.3s;
}
.search .product-grid:hover .product-content {
  bottom: 0;
}
.search .product-grid .title {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  margin: 0 0 10px;
  transition: all 0.3s ease 0s;
}
.search .product-grid .title a {
  color: #828282;
}
.search .product-grid .title a:hover, .search .product-grid:hover .title a {
  color: #ff5153;
}
.search .product-grid .price {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #4caf50;
  margin-bottom: 8px;
  text-align: center;
  transition: all 0.3s;
}
.search .product-grid .price span {
  color: #ff5153;
  font-size: 13px;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 3px;
  display: inline-block;
}
@media only screen and (max-width: 990px) {
  .search .product-grid {
    margin-bottom: 30px;
  }
}
.search .product-collapse {
  background: #f5f5f5;
  padding: 10px 20px;
  border-radius: 15px;
  margin: 0 20px;
}
.search .prm-brands-widget-image {
  filter: grayscale(100%);
  opacity: 0.7;
  max-height: 45px;
  max-width: 45px;
  transition: all, 0.3s;
}
.search .prm-brands-widget-image:hover {
  filter: none;
  opacity: 1;
}
.search .display-grid {
  display: inline-grid;
  justify-items: center;
}
.search .cycle-pg {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-flex;
}
.search .cycle-pg:hover {
  transform: scale(0.8);
  transition: 0.3s all;
  opacity: 0.9;
  cursor: pointer;
}
.search .star-rating {
  background: #f5f5f5;
  padding: 5px;
  border-radius: 15px;
  font-size: 12px;
  margin: 0 20px;
}
.search .star-rating:hover {
  background: #f1f1f1;
}
.search .pagination {
  margin: 30px 0;
}
.search .pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search .pagination ul li {
  display: inline-block;
  margin: 0 0 2px 2px;
}
.search .pagination ul li a, .search .pagination ul li span {
  display: block;
  padding: 0 15px;
  text-align: center;
  color: #666;
  transition: 0.2s;
  font-size: 16px;
  background: #fff;
  border-radius: 20px;
  height: 30px;
  line-height: 30px;
}
.search .pagination ul li a:hover {
  background: #ff5153;
  color: #fff;
  text-decoration: none;
}
.search .pagination ul li span {
  color: #999;
  background: transparent;
}
.search .pagination ul li a.next, .search .pagination ul li a.prev {
  font-size: 0;
}
.search .pagination ul li a.next::before {
  content: "بعدی";
  font-size: 13px;
  cursor: pointer;
}
.search .pagination ul li a.prev::before {
  content: "قبلی";
  font-size: 13px;
  cursor: pointer;
}
.search .button {
  border: none;
  padding: 2px 10px;
  margin-top: 5px;
  cursor: pointer;
  background: #b2b2b2;
  color: #fff;
  border-radius: 15px;
  font-size: 13px;
  width: 50px;
  float: left;
}
.search .toggle.ios {
  border-radius: 15px;
}
.search .text-decoration-none {
  text-decoration: none;
}
.search .text-decoration-none:hover {
  text-decoration: none;
}
.search .color-inherit {
  color: inherit;
}
.search .price-container {
  color: #fb3449;
}
.search .card-background {
  transition: 0.25s;
}
.search .card-background:hover {
  transform: translateY(-2px);
}
.search .card-background {
  background-color: #EEE !important;
}
.search .card-background:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.search .products-header {
  background: #fff;
}
.search .star-rating {
  background-color: #fff !important;
}
.search .menu-nav {
  color: #666666 !important;
}
.search .nav-menu-active {
  color: #ef5661 !important;
}

.product-page {
  /*------------- BASE THEME --------------------------*/
}
.product-page .menu-nav {
  text-decoration: none;
  color: #666666;
  font-size: 12px;
  text-align: right !important;
  list-style-type: none;
}
.product-page .menu-nav:hover {
  text-decoration: none !important;
  color: #ef5661;
}
.product-page .nav-menu-active {
  color: #666666;
  font-size: 12px;
  opacity: 0.5;
}
.product-page .product-single-actions {
  height: 60px;
  width: 60px;
  display: inline-grid;
  padding: 0.3em 0;
  background: #f5f5f5;
  border-radius: 10px;
  text-align: center;
  font-size: 22px;
}
.product-page .product-single-actions:hover {
  background-color: #EEEEEE;
  transition: 0.3s all;
  cursor: pointer;
  color: #ff5153;
}
@media only screen and (max-width: 767px) {
  .product-page .product-single-flex {
    display: inline-flex;
    justify-content: center;
    margin: 10px 0;
  }
}
.product-page .product-single-actions a {
  text-decoration: none;
}
.product-page .img-size {
  max-height: 370px;
  height: auto;
  padding: 20px;
}
.product-page .img-size-b {
  border: 1px solid lightgray;
  border-radius: 0.4rem;
  cursor: pointer;
  height: 5rem;
  opacity: 0.7;
}
.product-page .img-size-b:hover {
  transition: 0.3s all;
  opacity: 1;
}
.product-page .img-size-contain {
  height: auto;
  object-fit: contain;
}
.product-page .img-opacity {
  filter: blur(1px);
}
.product-page .position-close {
  position: absolute;
  z-index: 100;
  left: 20px;
  top: 20px;
}
.product-page .fotorama {
  margin: 0 auto !important;
  justify-content: center;
}
.product-page .product {
  background-color: #ffffff;
  border-radius: 10px;
}
.product-page .product-menu {
  border-radius: 10px;
}
.product-page .img-p {
  padding: 0 30px;
}
.product-page h5.title {
  font-size: 0.9rem;
  font-weight: bold;
}
.product-page li.title {
  font-size: 0.8rem;
}
.product-page ul.title {
  font-size: 0.8rem;
  margin-top: 0.8rem;
}
.product-page ul.title li {
  margin-top: 0.5rem;
}
.product-page .text {
  font-size: 1rem;
  color: #444;
}
.product-page h6.text {
  font-size: 13px;
}
.product-page label.title {
  font-size: 0.8rem;
}
.product-page select.title {
  font-size: 0.8rem;
}
.product-page .icon {
  font-size: 36px;
}
.product-page .price {
  color: #71C074;
  font-weight: bold;
}
.product-page .quantity.custom-num {
  display: inline-block;
  position: relative;
  margin-left: 15px;
  margin-right: 50px;
  float: right;
}
.product-page .quantity.custom-num input.input-text {
  height: 33.5px;
  border: none;
  text-align: center;
  padding: 0 10px;
  color: #777;
  width: 100px;
  border-radius: 20px;
  background: #fafafa;
  font-weight: 600;
}
.product-page .quantity.custom-num span {
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 0;
  background: #eee;
  width: 29.5px;
  text-align: center;
  font-size: 14px;
  line-height: 32.5px;
  cursor: pointer;
  color: #666;
  border-radius: 20px;
  height: 29.5px;
  transition: 0.2s;
}
.product-page .quantity.custom-num span:hover {
  color: #fff;
  background: #ff5153;
}
.product-page .quantity.custom-num span.m-btn {
  left: auto;
  right: 2px;
}
.product-page .btn-hover {
  font-size: 12px;
}
.product-page .btn-hover:hover {
  opacity: 0.8;
  transition: 0.3s all;
}
.product-page .link-hover:hover {
  background-color: #EF5661 !important;
  color: white !important;
}
.product-page .link-hover:focus {
  background-color: #EF5661 !important;
  color: white !important;
}
.product-page .zoomLens {
  cursor: crosshair !important;
}
.product-page .c-product {
  padding: 0 20px;
}
.product-page .c-product-item {
  display: flex;
  position: relative;
  flex-direction: column;
  padding-right: 50px;
  font-size: 11px;
  color: #333;
  line-height: 2;
  text-align: right;
}
.product-page .c-product-item:hover {
  text-decoration: none;
  color: #EF5661 !important;
}
.product-page .c-product-item-1 {
  background: url("/assets/img/01.svg") 100% 50% no-repeat;
  background-size: 55px auto;
  padding-right: 65px;
}
.product-page .c-product-item-2 {
  background: url("/assets/img/02.svg") 100% 50% no-repeat;
  background-size: 39px auto;
}
.product-page .c-product-item-3 {
  background: url("/assets/img/03.svg") 100% 50% no-repeat;
  background-size: 40px auto;
}
.product-page .c-product-item-4 {
  background: url("/assets/img/04.svg") 100% 50% no-repeat;
  background-size: 40px auto;
}
.product-page .c-product-item-5 {
  background: url("/assets/img/05.svg") 100% 50% no-repeat;
  background-size: 40px auto;
}
.product-page .product-details {
  position: relative;
  padding-bottom: 45px;
}
.product-page .icon-hover {
  font-size: 22px !important;
}
.product-page .icon-focus:hover {
  color: #464646;
  text-decoration: none;
}
.product-page .icon-focus:focus {
  color: #ef5661 !important;
}
.product-page .plus {
  color: #4caf50;
}
.product-page .negative {
  color: #ff5153;
}
.product-page ul.items {
  list-style: none;
  color: #666;
}
.product-page ul.items.plus i {
  color: #4caf50;
}
.product-page ul.items.negative i {
  color: #ff5153;
}
.product-page .description-container * {
  font-family: Shabnam, Tahoma, sans-serif !important;
  font-weight: 300;
}
.product-page .product_feature .progress {
  height: 4px;
  margin-bottom: 10px;
  clear: both;
}
.product-page .product_feature span {
  font-size: 12px;
  color: #777;
}
.product-page .product_feature span.value {
  float: left;
  font-size: 11px;
  margin-top: 5px;
}
.product-page .progress-bar {
  background-color: #888;
}
.product-page table.shop_attributes .table-title {
  width: 200px;
  text-align: center;
  color: #999;
  font-weight: 500;
  border: none;
  font-size: 0.8rem;
}
.product-page table.shop_attributes td {
  border: none;
}
.product-page .tab-content .description {
  color: #464646c7;
  line-height: 1.5rem;
  font-size: 0.95rem;
  margin-bottom: 4rem;
}
.product-page .table-gray {
  background-color: #f5f5f5 !important;
  border-bottom: #fff 2px solid !important;
  border-radius: 15px;
  font-size: 0.75rem;
  line-height: 1.5rem;
}
.product-page .comment-users-reviews {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 20px;
}
.product-page .comment-users-reviews h5.sec-title {
  color: #666;
  margin-bottom: 5px;
}
.product-page .comment-users-reviews h6.sec-desc {
  font-weight: 400;
  font-size: 13px;
  color: #999;
  margin-bottom: 15px;
}
.product-page .comment-users-reviews .progress {
  background-color: #ddd;
}
.product-page .comment-users-reviews .progress .progress-bar {
  background-color: #ff5153;
}
.product-page .comment-req-text h5 {
  color: #666;
  margin-bottom: 15px;
}
.product-page .comment-req-text p {
  color: #777;
  margin-bottom: 25px;
}
.product-page .comment-req-text .btn {
  padding: 10px 20px;
  font-size: 14px;
  margin: auto;
  opacity: 0.7;
  border-radius: 20px;
}
.product-page .comment-req-text .btn i {
  margin-left: 5px;
}
.product-page .review .comment-actions {
  justify-content: left;
  display: flex;
}
.product-page .review .comment-actions .title {
  color: #999;
}
.product-page .review .comment-actions > div {
  display: flex;
  align-items: center;
}
.product-page .review .comment-actions button {
  background: #f5f5f5;
  border: none;
  display: block;
  padding: 0 10px 0 5px;
  border-radius: 20px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 30px;
  opacity: 0.8;
  transition: 0.2s;
}
.product-page .review .comment-actions button:hover {
  opacity: 1;
}
.product-page .review .comment-actions > div {
  margin-right: 10px;
}
.product-page .comment-like button {
  background: #f5f5f5;
  border: none;
  display: block;
  padding: 0 10px 0 10px;
  border-radius: 15px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  opacity: 0.7;
  transition: 0.2s;
  margin-right: 5px;
}
.product-page .comment-like button:hover {
  opacity: 1;
  cursor: pointer;
}
.product-page .cb-comment-tabs {
  white-space: nowrap;
  justify-content: right;
  overflow: auto;
  overflow-y: hidden;
  padding-bottom: 15px;
}
.product-page .cb-comment-tabs {
  display: flex;
  align-items: center;
  justify-content: left;
  width: 100%;
  margin-top: 20px;
}
.product-page .cb-comment-tabs h6.sec-title {
  margin-left: 15px;
  font-weight: 400;
  color: #999;
  font-size: 14px;
}
.product-page .cb-comment-tabs .cb-tabs {
  display: flex;
  list-style: none;
}
.product-page .cb-comment-tabs .cb-tabs a {
  display: block;
  padding: 5px 10px;
  position: relative;
  transition: 0.2s;
}
.product-page .cb-comment-tabs .cb-tabs a:hover {
  text-decoration: none;
  color: #ff5153;
}
.product-page .cb-comment-tabs .cb-tabs .active {
  color: #ff5153;
}
.product-page .cb-comment-tabs .cb-tabs a::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #ff5153;
  position: absolute;
  top: 33px;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.2s;
}
.product-page .cb-comment-tabs .cb-tabs a:not(.active)::after {
  top: 25px;
  opacity: 0;
  visibility: hidden;
}
.product-page p.meta {
  color: #999;
  font-size: 14px;
  width: calc(100% - 140px);
}
.product-page .cb_comment_list {
  position: relative;
  min-height: 200px;
}
.product-page .comment-users {
  background: #f5f5f5;
  padding: 5px;
}
.product-page .list-style-none {
  list-style: none;
}
.product-page .plus-rates {
  list-style-type: disc;
  font-size: 14px;
  color: #666;
}
.product-page .comment-actions {
  justify-content: left;
  display: flex;
  margin-top: -15px;
  margin-right: 10px;
  color: #999;
  opacity: 0.7;
  font-size: 12px;
}
.product-page .count {
  font-size: 13px;
  height: 20px;
  min-width: 20px;
  padding: 0 5px;
  line-height: 20px;
  background: #ddd;
  color: #666;
  border-radius: 20px;
  display: inline-block;
  margin-right: 5px;
}
.product-page .comment-notes {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 20px;
}
.product-page .comment-notes h3 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #464646;
}
.product-page .comment-notes div {
  line-height: normal;
  font-size: 13px;
  color: #666;
}
.product-page .progress-bg-pad {
  background-color: #ff5153;
}
.product-page .comment-form-chip > label::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #4caf50;
  border-radius: 3px;
  margin-left: 5px;
}
.product-page .comment-form-chip.nega-cfc > label::before {
  background-color: #ff5153;
}
.product-page .comment-form-chip.plus-cfc .cb-chips ul.chip-items li {
  background-color: #deffdf;
  color: #4caf50;
}
.product-page .comment-form-chip.plus-cfc .cb-chips ul.chip-items li {
  color: #4caf50;
}
.product-page .comment-form-chip.nega-cfc .cb-chips ul.chip-items li {
  background-color: #ffd9d9;
  color: #ff5153;
}
.product-page .comment-form-chip.nega-cfc .cb-chips ul.chip-items li {
  color: #ff5153;
}
.product-page .cb-chips .add-box button.add-item {
  border: none;
  margin-right: 10px;
  position: absolute;
  left: 15px;
  top: 31px;
  bottom: 0;
  background: transparent;
  color: #999;
}
.product-page .cb-chips input.text-field {
  width: 100%;
}
.product-page .cb-chips input.text-field:not(:focus) + button {
  /*opacity: 0;*/
}
.product-page .comment-form-chip .add-item {
  display: flex;
}
.product-page .comment-form-chip .add-item i:hover {
  color: gray;
}
.product-page .rating {
  font-size: 20px;
  overflow: hidden;
}
.product-page .rating input {
  opacity: 0;
  position: absolute;
}
.product-page .rating a,
.product-page .rating label {
  float: right;
  color: #aaa;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.product-page .rating label:hover ~ label,
.product-page .rating input:focus ~ label,
.product-page .rating label:hover,
.product-page .rating a:hover,
.product-page .rating a:hover ~ a,
.product-page .rating a:focus,
.product-page .rating a:focus ~ a {
  color: orange;
  cursor: pointer;
}
.product-page .product-seller {
  display: flex;
  max-width: 100%;
  min-width: 100%;
  align-items: center;
}
.product-page .product-seller .store-avatar {
  margin-left: 30px;
  width: 200px;
  text-align: center;
}
.product-page .product-seller .store-avatar img {
  border-radius: 20px;
  background: #f5f5f5;
  margin-bottom: 15px;
}
.product-page .product-seller .store-avatar ul.details li {
  display: block;
  background: #f5f5f5;
  border-radius: 20px;
  margin: 5px 0;
  padding: 2px 10px;
  color: #666;
  width: auto;
}
.product-page .product-seller > .list-unstyled {
  width: 100%;
}
.product-page .product-grid {
  border-radius: 15px;
  text-align: center;
  padding: 0 0 72px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-page .product-grid .product-image {
  position: relative;
  transition: all 0.3s ease 0s;
}
.product-page .product-grid .product-image a {
  display: block;
}
.product-page .product-grid .product-image img {
  width: 100%;
  height: auto;
}
.product-page .product-grid .pic-1 {
  opacity: 1;
  transition: all 0.3s ease-out 0s;
}
.product-page .product-grid:hover .pic-1 {
  opacity: 1;
}
.product-page .product-grid .pic-2 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out 0s;
}
.product-page .product-grid:hover .pic-2 {
  opacity: 1;
}
.product-page .product-grid .social {
  width: 150px;
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 60%;
  left: 50%;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.product-page .product-grid:hover .social {
  opacity: 1;
  top: 50%;
}
.product-page .product-grid .social li {
  display: inline-block;
}
.product-page .product-grid .social li a {
  color: #fff;
  background-color: #333;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  height: 40px;
  width: 40px;
  margin: 0 2px;
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.product-page .product-grid .social li a:hover {
  color: #fff;
  background-color: #ef5777;
}
.product-page .product-grid .social li a:after, .product-page .product-grid .social li a:before {
  content: attr(data-tip);
  color: #fff;
  background-color: #000;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 20px;
  padding: 1px 5px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -30px;
}
.product-page .product-grid .social li a:after {
  content: "";
  height: 15px;
  width: 15px;
  border-radius: 0;
  transform: translateX(-50%) rotate(45deg);
  top: -20px;
  z-index: -1;
}
.product-page .product-grid .social li a:hover:after, .product-page .product-grid .social li a:hover:before {
  opacity: 1;
}
.product-page .product-grid .product-discount-label, .product-page .product-grid .product-new-label {
  color: #fff;
  background-color: #ef5777;
  font-size: 12px;
  text-transform: uppercase;
  padding: 2px 7px;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}
.product-page .product-grid .product-discount-label {
  background-color: #333;
  left: auto;
  right: 0;
}
.product-page .product-grid .rating {
  color: #FFD200;
  font-size: 12px;
  padding: 12px 0 0;
  margin: 0;
  list-style: none;
  position: relative;
  z-index: -1;
}
.product-page .product-grid .rating li.disable {
  color: rgba(0, 0, 0, 0.2);
}
.product-page .product-grid .product-content {
  background-color: #fff;
  text-align: center;
  padding: 10px 0 1.3rem;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -27px;
  z-index: 1;
  transition: all 0.3s;
}
.product-page .product-grid:hover .product-content {
  bottom: 10px;
}
.product-page .product-grid .title {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  margin: 0 0 10px;
  transition: all 0.3s ease 0s;
}
.product-page .product-grid .title a {
  color: #828282;
}
.product-page .product-grid .title a:hover, .product-page .product-grid:hover .title a {
  color: #ff5153;
}
.product-page .product-grid .price {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #4caf50;
  margin-bottom: 8px;
  text-align: center;
  transition: all 0.3s;
}
.product-page .product-grid .price span {
  color: #ff5153;
  font-size: 13px;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 3px;
  display: inline-block;
}
@media only screen and (max-width: 990px) {
  .product-page .product-grid {
    margin-bottom: 30px;
  }
}
.product-page .additional-info.nav li {
  display: inline-block;
  font-size: 14px;
  position: relative;
}
.product-page .additional-info.nav li a {
  display: inline-block;
  height: 55px;
  line-height: 55px;
  color: #666;
  transition: 0.2s;
}
.product-page .additional-info.nav li a:hover {
  color: #464646;
}
.product-page .comment-item {
  background-color: aliceblue;
  padding: 1rem;
}
.product-page .comment-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.product-page .login-required-alert {
  padding: 2rem;
  background: antiquewhite;
}
.product-page .product {
  background-color: #fafafa !important;
}
.product-page .product-menu {
  background-color: #F5F5F5;
}
.product-page h6.text {
  color: #444;
}
.product-page .text-danger {
  color: #dc3545 !important;
}

.register {
  /* form starting stylings ------------------------------- */
  /* LABEL ======================================= */
  /* active state */
  /* BOTTOM BARS ================================= */
  /* active state */
  /* HIGHLIGHTER ================================== */
  /* active state */
  /* ANIMATIONS ================ */
}
.register .btn-color {
  background-color: #29B6F6;
  color: #EEEEEE;
}
.register .group {
  position: relative;
  margin: 20px 0;
}
.register .user-login {
  font-size: 1rem;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #757575;
}
.register .user-login:focus {
  outline: none;
}
.register label {
  color: #495057;
  font-size: 1rem;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  right: 5px;
  top: 10px;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
}
.register .user-login:focus ~ label, .register input:valid ~ label {
  top: -15px;
  font-size: 16px;
  color: #29B6F6;
}
@media only screen and (max-width: 768px) {
  .register .user-login {
    font-size: 1rem;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #757575;
  }
  .register .bar {
    position: relative;
    display: block;
    width: 100% !important;
  }
  .register .bar:before, .register .bar:after {
    content: "";
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #29B6F6;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
  }
}
.register .bar {
  position: relative;
  display: block;
  width: 100%;
}
.register .bar:before, .register .bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #29B6F6;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.register .bar:before {
  left: 50%;
}
.register .bar:after {
  right: 50%;
}
.register .user-login:focus ~ .bar:before, .register input:focus ~ .bar:after {
  width: 50%;
}
.register .highlight {
  position: absolute;
  height: 60%;
  width: 50%;
  top: 20%;
  right: 0;
  pointer-events: none;
  opacity: 0.5;
}
.register .user-login:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.5s ease;
  -moz-animation: inputHighlighter 0.5s ease;
  animation: inputHighlighter 0.5s ease;
}
@-webkit-keyframes inputHighlighter {
  from {
    background: #29B6F6;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@-moz-keyframes inputHighlighter {
  from {
    background: #29B6F6;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@keyframes inputHighlighter {
  from {
    background: #29B6F6;
  }
  to {
    width: 0;
    background: transparent;
  }
}

.login {
  /* form starting stylings ------------------------------- */
  /* LABEL ======================================= */
  /* active state */
  /* BOTTOM BARS ================================= */
  /* active state */
  /* HIGHLIGHTER ================================== */
  /* active state */
  /* ANIMATIONS ================ */
  /* Eye open */
  /* Pupil open */
  /* Eye closed  */
  /* Pupil closed */
}
.login .link-pass {
  color: #666666;
  font-size: 0.9rem;
}
.login .link-pass:hover {
  text-decoration: none !important;
  color: #ef5661;
}
.login .btn-color {
  background-color: #29B6F6;
  color: #EEEEEE;
}
.login .group {
  position: relative;
  margin: 20px 0;
}
.login .user-login {
  font-size: 1rem;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 90%;
  text-align: left;
  border: none;
  border-bottom: 1px solid #757575;
}
.login .user-login:focus {
  outline: none;
}
.login label {
  color: #495057;
  font-size: 1rem;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  right: 5px;
  top: 10px;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
}
.login .user-login:focus ~ label, .login input:valid ~ label {
  top: -15px;
  font-size: 16px;
  color: #29B6F6;
}
@media only screen and (max-width: 768px) {
  .login .user-login {
    font-size: 1rem;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 80%;
    text-align: left;
    border: none;
    border-bottom: 1px solid #757575;
  }
  .login .bar {
    position: relative;
    display: block;
    width: 80% !important;
  }
  .login .bar:before, .login .bar:after {
    content: "";
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #29B6F6;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
  }
}
.login .bar {
  position: relative;
  display: block;
  width: 90%;
}
.login .bar:before, .login .bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #29B6F6;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.login .bar:before {
  left: 50%;
}
.login .bar:after {
  right: 50%;
}
.login .user-login:focus ~ .bar:before, .login input:focus ~ .bar:after {
  width: 50%;
}
.login .highlight {
  position: absolute;
  height: 60%;
  width: 50%;
  top: 20%;
  right: 0;
  pointer-events: none;
  opacity: 0.5;
}
.login .user-login:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.5s ease;
  -moz-animation: inputHighlighter 0.5s ease;
  animation: inputHighlighter 0.5s ease;
}
@-webkit-keyframes inputHighlighter {
  from {
    background: #29B6F6;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@-moz-keyframes inputHighlighter {
  from {
    background: #29B6F6;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@keyframes inputHighlighter {
  from {
    background: #29B6F6;
  }
  to {
    width: 0;
    background: transparent;
  }
}
.login #button {
  position: absolute;
  height: 100%;
  width: 50px;
  top: 0;
  left: 0;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  outline: 0;
}
.login #button::before,
.login #button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.login .show + #button::before {
  width: 20px;
  height: 20px;
  background: #29B6F6;
  border-radius: 15px 0 15px 0;
  transform: rotate(45deg);
  transition: height 0.168s;
}
.login .show + #button::after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e0e0e0;
}
.login .show[type=text] + #button::before {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 3px solid #29B6F6;
  border-radius: 15px 0 15px 0;
  transform: rotate(45deg);
}
.login .show[type=text] + #button::after {
  width: 3px;
  height: 30px;
  border-radius: 0;
  transform: rotate(30deg);
  background: #29B6F6;
  transition: height 0.132s;
}

.cart ul.prices {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cart ul.prices li {
  display: flex;
  margin: 5px 0;
}
.cart ul.prices li .price-number {
  margin-right: auto;
}
.cart .cart-product h6 {
  line-height: 1.4;
  font-weight: 300;
}
.cart .flex-1 {
  flex: 1;
}
.cart .cart-product .img-fluid {
  max-height: 8rem;
}
.cart .delete-cart-item {
  color: gray;
  cursor: pointer;
  border: none;
  background: transparent;
  transition: 0.3s;
}
.cart .delete-cart-item:hover {
  color: lightgray;
}
.cart .order-count-btn:hover {
  color: var(--primary);
}

.shipping ul.prices {
  list-style: none;
  padding: 0;
  margin: 0;
}
.shipping ul.prices li {
  display: flex;
  margin: 5px 0;
}
.shipping ul.prices li .price-number {
  margin-right: auto;
}
.shipping .selected-address {
  border-right: 5px solid var(--primary);
}
.shipping .section-title {
  color: #7f7f7f;
}

.choose-payment-method ul.prices {
  list-style: none;
  padding: 0;
  margin: 0;
}
.choose-payment-method ul.prices li {
  display: flex;
  margin: 5px 0;
}
.choose-payment-method ul.prices li .price-number {
  margin-right: auto;
}
.choose-payment-method .selected-address {
  border-right: 5px solid var(--primary);
}
.choose-payment-method .section-title {
  color: #7f7f7f;
}
.choose-payment-method .payment-method img.logo {
  width: 3rem;
  height: 3rem;
}
.choose-payment-method .method-row {
  background-color: white;
  margin: 1rem 0;
  padding: 1rem 0;
  border-radius: 0.4rem;
}

.bank-gateway-callback i.successful-purchase {
  color: #0e84ff;
}
.bank-gateway-callback i.failed-purchase {
  color: #ff4f4c;
}
.bank-gateway-callback .text-highlight-success {
  background-color: #add8e6c7;
  color: #0e84ff;
  padding: 0 0.2rem;
}
.bank-gateway-callback .text-highlight-failure {
  background-color: rgba(230, 184, 181, 0.78);
  color: #ff4f4c;
  padding: 0 0.2rem;
}

/*# sourceMappingURL=base_theme.css.map */
