@charset "UTF-8";
/*
 * Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
 * Extend */
/*
 * Variables for theme
 */
/*
* Woocommerce
*/
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  width: auto;
  background: none;
  border-radius: 25px;
  padding: 0 30px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #eee;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  outline: none;
  -ms-box-shadow: 5.7px 5.7px 14px 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 5.7px 5.7px 14px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 5.7px 5.7px 14px 0 rgba(0, 0, 0, 0.08);
}
.woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button:disabled[disabled], .woocommerce button.button:disabled[disabled], .woocommerce input.button:disabled[disabled] {
  padding: 0 30px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  border-color: transparent;
  color: #fff;
}
.woocommerce #respond input#submit.btn-primary, .woocommerce a.button.btn-primary, .woocommerce button.button.btn-primary, .woocommerce input.button.btn-primary {
  border: transparent;
  color: #fff;
}

.woo-search-block .mobile-search {
  display: none;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 50px;
  border-radius: 50%;
  transition: all 0.5s;
  background-color: #7ebdfc;
}
.woo-search-block .mobile-search:hover {
  background-color: #333;
}

.widget_product_search {
  width: 666px;
}
.widget_product_search .mobile-search {
  display: none;
}
.widget_product_search form {
  display: inline-block;
  float: left;
  cursor: pointer;
  margin: 0;
  width: 100%;
  border: #ccc solid 1px;
  border-radius: 25px;
  overflow: hidden;
}
.widget_product_search form .form-wrapper {
  border: none;
  position: relative;
  z-index: 100;
  float: left;
  padding: 0;
  width: 100%;
  display: flex;
}
.widget_product_search form .product_cat {
  float: left;
  min-width: 200px;
  position: relative;
  padding: 0 20px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 48px;
  border-right: 1px solid #ccc;
}
.widget_product_search form .product_cat select {
  display: none;
}
.widget_product_search form .product_cat .select2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
}
.widget_product_search form .product_cat .select2 .selection {
  width: 100%;
  display: inline-block;
}
.widget_product_search form .product_cat .select2 .select2-selection__rendered {
  line-height: 48px;
  padding: 0;
  color: #999;
  font-weight: normal;
}
.widget_product_search form .product_cat .select2 .select2-selection {
  width: 100%;
  display: inline-block;
  padding: 0 20px;
  outline: none;
  border: none;
  background: none;
  border-radius: 0;
}
.widget_product_search form .product_cat .select2 .select2-selection:focus {
  outline: none;
}
.widget_product_search form .product_cat .select2 .select2-selection .select2-selection__arrow {
  display: none;
}
.widget_product_search form .product_cat:before {
  content: "";
  font-family: "Ionicons";
  position: absolute;
  top: 0;
  right: 0;
  color: #999;
  font-size: 16px;
  width: 28px;
  height: 50px;
  line-height: 48px;
  pointer-events: none;
  cursor: pointer;
  text-align: left;
}
.widget_product_search form input {
  color: #999;
  font-size: 14px;
  float: left;
  height: 48px;
  line-height: 48px;
  width: 100%;
  padding: 0 20px;
  border-radius: 0;
  background: none;
  box-shadow: none;
  border: none;
  transition: all 0.5s;
  margin: 0;
}
.widget_product_search form input:focus {
  outline: none;
}
.widget_product_search form button {
  padding: 0;
  float: left;
  height: 48px;
  line-height: 48px;
  width: 70px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  border-radius: 0;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 1;
}
.widget_product_search form button:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  transition: all 0.5s;
  z-index: -1;
}
.widget_product_search form button:hover {
  color: #ffffff;
}
.widget_product_search form button:hover:before {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.widget_product_search form button:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

.select2-search--dropdown .select2-search__field {
  border: 1px solid #eee;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #999;
}

.product_cat_select {
  display: inline-block;
  min-width: 200px;
  padding: 10px 10px 10px;
  background: #fff;
  -ms-box-shadow: 0px 15px 35px 0 rgba(0, 29, 44, 0.1);
  -o-box-shadow: 0px 15px 35px 0 rgba(0, 29, 44, 0.1);
  box-shadow: 0px 15px 35px 0 rgba(0, 29, 44, 0.1);
  border: 1px solid #eee;
}
.product_cat_select input[type=search] {
  border-radius: 5px;
  height: 36px;
  line-height: 34px;
  margin-bottom: 0;
}
.product_cat_select ul {
  margin: 0;
  list-style: none;
}
.product_cat_select ul li {
  padding: 10px 10px;
  line-height: normal;
  border-top: 1px solid #eee;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

.thim-woo-search-form {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
}
.thim-woo-search-form form:after {
  content: "";
  font-family: Ionicons;
  font-size: 20px;
  position: absolute;
  right: 25px;
  top: 15px;
  color: #fff;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  animation: spin 2s linear infinite;
  transition: all 0.5s;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  z-index: 999;
}
.thim-woo-search-form.loading form:after {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.thim-woo-search-form.loading form button i {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
.thim-woo-search-form .woo-list-search {
  position: absolute;
  top: 100%;
  left: 200px;
  right: 70px;
  padding-left: 0;
  list-style: none;
  display: inline-block;
  margin: 0 auto;
  transition: all 0.5s;
  -ms-box-shadow: 0px 15px 35px 0 rgba(0, 29, 44, 0.1);
  -o-box-shadow: 0px 15px 35px 0 rgba(0, 29, 44, 0.1);
  box-shadow: 0px 15px 35px 0 rgba(0, 29, 44, 0.1);
  z-index: 9;
  background: #fff;
}
.thim-woo-search-form .woo-list-search li {
  padding: 10px 30px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
}
.thim-woo-search-form .woo-list-search li a {
  color: #999;
  transition: all 0.3s;
}

.blockUI.blockMsg.blockElement h1 {
  display: none !important;
}

.thim-wishlist {
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 50px;
  border-radius: 50%;
  position: relative;
  transition: all 0.5s;
}
.thim-wishlist .thim-wishlist-count {
  position: absolute;
  top: -3px;
  left: -5px;
  width: 20px;
  height: 20px;
  background-color: #333333;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 20px;
  color: #fff;
}
.thim-wishlist a {
  color: #fff;
  display: inline-block;
  width: 100%;
}
.thim-wishlist a:hover {
  color: #fff;
}
.thim-wishlist:hover {
  background: #333;
}

.cart-info {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.cart-info .mobile-cart {
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 50px;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
}
.cart-info .mobile-cart .cart-quantity {
  position: absolute;
  top: -3px;
  left: -5px;
  width: 20px;
  height: 20px;
  background-color: #333333;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 20px;
}
.cart-info .cart-total {
  font-size: 14px;
  color: #999999;
  white-space: nowrap;
}
.cart-info .cart-total h3 {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.2px;
  color: #999999;
  margin: 0;
  line-height: 26px;
}
.cart-info .cart-total .price {
  font-weight: 500;
  color: #333333;
  margin-left: 5px;
}

.mcart-border {
  width: 280px;
  position: absolute;
  top: 100px;
  right: 0;
  font-size: 14px;
  padding: 30px 20px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  background: #fff;
  z-index: 999;
  border: 1px solid #eee;
  -ms-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}
.mcart-border .total {
  padding-top: 15px !important;
  margin-top: 20px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
  clear: both;
  border-top: 1px solid #eee;
}
.mcart-border .total .amount {
  float: right;
  font-weight: bold;
  font-size: 14px;
  color: #333;
}
.mcart-border .checkout {
  float: right;
}

.top-cart .woocommerce ul.product_list_widget li {
  min-height: 0;
}
.top-cart .woocommerce ul.product_list_widget li img {
  position: static;
}
.top-cart .woocommerce ul.product_list_widget li .quantity {
  width: auto;
  padding: 0;
  border: none;
  display: inline-block;
}

.mini_cart_inner:hover .mcart-border {
  top: 100%;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
}

.woocommerce .widget_shopping_cart .mcart-border .cart_list li, .woocommerce.widget_shopping_cart .mcart-border .cart_list li {
  padding: 0;
  padding-right: 15px;
  line-height: 20px;
  margin-bottom: 20px;
}
.woocommerce .widget_shopping_cart .mcart-border .cart_list li .variation, .woocommerce.widget_shopping_cart .mcart-border .cart_list li .variation {
  display: none;
}
.woocommerce .widget_shopping_cart .mcart-border .cart_list li img, .woocommerce.widget_shopping_cart .mcart-border .cart_list li img {
  width: 70px;
  margin: 0 15px 0 0;
  float: left;
  border: 1px solid #eee;
  padding: 0;
}
.woocommerce .widget_shopping_cart .mcart-border .cart_list li span.quantity, .woocommerce.widget_shopping_cart .mcart-border .cart_list li span.quantity {
  float: left;
  margin-right: 5px;
}
.woocommerce .widget_shopping_cart .mcart-border .cart_list li a.remove, .woocommerce.widget_shopping_cart .mcart-border .cart_list li a.remove {
  top: 50%;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  right: 0;
  left: auto;
}
.woocommerce .widget_shopping_cart .mcart-border .cart_list li a, .woocommerce.widget_shopping_cart .mcart-border .cart_list li a {
  font-weight: 500;
}
.woocommerce .widget_shopping_cart .mcart-border .cart_list li .amount, .woocommerce.widget_shopping_cart .mcart-border .cart_list li .amount {
  font-weight: 500;
  display: inline-block;
  font-size: 13px;
  margin-top: 3px;
  color: #333;
}
.woocommerce .widget_shopping_cart .mcart-border .buttons a, .woocommerce.widget_shopping_cart .mcart-border .buttons a {
  line-height: 40px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 25px;
  margin: 0;
  padding: 0 20px;
  display: inline-block;
  background: #333;
  color: #fff;
  border: none;
}

.quickview.woocommerce {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
  position: relative;
}
.quickview.woocommerce .mfp-close {
  position: absolute;
  top: 0;
  right: 0;
}
.quickview.woocommerce .slider {
  margin: 0;
  list-style: none;
}
.quickview.woocommerce .slider .slick-slide {
  outline: none;
}
.quickview.woocommerce .slider .slick-slide:focus {
  outline: none;
}
.quickview.woocommerce .slider.slider-nav {
  margin-top: 16px;
}
.quickview.woocommerce .slider.slider-nav .slick-list {
  margin: 0 -8px;
}
.quickview.woocommerce .slider.slider-nav .slick-slide {
  padding: 0 8px;
}
.quickview.woocommerce .slider.slider-nav:hover .slick-arrow {
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}
.quickview.woocommerce .slider.slider-nav .slick-arrow {
  text-indent: -999px;
  position: absolute;
  overflow: hidden;
  width: 30px;
  height: 30px;
  left: 20px;
  top: 35px;
  border: 0;
  background: transparent;
  outline: none;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  z-index: 9;
}
.quickview.woocommerce .slider.slider-nav .slick-arrow:before {
  content: "";
  font-size: 12px;
  line-height: 28px;
  font-family: Ionicons;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border: solid 1px #ffffff;
  color: #fff;
  text-indent: 1px;
  border-radius: 50%;
  cursor: pointer;
}
.quickview.woocommerce .slider.slider-nav .slick-arrow:hover {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.quickview.woocommerce .slider.slider-nav .slick-next.slick-arrow {
  left: unset;
  right: 20px;
}
.quickview.woocommerce .slider.slider-nav .slick-next.slick-arrow:before {
  content: "";
}
.quickview.woocommerce .quick-view-detail {
  margin-top: 25px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  line-height: 23px;
  color: #333;
}
.quickview.woocommerce .quick-view-detail:after {
  content: "";
  font-family: "Ionicons";
  margin-left: 10px;
}

.woocommerce .product .product-info table.group_table {
  border: 1px solid #eee;
}
.woocommerce .product .product-info table.group_table tr, .woocommerce .product .product-info table.group_table td {
  border: 1px solid #eee;
}
.woocommerce .product .product-info table.group_table .quantity-box {
  margin-bottom: 0;
}
.woocommerce div.product form.cart table.group_table td {
  padding-left: 10px;
}
.woocommerce .product .product-info .group_table .quantity-box .screen-reader-text {
  text-align: left;
}
.woocommerce .woocommerce-result-count {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.woocommerce .woocommerce-ordering {
  margin: 0;
}
.woocommerce .woocommerce-pagination {
  margin-top: 5px;
}
.woocommerce .woocommerce-pagination .page-numbers {
  border: none;
  margin: 0;
}
.woocommerce .woocommerce-pagination .page-numbers li {
  margin: 0 5px;
  border: none;
}
.woocommerce .woocommerce-pagination .page-numbers li .page-numbers {
  width: 40px;
  height: 40px;
  padding: 0;
  border: solid 1px #e7e7e7;
  border-radius: 50%;
  line-height: 38px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.3px;
  color: #999;
  text-align: center;
  background: #fff;
}
.woocommerce .woocommerce-pagination .page-numbers li .page-numbers.current, .woocommerce .woocommerce-pagination .page-numbers li .page-numbers:hover {
  border-color: transparent;
  color: #fff;
}
.woocommerce .woocommerce-pagination .page-numbers li .page-numbers.prev {
  font-size: 0;
}
.woocommerce .woocommerce-pagination .page-numbers li .page-numbers.prev:before {
  content: "";
  font-family: "Ionicons";
  font-size: 16px;
}
.woocommerce .woocommerce-pagination .page-numbers li .page-numbers.next {
  font-size: 0;
}
.woocommerce .woocommerce-pagination .page-numbers li .page-numbers.next:before {
  content: "";
  font-family: "Ionicons";
  font-size: 16px;
}

.product-filter {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.product-filter .select2-container--default .select2-selection--single {
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 40px;
}
.product-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  font-size: 14px;
  color: #999;
  padding-left: 20px;
  padding-right: 20px;
}
.product-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  top: 0;
  right: 20px;
  width: auto;
}
.product-filter .woocommerce-result-count {
  width: 50%;
}
.product-filter .woocommerce-ordering {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.product-filter .filter-view {
  display: flex;
  margin-right: 20px;
  margin-top: 2px;
}
.product-filter .filter-view a {
  color: #dddddd;
}
.product-filter .filter-view a:hover {
  color: #7ebdfc;
}
.product-filter .filter-view a i {
  padding: 0 4px;
}
.product-filter .filter-view a .fa {
  font-size: 16px;
}
.product-filter .filter-view a .fa-list-ul {
  font-size: 17px !important;
}
.product-filter .filter-view .actived {
  color: #7ebdfc !important;
}

.product-review-star {
  display: flex;
  margin-top: -8px;
}
.product-review-star .star-rating {
  float: left;
  margin: 15px 0 5px 0;
  color: #ffc000;
}
.product-review-star .st-rating-count {
  margin: 11px;
}

.product-description {
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0px 0 10px 0;
}
.product-description ul {
  margin-left: 18px;
}
.product-description ul li {
  display: none;
}
.product-description ul li:nth-child(1),
.product-description ul li:nth-child(2),
.product-description ul li:nth-child(3) {
  display: list-item;
}

[view~=list] .product-description {
  display: none;
}
[view~=list] .feature-img img {
  max-height: 200px;
}
[view~=list] .text-block {
  width: 100%;
}

@media (min-width: 768px) {
  [view~=list-extra] .col-md-6 {
    flex: unset;
    max-width: unset;
  }
}
[view~=list] .text-block,
[view~=list-extra] .text-block {
  display: flex;
}
[view~=list] .text-block-right,
[view~=list-extra] .text-block-right {
  padding-top: 20px;
}
[view~=list] .text-block-right .price-box .amount,
[view~=list-extra] .text-block-right .price-box .amount {
  font-size: 20px !important;
}
[view~=list] .add-to-cart.t-list,
[view~=list-extra] .add-to-cart.t-list {
  flex-grow: 1;
  margin-top: 14px;
}
[view~=list] .add-to-cart.t-grid,
[view~=list-extra] .add-to-cart.t-grid {
  display: none !important;
}
[view~=list] .product-woo,
[view~=list-extra] .product-woo {
  display: flex !important;
}
[view~=list] .product-card,
[view~=list-extra] .product-card {
  flex: 0 0 100%;
  max-width: 100%;
}

[view~=grid] .product-description,
[view~=grid] .product-sku,
[view~=grid] .product-review-star {
  display: none;
}
[view~=grid] .text-block-right {
  padding-left: 14px !important;
  padding-top: 8px;
}

[view~=grid-extra] .product-description {
  max-width: 280px;
  margin: 0;
}

[view~=grid] .feature-img img,
[view~=grid-extra] .feature-img img {
  width: 100%;
}
[view~=grid] .add-to-cart.t-list,
[view~=grid-extra] .add-to-cart.t-list {
  display: none;
}
[view~=grid] .text-block-right,
[view~=grid-extra] .text-block-right {
  padding-left: 4px;
}
[view~=grid] .text-block-left,
[view~=grid] .text-block-right,
[view~=grid-extra] .text-block-left,
[view~=grid-extra] .text-block-right {
  flex: 0 0 100%;
  max-width: 100%;
}

.category-product {
  width: calc(100% + 30px);
}
.category-product .product-woo .price-box {
  margin-top: 10px;
  margin-left: 10px;
}
.category-product .product-woo .product-name {
  letter-spacing: 0.5px;
}
.category-product .product-woo .product-image .add-to-cart .button {
  color: #999;
}
.category-product .product-woo .product-image .add-to-cart .added_to_cart {
  color: #999;
}
.category-product .product-woo .feature-img img:hover {
  transform: none !important;
}

.ratings {
  display: block;
  width: 100%;
  line-height: 20px;
  overflow: hidden;
}
.ratings .star-rating {
  font-size: 18px;
  height: 1em;
  line-height: 1;
  overflow: hidden;
  position: relative;
  width: 75px;
  float: none;
  display: inline-block;
}
.ratings .star-rating:before {
  color: #ffc000;
  content: "";
  font-family: "Ionicons";
  float: left;
  left: 0;
  position: absolute;
  top: 0;
  text-align: center;
  letter-spacing: 0.9px;
  font-size: 18px;
}
.ratings .star-rating span {
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 1em;
  position: absolute;
  top: 0;
  color: #ffc000;
}
.ratings .star-rating span:before {
  color: #ffc000;
  content: "";
  font-family: "Ionicons";
  float: left;
  left: 0;
  position: absolute;
  top: 0;
  text-align: center;
  letter-spacing: 0.9px;
  font-size: 18px !important;
}

.product-woo {
  border: 1px solid transparent;
  transition: all 0.5s;
  margin-bottom: 40px;
  display: block;
}
.product-woo .text-block.t-list {
  display: none;
  flex-grow: 1;
}
.product-woo .text-block.t-list .price-box .amount {
  font-size: 20px !important;
}
.product-woo:hover {
  -ms-box-shadow: 7.9px 9.1px 16px 0 rgba(0, 0, 0, 0.06);
  -o-box-shadow: 7.9px 9.1px 16px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 7.9px 9.1px 16px 0 rgba(0, 0, 0, 0.06);
  border-color: #f8f8f8;
}
.product-woo:hover .product-image .actions {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.product-woo:hover .product-image .actions .add-to-links > div {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
.product-woo:hover .product-image .add-to-cart {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.product-woo:hover .text-block {
  border-color: #f8f8f8;
}
.product-woo .product-image {
  position: relative;
}
.product-woo .product-image .feature-img img {
  transform: scale(1) !important;
}
.product-woo .product-image .product-label {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
}
.product-woo .product-image .thim-label {
  padding: 0 15px;
  display: inline-block;
  border-radius: 25px;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 20px;
  margin-right: 10px;
}
.product-woo .product-image .actions {
  position: absolute;
  left: 10px;
  top: 50%;
  width: 40px;
  margin-top: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  padding: 0;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.product-woo .product-image .actions .add-to-links {
  display: inline-block;
  float: left;
}
.product-woo .product-image .actions .add-to-links .clear {
  display: none;
}
.product-woo .product-image .actions .add-to-links > div {
  float: left;
  display: inline-block;
  margin: 5px 0 !important;
  position: relative;
  transition: all 0.5s;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
}
.product-woo .product-image .actions .add-to-links > div.compare-button {
  transition-delay: 0.2s;
}
.product-woo .product-image .actions .add-to-links > div.yith-wcwl-add-to-wishlist {
  transition-delay: 0.4s;
}
.product-woo .product-image .actions .add-to-links .yith-wcwl-add-to-wishlist {
  display: inline-block;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
}
.product-woo .product-image .actions .add-to-links .yith-wcwl-add-to-wishlist .feedback {
  display: none;
}
.product-woo .product-image .actions .add-to-links .yith-wcwl-add-to-wishlist .show, .product-woo .product-image .actions .add-to-links .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse, .product-woo .product-image .actions .add-to-links .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse {
  position: relative;
}
.product-woo .product-image .actions .add-to-links .yith-wcwl-add-to-wishlist a, .product-woo .product-image .actions .add-to-links .yith-wcwl-add-to-wishlist a.add_to_wishlist {
  width: 40px;
  height: 40px;
  display: block;
  line-height: 38px;
  text-align: center;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 50%;
  font-size: 0;
  padding: 0;
  color: #ccc;
  font-weight: normal;
  cursor: pointer;
  transition: all 0.5s;
}
.product-woo .product-image .actions .add-to-links .yith-wcwl-add-to-wishlist a:before, .product-woo .product-image .actions .add-to-links .yith-wcwl-add-to-wishlist a.add_to_wishlist:before {
  content: "";
  font-family: "Ionicons";
  line-height: 38px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.product-woo .product-image .actions .add-to-links .yith-wcwl-add-to-wishlist a:hover, .product-woo .product-image .actions .add-to-links .yith-wcwl-add-to-wishlist a.add_to_wishlist:hover {
  color: #fff;
}
.product-woo .product-image .actions .add-to-links .yith-wcwl-add-to-wishlist a {
  color: #fff;
}
.product-woo .product-image .actions .add-to-links .compare-button {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
}
.product-woo .product-image .actions .add-to-links .compare-button a.compare {
  width: 40px;
  height: 40px;
  display: block;
  line-height: 38px;
  text-align: center;
  background: #fff;
  border: 1px solid #eee !important;
  border-radius: 50%;
  font-size: 0;
  padding: 0;
  color: #ccc;
  font-weight: normal;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
}
.product-woo .product-image .actions .add-to-links .compare-button a.compare:before {
  content: "";
  font-family: "Ionicons";
  line-height: 36px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.product-woo .product-image .actions .add-to-links .compare-button a.compare:hover, .product-woo .product-image .actions .add-to-links .compare-button a.compare:focus {
  color: #fff;
}
.product-woo .product-image .actions .add-to-links .compare-button a.compare.added {
  color: #fff;
}
.product-woo .product-image .actions .add-to-links .quick-wrapper {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.product-woo .product-image .actions .add-to-links .quick-wrapper .quickview {
  width: 40px;
  height: 40px;
  display: block;
  line-height: 38px;
  text-align: center;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 50%;
  font-size: 16px;
  padding: 0;
  color: #ccc;
  font-weight: normal;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
}
.product-woo .product-image .actions .add-to-links .quick-wrapper .quickview span.loading.dark:before {
  content: "";
  font-family: Ionicons;
  display: inline-block;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  animation: spin 2s linear infinite;
  transition: all 0.5s;
  z-index: 2;
}
.product-woo .product-image .actions .add-to-links .quick-wrapper .quickview:hover {
  color: #fff;
}
.product-woo .product-image .add-to-cart {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.product-woo .product-image .add-to-cart.no-icon .button:before {
  display: none;
}
.product-woo .product-image .add-to-cart .add_to_cart_inline {
  border: none !important;
  padding: 0 !important;
  display: inline-block;
}
.product-woo .product-image .add-to-cart .button {
  height: 40px;
  background-color: #ffffff;
  border: solid 1px #eee;
  border-radius: 25px;
  line-height: 38px;
  font-size: 16px;
  color: #333333;
  padding: 0 31px;
  font-weight: normal;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.product-woo .product-image .add-to-cart .button.loading:after {
  top: 0;
  right: 5px;
}
.product-woo .product-image .add-to-cart .button:before {
  content: "";
  font-family: "Ionicons";
  line-height: 38px;
  font-size: 20px;
  display: inline-block;
  margin-right: 10px;
}
.product-woo .product-image .add-to-cart .button:hover {
  color: #fff;
}
.product-woo .product-image .add-to-cart .button.added {
  display: none;
}
.product-woo .product-image .add-to-cart .added_to_cart {
  height: 40px;
  background-color: #ffffff;
  border: solid 1px #eee;
  border-radius: 25px;
  line-height: 38px;
  font-size: 16px;
  padding: 0 31px;
  font-weight: normal;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  color: #333;
}
.product-woo .product-image .add-to-cart .added_to_cart:after {
  font-family: WooCommerce;
  content: "";
  margin-left: 0.53em;
  vertical-align: bottom;
}
.product-woo .product-image .add-to-cart .added_to_cart:hover {
  color: #fff;
}
.product-woo .text-block {
  padding: 10px 10px;
  border-top: 1px solid transparent;
  width: 100%;
}
.product-woo .category-woo {
  line-height: 1;
  position: relative;
  margin-top: 20px;
}
.product-woo .category-woo a {
  font-size: 14px;
  font-weight: 300;
  color: #aaa;
  text-transform: uppercase;
}
.product-woo .product-name {
  line-height: 30px;
  margin: -3px 0 3px;
}
.product-woo .product-name a {
  font-size: 18px;
  color: #333;
  text-transform: capitalize;
}
.product-woo .price-box {
  line-height: 1;
}
.product-woo .price-box .amount {
  font-size: 18px;
  font-weight: bold;
}
.product-woo .price-box ins {
  text-decoration: none;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.product-woo .price-box del .amount {
  font-size: 16px;
  font-weight: normal;
  color: #aaaaaa;
  line-height: 20px;
}

#woo-short-info .product_title {
  line-height: 50px;
}
#woo-short-info .woocommerce-product-rating {
  margin-bottom: 10px;
}
#woo-short-info .woocommerce-product-rating .woocommerce-review-link {
  color: #aaa;
}
#woo-short-info .price {
  line-height: 1;
}
#woo-short-info .price .amount {
  font-size: 18px;
  font-weight: bold;
}
#woo-short-info .price ins {
  text-decoration: none;
  float: left;
  margin-right: 10px;
}
#woo-short-info .price del .amount {
  font-size: 16px;
  font-weight: normal;
  color: #aaaaaa;
  line-height: 20px;
}
#woo-short-info .woocommerce-product-details__short-description {
  margin-bottom: 30px;
}
#woo-short-info form {
  display: flex;
}
#woo-short-info form.variations_form {
  display: block;
}
#woo-short-info table {
  margin-bottom: 20px;
}
#woo-short-info table, #woo-short-info td, #woo-short-info tr {
  border: none;
  padding: 0;
}
#woo-short-info label {
  line-height: 40px;
  text-transform: uppercase;
  margin: 0;
}
#woo-short-info select {
  height: 40px;
  font-size: 18px;
  padding: 0 5px;
}
#woo-short-info .select2 {
  display: none;
}
#woo-short-info .reset_variations {
  float: right;
}
#woo-short-info .woocommerce-variation-price {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: 1.3px;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
#woo-short-info .woocommerce-variation-price del {
  color: #ccc;
  font-size: 24px;
  text-decoration: line-through;
  margin-right: 10px;
}
#woo-short-info .woocommerce-variation-price ins {
  text-decoration: none;
}
#woo-short-info .quantity {
  margin-right: 20px;
}
#woo-short-info .quantity input {
  width: 100px;
  padding: 0 0 0 20px;
}
#woo-short-info .quantity input.minus, #woo-short-info .quantity input.plus {
  padding: 0 2px;
}
#woo-short-info .woocommerce-variation-add-to-cart {
  display: flex;
}
#woo-short-info input[type=submit], #woo-short-info .button, #woo-short-info .submit {
  display: inline-block;
  width: auto;
  padding: 0 40px;
  border-radius: 25px;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0;
  height: 50px;
  outline: none;
  cursor: pointer;
  transition: all 0.5s;
}
#woo-short-info input[type=submit]:focus, #woo-short-info .button:focus, #woo-short-info .submit:focus {
  outline: none;
}
#woo-short-info .quick-add-to-cart form.cart {
  display: flex;
}
#woo-short-info .product_meta > span {
  display: block;
}

