/*--Shop--*/
/*header top cart */
#shop-page ul.products .product .post-title a,.related.products .product .post-title a{
    color: #313131;
}
.woocommerce-products-header {
    padding-left: 15px;
}
.woocommerce-products-header h1 {
    text-transform: capitalize;
}
.top-cart.open a.quick_cart {
    position: fixed;
    right: 0px;
    top: 50%;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    background: #222;
    padding: 9px 15px;
    border-radius: 4px 0px 0px 4px;
    z-index: 12;
    transition: 0.5s ease-out;
    cursor: pointer;
}
.quick_cart span.cart_count {
    position: relative;
    line-height: 1;
    font-size: 14px;
}
.top-cart.open.open-cart {
    position: relative;
    display: block;
}
.top-cart.open a.quick_cart.open {
	right:0px;
}
.top-cart.open a.quick_cart:hover {
    padding-right: 20px;
}
.top-cart #top-cart-content {
    position: fixed;
    overflow: hidden;
    right: -355px;
    top: 0;
    background: #fff;
    overflow-y: auto;
    width: 350px;
    height: 100%;
    transition: right 500ms ease-in-out;
    z-index: 1211;
    display: none;
    -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	    box-shadow: -1px 0px 10px 0px rgba(0, 0, 0, 0.33);
}
.top-cart.open-cart #top-cart-content {
    right: 0;
    display: block;
}
.top-cart.open-cart a.quick_cart{
right: 340px;
    transition: 0.5s ease-out;
}
 
a.quick_cart svg {
    fill: white;
}
.top-cart.open a.quick_cart svg path {
    fill: #fff;
    stroke: none;
}
/*header top cart */

.shop_bar {
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
}
@media only screen and (min-width: 40.063em) {
  .shop_bar .breadcrumbs {
    text-align: left;
  }
  .shop_bar .ordering {
    text-align: right;
  }
}
.shop_bar .woocommerce-breadcrumb {
  line-height: 20px;
  margin-bottom: 15px;
}
.woocommerce .woocommerce-breadcrumb{
	font-size: 14px;
    color: #313131;
    letter-spacing: 0.3px;
	margin-bottom: 0;
}
.woocommerce .woocommerce-breadcrumb a {
    color: #313131;
    font-weight: 400;
}
.woocommerce .product-information .woocommerce-product-rating .star-rating {
    margin: 0px 4px 0 0;
}
@media only screen and (min-width: 40.063em) {
  .shop_bar .woocommerce-breadcrumb {
    margin: 0;
  }
}
.shop_bar .woocommerce-result-count,
.shop_bar .woocommerce-ordering {
  display: block;
  margin: 0 0 15px;
}
@media only screen and (min-width: 40.063em) {
  .shop_bar .woocommerce-result-count,
  .shop_bar .woocommerce-ordering {
    display: inline-block;
    margin: 0;
  }
}
.shop_bar .woocommerce-result-count {
text-align: right;
    float: none;
    font-size: 14px;
    color: #8f8f8f;
    margin-right: 10px;
    line-height: 20px;
}
.shop_bar .woocommerce-ordering .select-wrapper {
  border: 0;
  margin: 0;
  float: none;
}
.shop_bar .woocommerce-ordering .select-wrapper:after {

  right: 0;
}
.rtl .shop_bar .woocommerce-ordering .select-wrapper:after {
  right: auto;
  left: 0;
}
.shop_bar .woocommerce-ordering .select-wrapper:after {
    content: "\f0d7";
    display: block;
    position: absolute;
    font-family: 'FontAwesome';
    right: 30px;
    font-size: 16px;
    line-height: 1;
}
.shop_bar .woocommerce-ordering .select-wrapper select {
display: block;
    font-size: 13px;
    font-weight: 400;
    font-family: inherit;
    padding: 5px 15px 5px 15px;
    border: 0;
    text-transform: uppercase;
    background: #fff;
    color: #131219;
    outline: 0;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: '';
    -moz-appearance: radio-container;
}
.rtl .shop_bar .woocommerce-ordering .select-wrapper select {
  padding: 0 0 0 19px;
}

.shop_subcategories {
  margin: 0;
  text-align: center;
  padding: 0 15px;
  list-style: none;
  padding: 13px 0;
  border-bottom: 1px solid #eee;
}
@media only screen and (min-width: 40.063em) {
  .shop_subcategories {
    padding: 27px 0;
  }
}
.shop_subcategories li {
  display: inline-block;
  margin: 0 10px;
}
.shop_subcategories li:last-child {
  margin: 0 10px;
}
@media only screen and (min-width: 40.063em) {
  .shop_subcategories li {
    margin: 0 15px;
  }
  .shop_subcategories li:last-child {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 64.063em) {
  .shop_subcategories li {
    margin: 0 25px;
  }
  .shop_subcategories li:last-child {
    margin: 0 25px;
  }
}
.shop_subcategories li a {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.no-products {
  height: 300px;
  width: 100%;
}

.products {
  position: relative;
}
.products.two-columns .columns {
  width: 50%;
}
.products.three-columns .columns {
  width: 33.33333%;
}
.products.four-columns .columns {
  width: 25%;
}
.products .product {
  display: block;
  margin-bottom: 35px;
  text-align: center;
}
.products .product .post-title h3 {
  font-size: 16px;
  margin: 0;
}
.products .product .post-title .star-rating,
.products .product .post-title .add_to_cart {
      text-align: center;
    margin: 5px auto;
}
.products .product .product-image {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.products .product .product-image a {
  display: block;
      -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.products .product .product-image img {
  width: 100%;
}
.products .product .product-image .fade {
  will-change: opacity;
  opacity: 1;
}
.products .product .product-image .fade + .fade {
  position: absolute;
  top: 0;
  right: 100%;
  opacity: 0;
  width: 100%;

}
.products .product .product-image .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  color: #131219;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  margin: 0;
  opacity: 0;
}
.rtl .products .product .product-image .yith-wcwl-add-to-wishlist {
  direction: ltr;
}
.products .product .product-image .yith-wcwl-add-to-wishlist a {
  color: #131219;
}
.products .product .product-image .yith-wcwl-add-to-wishlist:hover .text {
  opacity: 1;
}
.products .product .product-image .yith-wcwl-add-to-wishlist .text {
  position: relative;
  top: -3px;
  margin-right: 5px;
  opacity: 0;
}

.products .product .product-image .add_to_cart {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
  line-height: 1;
  background: rgba(19, 18, 25, 0.9);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 17px 17px 15px;
  opacity: 0;
  -moz-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
-moz-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.products .product .product-image .add_to_cart:hover {
  background: #ff214f;
}
.products .product .product-image .added_to_cart {
  display: none;
}
.products .product:hover .fade {
  opacity: 0;
}
.products .product:hover .fade + .fade,
.products .product:hover .add_to_cart{
  opacity: 1;
}
.products .product:hover .fade + .fade{
	right:0px;
}
.products .product:hover .add_to_cart {
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.product-category {
  display: block;
  position: relative;
  margin-bottom: 35px;
  overflow: hidden;
  background: #131219;
}
.product-category .table {
  width: 100%;
}
.product-category figure {
  padding: 0;
  margin: 0;
}
.product-category figure img {
  width: 100%;
}
.product-category span {
  display: block;
  background: #fff;
  position: absolute;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  top: 15px;
  left: 0;
  padding: 14px 15px 11px;
  z-index: 10;
  color: #131219;
}
@media only screen and (min-width: 40.063em) {
  .product-category span {
    padding: 20px 22px 18px;
    font-size: 13px;
    top: 30px;
  }
}
.product-category a {
  display: block;
}
.product-category .title {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 11;
  -moz-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.product-category h2 {
  opacity: 0;
  margin: 0;
  line-height: 1;
  color: #fff;
}
@media only screen and (max-width: 40.063em) {
  .product-category h2 {
    font-size: 20px;
  }
}
.product-category h2 a {
  color: #fff;
}
.product-category h2 a:hover {
  color: #fff;
}

.badge {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  z-index: 2;
  font-size: 10px;
  color: #fff;
  font-weight: 700;
  height: 20px;
  line-height: 24px;
  padding: 0 6px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: normal;
}
.badge.onsale {
  background: rgba(26, 169, 127, 0.5);
}
.badge.onsale.perc {
  font-weight: 400;
  font-size: 11px;
}
.badge.out-of-stock {
  background: rgba(177, 177, 177, 0.5);
}
.badge.new {
  background: rgba(235, 186, 3, 0.5);
}
.woocommerce .product .out-of-stock {
	background: #fd6b6b;
    color: #fff !important;
    padding: 0px 6px;
    height: auto;
    font-size: 9px;
    font-weight: 300;
    letter-spacing: 1px;
    left: 0px;
    border-radius: 0px;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.14);
    -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.14);
}
.price {
  display: block;
}
.price .from {
  display: none;
}
.price .amount {
  font-size: 14px;
  color: #131219;
}
.price del {
  color: #8f8f8f;
  font-size: 14px;
}
.price del .amount {
  color: #8f8f8f;
}
.price del + ins {
  margin-left: 10px;
}
.price ins {
  text-decoration: none;
}
.price.single-price {
  display: inline-block;
  }
.price.single-price > .amount {
  font-size: 30px;
  color: #ff214f;
}
.price.single-price del .amount {
  font-size: 24px;
}
.price.single-price ins .amount {
  font-size: 30px;
  color: #ff214f;
}

.stock.out-of-stock {
  font-weight: 600;
  color: #e24f3d;
}

.woocommerce-product-rating {
  display: block;
}

.woocommerce .star-rating {
  display: inline-block;
  position: relative;
  height: 14px;
  line-height: 14px;
  width: 70px;
  background: url("../../images/stars.png") no-repeat left top;
  background-size: 70px 28px;
  text-indent: -9999px;
}
.woocommerce .star-rating span {
  top: 0;
  left: 0;
  position: absolute;
  height: 14px;
  line-height: 14px;
  width: 70px;
  overflow: hidden;
  background: url("../../images/stars.png") no-repeat left -14px;
  background-size: 70px 28px;
}
.woocommerce .comment-text .star-rating span {
    position: relative;
    display: block;
    top: auto;
    left: auto;
}
.star-rating + .write_first {
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  color: #131219;
  margin-left: 20px;
  line-height: 18px;
  vertical-align: text-top;
}
#comments .star-rating {
    margin: 0px 0 0;
    float: none;
}
.woocommerce-Reviews .comment_container {
    margin-top: 10px;
}
.woocommerce #respond input#submit:hover {
    background: #131219;
    color: #fff;
}
.woocommerce #respond input#submit {
    width: auto;
}
.comment-form-rating p.stars {
	display: block;
    float: none;
    position: relative;
    height: 14px;
    line-height: 14px;
    width: 70px;
    text-align: center;
    margin: 0 auto;
}
.comment-form-rating p.stars span {
  top: 0;
  left: 0;
  position: absolute;
  height: 14px;
  line-height: 14px;
  overflow: hidden;
  width: 70px;
}
.comment-form-rating p.stars span a {
  display: block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  float: left;
  text-indent: -9999px;
  position: relative;
  background: url("../../images/stars.png") no-repeat left top;
  background-size: 70px 28px;
  text-indent: -9999px;
  -moz-transition: none 1s;
  -o-transition: none 1s;
  -webkit-transition: none 1s;
  transition: none 1s;
color:transparent;
}
.comment-form-rating p.stars span a.active {
  background-position: left -14px;
}

.woocommerce-breadcrumb {
  font-size: 14px;
  color: #131219;
  font-weight: 600;
}
.woocommerce-breadcrumb a,
.woocommerce-breadcrumb span {
  color: #8f8f8f;
      padding: 0px 2px;
}
.woocommerce-breadcrumb span {
    opacity: .4;
}
.woocommerce-breadcrumb a {
  font-weight: 400;
}
.woocommerce-breadcrumb a:hover {
  color: #131219;
}

/* Tables */
.woocommerce .shop_attributes {
  border: 0;
  width: 100%;
  border-spacing: 0;
  text-align: left;
}
.woocommerce .rtl .shop_attributes {
  text-align: right;
}
.woocommerce .shop_attributes tbody tr th {
  vertical-align: middle;
  padding: 20px 0 18px;
  color: #131219;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #f5f5f5;
  background: none;
  width: 120px;
      padding: 10px;
}
.woocommerce .shop_attributes tbody tr td {
  vertical-align: middle;
  padding: 10px;
  border-bottom: 1px solid #f5f5f5;
  background: none;
  font-weight: 400;
  font-size: 14px;
  color: #454545;
  text-align: right;
}
.woocommerce .shop_attributes tbody tr td p {
  margin: 0;
  color: #454545;
  font-size: 14px;
  font-weight: 300;
    letter-spacing: 1px;
}
.woocommerce .shop_attributes tbody tr:last-child td,.woocommerce .shop_attributes tbody tr:last-child th {
  border-bottom: 0;
  background: none;
}
.woocommerce .shop_attributes tbody tr.alt {
  background: none;
}
.woocommerce .shop_attributes tbody tr.alt th {
  background: none;
}

.shop_table {
  border: 0;
  width: 100%;
  border-spacing: 0;
}
.shop_table thead {
  padding-bottom: 10px;
}
.shop_table thead tr th {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  padding: 0 0 10px 0;
  color: #131219;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (min-width: 40.063em) {
  .shop_table thead tr th {
    padding: 0 0 15px 0;
  }
}
.shop_table thead tr th.product-name, .shop_table thead tr th.product-remove, .shop_table thead tr th.order-number, .shop_table thead tr th.order-date, .shop_table thead tr th.order-status, .shop_table thead tr th.order-amount {
  text-align: left;
}
.rtl .shop_table thead tr th.product-name, .rtl .shop_table thead tr th.product-remove, .rtl .shop_table thead tr th.order-number, .rtl .shop_table thead tr th.order-date, .rtl .shop_table thead tr th.order-status, .rtl .shop_table thead tr th.order-amount {
  text-align: right;
}
.shop_table thead tr th.order-number {
  padding-left: 0;
}
@media only screen and (max-width: 40.063em) {
  .shop_table thead tr th.product-remove {
    width: 0;
  }
}
.shop_table thead tr th.product-thumbnail {
  text-align: left;
}
@media only screen and (min-width: 40.063em) {
  .shop_table thead tr th.product-thumbnail {
    display: none;
  }
}
.rtl .shop_table thead tr th.product-thumbnail {
  text-align: right;
}
.shop_table thead tr th.product-name {
  display: none;
}
@media only screen and (min-width: 40.063em) {
  .shop_table thead tr th.product-name {
    display: table-cell;
  }
}
@media only screen and (max-width: 40.063em) {
  .shop_table thead tr th.product-price {
    width: 0;
    padding: 0;
    visibility: collapse;
    display: none;
  }
}
.shop_table tfoot {
  font-weight: 500;
  color: #131219;
}
.shop_table tfoot tr th,
.shop_table tfoot tr td {
  font-size: 16px;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
  font-weight: 500;
}
@media only screen and (max-width: 40.063em) {
  .shop_table tfoot tr th,
  .shop_table tfoot tr td {
    padding: 10px 0;
  }
}
.shop_table tfoot tr th {
  font-weight: 500;
  text-align: left;
}
.rtl .shop_table tfoot tr th {
  text-align: right;
}
.shop_table tfoot tr.total th,
.shop_table tfoot tr.total td {
  border-bottom: 0;
}
.shop_table tfoot tr.total th .amount,
.shop_table tfoot tr.total td .amount {
  font-size: 20px;
  font-weight: 900;
}
.shop_table tbody {
  padding-top: 10px;
}
.shop_table tbody tr:nth-child(even) {
  background: none;
}
.shop_table tbody tr:nth-child(odd) {
  background: none;
}
.shop_table tbody tr:last-child td {
  border-bottom: 0;
}
.shop_table tbody tr td {
  padding: 10px 0;
  vertical-align: middle;
  text-align: center;
  color: #131219;
  border-bottom: 1px solid #f8f8f8;
}
@media only screen and (min-width: 40.063em) {
  .shop_table tbody tr td {
    padding: 30px 0;
  }
}
.shop_table tbody tr td.order-number {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  padding-left: 0;
}
.shop_table tbody tr td.order-status {
  text-transform: uppercase;
  font-weight: 600;
}
.shop_table tbody tr td.order-status.approved {
  color: #59c379;
}
.shop_table tbody tr td.order-status.hold {
  color: #676767;
}
.shop_table tbody tr td.order-status.cancelled {
  color: #ec0f38;
}
.shop_table tbody tr td.product-price, .shop_table tbody tr td.product-quantity {
  text-align: center;
}
.shop_table tbody tr td.product-price .quantity .qty, .shop_table tbody tr td.product-quantity .quantity .qty {
    margin-bottom: 0;
    text-align: center;
    width: 30px;
    padding: 10px 5px;
    font-size: 13px;
    border-radius: 4px;
}
.product-subtotal .woocommerce-Price-amount.amount {
    font-weight: 600;
    color: #313131;
}
@media only screen and (min-width: 40.063em) {
  .shop_table tbody tr td.product-price .quantity .qty, .shop_table tbody tr td.product-quantity .quantity .qty {
    width: 50px;
    padding: 10px 10px;
  }
}
.shop_table tbody tr td.product-price {
  display: none;
}
@media only screen and (min-width: 40.063em) {
  .shop_table tbody tr td.product-price {
    display: table-cell;
  }
}
.shop_table tbody tr td.order-actions a + a {
  margin-left: 10px;
}
.shop_table tbody tr td.product-name {
  color: #737373;
  font-size: 12px;
  text-align: left;
}
.shop_table tbody tr td.product-name a,
.shop_table tbody tr td.product-name span {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #313131;
  margin-bottom: 10px;
}
@media only screen and (min-width: 40.063em) {
  .shop_table tbody tr td.product-name a,
  .shop_table tbody tr td.product-name span {
    font-size: 15px;
  }
}
.shop_table tbody tr td.product-name a:last-child,
.shop_table tbody tr td.product-name span {
  margin-bottom: 0;
}
.shop_table tbody tr td.product-name span +
.product-quantity {
  font-size: 16px;
}
.shop_table tbody tr td.product-name, .shop_table tbody tr td.product-remove, .shop_table tbody tr td.order-number, .shop_table tbody tr td.order-date, .shop_table tbody tr td.order-status, .shop_table tbody tr td.order-amount {
  text-align: left;
}
.rtl .shop_table tbody tr td.product-name, .rtl .shop_table tbody tr td.product-remove, .rtl .shop_table tbody tr td.order-number, .rtl .shop_table tbody tr td.order-date, .rtl .shop_table tbody tr td.order-status, .rtl .shop_table tbody tr td.order-amount {
  text-align: right;
}
.shop_table tbody tr td.product-thumbnail {
  display: none;
  vertical-align: top;
  width: 0;
  text-align: left;
}
@media only screen and (min-width: 40.063em) {
  .shop_table tbody tr td.product-thumbnail {
    display: table-cell;
    width: 95px;
    min-width: 95px;
  }
}
.rtl .shop_table tbody tr td.product-thumbnail {
  text-align: right;
}
.shop_table tbody tr td.product-quantity {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}
.shop_table tbody tr td.product-quantity .wishlist-in-stock {
  color: #ff214f;
}
.shop_table tbody tr td.product-quantity .wishlist-out-of-stock {
  color: #ec0f38;
}
.shop_table tbody tr td.product-stock-status {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}
.shop_table tbody tr td.product-stock-status .wishlist-in-stock {
  color: #59c379;
}
.shop_table tbody tr td.product-stock-status .wishlist-out-of-stock {
  color: #ec0f38;
}
.shop_table tbody tr td.product-total {
  font-size: 16px;
  color: #131219;
  font-weight: 400;
}
.shop_table tbody tr td.product-remove {
  min-width: 20px;
  width: 20px;
  position: relative;
  height: 100%;
}
.shop_table tbody tr td.product-remove a {
  display: block;
  width: 16px;
  height: 16px;
  background: transparent url("../../images/close.png") center center no-repeat !important;
  -moz-background-size: 10px 10px;
  -o-background-size: 10px 10px;
  -webkit-background-size: 10px 10px;
  background-size: 10px 10px;
  text-indent: -9999px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
}
.woocommerce-page table.cart img{
	border-radius: 2px;
}
.rtl .shop_table tbody tr td.product-remove a {
  text-indent: 9999px;
}
.shop_table tbody tr td.product-remove a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.shop_table #shipping_method label {
  font-weight: 400 !important;
  text-align: left;
}
.shop_table #shipping_method label .amount {
  font-weight: 600;
}
.shop_table.wishlist {
  table-layout: fixed;
}
.shop_table.wishlist thead tr th.product-add-to-cart {
  display: none;
}
@media only screen and (min-width: 40.063em) {
  .shop_table.wishlist thead tr th.product-add-to-cart {
    display: table-cell;
  }
}
.shop_table.wishlist thead tr th.product-remove {
  width: 20px;
}
.shop_table.wishlist thead tr th.product-name,
.shop_table.wishlist tbody tr td.product-name {
  padding-left: 0;
}
.shop_table.wishlist tbody tr td.product-add-to-cart {
  display: none;
}
@media only screen and (min-width: 40.063em) {
  .shop_table.wishlist tbody tr td.product-add-to-cart {
    display: table-cell;
  }
}
.shop_table.wishlist tbody tr td.product-price {
  font-size: 14px;
}
.shop_table.order_table {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 30px;
}
.shop_table.order_table thead tr th.product-subtotal {
  text-align: left;
  padding-left: 15px;
}
@media only screen and (min-width: 40.063em) {
  .shop_table.order_table thead tr th.product-subtotal {
    padding-left: 20px;
  }
}
.shop_table.order_table tbody tr td {
  padding-left: 0;
  padding-right: 0;
}
.shop_table.order_table tbody tr td:last-child {
    text-align: right;
}
.shop_table.order_table tbody tr td.product-name .variation {
  margin-top: 10px;
}
.shop_table.order_table tbody tr td.product-total {
  padding-left: 15px;
  text-align: right;
  vertical-align: top;
  line-height: 18px;
}
@media only screen and (min-width: 40.063em) {
  .shop_table.order_table tbody tr td.product-total {
    padding-left: 20px;
  }
}
.shop_table.order_table.woocommerce-checkout-review-order-table tbody tr:first-child td {
  padding-top: 0;
}
.shop_table.order_table tfoot tr.order-total td {
  font-size: 20px;
}
.shop_table.order_table tfoot tr.order-total td strong {
  font-size: 22px;
}
.shop_table.order_table tfoot tr.order-total th, .shop_table.order_table tfoot tr.order-total td {
  line-height: 22px;
  border-bottom: 0;
}
.shop_table.order_table tfoot tr td {	
    text-align: right;
    padding: 0;
}
@media only screen and (min-width: 40.063em) {
  .shop_table.order_table tfoot tr td {
    padding-left: 20px;
  }
}
.shop_table + #payment {
  margin-top: 50px;
}

