/**
 * Button
 */
/**
 * Remove color name product
 */
/**
 * Icomoon mixin
 */
.product-item-info {
  width: auto;
}
.products-grid .product-item {
  margin-bottom: 30px;
}
.products-grid .product-item-info {
  width: 100% !important;
  background-color: #f5f5f5;
  text-align: center;
  padding: 5px;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 20px;
  position: relative;
  border: none;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.remove-border-product .products-grid .product-item-info {
  border: none !important;
}
.products-grid .product-item-info .reviews-actions {
  display: none !important;
}
.products-grid .product-item-info .image-product {
  position: relative;
}
.products-grid .product-item-info .image-product img {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.products-grid .product-item-info .sm_quickview_handler {
  display: block;
  text-align: center;
  position: absolute;
  top: calc(50% - 30px);
  z-index: 3;
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  color: #555;
  background: #fff;
  margin-right: 5px;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.products-grid .product-item-info .sm_quickview_handler span {
  display: none;
}
.products-grid .product-item-info .sm_quickview_handler:after {
  content: '\e954';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
  color: inherit;
}
.products-grid .product-item-info .product-item-photo {
  display: block;
  line-height: 0;
  position: relative;
}
.products-grid .product-item-info .product-item-details {
  padding: 10px 0 0;
}
.products-grid .product-item-info .product-item-details .product-item-name {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products-grid .product-item-info .product-item-details .product-item-name a {
  padding: 6px 0px;
  color: #555;
}
.products-grid .product-item-info .product-item-details .price-actions {
  position: relative;
}
.products-grid .product-item-info .product-item-details .price-box {
  margin: 0;
}
.products-grid .product-item-info .product-item-details .price-box .price {
  font-size: 128.571%;
}
.products-grid .product-item-info .product-item-details .price-box .old-price .price {
  font-size: 100%;
}
.products-grid .product-item-info .product-item-details div[class^="swatch-opt-"] {
  margin-bottom: 0;
}
.products-grid .product-item-info .product-item-details .product-item-actions {
  margin: 0;
  margin-top: 10px;
  background: transparent;
  padding: 0 45px;
  position: relative;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.products-grid .product-item-info .product-item-details .product-item-actions::after {
  content: "";
  display: block !important;
  clear: both;
}
.products-grid .product-item-info .product-item-details .product-item-actions .actions-primary {
  display: block;
}
.products-grid .product-item-info .product-item-details .product-item-actions .actions-primary .tocart {
  width: 100%;
  height: 44px;
  float: left;
  background-color: #fff;
  line-height: 44px;
  padding: 0;
  margin: 0;
  color: #555;
  text-transform: none;
  box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.products-grid .product-item-info .product-item-details .product-item-actions .actions-primary .tocart span {
  display: block;
}
.products-grid .product-item-info .product-item-details .product-item-actions .actions-primary .tocart:before {
  display: none;
}
.products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary .action {
  width: 44px;
  height: 44px;
  display: block;
  background-color: #fff;
  line-height: 44px;
  position: absolute;
  top: 0;
  padding: 0;
  margin: 0;
  color: #555;
  box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary .action:before {
  display: none;
}
.products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist {
  left: 0;
  border-radius: 0 0 0 10px;
  -moz-border-radius: 0 0 0 10px;
  -webkit-border-radius: 0 0 0 10px;
}
.products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist:after {
  content: '\e93f';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
}
.products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary .action.tocompare {
  right: 0;
  border-radius: 0 0 10px 0;
  -moz-border-radius: 0 0 10px 0;
  -webkit-border-radius: 0 0 10px 0;
}
.products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary .action.tocompare:after {
  content: '\e953';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
}
.products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary .action:hover {
  color: #fff;
  background: #000;
}
.products-grid .product-item-info .product-item-details .swatch-option.color {
  margin: 0 10px 0 3px;
}
.products-grid .product-item-info:hover {
  border-color: transparent;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.products-grid .product-item-info:hover .product-item-details .product-item-actions .actions-primary .tocart,
.products-grid .product-item-info:hover .product-item-details .product-item-actions .actions-secondary .action {
  background: #f5f5f5;
}
.products-grid .product-item-info:hover .sm_quickview_handler {
  opacity: 1;
  visibility: visible;
}
.remove-border-product .products-grid .product-item-info {
  border: none !important;
}
@media (max-width: 1024px) {
  .products-grid .product-item-info .product-item-details .product-item-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.products-grid .product-item-info .product-item-details .product-item-actions .actions-primary .tocart {
  text-transform: none;
}
.products-grid .product-item-info .image-product {
  background: white;
  border-radius: 5px;
}
.products-grid .product-item-info .product-item-details .product-item-name {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 4.5em;
}
.product.attribute.description #boxContent {
  width: 100% !important;
  color: #555555 !important;
}
.verdena10 {
  font-family: 'Rubik', sans-serif;
  color: #555555 !important;
  vertical-align: middle;
  border: none;
  width: 50%;
}
.verdena10 font {
  font-size: inherit;
}
.verdena10 b {
  font-size: inherit !important;
}
#boxContent > tbody > tr > td {
  vertical-align: middle;
}
#boxContent > tbody > tr > td > p > a,
#boxContent > tbody > tr > td > p > font > a {
  color: #555555 !important;
}
#description.data.item.content.resp-tab-content .product.attribute.description .value table {
  width: 100% !important;
}
#table1 {
  border: none;
}
.product.attribute.description table {
  border: none;
}
.product.attribute.description > .value > table > tbody > tr > td {
  border: none;
}
table.aliDataTable {
  font-family: 'Rubik', sans-serif !important;
  color: #555555 !important;
  vertical-align: middle !important;
  border: none;
  font-size: 14px !important;
}
table.aliDataTable > tbody > tr > td {
  padding: 8px 11.5px;
}
small,
.small {
  font-size: 100%;
  font-weight: inherit;
  padding: 8px 11.5px;
}
.price-excluding-tax + .price-including-tax:before,
.weee[data-label]:before {
  font-size: 1.1rem;
}
.product-item .price-excluding-tax {
  margin: 10px 0 10px 0;
}
.product-item .price-including-tax {
  margin: 0;
}
.price-container .price-including-tax + .price-excluding-tax {
  font-size: 1.1rem;
}
.price-container .price-excluding-tax + .price-including-tax,
.price-container .weee {
  margin-top: 5.75px;
}
.price-wrapper.price-including-tax {
  font-size: 1.1rem;
}
.products-grid .product-item-info .product-item-details .price-box {
  text-align: left;
}
.products-grid .product-item-info {
  text-align: left;
}
