.woocommerce input.button{
  @extend .btn;
}
.woocommerce form .form-row .input-checkbox {
  margin: -8px 8px 0 0;
  position: relative;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
   @extend .btn;
}
.sku_wrapper{
  margin-bottom: 10px;
  float: LEFT;
  WIDTH: 100%;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
 font-weight: normal;
}
.yith-wcwl-add-to-wishlist .ajax-loading {
  display: none !important;
}
body .woocommerce-message{
  border: none;
  background: #f9f9f9;
  padding: 20px 20px 20px 88px !important;
  font-size: 15px;
  color: $primary_color;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 46px;

  &:before{
    content: "\f058";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    width: 46px;
    color: #fff;
    top: 20px;
    height: 46px;
    background: $primary_color;
    border-radius: 2px;
    line-height: 46px;
    text-align: center;

  }
}
body.woocommerce,
.woocommerce-page{
  .container{
    width: 1260px;
    max-width: 100%;
  }
  .shop-3column,
  .shop-4column{
    .meta_product_archive{
      display: none;
    }
    &.shop-sidebar{
      .meta_product_archive{
        display: block;
      }
      &.shop-sidebar-left{
        .pr-content{
          float: right;
        }
      }
    }
    #content{
      padding-top: 45px !important;
      float: left;
      width: 100%;
      padding-bottom: 18px !important;
    }
  }
  #content .shop-4column{
    ul.products li.product {
      width: 25%;
    }
  }
 #sidebar {
  padding-top: 45px;
}
}
#content .woocommerce.columns-4{
  ul.products li.product {
    width: 25%;
  }
}
/*archive product*/
.post-type-archive-product{
  .woocommerce nav.woocommerce-pagination {
    margin-top: -29px;
  }
}
#content{
   ul.products li.product{
    margin: 0;
    padding: 0 15px;
    width: 33.33%;
     clear: none;
     margin-bottom: 29px;
     &.product-list{
       width: 100%;
     }
  }
  .meta_product_archive{
    float: left;
    width: 100%;
    border:#eeeeee solid 1px;
    border-radius: 2px;
   padding: 20px;
    margin-bottom: 50px;
    
    .sort{
     float: left;
      > label{
        font-size: 15px;
        color: #222222;
        line-height: 30px;
        font-weight: 700;
        padding-right: 10px;
        margin: 0;
        float: left;
      }
      .woocommerce-ordering{
        margin: 0;
        float: left;
        label{
          position: relative;
          margin: 0;
          &:after{
            content: "\f107";
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            top: 0px;
            line-height: 30px;
            right: 10px;
            color: #9b9b9b;
            font-size: 14px;

          }
        }
        select{
          font-size: 13px;
          color: #9b9b9b;
          line-height: 30px;
          background: transparent;
          border: #eee solid 1px;
          -webkit-appearance:none;
          -moz-appearance:none;
          appearance:none;
          cursor:pointer;
          padding: 0 11px;
          height: 30px;
          outline: none;
        }
        select::-ms-expand {
          display: none;
        }
      }


    }
    .cms-product-layout{
      padding-left: 30px;
      float: right;
      > label{
        font-size: 15px;
        color: #222222;
        line-height: 30px;
        font-weight: 700;
        padding-right: 10px;
        float: left;
        margin: 0;
      }
      a{
        display: inline-block;
        color: #9b9b9b;
        float: left;
        margin-right: 10px;
        > span{
          display: block;
          font-size: 14px;
          line-height: 30px;
          float: left;
          width: 30px;
          height: 30px;
          text-align: center;
          border: #eee solid 1px;
          i{
            font-size: 14px;
            line-height: 30px;
          }

        }
        &:hover,
        &.active{
          color: $primary_color;
        }
      &:last-child{
        margin-right: 0;
      }
      }
    }
    .woocommerce-result-count{
      float: left;
      padding-left: 30px;
      margin: 0;
      > label{
        font-size: 15px;
        color: #222222;
        line-height: 30px;
        font-weight: 700;
        padding-right: 10px;
        float: left;
        margin: 0;
      }
      form{
        float: left;
        label{
          position: relative;
          margin: 0;
          &:after{
            content: "\f107";
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            top: 0px;
            line-height: 30px;
            right: 10px;
            color: #9b9b9b;
            font-size: 14px;

          }
        }
        select{
          font-size: 13px;
          color: #9b9b9b;
          line-height: 30px;
          background: transparent;
          border: #eee solid 1px;
          -webkit-appearance:none;
          -moz-appearance:none;
          appearance:none;
          cursor:pointer;
          padding: 0 10px;
          height: 30px;
          min-width: 175px;
          outline: none;
        }
        select::-ms-expand {
          display: none;
        }
      }
    }

  }
  ul.products{
    margin: 0 -15px;
    li{
      &:hover{
        .product-content{
          .bottom-product{
            a{
              opacity: 1;
            }
          }
        }
        .product-inner{
          .product-top{
            >a.woocommerce-LoopProduct-link,.hover-image{
              -webkit-transform: translate3d(0,-100%,0);
              transform: translate3d(0,-100%,0);
              -webkit-transition: -webkit-transform 1s cubic-bezier(.19,1,.22,1);
              transition: transform 1s cubic-bezier(.19,1,.22,1);
              &:before{
                opacity: 1;
              }
            }
            .hover-image{
              -webkit-transform: translateY(0);
              -moz-transform: translateY(0);
              transform: translateY(0);
            }
            .bottom-product{
              a:not(.woocommerce-LoopProduct-link){
                opacity: 1;
              }
            }
          }
        }
      }
      .product-inner{
        border-radius: 3px;
        text-align: center;

        .product-top{
          position: relative;
          overflow: hidden;
          > a{
            position: relative;
            display: block;
            .onsale{
              position: absolute;
              bottom: -31px;
              right: 15px;
              height: 62px;
              width: 62px;
              border-radius: 50%;
              background: $primary_color;
              font-size: 16px;
              text-transform: uppercase;
              color: #fff;
              line-height: 62px;
              z-index: 3;
              margin: 0;
              padding: 0;
              font-weight: normal;
              top: auto;
            }
          }
          >a.woocommerce-LoopProduct-link,.hover-image{
            display: block;
            line-height: 0;
            -webkit-transition: .5s;
            -moz-transition: .5s;
            transition: .5s;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            transform: translateY(0);
          }
          .hover-image{
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -webkit-transform: translateY(101%);
            -moz-transform: translateY(101%);
            transform: translateY(101%);
          }
          img{
            margin-bottom: 0;
          }

        }
        .star-rating {
          display: none;
        }
        .product-content{
          position: relative;
          float: left;
          width: 100%;
        }
        .cms-grid-product-category{
          font-size: 11.5px;
          letter-spacing: 0.035em;
          color: #4d4e52;
          a{
            color: inherit;
            margin: 0 5px;
            &:hover{
              color: $primary_color;

            }
          }
        }
        h3{
          font-size: 18px;
          color: #282828;
          margin-top: 25px;
          margin-bottom: 11px;
          line-height: 24px;
          padding: 0;
          @extend .ft-raleway;
          font-weight: 700;
          a{
            color: inherit;
            &:hover{
              color: $primary_color;
            }
          }
        }
        .price{
          font-size: 16px;
          color: #9b9b9b;
          margin-bottom: 8px;
          float: left;
          width: 100%;
          font-weight: 700;
          min-height: 30px;
          @extend .ft-raleway;
          > span{
            margin: 0 3.5px;
          }
          del{
            color: #d82020;
           text-decoration: line-through;
            @extend .ft-helveticaneue-l;
            display: inline-block;
            margin: 0 3.5px;
          }
          ins{
            color: inherit;
            display: inline-block;
            font-weight: normal;
            margin: 0 3.5px;
            padding: 0;
          }
        }
        .bottom-product{
          position: absolute;
          bottom: 0;z-index: 2;
          left: 0;
          text-align: center;
          width: 100%;
          .woo_grid_compare_button_container{
            display: none;
          }
          a:not(.woocommerce-LoopProduct-link){
               font-size: 13px;
               color: #fff;
               letter-spacing: 0.02em;
               background: #222;
               border: none;
               font-weight: 800;
               text-transform: uppercase;
               height: 51px;
               line-height: 51px;
               margin: 0;
               padding: 0px 20px;
               min-width: 170px;
               border-radius: 0;
               opacity: 0;
               &.loading{
                 &:after{
                   right: 5px;
                   top: 0;
                 }
               }
               &.added_to_cart.wc-forward:before{
                 display: none;
               }
               &:hover{
                 background: $primary_color;
                 color: #fff;
               }
             }
        }
      }
      &.product-list{
        margin-bottom: 37px;
        width: 100%;
        .product-inner{
          .product-thumb{
            width: 300px;
            float: left;
            a{
              width: 100%;
              height: 100%;
              float: left;
              position: static;
            }
            .onsale{
              position: absolute;
              bottom: -31px;
              right: 15px;
              height: 62px;
              width: 62px;
              border: darken($primary_color,0.1) solid 1px;
              border-radius: 50%;
              background: $primary_color;
              @extend .ft-helveticaneue-medium;
              font-size: 16px;
              text-transform: uppercase;
              color: #fff;
              line-height: 62px;
              z-index: 3;
              margin: 0;
              padding: 0;
              font-weight: normal;
              top: auto;
            }
            img{
              height: 100%;
              margin-bottom: 0;
            }
            .onsale{
              top: -10px;
              right: -10px;
            }
          }
          .product-content{
            float: left;
            width: calc(100% - 300px);
            padding-left: 30px;
            text-align: left;
            padding-right: 30px;
            padding-bottom: 22px;
            .product-desc{
              padding-top: 13px;
              font-size: 14px;
              line-height: 24px;
              color: #212121;
            }
            .price{
              padding-top: 6px;
            }
            .bottom-product{
              float: left;
              width: 100%;
              margin-top: 12px;
              position: static;
              text-align: left;
              a{
                opacity: 1;
              }
            }
          }
        }
      }
    }
  }
}