.woocommerce span.onsale {
  width: 50px;
  height: 50px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  line-height: 50px;
  position: absolute;
  top: 5px;
  left: 20px;
}
.woocommerce .product .product-info {
  display: flex;
}
.woocommerce .product .product-info .image-panel {
  width: 434px;
  margin-right: 60px;
}
.woocommerce .product .product-info .woocommerce-product-gallery {
  width: 100%;
}
.woocommerce .product .product-info ul {
  margin: 0;
  list-style: none;
}
.woocommerce .product .product-info ul.slider-nav {
  margin: 10px 0 0;
}
.woocommerce .product .product-info ul.slider-nav li {
  margin: 0 5px;
}
.woocommerce .product .product-info ul.slider-nav .slick-list {
  margin: 0 -5px;
  width: calc(100% + 10px);
}
.woocommerce .product .product-info ul.slider-nav:hover .slick-arrow {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.woocommerce .product .product-info ul.slider-nav .slick-arrow {
  text-indent: -999px;
  position: absolute;
  overflow: hidden;
  width: 30px;
  height: 30px;
  left: 10px;
  top: 50%;
  background: #fff;
  outline: none;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  border-radius: 50%;
  color: #333;
  border: solid 1px #eee;
}
.woocommerce .product .product-info ul.slider-nav .slick-arrow:before {
  content: "";
  font-size: 14px;
  line-height: 28px;
  font-family: Ionicons;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30px;
  height: 30px;
  text-indent: 1px;
  border-radius: 50%;
  cursor: pointer;
}
.woocommerce .product .product-info ul.slider-nav .slick-arrow:hover {
  color: #fff;
  border-color: transparent;
}
.woocommerce .product .product-info ul.slider-nav .slick-next.slick-arrow {
  left: unset;
  right: 10px;
}
.woocommerce .product .product-info ul.slider-nav .slick-next.slick-arrow:before {
  content: "";
}
.woocommerce .product .product-info .product_title {
  font-size: 36px;
  line-height: 1;
  margin: -3px 0 38px;
}
.woocommerce .product .product-info .price {
  display: inline-block;
  width: 100%;
  margin: 0 0 5px;
}
.woocommerce .product .product-info .price .amount {
  font-size: 22px;
  font-weight: bold;
}
.woocommerce .product .product-info .price del .amount {
  font-size: 18px;
  font-weight: 300;
  color: #999;
}
.woocommerce .product .product-info .price ins {
  text-decoration: none;
  float: left;
  margin-right: 18px;
}
.woocommerce .product .product-info .woocommerce-product-rating {
  margin-bottom: 22px;
}
.woocommerce .product .product-info .woocommerce-product-rating .star-rating {
  height: 1em;
  line-height: 1;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  width: 76px;
  display: inline-block;
  margin: 5px 30px 5px 0;
}
.woocommerce .product .product-info .woocommerce-product-rating .star-rating:before {
  color: #ffc000;
  content: "";
  font-family: "Ionicons";
  float: left;
  left: 0;
  position: absolute;
  top: 0;
  text-align: center;
  font-size: 16px;
  letter-spacing: 3px;
}
.woocommerce .product .product-info .woocommerce-product-rating .star-rating span {
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 1em;
  position: absolute;
  top: 0;
  color: #ffc000;
}
.woocommerce .product .product-info .woocommerce-product-rating .star-rating span:before {
  color: #ffc000;
  content: "";
  font-family: "Ionicons";
  float: left;
  left: 0;
  position: absolute;
  top: 0;
  text-align: center;
  font-size: 16px !important;
  letter-spacing: 3px;
}
.woocommerce .product .product-info .woocommerce-product-rating .woocommerce-review-link {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.4px;
  color: #999;
  text-decoration: underline;
  float: left;
}
.woocommerce .product .product-info .woocommerce-product-details__short-description {
  margin-bottom: 33px;
}
.woocommerce .product .product-info form.cart {
  margin: 0;
}
.woocommerce .product .product-info form.cart .variations {
  margin: 0;
}
.woocommerce .product .product-info form.cart .variations tr {
  border: none;
}
.woocommerce .product .product-info form.cart .variations td.label {
  padding: 8px 0;
  min-width: 105px;
  float: left;
}
.woocommerce .product .product-info form.cart .variations td.value {
  padding: 8px 0;
  float: left;
}
.woocommerce .product .product-info form.cart .variations label {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin: 0;
  line-height: 36px;
}
.woocommerce .product .product-info form.cart .variations .select2-container {
  width: 180px !important;
}
.woocommerce .product .product-info form.cart .variations .select2-container--default .select2-selection--single {
  height: 36px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
}
.woocommerce .product .product-info form.cart .variations .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.4px;
  color: #999;
  padding: 0 13px;
}
.woocommerce .product .product-info form.cart .variations .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
  right: 7px;
}
.woocommerce .product .product-info .thimwoo-attributes {
  line-height: 36px;
}
.woocommerce .product .product-info .thimwoo-attributes .thimwoo {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  display: inline-block;
  font-size: 0;
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid transparent;
}
.woocommerce .product .product-info .thimwoo-attributes .thimwoo.thimwoo-white {
  border: 1px solid #ccc;
}
.woocommerce .product .product-info .quantity-box {
  display: inline-block;
  width: 100%;
  margin-bottom: 52px;
}
.woocommerce .product .product-info .quantity-box .screen-reader-text {
  display: inline-block;
  height: auto;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin: 0;
  line-height: 35px;
  width: auto;
  position: static !important;
  min-width: 105px;
  float: left;
}
.woocommerce .product .product-info .woocommerce-variation.single_variation {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.woocommerce .product .product-info .single_add_to_cart_button {
  border: none;
  margin-bottom: 15px;
}
.woocommerce .product .product-info .yith-wcwl-add-to-wishlist {
  float: left;
  margin-right: 30px;
  margin-top: 0;
}
.woocommerce .product .product-info .yith-wcwl-add-to-wishlist .feedback {
  display: none;
}
.woocommerce .product .product-info .yith-wcwl-add-to-wishlist a {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.4px;
  color: #999;
  line-height: 36px;
  text-decoration: underline;
}
.woocommerce .product .product-info .yith-wcwl-add-to-wishlist a:before {
  content: "";
  font-family: "Ionicons";
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #999;
  margin-right: 8px;
  display: inline-block;
  text-decoration: none;
}
.woocommerce .product .product-info .yith-wcwl-add-to-wishlist ~ .clear {
  clear: none;
}
.woocommerce .product .product-info .compare.button {
  padding: 0;
  margin: 0;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.4px;
  color: #999;
  line-height: 36px;
  text-decoration: underline;
  text-transform: none;
  font-family: inherit;
}
.woocommerce .product .product-info .compare.button:hover {
  background: none;
}
.woocommerce .product .product-info .compare.button:before {
  content: "";
  font-family: "Ionicons";
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #999;
  margin-right: 8px;
  display: inline-block;
  text-decoration: none;
}
.woocommerce .product .product-info .product_meta {
  display: inline-block;
  width: 100%;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px dashed #e7e7e7;
}
.woocommerce .product .product-info .product_meta > span {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  min-width: 90px;
  display: inline-block;
  width: 100%;
  line-height: 30px;
}
.woocommerce .product .product-info .product_meta > span span {
  font-size: 14px;
  font-weight: normal;
  color: #999;
}
.woocommerce .product .product-info .product_meta > span a {
  color: #999;
  font-size: 14px;
  font-weight: normal;
}
.woocommerce .product .product-info .thim-social-sharing {
  display: inline-block;
  width: 100%;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px dashed #e7e7e7;
}
.woocommerce .product .product-info .thim-social-sharing label {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  display: inline-block;
  min-width: 90px;
  line-height: 30px;
  float: left;
  margin: 0;
}
.woocommerce .product .product-info .thim-social-sharing ul {
  list-style: none;
  float: left;
  display: inline-block;
}
.woocommerce .product .product-info .thim-social-sharing ul li {
  margin-right: 10px;
  float: left;
  display: inline-block;
}
.woocommerce .product .product-info .thim-social-sharing ul li a {
  width: 30px;
  height: 30px;
  background: none;
  border-radius: 50%;
  line-height: 30px;
  font-size: 0;
  font-weight: normal;
  color: #999;
  display: inline-block;
  text-align: center;
}
.woocommerce .product .product-info .thim-social-sharing ul li a i {
  font-size: 16px;
  line-height: 30px;
}
.woocommerce .product .product-info .thim-social-sharing ul li a:hover {
  color: #fff;
}
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper {
  margin-top: 35px;
}
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper ul.tabs {
  margin: 0 0 33px;
  padding: 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
  overflow: visible;
}
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper ul.tabs:before {
  display: none;
}
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li {
  margin: 0 40px 0 0;
  display: inline-block;
  border: none;
  background: none;
  padding: 0;
  border-radius: 0;
}
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li:before, .woocommerce .product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li:after {
  display: none;
}
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li a {
  position: relative;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.44;
  color: #999;
}
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li a:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -1px;
  left: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li.active a:after, .woocommerce .product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li:hover a:after {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .panel {
  font-weight: normal;
}
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .panel h2, .woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .panel h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.67;
  color: #1c1f23;
  margin: 0 0 27px;
}
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .panel p {
  margin-bottom: 32px;
}
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .panel ul {
  list-style: none;
  margin: 0;
}
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .panel ul li {
  position: relative;
  margin: 5px 0;
}
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .panel ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .panel .shop_attributes {
  border: none;
  margin: 0;
  padding: 0;
}
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .panel .shop_attributes p {
  margin: 0;
}
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .panel .shop_attributes th, .woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .panel .shop_attributes td {
  border: none;
  padding: 10px 0;
  background: none;
}
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .panel .shop_attributes th {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .panel .shop_attributes tr {
  border: none;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
}
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .panel .shop_attributes tr:last-child {
  border: none;
}
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .panel #reviews #comments {
  border: none !important;
}
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .panel #reviews #comments .woocommerce-noreviews {
  margin-bottom: 50px;
}
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .panel #reviews #comments .commentlist {
  text-align: left;
}
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .panel #reviews #comments .commentlist li .comment_container:before, .woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .panel #reviews #comments .commentlist li .comment_container:after {
  content: " ";
  display: table;
}
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .panel #reviews #comments .commentlist li .comment_container:after {
  clear: both;
}
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .panel #reviews #comments .commentlist li img.avatar {
  position: static;
  width: 60px;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-background-clip: padding-box;
  -khtml-background-clip: padding-box;
  -moz-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0;
}
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .panel #reviews #comments .commentlist li .comment-text {
  margin: 0 0 20px;
  float: right;
  padding: 15px;
  width: calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-background-clip: padding-box;
  -khtml-background-clip: padding-box;
  -moz-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
}
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .panel #reviews #comments .commentlist li .comment-text .star-rating {
  height: 1em;
  line-height: 1;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  width: 76px;
  display: inline-block;
  margin: 5px 30px 5px 0;
}
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .panel #reviews #comments .commentlist li .comment-text .star-rating:before {
  color: #ffc000;
  content: "";
  font-family: "Ionicons";
  float: left;
  left: 0;
  position: absolute;
  top: 0;
  text-align: center;
  font-size: 16px;
  letter-spacing: 3px;
}
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .panel #reviews #comments .commentlist li .comment-text .star-rating span {
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 1em;
  position: absolute;
  top: 0;
  color: #ffc000;
}
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .panel #reviews #comments .commentlist li .comment-text .star-rating span:before {
  color: #ffc000;
  content: "";
  font-family: "Ionicons";
  float: left;
  left: 0;
  position: absolute;
  top: 0;
  text-align: center;
  font-size: 16px !important;
  letter-spacing: 3px;
}
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .panel #reviews #comments .commentlist li .comment-text .meta {
  text-align: left;
}
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .panel #reviews #comments .commentlist li .comment-text p {
  text-align: left;
}
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .panel #reviews #review_form_wrapper h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.67;
  color: #1c1f23;
  margin: 0 0 27px;
}
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .panel #reviews #review_form_wrapper #reply-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.67;
  color: #1c1f23;
  margin: 0 0 27px;
}
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .panel #reviews #review_form_wrapper .comment-form label {
  width: 100%;
  text-align: left;
}
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .panel #reviews #review_form_wrapper .comment-form .dk-select {
  display: none;
}
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .panel #reviews #review_form_wrapper .comment-form .comment-form-rating .select2-container {
  display: none;
}
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .panel #reviews #review_form_wrapper .comment-form .comment-form-rating .stars span a {
  color: #ffc000;
}
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .panel #reviews #review_form_wrapper .comment-form .comment-form-rating .stars span a:hover {
  color: #ffc000;
}
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .panel #reviews #review_form_wrapper .comment-form .comment-form-rating .dk-select {
  min-width: 150px;
}
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .panel #reviews #review_form_wrapper .comment-form .comment-form-rating .dk-select .dk-select-options {
  left: 0;
  right: 0;
}
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .panel #reviews #review_form_wrapper .comment-form p {
  text-align: left;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .panel #reviews #review_form_wrapper .comment-form p textarea, .woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .panel #reviews #review_form_wrapper .comment-form p input {
  border: 1px solid #eee;
  padding: 10px 25px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-background-clip: padding-box;
  -khtml-background-clip: padding-box;
  -moz-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
}
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .panel #reviews #review_form_wrapper .comment-form p textarea:hover, .woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .panel #reviews #review_form_wrapper .comment-form p textarea:focus, .woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .panel #reviews #review_form_wrapper .comment-form p textarea:active, .woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .panel #reviews #review_form_wrapper .comment-form p input:hover, .woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .panel #reviews #review_form_wrapper .comment-form p input:focus, .woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .panel #reviews #review_form_wrapper .comment-form p input:active {
  outline: none !important;
}
.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper .panel #reviews #review_form_wrapper .comment-form p input.submit {
  padding: 0 30px;
  border-radius: 25px;
  border-color: transparent;
  color: #fff;
}
.woocommerce .product .related.products {
  margin: 50px 0 0;
  padding: 47px 0 0;
  border-top: 1px dashed rgba(0, 0, 0, 0.15);
}
.woocommerce .product .related.products h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.67;
  color: #1c1f23;
  margin: 0 0 27px;
}

