h3.h3 {
  text-align: center;
  margin: 1em;
  text-transform: capitalize;
  font-size: 1.7em; }

/********************* shopping Demo-1 **********************/
.product-grid {
  font-family: Raleway, sans-serif;
  text-align: center;
  padding: 0 0 72px;
  background: #ffffff;
  box-shadow: 0 0 5px #BDBDBD;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 30px; }

.product-grid .product-image {
  position: relative;
  transition: all 0.3s ease 0s; }

.product-grid .product-image a {
  /* display: block;*/
  max-height: 160px; }

.product-grid .product-image img {
  width: 100%;
  height: 20vh; }

.product-grid .product-image .flag img {
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  max-height: 160px; }

.product-grid .pic-1 {
  opacity: 1;
  transition: all 0.3s ease-out 0s; }

.product-grid:hover .pic-1 {
  opacity: 1; }

.product-grid .pic-2 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out 0s; }

.product-grid:hover .pic-2 {
  opacity: 1; }

.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-grid:hover .social {
  opacity: 1;
  top: 50%; }

.product-grid .social li {
  display: inline-block; }

.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-grid .social li a:hover {
  color: #fff;
  background-color: #ef5777; }

.product-grid .social li a:after, .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-grid .social li a:after {
  content: '';
  height: 15px;
  width: 15px;
  border-radius: 0;
  transform: translateX(-50%) rotate(45deg);
  top: -20px;
  z-index: -1; }

.product-grid .social li a:hover:after, .product-grid .social li a:hover:before {
  opacity: 1; }

.product-grid .product-discount-label, .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-grid .product-discount-label {
  background-color: #333;
  left: auto;
  right: 0; }

.product-grid .rating {
  color: #FFD200;
  font-size: 12px;
  padding: 12px 0 0;
  margin: 0;
  list-style: none;
  position: relative;
  z-index: -1; }

.product-grid .rating li.disable {
  color: rgba(0, 0, 0, 0.2); }

.product-grid .product-content {
  background-color: #fff;
  text-align: center;
  padding: 12px 0;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 1;
  transition: all 0.3s; }

.product-grid:hover .product-content {
  bottom: 0; }

.product-grid .title {
  word-break: break-word;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .5px;
  text-transform: capitalize;
  margin: 0 0 10px;
  transition: all .3s ease 0s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 10px; }

.product-grid:hover .title {
  word-break: break-word;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .5px;
  text-transform: capitalize;
  margin: 0 0 10px;
  transition: all .3s ease 0s;
  padding: 0 10px;
  white-space: initial; }

.product-grid .price {
  color: #333;
  font-size: 17px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  letter-spacing: .6px;
  margin-bottom: 8px;
  text-align: center;
  transition: all 0.3s; }

.product-grid .price span {
  color: #b8b8b8;
  font-size: 12px;
  font-weight: 100;
  text-decoration: line-through;
  margin-left: 3px;
  display: inline-block; }

.product-grid .add-to-cart {
  display: block;
  width: 90%;
  margin: 1% 5%;
  padding: 5px 15px;
  background: #2c3e50;
  color: #ffffff;
  text-transform: uppercase;
  opacity: .5;
  transition: all 0.4s ease;
  font-size: 13px;
  float: left;
  border-radius: 0 !important;
  margin-top: 5px;
  visibility: visible; }

.product-grid:hover .add-to-cart {
  visibility: visible;
  opacity: .6; }

.product-grid .add-to-cart:hover {
  opacity: 1; }

@media only screen and (max-width: 990px) {
  .product-grid {
    margin-bottom: 10px;
    margin-top: 10px; } }
/********************* Shopping Demo-2 **********************/
.demo {
  padding: 45px 0; }

.product-grid2 {
  font-family: 'Open Sans', sans-serif;
  position: relative; }

.product-grid2 .product-image2 {
  overflow: hidden;
  position: relative; }

.product-grid2 .product-image2 a {
  display: block; }

.product-grid2 .product-image2 img {
  width: 100%;
  height: auto; }

.product-image2 .pic-1 {
  opacity: 1;
  transition: all 0.5s; }

.product-grid2:hover .product-image2 .pic-1 {
  opacity: 0; }

.product-image2 .pic-2 {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s; }

.product-grid2:hover .product-image2 .pic-2 {
  opacity: 1; }

.product-grid2 .social {
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 50px;
  right: 25px;
  z-index: 1; }

.product-grid2 .social li {
  margin: 0 0 10px;
  display: block;
  transform: translateX(100px);
  transition: all 0.5s; }

.product-grid2:hover .social li {
  transform: translateX(0); }

.product-grid2:hover .social li:nth-child(2) {
  transition-delay: 0.15s; }

.product-grid2:hover .social li:nth-child(3) {
  transition-delay: 0.25s; }

.product-grid2 .social li a {
  color: #505050;
  background-color: #fff;
  font-size: 17px;
  line-height: 45px;
  text-align: center;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: block;
  transition: all 0.3s ease 0s; }

.product-grid2 .social li a:hover {
  color: #fff;
  background-color: #3498db;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

.product-grid2 .social li a:after, .product-grid2 .social li a:before {
  content: attr(data-tip);
  color: #fff;
  background-color: #000;
  font-size: 12px;
  line-height: 22px;
  border-radius: 3px;
  padding: 0 5px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -30px; }

.product-grid2 .social li a:after {
  content: '';
  height: 15px;
  width: 15px;
  border-radius: 0;
  transform: translateX(-50%) rotate(45deg);
  top: -22px;
  z-index: -1; }

.product-grid2 .social li a:hover:after, .product-grid2 .social li a:hover:before {
  opacity: 1; }

.product-grid2 .add-to-cart {
  color: #fff;
  background-color: #404040;
  font-size: 15px;
  text-align: center;
  width: 100%;
  padding: 10px 0;
  display: block;
  position: absolute;
  left: 0;
  bottom: -100%;
  transition: all 0.3s; }

.product-grid2 .add-to-cart:hover {
  background-color: #3498db;
  text-decoration: none; }

.product-grid2:hover .add-to-cart {
  bottom: 0; }

.product-grid2 .product-new-label {
  background-color: #3498db;
  color: #fff;
  font-size: 17px;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s; }

.product-grid2:hover .product-new-label {
  opacity: 0; }

.product-grid2 .product-content {
  padding: 20px 10px;
  text-align: center; }

.product-grid2 .title {
  font-size: 17px;
  margin: 0 0 7px; }

.product-grid2 .title a {
  color: #303030; }

.product-grid2 .title a:hover {
  color: #3498db; }

.product-grid2 .price {
  color: #303030;
  font-size: 15px; }

@media screen and (max-width: 990px) {
  .product-grid2 {
    margin-bottom: 30px; } }
/********************* Shopping Demo-3 **********************/
.product-grid3 {
  font-family: Roboto, sans-serif;
  text-align: center;
  position: relative;
  z-index: 1; }

.product-grid3:before {
  content: "";
  height: 81%;
  width: 100%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.5s ease 0s; }

.product-grid3:hover:before {
  opacity: 1;
  height: 100%; }

.product-grid3 .product-image3 {
  position: relative; }

.product-grid3 .product-image3 a {
  display: block; }

.product-grid3 .product-image3 img {
  width: 100%;
  height: auto; }

.product-grid3 .pic-1 {
  opacity: 1;
  transition: all 0.5s ease-out 0s; }

.product-grid3:hover .pic-1 {
  opacity: 0; }

.product-grid3 .pic-2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease-out 0s; }

.product-grid3:hover .pic-2 {
  opacity: 1; }

.product-grid3 .social {
  width: 120px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  opacity: 0;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -23px;
  transform: scale(0);
  transition: all 0.3s ease 0s; }

.product-grid3:hover .social {
  opacity: 1;
  transform: scale(1); }

.product-grid3:hover .product-discount-label, .product-grid3:hover .product-new-label, .product-grid3:hover .title {
  opacity: 0; }

.product-grid3 .social li {
  display: inline-block; }

.product-grid3 .social li a {
  color: #e67e22;
  background: #fff;
  font-size: 18px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  margin: 0 2px;
  display: block;
  transition: all 0.3s ease 0s; }

.product-grid3 .social li a:hover {
  background: #e67e22;
  color: #fff; }

.product-grid3 .product-discount-label, .product-grid3 .product-new-label {
  background-color: #e67e22;
  color: #fff;
  font-size: 17px;
  padding: 2px 10px;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: all 0.3s; }

.product-grid3 .product-content {
  z-index: -1;
  padding: 15px;
  text-align: left; }

.product-grid3 .title {
  font-size: 14px;
  text-transform: capitalize;
  margin: 0 0 7px;
  transition: all 0.3s ease 0s; }

.product-grid3 .title a {
  color: #414141; }

.product-grid3 .price {
  color: #000;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-right: 2px;
  display: inline-block; }

.product-grid3 .price span {
  color: #909090;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: line-through;
  text-align: left;
  display: inline-block;
  margin-top: -2px; }

.product-grid3 .rating {
  padding: 0;
  margin: -22px 0 0;
  list-style: none;
  text-align: right;
  display: block; }

.product-grid3 .rating li {
  color: #ffd200;
  font-size: 13px;
  display: inline-block; }

.product-grid3 .rating li.disable {
  color: #dcdcdc; }

@media only screen and (max-width: 1200px) {
  .product-grid3 .rating {
    margin: 0; } }
@media only screen and (max-width: 990px) {
  .product-grid3 {
    margin-bottom: 30px; }

  .product-grid3 .rating {
    margin: -22px 0 0; } }
@media only screen and (max-width: 359px) {
  .product-grid3 .rating {
    margin: 0; } }
/********************* Shopping Demo-4 **********************/
.product-grid4, .product-grid4 .product-image4 {
  position: relative; }

.product-grid4 {
  font-family: Poppins, sans-serif;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease 0s; }

.product-grid4:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.product-grid4 .product-image4 a {
  display: block; }

.product-grid4 .product-image4 img {
  width: 100%;
  height: auto; }

.product-grid4 .pic-1 {
  opacity: 1;
  transition: all 0.5s ease-out 0s; }

.product-grid4:hover .pic-1 {
  opacity: 0; }

.product-grid4 .pic-2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease-out 0s; }

.product-grid4:hover .pic-2 {
  opacity: 1; }

.product-grid4 .social {
  width: 180px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s; }

.product-grid4 .social li {
  display: inline-block;
  opacity: 0;
  transition: all 0.7s; }

.product-grid4 .social li:nth-child(1) {
  transition-delay: 0.15s; }

.product-grid4 .social li:nth-child(2) {
  transition-delay: 0.3s; }

.product-grid4 .social li:nth-child(3) {
  transition-delay: 0.45s; }

.product-grid4:hover .social li {
  opacity: 1; }

.product-grid4 .social li a {
  color: #222;
  background: #fff;
  font-size: 17px;
  line-height: 36px;
  width: 40px;
  height: 36px;
  border-radius: 2px;
  margin: 0 5px;
  display: block;
  transition: all 0.3s ease 0s; }

.product-grid4 .social li a:hover {
  color: #fff;
  background: #16a085; }

.product-grid4 .social li a:after, .product-grid4 .social li a:before {
  content: attr(data-tip);
  color: #fff;
  background-color: #000;
  font-size: 12px;
  line-height: 20px;
  border-radius: 3px;
  padding: 0 5px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -30px; }

.product-grid4 .social li a:after {
  content: '';
  height: 15px;
  width: 15px;
  border-radius: 0;
  transform: translateX(-50%) rotate(45deg);
  top: -22px;
  z-index: -1; }

.product-grid4 .social li a:hover:after, .product-grid4 .social li a:hover:before {
  opacity: 1; }

.product-grid4 .product-discount-label, .product-grid4 .product-new-label {
  color: #fff;
  background-color: #16a085;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 45px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 15px;
  transition: all 0.3s; }

.product-grid4 .product-discount-label {
  left: auto;
  right: 10px;
  background-color: #d7292a; }

.product-grid4:hover .product-new-label {
  opacity: 0; }

.product-grid4 .product-content {
  padding: 25px; }

.product-grid4 .title {
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0 0 7px;
  transition: all 0.3s ease 0s; }

.product-grid4 .title a {
  color: #222; }

.product-grid4 .title a:hover {
  color: #16a085; }

.product-grid4 .price {
  color: #16a085;
  font-size: 17px;
  font-weight: 700;
  margin: 0 2px 15px 0;
  display: block; }

.product-grid4 .price span {
  color: #909090;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: line-through;
  text-align: left;
  vertical-align: middle;
  display: inline-block; }

.product-grid4 .add-to-cart {
  border: 1px solid #e5e5e5;
  display: inline-block;
  padding: 10px 20px;
  color: #888;
  font-weight: 600;
  font-size: 14px;
  border-radius: 4px;
  transition: all 0.3s; }

.product-grid4:hover .add-to-cart {
  border: 1px solid transparent;
  background: #16a085;
  color: #fff; }

.product-grid4 .add-to-cart:hover {
  background-color: #505050;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

@media only screen and (max-width: 990px) {
  .product-grid4 {
    margin-bottom: 30px; } }
/********************* Shopping Demo-5 **********************/
.product-image5 .pic-1, .product-image5 .pic-2 {
  backface-visibility: hidden;
  transition: all 0.5s ease 0s; }

.product-grid5 {
  font-family: Poppins, sans-serif;
  position: relative; }

.product-grid5 .product-image5 {
  overflow: hidden;
  position: relative; }

.product-grid5 .product-image5 a {
  display: block; }

.product-grid5 .product-image5 img {
  width: 100%;
  height: auto; }

.product-image5 .pic-1 {
  opacity: 1; }

.product-grid5:hover .product-image5 .pic-1 {
  opacity: 0; }

.product-image5 .pic-2 {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0; }

.product-grid5:hover .product-image5 .pic-2 {
  opacity: 1; }

.product-grid5 .social {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 10px;
  right: 10px; }

.product-grid5 .social li {
  display: block;
  margin: 0 0 10px;
  transition: all 0.5s; }

.product-grid5 .social li:nth-child(2) {
  opacity: 0;
  transform: translateY(-50px); }

.product-grid5:hover .social li:nth-child(2) {
  opacity: 1;
  transform: translateY(0); }

.product-grid5 .social li:nth-child(3) {
  opacity: 0;
  transform: translateY(-50px); }

.product-grid5:hover .social li:nth-child(3) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s; }

.product-grid5 .social li a {
  color: #888;
  background: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: block;
  transition: 0.5s ease 0s; }

.product-grid5 .social li a:hover {
  color: #fff;
  background: #1e3799; }

.product-grid5 .select-options {
  color: #777;
  background-color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 5px;
  margin: 0 auto;
  opacity: 0;
  display: block;
  position: absolute;
  width: 92%;
  left: 0;
  bottom: -100px;
  right: 0;
  transition: 0.5s ease 0s; }

.product-grid5 .select-options:hover {
  color: #fff;
  background-color: #1e3799;
  text-decoration: none; }

.product-grid5:hover .select-options {
  opacity: 1;
  bottom: 10px; }

.product-grid5 .product-content {
  padding: 20px 10px; }

.product-grid5 .title {
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 10px;
  transition: all 0.3s ease 0s; }

.product-grid5 .title a {
  color: #222; }

.product-grid5 .title a:hover {
  color: #1e3799; }

.product-grid5 .price {
  color: #222;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px; }

@media only screen and (max-width: 990px) {
  .product-grid5 {
    margin-bottom: 30px; } }
/********************* Shopping Demo-6 **********************/
.product-grid6, .product-grid6 .product-image6 {
  overflow: hidden; }

.product-grid6 {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  position: relative;
  transition: all 0.5s ease 0s; }

.product-grid6:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.product-grid6 .product-image6 a {
  display: block; }

.product-grid6 .product-image6 img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease 0s; }

.product-grid6:hover .product-image6 img {
  transform: scale(1.1); }

.product-grid6 .product-content {
  padding: 12px 12px 15px;
  transition: all 0.5s ease 0s; }

.product-grid6:hover .product-content {
  opacity: 0; }

.product-grid6 .title {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 10px;
  transition: all 0.3s ease 0s; }

.product-grid6 .title a {
  color: #000; }

.product-grid6 .title a:hover {
  color: #2e86de; }

.product-grid6 .price {
  font-size: 18px;
  font-weight: 600;
  color: #2e86de; }

.product-grid6 .price span {
  color: #999;
  font-size: 15px;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 7px;
  display: inline-block; }

.product-grid6 .social {
  background-color: #fff;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  bottom: -50%;
  left: 50%;
  z-index: 1;
  transition: all 0.5s ease 0s; }

.product-grid6:hover .social {
  opacity: 1;
  bottom: 20px; }

.product-grid6 .social li {
  display: inline-block; }

.product-grid6 .social li a {
  color: #909090;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  height: 45px;
  width: 45px;
  margin: 0 7px;
  border: 1px solid #909090;
  border-radius: 50px;
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out; }

.product-grid6 .social li a:hover {
  color: #fff;
  background-color: #2e86de;
  width: 80px; }

.product-grid6 .social li a:after, .product-grid6 .social li a:before {
  content: attr(data-tip);
  color: #fff;
  background-color: #2e86de;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 20px;
  padding: 1px 5px;
  border-radius: 5px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -30px; }

.product-grid6 .social li a:after {
  content: '';
  height: 15px;
  width: 15px;
  border-radius: 0;
  transform: translateX(-50%) rotate(45deg);
  top: -20px;
  z-index: -1; }

.product-grid6 .social li a:hover:after, .product-grid6 .social li a:hover:before {
  opacity: 1; }

@media only screen and (max-width: 990px) {
  .product-grid6 {
    margin-bottom: 30px; } }
/********************* Shopping Demo-7 **********************/
.product-grid7 {
  font-family: 'Roboto Slab', serif;
  position: relative;
  z-index: 1; }

.product-grid7 .product-image7 {
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  perspective: 1500px;
  position: relative;
  transition: all 0.3s ease 0s; }

.product-grid7 .product-image7 a {
  display: block; }

.product-grid7 .product-image7 img {
  width: 100%;
  height: auto; }

.product-grid7 .pic-1 {
  opacity: 1;
  transition: all 0.5s ease-out 0s; }

.product-grid7 .pic-2 {
  opacity: 0;
  transform: rotateY(-90deg);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out 0s; }

.product-grid7:hover .pic-2 {
  opacity: 1;
  transform: rotateY(0); }

.product-grid7 .social {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  bottom: 3px;
  left: -20%;
  z-index: 1;
  transition: all 0.5s ease 0s; }

.product-grid7:hover .social {
  left: 17px; }

.product-grid7 .social li a {
  color: #fff;
  background-color: #333;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  height: 40px;
  width: 40px;
  margin: 15px 0;
  border-radius: 50%;
  display: block;
  transition: all 0.5s ease-in-out; }

.product-grid7 .social li a:hover {
  color: #fff;
  background-color: #78e08f; }

.product-grid7 .product-new-label {
  color: #fff;
  background-color: #333;
  padding: 5px 10px;
  border-radius: 5px;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px; }

.product-grid7 .product-content {
  text-align: center;
  padding: 20px 0 0; }

.product-grid7 .title {
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 10px;
  transition: all 0.3s ease 0s; }

.product-grid7 .title a {
  color: #333; }

.product-grid7 .title a:hover {
  color: #78e08f; }

.product-grid7 .rating {
  color: #78e08f;
  font-size: 12px;
  padding: 0;
  margin: 0 0 10px;
  list-style: none; }

.product-grid7 .price {
  color: #333;
  font-size: 20px;
  font-family: Lora, serif;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: center;
  transition: all 0.3s; }

.product-grid7 .price span {
  color: #999;
  font-size: 14px;
  font-weight: 700;
  text-decoration: line-through;
  margin-left: 7px;
  display: inline-block; }

@media only screen and (max-width: 990px) {
  .product-grid7 {
    margin-bottom: 30px; } }
/********************* Shopping Demo-8 **********************/
.product-grid8 {
  font-family: Poppins, sans-serif;
  position: relative;
  z-index: 1; }

.product-grid8 .product-image8 {
  border: 1px solid #e4e9ef;
  position: relative;
  transition: all 0.3s ease 0s; }

.product-grid8:hover .product-image8 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }

.product-grid8 .product-image8 a {
  display: block; }

.product-grid8 .product-image8 img {
  width: 100%;
  height: auto; }

.product-grid8 .pic-1 {
  opacity: 1;
  transition: all 0.5s ease-out 0s; }

.product-grid8:hover .pic-1 {
  opacity: 0; }

.product-grid8 .pic-2 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out 0s; }

.product-grid8:hover .pic-2 {
  opacity: 1; }

.product-grid8 .social {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  bottom: 13px;
  right: 13px;
  z-index: 1; }

.product-grid8 .social li {
  opacity: 0;
  transform: translateY(3px);
  transition: all 0.5s ease 0s; }

.product-grid8:hover .social li {
  margin: 0 0 10px;
  opacity: 1;
  transform: translateY(0); }

.product-grid8:hover .social li:nth-child(1) {
  transition-delay: 0.1s; }

.product-grid8:hover .social li:nth-child(2) {
  transition-delay: 0.2s; }

.product-grid8:hover .social li:nth-child(3) {
  transition-delay: 0.4s; }

.product-grid8 .social li a {
  color: grey;
  font-size: 17px;
  line-height: 40px;
  text-align: center;
  height: 40px;
  width: 40px;
  border: 1px solid grey;
  display: block;
  transition: all 0.5s ease-in-out; }

.product-grid8 .social li a:hover {
  color: #000;
  border-color: #000; }

.product-grid8 .product-discount-label {
  display: block;
  padding: 4px 15px 4px 30px;
  color: #fff;
  background-color: #0081c2;
  position: absolute;
  top: 10px;
  right: 0;
  -webkit-clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%); }

.product-grid8 .product-content {
  padding: 20px 0 0; }

.product-grid8 .price {
  color: #000;
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 8px;
  text-align: left;
  transition: all 0.3s; }

.product-grid8 .price span {
  color: #999;
  font-size: 14px;
  font-weight: 500;
  text-decoration: line-through;
  margin-left: 7px;
  display: inline-block; }

.product-grid8 .product-shipping {
  color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  padding-left: 35px;
  margin: 0 0 15px;
  display: block;
  position: relative; }

.product-grid8 .product-shipping:before {
  content: '';
  height: 1px;
  width: 25px;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0; }

.product-grid8 .title {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0 0 30px;
  transition: all 0.3s ease 0s; }

.product-grid8 .title a {
  color: #000; }

.product-grid8 .title a:hover {
  color: #0081c2; }

.product-grid8 .all-deals {
  display: block;
  color: #fff;
  background-color: #2e353b;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  padding: 22px 5px;
  transition: all 0.5s ease 0s; }

.product-grid8 .all-deals .icon {
  margin-left: 7px; }

.product-grid8 .all-deals:hover {
  background-color: #0081c2; }

@media only screen and (max-width: 990px) {
  .product-grid8 {
    margin-bottom: 30px; } }
/********************* Shopping Demo-9 **********************/
.product-grid9, .product-grid9 .product-image9 {
  position: relative; }

.product-grid9 {
  font-family: Poppins, sans-serif;
  z-index: 1; }

.product-grid9 .product-image9 a {
  display: block; }

.product-grid9 .product-image9 img {
  width: 100%;
  height: auto; }

.product-grid9 .pic-1 {
  opacity: 1;
  transition: all 0.5s ease-out 0s; }

.product-grid9:hover .pic-1 {
  opacity: 0; }

.product-grid9 .pic-2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease-out 0s; }

.product-grid9:hover .pic-2 {
  opacity: 1; }

.product-grid9 .product-full-view {
  color: #505050;
  background-color: #fff;
  font-size: 16px;
  height: 45px;
  width: 45px;
  padding: 18px;
  border-radius: 100px 0 0;
  display: block;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease 0s; }

.product-grid9 .product-full-view:hover {
  color: #c0392b; }

.product-grid9:hover .product-full-view {
  opacity: 1; }

.product-grid9 .product-content {
  padding: 12px 12px 0;
  overflow: hidden;
  position: relative; }

.product-content .rating {
  padding: 0;
  margin: 0 0 7px;
  list-style: none; }

.product-grid9 .rating li {
  font-size: 12px;
  color: #ffd200;
  transition: all 0.3s ease 0s; }

.product-grid9 .rating li.disable {
  color: rgba(0, 0, 0, 0.2); }

.product-grid9 .title {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0 0 3px;
  transition: all 0.3s ease 0s; }

.product-grid9 .title a {
  color: rgba(0, 0, 0, 0.5); }

.product-grid9 .title a:hover {
  color: #c0392b; }

.product-grid9 .price {
  color: #000;
  font-size: 17px;
  margin: 0;
  display: block;
  transition: all 0.5s ease 0s; }

.product-grid9:hover .price {
  opacity: 0; }

.product-grid9 .add-to-cart {
  display: block;
  color: #c0392b;
  font-weight: 600;
  font-size: 14px;
  opacity: 0;
  position: absolute;
  left: 10px;
  bottom: -20px;
  transition: all 0.5s ease 0s; }

.product-grid9:hover .add-to-cart {
  opacity: 1;
  bottom: 0; }

@media only screen and (max-width: 990px) {
  .product-grid9 {
    margin-bottom: 30px; } }
#machines {
  position: relative;
  margin-top: 35px;
  color: #333333;
  margin-bottom: 30px; }

#machines .accordion {
  position: relative;
  display: block; }

#machines .accordion ul {
  margin: 0;
  padding: 0;
  list-style: none; }

#machines .accordion ul li {
  background-color: #f8f8f8;
  /*border-top: 1px solid #d0d0d0;*/
  /*border-right: 1px solid #d0d0d0;*/
  border-left: 3px solid transparent;
  transition: all .3s ease; }

#machines .accordion ul li:hover {
  background-color: #fdc600; }

#machines .accordion ul li a {
  display: block;
  padding: 15px 0 15px 30px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700; }

#machines .accordion ul li a .fa {
  padding-right: 10px; }

#machines .accordion ul li a:hover {
  color: inherit; }

#machines .accordion ul li a span {
  font-weight: normal;
  display: block;
  margin: 0;
  font-size: 13px;
  text-transform: capitalize; }

#machines .accordion ul li div {
  display: none;
  padding-top: 5px;
  padding-left: 30px; }

#machines .accordion ul li div a {
  text-transform: capitalize;
  padding: 6px 0;
  font-size: 15px;
  font-weight: normal; }

#machines .accordion ul li div a:before {
  position: relative;
  top: 2px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 10px;
  font-size: 16px; }

#machines .accordion ul li div a.active {
  font-weight: 700; }

#machines .accordion ul li div a.active:before {
  content: "\f147"; }

#machines .accordion ul li div a:hover {
  color: inherit; }

#machines .accordion ul li.active {
  background-color: #fff;
  border-right: 0;
  border-left: 3px solid #fdc600; }

#machines .accordion ul li.active div {
  display: block; }

#machines .accordion ul li:last-child {
  border-bottom: 1px solid #c4c4c4; }

nav.breadcrumbs {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  font: 15px / 1.7 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #5f5f5f;
  letter-spacing: .06em;
  margin: 10px auto;
  padding-bottom: 5px;
  border-bottom: 1px solid #b8b8b8;
  text-transform: capitalize; }

nav.breadcrumbs .breadcrumb-begin a {
  color: #666666; }

nav.breadcrumbs a {
  color: #666666; }

nav.breadcrumbs .breadcrumb-sep {
  font-size: 18px;
  color: #1B5E20;
  font-weight: 900; }

nav.breadcrumbs .breadcrumb-end {
  color: #999999; }

.gallery-tab {
  float: left;
  width: 100%;
  height: auto;
  display: block; }

.gallery-tab .big-image {
  float: left;
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
  margin-bottom: 5px; }

.gallery-tab .big-image img {
  width: 100%;
  height: 50vh;
  display: block;
  object-fit: cover;
  background: white; }

.gallery-tab .images {
  display: inline-block;
  height: 80px;
  width: 80px;
  object-fit: cover;
  border: 1px solid white;
  margin: 1px; }

.gallery-tab .small-images:hover {
  cursor: pointer; }

.gallery-tab .small-images {
  width: 100%;
  float: left;
  max-height: 100px;
  overflow-y: auto; }

.machine-description {
  padding: 15px;
  background: #ffffff;
  font: 14px / 1.7 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #5f5f5f;
  letter-spacing: .06em;
  margin: 20px auto;
  word-break: break-word; }

.address {
  width: 100%;
  height: auto;
  font-size: 18px;
  border-bottom: 1px solid #b8b8gitb8; }

table.table-properties {
  width: 100%;
  padding: 0;
  border-collapse: collapse;
  margin: 50px auto; }

table.table-details {
  width: 100%;
  padding: 0;
  border-collapse: collapse;
  background: #eee; }

thead tr {
  background: #eee; }

table.table-properties tr:nth-of-type(odd) {
  background: #fff; }

th {
  background: #2c3e50;
  color: white;
  font-weight: bold; }

table.table-properties td, table.table-properties th {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: left;
  font-size: 15px;
  text-transform: capitalize; }

table.table-details td {
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d9;
  text-align: left;
  font-size: 15px; }

td.left {
  font-weight: 600;
  font-size: 16px; }

.seller {
  /*background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
  border-radius: 10px;
  padding: 0; }

.seller .seller-logo {
  width: 100%;
  margin: 0; }

.seller .seller-logo img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

.seller .seller-name a.name {
  width: 100%;
  display: block;
  text-align: center;
  word-break: break-word;
  padding: 20px 5px 10px;
  color: #2c3e50; }

.seller .seller-name a.phone {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 14px;
  word-break: break-word;
  font-weight: 500;
  margin: 10px 0;
  color: #2c3e50; }

.seller .seller-name a.phone i {
  margin-right: 10px; }

.seller .seller-contact {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #2c3e50;
  text-align: center; }

.seller .seller-contact a {
  color: #cecece;
  display: block;
  widows: 100%;
  padding: 10px; }

.machine-detail-bid {
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 10px;
  margin-top: 15px;
  display: block; }

.machine-detail-bid h3 {
  text-align: center; }

.machine-detail-bid .form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

.machine-detail-bid .button {
  display: block;
  font-weight: 400;
  margin: 10px auto;
  color: #212529;
  width: fit-content;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #2c3e50;
  color: #ededed;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

.machine-detail-bot-login {
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 10px;
  margin-top: 15px;
  display: block;
  text-align: center; }

.machine-detail-bot-login i {
  font-size: 50px;
  color: #fdc600; }

.machine-search .form-group {
  display: flex;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 5px; }

.machine-search .form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

.machine-search .search-button {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #2f8acd;
  background-clip: padding-box;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: #fff;
  margin-bottom: 5px; }

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