/*Color*/
/*Preset color*/
/*Css*/
/*Category page*/
.woo-page-title {
  margin-bottom: 30px; }

.wrap-products {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ebebeb; }
  .wrap-products ul {
    padding: 0;
    margin-bottom: 0; }
  .wrap-products .product {
    list-style: none; }

.product {
  margin-bottom: 45px; }
  .product.first, .product.last::after {
    clear: both; }
  .product .price {
    display: inline-block; }
  .product .wrap-price {
    width: 100%; }

.woocommerce .star-rating {
  color: #ffca00;
  font-size: 14px; }
  .woocommerce .star-rating::before {
    color: #ffca00; }

.product-name {
  color: #7d7d7d;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
  width: 100%; }
  .product-name:hover {
    color: #252525; }

.wrap-product-thumbnail {
  position: relative;
  margin-bottom: 20px; }

.woocommerce
.button.cart-button, .woocommerce .added_to_cart {
  height: 45px;
  text-align: center;
  line-height: 45px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  padding: 0 20px; }
  .woocommerce
  .button.cart-button:hover, .woocommerce .added_to_cart:hover {
    color: #fff; }

.woocommerce
.button.cart-button.loading:after {
  top: 0px !important;
  color: #fff; }

.woocommerce a.added_to_cart {
  margin-left: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  padding-top: 0; }

.amount {
  padding: 0 5px;
  font-weight: 700;
  font-size: 18px;
  color: #252525; }

.price del .amount {
  color: #959595; }
.price ins {
  text-decoration: none;
  float: left; }

.grid-layout .product {
  text-align: center;
  list-style: none; }
.grid-layout .star-rating {
  display: inline-block;
  float: none;
  margin-bottom: 5px; }
.grid-layout .product .cart-button, .grid-layout .product .added_to_cart.wc-forward {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: -1;
  transition: opacity 800ms z-index 0;
  -webkit-transition: opacity 800ms z-index 0;
  -moz-transition: opacity 800ms z-index 0;
  -o-transition: opacity 800ms z-index 0;
  -ms-transition: opacity 800ms z-index 0; }
  .grid-layout .product .cart-button.added, .grid-layout .product .added_to_cart.wc-forward.added {
    opacity: 0 !important;
    z-index: -1 !important; }
.grid-layout .wrap-product-thumbnail a:first-child {
  display: inline-block;
  position: relative;
  width: 100%; }
.grid-layout .wrap-product-thumbnail a:first-child:after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -ms-transition: all 500ms;
  position: absolute; }
.grid-layout .product:hover .wrap-product-thumbnail a:first-child:after, .grid-layout .product:hover .cart-button, .grid-layout .product:hover .added_to_cart.wc-forward {
  opacity: 1; }
.grid-layout .product:hover .cart-button, .grid-layout .product:hover .added_to_cart.wc-forward {
  z-index: 3; }

.list-layout .wrap-product-thumbnail {
  width: 30%;
  margin: 0; }
.list-layout .wrap-product-info {
  width: 70%;
  margin: 0;
  padding-left: 20px; }
.list-layout .product-name {
  font-size: 21px; }
.list-layout .star-rating {
  margin: 5px 0; }
.list-layout .price > .amount, .list-layout .price ins .amount {
  padding-left: 0; }
.list-layout .wrap-price {
  margin-bottom: 10px; }

.woocommerce .woocommerce-breadcrumb {
  font-weight: 500;
  color: #252525; }

.woocommerce span.onsale {
  height: auto;
  padding: 0 5px;
  font-size: 12px;
  font-weight: 400;
  border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  text-transform: uppercase;
  min-height: 0;
  line-height: 25px;
  letter-spacing: 0.5px;
  left: 0;
  top: 15px; }

.woo-content {
  padding: 45px 0 120px; }

.wrap-woo-header {
  margin-bottom: 25px;
  border-bottom: 1px dashed #ebebeb;
  display: inline-block;
  width: 100%; }

.woocommerce-result-count {
  color: #252525;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 10px !important; }

.page-view {
  float: left;
  margin-bottom: 10px;
  padding-right: 30px; }

.page-view-item {
  font-size: 19px;
  height: 40px;
  line-height: 45px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms; }
  .page-view-item:first-child {
    padding-right: 20px; }
  .page-view-item.active, .page-view-item:hover {
    color: #252525;
    cursor: pointer; }

.wrap-order {
  float: right;
  color: #252525; }
  .wrap-order label {
    padding-right: 25px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500; }
  .wrap-order select {
    text-transform: uppercase; }

.woocommerce .woocommerce-ordering select {
  border: 1px solid #ebebeb;
  height: 40px;
  font-size: 12px;
  padding-left: 10px;
  letter-spacing: 0.5px; }
.woocommerce .woocommerce-ordering option {
  padding: 10px;
  color: #252525;
  font-size: 12px;
  letter-spacing: 0.5px; }

.woocommerce .woocommerce-pagination {
  margin-top: 35px;
  text-align: right; }
  .woocommerce .woocommerce-pagination ul.page-numbers {
    border: none;
    margin: 0;
    float: right; }
    .woocommerce .woocommerce-pagination ul.page-numbers li {
      margin-left: 10px;
      border: none; }
    .woocommerce .woocommerce-pagination ul.page-numbers .page-numbers {
      min-width: 35px;
      height: 35px;
      padding: 0 5px;
      display: block;
      background: #f3f3f3;
      text-align: center;
      line-height: 38px;
      color: #252525;
      font-size: 14px;
      font-weight: 500;
      transition: all 300ms;
      -webkit-transition: all 300ms;
      -moz-transition: all 300ms;
      -o-transition: all 300ms;
      -ms-transition: all 300ms; }
      .woocommerce .woocommerce-pagination ul.page-numbers .page-numbers:hover, .woocommerce .woocommerce-pagination ul.page-numbers .page-numbers.current {
        background: #252525;
        color: #fff; }

/*End Category page*/
/*Woo sidebar*/
.woocommerce .widget_layered_nav ul li {
  padding: 10px 0; }
  .woocommerce .widget_layered_nav ul li:first-child {
    padding-top: 0; }
  .woocommerce .widget_layered_nav ul li a {
    margin: 0; }
  .woocommerce .widget_layered_nav ul li:not(.chosen) a:before {
    display: none; }
  .woocommerce .widget_layered_nav ul li.chosen a {
    color: #252525; }
    .woocommerce .widget_layered_nav ul li.chosen a:before {
      opacity: 1;
      position: static;
      visibility: visible; }
.woocommerce .widget ul.product_list_widget li {
  padding: 15px 0; }
  .woocommerce .widget ul.product_list_widget li img {
    width: 80px;
    margin: 0 20px 0 0;
    float: left; }
  .woocommerce .widget ul.product_list_widget li:first-child {
    padding-top: 0; }
  .woocommerce .widget ul.product_list_widget li a {
    margin: 0;
    padding: 0; }
  .woocommerce .widget ul.product_list_widget li > .amount {
    color: #252525;
    padding-left: 0; }
.woocommerce .widget ul.product_list_widget .star-rating span {
  line-height: normal; }
.woocommerce .widget ul.product_list_widget .star-rating {
  margin-bottom: 5px; }
.woocommerce .widget ul.product_list_widget .product-title {
  font-weight: 400;
  margin-bottom: 10px;
  display: inline-block; }
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-horizontal, .woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-range {
  height: 4px; }
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
  font-size: 15px; }
  .woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label span {
    color: #252525;
    font-weight: 700; }
.woocommerce .widget_price_filter .price_slider_wrapper .button {
  color: #fff; }
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #f3f3f3; }
.woocommerce .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  top: -6px; }
.woocommerce .product-name a:hover {
  color: #252525; }

/*End Woo sidebar*/
/*------rit Modal zoom-----*/
.close-modalzoom {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 999999;
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -ms-transition: all 500ms;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  background: #252525;
  border-radius: 1px solid #fff;
  color: #fff;
  text-align: center; }
  .close-modalzoom i {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 16px;
    position: relative;
    line-height: 40px; }
  .close-modalzoom:hover {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.5);
    border-color: #252525;
    color: #252525; }

#rit-modalzoom {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.9);
  display: block;
  z-index: 99999; }
  #rit-modalzoom.active {
    animation: 500ms modalanimation; }

@keyframes modalanimation {
  0% {
    opacity: 0;
    z-index: 1; }
  100% {
    opacity: 1;
    z-index: 999999; } }
#rit-inner-modalzoom {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center; }
  #rit-inner-modalzoom #rit-modal-img {
    display: block;
    margin: 0 auto; }
  #rit-inner-modalzoom ul {
    display: none;
    visibility: hidden; }
  #rit-inner-modalzoom:after {
    width: 40px;
    height: 40px;
    content: '\f1ce';
    font-family: FontAwesome;
    position: absolute;
    display: block;
    color: #00aeef;
    font-size: 26px;
    animation: linear swing 800ms infinite;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    opacity: 0;
    text-align: center;
    line-height: 40px; }
  #rit-inner-modalzoom.loading img {
    opacity: 0.8; }
  #rit-inner-modalzoom.loading:after {
    opacity: 1; }

@keyframes swing {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
.rit-modal-control {
  position: absolute;
  top: 50%;
  font-size: 46px;
  color: rgba(255, 255, 255, 0.5);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  .rit-modal-control:hover {
    color: #fff;
    cursor: pointer; }

#rit-modal-next {
  right: 10px; }

#rit-modal-prev {
  left: 10px; }

@media (min-width: 768px) {
  #rit-inner-modalzoom {
    padding: 30px; } }
/*------End rit Modal zoom-----*/
/*Single product*/
.wrapp-title-product .link-products {
  margin: 0;
  padding: 0;
  width: 80px;
  float: right;
  text-align: right; }
  .wrapp-title-product .link-products li {
    position: relative;
    display: inline-block;
    padding-bottom: 5px; }
    .wrapp-title-product .link-products li:last-child {
      margin-left: 10px; }
.wrapp-title-product .product-link-btn {
  width: 30px;
  height: 30px;
  display: block;
  border: 1px solid #ebebeb;
  color: #252525;
  text-align: center;
  line-height: 28px;
  font-size: 18px;
  float: left; }
.wrapp-title-product .product-item {
  position: absolute;
  background: #fff;
  width: 250px;
  display: inline-block;
  border: 1px solid #ebebeb;
  top: calc(100% + 40px);
  opacity: 0;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  visibility: hidden; }
.wrapp-title-product .product-img {
  width: 80px;
  float: left; }
.wrapp-title-product .product-item-info {
  width: calc(100% - 80px);
  padding: 5px 10px;
  float: left; }
.wrapp-title-product .next-product {
  text-align: left; }
.wrapp-title-product .next-product .product-item {
  left: 0; }
.wrapp-title-product .prev-product .product-item {
  right: 0;
  text-align: left; }
.wrapp-title-product .product-title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #7d7d7d; }
  .wrapp-title-product .product-title:hover > a {
    color: #252525; }
.wrapp-title-product .price {
  padding: 5px 0 0;
  line-height: 30px;
  margin: 0; }
  .wrapp-title-product .price .amount {
    padding: 0 5px;
    font-size: 16px; }
.wrapp-title-product li:hover {
  z-index: 99; }
  .wrapp-title-product li:hover .product-item {
    opacity: 1;
    visibility: visible;
    top: 100%; }
  .wrapp-title-product li:hover .product-link-btn {
    color: #252525;
    border-color: #252525; }
.wrapp-title-product li {
  list-style: none; }

@media (max-width: 1200px) {
  .wrapp-title-product .next-product .product-item {
    left: -220px; } }
@media (max-width: 480px) {
  .wrapp-title-product .product-item {
    display: none; } }
#rit-wrapper-list-thumbs {
  margin: 0 -10px; }
  #rit-wrapper-list-thumbs li {
    padding: 0 10px; }
  #rit-wrapper-list-thumbs a {
    display: block;
    position: relative; }
    #rit-wrapper-list-thumbs a:after {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(255, 255, 255, 0.5);
      content: '';
      display: block;
      z-index: 1;
      position: absolute;
      transition: all 300ms;
      -webkit-transition: all 300ms;
      -moz-transition: all 300ms;
      -o-transition: all 300ms;
      -ms-transition: all 300ms; }
  #rit-wrapper-list-thumbs .owl-item:hover a:after, #rit-wrapper-list-thumbs .owl-item.active a:after {
    opacity: 0; }