/*
 * Sidebar Shop
 */
#secondary.sidebar-right {
  padding-left: 35px;
}
#secondary.sidebar-left {
  padding-right: 35px;
}
#secondary aside {
  display: inline-block;
  width: 100%;
  padding-bottom: 35px;
  border-bottom: 1px dashed #eee;
  margin-bottom: 38px;
}
#secondary aside:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
#secondary .widget_product_search {
  width: 100%;
  padding: 0;
  border: none;
  margin-bottom: 52px;
}
#secondary .widget_product_search form {
  border: none;
  border-radius: 0;
}
#secondary .widget_product_search form input {
  border-bottom: 1px solid #eee;
  padding: 0 14px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  color: #ccc;
  transition: all 0.5s;
}
#secondary .widget_product_search form button {
  padding: 0 14px;
  height: 40px;
  line-height: 40px;
  width: auto;
  font-size: 16px;
  color: #999;
  background: transparent;
}
#secondary .widget_product_search form button:before {
  display: none;
}
#secondary .widget_product_search form button:hover {
  background: none;
}
#secondary .widget_product_search .product_cat {
  display: none;
}

.widget_product_categories .product-categories {
  margin-top: -10px;
}
.widget_product_categories .product-categories li {
  position: relative;
  padding: 0;
}
.widget_product_categories .product-categories li a {
  font-size: 14px;
  font-weight: normal;
  position: relative;
  line-height: 32px;
}
.widget_product_categories .product-categories li a:before {
  content: "";
  font-family: "Ionicons";
  margin-right: 22px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #ccc;
  transition: all 0.5s;
}
.widget_product_categories .product-categories li > .count {
  min-width: 25px;
  text-align: center;
  padding: 0 2px;
  border: solid 1px #eaeaeb;
  border-radius: 2px;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  color: #ccc;
  line-height: 17px;
  display: inline-block;
  position: absolute;
  top: 7px;
  right: 0;
}
.widget_product_categories .product-categories li.current-cat > a, .widget_product_categories .product-categories li:hover > a {
  color: #333;
  font-weight: 500;
}