.quantity {
  position: relative;
  zoom: 1;
  padding-right: 15px;
  display: inline-block;
}
@media only screen and (min-width: 40.063em) {
  .quantity {
    padding-right: 19px;
  }
}
.rtl .quantity {
  padding-right: 0;
  padding-left: 15px;
}
@media only screen and (min-width: 40.063em) {
  .rtl .quantity {
    padding-left: 19px;
  }
}
.quantity .plus,
.quantity .minus {
  display: block;
  padding: 0;
  margin: 0;
  outline: 0;
  border: 1px solid #eee;
  position: absolute;
  text-align: center;
  width: 15px;
  height: 50%;
  text-decoration: none;
  overflow: visible;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  text-shadow: none;
  line-height: 1;
  background: none;
  color: #8f8f8f;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
@media only screen and (min-width: 40.063em) {
  .quantity .plus,
  .quantity .minus {
    width: 19px;
  }
}
.quantity .plus {
  top: 0;
  right: 0px;
  border-bottom: 0;
  border-left: 0;
}
.rtl .quantity .plus {
  right: auto;
  left: 0;
}
.quantity .minus {
  bottom: 0;
  right: 0px;
  border-left: 0;
}
.rtl .quantity .minus {
  right: auto;
  left: 0;
}
.quantity input[type=number].qty::-webkit-inner-spin-button,
.quantity input[type=number].qty::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

.quantity input[type=number].qty
{
  -moz-appearance: textfield;
}
dl.variation {
  margin: 0;
  color: #131219;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
}
dl.variation dt {
  display: inline-block;
  clear: left;
  margin: 0 10px 5px 0;
  font-size: 11px;
  font-weight: 400;
}
.rtl dl.variation dt {
  margin-right: 0;
}
dl.variation dd {
  display: inline-block;
  margin: 0 0 5px 0;
}
.rtl dl.variation dd {
  margin-right: 10px;
}
dl.variation dd p {
  margin-bottom: 0;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
}

/* Cart Page */
.my_cart {
  padding: 100px 0 0;
}
@media only screen and (max-width: 40.063em) {
  .my_cart {
    padding: 0;
  }
}
.select-wrapper {
    position: relative;
    display: block;
}
.select-wrapper:after {
    content: "\f0d7";
    display: block;
    position: absolute;
    font-family: 'FontAwesome';
    top: 50%;
    right: 15px;
    font-size: 16px;
    line-height: 1;
    transform: translate3d(0%,-50%,0);
}
.cart-collaterals {
	background: transparent;  
	margin-top: 35px;
	border: 2px solid #EFEFEF;
	padding: 25px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
	width:100%;
	float:none;
}
.cart-collaterals .cart_totals h4 {
    font-size: 25px;
    text-align: left;
    text-transform: capitalize;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 15px;
}
.cart-collaterals .cart_totals #shipping_method {
  float: none;
}
.cart-collaterals .cart_totals table {
  border: 0;
  border-spacing: 0;
  background: none;
  width: 100%;
  margin: 0 0 25px;
  color: #454545;
}
.cart-collaterals .cart_totals table tbody tr td,
.cart-collaterals .cart_totals table tbody tr th {
  padding: 25px 0;
  vertical-align: middle;
  border-bottom: 0px solid #ddd;
  font-weight: 400;
  font-size: 15px;
}
.cart-collaterals .cart_totals table tbody tr {
  background: none;
}
.cart-collaterals .cart_totals table tbody tr td {
  text-align: left;
  background: none;
  padding-left: 15px;
}
@media only screen and (min-width: 40.063em) {
  .cart-collaterals .cart_totals table tbody tr td {
    padding-left: 20px;
  }
}
.rtl .cart-collaterals .cart_totals table tbody tr td {
  padding-left: auto;
  padding-right: 15px;
}
@media only screen and (min-width: 40.063em) {
  .rtl .cart-collaterals .cart_totals table tbody tr td {
    padding-right: 20px;
  }
}
.cart-collaterals .cart_totals table tbody tr th {
  text-align: left;
  font-weight: 500;
  background: none;
}
.cart-collaterals .cart_totals table tbody tr.order-total td {
  font-weight: 600;
  font-size: 22px;
      text-align: left;
}
.cart-collaterals .cart_totals table + p {
  margin: 0 0 25px;
}
.cart-collaterals .cart_totals small {
  font-size: 13px;
  color: #676767;
}