.related-products .owl-item > .product {
  width: 100%; }

@media (min-width: 768px) {
  .wrapp-images {
    padding-right: 45px; } }
@media (max-width: 768px) {
  .wrapp-images {
    margin-bottom: 30px; } }
.wrapp-images ul {
  margin: 0;
  padding: 0; }
.wrapp-images li {
  list-style: none;
  text-align: center; }
.wrapp-images .onsale {
  z-index: 9;
  left: 15px !important; }

#rit-wrapper-main-img {
  position: relative;
  margin-bottom: 20px; }

.woo-img-theme .owl-buttons > div {
  position: absolute;
  font-size: 42px;
  color: #252525;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  z-index: 99;
  width: 40px;
  height: 40px;
  display: block;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  text-align: center; }
.woo-img-theme .owl-prev {
  left: 0; }
.woo-img-theme .owl-next {
  right: 0; }
.woo-img-theme:hover {
  cursor: crosshair; }
  .woo-img-theme:hover .owl-buttons > div {
    opacity: 1; }

.zoom-label {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  background: #fff;
  box-shadow: 0px 0px 5px #acacac;
  position: absolute;
  right: 10px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #252525;
  bottom: 10px;
  z-index: 9;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms; }
  .zoom-label:hover {
    cursor: pointer;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5); }

