/* //////////////////////////////////////////////////////////////////////////////////
*
* Global variables
*
/* /////////////////////////////////////////////////////////////////////////////////*/
/* New variables */
/* //////////////////////////////////////////////////////////////////////////////////
*
*  Add Wrap
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.add-cart-wrap {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
  border-radius: 7px;
  overflow: hidden;
  cursor: pointer;
  background-color: #fff;
  padding: 12px;
  box-sizing: border-box;
  width: 23%;
}
.add-cart-wrap .user .label {
  font-size: 11px;
  color: #979797;
  margin: 0;
  font-weight: 400;
}
.add-cart-wrap .user .container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.add-cart-wrap .user .container img {
  width: 30px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  overflow: hidden;
}
.add-cart-wrap .user .container .usr p {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
}
.add-cart-wrap .addmeta {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: 5px;
  margin-top: 10px;
}
.add-cart-wrap .addmeta p.price {
  margin-right: 10px;
  white-space: nowrap;
  width: fit-content;
}
.add-cart-wrap .addmeta .sglt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.add-cart-wrap .addmeta .sglt .signaletic {
  flex-direction: row;
  justify-content: center;
}
.add-cart-wrap .addmeta .sglt .signaletic img {
  width: 30px;
}
.add-cart-wrap .addmeta .sglt .signaletic span {
  font-size: 11px;
}
.add-cart-wrap .addmeta .sglt .signaletic .moreinfo {
  display: none;
}
.add-cart-wrap .acw-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}
.add-cart-wrap .acw-img {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
}
.add-cart-wrap .acw-img img {
  width: 100%;
  display: block;
  margin: auto;
}
.add-cart-wrap .acw-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.add-cart-wrap h2 {
  font-size: 17px;
  line-height: 25px;
}
.add-cart-wrap .c-head {
  padding: 10px 0;
}
.add-cart-wrap .c-head a {
  display: block;
  min-height: 80px;
}
.add-cart-wrap ul {
  list-style-type: none;
  line-height: 30px;
  font-size: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.add-cart-wrap ul li {
  display: flex;
  align-items: center;
  margin-right: 25px;
  font-size: 13px;
  width: calc(50% - 50px);
}
.add-cart-wrap .separator {
  height: 1px;
  width: 30px;
  margin: 10px 0 20px;
  background-color: #dbdbdb;
}
.add-cart-wrap svg {
  width: 13px;
  margin-right: 10px;
}
.add-cart-wrap .reactivity-tag {
  background-color: #DCF8DB;
  border-radius: 8px;
  padding: 2px 8px;
  color: #43A557;
  font-size: 15px;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: 4px;
  gap: 4px;
}
.add-cart-wrap .reactivity-tag svg {
  width: 18px;
  height: 18px;
  margin: 0;
}
.add-cart-wrap p.price {
  color: #fff;
  font-weight: bold;
  background-color: #1c5878;
  padding: 0 10px;
  border-radius: 5px;
}
.add-cart-wrap li {
  color: #666666;
  font-size: 13px;
}
.add-cart-wrap li path {
  fill: #666666;
}
.add-cart-wrap .user-info {
  display: flex;
  justify-content: flex-start;
}
.add-cart-wrap .location {
  font-size: 13px;
}
.add-cart-wrap .star-wrap {
  margin-top: 5px;
}
.add-cart-wrap .star-wrap svg {
  margin-right: 0;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Add Related
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.add-related .ar-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.add-related .ar-left {
  width: 100%;
  height: 120px;
  overflow: hidden;
  margin-bottom: 10px;
}
.add-related .ar-left .acw-img {
  border-radius: 10px;
  overflow: hidden;
}
.add-related .ar-left .acw-img img {
  display: block;
  width: 100%;
}
.add-related .ar-right {
  width: 100%;
}
.add-related .ar-right p, .add-related .ar-right a, .add-related .ar-right h2 {
  font-size: 15px;
  line-height: 20px;
}
.add-related .ar-right .price {
  display: initial;
  font-weight: bold;
  background-color: #40697f;
  padding: 3px 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  float: right;
}
.add-related .ar-right .rel-usr {
  font-size: 13px;
  line-height: 20px;
}
.add-related .ar-center p {
  font-size: 12px;
  line-height: 20px;
}
.add-related .noreviews {
  font-size: 12px;
  line-height: 20px;
}
.add-related .star-wrap svg {
  width: 10px;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  User Messages
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.success {
  padding: 20px;
  background-color: #5abb6f;
  border-radius: 7px;
  margin-bottom: 30px;
}
.success h2 {
  margin-bottom: 20px;
}
.success h2, .success p {
  color: #fff;
  line-height: 20px;
}

.error {
  padding: 20px;
  background-color: #ed6f6f;
  border-radius: 7px;
  margin-bottom: 30px;
}
.error h2 {
  margin-bottom: 20px;
}
.error h2, .error p {
  color: #fff;
  line-height: 20px;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Taxo tool Wrap
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.tt-card {
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
  margin-bottom: 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.tt-card .tt-top {
  width: 30%;
}
.tt-card .tt-top img {
  width: 100%;
  display: block;
  margin: auto;
}
.tt-card .tt-bot {
  width: calc(70% - 30px);
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tt-card .tt-bot h3 {
  font-size: 17px;
  color: #1c5878;
  text-align: center;
  line-height: 20px;
  white-space: nowrap;
  margin-bottom: 10px;
}
.tt-card .tt-bot span {
  color: #fff;
  font-weight: bold;
  background-color: #1c5878;
  padding: 2px 10px;
  border-radius: 5px;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Reviews
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.rev-unit .rev-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rev-unit .r-l {
  with: 12%;
  margin-right: 4%;
  max-width: 50px;
}
.rev-unit .r-l img {
  display: block;
  width: 100%;
  margin: auto;
  border-radius: 100%;
  overflow: hidden;
}
.rev-unit .r-r {
  width: 83%;
}
.rev-unit .r-r .r-info p, .rev-unit .r-r .r-info span {
  line-height: 15px;
}
.rev-unit .r-r .r-info span {
  font-size: 12px;
  color: #666666;
}
.rev-unit .r-stars svg {
  margin: 10px 2px 10px 0;
  max-width: 20px;
}
.rev-unit .r-stars svg path {
  fill: #f1b60d;
}

.r-info p {
  font-weight: bold;
}
.r-info span {
  font-size: 13px;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Card Main
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.card-main {
  border-radius: 12px;
  overflow: hidden;
  border: solid 8px #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
  cursor: pointer;
  background-color: #f1b60d;
  transition: all 0.2s ease-in-out;
}
.card-main .cm-top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.card-main .cm-top img {
  width: 100%;
  transition: all 0.2s ease-in-out;
  height: 100%;
}
.card-main .cm-bot a {
  text-align: center;
  padding: 12px 0;
  width: 100%;
  background-color: #1c5878;
  display: block;
  color: #fff;
  font-weight: bold;
}
.card-main .cm-bot a h3 {
  color: #fff;
  font-weight: bold;
  font-size: 17px;
}

.card-main:hover {
  transform: translateY(-10px);
}

.card-main:hover .cm-top img {
  opacity: 0.3;
}

/*# sourceMappingURL=cards.output.css.map */