.update-button {
  width: 35%;
}
@media only screen and (max-width: 80em) {
  .update-button {
    width: 100%;
  }
}
.update-button + .checkout-button {
  width: 60%;
  margin-left: 3%;
}
@media only screen and (max-width: 80em) {
  .update-button + .checkout-button {
    width: 100%;
    margin: 20px 0 0;
  }
}
.woocommerce input#createaccount.input-checkbox {
    display: inline;
    margin: 7px -18px;
    text-align: center;
    vertical-align: middle;
}
.checkout {
  margin-top: 5px;
}
.woocommerce table.shop_table {
	border: 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
    border-radius: 0;
    margin-bottom: 20px;
}
.woocommerce table.shop_table td{
	padding: 15px 12px;
}
.woocommerce-cart-form .update-button.button {
    border: 0px;
    background: transparent !important;
    color: #313131;
    padding: 0;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
}
.woocommerce-cart-form .update-button.button:hover{
	color:#313131;
}
.woocommerce-cart-form .update-button.button:disabled, .woocommerce-cart-form .update-button.button:disabled[disabled] {
    padding: 0;
}
@media only screen and (min-width: 40.063em) {
  .checkout {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 64.063em) {
  .checkout {
    margin-top: 45px;
  }
}
@media only screen and (min-width: 80em) {
  .checkout {
    margin-top: 65px;
  }
}

.my_orders {
  border: 0;
  width: 100%;
  border-spacing: 0;
}
.my_orders thead {
  background: #fff;
  padding-bottom: 10px;
}
.my_orders thead tr th {
  text-align: left;
  font-size: 12px;
  font-weight: 900;
  padding: 0 0 10px;
  border-bottom: 2px solid #131219;
  line-height: 1;
  text-transform: uppercase;
}
.my_orders tbody {
  padding-top: 10px;
}
.my_orders tbody tr td {
  padding: 20px 0;
  vertical-align: middle;
  color: #737373;
  border-bottom: 1px solid #eee;
  font-size: 13px;
}
.my_orders tbody tr td.order-actions {
  text-align: right;
}
.my_orders tbody tr td.order-number a {
  font-size: 18px;
  color: #131219;
}
.my_orders tbody tr:nth-child(even) {
  background: #fff;
}
.my_orders.order_table {
  border-bottom: 0;
}
.my_orders.order_table thead tr th {
  font-weight: 400;
  border-bottom-width: 1px;
}

.group_table {
  border: 0;
  width: 100%;
  border-spacing: 0;
  margin-bottom: 20px;
      position: relative;
    display: block;
	    table-layout: fixed;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
    font-size: 30px;
    vertical-align: middle;
}
.woocommerce div.product form.cart .group_table td{
	vertical-align:middle;
}
.woocommerce div.product form.cart .group_table td.label {
    font-size: 15px;
    padding: 0;
    text-transform: capitalize;
}
.group_table tbody tr td {
  padding: 0 10px 20px 0;
}
.group_table tbody tr td:first-child {
  width: 100px;
}
.group_table tbody tr td label a {
  color: #131219;
}
.group_table tbody tr:nth-child(even) {
  background: transparent;
}
.group_table .quantity {
  float: none;
}

#coupon_code {
  width: 100%;
  padding: 6px 18px 8px;
  margin-bottom: 0;
}
.woocommerce-cart-form .coupon_box #coupon_code{
    border: 0px;
	border-radius: 0px;
    padding: 0px 0px 5px 0px;
}
.woocommerce-cart-form .coupon_box {
    display: inline-block;
    width: 70%;
	border-bottom: 1px solid #dedede;
}
@media only screen and (min-width: 40.063em) {
	#coupon_code {
		width: 60%;
	}
	.woocommerce-cart-form .coupon_box #coupon_code{
		width: 75%;
	}
}

#coupon_code + .apply_coupon {
  width: 100%;
  margin: 10px 0 0;
}
.woocommerce-cart-form .coupon_box .apply_coupon.button {
    width: auto !important;
    padding: 0;
    float: right;
    border: 0;
    background: 0 0;
    color: #313131;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    position: relative;
    top: 10px;
}
@media only screen and (min-width: 40.063em) {
	#coupon_code + .apply_coupon {
		width: 30%;
		margin: 0;
	}
	.woocommerce-cart-form .coupon_box .apply_coupon.button {
		width:60%;
	}
}
@media only screen and (max-width:767px){
	.woocommerce-cart-form .coupon_box #coupon_code{
		width:auto;
	}
	.woocommerce-cart-form .coupon_box{
		width: 100%;
	}
	.woocommerce-cart-form .coupon_box .apply_coupon.button{
		top:0;
	}
	.woocommerce-cart-form .update-button.button {
		margin-top: 15px;
	}
	.woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before{
		font-size: 14px;
		text-transform: capitalize;
		color: #313131;
	}
}
@media only screen and (max-width:768px){
	.shop_table tbody tr td.product-remove{
		width:100%;
	}
}
.button.update-button {
  margin: 10px 0 0;
}
@media only screen and (min-width: 40.063em) {
  .button.update-button {
    margin: 0;
  }
}

.coupon-container {
  border: 1px dashed #cdcdcd;
  padding: 30px;
}
@media only screen and (max-width: 40.063em) {
  .coupon-container {
    margin-top: 30px;
  }
}
.coupon-container.margin {
  display: none;
  margin-bottom: 55px;
}
.coupon-container .notification-box {
  display: none;
}
.coupon-container .checkout_coupon {
  float: left;
  width: 100%;
  display: block !important;
}
.coupon-container .checkout_coupon #coupon_code {
  width: 100%;
  border: 1px solid #eee;
}
.coupon-container .checkout_coupon #coupon_code + .apply_coupon {
  width: auto;
  margin: 0;
}

.woocommerce-checkout-review-order {
    background: transparent;
    padding: 15px;
    display: inline-block;
    padding: 100px 50px 30px;
    border-width: 2px;
    border-style: solid;
    position: relative;
    margin-bottom: 50px;
    border-color: rgba(52, 53, 56, 0.1);
}

@media only screen and (min-width: 80em) {
  .woocommerce-checkout-review-order {
    padding: 20px;
  }
}
.woocommerce-checkout-review-order h3 {
  font-size: 26px;
  margin-bottom: 25px;
}

.shipping-calculator-button {
  display: block;
  color: #131219;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  margin: 20px 0 25px;
      cursor: pointer;
}

.shipping-calculator-form {
  width: 100%;
}
@media only screen and (max-width: 40.063em) {
  .shipping-calculator-form {
    width: 100%;
  }
}
.shipping-calculator-form .formrow {
  display: block;
  margin-bottom: 8px;
}
.shipping-calculator-form .formrow .select-wrapper,
.shipping-calculator-form .formrow input {
  margin: 0;
  float: none;
}
.shipping-calculator-form .formrow .input-text {
  width: 100%;
}
.shipping-calculator-form .formrow:last-child {
  margin: 0;
}

/* Checkout */
.billing_shipping,
.cart-holder {
  padding-right: 15px;
}
@media only screen and (min-width: 64.063em) {
  .billing_shipping{
    padding-right: 45px;
  }
}

.cart-holder .related {
  margin-top: 60px;
}

.woocommerce-billing-fields h6,
.woocommerce-shipping-fields h6 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 30px;
  color: #131219;
}
.woocommerce-billing-fields .form-row-wide,
.woocommerce-shipping-fields .form-row-wide {
  width: 100%;
}
.woocommerce-billing-fields #billing_first_name_field,
.woocommerce-billing-fields #shipping_first_name_field,
.woocommerce-billing-fields #billing_last_name_field,
.woocommerce-billing-fields #shipping_last_name_field,
.woocommerce-billing-fields #billing_email_field,
.woocommerce-billing-fields #billing_phone_field,
.woocommerce-billing-fields #shipping_email_field,
.woocommerce-billing-fields #shipping_phone_field,
.woocommerce-shipping-fields #billing_first_name_field,
.woocommerce-shipping-fields #shipping_first_name_field,
.woocommerce-shipping-fields #billing_last_name_field,
.woocommerce-shipping-fields #shipping_last_name_field,
.woocommerce-shipping-fields #billing_email_field,
.woocommerce-shipping-fields #billing_phone_field,
.woocommerce-shipping-fields #shipping_email_field,
.woocommerce-shipping-fields #shipping_phone_field {
  width: 100%;
}
@media only screen and (min-width: 40.063em) {
  .woocommerce-billing-fields #billing_first_name_field,
  .woocommerce-billing-fields #shipping_first_name_field,
  .woocommerce-billing-fields #billing_last_name_field,
  .woocommerce-billing-fields #shipping_last_name_field,
  .woocommerce-billing-fields #billing_email_field,
  .woocommerce-billing-fields #billing_phone_field,
  .woocommerce-billing-fields #shipping_email_field,
  .woocommerce-billing-fields #shipping_phone_field,
  .woocommerce-shipping-fields #billing_first_name_field,
  .woocommerce-shipping-fields #shipping_first_name_field,
  .woocommerce-shipping-fields #billing_last_name_field,
  .woocommerce-shipping-fields #shipping_last_name_field,
  .woocommerce-shipping-fields #billing_email_field,
  .woocommerce-shipping-fields #billing_phone_field,
  .woocommerce-shipping-fields #shipping_email_field,
  .woocommerce-shipping-fields #shipping_phone_field {
    width: 50%;
  }
}
.woocommerce-billing-fields .form-row-wide input,
.woocommerce-billing-fields .form-row-wide textarea,
.woocommerce-billing-fields .form-row-first input,
.woocommerce-billing-fields .form-row-first textarea,
.woocommerce-billing-fields .form-row-last input,
.woocommerce-billing-fields .form-row-last textarea,
.woocommerce-shipping-fields .form-row-wide input,
.woocommerce-shipping-fields .form-row-wide textarea,
.woocommerce-shipping-fields .form-row-first input,
.woocommerce-shipping-fields .form-row-first textarea,
.woocommerce-shipping-fields .form-row-last input,
.woocommerce-shipping-fields .form-row-last textarea {
  width: 100%;
}
.woocommerce-billing-fields #billing_first_name_field,
.woocommerce-billing-fields #shipping_first_name_field,
.woocommerce-billing-fields #billing_email_field,
.woocommerce-billing-fields #shipping_email_field,
.woocommerce-shipping-fields #billing_first_name_field,
.woocommerce-shipping-fields #shipping_first_name_field,
.woocommerce-shipping-fields #billing_email_field,
.woocommerce-shipping-fields #shipping_email_field {
  padding-right: 0;
}
@media only screen and (min-width: 40.063em) {
  .woocommerce-billing-fields #billing_first_name_field,
  .woocommerce-billing-fields #shipping_first_name_field,
  .woocommerce-billing-fields #billing_email_field,
  .woocommerce-billing-fields #shipping_email_field,
  .woocommerce-shipping-fields #billing_first_name_field,
  .woocommerce-shipping-fields #shipping_first_name_field,
  .woocommerce-shipping-fields #billing_email_field,
  .woocommerce-shipping-fields #shipping_email_field {
    padding-right: 15px;
  }
}
.woocommerce-billing-fields #billing_last_name_field,
.woocommerce-billing-fields #shipping_last_name_field,
.woocommerce-billing-fields #billing_phone_field,
.woocommerce-billing-fields #shipping_phone_field,
.woocommerce-shipping-fields #billing_last_name_field,
.woocommerce-shipping-fields #shipping_last_name_field,
.woocommerce-shipping-fields #billing_phone_field,
.woocommerce-shipping-fields #shipping_phone_field {
  padding-left: 0;
}
@media only screen and (min-width: 40.063em) {
  .woocommerce-billing-fields #billing_last_name_field,
  .woocommerce-billing-fields #shipping_last_name_field,
  .woocommerce-billing-fields #billing_phone_field,
  .woocommerce-billing-fields #shipping_phone_field,
  .woocommerce-shipping-fields #billing_last_name_field,
  .woocommerce-shipping-fields #shipping_last_name_field,
  .woocommerce-shipping-fields #billing_phone_field,
  .woocommerce-shipping-fields #shipping_phone_field {
    padding-left: 15px;
  }
}
.woocommerce-billing-fields #billing_address_1,
.woocommerce-billing-fields #shipping_address_1,
.woocommerce-shipping-fields #billing_address_1,
.woocommerce-shipping-fields #shipping_address_1 {
  margin-bottom: 5px;
}

#ship-to-different-address {
  padding: 0;
  float: right;
  width: 100%;
  margin-top: 30px;
}
#ship-to-different-address h6 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 30px;
  color: #131219;
}
#ship-to-different-address .shipping_toggle {
  float: left;
  position: relative;
 margin-bottom: 10px;
}
.rtl #ship-to-different-address .shipping_toggle {
  float: left;
}

#order_comments {
  min-height: 124px;
  width: 100%;
}

.login p {
  text-align: center;
  margin-bottom: 30px;
}
.login .button {
  margin-top: 30px;
}
.login .lost_password {
  color: #10b3e9;
  float: right;
  line-height: 20px;
}
input.button.outline.login_button:hover {
    background: #313131;
    color: #fff;
    border-color: #fff;
}
input.button.outline.login_button {
    background: transparent;
    margin-top: 20px;
    border: 2px solid;
    display: inline-block;
    width: auto;
    padding: 15px 35px;
    transition: 0.5s ease;
}
.checkout-quick-login,
.checkout-quick-coupon {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #313131;
  margin-bottom: 25px;
}
.checkout-quick-login a,
.checkout-quick-coupon a {
  color: #ff214f;
}

.checkout-quick-login {
  margin-bottom: 40px;
}

.login + .checkout-quick-coupon {
  padding-top: 40px;
  position: relative;
}
.login + .checkout-quick-coupon:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 1px;
  background: #dedede;
  margin-left: -15px;
}

.button.button_checkout_login {
  margin-top: 40px;
}

#shop-page.pull {
  padding-left: 0;
  padding-right: 300px;
}
@media only screen and (max-width: 40.063em) {
  #shop-page.pull {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
}
#shop-page.push {
  padding-right: 0;
  padding-left: 300px;
}
@media only screen and (max-width: 40.063em) {
  #shop-page.push {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
}
#shop-page .masonry {
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 40.063em) {
  #shop-page .masonry {
    width: 100% !important;
  }
}

#checkout_thankyou h2 {
  margin-top: 50px;
}
#checkout_thankyou .order_details {
  list-style: none;
  font-size: 14px;
  color: #131219;
}

