.tpl-commerce-shop .aside__container .aside__card__actions a span, .tpl-commerce-shop .aside__container .aside__card__actions button span, .tpl-commerce-shop .aside__container .aside__card__actions a, .tpl-commerce-shop .aside__container .aside__card__actions button {
    transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    -ms-transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
  }
  
  .tpl-commerce-shop .cm-shop__reviews .reviews__card .card__like, .tpl-commerce-shop .cm-shop__reviews .reviews__card .card__dislike, .tpl-commerce-shop .cm-shop__reviews .reviews__card .card__actions, .tpl-commerce-shop .cm-shop__reviews .reviews__card .card__header, .tpl-commerce-shop .cm-shop__reviews .reviews__vote ul, .tpl-commerce-shop .cm-shop__reviews .reviews__header, .tpl-commerce-shop .cm-shop__profile .profile__actions .actions__btn, .tpl-commerce-shop .cm-shop__profile .profile__actions, .tpl-commerce-shop .cm-shop__profile .profile__skills ul, .tpl-commerce-shop .cm-shop__information, .tpl-commerce-shop .aside__container .aside__card__actions button span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  .tpl-commerce-shop .aside__container .aside__card__actions a, .tpl-commerce-shop .aside__container .aside__card__actions button {
    overflow: hidden;
    position: relative;
    display: inline-block;
    background: #022d4d;
    border-radius: 10px;
    border: none;
    cursor: pointer;
  }
  .tpl-commerce-shop .aside__container .aside__card__actions a:after, .tpl-commerce-shop .aside__container .aside__card__actions button:after, .tpl-commerce-shop .aside__container .aside__card__actions a:before, .tpl-commerce-shop .aside__container .aside__card__actions button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 50%;
    width: 0;
    background: #005391;
    opacity: 0.6;
    transition: width 0.3s ease-in-out;
  }
  .tpl-commerce-shop .aside__container .aside__card__actions a:before, .tpl-commerce-shop .aside__container .aside__card__actions button:before {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
  }
  .tpl-commerce-shop .aside__container .aside__card__actions a span, .tpl-commerce-shop .aside__container .aside__card__actions button span,
  .tpl-commerce-shop .aside__container .aside__card__actions a a,
  .tpl-commerce-shop .aside__container .aside__card__actions button a {
    position: relative;
    z-index: 2;
    font-weight: 600;
    padding: 10px 30px;
    display: block;
    color: #fff;
  }
  .tpl-commerce-shop .aside__container .aside__card__actions a:hover, .tpl-commerce-shop .aside__container .aside__card__actions button:hover {
    transform: translateY(-2px);
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
  }
  .tpl-commerce-shop .aside__container .aside__card__actions a:hover span, .tpl-commerce-shop .aside__container .aside__card__actions button:hover span {
    color: #fff;
  }
  .tpl-commerce-shop .aside__container .aside__card__actions a:hover:after, .tpl-commerce-shop .aside__container .aside__card__actions button:hover:after, .tpl-commerce-shop .aside__container .aside__card__actions a:hover:before, .tpl-commerce-shop .aside__container .aside__card__actions button:hover:before {
    width: 100%;
  }
  
  .tpl-commerce-shop .aside__container .aside__card {
    padding: 25px 20px 20px;
    border-radius: 20px;
    border: 2px solid #cfaa40;
    margin-bottom: 20px;
  }
  .tpl-commerce-shop .aside__container .aside__card__title span {
    font-size: 2rem;
    color: #022D4D;
  }
  .tpl-commerce-shop .aside__container .aside__card__body {
    margin: 10px 0 25px;
  }
  .tpl-commerce-shop .aside__container .aside__card__body span {
    font-size: 1.4rem;
    color: #022D4D;
    
  }
  .tpl-commerce-shop .aside__container .aside__card__actions button {
    width: 100%;
  }
  .tpl-commerce-shop .aside__container .aside__card__actions button span {
    align-items: center;
    color: #fff;
    font-family: "Averta", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
  }
  .tpl-commerce-shop .aside__container .aside__card__actions button span img {
    transform: translate(-5px, 2px);
    height: 15px;
    width: auto;
  }
  .tpl-commerce-shop .aside__container .aside__card__actions a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    height: 40px;
  }
  .tpl-commerce-shop .aside__container .aside__card__actions a span {
    color: #fff;
    font-family: "Averta", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    padding: 0 !important;
  }
  .tpl-commerce-shop .aside__container .aside__card__actions a:hover img {
    z-index: 3;
  }
  .tpl-commerce-shop .aside__container .aside__card__actions a img {
    transform: translate(-5px, 2px);
    height: 15px;
    width: auto;
  }
  @media (max-width: 768px) {
    .tpl-commerce-shop .aside__container .aside__card {
      margin-top: 20px;
    }
  }
  
  .section__titlepage {
    margin: 40px 0;
  }
  .section__titlepage span {
    font-size: 4rem;
    color: #022D4D;
    border-bottom: 5px solid #88a6b5;
  }
  @media (max-width: 1200px) {
    .section__titlepage {
      margin-bottom: 3rem;
    }
    .section__titlepage span {
      font-size: 3rem;
      border-bottom: 3px solid #88a6b5;
    }
  }
  @media (max-width: 768px) {
    .section__titlepage {
      margin-bottom: 2.6rem;
    }
    .section__titlepage span {
      font-size: 2.4rem;
      border-bottom: 3px solid #88a6b5;
    }
  }
  
  /*Mixin Responsive*/
  .tpl-commerce-shop .aside__container .aside__card__actions button, .tpl-commerce-shop .aside__container .aside__card__actions button span, .tpl-commerce-shop .aside__container .aside__card__actions a, .tpl-commerce-shop .aside__container .aside__card__actions a span {
    transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    -ms-transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
  }
  
  .tpl-commerce-shop .cm-shop__reviews .reviews__card .card__like, .tpl-commerce-shop .cm-shop__reviews .reviews__card .card__dislike, .tpl-commerce-shop .cm-shop__reviews .reviews__card .card__actions, .tpl-commerce-shop .cm-shop__reviews .reviews__card .card__header, .tpl-commerce-shop .cm-shop__reviews .reviews__vote ul, .tpl-commerce-shop .cm-shop__reviews .reviews__header, .tpl-commerce-shop .cm-shop__profile .profile__actions .actions__btn, .tpl-commerce-shop .cm-shop__profile .profile__actions, .tpl-commerce-shop .cm-shop__profile .profile__skills ul, .tpl-commerce-shop .cm-shop__information, .tpl-commerce-shop .aside__container .aside__card__actions button span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  @media (max-width: 768px) {
    .tpl-commerce-shop .cm-shop__information {
      flex-direction: column;
    }
  }
  
  .tpl-commerce-shop .aside__container .aside__card__actions button, .tpl-commerce-shop .aside__container .aside__card__actions a {
    overflow: hidden;
    position: relative;
    display: inline-block;
    background: #022d4d;
    border-radius: 10px;
    border: none;
    cursor: pointer;
  }
  .tpl-commerce-shop .aside__container .aside__card__actions button:after, .tpl-commerce-shop .aside__container .aside__card__actions a:after, .tpl-commerce-shop .aside__container .aside__card__actions button:before, .tpl-commerce-shop .aside__container .aside__card__actions a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 50%;
    width: 0;
    background: #005391;
    opacity: 0.6;
    transition: width 0.3s ease-in-out;
  }
  .tpl-commerce-shop .aside__container .aside__card__actions button:before, .tpl-commerce-shop .aside__container .aside__card__actions a:before {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
  }
  .tpl-commerce-shop .aside__container .aside__card__actions button span, .tpl-commerce-shop .aside__container .aside__card__actions a span,
  .tpl-commerce-shop .aside__container .aside__card__actions button a,
  .tpl-commerce-shop .aside__container .aside__card__actions a a {
    position: relative;
    z-index: 2;
    font-weight: 600;
    padding: 10px 30px;
    display: block;
    color: #fff;
  }
  .tpl-commerce-shop .aside__container .aside__card__actions button:hover, .tpl-commerce-shop .aside__container .aside__card__actions a:hover {
    transform: translateY(-2px);
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
  }
  .tpl-commerce-shop .aside__container .aside__card__actions button:hover span, .tpl-commerce-shop .aside__container .aside__card__actions a:hover span {
    color: #fff;
  }
  .tpl-commerce-shop .aside__container .aside__card__actions button:hover:after, .tpl-commerce-shop .aside__container .aside__card__actions a:hover:after, .tpl-commerce-shop .aside__container .aside__card__actions button:hover:before, .tpl-commerce-shop .aside__container .aside__card__actions a:hover:before {
    width: 100%;
  }
  
  .tpl-commerce-shop .aside__container .aside__card {
    padding: 25px 20px 20px;
    border-radius: 20px;
    border: 2px solid #cfaa40;
    margin-bottom: 20px;
  }
  .tpl-commerce-shop .aside__container .aside__card__title span {
    font-size: 2rem;
    color: #022D4D;
    
  }
  .tpl-commerce-shop .aside__container .aside__card__body {
    margin: 10px 0 25px;
  }
  .tpl-commerce-shop .aside__container .aside__card__body span {
    font-size: 1.4rem;
    color: #022D4D;
    
  }
  .tpl-commerce-shop .aside__container .aside__card__actions button {
    width: 100%;
  }
  .tpl-commerce-shop .aside__container .aside__card__actions button span {
    align-items: center;
    color: #fff;
    font-family: "Averta", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
  }
  .tpl-commerce-shop .aside__container .aside__card__actions button span img {
    transform: translate(-5px, 2px);
    height: 15px;
    width: auto;
  }
  .tpl-commerce-shop .aside__container .aside__card__actions a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    height: 40px;
  }
  .tpl-commerce-shop .aside__container .aside__card__actions a span {
    color: #fff;
    font-family: "Averta", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    padding: 0 !important;
  }
  .tpl-commerce-shop .aside__container .aside__card__actions a:hover img {
    z-index: 3;
  }
  .tpl-commerce-shop .aside__container .aside__card__actions a img {
    transform: translate(-5px, 2px);
    height: 15px;
    width: auto;
  }
  @media (max-width: 768px) {
    .tpl-commerce-shop .aside__container .aside__card {
      margin-top: 20px;
    }
  }
  
  .section__titlepage {
    margin: 40px 0;
  }
  .section__titlepage span {
    font-size: 4rem;
    
    color: #022D4D;
    border-bottom: 5px solid #88a6b5;
  }
  @media (max-width: 1200px) {
    .section__titlepage {
      margin-bottom: 3rem;
    }
    .section__titlepage span {
      font-size: 3rem;
      border-bottom: 3px solid #88a6b5;
    }
  }
  @media (max-width: 768px) {
    .section__titlepage {
      margin-bottom: 2.6rem;
    }
    .section__titlepage span {
      font-size: 2.4rem;
      border-bottom: 3px solid #88a6b5;
    }
  }
  
  .tpl-commerce-shop .cm-shop__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 275px;
    flex: 0 0 185px;
    max-width: 185px;
    margin-right: 30px;
    position: relative;
  }
  .tpl-commerce-shop .cm-shop__image img {
    border-radius: 5px;
    display: block;
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
  }
  .tpl-hub-shop .cm-shop__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 275px;
    flex: 0 0 275px;
    max-width: 275px;
    width: 100%;
    margin-right: 30px;
    position: relative;
    align-self: start;
    border-radius: 30px;

  }
  @media (max-width: 991px) {
    .tpl-hub-shop .cm-shop__image {
      margin-right: 0;
      margin-bottom: 10px;
      max-width: 320px;
      flex: 0 0 320px;
    }
  }
  .tpl-hub-shop .cm-shop__image img {
    border-radius: 5px;
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  
  .tpl-commerce-shop .cm-shop__image .profile__save {
    position: absolute;
    top: 10px;
    right: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .tpl-commerce-shop .cm-shop__image .profile__save .like, .tpl-commerce-shop .cm-shop__image .profile__save .save {
    color: #fff;
    border: 0;
    outline: 0;
    cursor: pointer;
    width: 34px;
    height: 32px;
    background-color: #000;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
  }
  .tpl-commerce-shop .cm-shop__image .profile__save .like i, .tpl-commerce-shop .cm-shop__image .profile__save .save i {
    font-size: 2rem;
  }
  .tpl-commerce-shop .cm-shop__image .profile__save .like i.active, .tpl-commerce-shop .cm-shop__image .profile__save .save i.active {
    display: none;
    color: #cfaa40;
  }
  .tpl-commerce-shop .cm-shop__image .profile__save .like:hover, .tpl-commerce-shop .cm-shop__image .profile__save .save:hover {
    color: #cfaa40;
  }
  .tpl-commerce-shop .cm-shop__image .profile__save .like.active i, .tpl-commerce-shop .cm-shop__image .profile__save .save.active i {
    display: none;
  }
  .tpl-commerce-shop .cm-shop__image .profile__save .like.active i.active, .tpl-commerce-shop .cm-shop__image .profile__save .save.active i.active {
    display: block;
  }
  .tpl-commerce-shop .cm-shop__profile .title {
    margin-bottom: 15px;
  }
  .tpl-commerce-shop .cm-shop__profile .title span {
    font-size: 1.8rem;
    color: #022D4D;
  }
  .tpl-hub-shop .section__about .title {
    margin-bottom: 10px;
  }
  .tpl-hub-shop .section__about .title span {
    font-size: 1.8rem;
    font-weight: 600;
    color: #022D4D;
  }
  
  .tpl-commerce-shop .cm-shop__profile .profile__name {
    margin-bottom: 28px;
    
  }
  .tpl-commerce-shop .cm-shop__profile .profile__name h2, .tpl-commerce-shop .cm-shop__profile .profile__name h1 {
    font-size: 4.5rem;
    color: #022D4D;
  }
  .tpl-commerce-shop .cm-shop__profile .profile__name div {
    color: #022d4d;
    opacity: 0.7;
    line-height: 29px;
    
    font-size: 18px;
  }
  .tpl-commerce-shop .cm-shop__profile .profile__skills ul {
    flex-wrap: wrap;
  }
  .tpl-commerce-shop .cm-shop__profile .profile__skills .skill__name {
    padding: 5px 10px;
    background-color: #cfaa40;
    border-radius: 3px;
    color: #fff;
    font-size: 1.4rem;
    
    line-height: 16px;
    margin-right: 12px;
  }
  .tpl-hub-shop .profile__skills ul {
    display: flex;
    flex-wrap: wrap;
  }
  .tpl-hub-shop .profile__skills .skill__name {
    padding: 5px 10px;
    background-color: #cfaa40;
    border-radius: 3px;
    color: #fff;
    font-size: 1.4rem;
    
    line-height: 16px;
    margin-right: 12px;
  }
  
  .tpl-commerce-shop .cm-shop__profile .profile__bio {
    margin: 20px 0 30px;
  }
  .tpl-commerce-shop .cm-shop__profile .profile__bio p, .tpl-commerce-shop .cm-shop__profile .profile__interview p {
    color: #022d4d;
    opacity: 0.7;
    font-size: 16px;
    line-height: 29px;
    
  }
  .tpl-hub-shop  .profile__bio p, .tpl-commerce-shop .cm-shop__profile .profile__interview p {
    color: #022d4d;
    font-size: 16px;
    line-height: 29px;
  }

  .cv-title {
    font-weight: 600;
  }

  .tpl-hub-shop  .profile__bio p a:hover {
    text-decoration: underline;
  }
  
  .tpl-commerce-shop .cm-shop__profile .profile__actions {
    margin-top: 30px;
  }
  .tpl-commerce-shop .cm-shop__profile .profile__actions .actions__btn {
    transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    -ms-transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    cursor: pointer;
    align-items: center;
    padding: 10px 26px;
    border-radius: 10px;
    border: 1px solid #022d4d;
    outline: none;
    background-color: #fff;
  }
  .tpl-commerce-shop .cm-shop__profile .profile__actions .actions__btn:first-child {
    margin-right: 20px;
  }
  .tpl-commerce-shop .cm-shop__profile .profile__actions .actions__btn a, .tpl-commerce-shop .cm-shop__profile .profile__actions .actions__btn span {
    color: #022D4D;
    font-size: 14px;
    line-height: 18px;
    
    text-transform: uppercase;
  }
  .tpl-commerce-shop .cm-shop__profile .profile__actions .actions__btn i {
    color: #cfaa40;
    margin-right: 6px;
    font-size: 20px;
  }
  .tpl-commerce-shop .cm-shop__profile .profile__actions .actions__btn:hover {
    background-color: #022d4d;
  }
  .tpl-commerce-shop .cm-shop__profile .profile__actions .actions__btn:hover span {
    color: #fff;
  }
  .tpl-commerce-shop .cm-shop__reviews {
    margin-top: 30px;
  }
  .tpl-commerce-shop .cm-shop__reviews .reviews__header {
    justify-content: space-between;
  }
  .tpl-commerce-shop .cm-shop__reviews .reviews__title span {
    font-size: 25px;
    line-height: 35px;
    color: #022D4D;
    
  }
  .tpl-commerce-shop .cm-shop__reviews .reviews__actions a {
    font-size: 1.6rem;
    color: #022D4D;
    
  }
  .tpl-commerce-shop .cm-shop__reviews .reviews__actions a:hover {
    color: #cfaa40;
  }
  .tpl-commerce-shop .cm-shop__reviews .reviews__actions i {
    color: #cfaa40;
  }
  .tpl-commerce-shop .cm-shop__reviews .reviews__vote {
    position: relative;
    width: 85px;
  }
  .tpl-commerce-shop .cm-shop__reviews .reviews__vote ul li {
    padding-right: 2px;
  }
  .tpl-commerce-shop .cm-shop__reviews .reviews__vote--active {
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
  }
  .tpl-commerce-shop .cm-shop__reviews .reviews__vote i {
    color: rgba(0, 0, 0, 0.15);
    font-size: 16px;
  }
  .tpl-commerce-shop .cm-shop__reviews .reviews__vote i.active {
    color: #cfaa40;
  }
  .tpl-commerce-shop .cm-shop__reviews .reviews__card {
    margin-top: 12px;
    padding: 30px 30px 16px;
    border-radius: 14px;
    border: 1px solid rgba(136, 166, 181, 0.4);
  }
  .tpl-commerce-shop .cm-shop__reviews .reviews__card:first-child {
    margin-top: 20px;
  }
  .tpl-commerce-shop .cm-shop__reviews .reviews__card .card__header {
    margin: 22px 0 18px;
  }
  .tpl-commerce-shop .cm-shop__reviews .reviews__card .card__image {
    margin-right: 12px;
  }
  .tpl-commerce-shop .cm-shop__reviews .reviews__card .card__image img {
    width: 52px;
    min-width: 52px;
    height: 52px;
    border-radius: 50%;
  }
  .tpl-commerce-shop .cm-shop__reviews .reviews__card .card__name {
    font-size: 1.6rem;
    margin-bottom: 15px;
    color: #022D4D;
    
  }
  .tpl-commerce-shop .cm-shop__reviews .reviews__card .card__date span {
    font-size: 1.4rem;
    color: #022d4d;
    opacity: 0.7;
    font-family: "Averta-Light", Arial, Helvetica, sans-serif;
  }
  .tpl-commerce-shop .cm-shop__reviews .reviews__card .card__title {
    margin: 20px 0 12px;
    font-size: 1.7rem;
    color: #022D4D;
    
  }
  .tpl-commerce-shop .cm-shop__reviews .reviews__card .card__content {
    border-bottom: 1px solid rgba(136, 166, 181, 0.2);
    margin-bottom: 16px;
  }
  .tpl-commerce-shop .cm-shop__reviews .reviews__card .card__title {
    margin: 20px 0 12px;
    font-size: 1.7rem;
    color: #022D4D;
    
    line-height: 22px;
  }
  .tpl-commerce-shop .cm-shop__reviews .reviews__card .card__description {
    font-size: 1.4rem;
    color: #022d4d;
    opacity: 0.7;
    
    line-height: 22.5px;
    max-height: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .tpl-commerce-shop .cm-shop__reviews .reviews__card .card__description.showFullContent {
    max-height: inherit;
    display: block;
    text-overflow: inherit;
  }
  .tpl-commerce-shop .cm-shop__reviews .reviews__card .card__readmore {
    padding: 0;
    margin: 20px 0;
    cursor: pointer;
    background: transparent;
    border: none;
    font-size: 1.4rem;
    color: #022D4D;
    
    margin-right: 6px;
  }
  .tpl-commerce-shop .cm-shop__reviews .reviews__card .card__readmore span {
    border-bottom: 1px solid currentColor;
  }
  .tpl-commerce-shop .cm-shop__reviews .reviews__card .card__readmore:hover {
    color: #cfaa40;
  }
  .tpl-commerce-shop .cm-shop__reviews .reviews__card .card__readmore i {
    color: #cfaa40;
  }
  .tpl-commerce-shop .cm-shop__reviews .reviews__card .card__readmore .collapse {
    display: none;
  }
  .tpl-commerce-shop .cm-shop__reviews .reviews__card .card__readmore .showMore {
    display: inline-block;
  }
  .tpl-commerce-shop .cm-shop__reviews .reviews__card .card__readmore.active .showMore {
    display: none;
  }
  .tpl-commerce-shop .cm-shop__reviews .reviews__card .card__readmore.active .collapse {
    display: inline-block;
  }
  .tpl-commerce-shop .cm-shop__reviews .reviews__card .card__like, .tpl-commerce-shop .cm-shop__reviews .reviews__card .card__dislike {
    cursor: pointer;
    align-items: center;
    margin-right: 20px;
    background: transparent;
    border: none;
    padding: 0;
  }
  .tpl-commerce-shop .cm-shop__reviews .reviews__card .card__like i, .tpl-commerce-shop .cm-shop__reviews .reviews__card .card__dislike i {
    width: 25px;
    font-size: 2.2rem;
    color: #006dbf;
    display: block;
  }
  .tpl-commerce-shop .cm-shop__reviews .reviews__card .card__like i.active, .tpl-commerce-shop .cm-shop__reviews .reviews__card .card__dislike i.active {
    display: none;
  }
  .tpl-commerce-shop .cm-shop__reviews .reviews__card .card__like span, .tpl-commerce-shop .cm-shop__reviews .reviews__card .card__dislike span {
    font-size: 16px;
    line-height: 22px;
    color: #022D4D;
    
    margin-left: 6px;
  }
  .tpl-commerce-shop .cm-shop__reviews .reviews__card .card__like span:hover, .tpl-commerce-shop .cm-shop__reviews .reviews__card .card__dislike span:hover {
    color: #006dbf;
  }
  .tpl-commerce-shop .cm-shop__reviews .reviews__card .card__like.active i, .tpl-commerce-shop .cm-shop__reviews .reviews__card .card__dislike.active i {
    display: none;
  }
  .tpl-commerce-shop .cm-shop__reviews .reviews__card .card__like.active i.active, .tpl-commerce-shop .cm-shop__reviews .reviews__card .card__dislike.active i.active {
    display: block;
  }
  @media (max-width: 1200px) {
    .tpl-commerce-page .cm-shop__image {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
      flex: 0 0 180px;
      max-width: 180px;
    }
  }
  @media (max-width: 980px) {
    .tpl-commerce-page .cm-shop__information {
      flex-direction: column;
    }
    .tpl-commerce-page .cm-shop__image {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
      flex: 0 0 180px;
      max-width: 180px;
    }
    .tpl-commerce-page .cm-shop__profile .title {
      margin-bottom: 12px;
    }
    .tpl-commerce-page .cm-shop__profile .title span {
      font-size: 1.6rem;
    }
    .tpl-commerce-page .cm-shop__profile .profile__name {
      margin-bottom: 16px;
    }
    .tpl-commerce-page .cm-shop__profile .profile__name div {
      font-size: 1.6rem;
    }
    .tpl-commerce-page .cm-shop__profile .profile__name h2, .tpl-commerce-page .cm-shop__profile .profile__name h1 {
      font-size: 3.6rem;
    }
    .tpl-commerce-page .cm-shop__profile .profile__bio {
      margin: 15px 0 20px;
    }
    .tpl-commerce-page .cm-shop__profile .profile__bio p, .tpl-commerce-page .cm-shop__profile .profile__interview p {
      font-size: 1.4rem;
    }
  }
  @media (max-width: 768px) {
    .tpl-commerce-page .cm-shop__image {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin-right: 0;
    }
    .tpl-commerce-page .cm-shop__reviews .reviews__header .reviews__title span {
      font-size: 2.2rem;
    }
    .tpl-commerce-page .cm-shop__reviews .reviews__card {
      padding: 20px;
    }
    .tpl-commerce-page .cm-shop__reviews .reviews__card .card__name {
      font-size: 1.4rem;
      margin-bottom: 10px;
    }
    .tpl-commerce-page .cm-shop__reviews .reviews__card .card__title {
      margin: 10px 0;
      font-size: 1.4rem;
      line-height: 20px;
    }
    .tpl-commerce-page .cm-shop__profile .profile__actions .actions__btn span {
      font-size: 1.2rem;
    }
  }
  
  /*# sourceMappingURL=commerce-shop.css.map */
  