.woocommerce .widget_price_filter .price_slider_wrapper {
  display: inline-block;
  width: 100%;
  margin-top: 7px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 0;
  background-color: #ccc;
  height: 2px;
  margin: 0 6px 28px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  width: 10px;
  height: 10px;
}
.woocommerce .widget_price_filter .price_slider_amount {
  line-height: 1;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  background: none;
  border-radius: 0;
  border: none;
  height: auto;
  line-height: normal;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid;
}
.woocommerce .widget_price_filter .price_label {
  font-size: 14px;
  color: #999;
  padding-top: 4px;
}
.woocommerce ul.product_list_widget li {
  position: relative;
  padding-left: 100px;
  min-height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 30px;
}
.woocommerce ul.product_list_widget li:last-child {
  margin-bottom: 0;
}
.woocommerce ul.product_list_widget li img {
  float: left;
  margin-left: 0;
  margin-right: 20px;
  width: 80px;
  position: absolute;
  left: 0;
  top: 0;
}
.woocommerce ul.product_list_widget li .product-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  color: #808080;
  display: block;
  margin-top: 10px;
}
.woocommerce ul.product_list_widget li .star-rating {
  height: 1em;
  line-height: 1;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  width: 76px;
  float: none;
  display: block;
}
.woocommerce ul.product_list_widget li .star-rating:before {
  color: #ffc000;
  content: "";
  font-family: "Ionicons";
  float: left;
  left: 0;
  position: absolute;
  top: 0;
  text-align: center;
  font-size: 16px;
  letter-spacing: 3px;
}
.woocommerce ul.product_list_widget li .star-rating span {
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 1em;
  position: absolute;
  top: 0;
  color: #ffc000;
}
.woocommerce ul.product_list_widget li .star-rating span:before {
  color: #ffc000;
  content: "";
  font-family: "Ionicons";
  float: left;
  left: 0;
  position: absolute;
  top: 0;
  text-align: center;
  font-size: 16px !important;
  letter-spacing: 3px;
}
.woocommerce ul.product_list_widget li .amount {
  font-size: 16px;
  font-weight: bold;
}
.woocommerce ul.product_list_widget li ins {
  text-decoration: none;
  float: left;
}
.woocommerce ul.product_list_widget li del {
  margin-left: 5px;
}
.woocommerce ul.product_list_widget li del .amount {
  font-size: 14px;
  font-weight: normal;
  color: #aaa;
}