.payment_methods {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.payment_methods li {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.payment_methods li label {
  margin: 0;
  float: none;
}
.payment_methods li .custom_label {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.payment_methods li img {
  vertical-align: middle;
  margin-left: 10px;
  max-height: 16px;
}
.payment_methods li .payment_box {
  margin: 10px 0 10px 25px;
  float: left;
  font-size: 14px;
  line-height: 18px;
}
.rtl .payment_methods li .payment_box {
  margin: 10px 25px 10px 0;
  float: right;
}
.payment_methods li .payment_box p {
  margin: 0;
  color: #79787f;
}
.payment_methods li .about_paypal {
  color: #59c379;
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 20px;
}
#add_payment_method #payment div.payment_box:before, .woocommerce-cart #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:before {
    background: transparent;
    border: 0px !important;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background: transparent;
    font-size: 15px;
    padding: 0px 25px;
}
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    margin: 5px 0px;
}
ul.wc_payment_methods.payment_methods.methods .custom_label {
    line-height: 1;
	    cursor: pointer;
}
.place-order .button {
  width: 100%;
  margin-top: 20px;
}

.form-row {
  display: block;
  float: left;
  margin: 0;
  width: 100%;
}

/* My Account */
.nav-row {
  border-bottom: 1px solid #eee;
}
.woocommerce-MyAccount-content .woocommerce-address-fields .button {
    margin-top: 20px !important;
	width: auto;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    float: none;
}
.woocommerce-info {
    background: transparent;
    border: 0px;
    display: inline-block;
}
.woocommerce-Message.woocommerce-Message--info.woocommerce-info a.woocommerce-Button.button {
    display: inline-block;
    width: auto;
    float: left;
    margin: -10px 10px;
}
.woocommerce-info:before {
    content: close-quote;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    margin: 0;
    padding: 35px 0 15px;
    text-align: center;
    width: 100%;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-MyAccount-navigation li {
  display: inline-block;
  padding: 0;
  margin: 0 10px 10px;
}
.woocommerce-MyAccount-navigation li a {
  display: block;
  text-align: center;
  color: #313131;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
}
.woocommerce table.my_account_orders .order-actions .button{
    width: auto;
}
.woocommerce-MyAccount-navigation li a svg {
  display: inline-block;
}
.woocommerce-MyAccount-navigation li a svg path {
  fill: #d5d5d5;
}
.woocommerce-MyAccount-navigation li a span {
  display: block;
}
.woocommerce-MyAccount-navigation li.is-active a, .woocommerce-MyAccount-navigation li:hover a {
  color: #ff214f;
}
.woocommerce-MyAccount-navigation li.is-active path, .woocommerce-MyAccount-navigation li:hover path {
  fill: #ff214f;
}
.woocommerce-MyAccount-content h3 {
    font-size: 27px;
    font-weight: 700;
}
.woocommerce-MyAccount-content {
  padding: 20px 0;
}
.woocommerce-MyAccount-content .edit-address.button {
    width: auto !important;
}
@media only screen and (min-width: 40.063em) {
  .woocommerce-MyAccount-content {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 64.063em) {
  .woocommerce-MyAccount-content {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 80em) {
  .woocommerce-MyAccount-content {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 100em) {
  .woocommerce-MyAccount-content {
    padding: 120px 0;
  }
}
@media only screen and (min-width: 40.063em) {
  .woocommerce-MyAccount-content h3 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 64.063em) {
  .woocommerce-MyAccount-content h3 {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 80em) {
  .woocommerce-MyAccount-content h3 {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 100em) {
  .woocommerce-MyAccount-content h3 {
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 40.063em) {
  #yith-wcwl-form h3 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 64.063em) {
  #yith-wcwl-form h3 {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 80em) {
  #yith-wcwl-form h3 {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 100em) {
  #yith-wcwl-form h3 {
    margin-bottom: 70px;
  }
}

.address {
  margin: 20px 0 30px;
}
.address address {
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 20px;
}
.address + .address {
  margin-top: 30px;
}
@media only screen and (min-width: 40.063em) {
  .address + .address {
    margin-top: 30px;
  }
}

.order-info {
  margin-bottom: 25px;
}

/* My Account - Login */
#customer_login {
  position: relative;
  padding-top: 60px;
  width: 100%;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#customer_login > div {
    padding: 0 0 50px;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
    display: inline-block;
    width: 100%;
}
#customer_login #user_login {
  margin-bottom: 0;
}
#customer_login .back_home {
position: relative;
    text-align: center;
    padding: 10px;
    display: inline-block;
}
#customer_login .back_home a {
  color: rgba(19, 18, 25, 0.6);
}
#customer_login .back_home a:hover {
  color: #313131;
}
#customer_login p {
color: #313131;
    display: block;
    width: 100%;
}
#customer_login .button {
  margin: 30px 0;
}
#customer_login form {
  margin-bottom: 30px;
}
@media only screen and (min-width: 40.063em) {
  #customer_login form {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 64.063em) {
  #customer_login form {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 80em) {
  #customer_login form {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 100em) {
  #customer_login form {
    margin-bottom: 55px;
  }
}
#customer_login .logoimg {
  margin-bottom: 30px;
}
@media only screen and (min-width: 40.063em) {
  #customer_login .logoimg {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 64.063em) {
  #customer_login .logoimg {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 80em) {
  #customer_login .logoimg {
    margin-bottom: 60px;
  }
}
#customer_login .register-container {
  display: none;
}
#customer_login .login-container p {
  margin-bottom: 15px;
}
@media only screen and (min-width: 40.063em) {
  #customer_login .login-container p {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 64.063em) {
  #customer_login .login-container p {
    margin-bottom: 30px;
  }
}
#customer_login .login-container label,
#customer_login .register-container label {
  display: inline;
}

/* Empty Cart */
.woocommerce-cart.woocommerce-page .woocommerce .page-padding {
    padding-bottom: 70px;
}
.cart-empty {
  padding: 20px 15px;
}
.cart-empty .message {
  font-size: 40px;
  font-weight: 500;
  line-height: 46px;
  color: #313131;
  margin-bottom: 50px;
}
.cart-empty .return-to-shop {
  margin: 20px 0 0;
}
.cart-empty section {
  padding: 40px 0;
}
#top-cart-content .cart-empty {
  padding: 0 15px;
}
#top-cart-content .cart-empty figure {
  width: 82px;
  height: 59px;
  margin-bottom: 0;
  -moz-background-size: 82px 59px;
  -o-background-size: 82px 59px;
  -webkit-background-size: 82px 59px;
  background-size: 82px 59px;
}
#top-cart-content .cart-empty .message {
  font-size: 16px;
  line-height: 20px;
  margin: 20px;
}

/* Table Rate */
#shipping_method {
  list-style: none;
  margin: 0;
}
#shipping_method li {
  float: left;
  display: block;
  clear: left;
  width: 100%;
}
.woocommerce-shipping-fields h2 {
    color: #313131;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
}
/* Terms & Conditions */
.terms {
  margin-top: 10px;
}
.terms label {
  font-size: 13px;
  font-weight: 600;
}
.terms label a {
  color: #ff214f;
  font-weight: 700;
  text-transform: capitalize;
}

/* Grid Switcher */
.grid_switcher {
  display: none;
  position: absolute;
  top: 0;
  right: -32px;
  font-size: 10px;
  width: 30px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.grid_switcher.left-align {
  right: auto;
  left: -32px;
}
@media only screen and (min-width: 80em) {
  .grid_switcher {
    display: block;
  }
}
.grid_switcher span {
  display: block;
  margin-bottom: 15px;
  color: #131219;
}
.grid_switcher .sgrid {
  display: inline-block;
  width: 20px;
  height: 20px;
  opacity: 0.4;
  color: #131219;
  margin-bottom: 4px;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  border: 2px solid #131219;
}
.grid_switcher .sgrid.active, .grid_switcher .sgrid:hover {
  opacity: 1;
}

/* Demo Store */
.demo_store {
  display: block;
  background: #7a7a7a;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: 400;
  margin: 0;
  line-height: 30px;
}

/*--Order--*/
.your-order-header {
  width: 100%;
  border: 2px solid #f4f4f4;
}
.your-order-header .order-container {
  background: #fff;
  padding: 30px 15px;
  text-align: center;
  color: #747474;
  text-transform: uppercase;
  font-size: 20px;
  border-bottom: 2px solid #f4f4f4;
}
@media only screen and (min-width: 40.063em) {
  .your-order-header .order-container {
    font-size: 42px;
    padding: 50px 30px;
  }
}
.your-order-header .order-container span {
  color: #59c379;
}
.your-order-header .order-details {
  text-align: center;
  padding: 25px 0;
  font-size: 14px;
  color: #131219;
}
.your-order-header .order-details label {
  font-weight: 700;
  margin-bottom: 10px;
}
.your-order-header .order-details + .order-details {
  border-left: 1px solid #f4f4f4;
}
@media only screen and (max-width: 40.063em) {
  .your-order-header .order-details + .order-details {
    border-left: 0;
    border-top: 1px solid #f4f4f4;
  }
}

div.order-status {
  text-align: center;
  background: #59c379;
  padding: 15px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 40.063em) {
  div.order-status {
    padding: 24px 30px;
  }
}
div.order-status h6 {
  color: #fff;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
}
div.order-status.failed {
  background: #e24f3d;
}

.your-order-container {
  border: 3px solid #f4f4f4;
  padding: 15px;
}
@media only screen and (min-width: 40.063em) {
  .your-order-container {
    padding: 40px;
  }
}
.your-order-container h2 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 20px;
  font-weight: 700;
}
.your-order-container h3 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
  font-weight: 600;
}
.your-order-container ul {
  list-style: none;
  font-size: 16px;
}
.your-order-container ul li {
  margin: 0;
}

.order-information label {
    font-size: 14px;
    display: block;
    color: #131219;
    margin: 0 0 8px;
    line-height: 12px;
    font-weight: 400;
    text-transform: uppercase;
}
.order-information p {
  font-size: 14px;
}

.woocommerce-OrderUpdates .woocommerce-OrderUpdate-inner {
  display: inline-block;
  vertical-align: top;
}

/*--Single Product--*/
.single_product_bar {
  margin: 30px 0 30px;
}
.single_product_bar .post_nav {
    float: right;
    font-size: 12px;
    letter-spacing: .7px;
    font-weight: 500;
}
.single_product_bar .post_nav a {
    display: inline-block;
    text-transform: uppercase;
    color: #a0a0a0;
    padding: 0px 8px;
    font-weight: 500;
}
.single_product_bar .post_nav a .fa {
  padding: 0 5px;
}
.single_product_bar .post_nav a:first-child {
    position: relative;
    left: 4px;
	padding-left: 0;
}
.single_product_bar .post_nav a + a {
    border-left: 1px solid #dcdcdcb0;
	padding-right: 0;
}
.rtl .single_product_bar .post_nav a + a {
    border-left: 1px solid #dcdcdcb0;
	padding-right: 0;
}
.single_product_bar .post_nav a:hover {
  color: #888;
}

