/*-------Variable--------*/
/*-------Mix in css-------*/
/*-------Css page-------*/
.selectric {
  height: 35px; }
  .selectric .button {
    height: 35px; }

.button {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: #val;
  -webkit-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  font-weight: 500; }

.rit-products {
  padding: 20px 0px; }
  .rit-products .product {
    padding-bottom: 20px; }
  .rit-products .wrapper-product-opt span {
    display: none; }
  .rit-products .button {
    border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: #val;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    background: #fff; }
  .rit-products .add_to_wishlist {
    overflow: hidden;
    text-align: center;
    display: block;
    line-height: 50px;
    border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: #val;
    -webkit-border-radius: 0;
    -ms-border-radius: 0; }

.wrapper-top-product {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .wrapper-top-product > a {
    display: block;
    width: 100%;
    position: relative; }

span.onsale, .woocommerce span.onsale {
  color: #fff;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  left: 0px;
  padding: 0 8px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 15px;
  letter-spacing: 1.5px;
  background: #ea6153;
  font-size: 14px;
  border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: #val;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  line-height: 20px;
  min-height: 0;
  z-index: 8; }

.wrapper-sales {
  display: block;
  height: 100px;
  overflow: hidden;
  position: absolute;
  width: 100px; }

.product-info {
  text-align: left;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  position: relative; }
  .product-info .price {
    width: 100%;
    display: inline-block;
    padding: 10px 0; }
    .product-info .price ins {
      text-decoration: none;
      color: #212121; }
    .product-info .price del {
      color: #9c9b9b; }
      .product-info .price del .amount {
        color: #9c9b9b; }
    .product-info .price .amount {
      font-size: 18px;
      padding: 5px;
      font-weight: 700;
      letter-spacing: 1px; }
    .product-info .price > .amount {
      color: #212121; }
  .product-info .woocommerce-product-rating {
    overflow: hidden; }
    .product-info .woocommerce-product-rating > span, .product-info .woocommerce-product-rating .woo-add-review {
      display: none; }
    .product-info .woocommerce-product-rating .woocommerce-review-link {
      display: none; }

.product-name {
  display: block;
  margin: 0; }
  .product-name a {
    font-size: 14px;
    font-family: 'Open Sans';
    color: #636363;
    text-align: center;
    font-weight: 500;
    line-height: 24px; }
    .product-name a:hover {
      color: #000;
      cursor: pointer; }

.btn-whishlist {
  width: 100%;
  display: block;
  height: 55px;
  line-height: 55px;
  text-align: center;
  margin: 0;
  border-radius: 0 !important;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms; }

.grid-layout .product .wrapper-product-opt {
  position: absolute;
  top: 50%;
  left: 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%);
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -ms-transition: all 500ms;
  margin: 0;
  display: block;
  z-index: -1;
  opacity: 0; }
  .grid-layout .product .wrapper-product-opt .yith-wcqv-button {
    background: #ea6153;
    position: relative;
    padding: 10px 15px;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    color: #fff;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms; }
    .grid-layout .product .wrapper-product-opt .yith-wcqv-button:hover {
      color: #212121;
      background: rgba(255, 255, 255, 0.8); }
.grid-layout .product .product-info {
  text-align: center;
  overflow: hidden; }
  .grid-layout .product .product-info .price .amount {
    font-size: 16px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased; }
  .grid-layout .product .product-info .star-rating {
    float: none;
    margin: 5px auto; }
  .grid-layout .product .product-info .cart-btn {
    width: 100%;
    position: absolute;
    bottom: -50px;
    left: 0;
    display: inline-block;
    text-align: center;
    z-index: -1;
    background: #fff;
    color: #212121;
    text-transform: none;
    letter-spacing: 1px;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -ms-transition: all 500ms; }
    .grid-layout .product .product-info .cart-btn:hover {
      color: #ea6153; }
.grid-layout .product:hover .wrapper-product-opt {
  opacity: 1;
  z-index: 99; }
.grid-layout .product:hover .product-info .cart-btn {
  bottom: 10px;
  z-index: 99;
  opacity: 1; }

.button:hover, .add_to_wishlist:hover, .yith-wcqv-button:hover, .yith-wcqv-button:hover {
  cursor: pointer; }

.product_type_simple:hover > i, .woocommerce a.button:hover > i, .btn-whishlist:hover > i, .yith-wcqv-button:hover:before, .compare.button:hover:before {
  color: #ea6153 !important; }

@media (min-width: 768px) {
  .wrapper-products-shortcode .rit-products .owl-controls .owl-buttons .owl-prev {
    margin-left: -20px !important; }
  .wrapper-products-shortcode .rit-products .owl-controls .owl-buttons .owl-next {
    margin-right: -20px !important; } }
.wrapper-products-shortcode {
  display: inline-block;
  position: relative;
  width: 100%; }
  .wrapper-products-shortcode .rit-products .owl-controls {
    top: 50%;
    transform: translateY(-50%);
    margin-top: -70px; }
    .wrapper-products-shortcode .rit-products .owl-controls .owl-buttons {
      margin: 0; }
      .wrapper-products-shortcode .rit-products .owl-controls .owl-buttons i {
        color: #fff !important; }
      .wrapper-products-shortcode .rit-products .owl-controls .owl-buttons div {
        transition: all 500ms;
        -webkit-transition: all 500ms;
        -moz-transition: all 500ms;
        -o-transition: all 500ms;
        -ms-transition: all 500ms; }
      .wrapper-products-shortcode .rit-products .owl-controls .owl-buttons > div:hover {
        background: #ea6153 !important; }
  .wrapper-products-shortcode .list-layout .product {
    width: 100%;
    display: inline-block; }
    .wrapper-products-shortcode .list-layout .product .product-name {
      margin: 0; }
    .wrapper-products-shortcode .list-layout .product .price {
      padding: 5px 0;
      width: 100%; }
      .wrapper-products-shortcode .list-layout .product .price ins, .wrapper-products-shortcode .list-layout .product .price del {
        width: 100%;
        display: inline-block; }
    .wrapper-products-shortcode .list-layout .product .woocommerce-product-rating {
      width: 100%;
      display: block; }
      .wrapper-products-shortcode .list-layout .product .woocommerce-product-rating .star-rating {
        float: left; }
  .wrapper-products-shortcode .rit-products {
    margin: 0;
    padding: 0; }

.title {
  text-transform: uppercase;
  font-size: 30px;
  color: #28262b;
  margin: 20px 0 30px;
  font-weight: 700; }
  .title span {
    font-size: 30px;
    color: #28262b;
    font-family: 'Poppins'; }

.new-arrivals .title {
  text-align: center;
  margin-bottom: 10px; }
.new-arrivals .caption {
  text-align: center;
  color: #636363;
  font-style: italic; }

.woocommerce .list-layout {
  padding: 0; }
  .woocommerce .list-layout .product {
    padding: 25px 0; }
  .woocommerce .list-layout .woocommerce-product-rating {
    text-align: left; }
  .woocommerce .list-layout .star-rating {
    display: inline-block;
    float: right !important; }
  .woocommerce .list-layout .product-name a {
    font-size: 18px; }

.rit-products .owl-item {
  padding: 0 15px; }
.rit-products .owl-controls {
  position: absolute;
  text-align: right;
  right: 15px;
  top: -60px;
  margin: 0; }
  .rit-products .owl-controls .owl-buttons {
    margin: 0 0 0 5px; }
    .rit-products .owl-controls .owl-buttons div {
      color: #212121;
      background: #cfcfcf;
      text-align: center;
      line-height: 30px;
      width: 30px;
      height: 30px;
      margin: 0 0 0 5px;
      border-radius: 0;
      -moz-border-radius: 0;
      -o-border-radius: #val;
      -webkit-border-radius: 0;
      -ms-border-radius: 0; }
      .rit-products .owl-controls .owl-buttons div i {
        font-size: 18px;
        color: #212121; }
      .rit-products .owl-controls .owl-buttons div:hover {
        background: #ea6153; }
        .rit-products .owl-controls .owl-buttons div:hover i {
          color: #fff; }

.wrapper-product-opt .yith-wcwl-add-to-wishlist {
  margin: 10px 0;
  width: 50px;
  height: 50px; }
.wrapper-product-opt .btn-wishlist {
  display: block;
  line-height: 55px; }

.btn-wishlist {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: #val;
  -webkit-border-radius: 0 !important;
  -ms-border-radius: 0 !important; }

.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after {
  position: absolute;
  left: 50%;
  display: none; }

.woocommerce .wrapper-product-opt .added_to_cart {
  display: none; }

/*----Products category page----*/
/*--------Product sidebar-------*/
.woocommerce .product_list_widget {
  width: 100%;
  display: inline-block; }
  .woocommerce .product_list_widget li {
    padding: 20px 0 !important;
    width: 100%;
    display: block;
    border-bottom-color: #f0f0f0; }
  .woocommerce .product_list_widget .wrapper-thumb-product {
    width: 30%;
    float: left;
    display: block; }
    .woocommerce .product_list_widget .wrapper-thumb-product a {
      width: 100%;
      display: block;
      text-align: left; }
      .woocommerce .product_list_widget .wrapper-thumb-product a:after {
        display: none; }
    .woocommerce .product_list_widget .wrapper-thumb-product img {
      width: 100%;
      height: auto;
      display: block;
      margin: 0; }
  .woocommerce .product_list_widget .product-info {
    width: 70%;
    float: left;
    text-align: left;
    display: block;
    padding: 0 0 0 10px;
    min-height: 0; }
    .woocommerce .product_list_widget .product-info h4 {
      color: #636363;
      margin: 0;
      padding-bottom: 10px; }
      .woocommerce .product_list_widget .product-info h4 a {
        color: #28262b;
        font-size: 16px;
        display: inline-block;
        font-weight: 400; }
        .woocommerce .product_list_widget .product-info h4 a:hover {
          color: #ea6153; }
    .woocommerce .product_list_widget .product-info .star-rating {
      margin: 0 0 10px 0; }
    .woocommerce .product_list_widget .product-info ins {
      text-decoration: none;
      color: #212121; }
    .woocommerce .product_list_widget .product-info ins, .woocommerce .product_list_widget .product-info del {
      display: inline-block; }
    .woocommerce .product_list_widget .product-info > span.amount {
      color: #212121;
      font-weight: 600; }

.sidebar-item .product-categories a:hover {
  color: #ea6153; }
.sidebar-item .product-categories .children {
  overflow: hidden;
  display: list-item;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms; }
  .sidebar-item .product-categories .children li {
    padding: 5px 0 5px 5px; }
    .sidebar-item .product-categories .children li a:before {
      content: '- '; }
    .sidebar-item .product-categories .children li a:hover {
      color: #ea6153; }
    .sidebar-item .product-categories .children li:last-child {
      padding-bottom: 0;
      border-bottom: none; }
.sidebar-item .product-categories .unvisible {
  height: 0px !important; }
.sidebar-item .product-categories span.triggernav {
  float: right;
  padding: 5px; }
  .sidebar-item .product-categories span.triggernav:hover {
    cursor: pointer; }

.left-sidebar .main-woo-content {
  padding-left: 45px; }

.right-sidebar .main-woo-content {
  padding-right: 45px; }

.both-sidebar .main-woo-content {
  padding-left: 45px;
  padding-right: 45px; }

.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
  color: #fff;
  background: #ea6153;
  font-weight: 500;
  padding: 10px 15px;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: #val;
  -webkit-border-radius: 0;
  -ms-border-radius: 0; }
  .woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover {
    background: #28262b; }
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label span {
  font-weight: 500; }

.woocommerce .widget_price_filter .price_slider_wrapper {
  padding-top: 25px; }
  .woocommerce .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-range {
    background: #28262b; }
  .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    height: 2px;
    background-color: #cfcfcf; }
  .woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-handle {
    border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: #val;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    background: #28262b;
    top: -4px;
    height: 10px;
    width: 10px; }
  .woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount {
    margin-top: 15px;
    display: inline-block;
    width: 100%; }

.single-product #rit-main {
  padding: 0; }

.expand-icon {
  width: 10px;
  height: 10px;
  display: block;
  position: relative; }
  .expand-icon:after, .expand-icon:before {
    position: absolute;
    content: '';
    display: block;
    background: #212121; }
  .expand-icon:hover:after, .expand-icon:hover:before {
    background: #ea6153; }
  .expand-icon:after {
    height: 100%;
    width: 2px;
    left: calc(50% - 1px);
    top: 0; }
  .expand-icon:before {
    width: 100%;
    height: 2px;
    top: calc(50% - 1px);
    left: 0; }

.triggernav.active .expand-icon:after {
  display: none; }

.wrapper-product-opt .added_to_cart {
  display: none; }

.widget .tagcloud {
  width: 100%;
  display: block;
  padding-top: 15px; }
  .widget .tagcloud a {
    padding: 5px 10px;
    background: #eee;
    font-size: 12px !important;
    margin: 0 10px 10px 0;
    float: left; }
    .widget .tagcloud a:hover {
      color: #fff;
      background: #07aca6; }

/*---------End product sidebar--------*/
/*--------Mini cart-------*/
.user-top {
  display: inline-block;
  width: 30px;
  height: 100%;
  line-height: 42px;
  text-align: center; }
  .user-top i {
    color: #fff; }
  .user-top:hover i {
    color: #ea6153; }

#topcart {
  display: inline-block;
  height: 100%;
  position: relative; }
  #topcart .top-cart-link {
    display: block;
    height: 100%;
    line-height: 38px;
    width: 30px;
    text-align: center;
    color: #fff; }
    #topcart .top-cart-link i {
      color: #fff; }
  #topcart:hover {
    cursor: pointer; }
    #topcart:hover .top-cart-link {
      color: #ea6153; }
      #topcart:hover .top-cart-link i {
        color: #ea6153; }
    #topcart:hover .wrapper-content-mini-cart {
      z-index: 99999;
      opacity: 1;
      visibility: visible;
      top: 100%; }
  #topcart ul.cart_list.product_list_widget li {
    padding: 5px 0 !important;
    width: 100%;
    float: left; }

.wrapper-content-mini-cart {
  position: absolute;
  z-index: -1;
  width: 300px;
  right: 0;
  top: 200%;
  background: #fff;
  border: 1px solid #f0f0f0;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -ms-transition: all 500ms;
  padding: 10px 5px;
  line-height: normal; }

.top-cart-link {
  display: inline-block; }

#mini-cart {
  line-height: normal; }
  #mini-cart .cart_list li {
    display: inline-block;
    line-height: normal; }
  #mini-cart p {
    margin: 0; }
  #mini-cart .wrapper-thumb {
    position: relative;
    padding: 0 5px; }
    #mini-cart .wrapper-thumb .remove {
      position: absolute;
      top: 0;
      left: 5px;
      font-size: 18px;
      width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      color: #ea6153;
      border-radius: 0 !important;
      -moz-border-radius: 0 !important;
      -o-border-radius: #val;
      -webkit-border-radius: 0 !important;
      -ms-border-radius: 0 !important; }
      #mini-cart .wrapper-thumb .remove:hover {
        background: #ea6153;
        color: #fff; }
    #mini-cart .wrapper-thumb .mini-cart-img {
      display: block;
      width: 100%; }
      #mini-cart .wrapper-thumb .mini-cart-img img {
        max-width: 100%;
        width: auto; }
  #mini-cart .cart-item-detail a {
    line-height: 20px;
    font-size: 14px;
    padding-bottom: 10px;
    font-weight: 400 !important;
    width: 100%;
    display: inline-block;
    float: left; }
  #mini-cart .cart-item-detail .quantity {
    width: 100%;
    display: inline-block;
    float: left;
    color: #212121; }
    #mini-cart .cart-item-detail .quantity .amount {
      color: #ea6153; }
  #mini-cart .total {
    line-height: 30px;
    padding: 5px 0; }
    #mini-cart .total strong {
      color: #212121; }
    #mini-cart .total .amount {
      font-size: 16px;
      color: #ea6153; }
  #mini-cart .button {
    font-weight: 400;
    letter-spacing: 1px;
    height: 40px;
    color: #212121;
    background: #f9f9fa;
    line-height: 20px;
    padding: 10px 15px;
    text-transform: uppercase; }
    #mini-cart .button:hover {
      background: #ea6153;
      color: #fff; }

/*--------End Mini cart-------*/
/*---------Cart page----------*/
.woocommerce-cart table.cart img {
  width: auto; }

.woocommerce-cart table.cart .product-thumbnail {
  width: 15%; }

.woocommerce table.shop_table td.product-name {
  display: table-cell; }
  .woocommerce table.shop_table td.product-name a {
    font-weight: 400; }

.woocommerce-cart table.cart span.amount {
  color: #ea6153; }

.woocommerce-cart .coupon #coupon_code {
  min-width: 200px; }
.woocommerce-cart .button {
  background: #f9f9fa !important;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: #val;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  color: #28262b !important;
  font-weight: 400 !important;
  height: 35px; }
  .woocommerce-cart .button:hover {
    color: #fff !important;
    background: #ea6153 !important; }
.woocommerce-cart .cart-collaterals .cross-sells {
  width: 100%; }
.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100%;
  display: inline-block; }
.woocommerce-cart .cart-collaterals .wrapper-product-opt .button {
  background: rgba(243, 243, 243, 0.85) !important; }
.woocommerce-cart .cart-collaterals .order-total p {
  margin-bottom: 0;
  display: inline-block;
  width: 100%; }
  .woocommerce-cart .cart-collaterals .order-total p label {
    padding: 0 8px;
    width: 50%;
    display: block;
    float: left; }
  .woocommerce-cart .cart-collaterals .order-total p span.amount {
    float: right;
    padding: 0 8px;
    width: 50%;
    font-weight: 700; }
.woocommerce-cart .cart-collaterals .order-total .wc-proceed-to-checkout {
  padding: 0; }
  .woocommerce-cart .cart-collaterals .order-total .wc-proceed-to-checkout .checkout-button {
    background: #f9f9fa !important;
    color: #28262b !important;
    height: 40px;
    float: left;
    line-height: 25px; }
    .woocommerce-cart .cart-collaterals .order-total .wc-proceed-to-checkout .checkout-button:hover {
      color: #fff !important;
      background: #ea6153 !important; }

.cart_totals {
  padding-top: 20px; }
  .cart_totals h3.title {
    font-size: 22px;
    color: #212121; }
  .cart_totals .amount {
    color: #ea6153;
    font-size: 18px; }

.woocommerce-shipping-calculator {
  padding: 15px 0; }
  .woocommerce-shipping-calculator .selectric {
    height: 37px; }
    .woocommerce-shipping-calculator .selectric p.label {
      line-height: 35px; }
  .woocommerce-shipping-calculator p {
    display: inline-block;
    width: 100%; }
  .woocommerce-shipping-calculator .shipping-calculator-button {
    padding: 8px 20px;
    display: inline-block;
    background: #f9f9fa;
    color: #28262b;
    line-height: 25px;
    font-weight: 400;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    float: left; }
    .woocommerce-shipping-calculator .shipping-calculator-button:hover {
      color: #fff;
      background: #ea6153; }
  .woocommerce-shipping-calculator .shipping-calculator-form .button {
    float: right;
    background: #f9f9fa !important;
    color: #28262b !important;
    font-weight: 600; }
    .woocommerce-shipping-calculator .shipping-calculator-form .button:hover {
      color: #fff !important;
      background: #ea6153 !important; }

.woocommerce-billing-fields .input-text {
  border: 1px solid #f0f0f0;
  height: 35px; }
.woocommerce-billing-fields label {
  font-weight: 300;
  color: #212121; }
.woocommerce-billing-fields h3.title {
  margin-bottom: 15px;
  font-size: 20px; }

.select2-drop-mask, .select2-chosen {
  display: none !important; }

.input-checkbox {
  display: inline-block; }

#order_review_heading {
  text-transform: uppercase;
  font-size: 20px;
  margin: 0 0 15px;
  color: #28262b;
  font-weight: 300; }

.woocommerce-shipping-fields .checkbox {
  display: inline-block; }
.woocommerce-shipping-fields .form-row {
  padding: 0; }
  .woocommerce-shipping-fields .form-row .input-text {
    border: 1px solid #f0f0f0;
    padding: 10px; }

.woocommerce-checkout-review-order-table tr th, .woocommerce-checkout-review-order-table tr td {
  width: 50%;
  text-align: left;
  font-weight: 400 !important;
  color: #212121; }
.woocommerce-checkout-review-order-table .amount {
  color: #ea6153; }

.woocommerce-checkout-payment {
  background: none !important; }
  .woocommerce-checkout-payment h3.title {
    font-size: 20px;
    margin-bottom: 15px; }
  .woocommerce-checkout-payment .payment_methods {
    padding: 0 0 15px 0 !important; }

.place-order .button.alt {
  padding: 8px 15px;
  display: inline-block;
  background: #f9f9fa !important;
  color: #28262b !important;
  font-weight: 400; }
  .place-order .button.alt:hover {
    background: #ea6153 !important;
    color: #fff !important; }

.form-row.place-order {
  padding: 20px 0 !important; }

.form-row .button {
  font-weight: 400 !important;
  color: #fff !important;
  background: #cfcfcf !important; }

.woocommerce-message {
  background: #fff none repeat scroll 0 0 !important;
  box-shadow: 2px 2px 3px 2px #f0f0f0;
  padding: 20px;
  position: fixed !important;
  right: -300px;
  top: 40%;
  transition: all 500ms ease 0s;
  width: 300px !important;
  z-index: 9999;
  border-top: #ea6153; }
  .woocommerce-message :before {
    background: #ea6153; }

.woocommerce .woocommerce-info {
  border-color: #ea6153;
  background: #f9f9fa; }
  .woocommerce .woocommerce-info:before {
    color: #ea6153; }
.woocommerce .checkout_coupon, .woocommerce .login {
  margin-top: -40px !important;
  background: #f9f9fa;
  border: none !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: #val;
  -webkit-border-radius: 0 !important;
  -ms-border-radius: 0 !important; }
  .woocommerce .checkout_coupon .button, .woocommerce .login .button {
    color: #28262b !important;
    background: none !important;
    border: 1px solid #ea6153;
    text-transform: uppercase;
    font-weight: 600; }
    .woocommerce .checkout_coupon .button:hover, .woocommerce .login .button:hover {
      background: #ea6153 !important;
      color: #fff !important; }
.woocommerce .woocommerce-checkout .title {
  position: relative;
  margin: 0 0 20px;
  display: inline-block;
  width: 100%; }
  .woocommerce .woocommerce-checkout .title:after {
    height: 3px;
    width: 60px;
    background: #ea6153;
    position: absolute;
    top: 100%;
    left: 0;
    content: ''; }
  .woocommerce .woocommerce-checkout .title span {
    padding: 5px 0;
    font-size: 20px;
    display: block;
    font-weight: 700; }

/*---------End Cart page----------*/
.woo-header {
  display: inline-block;
  line-height: 40px;
  padding: 5px 0;
  width: 100%;
  border-bottom: 1px solid #f0f0f0; }

.woocommerce-result-count {
  display: inline-block;
  float: left;
  margin: 0; }

.woocommerce-ordering {
  display: inline-block;
  float: left;
  padding: 0 10px 0 0; }

.pageview {
  text-align: right; }
  .pageview .pageviewitem {
    color: #000;
    padding: 13px 5px 0;
    font-size: 20px;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms; }
    .pageview .pageviewitem:hover, .pageview .pageviewitem.active {
      color: #ea6153; }

@media (max-width: 480px) {
  .woocommerce-ordering, .woocommerce-result-count {
    width: 100%;
    margin: 0; }

  .coupon .input-text, .coupon .button {
    margin: 5px 0;
    width: 100%; }

  .woocommerce-cart .coupon #coupon_code {
    width: 100%; }
  .woocommerce-cart .coupon .button {
    margin-top: 10px;
    float: left !important; } }
@media (max-width: 769px) and (min-width: 480px) {
  .grid-layout .product {
    width: 50%; }
    .grid-layout .product .wrapper-top-product img {
      width: 100%; }
    .grid-layout .product .wrapper-top-product > a {
      text-align: center; } }
.list-layout .product-info {
  text-align: left;
  padding: 0; }
  .list-layout .product-info .product-name {
    margin: 10px 0 0;
    text-align: left; }
  .list-layout .product-info .item-title {
    width: 100%;
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0; }
  .list-layout .product-info .price {
    width: 50%;
    float: left;
    padding: 5px 0; }
  .list-layout .product-info .woocommerce-product-rating {
    width: 50%;
    float: right;
    padding: 10px 0 0; }
  .list-layout .product-info .product-description {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    color: #9c9b9b; }
    .list-layout .product-info .product-description p {
      font-size: 14px;
      color: #9c9b9b;
      line-height: 24px; }
  .list-layout .product-info .wrapper-product-opt {
    width: 100%;
    margin-top: 20px;
    display: inline-block; }
    .list-layout .product-info .wrapper-product-opt .cart-btn, .list-layout .product-info .wrapper-product-opt .yith-wcqv-button {
      height: 40px;
      padding: 10px 15px;
      background: #eee;
      color: #212121;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 1px;
      line-height: 22px;
      float: left;
      margin-right: 10px; }
      .list-layout .product-info .wrapper-product-opt .cart-btn:hover, .list-layout .product-info .wrapper-product-opt .cart-btn.added, .list-layout .product-info .wrapper-product-opt .yith-wcqv-button:hover, .list-layout .product-info .wrapper-product-opt .yith-wcqv-button.added {
        background-color: #28262b !important;
        color: #fff; }
    .list-layout .product-info .wrapper-product-opt .added_to_cart {
      display: inline-block;
      color: #28262b;
      height: 50px;
      margin-left: 10px;
      padding: 15px;
      float: left;
      background: #f9f9fa;
      font-weight: bold;
      transition: all 500ms;
      -webkit-transition: all 500ms;
      -moz-transition: all 500ms;
      -o-transition: all 500ms;
      -ms-transition: all 500ms; }
      .list-layout .product-info .wrapper-product-opt .added_to_cart:hover {
        color: #ea6153; }
    .list-layout .product-info .wrapper-product-opt .yith-wcwl-add-to-wishlist, .list-layout .product-info .wrapper-product-opt .compare-button, .list-layout .product-info .wrapper-product-opt .compare.button {
      width: 50px;
      height: 50px;
      background: #f9f9fa;
      color: #636363;
      float: left;
      margin: 0 0 0 10px;
      text-align: center;
      overflow: hidden;
      position: relative;
      padding: 0; }
      .list-layout .product-info .wrapper-product-opt .yith-wcwl-add-to-wishlist:before, .list-layout .product-info .wrapper-product-opt .compare-button:before, .list-layout .product-info .wrapper-product-opt .compare.button:before {
        font-family: FontAwesome;
        font-size: 16px;
        display: block;
        height: 50px;
        width: 100%;
        text-align: center;
        color: #636363;
        text-align: center;
        line-height: 50px;
        font-weight: 600; }
    .list-layout .product-info .wrapper-product-opt .yith-wcwl-add-to-wishlist:hover i {
      color: #ea6153; }
    .list-layout .product-info .wrapper-product-opt .yith-wcwl-add-to-wishlist i {
      margin: 0; }
    .list-layout .product-info .wrapper-product-opt .compare.button {
      line-height: 50px;
      padding: 0;
      margin: 0;
      border-radius: 0;
      -moz-border-radius: 0;
      -o-border-radius: #val;
      -webkit-border-radius: 0;
      -ms-border-radius: 0; }
      .list-layout .product-info .wrapper-product-opt .compare.button:before {
        content: '\f021';
        transform: rotate(90deg); }

@media (max-width: 768px) and (min-width: 480px) {
  .woo-opt-page {
    text-align: center; }
    .woo-opt-page .col-xs-12 {
      width: 50%; } }
@media (max-width: 480px) {
  .woo-opt-page .woocommerce-ordering {
    float: none;
    margin: 0 auto; }
  .woo-opt-page .woocommerce-result-count {
    text-align: center; }

  .pageview {
    text-align: center !important; } }
/*----------End product category page--------*/
/*------------Product detail page------------*/
#rit-wrapper-list-thumbs .list-thumbnails {
  width: 100%; }
  #rit-wrapper-list-thumbs .list-thumbnails li {
    width: 100%;
    margin: 0;
    display: inline-block; }
    #rit-wrapper-list-thumbs .list-thumbnails li a {
      display: block;
      width: 100% !important;
      margin: 0 !important; }
      #rit-wrapper-list-thumbs .list-thumbnails li a img {
        width: 100%; }

.product-detail {
  padding-top: 30px; }

.woocommerce .main-product-detail .caroufredsel_wrapper {
  height: 100% !important; }
.woocommerce .main-product-detail .thumbnails {
  height: 100%;
  width: 100%;
  display: block;
  position: relative; }
  .woocommerce .main-product-detail .thumbnails .slider-control {
    width: 100%;
    height: 30px;
    left: 0;
    background: rgba(123, 123, 123, 0.8);
    text-align: center;
    display: block;
    position: absolute;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms; }
    .woocommerce .main-product-detail .thumbnails .slider-control i {
      font-size: 30px;
      font-weight: lighter;
      color: #fff; }
    .woocommerce .main-product-detail .thumbnails .slider-control:hover {
      cursor: pointer;
      background: rgba(234, 97, 83, 0.8); }
  .woocommerce .main-product-detail .thumbnails #slide-up {
    top: 0; }
  .woocommerce .main-product-detail .thumbnails #slide-down {
    bottom: 0; }
.woocommerce .main-product-detail .thumbnails.slider {
  padding: 20px 50px;
  overflow-y: hidden; }
  .woocommerce .main-product-detail .thumbnails.slider li {
    padding: 5px !important;
    display: inline-block; }
    .woocommerce .main-product-detail .thumbnails.slider li a {
      margin: 0;
      display: block; }
  .woocommerce .main-product-detail .thumbnails.slider #slider-prev, .woocommerce .main-product-detail .thumbnails.slider #slider-next {
    background: none;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 0;
    transform: translateY(-50%); }
    .woocommerce .main-product-detail .thumbnails.slider #slider-prev:after, .woocommerce .main-product-detail .thumbnails.slider #slider-next:after {
      font-family: FontAwesome;
      font-size: 30px;
      width: 100%;
      height: 100%;
      line-height: 40px; }
  .woocommerce .main-product-detail .thumbnails.slider #slider-prev:after {
    content: '\f104'; }
  .woocommerce .main-product-detail .thumbnails.slider #slider-next:after {
    content: '\f105'; }

.woo-summary, .entry-summary {
  display: inline-block; }
  .woo-summary h1.product_title, .entry-summary h1.product_title {
    font-weight: 600;
    margin: 0 0 20px;
    padding: 0;
    color: #212121;
    -webkit-font-smoothing: antialiased;
    font-size: 26px; }
  .woo-summary .woo-custom-share, .entry-summary .woo-custom-share {
    padding: 15px 0;
    border-bottom: 1px dashed #f0f0f0;
    border-top: 1px dashed #f0f0f0;
    display: block;
    width: 100%;
    float: left; }
    .woo-summary .woo-custom-share span, .entry-summary .woo-custom-share span {
      color: #212121;
      font-weight: 600;
      display: block;
      float: left;
      font-size: 16px;
      padding-right: 8px; }
    .woo-summary .woo-custom-share .social-icons, .entry-summary .woo-custom-share .social-icons {
      display: inline-block;
      float: left; }
      .woo-summary .woo-custom-share .social-icons li, .entry-summary .woo-custom-share .social-icons li {
        padding: 0 8px;
        display: inline-block;
        float: left; }
        .woo-summary .woo-custom-share .social-icons li a i, .entry-summary .woo-custom-share .social-icons li a i {
          font-size: 14px;
          transition: all 300ms;
          -webkit-transition: all 300ms;
          -moz-transition: all 300ms;
          -o-transition: all 300ms;
          -ms-transition: all 300ms;
          color: #636363; }
        .woo-summary .woo-custom-share .social-icons li a:hover i, .entry-summary .woo-custom-share .social-icons li a:hover i {
          color: #ea6153; }
  .woo-summary .woocommerce-product-rating, .entry-summary .woocommerce-product-rating {
    margin-bottom: 10px !important; }
    .woo-summary .woocommerce-product-rating .star-rating, .entry-summary .woocommerce-product-rating .star-rating {
      margin-right: 25px; }
    .woo-summary .woocommerce-product-rating > span, .entry-summary .woocommerce-product-rating > span {
      padding: 0 10px;
      color: #9c9b9b; }
    .woo-summary .woocommerce-product-rating a, .entry-summary .woocommerce-product-rating a {
      color: #9c9b9b; }
      .woo-summary .woocommerce-product-rating a span, .entry-summary .woocommerce-product-rating a span {
        color: #9c9b9b; }
      .woo-summary .woocommerce-product-rating a:hover, .entry-summary .woocommerce-product-rating a:hover {
        color: #212121; }
        .woo-summary .woocommerce-product-rating a:hover span, .entry-summary .woocommerce-product-rating a:hover span {
          color: #212121; }
  .woo-summary .price, .entry-summary .price {
    font-size: 18px !important;
    padding: 10px 0;
    width: 100%;
    display: inline-block;
    margin: 0; }
    .woo-summary .price .amount, .entry-summary .price .amount {
      color: #212121;
      font-size: 18px;
      font-weight: 600; }
    .woo-summary .price ins, .entry-summary .price ins {
      color: #212121;
      text-decoration: none;
      margin-left: 15px; }
    .woo-summary .price del, .entry-summary .price del {
      color: #9c9b9b;
      font-weight: 600; }
  .woo-summary .product_meta, .entry-summary .product_meta {
    display: inline-block;
    border-top: 1px dashed #f0f0f0;
    margin-top: 25px;
    padding: 15px 0;
    width: 100%; }
    .woo-summary .product_meta > span, .entry-summary .product_meta > span {
      display: inline-block;
      width: 100%;
      padding: 5px 0;
      font-weight: 600;
      font-size: 16px;
      color: #212121; }
    .woo-summary .product_meta .sku, .entry-summary .product_meta .sku {
      color: #3f3f3f;
      font-size: 16px;
      font-weight: 400; }
    .woo-summary .product_meta a, .entry-summary .product_meta a {
      font-size: 14px;
      font-weight: 400; }
    .woo-summary .product_meta a:hover, .entry-summary .product_meta a:hover {
      color: #ea6153; }
  .woo-summary .cart, .entry-summary .cart {
    float: left;
    margin: 0 !important; }
    .woo-summary .cart.variations_form, .entry-summary .cart.variations_form {
      width: 100%;
      margin-bottom: 10px !important; }
      .woo-summary .cart.variations_form .label, .entry-summary .cart.variations_form .label {
        height: 40px;
        line-height: 40px; }
      .woo-summary .cart.variations_form .variations, .entry-summary .cart.variations_form .variations {
        width: 100%;
        margin: 0;
        border-bottom: 1px dashed #f0f0f0 !important;
        padding-bottom: 10px; }
        .woo-summary .cart.variations_form .variations .label label, .entry-summary .cart.variations_form .variations .label label {
          font-weight: 400;
          text-transform: capitalize; }
      .woo-summary .cart.variations_form .single_variation, .entry-summary .cart.variations_form .single_variation {
        float: left;
        width: 100%;
        padding: 0;
        margin-bottom: 10px; }
      .woo-summary .cart.variations_form .selectric, .entry-summary .cart.variations_form .selectric {
        height: 40px;
        width: 100%;
        line-height: 40px; }
        .woo-summary .cart.variations_form .selectric .button, .entry-summary .cart.variations_form .selectric .button {
          height: 38px;
          line-height: 40px; }
      .woo-summary .cart.variations_form .reset_variations, .entry-summary .cart.variations_form .reset_variations {
        padding: 10px 0;
        margin-bottom: 10px;
        color: #212121;
        font-weight: 500;
        text-transform: none;
        display: inline-block; }
        .woo-summary .cart.variations_form .reset_variations:hover, .entry-summary .cart.variations_form .reset_variations:hover {
          color: #ea6153; }
    .woo-summary .cart .single_add_to_cart_button, .entry-summary .cart .single_add_to_cart_button {
      font-size: 12px;
      font-weight: 600;
      -webkit-font-smoothing: antialiased;
      text-transform: uppercase;
      padding: 15px 20px;
      height: 50px;
      float: left;
      margin: 0 10px 0 0px;
      border-radius: 0;
      -moz-border-radius: 0;
      -o-border-radius: #val;
      -webkit-border-radius: 0;
      -ms-border-radius: 0;
      color: #fff !important;
      background: #ea6153 !important;
      transition: all 300ms;
      -webkit-transition: all 300ms;
      -moz-transition: all 300ms;
      -o-transition: all 300ms;
      -ms-transition: all 300ms; }
      .woo-summary .cart .single_add_to_cart_button i, .entry-summary .cart .single_add_to_cart_button i {
        margin-right: 5px;
        transition: all 300ms;
        -webkit-transition: all 300ms;
        -moz-transition: all 300ms;
        -o-transition: all 300ms;
        -ms-transition: all 300ms; }
      .woo-summary .cart .single_add_to_cart_button:hover, .entry-summary .cart .single_add_to_cart_button:hover {
        background: #212121 !important; }
        .woo-summary .cart .single_add_to_cart_button:hover i, .entry-summary .cart .single_add_to_cart_button:hover i {
          color: #fff !important; }
    .woo-summary .cart .quantity, .entry-summary .cart .quantity {
      text-align: left;
      margin-right: 20px; }
      .woo-summary .cart .quantity span, .entry-summary .cart .quantity span {
        width: 40px;
        height: 50px;
        background: #f9f9fa;
        color: #636363;
        display: block;
        line-height: 55px;
        text-align: center;
        transition: all 300ms;
        -webkit-transition: all 300ms;
        -moz-transition: all 300ms;
        -o-transition: all 300ms;
        -ms-transition: all 300ms;
        float: left; }
        .woo-summary .cart .quantity span i, .entry-summary .cart .quantity span i {
          color: #212121; }
        .woo-summary .cart .quantity span:hover, .entry-summary .cart .quantity span:hover {
          cursor: pointer; }
          .woo-summary .cart .quantity span:hover i, .entry-summary .cart .quantity span:hover i {
            color: #ea6153; }
      .woo-summary .cart .quantity .input-text, .entry-summary .cart .quantity .input-text {
        height: 50px;
        width: 40px;
        margin: 0;
        border: none;
        background: #f9f9fa;
        float: left;
        display: block;
        text-align: center;
        color: #212121; }
  .woo-summary .yith-wcwl-add-to-wishlist, .entry-summary .yith-wcwl-add-to-wishlist {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 50px;
    height: 50px;
    background: #f9f9fa !important;
    border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: #val;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    float: left;
    overflow: hidden;
    line-height: 55px;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms; }
    .woo-summary .yith-wcwl-add-to-wishlist i, .entry-summary .yith-wcwl-add-to-wishlist i {
      font-weight: bold;
      color: #212121;
      margin: 0;
      width: 50px; }
    .woo-summary .yith-wcwl-add-to-wishlist .btn-wishlist, .entry-summary .yith-wcwl-add-to-wishlist .btn-wishlist {
      display: block;
      width: 50px;
      height: 50px;
      text-align: center; }
    .woo-summary .yith-wcwl-add-to-wishlist:hover, .entry-summary .yith-wcwl-add-to-wishlist:hover {
      background: #ea6153 !important; }
      .woo-summary .yith-wcwl-add-to-wishlist:hover i, .entry-summary .yith-wcwl-add-to-wishlist:hover i {
        color: #fff; }
  .woo-summary .yith-wcwl-add-button, .entry-summary .yith-wcwl-add-button {
    position: relative; }
    .woo-summary .yith-wcwl-add-button .ajax-loading, .entry-summary .yith-wcwl-add-button .ajax-loading {
      position: absolute;
      left: 20px;
      top: 15px; }
  .woo-summary .compare.button, .entry-summary .compare.button {
    float: left;
    width: 50px;
    height: 50px;
    overflow: hidden;
    background: #f9f9fa;
    font-weight: 600;
    position: relative;
    border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: #val;
    -webkit-border-radius: 0;
    -ms-border-radius: 0; }
    .woo-summary .compare.button:hover, .entry-summary .compare.button:hover {
      color: #fff;
      background: #ea6153; }
      .woo-summary .compare.button:hover:before, .entry-summary .compare.button:hover:before {
        color: #fff !important; }
    .woo-summary .compare.button:before, .entry-summary .compare.button:before {
      font-family: FontAwesome;
      font-size: 16px;
      width: 50px;
      height: 50px;
      content: '\f021';
      color: #212121;
      display: block;
      line-height: 30px;
      padding-left: 3px; }

#tab-reviews h2 {
  color: #28262b;
  border-bottom: 1px solid #f0f0f0; }
#tab-reviews .comment {
  border-bottom: 1px solid #f0f0f0 !important;
  padding: 10px 0 !important; }
  #tab-reviews .comment .author {
    margin: 0 !important;
    font-size: 16px;
    color: #212121;
    font-weight: 500;
    text-transform: uppercase; }
  #tab-reviews .comment time {
    font-size: 14px;
    color: #9c9b9b; }
  #tab-reviews .comment .description {
    font-size: 16px;
    float: left; }
    #tab-reviews .comment .description p {
      margin: 0; }
  #tab-reviews .comment .star-rating {
    text-align: left;
    float: left; }
    #tab-reviews .comment .star-rating span {
      top: -7px; }

#review_form .label {
  padding: 5px; }
#review_form .selectric-items li:before {
  display: none !important; }
#review_form .selectric {
  height: 40px;
  border: none;
  border-bottom: 2px solid #f0f0f0; }
  #review_form .selectric p {
    padding: 0; }
  #review_form .selectric .button {
    height: 38px;
    line-height: 40px; }
#review_form .comment-field, #review_form .comment-form-rating {
  width: 100%;
  float: left;
  padding: 0; }
#review_form #comment {
  padding: 10px 0; }
  #review_form #comment:focus {
    border-color: #ea6153; }
#review_form .comment-reply-title span {
  color: #28262b !important; }

.submit {
  border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: #val;
  -webkit-border-radius: 0;
  -ms-border-radius: 0; }

.cart .single_add_to_cart_button {
  padding: 10px 15px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: #val;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  letter-spacing: 1px;
  font-size: 18px;
  text-transform: capitalize;
  margin-top: 10px;
  color: #fff;
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -ms-transition: all 500ms; }
  .cart .single_add_to_cart_button:hover {
    background: #cfcfcf !important; }

.product-sort-description {
  padding: 25px 0;
  width: 100%;
  display: inline-block;
  border-top: 1px dashed #f0f0f0;
  border-bottom: 1px dashed #f0f0f0;
  margin-top: 10px;
  margin-bottom: 25px; }
  .product-sort-description * {
    line-height: 30px;
    color: #9c9b9b; }

.wrapper-detail-product-info {
  margin: 40px 0 20px; }

.woo-breadcrumb {
  background: #f9f9fa;
  padding: 20px 0; }
  .woo-breadcrumb.rit-breadcrumb {
    margin-bottom: 0; }
  .woo-breadcrumb .page-title {
    padding: 0; }
  .woo-breadcrumb .breadcrumbs {
    padding-top: 5px;
    float: right;
    text-align: right; }

.rit-woocommerce-tabs {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #f0f0f0; }
  .rit-woocommerce-tabs .entry-content {
    border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: #val;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    padding: 20px 0; }
  .rit-woocommerce-tabs .panel {
    box-shadow: none; }
    .rit-woocommerce-tabs .panel * {
      line-height: 30px; }
    .rit-woocommerce-tabs .panel #reviews #comments .commentlist .user-col {
      float: left;
      width: 80px; }
    .rit-woocommerce-tabs .panel #reviews #comments .commentlist .description {
      width: calc(100% - 80px);
      float: left;
      padding-left: 30px; }
      .rit-woocommerce-tabs .panel #reviews #comments .commentlist .description .woo-comment-info {
        width: 100%;
        position: relative;
        display: block; }
      .rit-woocommerce-tabs .panel #reviews #comments .commentlist .description .author {
        text-transform: none;
        font-size: 14px;
        font-weight: 600;
        -webkit-font-smoothing: antialiased;
        line-height: 20px; }
      .rit-woocommerce-tabs .panel #reviews #comments .commentlist .description time {
        font-size: 12px;
        line-height: 20px;
        display: block; }
      .rit-woocommerce-tabs .panel #reviews #comments .commentlist .description .star-rating {
        position: absolute;
        right: 0;
        top: 5px; }
    .rit-woocommerce-tabs .panel #reviews #comments .commentlist .meta {
      float: left;
      width: 100%; }
      .rit-woocommerce-tabs .panel #reviews #comments .commentlist .meta .avatar {
        width: 100% !important;
        max-width: 100px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: #val;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        padding: 0;
        border: none;
        height: auto !important;
        position: relative !important; }

.woocommerce div.product .rit-woocommerce-tabs ul.tabs {
  display: inline-block;
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #f0f0f0;
  text-align: center; }
  .woocommerce div.product .rit-woocommerce-tabs ul.tabs:before {
    border: none; }
  .woocommerce div.product .rit-woocommerce-tabs ul.tabs li {
    display: inline-block;
    float: none;
    padding: 0;
    border-bottom: 1px solid transparent;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    margin-bottom: -1px !important; }
    .woocommerce div.product .rit-woocommerce-tabs ul.tabs li:nth-child(1) {
      margin: 0; }
    .woocommerce div.product .rit-woocommerce-tabs ul.tabs li a {
      padding: 15px;
      display: block;
      font-size: 18px;
      text-transform: uppercase;
      color: #212121;
      -webkit-font-smoothing: antialiased;
      position: relative;
      font-weight: 600; }
      .woocommerce div.product .rit-woocommerce-tabs ul.tabs li a:after {
        position: absolute;
        left: 0;
        width: 0;
        height: 1px;
        content: '';
        bottom: -1px;
        transition: all 500ms;
        -webkit-transition: all 500ms;
        -moz-transition: all 500ms;
        -o-transition: all 500ms;
        -ms-transition: all 500ms; }
    .woocommerce div.product .rit-woocommerce-tabs ul.tabs li.active, .woocommerce div.product .rit-woocommerce-tabs ul.tabs li:hover {
      border-bottom: 1px solid #212121;
      background: #fff; }

.woocommerce .comment-form {
  padding: 20px 0; }
  .woocommerce .comment-form label {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 300; }
  .woocommerce .comment-form input[type="text"] {
    width: 100%;
    height: 40px;
    padding: 5px 0px;
    margin: 10px 0; }

.txt-area {
  border: 2px solid #d0d0d0;
  color: #636363;
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -ms-transition: all 500ms;
  padding: 5px; }

.woocommerce #respond .form-submit {
  padding-top: 10px; }
  .woocommerce #respond .form-submit input#submit {
    padding: 15px 20px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #212121;
    font-weight: 500;
    border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: #val;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    text-transform: uppercase;
    background: #f9f9fa; }
    .woocommerce #respond .form-submit input#submit:hover {
      background: #ea6153;
      color: #fff; }

@media (max-width: 768px) {
  .woocommerce .cart {
    padding-bottom: 10px; }
  .woocommerce .wrapp-images {
    padding-bottom: 30px; }
  .woocommerce .owl-controls {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -40px;
    text-align: center; }
  .woocommerce .quantity {
    margin-bottom: 10px; } }
@media (max-width: 480px) {
  .product img {
    width: 100%; } }
#rit-wrapper-main-img .woocommerce-main-image {
  display: block;
  overflow: hidden; }

/*-------------End product detail page--------------*/
/*----------Woo star---------*/
.woocommerce .product-info .woocommerce-product-rating .star-rating {
  float: left;
  margin: 0; }

.star-rating span, .woocommerce .star-rating span {
  font-size: 1em;
  font-family: "star";
  color: #ea6153; }

.star-rating, .woocommerce .star-rating {
  font-family: star;
  font-size: 1em;
  height: 1em;
  line-height: 1;
  overflow: hidden;
  position: relative;
  width: 5.4em; }

.star-rating::before, .woocommerce .star-rating::before {
  color: #ececec;
  content: "SSSSS";
  float: left;
  left: 0;
  position: absolute;
  top: 0; }

.star-rating span, .woocommerce .star-rating span {
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  top: 0; }

.star-rating span::before, .woocommerce .star-rating span::before {
  content: "SSSSS";
  left: 0;
  position: absolute;
  top: 0; }

.woocommerce-product-rating {
  display: inline-block;
  line-height: 2; }

/*----------End Woo star---------*/
/*-------------Cover Image page---------*/
.cover-products {
  position: relative; }
  .cover-products h1 {
    font-size: 40px;
    text-transform: uppercase;
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    margin: 0;
    padding: 5px; }
  .cover-products .description {
    position: absolute;
    top: 50%;
    padding-top: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 22px; }

/*-------------Cover Image page---------*/
/*--------breadcrumbs-------*/
.breadcrumbs strong {
  font-weight: normal; }

.ordergroup {
  text-align: left; }
  .ordergroup .woocommerce-result-count {
    margin: 0;
    padding: 0 10px 0;
    height: 45px;
    line-height: 50px;
    font-size: 14px;
    color: #636363; }
  .ordergroup .woocommerce-ordering {
    margin: 0;
    float: left; }
    .ordergroup .woocommerce-ordering .selectric {
      background: #f9f9fa;
      border: none;
      color: #212121;
      font-size: 16px;
      height: 45px;
      padding: 10px; }
    .ordergroup .woocommerce-ordering .button {
      background: none !important;
      height: 45px;
      line-height: 50px; }

.selectric .label {
  font-size: 14px;
  line-height: 30px;
  margin: 0 10px;
  padding-right: 10px; }
  .selectric .label:hover {
    color: #ea6153; }

.selectric .button {
  font-size: 16px;
  color: #28262b;
  line-height: 35px;
  border: none;
  background: #f9f9fa !important; }
  .selectric .button:hover {
    color: #fff !important; }
    .selectric .button:hover i {
      color: #212121; }
  .selectric .button:after {
    display: none; }

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  padding: 8px 0;
  border: 1px solid #f0f0f0; }
  .woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus {
    border-color: #ea6153; }

.pageviewitem {
  display: inline-block; }
  .pageviewitem:hover {
    cursor: pointer; }

/*--------breadcrumbs-------*/
/*---------woocommerce-pagination--------*/
.woocommerce nav.woocommerce-pagination ul {
  border: none;
  text-align: center; }
  .woocommerce nav.woocommerce-pagination ul li {
    float: none;
    border: none;
    height: 30px; }
  .woocommerce nav.woocommerce-pagination ul .page-numbers {
    padding: 5px 15px;
    display: inline-block;
    float: none;
    background: none !important;
    line-height: 22px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: #val;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    color: #636363;
    height: 100%; }
    .woocommerce nav.woocommerce-pagination ul .page-numbers span {
      height: 20px !important;
      line-height: 20px !important;
      padding: 0 !important; }
    .woocommerce nav.woocommerce-pagination ul .page-numbers:hover {
      color: #fff; }
      .woocommerce nav.woocommerce-pagination ul .page-numbers:hover span {
        color: #fff; }
    .woocommerce nav.woocommerce-pagination ul .page-numbers.current, .woocommerce nav.woocommerce-pagination ul .page-numbers:hover {
      background: #ea6153 !important;
      color: #fff !important; }

/*---------woocommerce-pagination--------*/
/*-------------Shoping cart------------*/
.woocommerce .shop_table {
  border: none !important; }
  .woocommerce .shop_table .actions {
    padding: 15px 0; }
  .woocommerce .shop_table .button {
    color: #28262b !important;
    background: #f9f9fa !important;
    font-weight: bold; }
    .woocommerce .shop_table .button:hover {
      color: #fff !important;
      background: #ea6153 !important; }
.woocommerce .wrapper_cart_totals h3.title span {
  font-size: 18px; }

.input-text {
  height: 35px;
  position: relative;
  border: 1px solid #f0f0f0; }

/*-------------End Shopping cart------------*/
/*----------Quick View Css--------*/
#yith-quick-view-content .product > .onsale {
  display: none; }
#yith-quick-view-content .wrapp-images, #yith-quick-view-content .entry-summary {
  width: 50%;
  float: left;
  margin: 0 !important; }
#yith-quick-view-content #rit-wrapper-list-thumbs {
  display: none; }
#yith-quick-view-content #rit-wrapper-main-img {
  width: 100%;
  padding: 0 15px 0 0; }
#yith-quick-view-content .woocommerce-product-rating {
  margin-bottom: 10px; }
#yith-quick-view-content .amount {
  font-size: 18px;
  font-weight: 600; }
#yith-quick-view-content ins {
  padding-left: 20px;
  text-decoration: none; }
#yith-quick-view-content .product-sort-description p {
  margin-bottom: 0; }
#yith-quick-view-content .quantity .input-text {
  margin: 0; }

#yith-quick-view-modal .yith-wcqv-main {
  box-shadow: none; }

/*----------End Quick View Css--------*/
/*----------Compare box--------*/
.cboxIframe h1 {
  background: #f9f9fa;
  color: #212121;
  font-weight: 400;
  font-family: 'Poppins'; }

.ins {
  text-decoration: none; }

/*----------End Compare box--------*/
/*----More custom css-----*/
.related.products {
  padding-top: 30px;
  display: inline-block;
  width: 100%; }
  .related.products .title {
    width: 100%;
    text-align: center;
    margin-bottom: 40px; }
    .related.products .title span {
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase;
      position: relative; }
      .related.products .title span:after {
        height: 1px;
        width: 50px;
        position: absolute;
        bottom: -8px;
        left: 50%;
        content: '';
        transform: translateX(-50%);
        display: block;
        background: #ea6153; }

.owl-wrapper .owl-item li.product {
  width: 100% !important; }

/*----End More custom css-----*/

/*# sourceMappingURL=max-woocommerce.css.map */