/*
 * Car + Checkout + Other Page
 */
.woocommerce-password-strength {
  margin: 10px 0;
  font-weight: normal;
  font-size: 16px;
  padding: 5px 0;
}

.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after {
  top: 0;
}
.woocommerce .quantity {
  position: relative;
  display: flex;
  border-radius: 5px;
  width: 78px;
  padding: 0 13px;
  border: 1px solid #eee;
  justify-content: center;
  align-items: center;
}
.woocommerce .quantity input {
  margin: 0;
  line-height: 34px;
}
.woocommerce .quantity .minus, .woocommerce .quantity .plus {
  width: auto;
  padding: 0 2px;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.4px;
  color: #999;
  height: 34px;
  background: none;
  border: none;
  display: inline-block;
  cursor: pointer;
}
.woocommerce .quantity .qty {
  padding: 0;
  height: 34px;
  width: 34px;
  border: none;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
  margin: 0;
}
.woocommerce .quantity .qty::-webkit-inner-spin-button, .woocommerce .quantity .qty ::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce form .button, .woocommerce form input.button {
  width: auto;
  background: none;
  border-radius: 25px;
  padding: 0 30px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #eee;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  outline: none;
  -ms-box-shadow: 5.7px 5.7px 14px 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 5.7px 5.7px 14px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 5.7px 5.7px 14px 0 rgba(0, 0, 0, 0.08);
}
.woocommerce .cart .button:disabled[disabled], .woocommerce .cart input.button:disabled[disabled], .woocommerce form .button:disabled[disabled], .woocommerce form input.button:disabled[disabled] {
  padding: 0 30px;
}
.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover, .woocommerce form .button:hover, .woocommerce form input.button:hover {
  border-color: transparent;
  color: #fff;
}
.woocommerce .cart .button.btn-primary, .woocommerce .cart input.button.btn-primary, .woocommerce form .button.btn-primary, .woocommerce form input.button.btn-primary {
  border: transparent;
  color: #fff;
}
.woocommerce form [type=checkbox], .woocommerce form [type=radio] {
  width: auto;
  height: auto;
  line-height: normal;
}
.woocommerce form .form-row {
  margin: 0 0 20px;
  padding: 0;
  width: 50%;
  display: inline-block;
}
.woocommerce form .form-row.form-row-first {
  width: 47%;
}
@media (max-width: 991px) {
  .woocommerce form .form-row.form-row-first {
    width: 100%;
  }
}
.woocommerce form .form-row.form-row-last {
  width: 47%;
}
@media (max-width: 991px) {
  .woocommerce form .form-row.form-row-last {
    width: 100%;
  }
}
.woocommerce form .form-row.form-row-wide {
  width: 100%;
}
.woocommerce form .form-row.notes {
  width: 100%;
}
.woocommerce form .form-row label {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.woocommerce form .form-row input.input-text {
  height: 60px;
  border-radius: 5px;
  padding: 0 19px;
  transition: all 0.5s;
}
.woocommerce form .form-row textarea {
  border-radius: 5px;
  background-color: #fafafa;
  border: solid 1px #eeeeee;
  min-height: 120px;
  padding: 15px 22px;
  font-size: 16px;
  font-weight: normal;
  color: #333;
}
.woocommerce form .form-row textarea:-moz-placeholder {
  color: #333;
}
.woocommerce form .form-row textarea::-moz-placeholder {
  color: #333;
}
.woocommerce form .form-row textarea:-ms-input-placeholder {
  color: #333;
}
.woocommerce form .form-row textarea::-webkit-input-placeholder {
  color: #333;
}
.woocommerce form .form-row .select2-container {
  width: 100% !important;
}
.woocommerce form .form-row .select2-container .select2-selection--single {
  height: 60px;
  border-color: #eee;
  border-radius: 5px;
  outline: none;
}
.woocommerce form .form-row .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 58px;
  padding: 0 19px;
  color: #333;
  font-weight: normal;
}
.woocommerce form .form-row .select2-container .select2-selection--single .select2-selection__arrow {
  height: 58px;
  right: 15px;
}
.woocommerce form .woocommerce-account-fields .woocommerce-form__label {
  font-weight: normal;
  font-size: 14px;
  color: #808080;
  text-transform: uppercase;
  margin: 0 0 7px;
  cursor: pointer;
  transition: all 0.5s;
}
.woocommerce form .woocommerce-account-fields .woocommerce-form__label:before {
  content: "";
  font-family: "Ionicons";
  margin-right: 6px;
}
.woocommerce form .woocommerce-account-fields .woocommerce-form__label > input.input-checkbox {
  display: none;
}
.woocommerce form .woocommerce-account-fields .create-account {
  margin-top: 20px;
  margin-bottom: 20px;
}
.woocommerce form .woocommerce-account-fields .form-row {
  margin-bottom: 7px;
}
.woocommerce form .woocommerce-shipping-fields .woocommerce-form__label {
  font-weight: normal;
  font-size: 14px;
  color: #808080;
  text-transform: uppercase;
  margin: 0 0 7px;
  cursor: pointer;
  transition: all 0.5s;
}
.woocommerce form .woocommerce-shipping-fields .woocommerce-form__label:before {
  content: "";
  font-family: "Ionicons";
  margin-right: 6px;
}
.woocommerce form .woocommerce-shipping-fields .woocommerce-form__label > input.input-checkbox {
  display: none;
}
.woocommerce form .woocommerce-shipping-fields .shipping_address {
  margin-top: 20px;
  margin-bottom: 20px;
}
.woocommerce form .woocommerce-shipping-fields h3 {
  margin: 0;
  line-height: 28px;
}
.woocommerce form .woocommerce-additional-fields label {
  font-weight: normal;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border-radius: 0;
  background: #fafafa;
  padding: 30px 30px 10px;
  border: none;
}
.woocommerce form.checkout_coupon .button, .woocommerce form.login .button, .woocommerce form.register .button {
  border: none;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-radius: 50px;
}
.woocommerce form.lost_reset_password .button {
  border: none;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-radius: 50px;
}
.woocommerce form.login .button {
  margin-right: 20px;
}
.woocommerce .coupon label {
  font-size: 14px;
  font-weight: normal;
  color: #808080;
}
.woocommerce .coupon .code-input {
  position: relative;
  margin-top: 12px;
  margin-bottom: 15px;
}
.woocommerce .coupon .code-input input {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  border: solid 1px #eee;
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  font-family: inherit;
  color: #999;
  padding: 0 18px;
  margin: 0;
}
.woocommerce .coupon .code-input i {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  font-size: 22px;
  letter-spacing: 0.7px;
  color: #999;
}
.woocommerce .coupon .button {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.4px;
  color: #999;
  padding: 0;
  margin: 0;
  background: none;
  text-transform: capitalize;
  text-decoration: underline;
  border: none;
  box-shadow: none;
}
.woocommerce .coupon .button:focus {
  outline: none;
}
.woocommerce .coupon .button i {
  margin-right: 5px;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.woocommerce .coupon .button:hover {
  background: none;
  text-decoration: underline;
}
.woocommerce .woocommerce-customer-details address {
  border: none;
  padding: 0;
  border-radius: 0;
}

#billing_address_1, #billing_address_2 {
  color: #333;
  font-size: 16px;
}
#billing_address_1:-moz-placeholder, #billing_address_2:-moz-placeholder {
  color: #333;
}
#billing_address_1::-moz-placeholder, #billing_address_2::-moz-placeholder {
  color: #333;
}
#billing_address_1:-ms-input-placeholder, #billing_address_2:-ms-input-placeholder {
  color: #333;
}
#billing_address_1::-webkit-input-placeholder, #billing_address_2::-webkit-input-placeholder {
  color: #333;
}