.product-information p {
    text-align: left;
}
.product .product-thumbnails {
  float: left;
  width: 120px;
  padding-right: 40px;
  display: none;
}
@media only screen and (min-width: 40.063em) {
  .product .product-thumbnails {
    display: block;
  }
}
.product .product-thumbnails figure {
  padding: 0 0 10px;
  outline: 0;
}
.product .product-thumbnails figure.slick-current img {
  border: 2px solid #ff214f;
  cursor: pointer;
}
.product .product-images {
  margin-left: 0;
  margin-bottom: 30px;
      width: 100% !important;
}
ol.flex-control-nav.flex-control-thumbs {
    margin-top: 5px!important
}
.woocommerce .product ol.flex-control-nav.flex-control-thumbs img{
	border: 1px solid #adadad40;
    padding: 10px;
	transition:all .3s linear;
}
.woocommerce .product ol.flex-control-nav.flex-control-thumbs img.flex-active {
    border-color: #ff214f;
	box-shadow: 0 6px 28px -11px #adadad;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(5n+1){
    clear: left;
}
.woocommerce .product .images .flex-control-thumbs li img{
	opacity:1;
}
.woocommerce .product .images .flex-control-thumbs{
	overflow:visible;
}
.woocommerce div.product div.images .flex-control-thumbs li{
	width: 20%;
	padding: 5px;
}
.woocommerce .product .images .flex-control-thumbs li:first-child {
    padding-left: 0
}
.woocommerce .product .images .flex-control-thumbs li:last-child {
    padding-right: 0
}
.pswp__ui--fit .pswp__caption{
	display:none;
}
@media only screen and (min-width: 40.063em) {
  .product .product-images {
    margin-bottom: 0;
  }
}
.product .product-information {
  padding: 0 15px;
}
@media only screen and (min-width: 64.063em) {
  .product .product-information {
    padding: 0 35px;
  }
}
@media only screen and (min-width: 80em) {
  .product .product-information {
    padding: 0 55px;
  }
}
.woocommerce .product .product-information .woocommerce-product-rating{
  margin-bottom: 15px;
}
.product .product-information .single_add_to_cart_button {
    margin: 15px 0 0;
    width: auto;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.product .product-information .yith-wcwl-add-to-wishlist {
  display: inline-block;
  margin: 10px 0 0;
  width: 100%;
  vertical-align: middle;
}
@media only screen and (min-width: 40.063em) {
  .product .product-information .yith-wcwl-add-to-wishlist {
    margin: 10px 0 0 3px;
    width: auto;
  }
}
.product .product-information .yith-wcwl-add-to-wishlist .feedback {
  display: none;
}
.product .product-information .wc-forward {
  float: right;
  padding: 0;
  border: 0;
  line-height: 18px;
  background-color: transparent;
}
.product .product-information .wc-forward:hover {
  color: #59c379;
}
.product .product-information h1 {
  font-size: 36px;
  line-height: 1.16;
  margin-bottom: 15px;
}
.product .product-information p.price,.woocommerce-product-details__short-description {
    margin-bottom: 15px;
}
.product .product-information .variations_form .single_variation .woocommerce-variation-description p {
  font-size: 14px;
  color: #131219;
}
.product .product-information .variations_form .single_variation .woocommerce-variation-price {
  display: none !important;
}
.product .product-information .variations_form .single_variation .woocommerce-variation-availability {
  text-transform: uppercase;
  color: #131219;
}
.product .product-information .variations_form .single_variation .woocommerce-variation-availability p {
  font-size: 11px;
  font-weight: 600;
}
.product .product-information .variations_form .select-wrapper {
  min-width: 150px;
}
.product .product-information .variations_form .select-wrapper select {
  font-weight: 400;
  font-size: 12px;
}
.product .product-information .variations_form .select-wrapper + .select-wrapper {
  margin-left: 0;
}
@media only screen and (min-width: 40.063em) {
  .product .product-information .variations_form .select-wrapper + .select-wrapper {
    margin-left: 10px;
  }
}
.rtl .product .product-information .variations_form .select-wrapper {
  float: right;
}
.rtl .product .product-information .variations_form .select-wrapper + .select-wrapper {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 40.063em) {
  .rtl .product .product-information .variations_form .select-wrapper + .select-wrapper {
    margin-left: 0;
    margin-right: 10px;
  }
}
.product .product-information .variations_form .qtylabel {
  margin-left: 0;
}
@media only screen and (min-width: 40.063em) {
  .product .product-information .variations_form .qtylabel {
    margin-left: 20px;
  }
}
.product .product-information .qtylabel {
    display: inline-block;
    line-height: 45px;
    color: #4c4c4c;
    font-size: 14px;
    padding-right: 20px;
    font-weight: 600;
    letter-spacing: .3px;
    text-transform: capitalize !important;
}
.product .product-information .qtylabel + .quantity {
  display: inline-block;
  vertical-align: middle;
}
.product .product-information .qty {
  margin-bottom: 0;
  text-align: center;
  width: 50px;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 4px;
}
.product .product-information .share-container {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-top: 0;
}
.product .product-information .share-article {
    position: relative;
    height: 40px;
    margin-top: 30px;
    padding-top: 18px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: .3px;
    color: #131219;
    line-height: 1;
    display: inline-block;
    width: 100%;
}
.variations_button {
    position: relative;
    display: block;
    margin: 10px 0px;
}
.single_variation_wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}
.product .product-information .share-article > a {
  display: inline-block;
  color:#4c4c4c;
}
.product .product-information .share-article svg {
  vertical-align: middle;
  position: relative;
  top: -4px;
  margin-right: 10px;
}
.rtl .product .product-information .share-article svg {
  margin-right: 0;
  margin-left: 10px;
}
.product .product-information .share-article:hover {
  color: #000;
}
.product .product-information .share-article:hover path,
.product .product-information .share-article:hover polygon {
  fill: #000;
}
.product .product-information .share-article .icons {
    position: relative;
    opacity: 1;
    -moz-transition: all 1s cubic-bezier(.25,.46,.45,.94);
    -o-transition: all 1s cubic-bezier(.25,.46,.45,.94);
    -webkit-transition: all 1s cubic-bezier(.25,.46,.45,.94);
    transition: all 1s cubic-bezier(.25,.46,.45,.94);
}
.product .product-information .share-article .icons .inner {
  padding: 0;
  position: relative;
  line-height: 1;
}
.product .product-information .share-article .icons .social {
    vertical-align: middle;
    display: inline-block;
    background: transparent;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 15px;
    color: #313131;
    border-radius: 30px;
    border: 1px solid #dedede;
}
.product .product-information .share-article .icons .social + .social {
  margin-left: 6px;
}
.rtl .product .product-information .share-article .icons .social + .social {
  margin-left: 0;
  margin-right: 6px;
}
.product .product-information .sizing_guide {
  display: block;
  margin-top: 20px;
  height: 20px;
  line-height: 22px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  color: #131219;
}
.product .product-information .sizing_guide svg {
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 10px;
}
.rtl .product .product-information .sizing_guide svg {
  margin-right: 0;
  margin-left: 10px;
}
.product .product-information .sizing_guide:hover {
  color: #ff214f;
}
.product .product-information .sizing_guide:hover path,
.product .product-information .sizing_guide:hover polygon {
  fill: #ff214f;
}
.product .product-information .product_meta {
  margin-top: 20px;
  text-align: center;
}
@media only screen and (min-width: 40.063em) {
  .product .product-information .product_meta {
    text-align: left;
  }
  .rtl .product .product-information .product_meta {
    text-align: right;
  }
}
.product .product-information .product_meta .wcml_currency_switcher {
  display: none;
}
.product .product-information .product_meta span {
    display: inline-block;
    margin: 0 15px 0 0;
    color: #4c4c4c;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .3px;
    text-transform: capitalize;
}
.product .product-information .product_meta > span {
    display: block;
}
.product .product-information .product_meta span a,
.product .product-information .product_meta span .sku {
    color: #888;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: .4px;
}
.rtl .product .product-information .product_meta span {
  margin: 0 0 0 15px;
}
.product.style2 {
  margin-bottom: 0;
}
.product.style2 .product-information {
  text-align: center;
  padding: 30px 15px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 40.063em) {
  .product.style2 .product-information {
    padding: 30px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 64.063em) {
  .product.style2 .product-information {
    padding: 30px 60px;
  }
}
@media only screen and (min-width: 80em) {
  .product.style2 .product-information {
    padding: 30px 90px;
  }
}
@media only screen and (min-width: 100em) {
  .product.style2 .product-information {
    padding: 30px 120px;
  }
}
.product.style2 .product-information .variations_form .variations {
  text-align: center;
}
.product.style2 .product-information .variations_form .variations .select-wrapper {
  float: none;
  display: inline-block;
}
.product.style2 .product-information .variations_form .yith-wcwl-add-to-wishlist {
  display: none;
}
.product.style2 .product-information .variations_form .variations_button {
  display: inline-block;
}
.product.style2 .product-information .qty {
  padding: 18px 10px;
}
.product.style2 .product-information .qtylabel,
.product.style2 .product-information .quantity + .cf,
.product.style2 .product-information .quantity + .post,
.product.style2 .product-information .post .quantity + .authorpage,
.post .product.style2 .product-information .quantity + .authorpage,
.product.style2 .product-information .quantity + .woocommerce-checkout-review-order,
.product.style2 .product-information .variations_form .quantity + .variations,
.product.style2 .product-information .product_add_to_cart_shortcode .quantity + .price,
.product_add_to_cart_shortcode .product.style2 .product-information .quantity + .price {
  display: none;
}
.product.style2 .product-information .single_add_to_cart_button {
  margin: 0;
}
.product.style2 .product-information .product_meta p {
  margin: 0 7px 5px;
}
@media only screen and (min-width: 40.063em) {
  .product.style2 .product-information .product_meta {
    text-align: center;
  }
}
.product.style2 .product-information .single_add_to_cart_button + .yith-wcwl-add-to-wishlist {
  display: none;
}
.product.style2 .product-information .yith-wcwl-add-to-wishlist {
  color: #131219;
  font-size: 11px;
  font-weight: 600;
  margin: 0 0 25px;
  opacity: 1;
}
.product.style2 .product-information .yith-wcwl-add-to-wishlist a {
  color: #131219;
}
.product.style2 .product-information .yith-wcwl-add-to-wishlist .text {
  display: none;
}
.product.style2 .product-information .yith-wcwl-add-to-wishlist .wishlist_icon {
  fill: transparent;
}
.product.style2 .product-information .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .wishlist_icon path,
.product.style2 .product-information .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .wishlist_icon path {
  fill: #e25842;
  stroke: #e25842;
}
.product.style2 .product-information .share-container {
  display: block;
  width: 100%;
}
.product.style2 .product-information .share-article {
  display: inline-block;
}

.woocommerce-tabs {
  margin-bottom: 50px;
}
@media only screen and (min-width: 80em) {
  .woocommerce-tabs {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 100em) {
  .woocommerce-tabs {
    margin-bottom: 50px;
  }
}
.woocommerce-tabs .tabs {
    margin: 0;
    padding: 18px 0 18px;
    border-top: 1px solid rgba(214, 214, 214, 0.38);
    border-bottom: 1px solid rgba(214, 214, 214, 0.38);
    text-align: center;
    margin-bottom: 20px;
}
.woocommerce-tabs .tabs dd {
  margin: 15px 0;
}
.rtl .woocommerce-tabs .tabs dd {
  margin: 15px 0;
}
@media only screen and (min-width: 40.063em) {
  .woocommerce-tabs .tabs dd {
    margin: 0 30px;
  }
}
.woocommerce-tabs .tabs-content > li {
  padding: 25px 0;
}
@media only screen and (min-width: 40.063em) {
  .woocommerce-tabs .tabs-content > li {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 64.063em) {
  .woocommerce-tabs .tabs-content > li {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 80em) {
  .woocommerce-tabs .tabs-content > li {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 100em) {
  .woocommerce-tabs .tabs-content > li {
    padding: 30px 0;
  }
}
.woocommerce-tabs .tabs-content > li#descriptionTab {
  padding: 0;
}
/* Product - Add to Cart */
.product_add_to_cart_shortcode h5 {
  font-size: 20px;
  margin-bottom: 10px;
}
.product_add_to_cart_shortcode .price {
  margin-bottom: 30px;
}
.product_add_to_cart_shortcode .price .amount {
  font-size: 18px;
}
.product_add_to_cart_shortcode .price del {
  font-size: 18px;
}

.tabs {
  margin-bottom: 10px;
  padding: 0;
}
.tabs .active {
  border-top: 0;
}
.tabs .active a {
  border: 0;
  color: #7a7a7a;
}
.tabs .active a:hover {
  color: #7a7a7a;
}
.tabs dd,
.tabs li {
  display: inline-block;
  margin: 0;
}
@media only screen and (max-width: 40.063em) {
  .tabs dd,
  .tabs li {
    width: 100%;
  }
}
.tabs dd a,
.tabs li a {
  display: block;
  border: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  color: #a4a7ab;
}
.tabs dd a i,
.tabs li a i {
  margin-right: 8px;
}
.tabs dd a:hover,
.tabs li a:hover {
  color: #131219;
}

ul.tabs-content {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.tabs-content > li {
  display: none;
}
@media only screen and (max-width: 40.063em) {
  ul.tabs-content {
    clear: left;
    padding: 0;
  }
}

.theoutset_tabs .tabs dd,
.theoutset_tabs .tabs li {
  margin: 0 0 10px 0;
}
.rtl .theoutset_tabs .tabs dd, .rtl
.theoutset_tabs .tabs li {
  margin: 0 0 10px 0;
}
.theoutset_tabs .tabs dd:last-child,
.theoutset_tabs .tabs li:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 40.063em) {
  .theoutset_tabs .tabs dd,
  .theoutset_tabs .tabs li {
    margin: 0 40px 0 0;
  }
  .rtl .theoutset_tabs .tabs dd, .rtl
  .theoutset_tabs .tabs li {
    margin: 0 0 0 40px;
  }
}
.theoutset_tabs .tabs dd a,
.theoutset_tabs .tabs li a {
    color: #313131;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .2px;
}
.theoutset_tabs .tabs dd.active a,
.theoutset_tabs .tabs li.active a {
  color: #ff214f;
}
.theoutset_tabs .tabs dd:last-child,
.theoutset_tabs .tabs li:last-child {
  margin-right: 0;
}
.woocommerce .related.products{
	margin-bottom: 50px;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.related.products .products-related-title {
color: #313131;
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 30px;
}
.woocommerce .related.products .products .product .product-image .add_to_cart{
font-size: 13px;
    letter-spacing: 1px;
    font-weight: 400;
}
/*side cart topcart*/
#top-cart-content .table {
  height: calc(100% - 80px);
  width: 100%;
}
#top-cart-content .cart-container {
  height: 100%;
  float: right;
  width: 100%;
  padding-bottom: 145px;
  position: relative;
  color: #131219;
}

#top-cart-content .cart-container.empty {
  padding-bottom: 0;
}
#top-cart-content header {
    border-bottom: 1px solid #eee;
    padding: 30px;
    background-color: #303030;
    color: #fff;
    font-size: 32px;
    height: 60px;
    line-height: 60px;
    position: relative;
    text-align: center;
    z-index: 1;
}
#top-cart-content header h6 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-transform:uppercase;
}
#top-cart-content .buttons {
  width: 100%;
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f9f9f9;
}
@media only screen and (min-width: 40.063em) {
  #top-cart-content .buttons {
    padding: 30px;
  }
}
#top-cart-content .buttons .btn {
  margin: 0;
}
#top-cart-content .buttons .btn + .btn {
  margin-top: 5px;
}
#top-cart-content .subtotal {
    width: 100%;
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    display: table;
    border-bottom: 2px solid #59c379;
}
#top-cart-content .subtotal > div {
    display: table-cell;
    vertical-align: middle;
	font-size: 20px;
}
#top-cart-content .subtotal span:not(.woocommerce-Price-currencySymbol) {
    display: block;
    color: #59c379;
    font-size:20px;
    font-weight: 600;
	text-align:right;
}
#top-cart-content .custom_scroll {
  top: 86px;
  bottom: 145px;
  position: absolute;
  height: auto;
  width: 100%;
}
@media only screen and (min-width: 40.063em) {
  #top-cart-content .custom_scroll {
    bottom: 175px;
  }
}
#top-cart-content ul {
display: inline-block;
  width: 100%;
  padding: 0;
  list-style: none;
  margin: 0;
}
#top-cart-content ul li {
  position: relative;
  border-bottom: 1px solid #eee;
  padding: 15px;
display: inline-block;
    width: 100%;
}

#top-cart-content ul li figure {
  float: left;
  width: 80px;
  margin-right: 15px;
}
@media only screen and (min-width: 40.063em) {
  #top-cart-content ul li figure {
    margin-right: 30px;
  }
}
 #top-cart-content ul li figure {
  margin-right: 0;
  margin-left: 15px;
}
@media only screen and (min-width: 40.063em) {
   #top-cart-content ul li figure {
    margin-left: 0px;
  }
}
#top-cart-content ul li .list_content {
  padding-left: 95px;
  padding-right: 15px;
  font-weight: 400;
    position: absolute;
}

