.cart-container .cart-qty {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  min-width: 50px;
  padding: 5px;
  background-color: #de3b75;
  text-align: center;
  color: white;
  font-weight: bold;
  z-index: 1025;
}

.cart-container .cart-content {
  width: 100%;
  position: fixed;
  right: -100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1024;
  background-color: #ffffff;
  border-top: 5px solid #f05675;
  top: 0;
  -webkit-box-shadow: 2px 0 5px;
          box-shadow: 2px 0 5px;
}

.cart-container .block-subtitle {
  padding: 5px 10px 0px;
  font-weight: bold;
}

.cart-container .mini-products-list {
  list-style: none;
  padding: 15px;
}

.cart-container .item > .product-image {
  float: left;
  margin-right: 15px;
}

.cart-container .item-options {
  display: inline-block;
  margin-bottom: 0;
  width: 100%;
}

.cart-container .item-options > dt, .cart-container .item-options > dd {
  float: left;
  margin-right: 5px;
}

.cart-container .mini-products-list > .item {
  border-bottom: 1px solid whitesmoke;
  padding: 10px 0;
}

.cart-container .product-name * {
  color: #de3b75;
  font-weight: bold;
}

.cart-container .subtotal span.label {
  color: #de3b75;
  font-size: 1.5em;
}

.cart-container .subtotal .price {
  font-size: 1.5em;
  padding: 15px;
}

.cart-container .buttons {
  padding: 15px;
}

.cart-container.collapsed .cart-qty:not(.cart-toggle) {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
}

.cart-container.collapsed .cart-qty.cart-toggle {
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}

.cart-container.collapsed .cart-content {
  right: 0;
}

.cart-container:not(.collapsed) .cart-qty:not(.cart-toggle) {
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}

.cart-container:not(.collapsed) .cart-qty.cart-toggle {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
}

@media (min-width: 768px) {
  .cart-container .cart-content {
    width: 350px;
    right: -350px;
  }
}

/* Tbale style */
.data-table a {
  color: #1d9fc4;
}

.data-table th {
  border: 0;
}

.data-table thead, .data-table tbody.even, .data-table tr.even {
  background: none;
}

.data-table thead th {
  padding: 18px 19px 19px 19px;
  border: 0;
  border-left: 3px solid #FFF;
  background-color: #f4f4f4;
}

.data-table thead th:first-child {
  border-left: 0;
}

.data-table td {
  border: 0;
  padding: 13px 19px;
}

.data-table tfoot td {
  padding-top: 0;
  padding-bottom: 3px;
}

.data-table .btn-continue {
  float: left;
}

.data-table .btn-continue span {
  font-weight: 700;
}

.data-table .btn-update span, .data-table .btn-empty span {
  font-weight: 700;
}

.data-table .product-name, .data-table .cart-price {
  margin: 0;
  font-weight: 800;
  font-size: 15px;
  line-height: 1.1;
  text-transform: uppercase;
}

.data-table .product-name a {
  color: #000;
  text-decoration: none;
}

.item-options {
  text-transform: uppercase;
}

.data-table .description {
  padding: 10px 0;
}

.data-table textarea {
  width: 100%;
}

.buttons-set2 {
  padding-bottom: 10px;
}

.buttons-set2 button {
  margin-left: 3px;
}

.data-table .cart-cell {
  text-align: center;
}

.data-table .cart-cell .add-to-cart-alt {
  padding: 10px 0;
  padding: 10px 0;
}

.data-table .cart-cell input.input-text {
  margin-bottom: 10px;
}

.cart-table tbody td {
  border: none;
}

.cart-table tbody td:first-child {
  padding: 13px 0;
  text-align: center;
}

.cart-table tfoot td {
  border-top: 1px solid #e5e5e5;
  padding: 19px 0 0;
  line-height: .9;
}

.cart-table tfoot td div {
  float: right;
}

.data-table a.product-image {
  width: 135px;
  text-align: center;
  display: block;
  padding: 0;
  margin: 0 10px;
}

.data-table a.product-image img {
  max-width: 100%;
  height: auto;
}

.compare-table th, .compare-table thead {
  border-bottom: 3px solid #FFF;
}

.compare-table th {
  padding: 18px 19px 19px 19px;
  background-color: #f4f4f4;
}

.compare-table td {
  border: 3px solid #FFF;
  background-color: #fafafa;
}

.link-wishlist {
  font-weight: normal;
}

.data-table a.link-wishlist {
  color: #000;
}

.btn-remove {
  width: 21px;
  height: 21px;
  background-image: url(../images/athlete/btn_remove_sprite.png);
  background-repeat: no-repeat;
  background-position: 0 100%;
}

.btn-remove:hover {
  width: 21px;
  height: 21px;
  background-position: 0 0;
}