.thim-checkout-list {
  text-align: center;
  display: flex;
  width: 100%;
  margin-bottom: 77px;
  justify-content: center;
}
.thim-checkout-list ul {
  display: flex;
  align-items: flex-start;
  list-style: none;
  margin: 0;
}
.thim-checkout-list ul li {
  position: relative;
  padding: 0 83px;
}
.thim-checkout-list ul li:first-child:before {
  display: none;
}
.thim-checkout-list ul li:last-child:after {
  display: none;
}
.thim-checkout-list ul li:before {
  content: "";
  width: 50%;
  height: 1px;
  background: #eee;
  position: absolute;
  top: 23px;
  left: 0;
}
.thim-checkout-list ul li:after {
  content: "";
  width: 50%;
  height: 1px;
  background: #eee;
  position: absolute;
  top: 23px;
  right: 0;
}
.thim-checkout-list ul li .number {
  width: 48px;
  height: 48px;
  line-height: 46px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.2px;
  color: #999;
  display: inline-block;
  transition: all 0.5s;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.thim-checkout-list ul li .number.active {
  color: #fff;
}
.thim-checkout-list ul li .name {
  display: block;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.1px;
  color: #999;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}
.thim-checkout-list ul li a:hover .name {
  font-weight: 600;
  color: #333;
}
.thim-checkout-list ul li a:hover .number {
  border-color: transparent;
  color: #fff;
  font-weight: 600;
}
.thim-checkout-list ul li.active .name {
  font-weight: 600;
  color: #333;
}
.thim-checkout-list ul li.active .number {
  border-color: transparent;
  color: #fff;
  font-weight: 600;
}

.woocommerce-cart-form table.shop_table {
  border: none;
}
.woocommerce-cart-form table.shop_table td, .woocommerce-cart-form table.shop_table tr {
  border: none;
}
.woocommerce-cart-form table.shop_table thead {
  background-color: #f9f9f9;
}
.woocommerce-cart-form table.shop_table thead th {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  padding: 13px 0;
  text-align: center;
}
.woocommerce-cart-form table.shop_table tbody td {
  padding: 40px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
  text-align: center;
}
.woocommerce-cart-form table.shop_table tbody td.product-quantity .quantity-box .quantity {
  margin: auto;
}
.woocommerce-cart-form table.shop_table tbody .product-name h3 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 0;
  display: inline-block;
}
.woocommerce-cart-form table.shop_table tbody .product-name a {
  color: #333;
}
.woocommerce-cart-form table.shop_table tbody .product-name img {
  width: 116px;
  margin-right: 31px;
}
.woocommerce-cart-form table.shop_table tbody .product-remove {
  text-align: center;
}
.woocommerce-cart-form table.shop_table tbody .product-price {
  font-size: 18px;
  font-weight: normal;
}
.woocommerce-cart-form table.shop_table tbody .product-subtotal {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.woocommerce-cart-form table.shop_table a.remove {
  display: inline-block;
  font-size: 22px;
  font-weight: normal;
  color: #999 !important;
}
.woocommerce-cart-form table.shop_table a.remove:hover {
  color: red !important;
  background: none;
}
.woocommerce-cart-form table.shop_table .actions {
  border: none;
}
.woocommerce-cart-form table.shop_table .actions .button.btn-primary {
  float: left;
}
.woocommerce-cart-form h3, .woocommerce-cart-form h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.67;
  color: #1c1f23;
  margin-bottom: 25px;
}
.woocommerce-cart-form .form-row input.input-text {
  height: 40px;
  border-radius: 5px;
}
.woocommerce-cart-form .cart-total {
  display: flex;
  margin-top: 70px;
}
.woocommerce-cart-form .cart-total .coupon {
  min-width: 33.33%;
  padding-right: 22px;
}
.woocommerce-cart-form .cart-total .cart-collaterals .cart_totals {
  width: 50%;
}
.woocommerce-cart-form .cart-total .cart-collaterals table {
  background-color: #f9f9f9;
  padding: 18px 29px;
  margin: 0;
  border-radius: 0;
}
.woocommerce-cart-form .cart-total .cart-collaterals table th, .woocommerce-cart-form .cart-total .cart-collaterals table td {
  padding: 8px 0;
  border: none;
}
.woocommerce-cart-form .cart-total .cart-collaterals table th {
  font-size: 14px;
  font-weight: normal;
  color: #808080;
}
.woocommerce-cart-form .cart-total .cart-collaterals table td {
  font-size: 16px;
  font-weight: normal;
  color: #808080;
}
.woocommerce-cart-form .cart-total .cart-collaterals table .amount {
  color: #333;
  font-weight: bold;
  font-size: 18px;
}
.woocommerce-cart-form .cart-total .cart-collaterals .select2-container .select2-selection--single {
  height: 40px;
}
.woocommerce-cart-form .cart-total .cart-collaterals .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
}
.woocommerce-cart-form .cart-total .cart-collaterals .select2-container .select2-selection--single .select2-selection__arrow {
  height: 38px;
}
.woocommerce-cart-form .cart-total .cart-collaterals .wc-proceed-to-checkout {
  padding: 30px 0 0;
}
.woocommerce-cart-form .cart-total .cart-collaterals .wc-proceed-to-checkout .button {
  display: inline-block;
  padding: 0 30px;
  font-size: 14px;
  font-weight: normal;
}