.woocommerce nav.woocommerce-pagination{
  padding: 20px 0;
  float: left;
  width: 100%;
  text-align: right;
  margin-top: 0px;
  text-align: center;
  ul{
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    border: none;
    border-right: 0;
    margin: 0;
    float: none;

    > li {
     margin: 0 5px;
      border-right: none;
      padding: 0;
      display: inline-block;
      overflow: hidden;
      a,
      span {
        display: inline-block;
        padding: 0 8.5px;
        border: none;
        border-radius: 2px;
        background-color: #646464;
        color: #fff;
        font-size: 20px;
        letter-spacing: 0.02em;
        @extend .ft-playfair-display;
        text-align: center;
        min-width: 51px;
        height: 51px;
        line-height: 46px;
        &.current,
        &:hover{
          background: $primary_color;
          color: #fff;
        }
        &.next{
          margin-left: 20px;
        }
        &.prev{
          margin-right: 20px;
        }
        i{
          font-size: 14px;
        }

      }
    }
  }
}
.clr{
  width: 100%;
  float: left;
  clear: both;
}
.woocommerce #sidebar{
 .widget_price_filter{
    background: #fff;
  padding-top: 1px;
   .price_slider_wrapper .ui-widget-content {
     background: #f2f2f2;
     border: none;
     height: 4px;
     border-radius: 0px;
     margin-bottom: 12px;
   }
   .ui-slider .ui-slider-range {
     border-radius: 0;
     background: $primary_color;
   }
   .ui-slider .ui-slider-handle {
     width: 8px;
     height: 8px;
     border: none;
     border-radius: 0px;
     cursor: ew-resize;
     outline: 0;
     top: -2px;
     margin-left: -.5em;
     background: #222;

   }
   .price_slider_wrapper {
     padding-top: 7px;
     position: relative;
     margin-left: 0px;
     margin-top: 25px;
   }
   .price_label {
     font-size: 13px;
     position: absolute;
     top: 0;
     left: 0;
     @extend .ft-opensan;
     color: #9b9b9b;
     span{
       color: $primary_color;
     }

   }
   .price_slider_amount{
     padding-top: 40px;
     position: relative;
     .button {
       min-width: 108px;
       float: left;
       color: #fff;
       font-size: 13px;
       font-weight: 800;
       height: 42px;
       text-transform: uppercase;
       background: #222;
       padding: 0;
       line-height: 42px;
       border: none;
     }
   }
  }
 ul.products {
   padding-top: 8px;
   li.product{
     width: 100% !important;
     margin-bottom: 20px;
     &:last-child{
       margin-bottom: -20px;
       .product-inner .product-content{
         border: none;
       }
     }
     .product-inner {
       text-align: left;
       .product-top{
         width: 49px;
         float: left;
         img{
           width: 49px;
           height: 49px;
         }
         .bottom-product{
           display: none;
         }
       }

       .product-content{
         width: calc(100% - 64px);
         float: right;
         border-bottom: #f4f4f4 solid 1px;
         h3{
           font-size: 14px;
           line-height: 24px;
           margin-top: -7px;
           color: #282828;
           margin-bottom: 8px;
         }
         .price{
           font-size: 13px;
           color: #616161;
           letter-spacing: 0.01em;
           font-weight: 400;
           margin-bottom: 6px;
         }
         .bottom-product a{
           opacity: 0;
         }
       }
     }
   }
 }

}
/*single product*/
.single-product{
  .single_product{
    padding-bottom: 17px;
  }
  #page #content {
    padding-top: 110px;
    padding-bottom: 42px;
    #content {
      padding-top: 0px;
      padding-bottom: 0px;
    }
    #main_content_product{
      width: 71.5%;
    }
    .main-sidebar{
      width: 28.5%;
    }
    #sidebar{
      padding-top: 0;
    }
  }
    .cs-product-wrap {
      position: relative;
      margin-bottom: 48px;
      .onsale {
        @include border-radius(0 0 2px 2px);
        font-weight: 700;
        right: 35px;
        line-height: normal;
        margin: 0;
        min-height: 0;
        padding: 7px 10px;
        text-transform: uppercase;
        top: 0;
        background-color: $secondary_color;
        font-size: 12px;
        max-width: 50px;
        left: inherit;
      }
      .cshero-product-images-wrap {
        position: relative;
        .images{
          width: 100% !important;
        }
      }
      .entry-summary {
        .entry-summary-inner{
          .product_title{
            font-size: 18px;
            color: #282828;
            line-height: 26.52px;
            text-transform: capitalize;
            font-weight: 700;
            @extend .ft-raleway;
            margin-top: 17px;
            margin-bottom: 2px;
          }
          .price{
            padding-top: 4px;
            font-size: 16px;
            color: #9b9b9b;
            font-weight: 700;
            .woocommerce-Price-amount{
              margin-right: 10px;
              + .woocommerce-Price-amount{
                margin-left: 10px;
              }
            }
          }
          div[itemprop="description"]{
            color: #959595;
            font-size: 13px;
            line-height: 22px;
            padding-top: 7px;
          }
        }
        .woocommerce-product-rating{
          margin-bottom: 12px;
          float: right;
          .star-rating {
            margin: .5em 4px 0 0;
            color: $primary_color;
            height: 15px;
            font-size: 14px;
            &:before{
              content: "\53\53\53\53\53";
              color: #959595;
            }
          }
        }
        .woocommerce-review-link{
          font-size: 13px;
          color: #959595;
          position: relative;
          top: -1px;
          margin-left: 23px;
        }
        .other-info-product{
          float: left;
          width: 100%;
          border-top: #edecec solid 1px;
          margin-top: 34px;
          padding-top: 24px;
          h3{
            color: #282828;
            font-size: 18px;
            line-height: 28px;
            @extend .ft-raleway;
          }
          > div{
            font-size: 13px;
            line-height: 26px;
            color: #959595;
            a{
              color: #959595;
              &:hover{
                color: $primary_color;
              }
            }
            span{
              color: $primary_color;
            }
          }
        }
        .sg-product-share{
          float: left;
          width: 100%;
          border-top: #edecec solid 1px;
          padding-top: 24px;
          label{
            color: #282828;
            font-size: 15px;
            line-height: 25px;
            letter-spacing: 0.025em;
            font-weight: 700;
            float: left;
            width: 100%;
          }
          > div{
            float: left;
            width: 100%;
            margin-top: 7px;
            a{
              width: 32px;
              height: 32px;background: $primary_color;
              border-radius: 2px;
              color: #fff;
              display: inline-block;
              line-height: 32px;
              text-align: center;
              float: left;
              margin-right: 10px;
            }
          }
          
        }
         .variations_form,.cart{
           float: left;
           width: 100%;
           border-top: #edecec solid 1px;
           margin-top: 21px;
           padding-top: 30px;
           margin-bottom: 0;
           padding-bottom: 30px;
           /* Select effect */
           .quantity{
             label{
               color: #282828;
               font-size: 15px;
               line-height: 25px;
               letter-spacing: 0.025em;
               font-weight: 700;
               float: left;
             }
             .minus{
               width: 25px;
               height: 25px;
               border-radius: 2px;
               border:#eeeeee solid 1px;
               position: relative;
               display: block;
               float: left;
               cursor: pointer;
               margin-right: 5px;
               margin-left: 9px;
               &:before{
                 width: 8px;
                 height: 2px;
                 content: '';
                 background: $primary_color;
                 position: absolute;
                 top: 11px;
                 left: 8px;
               }
             }
             .plus{
               width: 25px;
               height: 25px;
               border-radius: 2px;
               border:#eeeeee solid 1px;
               position: relative;
               display: block;
               float: left;
               cursor: pointer;
               &:before{
                 width: 8px;
                 height: 2px;
                 content: '';
                 background: $primary_color;
                 position: absolute;
                 top: 11px;
                 left: 8px;
               }
               &:after{
                 width: 2px;
                 height: 8px;
                 content: '';
                 background: $primary_color;
                 position: absolute;
                 top: 8px;
                 left: 11px;
               }
             }
             input{
                width: 25px;
               height: 25px;
               border-radius: 2px;
               border:#eeeeee solid 1px;
               float: left;
               font-size: 14px;
               color: #222222;
               @extend .ft-opensan;
               line-height: 25px;
               padding: 0 2px;
               text-align: center;
               margin-right: 5px;
             }
             input[type=number]::-webkit-inner-spin-button,
             input[type=number]::-webkit-outer-spin-button {
               -webkit-appearance: none;
               -moz-appearance: none;
               appearance: none;
               margin: 0;
             }
             input[type=number] {
               -moz-appearance:textfield;
             }
           }
           .yith-wcwl-add-to-wishlist,
           .woo_compare_button_container, {
             float: right;
             margin-top: 0;
             + .clear{
               display: none;
             }
           }
           .woo_bt_compare_this{
             + div{
               display: none;
             }
           }
           .single_add_to_cart_button,
           .add_to_wishlist,
           .woo_bt_compare_this,
           .woo_bt_view_compare,
           .yith-wcwl-wishlistaddedbrowse > a,
           .yith-wcwl-wishlistexistsbrowse > a{
             margin-left: 20px;
             @extend .btn;
             background: #222222;
             font-weight: 700;
             @extend .ft-opensan;
             border: none;
             min-width: 134px;
             text-align: center;
             float: right;
             cursor: pointer;
             i{
               font-size: 16px;
               margin-left: 12px;
             }
             &:hover{
               background: $primary_color !important;
             }
           }
           .yith-wcwl-wishlistaddedbrowse,
           .yith-wcwl-wishlistexistsbrowse{
             span{
               display: none;
             }
           }
           .variations{
             float: left;
             width: auto;
             margin-top: 8px;
             margin-bottom: 0;
           }
           .woocommerce-variation-add-to-cart{
             float: left;
             margin-left: 21px;
             .quantity{
               margin-top: 8px;
             }
           }
           .woocommerce-variation-price{
             float: left;
             width: 100%;
             margin-top: 30px;
           }


         }
        .cart .quantity{
          margin-top: 8px;
        }
        .product_meta{
          display: none;
        }
        .single_variation_wrap {
          padding-top: 0px;
          .woocommerce-variation-price{
            padding-bottom: 32px;
            .price .amount{
              font-size: 25px;
              line-height: 30px;
              color: $primary_color;
            }
          }
          .btn {
            margin-right: 14px;
            margin-bottom: 10px;
          }
        }
        .woocommerce-tabs{
          margin-top: 69px;
          float: left;
          width: 100%;
          border: #eee solid 1px;
          ul.tabs {
            padding: 0;
            margin: 0;
            background: #f9f9f9;
            &:before {
              border-bottom: 1px solid #eee;
            }
            li:before,
            li:after{
              display: none;
            }
            li{
              border: none;
              border-right: #eee solid 1px;
              background: none;
              padding: 0;
              margin: 0;
              border-radius: 0;
              float: left;
              a{
                font-size: 15px;
                color: #282828;
                padding: 17.5px 20px;
              }
              &:last-child{
                border: none;
              }
              &:hover,
              &.active{
                background: #fff;
                a{
                  color: $primary_color;
                }
              }

            }
          }
        }
        .woocommerce-Tabs-panel{
          padding: 14px 20px 8px !important;
          margin: 0 !important;
          border: none !important;
          font-size: 13px;
          line-height: 22px;
          color: #959595;
        }
      }

  }
}
.woocommerce-Reviews{
  .woocommerce-Reviews-title,
  .woocommerce-noreviews{
    display: none;
  }
  #comments {
    border-top: none;
    padding: 0;
  }
  #review_form_wrapper{
    float: left;
    width: 100%;
    .comment-reply-title{
      color: #222;
      font-size: 14px;
      line-height: 30px;
      display: block;
      font-weight: 800;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      padding-bottom: 0;
      @extend .ft-raleway;
      margin-bottom: 15px;
      float: left;
      width:100%;
    }
  }
  .reply-title{
    padding-top: 0;
  }
  #commentform {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    label{
      color: #282828;
      font-size: 13px;
      line-height: 25px;
      letter-spacing: 0.025em;
      font-weight: 500;
      float: left;
      width: 100%;
    }
  }
 #review_form #respond p {
    margin: 0;
  }
  #review_form #respond .form-submit input {
    @extend .btn;
    width: auto;min-width: 170px;
    height: 45px;line-height: 1;
  }
  #commentform .form-submit, #commentform .logged-in-as {
    padding: 0;
  }
   #review_form #respond textarea {
    line-height: 28px;
    color: #212121;font-size: 12px;
     height: 120px;
  }
   #review_form #respond .comment-form-email{
    + .form-submit{
      margin-top: 20px;
    }
  }
  &#reviews #comments ol.commentlist {
    padding: 0;
    li{

      img.avatar{
        position: static;
        padding: 0px;
        width: 100px;
        background: #eceff1;
        border: 1px solid #cfd8dc;
      }
      .comment-text {
        margin: 0;
        border: none;
        border-radius: 0px;
        padding: 0;
        width: calc(100% - 100px);
        padding-left: 20px;
        float: left;
      }
      .star-rating{
        color: $primary_color;
        height: 20px;
        &:before {
          color: $primary_color;
        }
      }
      .meta{
        .author{
          color: $secondary_color;
          text-transform: uppercase;
          @extend .ft-helveticaneue-b;
          font-size: 13px;
          margin-bottom: 5px;
        }
        time{
          color: $secondary_color;
          font-size: 11px;
          @extend .ft-helveticaneue-medium;
        }
      }
    }
  }
  .comment-reply-title{
    padding-top: 0;
  }
  #commentform input[type="text"],
  #commentform input[type="email"],
  #commentform textarea{
    border: #eee solid 1px;
    padding: 0 10px;
    margin-bottom: 5px;
  }
  #commentform input[type="text"],
  #commentform input[type="email"]{
    height: 35px;
    line-height: 35px;
  }
}
#product-nav{
  text-align: center;
  width: 100%;
  float: left;
  margin-top: 2px;
  margin-bottom: 55px;
  .nav-links{
    display: inline-block;
    > div{
      display: inline-block;
      float: left;
      margin: 0 5px;
      a{
        display: inline-block;
        padding: 0 8.5px;
        border: none;
        border-radius: 2px;
        background-color: #646464;
        color: #fff;
        font-size: 20px;
        letter-spacing: 0.02em;
        @extend .ft-playfair-display;
        text-align: center;
        min-width: 51px;
        height: 51px;
        line-height: 46px;

        &.current,
        &:hover{
          background: $primary_color;
          color: #fff;
        }
        i{
          font-size: 14px;
        }
      }
    }
  }
}
#related-product{
  .title{
    color: #222;
    font-size: 14px;
    line-height: 30px;
    display: block;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-bottom: #eee solid 2px;
    @extend .ft-raleway;
    margin-bottom: 30px;
    float: left;
    width:100%;
    position: relative;
    padding-bottom: 10px;
    &:after{
      background: $primary_color;
      width: 119px;
      content: '';
      height: 2px;
      position: absolute;
      bottom: -2px;
      left: 0;
    }
  }
}
.related.products {
  float: left;
  width: 100%;
 .product {
    width: 100% !important;
 padding: 0 !important;
 }


}
.woocommerce ins{
  color: inherit;
}
.woocommerce del{
  opacity: 1;
  color: #d82020;
}
.woocommerce table.shop_table{
  border:none;
  border: #eee solid 1px;
  border-radius: 1px;
  th{
    font-size: 14px;
    color: #282828;
    font-weight: 700;
    padding: 3px 10px;
    background: #f9f9f9;
    text-align: center;
    border-right: #eee solid 1px;
    line-height: 41px;
    &:last-child{
      border-right: none;
    }
  }
  td{
    padding: 14px 20px 14px;
    border-top: #eee solid 1px;
    border-right: #eee solid 1px;
    vertical-align: top;
    text-align: center;
    font-size: 13px;
    color: #9b9b9b;
    line-height: 20px;
    font-weight: 700;
    &.product-name{
      font-size: 16px;
      color: #282828;
      font-weight: 700;
      line-height: 26.52px;
      padding-top: 14px;
      padding-bottom: 14px;
      a{
        color: inherit;
        float: left;
        &:hover{
          color: $primary_color;
        }
        &.remove{
          width: 19px;
          margin-top: 0px;
          height: 19px;display: inherit;
          background: #000;
          color: #fff !important;
          border-radius: 1px;
          line-height: 19px;
          float: right;
          text-align: center;;
          i{
            font-size: 20px;
            line-height: 19px;
          }
          &:hover{
            background: $primary_color;
          }
        }
      }
      .product-thumbnail{
        float: left;
        width: 60px;
        img{
          border-radius: 2px;
        }
      }
      .product-name{
        float: right;
        width: calc(100% - 80px);
        padding-top: 5px;
      }
    }
    &.product-quantity{
      text-align: center;
      .quantity {
        display: inline-block;
        label {
          display: none;
        }
        .minus {
          width: 25px;
          height: 25px;
          border-radius: 2px;
          border: #eeeeee solid 1px;
          position: relative;
          display: block;
          float: left;
          cursor: pointer;
          margin-right: 5px;
          margin-left: 9px;
          &:before {
            width: 8px;
            height: 2px;
            content: '';
            background: $primary_color;
            position: absolute;
            top: 11px;
            left: 8px;
          }
        }
        .plus {
          width: 25px;
          height: 25px;
          border-radius: 2px;
          border: #eeeeee solid 1px;
          position: relative;
          display: block;
          float: left;
          cursor: pointer;
          &:before {
            width: 8px;
            height: 2px;
            content: '';
            background: $primary_color;
            position: absolute;
            top: 11px;
            left: 8px;
          }
          &:after {
            width: 2px;
            height: 8px;
            content: '';
            background: $primary_color;
            position: absolute;
            top: 8px;
            left: 11px;
          }
        }
        input {
          width: 25px;
          height: 25px;
          border-radius: 2px;
          border: #eeeeee solid 1px;
          float: left;
          font-size: 14px;
          color: #222222;
          @extend .ft-opensan;
          line-height: 25px;
          padding: 0 2px;
          text-align: center;
          margin-right: 5px;
        }
        input[type=number]::-webkit-inner-spin-button,
        input[type=number]::-webkit-outer-spin-button {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          margin: 0;
        }
        input[type=number] {
          -moz-appearance: textfield;
        }
      }
    }
    &.product-price{
      font-size: 13px;
      color: #9b9b9b;
      line-height: 20px;
      text-align: center;
      font-weight: 700;
    }
    &:last-child{
      border-right: none;
    }
    &.actions{
      padding-top: 30px;
      padding-right: 0;
      padding-bottom: 30px;
      border-right: none;
      #coupon_code{
        margin-top: 4px;
      }
      input.button{
        @extend .btn;
        padding: 0px 17px;
        float: left;
        height: 42px;
        line-height: 40px;
        margin-left: 10px;
        &:hover{
          background: $secondary_color !important;
          border-color: $secondary_color !important;
          color: #fff !important;
        }
        &.update-cart{
          background: #222;
          border-color: #222;
          float: right;
          &:hover{
            background: $primary_color !important;
            border-color: $primary_color !important;
            color: #fff !important;
          }
        }
      }
      .wc-proceed-to-checkout{
        padding: 0;
        float: right;
        margin-right: 30px;
        a{
          @extend .btn;
          padding: 0px 17px;
          float: left;
          height: 42px;
          line-height: 40px;
          margin-left: 10px;
          &:hover{
            background: $secondary_color;
            color: #fff;
          }
        }
      }
    }
  }
}
.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
  float: left;
  width: 100%;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 250px;
  float: left;
  border: 1px solid #eee;
  border-radius: 2px;
  color: #959595;
  font-size: 12px;
  padding: 2px 15px;
  height: 42px;
  line-height: 1;
  font-weight: normal;
  margin: 0;
}
#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
  a{
    display: block;
    img{
      width: 60px;
    }
  }
}
.cart-wrap{
  margin-top: 25px;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
  width: 100%;
  margin-top: 12px;
  float: left;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: 100%;
  padding-left: calc(50% + 15px);
  margin-top: 14px;
  position: relative;
  min-height: 265px;
  .wc-proceed-to-checkout{
    display: none;
  }
  .shop_table{
    padding: 20px 20px 8px;
    tr{
      width: 50%;
      &.cart-total-title{
        th{
          font-size: 18px;
          color: #282828;
          font-weight: 700;
          @extend .ft-raleway;
          text-transform: none;
          padding-bottom: 19px;
        }
      }
      th{
        font-weight: normal;
        font-size: 13px;
        line-height: 36px;
        color: $primary_color;
        text-transform: uppercase;
        font-weight: 800;
        padding: 0;
        border: none;
        background: none;
        text-align: left;
      }
      td{
        font-weight: normal;
        font-size: 13px;
        line-height: 36px;
        color: #959595;
        text-align: right;
        padding: 0;
        border: none;
        strong{
          font-weight: normal;
        }
      }
    }
    form.woocommerce-shipping-calculator{
      > p{
        margin: 0;
      }
    }
    .shipping-calculator-button{
      display: none;
    }
    .shipping-calculator-form{
      position: absolute;
      display:  block !important;
      top: 0;
      left: 0;
      width: calc(50% - 15px);
      border: #eee solid 1px;
      padding: 20px;
      h2{
        font-size: 18px;
        color: #282828;
        font-weight: 700;
        @extend .ft-raleway;
        text-transform: none;
        padding-bottom: 17px;
        margin-bottom: 0;
        text-align: left;
        line-height: 36px;
      }
      select{
        border: #efefef solid 1px;
        border-radius: 2px;
        font-size: 14px;
        color: #959595;
        height: 38px;
        line-height: 32px;
        padding: 2px 20px;
      }
      input[type='text']{
        border: #efefef solid 1px;
        border-radius: 2px;
        font-size: 14px;
        color: #959595;
        height: 38px;
        padding: 2px 20px;
        line-height: 32px;
      }
      .form-row {
        padding: 0;
        margin-bottom: 20px;
      }
      button{
        @extend .btn;
        margin-top: 2px;
        padding: 12.5px 15px;
      }
    }

  }
  .wc-proceed-to-checkout{
    margin-top: 4px;
    .images-payment{
      float: left;
      margin-top: 9px;
      img{
        width: 178px;
        height: 28px;
        float: left;
      }
    }
  }
  .checkout-button{
    @extend .btn;
    float: right;
    padding: 13.5px 25px;
  }
}
.woocommerce .return-to-shop{
  a.button{
    @extend .btn;
  }
}
/*checkout*/
.woocommerce .checkout_coupon{
  input{
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    color: #999999;
    font-size: 13px;
    letter-spacing: 0.035em;
    padding: 2px 22px;
  }
  input.button{
    @extend .btn;

  }
}
.woocommerce-checkout{
  h3,
  #ship-to-different-address > label{
    color: #282828;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.025em;
    font-weight: 700;
    @extend .ft-raleway;
    float: left;
    width: 100%;
  }
  .woocommerce-shipping-fields{
    #ship-to-different-address > label{
      display: inline-block;
      width: auto;
      margin: 0;
    }
    input[type=checkbox], input[type=radio] {
      margin: 5px 10px;
    }
    .checkbox, .radio {
      display: inline-block;
    }
  }
  h3#order_review_heading{
    margin-top: 30px;
  }
  .form-row label{
    color: #282828;
    font-weight: 500;
  }
  #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: none;
  }
  #add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    border-bottom: none;
  }
  #payment h3{
    margin-top: 15px;
  }
  #payment #place_order{
  @extend .btn;
  }
}
/*order*/
.woocommerce-order-received{
  .woocommerce-thankyou-order-received{
    font-size: 20px;
    color: $secondary_color;
    font-style: italic;
    padding-bottom: 15px;
  }
  h2{
    font-size: 20px;
    color: $secondary_color;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .woocommerce .order_details li{
    line-height: 26px;
  }
  .woocommerce table.shop_table td.product-name {
    font-size: 14px;
    color: #041852;
  }
  .title{
    h3{
      font-size: 20px;
      letter-spacing: 0.035em;
      color: $secondary_color;
    }
  }
}
.woocommerce table.shop_table.order_details td.product-name a {
  float: none;
}
.woocommerce .wishlist-title h2{
  margin-bottom: 50px;
}
.woocommerce .wishlist_table td.product-add-to-cart a{
  @extend .btn;
}

.woocommerce table.shop_table.wishlist_table td{
  vertical-align: middle;

}
.yith-wcwl-share h4.yith-wcwl-share-title {
  margin: 10px 0;
  font-size: 20px;
  display: inline-block;
}
.yith-wcwl-share ul{
  display: inline-block;
  padding-left: 15px;
}
.compare_product_name {
  margin-top: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1024px){
  #content .meta_product_archive {
    padding: 20px 10px;
  }
  #content ul.products li .product-inner .product-top .bottom-product a:not(.woocommerce-LoopProduct-link) {
    opacity: 1;
  }
  body.woocommerce #main_content_product .main_content_inner{
    padding-left: 15px;
  }
  #main_content_product ul.products li .product-inner .bottom-product a.product_type_variable{
    padding: 11px 5px;
  }
  #main_content_product .meta_product_archive .nav-pagination .woocommerce-pagination{
    margin-top: 15px;
  }
  .single-product .cs-product-wrap .entry-summary .variations_form .woocommerce-variation-add-to-cart {
   margin-top: 20px;
  }
  .single-product .cs-product-wrap .entry-summary .entry-summary-inner {
    padding-left: 0;
  }
  .woocommerce .cart-collaterals .cart_totals .checkout-button, .woocommerce-page .cart-collaterals .cart_totals .checkout-button {
    margin-top: 24px;
  }
  body .woocommerce-message {
    line-height: 26px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px){
  #content .meta_product_archive .sort .woocommerce-ordering{
    min-width: 220px;
  }
 #content .meta_product_archive .sort .woocommerce-ordering label
  {
    width: 100%;
  }
  body.woocommerce #content .shop-4column ul.products li.product, .woocommerce-page #content .shop-4column ul.products li.product {
    width: 50%;
  }