#top-cart-content ul li .list_content h5 {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}
#top-cart-content ul li .list_content .cross {
  display: inline-block;
  vertical-align: middle;
  padding: 0 3px;
}
#top-cart-content ul li .list_content .quantity {
  padding: 0;
}
#top-cart-content ul li .list_content .price {
  display: inline-block;
}
#top-cart-content ul li .list_content .price > .amount {
  color: #131219;
  font-size: 16px;
}
#top-cart-content ul li .list_content dl.variation {
  margin-top: 5px;
  width: 100%;
}
#top-cart-content ul li .remove {
    position: absolute;
    top: 45px;
    right: 15px;
    line-height: 22px;
    font-size: 25px;
    width: 12px;
    text-align: right;
    color: rgba(255, 0, 0, 0.6) !important;
    background: transparent;
	z-index: 1;
}
@media only screen and (min-width: 40.063em) {
  #top-cart-content ul li .remove {
    top: 45px;
    right: 30px;
  }
}
#top-cart-content ul li .remove:hover {
  color: black;
}
nav#side-cart {
    position: absolute;
    width: 100%;
    height: 100%;
	overflow: auto;
}
li.item.cf:before {
    content: '';
    display: table;
}
.top-cart .buttons.item a{
    font-size: 13px;
    line-height: 13px;
    padding: 20px 60px 19px;
    font-family: inherit;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    padding: 18px 50px 17px;
    border: 2px;
    margin: 0;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    text-transform: uppercase;
    text-shadow: none !important;
    text-align: center;
    vertical-align: middle;
    border-radius: 0 !important;
    width: 100%;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.top-cart .buttons.item a.grey{
background: #bab9be;
    border-color: #bab9be;
    color: #fff;
}
.top-cart .buttons.item a.green{
    background: #59c379;
    border-color: #59c379;
    color: #fff;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none;
    outline: none;
    outline-offset: initial;
    box-shadow: none;
}
.btn, .button, .woocommerce input.button, .woocommerce a.button,.woocommerce #respond input#submit {
    font-family: inherit;
    font-size: 12px;
    line-height: 1.1;
    font-weight: 500;
    padding: 18px 50px 17px;
    border: 1px solid #313131;
    margin: 0;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    color: #313131;
	letter-spacing: 1px;
    background: transparent;
    text-transform: uppercase;
    text-shadow: none !important;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    width: 100%;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.btn.yellow, .button.yellow, input[type=submit].yellow {
    background: #f9de2c;
    border-color: #f9de2c;
    color: #313131;
}
.btn.small, .btn#submit, .button.small, .button#submit, input[type=submit].small, input[type=submit]#submit,.woocommerce #respond input#submit{
    font-size: 11px;
    line-height: 11px;
    padding: 14px 40px 12px;
width: auto;
}
.woocommerce input[type="text"],
.woocommerce input[type="password"],
.woocommerce input[type="date"],
.woocommerce input[type="datetime"],
.woocommerce input[type="email"],
.woocommerce input[type="number"],
.woocommerce input[type="search"],
.woocommerce input[type="tel"],
.woocommerce input[type="time"],
.woocommerce input[type="url"],
.woocommerce textarea,.woocommerce textarea#comment {
  border: 1px solid #eee;
  padding: 16px 18px 14px;
  margin-bottom: 24px;
  color: #8f8f8f;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  max-width: 100%;
  outline: 0;
  font-family: inherit;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.woocommerce input[type="text"]:focus,
.woocommerce input[type="password"]:focus,
.woocommerce input[type="date"]:focus,
.woocommerce input[type="datetime"]:focus,
.woocommerce input[type="email"]:focus,
.woocommerce input[type="number"]:focus,
.woocommerce input[type="search"]:focus,
.woocommerce input[type="tel"]:focus,
.woocommerce input[type="time"]:focus,
.woocommerce input[type="url"]:focus,
.woocommerce textarea:focus {
  background: #fff;
  border-color: #ff004b;
  color: #131219;
}
input[type="text"].full, .woocommerce-MyAccount-content input[type="text"], input[type="password"].full, .woocommerce-MyAccount-content input[type="password"], input[type="date"].full, .woocommerce-MyAccount-content input[type="date"], input[type="datetime"].full, .woocommerce-MyAccount-content input[type="datetime"], input[type="email"].full, .woocommerce-MyAccount-content input[type="email"], input[type="number"].full, .woocommerce-MyAccount-content input[type="number"], input[type="search"].full, .woocommerce-MyAccount-content input[type="search"], input[type="tel"].full, .woocommerce-MyAccount-content input[type="tel"], input[type="time"].full, .woocommerce-MyAccount-content input[type="time"], input[type="url"].full, .woocommerce-MyAccount-content input[type="url"], textarea.full, .woocommerce-MyAccount-content textarea {
    width: 100%;
}
form.checkout_coupon .button.apply_coupon {
    width: auto;
	padding: 13px 30px;
}
.transition, input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, .custom_check + .custom_label, .custom_check + .custom_label:before, .mobile-menu li span, .mobile-menu li a, .list > h6, .iconbox > span, .tparrows.default.round, #style-switcher {
    -moz-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
input[type="radio"].custom_check + .custom_label:before, input[type="radio"].custom_check + .custom_label:after {
    border-radius: 8px;
}
.custom_check + .custom_label:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #e8e8e8;
    position: absolute;
    background: #fff;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.custom_check + .custom_label {
    display: block !important;
    float: left;
    font-size: 13px;
    margin: 0;
    padding: 0 0 0 30px;
    min-height: 16px;
    line-height: 16px;
    position: relative;
    text-transform: none;
}
.custom_check:checked + .custom_label:after {
    opacity: 1;
}
.custom_check + .custom_label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #59c379;
    position: absolute;
    left: 3px;
    opacity: 0;
	top: 50%;
    transform: translateY(-50%);
}
.custom_check {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}
input[type="radio" i] {
    margin: 3px 3px 0px 5px;
}
input[type="radio" i] {
    -webkit-appearance: radio;
    box-sizing: border-box;
}
input[type="radio" i], input[type="checkbox" i] {
    background-color: initial;
    margin: 3px 0.5ex;
    padding: initial;
    border: initial;
}
.woocommerce-cart.woocommerce-page .woocommerce {
    margin: 50px 0px;
}
.btn.green, .button.green, input[type=submit].green {
    background: #59c379;
    border-color: #59c379;
    color: #fff;
}
.btn.large, .button.large, input[type=submit].large {
    font-size: 13px;
    line-height: 13px;
        padding: 20px 30px 19px !important;
    text-align: center;
}

.woocommerce-checkout.woocommerce-page .woocommerce {
    margin: 70px 0px;
}
@media only screen and (min-width: 40.063em){
.medium-centered{
    margin-left: auto;
    margin-right: auto;
    float: none!important;
}
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
text-align: center;
border:0px;
    margin-top: 0px;
}

.form-row.woocommerce-invalid-required-field .select2-container .select2-choice {
  border-color: #e76049;
}

.select2-container {
  margin-bottom: 25px;
  clear: left;
}
.select2-container .select2-choice {
  background: #fff;
  border: 1px solid #eee;
  height: 45px !important;
  line-height: 45px !important;
  padding-left: 18px;
  font-size: 12px;
  padding-left: 0px;
  text-transform: uppercase;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container .select2-choice span {
  height: 43px;
  line-height: 45px;
  text-transform: uppercase;
}
.select2-container .select2-choice div b {
  background-position: 0 9px !important;
}
.select2-container.select2-dropdown-open .select2-choice {
  background: #fff;
  border: 1px solid #7a7a7a;
}
.select2-container.select2-dropdown-open .select2-choice div b {
  background-position: -18px 9px !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #888;
    color: #fff
}
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #888;
}
.select2-search {
  padding: 0 16px 10px 16px;
}

.select2-drop {
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #7a7a7a;
}
.rtl .select2-drop {
  left: auto;
  right: -9999px;
}
.select2-drop.select2-drop-active {
  border-color: #7a7a7a;
}
.select2-drop.select2-drop-active.select2-drop-above {
  border-top-color: #7a7a7a;
}
.select2-drop .select2-search input {
  background: #fff !important;
  margin-bottom: 5px;
}
.select2-drop .select2-results {
  background: #fff;
  font-size: 12px;
  padding: 4px 12px;
}
.select2-drop .select2-results .select2-highlighted {
  background: #fafafa;
  border-radius: 0;
}
.select2-drop .select2-results li {
  margin: 0;
  text-transform: uppercase;
}

.select2-container-single .select2-search input[type=text] {
  background: #fff !important;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    color: #fff;
    background: #313131;
    font-size: 18px;
    border: 0px;
    width: 100%;
    margin-top: 20px;
    transition: .3s ease-in-out;
}
.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover{
	background:#ff214f;
	color:#fff;	
}
.woocommerce-button.button.view {
    font-weight: 600;
    letter-spacing: .3px;
    font-size: 14px;
    color: #fff;
}
.woocommerce-button.button.view:hover {
    background: #ff214f;
}
label.checkbox.custom_label {
    line-height: 1 !important;
	cursor: pointer;
}
table.shop_table.woocommerce-checkout-review-order-table.order_table tfoot th {
    font-weight: 600;
}
.custom_check+.custom_label:before{
	border-color: #c1c1c1;
}
.btn.black:hover, .button.black:hover, input[type=submit].black:hover{
    background: #ff214f;
    border-color: #ff214f;
    color: #fff;
}
.btn.black, .shop_table.wishlist .btn, .button.black, .shop_table.wishlist .button, input[type=submit].black, .shop_table.wishlist input[type=submit] {
    background: #131219;
    border-color: #131219;
    color: #fff;
}
.notification-box.error {
    border-color: #ed303e;
}
.notification-box {
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    position: relative;
    margin-bottom: 25px;
    padding: 15px 25px;
    background: #fff;
    border-left: 6px solid #313131;
    -moz-box-shadow: 0 2px 0 -1px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 2px 0 -1px rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 0 -1px rgba(0, 0, 0, 0.07);
}
.notification-box .content {
    line-height: 18px;
    color: #313131;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .3px;
}
.btn, .button, input[type=submit] {
    -moz-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.btn:hover, .button:hover, input[type=submit]:hover,.woocommerce a.button:hover {
    background: #313131;
    border-color: #313131;
    color: #fff;
}
.woocommerce-MyAccount-content .address .smalltitle {
    font-size: 19px;
    margin: 20px 0px;
}
.woocommerce table.my_account_orders .button {
    white-space: nowrap;
    padding: 15px 10px 15px;
    border: 0px;
	letter-spacing:1px;
}
.woocommerce table.my_account_orders th {
    padding-bottom: 14px;
    font-size: 15px;
}
.woocommerce-Reviews #comments h2 {
  text-align: center;
}
.woocommerce-Reviews #comments h2 span {
  color: #ff214f;
}
.woocommerce-Reviews #comments .comment-notes {
  margin-bottom: 20px;
}
.woocommerce-Reviews #comments ol.commentlist {
  list-style: none;
  margin: 0 0 40px;
  display: block;
}
.woocommerce-Reviews #comments ol.commentlist .comment:before {
  display: none;
}
.woocommerce-Reviews #comments ol.commentlist .comment .comment_container {
  position: relative;
}
.woocommerce-Reviews #comments ol.commentlist .comment .comment-body,
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    position: relative;
    min-height: 105px;
    padding-left: 105px;
    padding-bottom: 10px;
    margin: 0px;
    margin-bottom: 35px;
    border: 0px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
	padding-top: 0;
}
.woocommerce-Reviews #comments ol.commentlist .comment .comment-meta {
  line-height: 1;
  position: absolute;
  bottom: 5px;
  right: 0;
  font-size: 9px;
  color: #767676;
  text-transform: uppercase;
  font-weight: 400;
}
.woocommerce-Reviews #comments ol.commentlist .comment .comment-meta a {
  color: #767676;
}
.woocommerce-Reviews #comments ol.commentlist .comment .vcard {
  border: 0;
  padding: 0;
  margin: 10px 0;
}
.woocommerce-Reviews #comments ol.commentlist .comment .vcard .fn {
  font-size: 20px;
  font-weight: 600;
  color: #131219;
}
.woocommerce-Reviews #comments ol.commentlist .comment .vcard .says {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  color: #767676;
}
.woocommerce-Reviews #comments ol.commentlist .comment p.meta {
  display: inline-block;
  border: 0;
  padding: 0;
  margin: 10px 0;
}
.woocommerce-Reviews #comments ol.commentlist .comment p.meta strong {
  font-size: 20px;
  font-weight: 600;
  color: #131219;
}
.woocommerce-Reviews #comments ol.commentlist .comment p.meta time {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  color: #767676;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 80px;
  height: 80px;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
      padding: 8px;
    border-radius: 40px;
    border: 1px solid #ff214f;
    background: transparent;
}
.woocommerce #reviews #comment {
    height: 120px;
    padding: 20px;
}
.woocommerce-Reviews #comments ol.commentlist .comment p {
  font-size: 16px;
  word-break: break-word;
}
.woocommerce-Reviews #comments ol.commentlist .comment .reply {
  position: absolute;
  bottom: 0;
  left: 105px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ff214f;
}
.woocommerce-Reviews #comments ol.commentlist .comment .reply a {
  color: #ff214f;
}
.woocommerce-Reviews #comments ol.commentlist .comment .reply:before {
  content: "\f064";
  font-family: FontAwesome;
  margin-right: 5px;
}
.woocommerce-Reviews #comments ol.commentlist .comment:last-child .comment-body {
  border: 0;
  margin: 0;
}
.woocommerce-Reviews #comments ol.commentlist .comment .children {
  list-style: none;
  margin-left: 10px;
  margin-bottom: 22px;
}
@media only screen and (min-width: 40.063em) {
  .woocommerce-Reviews #comments ol.commentlist .comment .children {
    margin-left: 105px;
  }
}
.woocommerce-Reviews #comments ol.commentlist .comment .children .avatar {
  background: #d5d5d5;
}
.woocommerce-Reviews #comments ol.commentlist .comment .comment-respond {
  margin-top: 40px;
}