form.woocommerce-checkout h3, form.woocommerce-checkout h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.67;
  color: #1c1f23;
  margin-bottom: 25px;
}

#order_review {
  background: #fafafa;
  padding: 30px;
}
#order_review table {
  border: none;
  margin: 0;
  border-radius: 0;
}
#order_review table th, #order_review table td {
  padding: 5px 0;
  border: none;
}
#order_review table tr {
  border: none;
  display: flex;
  width: 100%;
}
#order_review table th {
  font-size: 14px;
  font-weight: normal;
  color: #808080;
}
#order_review table th.product-name {
  width: 50%;
}
#order_review table th.product-total {
  width: 50%;
  text-align: right;
}
#order_review table td {
  color: #333;
  font-size: 16px;
  font-weight: normal;
}
#order_review table td.product-name {
  width: 50%;
}
#order_review table td.product-total {
  width: 50%;
  text-align: right;
}
#order_review table td .product-quantity {
  color: #aaa;
  font-weight: normal;
}
#order_review table thead tr {
  margin-bottom: 28px;
}
#order_review table thead th {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
}
#order_review table tfoot tr {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
}
#order_review table tfoot tr:first-child {
  border-top: 1px dashed rgba(0, 0, 0, 0.15);
  margin-top: 24px;
}
#order_review table tfoot th {
  padding: 12px 0;
  width: 50%;
}
#order_review table tfoot td {
  padding: 12px 0;
  width: 50%;
  text-align: right;
}