.btn-remove.icon-white {
  background-position: 0 0;
}

.btn-remove.icon-white:hover {
  background-position: 0 100%;
}

/* inverted */
.data-table .btn-remove {
  padding: 0;
  margin: 0;
}

.data-table .btn-edit {
  width: 21px;
  height: 21px;
  padding: 0;
  margin: 0;
  background-image: url(../images/athlete/icon_edit.png);
  background-repeat: no-repeat;
  background-position: 0 100%;
}

.data-table .btn-edit:hover {
  background-position: 0 0;
}

.data-table .btn-edit.icon-white {
  background-position: 0 0;
}

.data-table .btn-edit.icon-white:hover {
  background-position: 0 100%;
}

/* inverted */
#checkout-review-table-wrapper {
  padding-bottom: 19px;
}

#checkout-review-submit {
  border-top: 1px solid #e5e5e5;
  padding-top: 19px;
}

/* Data Table */
.data-table {
  width: 100%;
}

.data-table th {
  padding: 5px;
  border: 1px solid #ddd;
  font-weight: bold;
  white-space: nowrap;
}

.data-table td {
  padding: 5px;
}

.data-table thead {
  background-color: #f2f2f2;
}

.data-table tr.even {
  background-color: #f6f6f6;
}

.data-table tbody.odd td {
  border-width: 0 1px;
}

.data-table tbody.even {
  background-color: #f6f6f6;
}

.data-table tbody.even td {
  border-width: 0 1px;
}

.data-table tbody.odd tr.border td, .data-table tbody.even tr.border td {
  border-bottom-width: 1px;
}

.data-table th .tax-flag {
  white-space: nowrap;
  font-weight: normal;
}

.data-table td.label, .data-table th.label {
  font-weight: bold;
  background-color: #f6f6f6;
}

.data-table .td-title {
  display: none;
}

/* Shopping cart total summary row expandable to details */
tr.summary-total {
  cursor: pointer;
}

tr.summary-total .summary-collapse {
  float: right;
  text-align: right;
  padding-left: 20px;
  background: url(../images/bkg_collapse.gif) 0 4px no-repeat;
  cursor: pointer;
}

tr.show-details .summary-collapse {
  background-position: 0 -53px;
}

tr.summary-details td {
  font-size: 11px;
  background-color: #dae1e4;
  color: #626465;
}

tr.summary-details-first td {
  border-top: 1px solid #d2d8db;
}

tr.summary-details-excluded {
  font-style: italic;
}

/* Shopping cart tax info */
.cart-tax-info {
  display: block;
  padding-right: 20px;
}

.cart-tax-info .cart-price {
  padding-right: 20px;
}

.cart-tax-total {
  display: block;
  padding-right: 20px;
  background: url(../images/bkg_collapse.gif) 100% 4px no-repeat;
  cursor: pointer;
}

.cart-tax-info .price, .cart-tax-total .price {
  display: inline !important;
  font-weight: normal !important;
}

.cart-tax-total-expanded {
  background-position: 100% -53px;
}

@media only screen and (max-width: 767px) {
  #shopping-cart-table tr {
    margin: 0 0 60px;
  }
  #shopping-cart-table tr.last {
    margin: 0 0 20px;
  }
  .data-table tfoot td {
    text-align: right !important;
  }
  .data-table th {
    display: none;
  }
  .data-table td {
    padding: 10px 0;
  }
  #checkout-review-table td.last {
    padding: 10px 20px;
  }
  .data-table td.td-name h2 {
    font-size: 20px;
    font-weight: 300;
  }
  .data-table td.td-image a {
    text-align: center;
  }
  .cart-table a.product-image {
    width: auto;
    margin: 0;
  }
  .data-table .td-actions .btn-remove, .data-table .td-actions .btn-edit {
    display: inline-block;
  }
  .data-table td.td-price {
    padding: 10px 0px;
  }
  .data-table td.td-qty {
    padding: 0 0px;
  }
  .data-table td.td-qty .qty-container {
    width: 185px;
  }
  .data-table td.td-qty .qty-container label {
    float: none;
  }
  .data-table td.last {
    padding: 0 0px;
    line-height: 21px;
  }
  .data-table .td-title {
    display: inline-block;
    width: 100px;
    padding: 0 10px 0 0;
    font-weight: bold;
  }
  .data-table .td-actions {
    display: inline;
    padding: 0 5px;
  }
  .data-table th.td-wishlist, .data-table td.td-wishlist {
    display: none;
  }
  .cart-table tfoot td {
    padding: 0;
    text-align: center !important;
  }
  .cart-table tbody td:first-child {
    padding-top: 0;
  }
  .cart-table tbody td dl.item-options {
    display: block;
    width: 186px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: none;
  }
  .cart-table tbody td dl.item-options dt {
    display: block;
    font-weight: bold;
    width: 100px;
    margin-right: 10px;
    float: left;
  }
  .cart-table tbody td dl.item-options dt:after {
    content: '';
  }
  .cart-table .product-name {
    background: #f0f0f0;
    padding: 13px 10px 11px;
    text-align: center;
  }
  .cart-table td.a-center.a-center {
    clear: both;
    display: block;
    width: 186px;
    margin: 0 auto;
    white-space: nowrap;
  }
  .cart-table tfoot {
    display: block;
    width: 100%;
  }
  .cart-table tfoot td.last div {
    float: none;
    border: solid #e5e5e5;
    border-width: 1px 0;
    padding: 5px 0 5px;
    margin-bottom: 15px;
  }
  .cart-table tfoot td .btn-update {
    display: inline-block;
  }
  .cart-table tfoot td .btn-empty {
    display: inline-block;
    margin-left: 4px;
  }
  .cart-table tfoot td .btn-continue {
    margin: 0 auto;
  }
  .lt-ie9 .cart-table tfoot td.last div {
    padding: 17px 0;
  }
  .lt-ie9 .cart .cart-collaterals {
    padding-top: 10px;
  }
  .lt-ie9 .cart-table tbody td dl.item-options {
    width: 100%;
  }
}

