/**
 * 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;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fxbest%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fproduct%5C%2Fproduct-1%5C%2F_styles.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fxbest%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_theme.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3B%3B%3B%3B%3B%3BAAAA%3BEACC%2CWAAA%3B%3BAAED%2CcACC%3BEACC%2CmBAAA%3B%3BAAFF%2CcAQI%3BEACI%2CsBAAA%3BEACA%2CyBAAA%3BEACN%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACM%2CmBAAA%3BEACA%2CkBAAA%3BEACN%2CYAAA%3BEC8BE%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3BEAkBA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3B%3BADjDF%2CsBAAuB%2CeAbrB%3BEAcD%2CuBAAA%3B%3BAAtBH%2CcAQI%2CmBAiBI%3BEACI%2CwBAAA%3B%3BAA1BZ%2CcAQI%2CmBAqBI%3BEACI%2CkBAAA%3B%3BAA9BZ%2CcAQI%2CmBAqBI%2CeAGL%3BECeC%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3B%3BADjDJ%2CcAQI%2CmBA6BF%3BEACC%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CKAAK%2CgBAAL%3BEACA%2CUAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BECLC%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEAkBA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3B%3BADtEJ%2CcAQI%2CmBA6BF%2CsBAmBC%3BEACC%2CaAAA%3B%3BAAGD%2CcApDC%2CmBA6BF%2CsBAuBE%3BECyFA%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEDlGA%2CcAAA%3B%3BAA9DJ%2CcAQI%2CmBA0DI%3BEACI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAArEZ%2CcAQI%2CmBAgEI%3BEACI%2CiBAAA%3B%3BAAzEZ%2CcAQI%2CmBAgEI%2CsBAGI%3BEACI%2CSAAA%3BEACZ%2CmBAAA%3BEACY%2CgBAAA%3BEACA%2CuBAAA%3B%3BAA%5C%2FEhB%2CcAQI%2CmBAgEI%2CsBAGI%2CmBAMI%3BEACI%2CgBAAA%3BEACf%2CWAAA%3B%3BAAnFL%2CcAQI%2CmBAgEI%2CsBAeL%3BEACC%2CkBAAA%3B%3BAAxFJ%2CcAQI%2CmBAgEI%2CsBAmBI%3BEACI%2CSAAA%3B%3BAA5FhB%2CcAQI%2CmBAgEI%2CsBAmBI%2CWAGI%3BEACI%2CmBAAA%3B%3BAA%5C%2FFpB%2CcAQI%2CmBAgEI%2CsBAmBI%2CWAOI%2CWAAW%3BEACP%2CeAAA%3B%3BAAnGpB%2CcAQI%2CmBAgEI%2CsBA%2BBI%2CIAAG%3BEACC%2CgBAAA%3B%3BAAxGhB%2CcAQI%2CmBAgEI%2CsBAmCI%3BEACI%2CSAAA%3BEACZ%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEC7CA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3B%3BAA4CA%2CcD1GA%2CmBAgEI%2CsBAmCI%2CsBCOP%3BEACG%2CSAAS%2CEAAT%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BADrHR%2CcAQI%2CmBAgEI%2CsBAmCI%2CsBASI%3BEACX%2CcAAA%3B%3BAArHL%2CcAQI%2CmBAgEI%2CsBAmCI%2CsBASI%2CiBAGI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEAClB%2CWAAA%3BEACkB%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEAClB%2CSAAA%3BEACkB%2CWAAA%3BEAClB%2CoBAAA%3BEACA%2CgBAAA%3BEClFF%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEAkBA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3B%3BADtEJ%2CcAQI%2CmBAgEI%2CsBAmCI%2CsBASI%2CiBAGI%2CQAcd%3BEACC%2CcAAA%3B%3BAAGD%2CcAjIF%2CmBAgEI%2CsBAmCI%2CsBASI%2CiBAGI%2CQAkBb%3BEACA%2CaAAA%3B%3BAA1IP%2CcAQI%2CmBAgEI%2CsBAmCI%2CsBAoCI%2CmBACI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEAClB%2CcAAA%3BEACkB%2CsBAAA%3BEACA%2CiBAAA%3BEAClB%2CkBAAA%3BEACA%2CMAAA%3BEACkB%2CUAAA%3BEAClB%2CSAAA%3BEACkB%2CWAAA%3BEAClB%2CgBAAA%3BEC5GF%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEAkBA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3B%3BADyFoB%2CcAvJpB%2CmBAgEI%2CsBAmCI%2CsBAoCI%2CmBACI%2CQAeK%3BEACG%2CaAAA%3B%3BAAGJ%2CcA3JpB%2CmBAgEI%2CsBAmCI%2CsBAoCI%2CmBACI%2CQAmBK%3BEAClB%2COAAA%3BECrHH%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CiCAAA%3B%3BADuHG%2CcAhKH%2CmBAgEI%2CsBAmCI%2CsBAoCI%2CmBACI%2CQAmBK%2CWAKjB%3BECnBJ%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BADaoB%2CcArKpB%2CmBAgEI%2CsBAmCI%2CsBAoCI%2CmBACI%2CQA6BK%3BEAClB%2CQAAA%3BEC%5C%2FHH%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CiCAAA%3B%3BADiIG%2CcA1KH%2CmBAgEI%2CsBAmCI%2CsBAoCI%2CmBACI%2CQA6BK%2CUAKjB%3BEC7BJ%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BADuBE%2CcA%5C%2FKF%2CmBAgEI%2CsBAmCI%2CsBAoCI%2CmBACI%2CQAuCb%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAzLP%2CcAQI%2CmBAgEI%2CsBAuHI%2CeAAc%3BEACV%2CoBAAA%3B%3BAAIR%2CcA5LJ%2CmBA4LK%3BEACG%2CyBAAA%3BEACT%2CgBAAA%3BECrHC%2C%2BCAAA%3BEACA%2CoDAAA%3BEACA%2CuDAAA%3BEACA%2CkDAAA%3B%3BADgHI%2CcA5LJ%2CmBA4LK%2CMAKG%2CsBAAsB%2CsBAAsB%2CiBAAiB%3BAALjE%2CcA5LJ%2CmBA4LK%2CMAMN%2CsBAAsB%2CsBAAsB%2CmBAAmB%3BEAClD%2CmBAAA%3B%3BAAPR%2CcA5LJ%2CmBA4LK%2CMAUN%3BEACC%2CUAAA%3BEACA%2CmBAAA%3B%3BAAMJ%2CsBACI%2CeAAe%3BEACX%2CuBAAA%3B%3BAAYR%2CQAR2B%3BEACvB%2CcAAe%2CmBAAmB%2CsBAAsB%3BIACpD%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3B%3B%3BAAIR%2CcAAe%2CmBAAmB%2CsBAAsB%2CsBAAsB%2CiBAAiB%3BEAAS%2CoBAAA%3B%3BAACxG%2CcAAe%2CmBAAmB%3BEAAgB%2CiBAAA%3BEAAmB%2CkBAAA%3B%3BAACrE%2CcAAe%2CmBAAmB%2CsBAAsB%3BEAAoB%2CmBAAA%3BEAAqB%2CoBAAA%3BEAAsB%2CqBAAA%3BEAAuB%2C4BAAA%3BEAA8B%2CaAAA%3B%3BAAC5K%2CQAAQ%2CUAAU%2CYAAa%3BEAAa%2CsBAAA%3BEAAuB%2CcAAA%3B%3BAACnE%3BEAAY%2CaAAa%2CmBAAb%3BEAAiC%2CcAAA%3BEAA0B%2CsBAAA%3BEAAuB%2CYAAA%3BEAAa%2CUAAA%3B%3BAAC3G%2CUAkBqD%2CCAlBzC%3BEAAK%2CkBAAA%3B%3BAAAjB%2CUAkBqD%2CCAlBhB%3BEAAE%2C6BAAA%3B%3BAACvC%2CWAAc%2CQAAQ%2CKAAK%3BEAAI%2CsBAAA%3B%3BAAC%5C%2FB%2CWAAc%2CQAAQ%2CKAAK%2CKAAK%2CIAAI%3BAAAG%2CWAAc%2CQAAQ%2CKAAK%2CKAAK%2CIAAI%2COAAO%3BEAAI%2CcAAA%3B%3BAACtF%2CYAAY%2CKAAK%2CKAAK%2CQAAQ%2CiBAAkB%2CSAAQ%2CUAAU%2CYAAa%2COAAO%3BEAAO%2CsBAAA%3B%3BAAC7F%3BEAAS%2CYAAA%3B%3BAACT%2CQAAQ%2CUAAU%2CYAAa%3BEAAO%2CYAAA%3B%3BAACtC%2CQAAQ%2CUAAU%2CYAAe%2CSAAS%2CQAAQ%2CQAAQ%2CKAAK%3BEAAI%2CYAAA%3B%3BAACnE%2CKAAK%3BEAAe%2CaAAa%2CmBAAb%3BEAA4C%2CcAAA%3BEAA0B%2CiCAAA%3BEAAkC%2CYAAA%3BEAAc%2C0BAAA%3B%3BAAC1I%2CKAAK%2CaAAgB%2CQAAQ%2CKAAK%3BEAAI%2CmBAAA%3B%3BAACtC%3BAAAO%3BEAAQ%2CeAAA%3BEAAiB%2CoBAAA%3BEAAqB%2CmBAAA%3B%3BAACrD%2CoBAAuB%2CuBAAoB%3BAAAS%2CKAAK%2CYAAY%3BEACjE%2CiBAAA%3B%3BAACJ%2CaAAc%3BEAAsB%2CqBAAA%3B%3BAACpC%2CaAAc%3BEAAsB%2CSAAA%3B%3BAACpC%2CgBAAiB%2CqBAAuB%3BEAAsB%2CiBAAA%3B%3BAAC9D%2CgBAAiB%2CqBAAuB%3BAAAsB%2CgBAAiB%3BEAAO%2CkBAAA%3B%3BAACtF%2CcAAc%3BEAAsB%2CiBAAA%3B%3BAACpC%2CcAAe%2CmBAAmB%2CsBAAsB%3BEAAY%2CgBAAA%3B%3BAACpE%2CcAAe%3BEAAoB%2CgBAAA%22%7D */