.woocommerce-checkout #payment.woocommerce-checkout-payment {
  background: none;
  border-radius: 0;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .payment_box {
  background: none;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.71;
  color: #999;
  padding-left: 30px;
  margin: 5px 0;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .payment_box:before {
  display: none;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods {
  padding: 0;
  border: none;
  margin-top: 28px;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods li {
  padding: 4px 0;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods li input[type=radio] {
  display: none;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods li label {
  margin: 0;
  color: #333333;
  width: 100%;
  cursor: pointer;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods li input[type=radio] + label {
  font-weight: normal;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods li input[type=radio] + label:before {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin: -3px 10px 0 0;
  outline: none;
  vertical-align: middle;
  cursor: pointer;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods li input[type=radio]:checked + label:before {
  border: 5px solid;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  margin-top: 47px;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order .terms {
  width: 100%;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order .terms label {
  display: block;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order .button {
  float: none;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 25px;
  border: none;
  box-shadow: 5.7px 5.7px 15.7px 0.3px rgba(0, 0, 0, 0.12);
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 0px 143px;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: unset;
  margin: 0 auto;
  display: inline-block;
  align-items: center;
}

.woocommerce .woo-thanks {
  text-align: center;
}
.woocommerce .woo-thanks .woocommerce-notice {
  max-width: 590px;
  margin: 55px auto 53px;
  font-weight: normal;
}
.woocommerce .woo-thanks .button {
  display: inline-block;
  padding: 0 52px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  outline: none;
  -ms-box-shadow: 5.7px 5.7px 15.7px 0.3px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 5.7px 5.7px 15.7px 0.3px rgba(0, 0, 0, 0.12);
  box-shadow: 5.7px 5.7px 15.7px 0.3px rgba(0, 0, 0, 0.12);
  height: 50px;
  line-height: 50px;
  border-radius: 30px;
}
.woocommerce .woo-thanks .button:hover {
  color: #fff;
}

.woocommerce-account .woocommerce {
  display: flex;
}
.woocommerce-account .woocommerce .cart-info .cart-total h3 {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.2px;
  color: #999999;
  margin: 0;
  line-height: 26px;
}
.woocommerce-account .woocommerce .button {
  display: inline-block;
  padding: 0 30px;
  border: none;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  outline: none;
  -ms-box-shadow: 5.7px 5.7px 15.7px 0.3px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 5.7px 5.7px 15.7px 0.3px rgba(0, 0, 0, 0.12);
  box-shadow: 5.7px 5.7px 15.7px 0.3px rgba(0, 0, 0, 0.12);
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
}
.woocommerce-account .woocommerce .button:hover {
  color: #fff;
}
.woocommerce-account .woocommerce h3, .woocommerce-account .woocommerce h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.67;
  color: #1c1f23;
  margin-bottom: 25px;
}
.woocommerce-account .woocommerce header {
  line-height: 40px;
}
.woocommerce-account .woocommerce legend {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  color: #333;
}
.woocommerce-account .woocommerce table.shop_table {
  margin: 0;
  border: none;
  border-radius: 0;
}
.woocommerce-account .woocommerce table.shop_table td, .woocommerce-account .woocommerce table.shop_table th {
  padding: 10px 0;
  border: none;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
}
.woocommerce-account .woocommerce table.shop_table th {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  padding: 13px 0;
}
.woocommerce-account .woocommerce table.shop_table tr {
  border: none;
}
.woocommerce-account .woocommerce table.shop_table td .amount {
  color: #333;
}
.woocommerce-account .woocommerce table.shop_table tbody td {
  color: #333;
}
.woocommerce-account .woocommerce table.shop_table tbody td a {
  color: #333;
}
.woocommerce-account .woocommerce table.shop_table tbody td .product-quantity {
  color: #aaa;
  font-weight: normal;
}
.woocommerce-account .woocommerce table.shop_table tfoot td {
  color: #333;
}
.woocommerce-account .woocommerce .col2-set .col-1, .woocommerce-account .woocommerce .col2-set .col-2 {
  max-width: 100%;
  flex: 100%;
}
.woocommerce-account .woocommerce table.my_account_orders .button {
  height: 36px;
  line-height: 36px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  min-width: 25%;
  margin-right: 50px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  background: #fafafa;
  padding: 20px 30px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  padding: 10px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
  display: inline-block;
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  color: #333;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
  padding: 30px;
  background: #fafafa;
}

#yith-wcwl-form .button {
  display: inline-block !important;
  padding: 0 50px;
  border: none;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  outline: none;
  -ms-box-shadow: 5.7px 5.7px 15.7px 0.3px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 5.7px 5.7px 15.7px 0.3px rgba(0, 0, 0, 0.12);
  box-shadow: 5.7px 5.7px 15.7px 0.3px rgba(0, 0, 0, 0.12);
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
}
#yith-wcwl-form .button:hover {
  color: #fff;
}
#yith-wcwl-form h3, #yith-wcwl-form h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.67;
  color: #1c1f23;
  margin-bottom: 25px;
}
#yith-wcwl-form table.wishlist_table {
  margin: 0;
  border: none;
  border-radius: 0;
  font-size: 14px;
}
#yith-wcwl-form table.wishlist_table td, #yith-wcwl-form table.wishlist_table th {
  padding: 10px 0;
  border: none;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
  text-align: left;
}
#yith-wcwl-form table.wishlist_table td.product-name, #yith-wcwl-form table.wishlist_table th.product-name {
  padding-left: 30px;
}
#yith-wcwl-form table.wishlist_table td.product-name a, #yith-wcwl-form table.wishlist_table th.product-name a {
  color: #333;
  font-weight: normal;
  font-size: 16px;
}
#yith-wcwl-form table.wishlist_table td.product-name a:hover, #yith-wcwl-form table.wishlist_table th.product-name a:hover {
  color: #2575FC;
}
#yith-wcwl-form table.wishlist_table td .amount, #yith-wcwl-form table.wishlist_table th .amount {
  color: #333;
  font-weight: 600;
  font-size: 16px;
}
#yith-wcwl-form table.wishlist_table td del .amount, #yith-wcwl-form table.wishlist_table th del .amount {
  font-size: 14px;
  color: #aaa;
  font-weight: normal;
  margin-right: 5px;
}
#yith-wcwl-form table.wishlist_table td ins, #yith-wcwl-form table.wishlist_table th ins {
  text-decoration: none;
}
#yith-wcwl-form table.wishlist_table th {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  padding: 13px 0;
}
#yith-wcwl-form table.wishlist_table tr {
  border: none;
}