ul.configurable-swatch-list {
  list-style: none;
  padding: 0;
}

ul.configurable-swatch-list > li {
  float: left;
  margin-right: 5px;
}

ul.configurable-swatch-list li.option {
  padding: 2px;
}

ul.configurable-swatch-list .swatch-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.configurable-swatch-list li.option.selected {
  background-color: black;
}

ul.configurable-swatch-list li.option.selected * {
  color: white;
  text-decoration: none;
}

.product_record {
  padding: 15px;
  display: inline-block;
  background-color: #f8f8f8;
  width: 100%;
}

.product_record .item-wrap {
  border: 1px solid pink;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
  background-color: white;
  text-align: center;
}

.product_record .item-wrap h2.product-name {
  height: 66px;
}

.product_record .item-wrap .regular_img {
  max-width: 100%;
  height: auto;
}

.product_record .item .button.quick-view {
  border: none;
  background-color: transparent;
  color: gainsboro;
  font-size: 1.5em;
  outline: none;
  padding: 0;
  line-height: 21px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.product_record .item:hover .button.quick-view {
  color: #dc0a32;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.product_record .item .product-info {
  padding: 10px;
  height: 100px;
}

.product_record .item .product-info .product-name, .product_record .item .product-info p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #d93375;
}

.product_record .item .product-info .product-name * {
  font-size: 0.9em;
  font-weight: bold;
  color: #d93375;
}

.product_record .actions {
  display: inline-block;
  height: 21px;
}

.item .product-unit {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 10px;
  display: inline-block;
  margin-right: 15px;
}

.product-unit + .fa-plus-circle {
  color: #dc0a32;
  font-size: 1.5em;
}

.product-img-box {
  margin-bottom: 15px;
}

.product-img-box .owl-item {
  border: 3px solid transparent;
}

.product-img-box .owl-item.click {
  border-color: gainsboro;
}

.product-img-box .product-image {
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 15px;
}

.product-img-box .product-image img {
  max-width: 100%;
}

.product-essential .product-name > h1 {
  margin: 0;
}

.product-essential .price {
  font-size: 1.5em;
  padding: 0 5px;
  background: #d93375;
  color: white;
  border: 1px solid #96185f;
}

.product-essential .old-price .price {
  background: #424242;
  border: none;
  font-size: small;
  text-decoration: line-through;
}

.product-essential .availability.in-stock {
  color: green;
  font-size: 1em;
}

.product-essential .swatch-attr label {
  font-size: 1.2em;
  text-transform: uppercase;
}

.product-essential .swatch-attr em {
  color: red;
}

.product-essential .product-options dl {
  margin-bottom: 5px;
}

.product-essential .product-options-bottom {
  margin-bottom: 15px;
}

.product-essential .product-category-title > h3 {
  border-bottom: 2px solid #ed6676;
  margin-bottom: 20px;
}

.product-essential .short-description {
  margin-bottom: 15px;
  background-color: rgba(220, 220, 220, 0.25);
  padding: 10px;
}

.product-essential .btn-cart {
  height: 55px;
  padding: 0 25px;
}

.item-options {
  margin-top: 10px;
}

.item-options dt {
  float: left;
  clear: left;
  font-style: normal;
  font-weight: 300;
}

.item-options dt:after {
  content: ' - ';
}

.item-options dd {
  float: left;
  margin: 0 0 3px 3px;
  padding: 0;
  font-weight: 400;
  font-style: normal;
}
/*# sourceMappingURL=style.css.map */