.wrapper-detail-product-info {
  margin-top: 60px; }

.woo-summary .product_title {
  text-transform: none;
  width: calc(100% - 90px);
  float: left;
  margin-bottom: 15px; }
.woo-summary .woocommerce-product-rating {
  width: 100%;
  float: left;
  font-size: 14px;
  font-weight: 500; }
  .woo-summary .woocommerce-product-rating > span {
    padding: 0 10px; }
.woo-summary .woo-add-review {
  color: #252525; }
.woo-summary .wrap-price .price {
  margin-bottom: 0; }
  .woo-summary .wrap-price .price > .amount, .woo-summary .wrap-price .price ins .amount {
    font-size: 30px;
    padding-left: 0;
    float: left; }
  .woo-summary .wrap-price .price del {
    line-height: 35px; }
  .woo-summary .wrap-price .price .amount {
    padding: 0 5px; }
.woo-summary .stock {
  float: right;
  margin-bottom: 0;
  font-weight: 600; }
  .woo-summary .stock span {
    font-weight: 400;
    color: #00aeef;
    text-transform: capitalize; }
.woo-summary .woo-add-review {
  font-weight: 600; }
  .woo-summary .woo-add-review:hover {
    text-decoration: underline; }
.woo-summary .wrap-price {
  margin-bottom: 20px; }
.woo-summary .cart {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 25px;
  width: 100%;
  display: inline-block;
  margin-bottom: 25px; }
.woo-summary .wrap-price .price > .amount:nth-child(2) {
  float: right; }
.woo-summary .group_table {
  margin: 0 0 20px;
  padding: 0; }
  .woo-summary .group_table li {
    display: inline-block;
    align-items: center;
    list-style: none;
    width: 100%;
    margin-bottom: 10px; }
    .woo-summary .group_table li a {
      font-size: 18px; }
    .woo-summary .group_table li label {
      padding: 10px 0;
      line-height: 30px;
      display: inline-block;
      float: left; }
    .woo-summary .group_table li .quantity {
      margin-right: 20px !important; }
    .woo-summary .group_table li .amount {
      padding: 10px 0;
      line-height: 30px;
      display: inline-block;
      float: right; }
.woo-summary .single_variation_wrap .woocommerce-variation-price {
  margin-bottom: 10px; }

.wrapper-woo-attr {
  width: 100%;
  display: inline-block;
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb; }
  .wrapper-woo-attr .title-attr {
    font-weight: 500;
    color: #252525;
    width: 25%;
    float: left;
    font-size: 16px; }
  .wrapper-woo-attr .product-attr {
    width: 75%;
    float: left; }
    .wrapper-woo-attr .product-attr p {
      margin: 0; }

.quantity {
  border: 1px solid #ebebeb;
  height: 55px;
  line-height: 53px;
  margin-right: 10px !important; }
  .quantity input {
    border: none;
    color: #252525;
    font-size: 18px;
    padding: 0;
    -moz-appearance: textfield;
    appearance: textfield;
    width: 30px !important;
    font-weight: 600; }
  .quantity input[type=number]::-webkit-inner-spin-button,
  .quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .quantity span {
    height: 53px;
    width: 30px;
    text-align: center;
    line-height: 53px;
    font-size: 10px;
    display: inline-block; }
    .quantity span:hover {
      color: #252525;
      cursor: pointer; }

.woocommerce div.product .stock {
  color: #252525;
  font-size: 15px; }

.product-sort-description {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb; }

.woocommerce .woo-summary .cart .variations {
  margin: 0 10px 0 0;
  padding: 0; }
  .woocommerce .woo-summary .cart .variations li {
    list-style: none;
    width: 100%;
    margin-bottom: 10px; }
  .woocommerce .woo-summary .cart .variations label {
    text-transform: capitalize;
    color: #252525;
    min-width: 100px; }
  .woocommerce .woo-summary .cart .variations select {
    line-height: 40px;
    height: 40px;
    border: 1px solid #ebebeb;
    margin: 0 !important;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 10px; }
  .woocommerce .woo-summary .cart .variations option {
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px; }
  .woocommerce .woo-summary .cart .variations .reset_variations {
    text-transform: uppercase;
    font-size: 15px;
    color: #252525; }
.woocommerce .woo-summary .cart .single_add_to_cart_button {
  height: 55px;
  border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  padding: 0 55px;
  line-height: 55px;
  font-size: 16px; }
  .woocommerce .woo-summary .cart .single_add_to_cart_button:before {
    font-family: 'cleversoft';
    content: '\e904';
    padding-right: 20px;
    display: inline-block; }
.woocommerce .woo-summary .product_meta {
  width: 100%; }
  .woocommerce .woo-summary .product_meta > span {
    width: 100%;
    display: inline-block; }
  .woocommerce .woo-summary .product_meta label {
    font-weight: 600;
    color: #252525; }
  .woocommerce .woo-summary .product_meta a:hover {
    color: #252525; }

.woo-custom-share {
  padding: 10px 0; }
  .woo-custom-share span {
    color: #252525;
    font-weight: 600; }
  .woo-custom-share .social-icons {
    display: inline-block;
    margin: 0;
    padding: 0; }
    .woo-custom-share .social-icons li {
      list-style: none;
      display: inline-block; }
    .woo-custom-share .social-icons a {
      padding: 5px;
      margin-left: 5px;
      color: #252525; }

.woocommerce #respond input#submit,
.woocommerce a.button:not(.cart-button),
.woocommerce button.button, .woocommerce input.button {
  color: #fff !important;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  letter-spacing: 1px; }

.woocommerce div.product .woocommerce-tabs {
  margin-bottom: 60px; }
  .woocommerce div.product .woocommerce-tabs .panel.wc-tab {
    border-bottom: none;
    box-shadow: none; }
  .woocommerce div.product .woocommerce-tabs .tabs.wc-tabs {
    padding: 0;
    position: relative; }
    .woocommerce div.product .woocommerce-tabs .tabs.wc-tabs:after {
      width: 100%;
      height: 3px;
      background: #ebebeb;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 0; }
    .woocommerce div.product .woocommerce-tabs .tabs.wc-tabs li {
      position: relative;
      z-index: 1;
      padding: 0 20px;
      background: #ebebeb;
      border-radius: 0 !important;
      border: none !important; }
      .woocommerce div.product .woocommerce-tabs .tabs.wc-tabs li:first-child {
        margin: 0 !important; }
      .woocommerce div.product .woocommerce-tabs .tabs.wc-tabs li:before, .woocommerce div.product .woocommerce-tabs .tabs.wc-tabs li:after {
        display: none; }
      .woocommerce div.product .woocommerce-tabs .tabs.wc-tabs li a {
        text-transform: uppercase;
        font-size: 16px;
        color: #252525;
        height: 55px;
        line-height: 55px;
        padding: 0 !important;
        letter-spacing: 1px; }
      .woocommerce div.product .woocommerce-tabs .tabs.wc-tabs li.active a, .woocommerce div.product .woocommerce-tabs .tabs.wc-tabs li:hover a {
        color: #fff; }
  .woocommerce div.product .woocommerce-tabs .commentlist {
    padding: 0; }
    .woocommerce div.product .woocommerce-tabs .commentlist .author {
      font-size: 18px;
      color: #252525;
      font-weight: 600;
      margin-bottom: 0; }
    .woocommerce div.product .woocommerce-tabs .commentlist .star-rating {
      margin-top: 5px; }
    .woocommerce div.product .woocommerce-tabs .commentlist .meta {
      width: calc(100% - 80px);
      display: inline-block;
      float: left; }
    .woocommerce div.product .woocommerce-tabs .commentlist .description {
      padding-top: 10px;
      display: inline-block;
      width: 100%; }
    .woocommerce div.product .woocommerce-tabs .commentlist time {
      text-transform: uppercase; }
    .woocommerce div.product .woocommerce-tabs .commentlist li.comment {
      border-bottom: 1px dashed #ebebeb !important; }
  .woocommerce div.product .woocommerce-tabs #commentform label {
    float: left;
    padding-right: 20px;
    color: #252525; }
  .woocommerce div.product .woocommerce-tabs #commentform .comment-form-rating {
    margin-bottom: 0; }
  .woocommerce div.product .woocommerce-tabs #commentform .comment-form-rating .stars {
    float: left;
    width: auto;
    color: #ffca00;
    margin: 0 !important;
    padding-top: 5px; }
  .woocommerce div.product .woocommerce-tabs #commentform p {
    width: 100%;
    display: inline-block; }

.related-products .title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px; }
.related-products .wrap-products {
  border: none; }

.single-product .woo-content {
  padding-bottom: 30px; }

/*End Single product*/
/*Cart page*/
.woocommerce table.shop_table {
  border: none; }
  .woocommerce table.shop_table th.product-name {
    width: auto; }
  .woocommerce table.shop_table th, .woocommerce table.shop_table td {
    padding: 20px 5px;
    border: none; }
  .woocommerce table.shop_table .product-thumbnail {
    text-align: center; }
    .woocommerce table.shop_table .product-thumbnail img {
      width: auto;
      margin: 0 auto; }
  .woocommerce table.shop_table th {
    text-transform: uppercase;
    border-bottom: 2px solid #ebebeb;
    color: #252525; }
  .woocommerce table.shop_table .cart_item td {
    border-bottom: 1px solid #ebebeb; }
  .woocommerce table.shop_table .amount {
    color: #252525; }
  .woocommerce table.shop_table .quantity {
    display: inline-block;
    width: auto; }

.product-remove {
  border: none;
  width: 20px;
  text-align: center; }

.coupon-block {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-bottom: 40px;
  border: 3px dashed #ebebeb; }
  .coupon-block label {
    color: #252525;
    text-transform: uppercase;
    width: 100%;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block; }

#coupon_code {
  margin-bottom: 10px; }

.btn-fullwidth {
  width: 100%;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  height: 45px;
  line-height: 45px;
  letter-spacing: 1px; }

.wrap-coupon {
  max-width: 400px;
  margin: 40px auto; }

.input-text {
  height: 45px;
  border: 1px solid #ebebeb;
  padding: 5px 10px; }

.cart_totals {
  padding: 10px;
  background: #f3f3f3; }
  .cart_totals ul {
    margin: 0;
    padding: 0; }
  .cart_totals li {
    list-style: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    display: inline-block; }
    .cart_totals li.cart_total_item {
      line-height: 30px; }
      .cart_totals li.cart_total_item > span {
        width: 110px;
        float: left;
        color: #252525;
        text-transform: uppercase;
        font-weight: 600; }
      .cart_totals li.cart_total_item > div {
        width: calc(100%  - 110px);
        float: left;
        text-align: right;
        color: #252525; }
  .cart_totals .shipping-calculator-button {
    font-weight: 600;
    text-transform: capitalize;
    color: #252525;
    letter-spacing: 1px; }
  .cart_totals select {
    height: 45px;
    border: 1px solid #ebebeb;
    padding-left: 10px; }
  .cart_totals option {
    padding: 5px 10px; }
  .cart_totals input.button {
    margin-bottom: 10px; }

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  margin: 0;
  font-size: 16px; }

.woocommerce-checkout-review-order-table ul {
  padding: 0;
  margin: 0; }
  .woocommerce-checkout-review-order-table ul li {
    list-style: none;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #ebebeb; }
    .woocommerce-checkout-review-order-table ul li > .col-xs-6 {
      padding: 5px 0;
      margin: 0; }
.woocommerce-checkout-review-order-table .product-name {
  width: 50%; }
.woocommerce-checkout-review-order-table .header-table {
  text-transform: uppercase;
  color: #252525;
  border-bottom: 2px solid #ebebeb;
  font-weight: 600; }
  .woocommerce-checkout-review-order-table .header-table .product-name {
    font-weight: 600;
    color: #252525; }
.woocommerce-checkout-review-order-table .cart-subtotal .special-font {
  font-weight: 700;
  color: #252525;
  text-transform: uppercase; }
.woocommerce-checkout-review-order-table .shipping {
  margin-top: 30px; }
.woocommerce-checkout-review-order-table .order-total {
  width: 100%;
  display: inline-block;
  font-weight: 700;
  color: #252525;
  text-transform: uppercase; }
.woocommerce-checkout-review-order-table .wc_payment_methods li {
  list-style: none; }
  .woocommerce-checkout-review-order-table .wc_payment_methods li:before, .woocommerce-checkout-review-order-table .wc_payment_methods li:after {
    display: none !important; }

#add_payment_method #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
  list-style: none; }

.woocommerce form .form-row .select2-container {
  height: 45px;
  line-height: 45px; }

.select2-container .select2-choice {
  border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0; }

.woocommerce-billing-fields {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px; }

.woocommerce-shipping-fields .title {
  margin: 0; }
.woocommerce-shipping-fields .checkbox {
  margin: 0;
  font-size: 16px;
  width: auto;
  display: inline-block; }

.woocommerce-checkout .woocommerce {
  padding-bottom: 80px; }

.calculated_shipping.cart_totals li.cart_total_item .shipping {
  width: 100%;
  text-align: left; }

/*End Cart page*/
/*Status order*/
.wrapper-status-order {
  width: 100%;
  display: inline-block;
  margin: 40px 0; }
  .wrapper-status-order ul {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0; }
  .wrapper-status-order li {
    list-style: none;
    text-align: center;
    position: relative; }
    .wrapper-status-order li:after {
      display: block;
      width: 100%;
      position: absolute;
      border-bottom: 2px dashed #ebebeb;
      content: '';
      top: 45px;
      right: 50%; }
    .wrapper-status-order li:first-child:after {
      display: none; }
    .wrapper-status-order li.active .step a {
      color: #fff; }
    .wrapper-status-order li.active i {
      background: #fff; }
  .wrapper-status-order .step {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    background: #ebebeb;
    color: #252525;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 80px;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    border: 5px solid #ebebeb; }
    .wrapper-status-order .step a {
      color: #252525; }
  .wrapper-status-order h4 {
    font-size: 16px;
    padding: 10px 0;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0; }
  .wrapper-status-order i {
    width: 30px;
    height: 30px;
    border: 2px solid #ebebeb;
    background: #ebebeb;
    text-align: center;
    line-height: 28px;
    position: absolute;
    left: -15px;
    top: 30px;
    font-size: 18px;
    color: #252525;
    z-index: 3;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%; }

.woocommerce-checkout .coupon-block {
  display: block;
  margin: 0 auto;
  max-width: 500px; }

.woocommerce .woocommerce-info {
  border: none;
  text-align: center;
  background: none;
  padding: 0 !important; }
  .woocommerce .woocommerce-info a {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px; }
  .woocommerce .woocommerce-info:before {
    display: none; }

.woocommerce .order_details .order_item td {
  padding: 8px 0; }
.woocommerce .order_details tfoot tr th {
  border-bottom: none; }
.woocommerce .customer_details tr th, .woocommerce .customer_details tr td {
  border-bottom: 1px solid #ebebeb !important; }
.woocommerce .woocommerce-thankyou-order-details {
  max-width: 800px;
  padding: 30px 0;
  background: #f3f3f3;
  margin: 30px auto; }
  .woocommerce .woocommerce-thankyou-order-details li {
    list-style: none;
    text-align: center;
    line-height: 30px;
    color: #252525;
    width: calc(25% - 1px);
    margin: 0;
    padding: 0; }
.woocommerce .woocommerce-thankyou-order-received {
  text-align: center;
  font-size: 18px; }

.prev.page-numbers {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

/*End Status order*/

/*# sourceMappingURL=ri-windy-woocommerce.css.map */