.woocommerce-Reviews .comment-respond {
  position: relative;
  padding-left: 105px;
}
.woocommerce-Reviews p.comment-form-rating label {
    display: block;
}
.woocommerce-Reviews .comment-respond .comment-reply-title {
    display: inline-block;
    width: 100%;
    color: #313131;
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 20px;
}
.woocommerce-Reviews .comment-respond .comment-reply-title small a {
  color: #59c379;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
}
.woocommerce-Reviews .comment-respond input[type="text"],
.woocommerce-Reviews .comment-respond textarea {
  width: 100%;
}
.woocommerce-Reviews .comment-respond .form-submit {
  text-align: right;
}
.woocommerce-Reviews .comment-respond .form-submit .submit {
  width: 100%;
}
@media only screen and (min-width: 40.063em) {
  .woocommerce-Reviews .comment-respond .form-submit .submit {
    width: auto;
  }
}
.woocommerce div.product form.cart div.quantity{
	float:none;
}
.woocommerce .quantity.buttons_added .minus, .woocommerce .quantity.buttons_added .plus {
    background: #ff214f;
    color: #fff;
    font-size: 16px;
    box-shadow: 0px 0px 1px 0px #fff;
    border-radius: 2px;
    right: -1px;
}
.woocommerce ul.products .product-style-1 .wrapper-hover{
    margin-bottom: 0;
    position: relative;
}
.products .product .post-title h3 {
    font-size: 18px;
    margin: 0;
    text-transform: capitalize;
}
span.badge.onsale.perc {
    display: inline-block;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.14);
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.14);
    color: #ffffff;
    font-size: 13px;
    left: 0;
    line-height: 19px;
    padding: 0px 8px 2px;
    position: absolute;
    text-transform: uppercase;
    top: 10px;
    z-index: 1;
    background: #fd6b6b;
    border-radius: 0px;
    min-width: auto;
    min-height: auto;
}
span.badge.onsale.perc:before {
border-color: transparent transparent transparent #fd6b6b;
    border-style: solid;
    border-width: 10px 0px 0 8px;
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: -8px;
    width: 0;
}
span.badge.onsale.perc:after {
    border-color: #fd6b6b transparent transparent;
    top: 0;
    bottom: auto;
    border-style: solid;
    border-width: 10px 8px 0px 10px;
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: -8px;
    width: 0;
}
span.badge.out-of-stock {
    background: #fd6b6b;
    left: 0px;
    border-radius: 0px;
    line-height: 20px;
    font-weight: 400;
    box-shadow: -1px 4px 5px rgba(0,0,0,0.14);
    -webkit-box-shadow: -1px 4px 5px rgba(0,0,0,0.14);
}
.products .product-style-1 .wrapper-hover {
    position: relative;
    overflow: hidden;
}
.products .product-style-1:hover .wrapper-hover {
    overflow: inherit;
}
.products .product-style-1 header.post-title {
    position: relative;
	display:block;
}
.product-style-1 .wrapper-relative {
    position: relative;
	display:block;
}
#shop-page .products .product-style-1{
	padding:15px;
}
.products .product-style-1,.products .product-style-2,.products .product-style-3{
	position: relative;
	margin-bottom: 15px;
}
.products .product-style-1 .wrapper-hover-hiden {
    position: absolute;
    top: 0;
    background: #fff;
    left: -11px;
    right: -11px;
    border: 1px solid #e7e7e6;
    border-top: 0;
    padding: 0px 10px 10px;
    opacity: 0;
	z-index:12;
}
.cart-open .theoutset-cd-cart .body li:not(:last-of-type) {
    margin-bottom: 14px;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 10px;
}
.products .product-style-1:hover .wrapper-hover-hiden {
    opacity: 1;
}
.products .product-style-1:hover .wrapper-hover-hiden > .add_to_cart{
    display: block;
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: zoomIn;
    -webkit-animation-name: zoomIn;
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.3)
    }

    50% {
        opacity: 1
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3)
    }

    50% {
        opacity: 1
    }
}
.products .product-style-2 .wrapper-hover-hiden {
    text-align: center;
    position: absolute;
    bottom: 0;
    border: 0px;
    left: 0;
    right: 0;
}
.products .product-style-2 .star-rating {
    display: none !important;
}
.products .product-style-2 .post-title h3 {
    font-size: 18px;
    margin: 0;
    text-transform: capitalize;
    border-bottom: 1px solid #e7e7e6;
	padding-bottom: 10px;
}
.products .product-style-2 .add_to_cart{
   position: relative;
   width: auto;
   display: inline-block;
   padding: 0;
   border: 0px solid;
	background:transparent !important;
}
.products .product-style-2 .add_to_cart:hover {
    color: #000;
    background: none !important;
}
.products .product-style-2  a.added_to_cart{
	display:none;
}

.products .product-style-2 .price {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all.3s ease;
    transition: all .3s ease;xs
	opacity: 1;
	    position: relative;
}
.products .product-style-2:hover span.price {
   -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all.3s ease;
    transition: all .3s ease;
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
	-o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
.products .product-style-2 .wrapper-cart-button {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all.3s ease;
    transition: all .3s ease;
	opacity: 1;
}
.products .product-style-2:hover .wrapper-cart-button {
   -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all.3s ease;
    transition: all .3s ease;
    -moz-transform:translateY(-100%);
    -webkit-transform: translateY(-100%);
	-ms-transform:translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
}
.products .product-style-2 .wrapper-cart-price{
	position:relative;
	overflow:hidden;
	    margin-top: 10px;
}
.products .product-style-3 .wrapper-hover {
    position: relative;
    display: block;
}

.products .product-style-3 .wrapper-cart-hover-hiden.add-cart-btn-side {
    right: 0;
	top:55px;
    left: auto;
    width: 55px;
    height: auto;
    max-height: 155px;
	opacity:0;
    -webkit-transform: translateX(140%);
    -ms-transform: translateX(140%);
    transform: translateX(140%);
    border: none;
    position: absolute;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.products .product-style-3:hover .wrapper-cart-hover-hiden.add-cart-btn-side {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.products .product-style-3 .wrapper-cart-hover-hiden .add_to_cart:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f07a";	
    font-size: 24px;
	line-height:55px;
}
.products .product-style-3 .wrapper-cart-hover-hiden .add_to_cart{
    display: inline-block;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0px solid #f2f2f2;
    color: #000;
    text-transform: uppercase;
    font-size: 0;
    font-weight: 700;
    text-align: center;
    padding: 2px 13px;
    height: 2.642rem;
    line-height: 2.5rem;
    background-color: #f2f2f2;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	display: block !important;
    width: 55px;
    height: 55px;
	line-height:55px;
}

/*--Pagination--*/
.woocommerce nav.woocommerce-pagination {
    text-align: center
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
   border: 0px!important;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: 1px solid #d3ced2;
    border: 0px;
    margin: 1px;
    float: left;
    display: inline-block;
    overflow: visible;
	margin: 0 4px;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    text-decoration: none;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 14px !important;
    font-size: 12px !important;
    padding: 10px !important;
	text-align:center;
	margin: 0 !important;
}
nav.woocommerce-pagination ul.page-numbers {
    margin: 25px 0;
}
.woocommerce-pagination span.page-numbers.current {
    -webkit-box-shadow: 0px 6px 15px rgba(0,0,0,0.16);
    box-shadow: 0px 6px 15px rgba(0,0,0,0.16);
    margin: 0 8px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li a:focus,.woocommerce nav.woocommerce-pagination ul.page-numbers li a:hover,.woocommerce nav.woocommerce-pagination ul.page-numbers li span.current {
    background: #ff214f;
    color: #fff;
}
/*---pagination-*/
.woocommerce-tabs.theoutset_tabs {
    margin-top: 30px;
}
/*-style-3--------*/
.product-style-3{
	position:relative;
	overflow:hidden;
}
.woocommerce .product-style-3 a.added_to_cart{
	display:none;
}
.product-style-3 .product-image img {
width: 100%;
    vertical-align: text-bottom;
    display: block;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.product-style-3 .wrapper-relative {
    padding: 3px 2px;
    z-index: 12;
    text-align: center;
    padding: 10px 0px;
    position: absolute;
    bottom: -100px;
    left: 0px;
    width: 100%;
    background: #ffffff;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
	opacity:0px;
}
.product-style-3:hover .wrapper-relative {
    opacity: 1;
    top: 0px;
    bottom: auto;
    padding-top: 0px;
    height: auto;
}
.product-style-3 .post-title .star-rating {
    display: none !important;
}
.product-style-3 .post-title h3,.product-style-3 .post-title .star-rating,.product-style-3 .post-title .price{
-webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
	opacity:1;
}
/*-style-3--------*/
.woocommerce div.product form.cart .variations .single_variation .woocommerce-variation-description p {
  font-size: 14px;
  color: #131219;
}

.woocommerce div.product form.cart .variations .single_variation .woocommerce-variation-availability {
  text-transform: uppercase;
  color: #131219;
}
.woocommerce div.product form.cart .variations .single_variation .woocommerce-variation-availability p {
  font-size: 11px;
  font-weight: 600;
}
.woocommerce div.product form.cart .variations .select-wrapper {
  min-width: 150px;
      display: flex;
}
.woocommerce div.product form.cart .variations .select-wrapper select {
  font-weight: 400;
  font-size: 12px;
}
.woocommerce div.product form.cart .variations .select-wrapper + .select-wrapper {
  margin-left: 0;
}
@media only screen and (min-width: 40.063em) {
.woocommerce div.product form.cart .variations.select-wrapper + .select-wrapper {
    margin-left: 10px;
  }
}

.woocommerce div.product form.cart .variations .select-wrapper + .select-wrapper {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 40.063em) {
.woocommerce div.product form.cart .variations.select-wrapper + .select-wrapper {
    margin-left: 0;
    margin-right: 10px;
  }
}
.woocommerce div.product form.cart .variations.qtylabel {
  margin-left: 0;
}
@media only screen and (min-width: 40.063em) {
.woocommerce div.product form.cart .variations .qtylabel {
    margin-left: 20px;
  }
}
.woocommerce-MyAccount-content > p > a {
    font-size: 17px;
    text-decoration: underline;
}
.woocommerce div.product form.cart{
	margin-bottom:20px;
}
.woocommerce div.product form.cart .select-wrapper {
    position: relative;
    margin-bottom: 15px;
    outline: 0;
    min-width: 140px;
    border: 1px solid #eaeaea;
    color: #131219;
}
.woocommerce div.product form.cart .variations .select-wrapper select {
    display: block;
    font-size: 13px;
    font-weight: 700;
    font-family: inherit;
    height: 45px;
    padding: 11px 25px 11px 17px;
    border: 0;
    text-transform: uppercase;
    background: #fff;
    color: #131219;
    outline: 0;
	line-height:1;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: '';
    -moz-appearance: radio-container;
}
.woocommerce div.product form.cart .variations .select-wrapper {
    min-width: 150px;
}
.woocommerce div.product form.cart .variations .select-wrapper:after {
    content: "\f0d7";
    display: block;
    position: absolute;
    font-family: 'FontAwesome';
    top: 23px;
    right: 15px;
    font-size: 12px;
    line-height: 1;
}
.woocommerce button.button.single_add_to_cart_button {
    font-family: inherit;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    background: #ff214f;
    border-color: #ff214f;
    color: #fff;
    padding: 18px 50px 17px;
    border: 2px solid #ff214f;
    width: auto;
    margin: 0;
    display: inline-block;
    margin-bottom: 20px;
    cursor: pointer;
    outline: 0;
    text-transform: uppercase;
    text-shadow: none !important;
    text-align: center;
    vertical-align: middle;
    border-radius: 0 !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.woocommerce button.button.single_add_to_cart_button.disabled{
	padding:18px 50px 17px;
}
.woocommerce button.button.disabled:hover{
	color: #fff;
    background-color: #ff214f;
}
.woocommerce div.product form.cart table.group_table a.button.add_to_cart_button {
    background: #000;
    color: #fff;
    border-color: #000;
    width: auto;
	padding: 10px;
}
aside.notification-box a.button.wc-forward {
    float: right;
    padding: 7px 10px;
    border: 0;
    line-height: 18px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .7px;
    height: auto;
    width: auto;
    background: #212121;
    color: #fff;
    margin-top: -6px;
    border-radius: 4px !important;
}
aside.notification-box {
    margin: 10px 0px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-right: 1px solid;
}
aside.notification-box {
    border-radius: 5px;
    box-shadow: 0px 5px 20px -5px rgba(0,0,0,.1);
    border-left-width: 1px;
}
aside.notification-box.success {
    border-color: green;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img{
	width:auto;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #313131;
    text-decoration: none;
	border-color: #313131;
    background-image: none;
    color: #fff;
}
.woocommerce ul#shipping_method li {
    padding: .25em 0 .25em 0px;
    text-indent: -12px;
}
.woocommerce-cart .cart-collaterals .cart_totals table select{
	width:100%;
}
.woocommerce-cart .cart-collaterals .cart_totals .select-wrapper select {
    display: block;
    font-size: 13px;
    font-weight: 700;
    font-family: inherit;
    height: 45px;
    padding: 11px 34px 11px 17px;
    border: 0;
    text-transform: uppercase;
    background: #fff;
    color: #131219;
    outline: 0;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: '';
    -moz-appearance: radio-container;
}
.woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator {
    width: 100%;
    clear: right;
    float: right;
}
#add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table th {
    width: auto;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 13px;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    border: 1px solid #313131;
    text-decoration: none;
    overflow: visible;
    padding: 15px 30px 15px;
    font-weight: 600;
    border-radius: 4px;
    left: auto;
    color: #fff;
    letter-spacing: 1px;
    background-color: #313131;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
}
.checkout_coupon .button.apply_coupon:hover {
    background: #ff214f;
    border-color: #ff214f;
    color: #fff;
}
.woocommerce-Reviews #respond.comment-respond .form-submit #submit{
    border-radius: 4px !important;
    border: 0px;
    background: #313131;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    margin: 0 auto;
    display: block;
}

.woocommerce-Reviews #respond.comment-respond .form-submit #submit:hover {
    background: #ff214f;
    color:#fff;
}
#respond #commentform label {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.3;
    color: #888;
}
#respond .comment-form-rating {
    margin-bottom: 20px;
}
.woocommerce a.button.checkout-button {
    background: #59c379;
    border-color: #59c379;
    color: #fff;
	letter-spacing: 1px;
}
.cart-collaterals .checkout-button.button{
	display: inline-block;
    width: auto;
    font-size: 13px;
    padding: 15px 25px !important;
}
.woocommerce a.button.checkout-button:hover {
    background: #3eab5f;
    border-color: #3eab5f;
    color: #fff;
}
.notification-box.information {
    border-color: #ff214f;
}
.form-row.woocommerce-invalid-required-field .select2-container .select2-choice {
  border-color: #e76049;
}