body.woocommerce #sidebar_product {
  width: 30%;
}
  body.woocommerce #main_content_product {
    width: 70%;
  }
  #main_content_product ul.products li.product{
    width: 50%;
  }
  body.woocommerce #main_content_product .main_content_inner{
    padding-left: 15px;
    .clr{
      display: none;
    }
  }
  #main_content_product ul.products li .product-inner .bottom-product a.product_type_variable{
    padding: 11px 10px;
  }
  #main_content_product .meta_product_archive .woocommerce-result-count,
  #main_content_product .meta_product_archive .nav-pagination .woocommerce-pagination{
    margin-top: 15px;
  }
  .modal.modal-product-item .modal-content .modal-body .product-title {
    margin: 30px 0 0;
  }
  .single-product .cs-product-wrap .entry-summary .entry-summary-inner {
    padding-left: 0;
  }
  .single-product .cs-product-wrap .cshero-product-images-wrap .cms-slider-nav{
    width: 20%;
  }
  .single-product .cs-product-wrap .cshero-product-images-wrap .cshero-product-image-left.cshero-product-image-left-col .cms-slider-wrap{
    width: 80%;
  }
  .single-product .cs-product-wrap .entry-summary .variations_form .variations,
  .single-product .cs-product-wrap .entry-summary .variations_form .woocommerce-variation-add-to-cart,
  .single-product .cs-product-wrap .entry-summary .variations_form .woocommerce-variation-add-to-cart .quantity{
    width: 100%;
  }
  .single-product .cs-product-wrap .entry-summary .variations_form .woocommerce-variation-add-to-cart,
  .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button{
    margin-left: 0;
  }
  .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button{
    margin-top: 8px;
  }
  .woocommerce-Reviews#reviews #comments ol.commentlist li img.avatar {
    width: 50px;
  }
  .woocommerce-Reviews#reviews #comments ol.commentlist li .comment-text {
    width: calc(100% - 50px);
  }
  #main_content_product ul.products li.product-list .product-inner .product-content{
    padding-left: 15px;
    padding-right: 15px;
  }
  #main_content_product ul.products li.product-list .product-inner .product-thumb .onsale {
    right: -5px;
    top: -36px;
  }
  #content .meta_product_archive .sort ,
  #content ul.products li.product-list .product-inner .product-thumb,
  #content ul.products li.product-list .product-inner .product-content{
    width: 100%;
    padding-left: 0;
  }
  #content ul.products li.product-list .product-inner .product-content{
    margin-top: 20px;
  }
  #content .meta_product_archive .sort > label {
    padding-right: 9px;
  }
  #content .meta_product_archive .woocommerce-result-count {
    padding-left: 0;
    margin-top: 20px;
    width: 100%;
  }
  #content .meta_product_archive .cms-product-layout {
    padding-left: 0;
    float: left;
    margin-top: 20px;
  }
  body .woocommerce-message {
    line-height: 26px;
  }
  .single-product .cs-product-wrap .entry-summary .cart .quantity {
    margin-bottom: 14px;
    margin-top: 18px;
  }
  .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a{
    margin-top: 10px;
  }
  .woocommerce .cart-collaterals .cart_totals .shop_table tr, .woocommerce-page .cart-collaterals .cart_totals .shop_table tr {
    width: 100%;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
  }
  .woocommerce table.shop_table td {
    border-top: none;
    border-right: none;
  }
  .woocommerce table.shop_table td.actions{
   padding-right: 20px;
  }
  .woocommerce table.shop_table.cart{
    padding-bottom: 30px;
  }
  .woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button {
    width: AUTO;
  }
  #content .woocommerce.columns-4 ul.products li.product {
    width: 50%;
  }
}
@media (max-width: 991px){
  #content ul.products li .product-inner .product-top .bottom-product a:not(.woocommerce-LoopProduct-link) {
    opacity: 1;
  }
}
@media (max-width: 767px){
  .woocommerce table.shop_table td.product-name .product-name {
    padding-top: 0;
  }
  body.woocommerce #content .shop-4column ul.products li.product, .woocommerce-page #content .shop-4column ul.products li.product {
    width: 100%;
  }
  body.woocommerce #sidebar_product,
  body.woocommerce #main_content_product,
  #main_content_product ul.products li.product,
  .single-product .cs-product-wrap .cshero-product-images-wrap,
  .single-product .cs-product-wrap .entry-summary,
  .single-product .cs-product-wrap .entry-summary .variations_form .variations,
  .single-product .cs-product-wrap .entry-summary .variations_form .woocommerce-variation-add-to-cart,
  .single-product .cs-product-wrap .entry-summary .variations_form .woocommerce-variation-add-to-cart .quantity,
  #main_content_product ul.products li.product-list .product-inner .product-thumb,
  #main_content_product ul.products li.product-list .product-inner .product-content{
    width: 100%;
  }
  .single-product .cs-product-wrap .entry-summary .variations_form .woocommerce-variation-add-to-cart,
  .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button{
    margin-left: 0;
  }
  .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button{
    margin-top: 8px;
  }
  body.woocommerce #main_content_product .main_content_inner{
    padding-left: 0;
    border-left: none;
  }
  body.woocommerce.post-type-archive-product #page #content {
    background: #fff;
  }
  #main_content_product .meta_product_archive > div{
    > div{
      border: none !important;
      margin-bottom: 15px;
      width: 100%;
      padding: 0 !important;
      &.sort{
        width: auto;
      }
    }
  }
  .woocommerce-Reviews#reviews #comments ol.commentlist li img.avatar {
    width: 50px;
  }
  .woocommerce-Reviews#reviews #comments ol.commentlist li .comment-text {
    width: calc(100% - 50px);
  }
  #main_content_product ul.products li.product-list .product-inner .product-content{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
  }
  #main_content_product ul.products li.product-list .product-inner .product-content .bottom-product {
    margin-top: 15px;
  }
  .image-payment {
    padding: 44px 15px 24px;
    .bank-left {
      width: 100%;
    }
    > img {
    margin-top: 20px;
      max-width: 100%;
    }
  }
  .checkout-module {
    padding: 25px 15px 52PX;
  }
  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%;
  }
  .checkout-module.checkout_shipping_wrap {
    padding: 26px 15px 26PX;
  }
  .checkout-module.order-comment-wrap {
    padding: 27px 15px 26PX;
  }
  .checkout-module.payment-method-wrap {
    padding: 38px 15px 26PX;
  }
  .modal.modal-product-item .modal-content .modal-body .sp-quantity {
    margin-bottom: 20px;
  }
  .modal-product-item{
    .btn-group{
      float: left;
      + .btn-group{
        margin-left: 10px;
      }
    }
  }
  #content .meta_product_archive .sort ,
  #content ul.products li.product-list .product-inner .product-thumb,
  #content ul.products li.product-list .product-inner .product-content{
    width: 100%;
    padding-left: 0;
  }
  #content ul.products li.product-list .product-inner .product-content{
    margin-top: 20px;
  }
  #content .meta_product_archive .sort > label {
    padding-right: 9px;
  }
  #content .meta_product_archive .woocommerce-result-count {
    padding-left: 0;
    margin-top: 20px;
    width: 100%;
  }
  #content .meta_product_archive .cms-product-layout {
    padding-left: 0;
    float: left;
    margin-top: 20px;
  }
  .single-product #page #content #main_content_product,
  .single-product #page #content .main-sidebar{
    width: 100%;
  }
  body .woocommerce-message{
    line-height: 26px;
  }
  body .woocommerce-message{
   &:before{
     display: none;
   }
    a{
      clear: both;
      float: none;
      display: inline-block;
      width: 100%;
      text-align: center;
      margin-bottom: 10px;
    }
    padding-left: 20px !important;
  }
  .single-product .cs-product-wrap .entry-summary .woocommerce-product-rating {
    margin-bottom: 12px;
    float: left;
    width: 100%;
    margin: 10px 0;
  }
  .single-product .cs-product-wrap .entry-summary .cart .quantity {
   margin: 10px 0;
    width: 100%;
  }
  .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-add-to-wishlist,
  .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-add-to-wishlist,
  .single-product .cs-product-wrap .entry-summary .variations_form .woo_compare_button_container,
  .single-product .cs-product-wrap .entry-summary .cart .woo_compare_button_container {
    float: left;
    a{
      margin: 10px 5px 10px 0;
    }
  }
  .single-product .cs-product-wrap .entry-summary .variations_form .single_add_to_cart_button, .single-product .cs-product-wrap .entry-summary .cart .single_add_to_cart_button, .single-product .cs-product-wrap .entry-summary .variations_form .add_to_wishlist, .single-product .cs-product-wrap .entry-summary .cart .add_to_wishlist, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_compare_this, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_compare_this, .single-product .cs-product-wrap .entry-summary .variations_form .woo_bt_view_compare, .single-product .cs-product-wrap .entry-summary .cart .woo_bt_view_compare, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistaddedbrowse > a, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistaddedbrowse > a, .single-product .cs-product-wrap .entry-summary .variations_form .yith-wcwl-wishlistexistsbrowse > a, .single-product .cs-product-wrap .entry-summary .cart .yith-wcwl-wishlistexistsbrowse > a {
    float: left;
    margin-left: 0;
  }
  .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    width: 100%;
  }
  .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td{
    float: left;
    width: 100%;
  }
  .woocommerce table.shop_table td.product-name a.remove {
    margin-top: 8px;
  }
  .woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input, .woocommerce-page #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input {
    width: 90%;
  }
  .woocommerce table.shop_table td.actions input.button {
    float: left !important;
    margin-left: 0;
    margin-top: 10px;
  }
  .woocommerce table.shop_table td.actions .wc-proceed-to-checkout {
    float: left;
    width: 100%;
  }
  .woocommerce table.shop_table td.actions .wc-proceed-to-checkout a {
    margin-left: 0;
  }
  .woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button {
    width: 90%;
  }
  .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    padding-left: 0;
  }
  .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form, .woocommerce-page .cart-collaterals .cart_totals .shop_table .shipping-calculator-form {
    width: 100%;

  }
  .woocommerce .cart-collaterals .cart_totals .shop_table tr, .woocommerce-page .cart-collaterals .cart_totals .shop_table tr {
    width: 100%;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
  }
  #content .woocommerce.columns-4 ul.products li.product {
    width: 100%;
  }
  #content .meta_product_archive .sort .woocommerce-ordering ,#content .meta_product_archive .sort .woocommerce-ordering label
  {
    width: 100%;
  }
}
@media (max-width: 320px){
.woocommerce .cart-collaterals .cart_totals .checkout-button, .woocommerce-page .cart-collaterals .cart_totals .checkout-button {
  margin-top: 24px;
}
  .modal-product-item{
    .btn-group{
      + .btn-group{
        margin-left: 0px;
      }
    }
  }
}