.select2-container {
	margin-bottom: 25px;
  clear: left;
}
.select2-container .select2-choice {
  background: #fff;
  border: 1px solid #eee;
  height: 45px !important;
  line-height: 45px !important;
  padding-left: 18px;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container .select2-choice span {
  height: 43px;
  line-height: 45px;
  text-transform: uppercase;
}
.select2-container .select2-choice div b {
  background-position: 0 9px !important;
}
.select2-container.select2-dropdown-open .select2-choice {
  background: #fff;
  border: 1px solid #7a7a7a;
}
.select2-container.select2-dropdown-open .select2-choice div b {
  background-position: -18px 9px !important;
}

.select2-search {
  padding: 0 16px 10px 16px;
}

.select2-drop {
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #7a7a7a;
}
.select2-drop.select2-drop-active {
  border-color: #7a7a7a;
}
.select2-drop.select2-drop-active.select2-drop-above {
  border-top-color: #7a7a7a;
}
.select2-drop .select2-search input {
  background: #fff !important;
  margin-bottom: 5px;
}
.select2-drop .select2-results {
  background: #fff;
  font-size: 12px;
  padding: 4px 12px;
}
.select2-drop .select2-results .select2-highlighted {
  background: #fafafa;
  border-radius: 0;
}
.select2-drop .select2-results li {
  margin: 0;
  text-transform: uppercase;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 33px;
    height: 45px !important;
    line-height: 45px !important;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #eee;
    height: 45px !important;
    line-height: 45px !important;
    padding-left: 18px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
	outline: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
    position: absolute;
    top: 1px;
    right: 10px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
outline: none !Important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    background: #fff !important;
    margin-bottom: 8px;
    border-color: #ff214f;
    color: #131219;
    height: 30px;
    margin-top: 8px;
}
.select2-container--open .select2-selection--single{
    outline: 0;
    border: 1px solid;
    border-bottom: 0px;
    opacity: .5;
}
.woocommerce-billing-fields #billing_phone_field{
	padding-left:3px;
padding-right: 15px;
}
.woocommerce-billing-fields #billing_email_field{
padding-right: 3px;
    padding-left: 15px;
}
.woocommerce-page form .validate-phone, .woocommerce-page form .validate-email {
    clear: initial;
    padding: 3px;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 200;
    border-top: 1px solid rgba(0,0,0,.1);
}
.your-order-container h4 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #252525;
}
.woocommerce div.product form.cart .variations select{
	    min-width: 100%;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: .5;
    padding: 15px 30px 15px;
}
.products .product-style-2 .post-title .wrapper-relative{
	position: absolute;
    margin: 0 auto;
    width: 100%;
}
.products .product-style-3 .post-title {
    position: absolute;
    display: block;
    margin-bottom: 10px;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
	-webkit-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	-o-transform: translatey(-50%);
}


.woocommerce table.shop_table th {
	padding: 15px 10px;
    font-weight: 600;
    color: #313131;
    vertical-align: middle;
    letter-spacing: .3px;
    font-size: 14px;
}
.woocommerce table.shop_table th.product-subtotal, .cart_item td.product-subtotal {
    text-align: right;
}
.cart-collaterals .cart_totals table tbody .cart-subtotal th, .cart-collaterals .cart_totals table tbody .order-total th {
    font-size: 17px;
    padding: 0;
    vertical-align: middle;
    font-weight: 600;
}
.cart-collaterals .cart_totals table tbody .cart-subtotal td, .cart-collaterals .cart_totals table tbody tr.order-total td {
    text-align: right;
}
.select2-results__option {
    padding-left: 18px !important;
}
/*-elements woocommerce product list---*/

.list-product-post .product-shop-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
     transition: 0.4s;
}
.list-product-post.list-isotope-metro .product-style-1 .wrapper-hover-hiden,.list-product-post.list-isotope-metro  .product-style-2 .wrapper-relative,.list-product-post.list-isotope-metro .product-style-3 .wrapper-relative{
	    background: transparent;
    border: 0px;
    padding: 0;
}
.list-product-post.list-carousel-slick .product-style-1 .wrapper-relative {
    position: initial;
}
.list-product-post.list-carousel-slick .product-style-1:hover header.post-title h3, .list-product-post.list-carousel-slick .product-style-1:hover header.post-title .price, .list-product-post.list-carousel-slick .product-style-1:hover header.post-title .star-rating {
    opacity: 1;
}
.list-product-post.list-carousel-slick .product-style-1 .wrapper-relative .wrapper-hover-hiden {
    border-bottom: 0px;
	transform: translate3d(0%,-50%,0);
    top: 50%;
	padding-bottom: 0px;
}
.list-product-post.list-isotope-metro .product-style-3,.list-product-post.list-isotope-metro .product-style-2,.list-product-post.list-isotope-metro .product-style-1 {
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
    display: block;
    height: 100%;
    -webkit-background-clip: content-box !important;
	background-clip: content-box !important;
}
.list-product-post.list-isotope-metro .product-style-3 .wrapper-hover {
    position: absolute;
    left: 10px;
    right: 10px;
    margin-left: 15px;
    margin-right: 15px;
    z-index: 1;
    top: 10px;
    bottom: 10px;
}
.list-product-post.products .product-style-1 .wrapper-hover-hiden{
	left: -16px;
    right: -16px;
	border: 1px solid #e7e7e6 !important;
	border-top: 0px !important;
}

.list-product-post.list-isotope-metro .product-style-1 .wrapper-hover-hiden{
    position: relative;
    display: inline-block;
    left: auto;
    right: auto;
}
.list-product-post.list-isotope-metro .product-style-1 .add-cart-btn .add_to_cart {
    display: inline-block;
    width: auto;
    margin-top: 20px;
    padding: 14px 22px;
}

.list-product-post.products header.post-title .price ins {
    background: transparent;
}
.list-product-post.list-isotope-metro .product-style-2 .post-title h3{
	border-bottom:0px;
}
.list-product-post.list-isotope-metro .product-style-3 .wrapper-hover-hiden {
    display: inline-block;
}
.list-product-post.list-isotope-metro .product-style-3 .wrapper-hover{
	left: 0px;
    right: 0px;
}
.list-product-post.list-isotope-metro .product-style-3:hover .wrapper-cart-hover-hiden.add-cart-btn-side {
    margin-right: -15px;
}
.list-product-post.list-isotope-metro .product-style-3 .wrapper-cart-hover-hiden.add-cart-btn-side{
    -webkit-transform: translateY(-200%) translateX(140%);
    -ms-transform: translateY(-200%) translateX(140%);
    transform: translateY(-200%) translateX(140%);
}
.list-product-post.list-isotope-metro .product-style-3:hover .wrapper-cart-hover-hiden.add-cart-btn-side {
    -webkit-transform: translateY(-200%) translateX(0);
    -ms-transform: translateY(-200%) translateX(0);
    transform: translateY(-200%) translateX(0);
}

/*----mwtro layout product----*/
.list-product-post.list-isotope-metro .product-style-1 .wrapper-hover {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: auto;
    display: inline-block;
    margin-top: 20px;
    margin-right: 20px;
	text-align: right;
}
.list-product-post.list-isotope-metro .product-style-1 .post-title h3 a {
    display: inline-block;
    position: relative;
    padding: 0 5px;
	-webkit-transition: all 0.4s ;
	-moz-transition: all 0.4s ;
	-ms-transition: all 0.4s ;
	-o-transition: all 0.4s ;
	transition : all 0.4s;;
}
.list-product-post.list-isotope-metro .product-style-1 .post-title .price .woocommerce-Price-amount.amount {
    display: inline-block;
    padding: 0 5px;
    margin: 10px 0;
	-webkit-transition: all 0.4s ;
	-moz-transition: all 0.4s ;
	-ms-transition: all 0.4s ;
	-o-transition: all 0.4s ;
	transition : all 0.4s;;
}
.list-product-post.list-isotope-metro .product-style-1 .add-cart-btn .add_to_cart {
    display: inline-block;
    margin: 0;
    border: 0px;
    text-align: right;
    padding: 0 5px;
    position: relative;
    background: none !important;
}
.list-product-post.list-isotope-metro .product-style-1 .wrapper-cart-hover-hiden.add-cart-btn {
    display: inline-block;
	position: relative;	
    padding: 0 5px;
    width: auto;
	-webkit-transition: all 0.4s ;
	-moz-transition: all 0.4s ;
	-ms-transition: all 0.4s ;
	-o-transition: all 0.4s ;
	transition : all 0.4s;;
}
.list-product-post.list-isotope-metro .product-style-1 .wrapper-hover {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: auto;
    display: inline-block;
    margin-top: 20px;
    margin-right: 20px;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
    transform: none;
}


.list-product-post.list-isotope-metro .product-style-3 .wrapper-hover{
    background: rgba(0, 0, 0, 0.43);
    padding: 40px;
    margin: 30px;
	-webkit-transition: all 0.4s ;
	-moz-transition: all 0.4s ;
	-ms-transition: all 0.4s ;
	-o-transition: all 0.4s ;
	transition : all 0.4s;
}

.list-product-post.list-isotope-metro .product-style-2 .wrapper-hover {
	background: rgba(0, 0, 0, 0.43);
    padding: 40px;
    margin: 30px;
	-webkit-transition: all 0.4s ;
	-moz-transition: all 0.4s ;
	-ms-transition: all 0.4s ;
	-o-transition: all 0.4s ;
	transition : all 0.4s;
	position:absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
    transform: translateY(-50%);
	    left: 0px;
    right: 0px;
}
.list-product-post.list-isotope-metro .product-style-2 .post-title h3 {
    border-bottom: 0px;
    padding-bottom: 5px;
}
.products.list-isotope-metro .product-style-2 .price{
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
    transform: none !important;
}
.products.list-isotope-metro .product-style-2 .post-title .wrapper-relative {
    position: relative;
   -webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
    transform: none;
	margin-top: 10px;
}
.list-product-post.list-isotope-metro.products .product-style-2 .wrapper-cart-price{
	margin-top:0;
}
.list-product-post.list-isotope-metro.products .product-style-2 .add_to_cart {
    position: relative;
    width: auto;
    display: inline-block;
    border: 1px solid;
    padding: 10px 15px;
	border:1px solid;
}
/*-style-3--*/
.list-isotope-metro.products .product-style-3 .wrapper-cart-hover-hiden .add_to_cart:before {
    content: '' !important;
}

.list-isotope-metro.products .product-style-3 .wrapper-cart-hover-hiden .add_to_cart {
    width: auto !important;
    display: inline-block !important;
    padding: 0px 10px !important;
    height: auto !important;
    line-height: 1.4 !important;
    border-bottom: 1px solid;
    background: transparent !important;
}
.list-isotope-metro.products .product-style-3 .wrapper-hover {
    opacity: 0;
	-webkit-transition: all 0.4s ;
	-moz-transition: all 0.4s ;
	-ms-transition: all 0.4s ;
	-o-transition: all 0.4s ;
	transition : all 0.4s;
}

.list-isotope-metro.products .product-style-3.product:hover .wrapper-hover {
    opacity: 1;
}
/*---metro layout product--*/
/*---elements woocommerce product list---*/
#reviewsTab .comment-form p.comment-form-rating label {
    text-align: center;
    float: none;
    line-height: 1;
    padding-right: 10px;
}
p.return-to-shop {
    position: relative;
    display: inline-block;
    margin-top: 0px;
}

/*--sidebar widget css---*/
.woocommerce .widget_price_filter span.ui-slider-handle.ui-state-default.ui-corner-all {
    position: absolute;
    z-index: 2;
    width: 4px;
    height: 15px;
    border-radius: 0;
    cursor: ew-resize;
    outline: 0;
    top: -6px;
    background-color: #ff214f;
}
.woocommerce .widget_price_filter .price_slider_wrapper {
    position: relative;
    display: block;
    margin: 20px 0px;
}
.woocommerce .widget_price_filter span.ui-slider-handle.ui-state-default.ui-corner-all {
    margin-left: -4px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
     border-radius: 0px;
    background-color: #ff214f;
    border: 0;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 2px;
}
.woocommerce .widget_price_filter .ui-slider-range.ui-widget-header.ui-corner-all {
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 0;
    background-color: #ff214f;
}
.widget_price_filter .price_slider_amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
}
.woocommerce .widget_layered_nav_filters ul li.chosen {
    padding-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 12px;
    line-height: 16px;
    padding: 10px 20px;
    margin-bottom: 10px;
    display: inline-block;
    width: auto;
    text-align: center;
    font-size: 11px;
    color: #ff214f;
    border-color: #ff214f;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label {
    margin-bottom: 10px;
    color: #313131;
	font-size: 14px;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label>span {
    font-weight: 600;
    color: #313131;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid;
    border-color: rgba(129,129,129,.2);
}
.woocommerce .product_list_widget>li a {
    margin-bottom: 0px;
    display: block;
	text-transform: capitalize;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
float: left;
    margin-right: 15px;
    max-width: 65px;
    width: 100%;
}
.woocommerce  .widget_products .product_list_widget li .product-title,.woocommerce  .widget_top_rated_products .product_list_widget li .product-title {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
.woocommerce  .product_list_widget>li .product-title {
    font-size: 14px;
}
.woocommerce .product_list_widget>li .star-rating {
    display: block;
    margin-left: 50px;
    margin-bottom: 3px;
    font-size: 12px;
    width: 70px;
    height: 14px;
}
form.woocommerce-product-search.searchform {
    position: relative;
    display: block;
}

input.search-field.s {
    width: 100%;
    display: inline-block;
    margin: 0 0px 10px;
    padding: 10px 20px;
    font-size: 14px;
}
.woocommerce form.woocommerce-product-search.searchform input[type="submit"] {
    line-height: 16px;
    padding: 10px 20px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 11px;
    color: #ff214f;
    border-color: #ff214f;
}
.woocommerce .widget_rating_filter ul li a {
    text-align: right;
    display: block;
}
.woocommerce .widget_rating_filter ul li .star-rating {
    display: inline-block;
    text-align: left;
    float: left;
}
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    border-bottom: 1px solid rgba(129,129,129,.2);
    padding: 0;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.woocommerce .widget_shopping_cart .total span.woocommerce-Price-amount.amount, .woocommerce.widget_shopping_cart .total span.woocommerce-Price-amount.amount {
    font-size: 17px;
}
p.woocommerce-mini-cart__buttons.buttons {
    position: relative;
    display: table;
    width: 100%;
}
.your-order-container .order-again .button {
    display: inline-block;
    position: relative;
    width: auto;
    margin-bottom: 20px;
}
.woocommerce ul.products .product-style-1 .wrapper-hover span.price .amount {
    position: relative;
    top: -3px;
}
/*--sidebar widget css---*/
@media (max-width:600px){
.woocommerce #reviews #comments h2 {
    font-size: 27px;
}
.woocommerce-Reviews #comments ol.commentlist .comment p.meta strong {
    font-size: 14px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 50px;
    height: 50px;
}
.woocommerce-Reviews #comments ol.commentlist .comment .comment-body, .woocommerce #reviews #comments ol.commentlist li .comment-text{
	padding-left: 68px;
}
.product .product-information .product_meta{
	text-align:left;
}
.woocommerce-Reviews .comment-respond .comment-reply-title {
    font-size: 18px;
}
.related.products .products-related-title{
	font-size: 20px;
}
.product .product-information h1 {
    font-size: 28px;
    line-height: 1.16;
}
.woocommerce .related.products .product-style-1, .woocommerce .related.products .product-style-2, .woocommerce .related.products .product-style-3 {
    padding: 10px;
}
.related.products .slick-arrow {
    background: #313131e8;
    margin: 10px;
    width: 30px;
    height: 30px;
    color: #fff;
}
}