.clear {
    clear: both;
  }
  
  .nobr {
    white-space: nowrap;
  }
  
  .type-product .summary p {
    margin-bottom: 10px;
  }
  
  .type-product .summary .woocommerce-product-details__short-description p {
    font-size: 14px;
    font-weight: 400;
	display: -webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  
  .woocommerce .col2-set,
  .woocommerce-page .col2-set {
    *zoom: 1;
    width: 100%;
  }
  
  .woocommerce .col2-set:after,
  .woocommerce .col2-set:before,
  .woocommerce-page .col2-set:after,
  .woocommerce-page .col2-set:before {
    content: " ";
    display: table;
  }
  
  .woocommerce .col2-set:after,
  .woocommerce-page .col2-set:after {
    clear: both;
  }
  
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1 {
    float: left;
    padding: 0;
    width: 49%;
    box-sizing: border-box;
    border-radius: 0;
    flex: 0 0 49%;
    max-width: 49%;
  }
  
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    float: right;
    padding: 0;
    width: 49%;
    box-sizing: border-box;
    border-radius: 0;
    flex: 0 0 49%;
    max-width: 49%;
  }
  
  .woocommerce .col2-set .col-1.woocommerce-Address,
  .woocommerce-page .col2-set .col-1.woocommerce-Address,
  .woocommerce .col2-set .col-2.woocommerce-Address,
  .woocommerce-page .col2-set .col-2.woocommerce-Address {
    background: transparent;
    padding: 15px;
    border: 1px solid #e8e8e83b;
  }
  
  .woocommerce img,
  .woocommerce-page img {
    max-width: 100%;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
  }
  
  .woocommerce .single-pro-inner .woocommerce-product-rating .star-rating,
  .woocommerce-page .single-pro-inner .woocommerce-product-rating .star-rating {
    margin: 0 0 10px;
  }
  
  #yith-quick-view-modal .single_add_to_cart_button {
    padding: 8px 23px 8px;
  }
  
  .main-content-inner-full.single-product-full #primary {
    width: 100%;
    border: 0;
  }
  
  .woocommerce div.product div.images,
  .woocommerce-page div.product div.images {
    float: left;
    margin: 0px 0px 0px 0;
    width: 50%;
    /*background-color: #183a40; */
    padding-right: 0px;
    /* z-index: 1; */
  }
  
  .single-pro-inner {
    display: flex;
  }
  
  .woocommerce div.product div.summary,
  .woocommerce-page div.product div.summary {
    /*overflow: hidden;*/
    position: relative;
    width: 50%;
    padding: 1px;
    box-sizing: border-box;
    color: #fff;
    padding-top: 20px;
    padding-left: 20px;
  }
  
  #yith-quick-view-content.woocommerce div.product div.summary,
  #yith-quick-view-content .entry-summary .sku,
  #yith-quick-view-content .quantity input.qty,
  #yith-quick-view-content.woocommerce .summary .product_meta .posted_in a,
  #yith-quick-view-content.woocommerce .summary .product_meta .tagged_as a {
    color: #fff;
  }
  
  /*#yith-quick-view-content .quantity input.qty {
      border: 1px solid #000;
  }*/
  .woocommerce .single-product-full .woocommerce-main-image.zoom {
    float: right;
    padding: 0 6% 0 0;
  }
  
  .single-product-sidebar .woocommerce-main-image.zoom {
    width: 74%;
  }
  
  #content div.product div.images .bx-wrapper {
    float: left;
    position: relative;
    padding: 60px 0;
  }
  
  #content div.product div.images .bx-wrapper:hover .bx-controls-direction a {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
  }
  
  #content div.product div.images .bx-wrapper .bx-controls-direction a {
    border: 1px solid #000000;
    display: block;
    font-size: 0;
    text-indent: -9999;
    text-align: center;
    padding: 3px 0;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    transition: all 500ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
  }
  
  #content div.product div.images .bx-wrapper .bx-controls-direction a:hover {
    background-color: #000000;
    color: #ffffff;
  }
  
  #content div.product div.images .bx-wrapper .bx-controls-direction a.bx-prev {
    top: 0;
    bottom: auto;
  }
  
  #content div.product div.images .bx-wrapper .bx-controls-direction a.bx-next {
    top: auto;
    bottom: 0;
  }
  
  #content
    div.product
    div.images
    .bx-wrapper
    .bx-controls-direction
    a.bx-next.disabled,
  #content
    div.product
    div.images
    .bx-wrapper
    .bx-controls-direction
    a.bx-prev.disabled {
    background-color: #fafafa;
    border: 1px solid #ededed;
    color: #000000;
    cursor: auto;
  }
  
  #content div.product div.images .bx-wrapper .bx-controls-direction a:before {
    font-family: "FontAwesome";
    content: "";
    font-size: 18px;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    line-height: 25px;
  }
  
  #content
    div.product
    div.images
    .bx-wrapper
    .bx-controls-direction
    a.bx-prev:before {
    content: "\f0d8";
  }
  
  #content
    div.product
    div.images
    .bx-wrapper
    .bx-controls-direction
    a.bx-next:before {
    content: "\f0d7";
  }
  
  .woocommerce #content div.product div.thumbnails,
  .woocommerce div.product div.thumbnails,
  .woocommerce-page #content div.product div.thumbnails,
  .woocommerce-page div.product div.thumbnails {
    *zoom: 1;
  }
  
  .woocommerce #content div.product div.thumbnails a,
  .woocommerce div.product div.thumbnails a,
  .woocommerce-page #content div.product div.thumbnails a,
  .woocommerce-page div.product div.thumbnails a {
    float: left;
  }
  
  .woocommerce #content div.product div.thumbnails a.first,
  .woocommerce div.product div.thumbnails a.first,
  .woocommerce-page #content div.product div.thumbnails a.first,
  .woocommerce-page div.product div.thumbnails a.first {
    clear: both;
  }
  
  .woocommerce div.product .woocommerce-tabs,
  .woocommerce-page div.product .woocommerce-tabs {
    border: none;
    background: transparent;
    border-radius: 0;
    padding: 0;
    clear: both;
    display: inline-block;
    margin: 60px 0 30px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }
  
  .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0;
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    border-bottom: none;
  }
  
  .woocommerce-tabs ul.tabs li {
    float: left;
    border: none;
  }
  
  .woocommerce-tabs ul.tabs li:first-child {
    margin-left: 0;
  }
  
  .woocommerce-tabs ul.tabs li:last-child {
    border: none;
  }
  
  .woocommerce-tabs ul.tabs li a {
    display: block;
    padding: 5px 0 5px 0;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    border-radius: 0;
	line-height:24px;
  }
  
  .woocommerce-tabs ul.wc-tabs > li {
    padding: 0 50px 0 0;
  }
  
  .single-pto-bottom .woocommerce-tabs ul.tabs li a:hover {
    color: #fff;
  }
  
  .woocommerce-tabs ul.tabs li a {
    position: relative;
  }
  
  .woocommerce-tabs ul.tabs li a::after {
    content: "";
    position: absolute;
    bottom: -1px;
    transition: all 0.3s ease-in-out;
    width: 0;
    border-bottom: 2px solid #fff;
    left: 0;
  }
  
  .woocommerce-tabs ul.tabs li.active a::after {
    height: 2px;
    width: 100%;
  }
  
  .woocommerce-tabs ul.tabs li.active a {
    color: #fff;
    border-radius: 0;
  }
  
  .woocommerce-tabs .panel {
    clear: both;
    line-height: 2em;
    padding: 20px;
    text-align: left;
  }
  
  .woocommerce
    #content
    div.product
    .woocommerce-tabs
    .woocommerce-Tabs-panel
    > h2 {
    display: none;
  }
  
  .woocommerce #content div.product .woocommerce-tabs strong {
    font-weight: 600;
  }
  
  .woocommerce #content div.product #reviews .comment,
  .woocommerce div.product #reviews .comment,
  .woocommerce-page #content div.product #reviews .comment,
  .woocommerce-page div.product #reviews .comment {
    *zoom: 1;
  }
  
  .woocommerce #content div.product #reviews .comment:after,
  .woocommerce #content div.product #reviews .comment:before,
  .woocommerce div.product #reviews .comment:after,
  .woocommerce div.product #reviews .comment:before,
  .woocommerce-page #content div.product #reviews .comment:after,
  .woocommerce-page #content div.product #reviews .comment:before,
  .woocommerce-page div.product #reviews .comment:after,
  .woocommerce-page div.product #reviews .comment:before {
    content: " ";
    display: table;
  }
  
  .woocommerce #content div.product #reviews .comment:after,
  .woocommerce div.product #reviews .comment:after,
  .woocommerce-page #content div.product #reviews .comment:after,
  .woocommerce-page div.product #reviews .comment:after {
    clear: both;
  }
  
  .woocommerce #content div.product #reviews .comment img,
  .woocommerce div.product #reviews .comment img,
  .woocommerce-page #content div.product #reviews .comment img,
  .woocommerce-page div.product #reviews .comment img {
    float: right;
    height: auto;
  }
  
  .woocommerce #content .quantity input::-webkit-inner-spin-button,
  .woocommerce #content .quantity input::-webkit-outer-spin-button,
  .woocommerce #quantity input::-webkit-inner-spin-button,
  .woocommerce #quantity input::-webkit-outer-spin-button,
  .woocommerce-page #content .quantity input::-webkit-inner-spin-button,
  .woocommerce-page #content .quantity input::-webkit-outer-spin-button,
  .woocommerce-page #quantity input::-webkit-inner-spin-button,
  .woocommerce-page #quantity input::-webkit-outer-spin-button {
    display: none;
  }
  
  .woocommerce .related,
  .woocommerce .upsells.products,
  .woocommerce-page .related,
  .woocommerce-page .upsells.products {
    padding-bottom: 0px;
    *zoom: 1;
    margin-bottom: 40px;
    box-sizing: border-box;
  }
  
  .woocommerce .related .products.owl-theme .owl-buttons div,
  .woocommerce .upsells .products.owl-theme .owl-buttons div,
  .woocommerce-page .related .products.owl-theme .owl-buttons div,
  .woocommerce-page .upsells .products.owl-theme .owl-buttons div {
    top: -50px;
  }
  
  .woocommerce .related ul,
  .woocommerce .related ul.products,
  .woocommerce .upsells.products ul,
  .woocommerce .upsells.products ul.products,
  .woocommerce-page .related ul,
  .woocommerce-page .related ul.products,
  .woocommerce-page .upsells.products ul,
  .woocommerce-page .upsells.products ul.products,
  .woocommerce .cart-collaterals .cross-sells ul.products,
  .woocommerce-page .cart-collaterals .cross-sells ul.products {
    float: none;
  }
  
  .woocommerce .related ul li.product,
  .woocommerce .related ul.products li.product,
  .woocommerce .upsells.products ul li.product,
  .woocommerce .upsells.products ul.products li.product,
  .woocommerce-page .related ul li.product,
  .woocommerce-page .related ul.products li.product,
  .woocommerce-page .upsells.products ul li.product,
  .woocommerce-page .upsells.products ul.products li.product {
    margin: 0;
  }
  
  .woocommerce .upsells .owl-item li {
    width: 100%;
  }
  
  .woocommerce .related ul li.product img,
  .woocommerce .related ul.products li.product img,
  .woocommerce .upsells.products ul li.product img,
  .woocommerce .upsells.products ul.products li.product img,
  .woocommerce-page .related ul li.product img,
  .woocommerce-page .related ul.products li.product img,
  .woocommerce-page .upsells.products ul li.product img,
  .woocommerce-page .upsells.products ul.products li.product img {
    height: auto;
    max-width: 100%;
    width: auto;
  }
  
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    clear: none;
    *zoom: 1;
  }
  
  .woocommerce ul.products:after,
  .woocommerce ul.products:before,
  .woocommerce-page ul.products:after,
  .woocommerce-page ul.products:before {
    content: " ";
    display: table;
  }
  
  .woocommerce ul.products:after,
  .woocommerce-page ul.products:after {
    clear: both;
  }
  
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    padding: 0;
    position: relative;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
  }
  
  .woocommerce-page .content-area ul.products li .container-inner {
    padding: 10px;
  }
  
  .woocommerce ul.products li .container-inner,
  .woocommerce-page ul.products li .container-inner {
    margin: 0;
    position: relative;
    text-align: center;
    vertical-align: top;
    padding: 10px 10px;
  }
  
  .product-block-inner {
    background: #BF9666;
    position: relative;
    border: 1px solid #FFF1D8;
    border-radius: 15px;
    padding: 30px 15px 15px 15px;
    box-shadow: 0 4px 15px #FFF1D84f;
  }
  
  .woocommerce.columns-3
    ul.products
    li.product-category:nth-child(3n + 3)
    .container-inner {
    border-right: 0;
  }
  
  .woocommerce.columns-4
    ul.products
    li.product-category:nth-child(4n + 4)
    .container-inner {
    border-right: 0;
  }
  
  .woocommerce.columns-5
    ul.products
    li.product-category:nth-child(5n + 5)
    .container-inner {
    border-right: 0;
  }
  
  .woocommerce ul.products.list li .container-inner,
  .woocommerce-page ul.products.list li .container-inner {
    border-right: 0;
  }
  
  .woo-grid .woocommerce ul.products li.last .container-inner {
    border-right: 0;
  }
  
  ul.products li.product-category .container-inner {
    padding: 0;
  }
  
  .product-category .container-inner h2 {
    font-size: 14px;
    text-transform: capitalize;
    background: #f3f7f8;
    padding: 10px;
    margin: 0;
    text-align: left;
  }
  
  .product-category h3,
  .product-category mark {
    font-size: 14px;
    font-weight: normal;
  }
  
  .product-category mark {
    background-color: rgba(0, 0, 0, 0);
  }
  
  .woocommerce ul.products li.product.product-category {
    float: left;
  }
  
  .woocommerce ul.products.list li.product.product-category a img,
  .woocommerce-page ul.products.list li.product.product-category a img {
    height: auto;
    width: 31% !important;
    margin: 0 20px 0 0 !important;
  }
  
  .product-categories .woocommerce ul.products li.product.product-category {
    float: left;
    border: 1px solid #f3f7f8;
    margin: 10px;
    width: 23.4%;
    border-radius: 0;
    clear: none;
  }
  
  .product-categories .woocommerce ul.products li.last.product.product-category {
    margin: 10px !important;
  }
  
  .product-categories .product-category mark {
    float: right;
    font-size: 14px;
  }
  
  .product-categories ul.products li.product-category .container-inner {
    padding: 0;
    display: block;
  }
  
  .product-categories .woocommerce ul.products {
    margin: -10px;
  }
  
  .woocommerce ul.products.list li.product,
  .woocommerce-page ul.products.list li.product,
  .woocommerce ul.products.owl-carousel li.product,
  .woocommerce-page ul.products.owl-carousel li.product {
    width: 100% !important;
  }
  
  .columns-1 li.product {
    width: 100%;
    margin-right: 0;
  }
  
  .columns-2 li.product {
    width: 50%;
  }
  
  .columns-3 li.product {
    width: 33.33%;
  }
  
  .columns-4 li.product {
    width: 25%;
  }
  
  .columns-5 li.product {
    width: 20%;
  }
  
  .columns-6 li.product {
    width: 16.66%;
  }
  
  .woocommerce .woocommerce-result-count,
  .woocommerce-page .woocommerce-result-count {
    float: left;
    line-height: 25px;
  }
  
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    float: right;
  }
  
  .woocommerce .woocommerce-pagination ul.page-numbers,
  .woocommerce-page .woocommerce-pagination ul.page-numbers {
    *zoom: 1;
  }
  
  .woocommerce .woocommerce-pagination ul.page-numbers:after,
  .woocommerce .woocommerce-pagination ul.page-numbers:before,
  .woocommerce-page .woocommerce-pagination ul.page-numbers:after,
  .woocommerce-page .woocommerce-pagination ul.page-numbers:before {
    content: " ";
    display: table;
  }
  
  .woocommerce .woocommerce-pagination ul.page-numbers:after,
  .woocommerce-page .woocommerce-pagination ul.page-numbers:after {
    clear: both;
  }
  
  .woocommerce .woocommerce-pagination ul.page-numbers li,
  .woocommerce-page .woocommerce-pagination ul.page-numbers li {
    display: inline-block;
  }
  
  .woocommerce #content table.cart img,
  .woocommerce table.cart img,
  .woocommerce-page #content table.cart img,
  .woocommerce-page table.cart img {
    height: auto;
  }
  
  .woocommerce #content table.cart td.actions,
  .woocommerce table.cart td.actions,
  .woocommerce-page #content table.cart td.actions,
  .woocommerce-page table.cart td.actions {
    text-align: right;
    /* border: 1px solid #ededed52 !important; */
  }
  
  .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: 120px;
  }
  
  .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;
  }
  
  .woocommerce #content table.cart td.actions .coupon label,
  .woocommerce table.cart td.actions .coupon label,
  .woocommerce-page #content table.cart td.actions .coupon label,
  .woocommerce-page table.cart td.actions .coupon label {
    display: none;
  }
  
  .woocommerce .cart-collaterals,
  .woocommerce-page .cart-collaterals {
    *zoom: 1;
    width: 100%;
    padding-top: 20px;
  }
  
  .woocommerce .cart-collaterals:after,
  .woocommerce .cart-collaterals:before,
  .woocommerce-page .cart-collaterals:after,
  .woocommerce-page .cart-collaterals:before {
    content: " ";
    display: table;
  }
  
  .woocommerce .cart-collaterals:after,
  .woocommerce-page .cart-collaterals:after {
    clear: both;
  }
  
  .woocommerce .cart-collaterals .related,
  .woocommerce-page .cart-collaterals .related {
    width: 30.75%;
    float: left;
  }
  
  .woocommerce .cart-collaterals .shipping_calculator,
  .woocommerce-page .cart-collaterals .shipping_calculator {
    width: 48%;
    *zoom: 1;
    clear: right;
    float: right;
  }
  
  .woocommerce .cart-collaterals .shipping_calculator:after,
  .woocommerce .cart-collaterals .shipping_calculator:before,
  .woocommerce-page .cart-collaterals .shipping_calculator:after,
  .woocommerce-page .cart-collaterals .shipping_calculator:before {
    content: " ";
    display: table;
  }
  
  .woocommerce .cart-collaterals .shipping_calculator:after,
  .woocommerce-page .cart-collaterals .shipping_calculator:after {
    clear: both;
  }
  
  .woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,
  .woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,
  .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
  .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
    width: 47%;
  }
  
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    text-align: right;
    margin: 0;
    border: 1px solid #ededed52;
    border-radius: 0;
  }
  
  .cart-edit-page {
    margin-bottom: 50px;
  }
  
  .cart-edit-page .woocommerce-notices-wrapper {
    width: 100%;
    margin: 0 15px;
  }
  
  .woocommerce-cart-form h2 {
    text-transform: capitalize;
    margin: 0 0 30px 0;
    font-size: 36px;
    color: #FFF1D8;
  }
  
  .woocommerce .cart-edit-page .woocommerce-cart-form .quantity input.qty {
    border: 1px solid #f5f5f5;
    width: 25px !important;
    height: 25px;
    color: #fff;
  }
  
  .woocommerce .cart-collaterals .cart_totals #woo_pp_ec_button,
  .woocommerce-page .cart-collaterals .cart_totals #woo_pp_ec_button {
    padding-top: 0;
  }
  
  .woocommerce ul.cart_list li:after,
  .woocommerce ul.cart_list li:before,
  .woocommerce ul.product_list_widget li:after,
  .woocommerce ul.product_list_widget li:before,
  .woocommerce-page ul.cart_list li:after,
  .woocommerce-page ul.cart_list li:before,
  .woocommerce-page ul.product_list_widget li:after,
  .woocommerce-page ul.product_list_widget li:before {
    content: " ";
    display: table;
  }
  
  .woocommerce ul.cart_list li:after,
  .woocommerce ul.product_list_widget li:after,
  .woocommerce-page ul.cart_list li:after,
  .woocommerce-page ul.product_list_widget li:after {
    clear: both;
  }
  
  .woocommerce ul.cart_list li img,
  .woocommerce ul.product_list_widget li img,
  .woocommerce-page ul.cart_list li img,
  .woocommerce-page ul.product_list_widget li img {
    float: right;
    height: auto;
  }
  
  .woocommerce form .form-row,
  .woocommerce-page form .form-row {
    *zoom: 1;
    display: block;
  }
  
  .woocommerce form p,
  .woocommerce-page form p {
    clear: none;
  }
  
  .woocommerce form .form-row:after,
  .woocommerce form .form-row:before,
  .woocommerce-page form .form-row:after,
  .woocommerce-page form .form-row:before {
    content: " ";
    display: table;
  }
  
  .woocommerce form .form-row:after,
  .woocommerce-page form .form-row:after {
    clear: both;
  }
  
  .woocommerce form .form-row label,
  .woocommerce-page form .form-row label {
    display: block;
  }
  
  .woocommerce form .form-row label.checkbox,
  .woocommerce-page form .form-row label.checkbox {
    display: inline;
  }
  
  .woocommerce form .form-row select,
  .woocommerce-page form .form-row select {
    width: 100%;
  }
  
  .woocommerce form .form-row .input-text,
  .woocommerce-page form .form-row .input-text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    float: left;
    width: 49%;
    overflow: visible;
  }
  
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-last {
    float: right;
  }
  
  .woocommerce form .form-row-wide,
  .woocommerce-page form .form-row-wide {
    clear: both;
  }
  
  .woocommerce #payment .form-row select,
  .woocommerce-page #payment .form-row select {
    width: auto;
  }
  
  .woocommerce #payment .terms,
  .woocommerce-page #payment .terms {
    text-align: right;
    padding: 0 1em;
  }
  
  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    float: right;
    padding: 11px 40px;
  }
  
  .woocommerce-privacy-policy-text a,
  .woocommerce-terms-and-conditions-checkbox-text a {
    color: #FFF1D8;
    font-weight: 500;
  }
  
  .privacy-policy h2 {
    font-size: 22px;
    border-bottom: 1px solid #eee;
    margin-top: 30px;
  }
  
  .twentyfourteen .tfwc {
    padding: 12px 10px 0;
    max-width: 474px;
    margin: 0 auto;
  }
  
  .twentyfourteen .tfwc .product .entry-summary {
    padding: 0 !important;
    margin: 0 0 1.618em !important;
  }
  
  .twentyfourteen .tfwc div.product.hentry.has-post-thumbnail {
    margin-top: 0;
  }
  
  .twentyfourteen .tfwc .product .images img {
    margin-bottom: 1em;
  }
  
  .clear {
    clear: both;
  }
  
  .nobr {
    white-space: nowrap;
  }
  
  @font-face {
    font-family: star;
    src: url(../../fonts/star.eot);
    src: url(../../fonts/star.eot?#iefix) format("embedded-opentype"),
      url(../../fonts/star.woff) format("woff"),
      url(../../fonts/star.ttf) format("truetype"),
      url(../../fonts/star.svg#star) format("svg");
    font-weight: 400;
    font-style: normal;
  }
  
  @font-face {
    font-family: WooCommerce;
    src: url(../../fonts/WooCommerce.eot);
    src: url(../../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),
      url(../../fonts/WooCommerce.woff) format("woff"),
      url(../../fonts/WooCommerce.ttf) format("truetype"),
      url(../../fonts/WooCommerce.svg#WooCommerce) format("svg");
    font-weight: 400;
    font-style: normal;
  }
  
  p.demo_store {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 0.5em 0;
    text-align: center;
    background: #ad74a2;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#ad74a2),
      to(#96588a)
    );
    background: -webkit-linear-gradient(#ad74a2, #96588a);
    background: -moz-linear-gradient(center top, #ad74a2 0, #96588a 100%);
    background: -moz-gradient(center top, #ad74a2 0, #96588a 100%);
    border: 1px solid #96588a;
    color: #fff;
    z-index: 99998;
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
  }
  
  .admin-bar p.demo_store {
    top: 28px;
  }
  
  .chosen-container-single .chosen-single {
    background: none !important;
    box-shadow: none !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #ededed !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
  }
  
  .wc-backward a:before,
  .wc-backward:before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 7px;
    content: "\e02f";
    font-size: 0.75em;
  }
  
  .woocommerce .woocommerce-error,
  .woocommerce .woocommerce-info,
  .woocommerce .woocommerce-message,
  .woocommerce-page .woocommerce-error,
  .woocommerce-page .woocommerce-info,
  .woocommerce-page .woocommerce-message {
    padding: 1em 1em 1em 2.5em !important;
    margin: 0 0 2em !important;
    position: relative;
    background: transparent;
    border: 1px solid #e8e8e83b;
    color: #fff;
    list-style: none outside !important;
    width: auto;
    border-radius: 0;
    line-height: 26px;
  }
  
  .woocommerce .woocommerce-error,
  .woocommerce-page .woocommerce-error {
    color: #000000;
  }
  
  .woocommerce .woocommerce-info,
  .woocommerce-page .woocommerce-info {
    color: #000000;
  }
  
  .woocommerce .woocommerce-message,
  .woocommerce-page .woocommerce-message {
    color: #fff;
  }
  
  .woocommerce .woocommerce-error:after,
  .woocommerce .woocommerce-error:before,
  .woocommerce .woocommerce-info:after,
  .woocommerce .woocommerce-info:before,
  .woocommerce .woocommerce-message:after,
  .woocommerce .woocommerce-message:before,
  .woocommerce-page .woocommerce-error:after,
  .woocommerce-page .woocommerce-error:before,
  .woocommerce-page .woocommerce-info:after,
  .woocommerce-page .woocommerce-info:before,
  .woocommerce-page .woocommerce-message:after,
  .woocommerce-page .woocommerce-message:before {
    content: " ";
    display: table;
  }
  
  .woocommerce .woocommerce-error:after,
  .woocommerce .woocommerce-info:after,
  .woocommerce .woocommerce-message:after,
  .woocommerce-page .woocommerce-error:after,
  .woocommerce-page .woocommerce-info:after,
  .woocommerce-page .woocommerce-message:after {
    clear: both;
  }
  
  #primary
    .single-pro-inner
    .entry-summary
    .single_add_to_cart_button.button.alt {
    padding: 8px 15px 7px;
  }
  
  .woocommerce .woocommerce-error:before,
  .woocommerce .woocommerce-info:before,
  .woocommerce .woocommerce-message:before,
  .woocommerce-page .woocommerce-error:before,
  .woocommerce-page .woocommerce-info:before,
  .woocommerce-page .woocommerce-message:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0.6rem;
    font-family: sans-serif;
    font-size: 2em;
    text-align: center;
    color: #fff;
    margin-top: 0;
    box-sizing: content-box;
  }
  
  .woocommerce .woocommerce-error:before,
  .woocommerce-page .woocommerce-error:before {
    color: #ff210f;
  }
  
  .woocommerce .woocommerce-info:before,
  .woocommerce-page .woocommerce-info:before {
    color: #000000;
  }
  
  .woocommerce .woocommerce-message:before,
  .woocommerce-page .woocommerce-message:before {
    color: #fff;
  }
  
  .woocommerce .woocommerce-error .button,
  .woocommerce .woocommerce-info .button,
  .woocommerce .woocommerce-message .button,
  .woocommerce-page .woocommerce-error .button,
  .woocommerce-page .woocommerce-info .button,
  .woocommerce-page .woocommerce-message .button {
    float: right;
  }
  
  .woocommerce .woocommerce-error li,
  .woocommerce .woocommerce-info li,
  .woocommerce .woocommerce-message li,
  .woocommerce-page .woocommerce-error li,
  .woocommerce-page .woocommerce-info li,
  .woocommerce-page .woocommerce-message li {
    list-style: none outside !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  
  .woocommerce .woocommerce-message:before,
  .woocommerce-page .woocommerce-message:before {
    background-color: transparent;
    content: "\2713";
    display: none;
  }
 
 
  .woocommerce .woocommerce-info:before,
  .woocommerce-page .woocommerce-info:before {
    content: "i";
    font-family: Times, Georgia, serif;
    font-style: italic;
  }
  
  .woocommerce .woocommerce-error:before,
  .woocommerce-page .woocommerce-error:before {
    content: "\00d7";
    font-weight: 500;
  }
  
  .woocommerce small.note,
  .woocommerce-page small.note {
    display: block;
    color: #777;
    font-size: 14px;
    line-height: 21px;
    margin-top: 10px;
  }
  
  .woocommerce.product.br_compare_button {
    position: relative;
    display: inline-block;
  }
  
  .woocommerce div.product .product_title,
  .woocommerce-page div.product .product_title {
    margin: 25px 0 5px;
    font-size: 41px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 44px;
    clear: none;
    width: 82%;
    color: #fff;
  }
  
  .woocommerce #content div.product .stock,
  .woocommerce div.product .stock,
  .woocommerce-page #content div.product .stock,
  .woocommerce-page div.product .stock {
    color: #3aba3a;
    font-weight: 400;
    margin: 0px 0 8px;
    font-size: 14px;
  }
  
  .woocommerce #content div.product .out-of-stock,
  .woocommerce div.product .out-of-stock,
  .woocommerce-page #content div.product .out-of-stock,
  .woocommerce-page div.product .out-of-stock {
    color: #ff0000;
    font-weight: 700;
    margin: 5px 0;
  }
  
  .woocommerce #content div.product div.images img,
  .woocommerce div.product div.images img,
  .woocommerce-page #content div.product div.images img,
  .woocommerce-page div.product div.images img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  
  .woocommerce #content div.product div.images div.thumbnails,
  .woocommerce div.product div.images div.thumbnails,
  .woocommerce-page #content div.product div.images div.thumbnails,
  .woocommerce-page div.product div.images div.thumbnails {
    padding: 15px 0;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  
  .yith_magnifier_gallery li {
    box-sizing: border-box;
    padding: 0 5px;
  }
  
  .woocommerce #content div.product div.social span .stButton .chicklets,
  .woocommerce div.product div.social span .stButton .chicklets,
  .woocommerce-page #content div.product div.social span .stButton .chicklets,
  .woocommerce-page div.product div.social span .stButton .chicklets {
    padding-left: 16px;
    width: 0;
  }
  
  .woocommerce #content div.product div.social iframe,
  .woocommerce div.product div.social iframe,
  .woocommerce-page #content div.product div.social iframe,
  .woocommerce-page div.product div.social iframe {
    float: left;
    margin-top: 3px;
  }
  
  .upsells,
  .related,
  .cross-sells {
    margin: 0 -15px;
    clear: both;
    padding: 0;
    text-align: left;
  }
  
  .woocommerce .upsells ul.products,
  .woocommerce .related ul.products,
  .woocommerce .cross-sells ul.products {
    padding: 0;
  }
  
  .woocommerce #content div.product p.cart,
  .woocommerce div.product p.cart,
  .woocommerce-page #content div.product p.cart,
  .woocommerce-page div.product p.cart {
    *zoom: 1;
  }
  
  .woocommerce #content div.product p.cart:after,
  .woocommerce #content div.product p.cart:before,
  .woocommerce div.product p.cart:after,
  .woocommerce div.product p.cart:before,
  .woocommerce-page #content div.product p.cart:after,
  .woocommerce-page #content div.product p.cart:before,
  .woocommerce-page div.product p.cart:after,
  .woocommerce-page div.product p.cart:before {
    content: " ";
    display: table;
  }
  
  .woocommerce #content div.product p.cart:after,
  .woocommerce div.product p.cart:after,
  .woocommerce-page #content div.product p.cart:after,
  .woocommerce-page div.product p.cart:after {
    clear: both;
  }
  
  .woocommerce #content div.product form.cart:after,
  .woocommerce #content div.product form.cart:before,
  .woocommerce div.product form.cart:after,
  .woocommerce div.product form.cart:before,
  .woocommerce-page #content div.product form.cart:after,
  .woocommerce-page #content div.product form.cart:before,
  .woocommerce-page div.product form.cart:after,
  .woocommerce-page div.product form.cart:before {
    content: " ";
    display: table;
  }
  
  .woocommerce #content div.product form.cart:after,
  .woocommerce div.product form.cart:after,
  .woocommerce-page #content div.product form.cart:after,
  .woocommerce-page div.product form.cart:after {
    clear: both;
  }
  
  .woocommerce div.product form.cart div.quantity,
  .woocommerce-page div.product form.cart div.quantity {
    float: left;
    margin: 2px 4px 0 0;
    display: inline;
  }
  
  .woocommerce #content div.product form.cart table,
  .woocommerce div.product form.cart table,
  .woocommerce-page #content div.product form.cart table,
  .woocommerce-page div.product form.cart table {
    border-width: 0;
    margin-bottom: 15px;
  }
  
  .woocommerce #content div.product form.cart table td,
  .woocommerce div.product form.cart table td,
  .woocommerce-page #content div.product form.cart table td,
  .woocommerce-page div.product form.cart table td {
    padding-left: 0;
    border-width: 0;
  }
  
  .woocommerce #content div.product form.cart table div.quantity,
  .woocommerce div.product form.cart table div.quantity,
  .woocommerce-page #content div.product form.cart table div.quantity,
  .woocommerce-page div.product form.cart table div.quantity {
    float: none;
    margin: 0;
  }
  
  .woocommerce #content div.product form.cart table small.stock,
  .woocommerce div.product form.cart table small.stock,
  .woocommerce-page #content div.product form.cart table small.stock,
  .woocommerce-page div.product form.cart table small.stock {
    display: block;
    float: none;
  }
  
  .woocommerce #content div.product form.cart .variations,
  .woocommerce div.product form.cart .variations,
  .woocommerce-page #content div.product form.cart .variations,
  .woocommerce-page div.product form.cart .variations {
    margin-bottom: 0;
  }
  
  .entry-summary .single_variation {
    margin: 0 0 10px;
  }
  
  .woocommerce #content div.product form.cart .variations select,
  .woocommerce div.product form.cart .variations select,
  .woocommerce-page #content div.product form.cart .variations select,
  .woocommerce-page div.product form.cart .variations select {
    border: 1px solid #FFF1D8;
    font-size: 14px;
    margin: 6px 0;
    padding: 6px 10px 6px 15px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 50px;
    background: transparent;
    color: #000;
    background-position: right 5% bottom 45%;
    background-repeat: no-repeat;
    background-image: url("../../images/workdo/svg/down_arrow.svg");
    background-size: 12px;
    appearance: none;
    cursor: pointer;
  }
  
  .woocommerce-variation-price {
    margin: 10px 0;
  }
  
  .single_variation_wrap {
    box-sizing: border-box;
    overflow: hidden;
    padding: 0px;
  }
  
  #yith-quick-view-modal .yith-wcqv-main #yith-quick-view-content div.summary {
    padding: 8px !important;
  }
  
  #yith-quick-view-modal
    .yith-wcqv-main
    #yith-quick-view-content
    div.summary
    .summary-content {
    padding: 5px 0 0 0;
  }
  
  .reset_variations {
    display: inline-block !important;
    font-size: 14px;
    border-radius: 0;
    margin: 10px 0 20px;
  }
  
  .woocommerce #content div.product form.cart .variations td.label,
  .woocommerce div.product form.cart .variations td.label,
  .woocommerce-page #content div.product form.cart .variations td.label,
  .woocommerce-page div.product form.cart .variations td.label {
    padding-right: 1em;
  }
  
  .woocommerce #content div.product form.cart .group_table td.label,
  .woocommerce div.product form.cart .group_table td.label,
  .woocommerce-page #content div.product form.cart .group_table td.label,
  .woocommerce-page div.product form.cart .group_table td.label {
    padding-right: 1em;
    padding-left: 1em;
  }
  
  .woocommerce #content div.product form.cart .group_table td,
  .woocommerce div.product form.cart .group_table td,
  .woocommerce-page #content div.product form.cart .group_table td,
  .woocommerce-page div.product form.cart .group_table td {
    vertical-align: middle;
    padding-bottom: 0.5em;
    width: 33.3%;
    padding-right: 0.5rem;
    padding: 15px 12px;
    border-bottom: 1px solid #eee;
  }
  
  .group_table tr td:first-child {
    padding-left: 0;
  }
  
  .price > dis {
    color: #808080;
    font-size: 16px;
    font-weight: normal;
  }
  
  .woo-entry-new-badge {
    left: 20px;
    right: auto;
  }
  
  .woocommerce span.onsale,
  .woocommerce-page span.onsale,
  .woo-entry-new-badge {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    left: 0px;
    padding: 2px 5px;
    position: absolute;
    text-align: center;
    text-transform: capitalize;
    top: 0px;
    z-index: 4;
    vertical-align: top;
    line-height: 15px;
    letter-spacing: 1.2px;
    font-weight: 300;
    opacity: 1;
    background: transparent;
    border-radius: 10px;
    border: 1px solid #fff;
  }
  
  .product-gradiant .onsale {
    display: none !important;
  }
  
  .product-gradiant .onsale_perchange {
    display: block !important;
  }
  
  .woocommerce .image-block span.onsale {
    display: none;
  }
  
  .woocommerce .product-block-inner .onsale.onsale_perchange {
    right: auto;
    display: block;
  }
  
  .woocommerce .entry-summary .yith-wcwl-add-to-wishlist .add_to_wishlist::after {
    font-family: "FontAwesome";
    content: "\f08a";
    font-size: 14px;
    padding-left: 5px;
  }
  
  .woocommerce-product-gallery .onsale {
    display: none;
  }
  
  .woocommerce-product-gallery span.onsale {
    left: 9px;
  }
  
  .woocommerce ul.products li.product:hover .onsale,
  .woocommerce-page ul.products li.product:hover .onsale,
  .woocommerce ul.products.list li.product .onsale,
  .woocommerce-page ul.products.list li.product .onsale {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
  }
  
  .products.list .sale-per {
    position: static;
  }
  
  .sale-per {
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    right: 10px;
    top: 7px;
  }
  
  .yith_magnifier_lens {
    background: rgba(0, 0, 0, 0.5) !important;
  }
  
  .yith_magnifier_zoom_magnifier {
    background: #fff;
    z-index: 9999;
    border: 0 !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -khtml-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
  }
  
  .woocommerce .products ul,
  .woocommerce ul.products,
  .woocommerce-page .products ul,
  .woocommerce-page ul.products {
    padding: 0;
    /*margin:0 -5px ; */
    margin: 0;
    list-style: none outside;
    *zoom: 1;
  }
  
  .woocommerce .products ul.list,
  .woocommerce ul.products.list,
  .woocommerce-page .products ul.list,
  .woocommerce-page ul.products.list {
    margin: 0 -15px;
  }
  
  .home .woo-carousel .woocommerce,
  .home .woo-slick .woocommerce {
    margin: 0 -10px;
  }
  
  .home-featured-carousel .item {
    margin: 0 15px 0;
  }
  
  #wpmm-wrap-megamenu.woocommerce {
    margin: 0;
    border: none;
  }
  
  .upsells ul,
  .related ul,
  .cross-sells ul {
    margin: 0;
  }
  
  .woocommerce .products ul:after,
  .woocommerce ul.products:after,
  .woocommerce-page .products ul:after,
  .woocommerce-page ul.products:after {
    clear: both;
  }
  
  .woocommerce .products ul li,
  .woocommerce ul.products li,
  .woocommerce-page .products ul li,
  .woocommerce-page ul.products li {
    list-style: none outside;
  }
  
  ul.products.list li.product img {
    width: auto !important;
  }
  
  .list .product-detail-wrapper {
    overflow: hidden;
    text-align: left;
    margin: 0;
    padding: 10px 15px;
    box-sizing: border-box;
    height: auto;
	width:70%;
  }
  .list .product-block-inner > .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
		order:unset;
		width: 30%;
	}
  .list li:hover .product-detail-wrapper {
    transform: none;
  }
  
  .home .woocommerce ul.products .slick-slide {
    height: auto;
  }
  
  .list .product-button-outer {
    margin: 0;
  }
  
  .woocommerce ul.products.list .container-inner,
  .woocommerce-page ul.products.list .container-inner {
    text-align: left;
    margin: 0;
    padding: 0;
  }
  
  .woocommerce ul.products.list .container-inner .image-block,
  .woocommerce-page ul.products.list .container-inner .image-block {
    float: left;
    overflow: hidden;
  }
  
  .ie8 .woocommerce ul.products.list li.product:hover .price,
  .ie8 .woocommerce-page ul.products.list li.product:hover .price {
    display: block;
  }
  
  .woocommerce ul.products li.product .product-name,
  .woocommerce-page ul.products li.product .product-name,
  .counter-products-carousel .product-name {
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    transition: 0.3s ease;
    color: #FFF1D8;
    font-family: Outfit;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	margin-bottom:10px;
	  margin-top:10px;
  }
  
  .product-name strong {
    font-style: normal;
    font-weight: 400;
  }
  
  .product-detail-wrapper .product-tag a {
    text-transform: capitalize;
    font-size: 14px;
    line-height: 15px;
    color: #fff;
  }
  
  .product-tag {
    font-weight: 300;
  }
  
  .woocommerce ul.products li.product .product-name:hover,
  .woocommerce-page ul.products li.product .product-name:hover {
    color: #FFF1D8;
  }
  
  .woocommerce ul.products.list li.product h3,
  .woocommerce-page ul.products.list li.product h3 {
    font-size: 22px;
    margin: 0 0 15px 0;
  }
  
  .woocommerce ul.products li.product a img,
  .woocommerce-page ul.products li.product a img {
    transition: all 0.4s ease;
    margin: 0 auto;
    height: auto;
    max-width: 100%;
  }
  
  .woo-content.products_block.featured .add_to_cart_button {
    border: none;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    position: absolute;
    left: 0;
    bottom: -5px;
  }
  
  .woo-content.products_block.featured
    .container-inner:hover
    .add_to_cart_button {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
  }
  
  .ie8 .woocommerce ul.products li.product .product_type_simple,
  .ie8 .woocommerce-page ul.products li.product .product_type_simple,
  .ie8 .woocommerce ul.products li.product .product_type_grouped,
  .ie8 .woocommerce-page ul.products li.product .product_type_grouped,
  .ie8 .woocommerce ul.products li.product .product_type_external,
  .ie8 .woocommerce-page ul.products li.product .product_type_external,
  .ie8 .woocommerce ul.products li.product .product_type_variable,
  .ie8 .woocommerce-page ul.products li.product .product_type_variable {
    display: none;
  }
  
  #woo-small-products ul.products li.product .product_type_simple,
  #woo-small-products ul.products li.product .product_type_grouped,
  #woo-small-products ul.products li.product .product_type_external,
  #woo-small-products ul.products li.product .product_type_variable {
    display: none !important;
  }
  
  .ie8 .woocommerce ul.products.list li.product .product_type_simple,
  .ie8 .woocommerce-page ul.products.list li.product .product_type_simple,
  .ie8 .woocommerce ul.products.list li.product .product_type_grouped,
  .ie8 .woocommerce-page ul.products.list li.product .product_type_grouped,
  .ie8 .woocommerce ul.products.list li.product .product_type_external,
  .ie8 .woocommerce-page ul.products.list li.product .product_type_external,
  .ie8 .woocommerce ul.products.list li.product .product_type_variable,
  .ie8 .woocommerce-page ul.products.list li.product .product_type_variable {
    display: block;
  }
  
  .woocommerce ul.products li.product .image-block > a {
    margin: 0;
    display: block;
    text-align: center;
  }
  
  .product-detail-wrapper {
    position: unset;
    text-align: left;
    margin: 0;
    transition: all 0.2s ease-in-out 0s;
    border: none;
    border-top: none;
    border-radius: 0;
  }
  
  .product-detail-wrapper
    .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    display: block;
  }
  
  .list .product-detail-wrapper {
    border: none;
  }
  
  .list .product-block-inner {
    border: 1px solid #FFF1D8;
    border-radius: 15px;
  }
  
  .woocommerce ul.products li.product .image-block,
  .woocommerce-page ul.products li.product .image-block,
  .counter-products-carousel .image-block {
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    vertical-align: top;
    display: block;
    border-radius: 0;
  }
  
  .image-block .cart-aerrow {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 30px;
    width: 30px;
    text-align: center;
  }
  
  .image-block .cart-aerrow svg {
    height: 15px;
    width: 13px;
    fill: #fff;
    padding-top: 4px;
  }
  
  .top-rated-product .image-block .cart-aerrow,
  .best-selling-product .image-block .cart-aerrow {
    display: none;
  }
  
  .woocommerce ul.products li.product:hover .product-block-hover,
  .woocommerce-page ul.products li.product:hover .product-block-hover {
    opacity: 1;
    -webkit-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
  }
  
  .product-button-outer {
    position: relative;
    margin: 0;
    clear: both;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  
  ul.products li.product:hover .product-button-outer,
  .list .product-button-outer {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    bottom: 0;
  }
  
  .woocommerce-product-details__short-description {
    clear: both;
    padding: 10px 0;
  }
  
  .woocommerce ul.products.list li .container-inner,
  .woocommerce-page ul.products.list li .container-inner {
    max-width: 100%;
  }
  
  .yith-wcwl-wishlistaddedbrowse.show a {
    margin: 0;
    font-size: 0;
  }
  
  .woocommerce .button.yith-wcqv-button:hover {
    background-color: #FFF1D8;
  }
  
  .woocommerce ul.products.list li.product .product_type_simple,
  .woocommerce-page ul.products.list li.product .product_type_simple,
  .woocommerce ul.products.list li.product .product_type_grouped,
  .woocommerce-page ul.products.list li.product .product_type_grouped,
  .woocommerce ul.products.list li.product .product_type_external,
  .woocommerce-page ul.products.list li.product .product_type_external,
  .woocommerce ul.products.list li.product .product_type_variable,
  .woocommerce-page ul.products.list li.product .product_type_variable {
    clear: both;
    display: inline-block;
    font-size: 0;
    background-image: url("../../images/workdo/svg/cart.svg");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #141317;
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 0;
    height: 32px;
    width: 32px;
    margin: 0;
    box-shadow: unset !important;
  }
  
  .entry-summary .br_compare_button {
    padding-left: 0 !important;
  }
  
  .woocommerce .single-pro-inner .summary .product_meta {
    margin-top: 0px;
  }
  
  .woocommerce .button.yith-wcqv-button,
  .woocommerce .product-block-outer a.br_compare_button,
  .product-block-outer .yith-wcwl-add-to-wishlist a.add_to_wishlist,
  .woocommerce ul.products li.product .yith-wcwl-wishlistexistsbrowse.show a,
  .woocommerce-page ul.products li.product .yith-wcwl-wishlistexistsbrowse.show a,
  .woocommerce ul.products li.product .yith-wcwl-wishlistaddedbrowse.show a,
  .woocommerce ul.products li.product .product_type_variation,
  .woocommerce-page ul.products li.product .yith-wcwl-wishlistaddedbrowse.show a {
    display: inline-block;
    font-size: 0;
    padding: 0;
    position: relative;
    vertical-align: top;
    height: 36px;
    width: 36px;
    border: medium none;
    margin: 0 2px;
    transition: none;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
  }
  
  ul.products .yith-wcwl-add-to-wishlist {
    margin-top: 0;
    position: relative;
    display: inline-block;
  }
  
  .woocommerce ul.products li.product .product_type_grouped,
  .woocommerce-page ul.products li.product .product_type_grouped,
  .woocommerce ul.products li.product .product_type_external,
  .woocommerce-page ul.products li.product .product_type_external,
  .woocommerce ul.products li.product .product_type_variable,
  .woocommerce-page ul.products li.product .product_type_variable,
  .woocommerce ul.products li.product .product_type_simple,
  .woocommerce ul.products li.product .product_type_variation,
  .woocommerce-page ul.products li.product .product_type_simple {
    display: block;
    font-size: 14px;
    line-height: 20px;
    transition: 0.3s ease;
    border: none;
    background-color: #FFF1D8;
    border-radius: 50px;
    padding: 10px 22px 10px 22px;
    letter-spacing: 0;
    font-weight: 500;
    box-shadow: unset;
    font-family: Outfit;
    box-shadow: 0 9px 16px #FFF1D852 !important;
  }
  
  .pro-btn {
    cursor: pointer;
    transition: 0.3s all ease;
  }
  
  .list .pro-btn {
    position: relative;
    opacity: 1;
    bottom: auto;
    margin-top: 0px;
    right: 0;
    display: inline-block;
  }
  
  .list .pro-btn a:hover {
    background-color: #FFF1D8 !important;
  }
  
  body .list .product-block-outer {
    display: inline-block;
  }
  
  body .list .product-block-hover {
    bottom: auto !important;
    right: auto !important;
    opacity: 1 !important;
    left: auto !important;
    display: inline-block !important;
    position: relative;
    transform: translate(0);
  }
  
  body .list .pro-btn a::after {
    content: none !important;
  }
  
  .woocommerce ul.products.list li .container-inner:hover .pro-btn {
    bottom: auto;
    left: 0;
  }
  
  .woocommerce ul.products li.product .product_type_grouped:hover,
  .woocommerce-page ul.products li.product .product_type_grouped:hover,
  .woocommerce ul.products li.product .product_type_external:hover,
  .woocommerce-page ul.products li.product .product_type_external:hover,
  .woocommerce ul.products li.product .product_type_variable:hover,
  .woocommerce-page ul.products li.product .product_type_variable:hover,
  .woocommerce ul.products li.product .product_type_simple:hover,
  .woocommerce ul.products li.product .product_type_variation:hover,
  .woocommerce-page ul.products li.product .product_type_simple:hover {
    background-color: #141317;
    border-color: transparent;
  }
  
  /*.woocommerce ul.products li.product .button.add_to_cart_button.added:hover {
      background: #FFF1D8 url("../../images/workdo/icons.png") no-repeat scroll 5px -597px;
      margin: 0 6px;
      color :#000;
  }
  .woocommerce ul.products li.product .button.add_to_cart_button.added {
      background: #FFF1D8 url("../../images/workdo/icons.png") no-repeat scroll 5px -597px;
      color: #000;
      margin: 0 6px;
  }*/
  
  .woocommerce .button.yith-wcqv-button {
    background-image: url("../../images/workdo/svg/eye.svg");
  }
  
  .woocommerce .button.yith-wcqv-button:hover {
    background-image: url("../../images/workdo/svg/eye.svg");
    background-color: #FFF1D8;
    border-color: #FFF1D8;
  }
  
  .woocommerce a.br_compare_button {
    background-image: url("../../images/workdo/svg/compare.svg");
  }
  
  .woocommerce a.br_compare_button:hover {
    background-image: url("../../images/workdo/svg/compare.svg");
    background-color: #FFF1D8;
    border-color: #FFF1D8;
  }
  
  .woocommerce .yith-wcwl-add-to-wishlist a.add_to_wishlist {
    background-image: url("../../images/workdo/svg/heart.svg");
    background-position: right !important;
  }
  
  .woocommerce .yith-wcwl-add-to-wishlist a.add_to_wishlist:hover {
    background-image: url("../../images/workdo/svg/heart-hover.svg");
    background-color: #FFF1D8;
    border-color: #FFF1D8;
  }
  
  .woocommerce ul.products li.product .yith-wcwl-wishlistexistsbrowse.show a,
  .woocommerce-page ul.products li.product .yith-wcwl-wishlistexistsbrowse.show a,
  .woocommerce ul.products li.product .yith-wcwl-wishlistaddedbrowse.show a,
  .woocommerce-page ul.products li.product .yith-wcwl-wishlistaddedbrowse.show a {
    background-image: url("../../images/workdo/svg/next.svg");
  }
  
  .woocommerce
    ul.products
    li.product
    .yith-wcwl-wishlistexistsbrowse.show
    a:hover,
  .woocommerce-page
    ul.products
    li.product
    .yith-wcwl-wishlistexistsbrowse.show
    a:hover,
  .woocommerce ul.products li.product .yith-wcwl-wishlistaddedbrowse.show a:hover,
  .woocommerce-page
    ul.products
    li.product
    .yith-wcwl-wishlistaddedbrowse.show
    a:hover {
    background-image: url("../../images/workdo/svg/next.svg");
  }
  
  .woocommerce ul.products li.product .br_compare_button.br_compare_added {
    background-image: url("../../images/workdo/svg/right-hover.svg");
  }
  
  /*.woocommerce ul.products li.product .br_compare_button.br_compare_added:hover{background-image: url("../../images/workdo/svg/right.svg");}
  */
  
  .yith-wcwl-add-to-wishlist .ajax-loading {
    left: 0;
    margin: 0 auto !important;
    position: absolute;
    right: 0;
    top: 7px;
  }
  
  .list .yith-wcwl-add-to-wishlist .ajax-loading {
    left: 7px;
  }
  
  #woo-products {
    clear: both;
    position: relative;
  }
  
  #woo-products {
    margin: 0;
  }
  
  .primary-sidebar .price_label {
    font-size: 14px;
  }
  
  del .amount,
  del .amount span {
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    opacity: 0.8;
    display: inline-block;
    text-decoration: line-through;
  }
  
  .product-price del .amount,
  .product-price del .amount span {
    vertical-align: unset;
    font-size: 14px;
  }
  
  .product-price ins .woocommerce-Price-currencySymbol {
    display: none;
  }
  
  del .woocommerce-Price-currencySymbol {
    display: block;
  }
  
  .primary-sidebar .price_label,
  .amount,
  .amount span,
  ins .amount span,
  .price {
    font-weight: 500;
    position: relative;
    font-family: Outfit;
    display: inline;
  }
  
  .header-cart .product_list_widget .amount span {
    font-weight: 500;
  }
  
  .price_label,
  .woocommerce ul.products li.product .price,
  .woocommerce-page ul.products li.product .price {
    transition: 0.3s all ease;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    display: block;
    direction: rtl;
	line-height:24px;
	color:#fff;
  }
  
  .product-type-variable .price {
    direction: ltr;
  }
  
  .woocommerce-page.woocommerce ul.products.list li.product .price {
    min-height: 35px;
    padding-bottom: 0;
  }
  
  .primary-sidebar del .amount,
  .woocommerce ul.products li.product .price del,
  .woocommerce-page ul.products li.product .price del {
    color: #878787;
    font-weight: 300;
    margin-right: 2px;
    font-size: 14px;
    text-decoration: line-through;
    line-height: 12px;
  }
  
  .woocommerce
    ul.products
    li.product.product-type-variable
    .woocommerce-Price-amount.amount,
  .woocommerce
    ul.products
    li.product.product-type-grouped
    .woocommerce-Price-amount.amount {
    letter-spacing: 0;
  }
  
  .woocommerce .woocommerce-button.woocommerce-button--next {
    padding: 10px 20px 8px;
    display: inline;
  }
  
  .woocommerce ul.products.list li.product .price del,
  .woocommerce-page ul.products.list li.product .price del {
    display: inline-block;
    vertical-align: middle;
  }
  
  .primary-sidebar .amount {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
  }
  
  .single-product.woocommerce .thumbnails #slider-prev,
  .single-product.woocommerce .thumbnails #slider-next {
    background-image: none !important;
    height: 22px !important;
    width: 22px !important;
    display: block;
    font-size: 0;
    color: #000;
    position: absolute;
    left: 0;
    text-align: center;
    top: 46%;
    line-height: 20px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border: 1px solid #000;
    background-color: #fff !important;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -moz-border-radius: 50px;
    box-sizing: border-box;
  }
  
  .single-product.woocommerce .thumbnails #slider-prev {
    left: 0;
    right: auto;
  }
  
  .single-product.woocommerce .thumbnails #slider-next {
    right: 0;
    left: auto;
  }
  
  .single-product.woocommerce .thumbnails #slider-prev:hover,
  .single-product.woocommerce .thumbnails #slider-next:hover {
    background-color: #FFF1D8 !important;
    color: #fff;
    border-color: #FFF1D8;
  }
  
  .single-product.woocommerce .thumbnails #slider-prev:before,
  .single-product.woocommerce .thumbnails #slider-next:before {
    font-family: "FontAwesome";
    font-size: 16px;
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
  }
  
  .single-product.woocommerce .thumbnails #slider-prev:before {
    content: "\f104";
    left: -1px;
  }
  
  .single-product.woocommerce .thumbnails #slider-next:before {
    content: "\f105";
    right: -2px;
  }
  
  .single-product #content .images .attachment-shop_single {
    width: 100%;
  }
  
  .summary .price {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin: 10px 0 0 0;
    padding-top: 0px;
    display: inline-block;
    width: 100%;
  }
  
  .product-type-variable .summary .price {
    display: flex;
    align-items: center;
  }
  
  .summary
    .price
    del
    .woocommerce-Price-amount.amount
    .woocommerce-Price-currencySymbol {
    color: #ccc;
  }
  
  .summary .price del {
    font-weight: normal;
    color: #b2b2b2;
  }
  
  .summary .price del span {
    font-size: 20px;
    color: #fff;
    vertical-align: initial;
  }
  
  .summary .woocommerce-variation-price .price del span {
    font-size: 16px;
  }
  
  .summary .woocommerce-variation-price .price {
    padding: 0;
    margin: 0;
  }
  
  .single-product #content div.product .group_table del,
  .single-product #content div.product .group_table ins {
    font-size: 14px;
  }
  
  .single-product #content div.product .group_table del {
    color: #909090;
    font-weight: normal;
  }
  
  .group_table .quantity {
    display: inline-flex;
  }
  
  .woocommerce ul.products li.product .price .from,
  .woocommerce-page ul.products li.product .price .from {
    font-size: 0.67em;
    margin: -2px 0 0 0;
    text-transform: uppercase;
    color: rgba(145, 145, 145, 0.5);
  }
  
  .woocommerce .woocommerce-ordering,
  .woocommerce .woocommerce-result-count,
  .woocommerce-page .woocommerce-ordering,
  .woocommerce-page .woocommerce-result-count {
    margin-bottom: 0;
  }
  
  .woocommerce .woocommerce-ordering select,
  .woocommerce-page .woocommerce-ordering select {
    vertical-align: top;
  }
  
  .woocommerce-pagination {
    text-align: center;
  }
  
  .woocommerce #content nav.woocommerce-pagination ul,
  .woocommerce nav.woocommerce-pagination ul,
  .woocommerce-page #content nav.woocommerce-pagination ul,
  .woocommerce-page nav.woocommerce-pagination ul {
    padding: 0;
    clear: both;
    margin: 1px;
    text-align: right;
  }
  
  .woocommerce #content nav.woocommerce-pagination ul li,
  .woocommerce nav.woocommerce-pagination ul li,
  .woocommerce-page #content nav.woocommerce-pagination ul li,
  .woocommerce-page nav.woocommerce-pagination ul li {
    padding: 0;
    margin: 0 2px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
  }
  
  .woocommerce-pagination span,
  .woocommerce-pagination a {
    border-radius: 0;
    margin: 0;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    height: 30px;
    min-width: 30px;
    line-height: 30px;
    display: block;
    padding: 0 2px;
    color: #000;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
  }
  
  .woocommerce-pagination span.current,
  .woocommerce-pagination a:hover {
    color: #fff;
    background: #FFF1D8;
  }
  
  .woocommerce-pagination a.next.page-numbers {
    font-size: 0;
    position: relative;
    padding: 0 3px 0 0;
  }
  
  .woocommerce-pagination a.next.page-numbers::before,
  .woocommerce-pagination a.prev.page-numbers::before {
    content: "\f105";
    position: absolute;
    font-family: FontAwesome;
    font-size: 19px;
    line-height: 29px;
  }
  
  .woocommerce-pagination a.prev.page-numbers::before {
    content: "\f104";
  }
  
  .woocommerce-pagination a.prev.page-numbers {
    line-height: 25px;
    font-size: 0;
    padding: 0 3px 0 0px;
  }
  
  .woocommerce #content input.button.loading,
  .woocommerce #respond input#submit.loading,
  .woocommerce a.button.loading,
  .woocommerce button.button.loading,
  .woocommerce input.button.loading,
  .woocommerce-page #content input.button.loading,
  .woocommerce-page #respond input#submit.loading,
  .woocommerce-page a.button.loading,
  .woocommerce-page button.button.loading,
  .woocommerce-page input.button.loading {
    color: #fff;
    border: 1px solid transparent;
  }
  
  .woocommerce ul.products li.product .button.loading:after {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #bbb;
    border-left-color: #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 1;
    margin-left: -9px;
    margin-top: -9px;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    opacity: 1;
    -webkit-animation: wt-rotate 450ms infinite linear;
    animation: wt-rotate 450ms infinite linear;
  }
  
  @-webkit-keyframes wt-rotate {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @keyframes wt-rotate {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  .widget_shopping_cart_content .buttons .wc-forward {
    background-color: #FFF1D8;
    border: 1px solid #FFF1D8;
    box-sizing: border-box;
    margin: 0 2px 5px;
    text-align: center;
    padding: 8px 18px 7px;
  }
  
  .woocommerce .cart .button,
  .woocommerce .cart input.button,
  .woocommerce-page .cart .button,
  .woocommerce-page .cart input.button,
  .woocommerce button.button:disabled,
  .woocommerce-page button.button:disabled {
    float: right;
    padding: 8px 15px;
    border-radius: 50px;
    align-items: center;
    font-weight: 500;
  }
  
  .woocommerce ul.products li.product .added_to_cart,
  .woocommerce ul.products.list li.product .added_to_cart {
    margin: 0;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 20px;
    margin-top: 0;
    background-color: #FFF1D8;
    border-radius: 50px;
    padding: 10px 20px;
    width: 100%;
    display: none;
    text-align: center;
  }
  
  .woocommerce ul.products li.product .added_to_cart:hover {
    background-color: #000;
  }
  
  .woocommerce ul.products li.product .added,
  .woocommerce ul.products.list li.product .added {
    display: inline-block;
  }
  
  .woocommerce ul.products li.product .added ~ .added_to_cart,
  .woocommerce ul.products.list li.product .added ~ .added_to_cart {
    display: inline-block;
/*     vertical-align: middle; */
  }
  
  .woocommerce #reviews h2 small,
  .woocommerce-page #reviews h2 small {
    float: right;
    color: #777;
    font-size: 15px;
    line-height: 21px;
    margin: 10px 0 0;
  }
  
  .woocommerce #reviews h2 small a,
  .woocommerce-page #reviews h2 small a {
    text-decoration: none;
  }
  
  .woocommerce #reviews h3,
  .woocommerce-page #reviews h3 {
    font-weight: bold;
    margin: 0 0 10px;
  }
  
  .woocommerce #reviews #respond,
  .woocommerce-page #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0;
  }
  
  .woocommerce #reviews #comment,
  .woocommerce-page #reviews #comment {
    height: 75px;
  }
  
  .woocommerce #reviews #comments .add_review,
  .woocommerce-page #reviews #comments .add_review {
    *zoom: 1;
  }
  
  .woocommerce #reviews #comments .add_review:after,
  .woocommerce #reviews #comments .add_review:before,
  .woocommerce-page #reviews #comments .add_review:after,
  .woocommerce-page #reviews #comments .add_review:before {
    content: " ";
    display: table;
  }
  
  .woocommerce #reviews #comments .add_review:after,
  .woocommerce-page #reviews #comments .add_review:after {
    clear: both;
  }
  
  .woocommerce #reviews #comments h2,
  .woocommerce-page #reviews #comments h2 {
    clear: none;
    margin: 0px 0 15px 0;
    font-size: 18px;
  }
  
  .woocommerce #reviews #comments ol.commentlist,
  .woocommerce-page #reviews #comments ol.commentlist {
    *zoom: 1;
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none;
  }
  
  .woocommerce #reviews #comments ol.commentlist:after,
  .woocommerce #reviews #comments ol.commentlist:before,
  .woocommerce-page #reviews #comments ol.commentlist:after,
  .woocommerce-page #reviews #comments ol.commentlist:before {
    content: " ";
    display: table;
  }
  
  .woocommerce #reviews #comments ol.commentlist:after,
  .woocommerce-page #reviews #comments ol.commentlist:after {
    clear: both;
  }
  
  .woocommerce #reviews #comments ol.commentlist li,
  .woocommerce-page #reviews #comments ol.commentlist li {
    padding: 0;
    margin: 15px 0 15px;
    position: relative;
    background: 0;
    border: 0;
  }
  
  .woocommerce #reviews #comments ol.commentlist li .meta,
  .woocommerce-page #reviews #comments ol.commentlist li .meta {
    color: #fff;
    font-size: 0.75em;
  }
  
  .woocommerce #reviews #comments ol.commentlist li img.avatar,
  .woocommerce-page #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    width: 55px;
    height: auto;
    background: #f7f6f7;
    border: 1px solid #f0eef0;
    margin: 0;
    line-height: 1;
    box-sizing: border-box;
    border-radius: 50%;
  }
  
  .single-product .woocommerce-tabs .panel #comments {
    width: 50%;
    float: left;
  }
  
  .single-product .woocommerce-tabs .panel #review_form_wrapper {
    width: 50%;
    float: left;
  }
  
  #tab-reviews .comment-text .description {
    margin-bottom: 5px;
  }
  
  .woocommerce #reviews #comments ol.commentlist li .comment-text,
  .woocommerce-page #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 70px;
    padding: 0;
    *zoom: 1;
  }
  
  .woocommerce #reviews #comments ol.commentlist li .comment-text:after,
  .woocommerce #reviews #comments ol.commentlist li .comment-text:before,
  .woocommerce-page #reviews #comments ol.commentlist li .comment-text:after,
  .woocommerce-page #reviews #comments ol.commentlist li .comment-text:before {
    content: " ";
    display: table;
  }
  
  .woocommerce #reviews #comments ol.commentlist li .comment-text:after,
  .woocommerce-page #reviews #comments ol.commentlist li .comment-text:after {
    clear: both;
  }
  
  .woocommerce #reviews #comments ol.commentlist li .comment-text p,
  .woocommerce-page #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 5px;
    text-transform: capitalize;
  }
  
  .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
  .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size:14px;
  }
  
  .woocommerce #reviews #comments ol.commentlist ul.children,
  .woocommerce-page #reviews #comments ol.commentlist ul.children {
    list-style: none outside;
    margin: 20px 0 0 50px;
  }
  
  .woocommerce #reviews #comments ol.commentlist ul.children .star-rating,
  .woocommerce-page #reviews #comments ol.commentlist ul.children .star-rating {
    display: none;
  }
  
  .woocommerce #reviews #comments ol.commentlist #respond,
  .woocommerce-page #reviews #comments ol.commentlist #respond {
    border: 1px solid #f0eef0;
    border-radius: 0;
    padding: 1em 1em 0;
    margin: 20px 0 0 50px;
  }
  
  .woocommerce #reviews #comments .commentlist > li:before,
  .woocommerce-page #reviews #comments .commentlist > li:before {
    content: "";
  }
  
  #tab-reviews .comment-text .star-rating {
    margin: 0 0 10px;
    position: relative;
    top: 4px;
    left: 0;
    right: 0;
  }
  
  #tab-reviews .comment-text .meta .woocommerce-review__author {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
  }
  
  .comment-text p {
    margin-bottom: 0 !important;
  }
  
  .woocommerce ul.products.list li.product .star-rating {
    margin: 0 0 8px;
    position: relative;
    top: auto;
  }
  
  .list .product-block-inner {
    display: flex;
    width: 100%;
	padding:15px;
	align-items:center;
  }
  
  .woo-content.products_block.featured .star-rating {
    bottom: 70px;
    right: 8px;
  }
  
  .woocommerce .star-rating,
  .woocommerce-page .star-rating,
  .wpb_wl_summary .star-rating {
    overflow: hidden;
    position: absolute;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    width: 5.7em;
    font-family: star;
    margin: 0 auto;
    float: none;
    top: 0;
    left: 0;
    right: 0;
  }
  
  .product-detail-wrapper .star-rating {
    display: none;
  }
  
  .woocommerce
    .summary.entry-summary
    .woocommerce-variation-availability
    .stock.in-stock {
    margin-left: 0;
  }
  
  .woocommerce .comment-text .star-rating {
    line-height: 20px;
  }
  
  .woocommerce .star-rating:before,
  .woocommerce-page .star-rating:before,
  .wpb_wl_summary .star-rating:before {
    content: "\73\73\73\73\73";
    color: #fff;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
  }
  
  .woocommerce .star-rating span,
  .woocommerce-page .star-rating span,
  .wpb_wl_summary .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    color: #fcae01;
  }
  
  .woocommerce .star-rating span:before,
  .woocommerce-page .star-rating span:before,
  .wpb_wl_summary .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #fcae01;
  }
  
  .woocommerce .woocommerce-product-rating,
  .woocommerce-page .woocommerce-product-rating {
    display: flex;
    padding: 0px 0 0 0;
  }
  
  .woocommerce .woocommerce-product-rating .star-rating,
  .woocommerce-page .woocommerce-product-rating .star-rating,
  .wpb_wl_summary .star-rating {
    top: auto;
    float: none;
    margin: 0 auto;
    position: relative;
  }
  
  .single-product .summary .woocommerce-product-rating .star-rating {
    margin: 4px 10px 0 0;
  }
  
  .wpb_column.deal-product {
    padding-right: 15px !important;
  }
  
  .wpb_column.top-prod {
    padding-left: 15px !important;
  }
  
  .home-featured-carousel .product_title {
    margin: 0;
    font-weight: 400;
  }
  
  .home-featured-carousel .product-detail {
    text-align: left;
  }
  
  .home-featured-carousel .product-detail .time {
    text-align: center;
  }
  
  .home-featured-carousel .product_title a {
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    display: inline-block;
    color: #000;
  }
  
  .home-featured-carousel .product_title a:hover {
    color: #FFF1D8;
  }
  
  .home-featured-carousel .images {
    text-align: center;
    display: inline-block;
  }
  
  .home-featured-carousel {
    text-align: center;
  }
  
  .home .woocommerce ul.products .slick-slide {
    height: auto;
  }
  
  .top-product-tab .woo-content.products_block:not(.active) {
    display: block;
    overflow-y: hidden;
    height: 0;
  }
  
  .top-product-tab .woo-content.products_block.resp-tab-content-active {
    height: auto;
    padding-bottom: 40px;
  }
  
  .woocommerce .products .star-rating:before,
  .woocommerce-page .products .star-rating:before {
    color: #fcae01;
  }
  
  .woocommerce .products .star-rating span,
  .woocommerce-page .products .star-rating span {
    color: #fcae01;
  }
  
  .woocommerce .products .product:hover .star-rating,
  .woocommerce-page .products .product:hover .star-rating {
    visibility: visible;
  }
  
  .woocommerce .hreview-aggregate .star-rating,
  .woocommerce-page .hreview-aggregate .star-rating {
    margin: 10px 0 0;
  }
  
  .woocommerce #review_form #respond,
  .woocommerce-page #review_form #respond {
    *zoom: 1;
    position: static;
    margin: 0;
    width: auto;
    padding: 0;
    background: transparent none;
    border: 0;
  }
  
  .woocommerce #review_form #respond:after,
  .woocommerce #review_form #respond:before,
  .woocommerce-page #review_form #respond:after,
  .woocommerce-page #review_form #respond:before {
    content: " ";
    display: table;
  }
  
  .woocommerce #review_form #respond:after,
  .woocommerce-page #review_form #respond:after {
    clear: both;
  }
  
  .woocommerce #review_form #respond p,
  .woocommerce-page #review_form #respond p {
    margin: 10px 0 10px;
  }
  
  .woocommerce #review_form #respond p.stars,
  .woocommerce-page #review_form #respond p.stars {
    display: inline-block;
  }
  
  .woocommerce #review_form #respond .form-submit input,
  .woocommerce-page #review_form #respond .form-submit input {
    left: auto;
    padding: 9px 23px 7px;
  }
  
  .woocommerce #review_form #respond textarea,
  .woocommerce-page #review_form #respond textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  
  .woocommerce p.stars,
  .woocommerce-page p.stars {
    position: relative;
    font-size: 1em;
  }
  
  .woocommerce p.stars a,
  .woocommerce-page p.stars a {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-right: 0.2em;
    text-indent: -9999px;
    position: relative;
  }
  
  .woocommerce p.stars a,
  .woocommerce-page p.stars a {
    color: #000000;
  }
  
  .woocommerce p.stars a:hover,
  .woocommerce-page p.stars a:hover,
  .woocommerce p.stars a.active,
  .woocommerce-page p.stars a.active {
    color: #000000;
  }
  
  .woocommerce p.stars a:last-child,
  .woocommerce-page p.stars a:last-child {
    border-right: 0;
  }
  
  /******     REVIEW STAR     ******/
  .woocommerce p.stars a:before,
  .woocommerce p.stars a:hover ~ a:before {
    content: "\e021";
  }
  
  .woocommerce p.stars.selected a.active:before,
  .woocommerce p.stars:hover a:before {
    content: "\e020";
  }
  
  .woocommerce p.stars.selected a.active ~ a:before {
    content: "\e021";
  }
  
  .woocommerce p.stars.selected a:not(.active):before {
    content: "\e020";
  }
  
  .woocommerce p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    text-indent: 0;
  }
  
  .woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
  }
  
  .woocommerce p.stars a,
  .woocommerce-page p.stars a {
    color: #fcae01;
  }
  
  .woocommerce p.stars a:hover,
  .woocommerce-page p.stars a:hover,
  .woocommerce p.stars a.active,
  .woocommerce-page p.stars a.active {
    color: #fcae01;
  }
  
  /*blockOverlay*/
  .woocommerce .blockUI.blockOverlay {
    position: relative;
  }
  
  .woocommerce li.product .yith-wcqv-button .blockUI.blockOverlay,
  .woocommerce .wishlist-fragment .blockUI.blockOverlay {
    background-image: none !important;
  }
  
  .woocommerce .blockUI.blockOverlay:before,
  .woocommerce .loader:before {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #bbb;
    border-left-color: #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -9px;
    margin-top: -9px;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    opacity: 0.5;
    -webkit-animation: wt-rotate 450ms infinite linear;
    animation: wt-rotate 450ms infinite linear;
    background: none;
  }
  
  .woocommerce .wishlist-fragment .blockOverlay::before {
    content: "";
    width: 18px !important;
    height: 18px !important;
    display: inline-block !important;
    vertical-align: middle !important;
    border: 1px solid #bbb !important;
    border-left-color: #000 !important;
    border-radius: 50% !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    margin-left: -9px !important;
    margin-top: -9px !important;
    transition: opacity 0.2s ease !important;
    opacity: 0.5 !important;
    animation: wt-rotate 450ms infinite linear !important;
    background: none !important;
  }
  
  .br_new_compare_block .br_top_table a {
    padding: 6px 20px;
    margin-bottom: 6px;
  }
  
  .br_new_compare_block .br_top_table a {
    padding: 6px 20px;
    margin-bottom: 6px;
  }
  
  .br_new_compare_block .br_top_table h3 {
    font-size: 14px;
    line-height: 20px;
  }
  
  .cart_totals table {
    display: inline-table;
  }
  
  .woocommerce table.shop_attributes,
  .woocommerce-page table.shop_attributes {
    background: transparent;
    display: table;
    float: none;
    width: 100%;
    border-radius: 3px;
    border-bottom: 0;
  }
  
  .woocommerce table.shop_attributes th,
  .woocommerce-page table.shop_attributes th {
    width: 150px;
    font-weight: 500;
    padding: 8px;
    border-top: 0;
    margin: 0;
    color: #fff;
    box-sizing: border-box;
  }
  
  .woocommerce table.shop_attributes td,
  .woocommerce-page table.shop_attributes td {
    padding: 8px;
    border-top: 0;
    margin: 0;
  }
  
  .woocommerce table.shop_attributes td p,
  .woocommerce-page table.shop_attributes td p {
    margin: 0;
    padding: 0;
  }
  
  .woocommerce table.shop_attributes td,
  .woocommerce-page table.shop_attributes td {
    color: #fff;
  }
  
  .wc-proceed-to-checkout {
    margin: 0 15px 15px;
  }
  
  .woocommerce table.shop_table,
  .woocommerce-page table.shop_table {
    margin: 0 0 15px;
    width: 100%;
    border-collapse: separate;
    background: transparent;
    border-radius: 0;
  }
  
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table,
  .woocommerce-page table.shop_table.woocommerce-checkout-review-order-table {
    background: transparent;
  }
  
  .woocommerce .cart_totals table.shop_table,
  .woocommerce-page .cart_totals table.shop_table {
    border: 0;
  }
  
  .woocommerce table.shop_table.cart,
  .woocommerce-page table.shop_table.cart {
    margin: 0 0 12px;
  }
  
  .woocommerce table.shop_table th,
  .woocommerce-page table.shop_table th {
    font-size: 15px;
    font-weight: 500;
    line-height: 40px;
    color: #fff;
    text-align: left;
    border-bottom: 1px solid #ededed52 !important;
    text-transform: capitalize;
  }
  
  .woocommerce table.shop_table td,
  .woocommerce-page table.shop_table td {
    padding: 10px 12px;
    vertical-align: middle;
  }
  
  .woocommerce table.shop_table tr:last-child td,
  .woocommerce-page table.shop_table tr:last-child td {
    border-bottom: 0;
  }
  
  .woocommerce .cart_totals table.shop_table th,
  .woocommerce-page .cart_totals table.shop_table th {
    font-weight: 400;
    font-size: 16px;
  }
  
  .woocommerce table.shop_table td a {
    font-size: 14px;
    text-transform: capitalize;
    color: #fff !important;
  }
  
  .woocommerce table.shop_table td .amount {
    font-size: 14px;
    font-weight: 500;
  }

  
  .woocommerce table.shop_table td small,
  .woocommerce-page table.shop_table td small {
    font-weight: 400;
  }
  
  .woocommerce table.shop_table tfoot td,
  .woocommerce-page table.shop_table tfoot td {
    font-weight: 500;
    background: none;
  }
  
  .woocommerce table.shop_table tfoot th,
  .woocommerce-page table.shop_table tfoot th {
    font-weight: 400;
    background: none;
    text-transform: capitalize;
  }
  
  .woocommerce table.my_account_orders td,
  .woocommerce table.my_account_orders th,
  .woocommerce-page table.my_account_orders td,
  .woocommerce-page table.my_account_orders th {
    padding: 4px 8px;
    vertical-align: middle;
  }
  
  .woocommerce table.my_account_orders .button,
  .woocommerce-page table.my_account_orders .button {
    white-space: nowrap;
    color: #000 !important;
  }
  .woocommerce table.my_account_orders .button:hover,
  .woocommerce-page table.my_account_orders .button:hover{
    color: #fff !important;
    border: 1px solid #000 !important;
  }
  
  .woocommerce table.my_account_orders .order-actions,
  .woocommerce-page table.my_account_orders .order-actions {
    text-align: center;
  }
  
  .woocommerce table.my_account_orders .order-actions .button,
  .woocommerce-page table.my_account_orders .order-actions .button {
    margin: 0.125em 0 0.125em 0.25em;
  }
  
  .woocommerce td.product-name dl.variation,
  .woocommerce-page td.product-name dl.variation {
    margin: 0.25em 0;
    *zoom: 1;
  }
  
  .woocommerce td.product-name dl.variation:after,
  .woocommerce td.product-name dl.variation:before,
  .woocommerce-page td.product-name dl.variation:after,
  .woocommerce-page td.product-name dl.variation:before {
    content: " ";
    display: table;
  }
  
  .woocommerce table.shop_table td del .amount {
    font-size: 14px;
  }
  
  .woocommerce td.product-name dl.variation:after,
  .woocommerce-page td.product-name dl.variation:after {
    clear: both;
  }
  
  .woocommerce td.product-name dl.variation dd,
  .woocommerce td.product-name dl.variation dt,
  .woocommerce-page td.product-name dl.variation dd,
  .woocommerce-page td.product-name dl.variation dt {
    display: inline-block;
    float: left;
    margin-bottom: 2px;
  }
  
  .woocommerce .shop_table td.product-name dl.variation dd,
  .woocommerce .shop_table td.product-name dl.variation dt,
  .woocommerce-page .shop_table td.product-name dl.variation dd,
  .woocommerce-page .shop_table td.product-name dl.variation dt {
    float: none;
  }
  
  .woocommerce td.product-name dl.variation dt,
  .woocommerce-page td.product-name dl.variation dt {
    font-weight: 700;
    padding: 0 0 0.25em;
    margin: 0 4px 0 0;
    clear: left;
  }
  
  .woocommerce td.product-name dl.variation dd,
  .woocommerce-page td.product-name dl.variation dd {
    padding: 0 0 0.25em;
  }
  
  .woocommerce td.product-name dl.variation dd p:last-child,
  .woocommerce-page td.product-name dl.variation dd p:last-child {
    margin-bottom: 0;
  }
  
  .woocommerce td.product-name p.backorder_notification,
  .woocommerce-page td.product-name p.backorder_notification {
    font-size: 0.83em;
  }
  
  .woocommerce td.product-quantity,
  .woocommerce-page td.product-quantity {
    min-width: 80px;
  }
  
  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    min-width: 50px;
  }
  
  .woocommerce table.wishlist_table {
    font-size: 14px !important;
  }
  
  .woocommerce table.cart img,
  .woocommerce table.cart img,
  .woocommerce-page #content table.cart img,
  .woocommerce-page table.cart img {
    width: 80px;
  }
  
  .woocommerce table.cart td,
  .woocommerce table.cart th,
  .woocommerce table.cart td,
  .woocommerce table.cart th,
  .woocommerce-page table.cart td,
  .woocommerce-page table.cart th,
  .woocommerce-page table.cart td,
  .woocommerce-page table.cart th {
    vertical-align: middle;
    text-align: center;
    border-right: 0;
    border-left: 0;
  }
  
  .woocommerce table.wishlist_table tfoot td {
    text-align: center !important;
  }
  
  .woocommerce table.cart td.product-price,
  .woocommerce table.cart td.product-quantity,
  .woocommerce table.cart td.product-subtotal,
  .woocommerce table.cart th.product-price,
  .woocommerce table.cart th.product-quantity,
  .woocommerce table.cart th.product-subtotal {
    text-align: right;
  }
  
  .woocommerce table.cart td.product-remove,
  .woocommerce table.cart td.product-thumbnail,
  .woocommerce table.cart td.product-name,
  .woocommerce table.cart th.product-remove,
  .woocommerce table.cart th.product-thumbnail,
  .woocommerce table.cart th.product-name {
    text-align: left;
  }
  
  .woocommerce #content table.wishlist_table thead th {
    border-top: 0;
  }
  
  .woocommerce .shop_table.cart.wishlist_table td.product-add-to-cart a {
    display: inline-block !important;
    line-height: 22px;
    padding: 9px 23px 8px;
  }
  
  .woocommerce #content table.cart a.remove,
  .woocommerce table.cart a.remove,
  .woocommerce-page #content table.cart a.remove,
  .woocommerce-page table.cart a.remove {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    height: 1em;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    width: 1em;
    color: white !important;
  }
  
  .woocommerce #content table.cart td.actions .coupon .input-text,
  .woocommerce table.cart td.actions .coupon .input-text,
  .woocommerce-page #content table.cart td.actions .coupon .input-text,
  .woocommerce-page table.cart td.actions .coupon .input-text {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #ededed;
    margin: 0 5px 0 0;
    outline: 0;
    line-height: 20px;
    width: 268px;
    font-size: 14px;
    background: transparent;
    border-radius: 50px;
    padding: 7px 8px;
    color: #fff;
  }
  
  .woocommerce #content table.cart input,
  .woocommerce table.cart input,
  .woocommerce-page #content table.cart input,
  .woocommerce-page table.cart input {
    margin: 0;
    vertical-align: middle;
    width: 60px;
  }
  
  .woocommerce ul.cart_list,
  .woocommerce ul.product_list_widget,
  .woocommerce-page ul.cart_list,
  .woocommerce-page ul.product_list_widget {
    list-style: none outside;
    margin: 0;
  }
  
  .woocommerce ul.cart_list li.mini_cart_item,
  .woocommerce-page ul.cart_list li.mini_cart_item {
    padding: 8px 0 8px 0;
    list-style: none;
    position: relative;
    text-align: left;
    border-bottom: 1px solid #4a4646;
  }
  
  .widget_shopping_cart_content ul.cart_list li.mini_cart_item:last-child {
    border-bottom: none;
  }
  
  .woocommerce ul.cart_list li:after,
  .woocommerce ul.cart_list li:before,
  .woocommerce ul.product_list_widget li:after,
  .woocommerce ul.product_list_widget li:before,
  .woocommerce-page ul.cart_list li:after,
  .woocommerce-page ul.cart_list li:before,
  .woocommerce-page ul.product_list_widget li:after,
  .woocommerce-page ul.product_list_widget li:before {
    content: " ";
    display: table;
  }
  
  .woocommerce ul.cart_list li:after,
  .woocommerce ul.product_list_widget li:after,
  .woocommerce-page ul.cart_list li:after,
  .woocommerce-page ul.product_list_widget li:after {
    clear: both;
  }
  
  .woocommerce ul.cart_list li a,
  .woocommerce-page ul.cart_list li a,
  .woocommerce-page ul.product_list_widget li a {
    text-transform: capitalize;
    display: block;
    padding: 0 !important;
    margin-bottom: 3px;
	line-height:18px;
  }
  
  .woocommerce ul.cart_list li img,
  .woocommerce ul.product_list_widget li img,
  .woocommerce-page ul.cart_list li img,
  .woocommerce-page ul.product_list_widget li img {
    float: left;
    margin-right: 10px;
    max-width: 100%;
    /* border: 1px solid #ededed; */
  }
  
  .woocommerce ul.cart_list li dl,
  .woocommerce ul.product_list_widget li dl,
  .woocommerce-page ul.cart_list li dl,
  .woocommerce-page ul.product_list_widget li dl {
    margin: 0;
    *zoom: 1;
  }
  
  .woocommerce ul.cart_list li dl:after,
  .woocommerce ul.cart_list li dl:before,
  .woocommerce ul.product_list_widget li dl:after,
  .woocommerce ul.product_list_widget li dl:before,
  .woocommerce-page ul.cart_list li dl:after,
  .woocommerce-page ul.cart_list li dl:before,
  .woocommerce-page ul.product_list_widget li dl:after,
  .woocommerce-page ul.product_list_widget li dl:before {
    content: " ";
    display: table;
  }
  
  .woocommerce ul.cart_list li dl dd,
  .woocommerce ul.cart_list li dl dt,
  .woocommerce ul.product_list_widget li dl dd,
  .woocommerce ul.product_list_widget li dl dt,
  .woocommerce-page ul.cart_list li dl dd,
  .woocommerce-page ul.cart_list li dl dt,
  .woocommerce-page ul.product_list_widget li dl dd,
  .woocommerce-page ul.product_list_widget li dl dt {
    display: inline-block;
    margin: 0 !important;
    float: left;
  }
  
  .woocommerce ul.cart_list li dl dt,
  .woocommerce ul.product_list_widget li dl dt,
  .woocommerce-page ul.cart_list li dl dt,
  .woocommerce-page ul.product_list_widget li dl dt {
    font-weight: 700;
    padding: 0 0 0.25em;
    margin: 0 4px 0 0;
    clear: left;
  }
  
  .woocommerce ul.cart_list li dl dd,
  .woocommerce ul.product_list_widget li dl dd,
  .woocommerce-page ul.cart_list li dl dd,
  .woocommerce-page ul.product_list_widget li dl dd {
    padding: 0 0 0.25em;
    width: 42%;
    box-sizing: border-box;
  }
  
  .woocommerce ul.cart_list li dl dd p:last-child,
  .woocommerce ul.product_list_widget li dl dd p:last-child,
  .woocommerce-page ul.cart_list li dl dd p:last-child,
  .woocommerce-page ul.product_list_widget li dl dd p:last-child {
    margin-bottom: 0;
  }
  
  .woocommerce ul.cart_list li .star-rating,
  .woocommerce ul.product_list_widget li .star-rating,
  .woocommerce-page ul.cart_list li .star-rating,
  .woocommerce-page ul.product_list_widget li .star-rating {
    float: none;
  }
  
  .woocommerce .widget_shopping_cart .total,
  .woocommerce-page .widget_shopping_cart .total,
  .woocommerce-page.widget_shopping_cart .total,
  .woocommerce.widget_shopping_cart .total {
    border-top: 1px solid #4a4646;
    margin: 0px 0 0;
    padding: 10px 10px;
    text-align: right;
  }
  
  .woocommerce .widget_shopping_cart .total strong,
  .woocommerce-page .widget_shopping_cart .total strong,
  .woocommerce-page.widget_shopping_cart .total strong,
  .woocommerce.widget_shopping_cart .total strong {
    min-width: 40px;
    display: inline-block;
  }
  
  .woocommerce .widget_shopping_cart .buttons,
  .woocommerce-page .widget_shopping_cart .buttons,
  .woocommerce-page.widget_shopping_cart .buttons,
  .woocommerce.widget_shopping_cart .buttons {
    *zoom: 1;
    margin-bottom: 0;
    text-align: right;
    padding: 0 10px;
  }
  
  .woocommerce.widget_shopping_cart .buttons {
    margin-bottom: 10px;
  }
  
  .woocommerce .widget_shopping_cart .buttons:after,
  .woocommerce .widget_shopping_cart .buttons:before,
  .woocommerce-page .widget_shopping_cart .buttons:after,
  .woocommerce-page .widget_shopping_cart .buttons:before,
  .woocommerce-page.widget_shopping_cart .buttons:after,
  .woocommerce-page.widget_shopping_cart .buttons:before,
  .woocommerce.widget_shopping_cart .buttons:after,
  .woocommerce.widget_shopping_cart .buttons:before {
    content: " ";
    display: table;
  }
  
  .woocommerce .widget_shopping_cart .buttons:after,
  .woocommerce-page .widget_shopping_cart .buttons:after,
  .woocommerce-page.widget_shopping_cart .buttons:after,
  .woocommerce.widget_shopping_cart .buttons:after {
    clear: both;
  }
  
  .woocommerce .cart-collaterals .shipping_calculator .button,
  .woocommerce-page .cart-collaterals .shipping_calculator .button {
    width: 100%;
    float: none;
    display: block;
  }
  
  .woocommerce
    .cart-collaterals
    .shipping_calculator
    .shipping-calculator-button:after,
  .woocommerce-page
    .cart-collaterals
    .shipping_calculator
    .shipping-calculator-button:after {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: 7px;
    content: "\e02e";
  }
  
  .woocommerce .cart-collaterals .cart_totals p,
  .woocommerce-page .cart-collaterals .cart_totals p {
    margin: 0;
  }
  
  .woocommerce .cart-collaterals .cart_totals p small,
  .woocommerce-page .cart-collaterals .cart_totals p small {
    color: #777;
    font-size: 0.83em;
  }
  
  .woocommerce .cart-collaterals .cart_totals table,
  .woocommerce-page .cart-collaterals .cart_totals table {
    border-collapse: separate;
    padding: 0;
  }
  
  .woocommerce .cart-collaterals .cart_totals table tr:first-child td,
  .woocommerce .cart-collaterals .cart_totals table tr:first-child th,
  .woocommerce-page .cart-collaterals .cart_totals table tr:first-child td,
  .woocommerce-page .cart-collaterals .cart_totals table tr:first-child th {
    border-top: 0;
    /* border-bottom: 0 !important; */
  }
  
  .woocommerce .cart-collaterals .cart_totals table th,
  .woocommerce-page .cart-collaterals .cart_totals table th {
    padding: 10px 20px;
    width: 50%;
    background: none;
    box-sizing: border-box;
  }
  
  .woocommerce .cart-collaterals .cart_totals table td,
  .woocommerce-page .cart-collaterals .cart_totals table td {
    padding: 12px;
    text-align: right;
    border-bottom: 1px solid #e8e8e83b !important;
  }
  
  .woocommerce .cart-collaterals .cart_totals table td,
  .woocommerce .cart-collaterals .cart_totals table th,
  .woocommerce-page .cart-collaterals .cart_totals table td,
  .woocommerce-page .cart-collaterals .cart_totals table th {
    vertical-align: middle;
    border: 0;
  }
  
  .woocommerce .cart-collaterals .cart_totals table small,
  .woocommerce-page .cart-collaterals .cart_totals table small {
    display: block;
    color: #777;
  }
  
  .woocommerce .cart-collaterals .cart_totals table select,
  .woocommerce-page .cart-collaterals .cart_totals table select {
    width: 100%;
  }
  
  .woocommerce .cart-collaterals .cart_totals .discount td,
  .woocommerce-page .cart-collaterals .cart_totals .discount td {
    color: #85ad74;
  }
  
  .woocommerce .cart-collaterals .cart_totals a.button.alt,
  .woocommerce-page .cart-collaterals .cart_totals a.button.alt {
    display: inline-block;
    padding: 10px 40px 10px;
    box-sizing: border-box;
    width: auto;
    border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid black;
  }
  
  .woocommerce .cart-collaterals .cross-sells ul.products li.product,
  .woocommerce-page .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0;
  }
  
  .woocommerce form .form-row,
  .woocommerce-page form .form-row {
    padding: 3px 0;
    margin: 0 0 12px;
  }
  
  .checkout_coupon.woocommerce-form-coupon button {
    padding: 6px 25px !important;
  }
  
  .woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder,
  .woocommerce-page
    form
    .form-row
    [placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity 0.5s 0.5s ease;
    -moz-transition: opacity 0.5s 0.5s ease;
    -ms-transition: opacity 0.5s 0.5s ease;
    -o-transition: opacity 0.5s 0.5s ease;
    transition: opacity 0.5s 0.5s ease;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
  }
  
 
  .woocommerce form .form-row label, .woocommerce-page form .form-row label {
		line-height: 20px;
		font-size: 14px;
		color: #000;
		font-weight: 400;
	}  
  .woocommerce form legend {
    font-size: 15px;
	width: auto;
  }
  
  .woocommerce form .form-row label.hidden,
  .woocommerce-page form .form-row label.hidden {
    visibility: hidden;
  }
  
  .woocommerce form .form-row label.inline,
  .woocommerce-page form .form-row label.inline {
    display: inline;
    margin: 0 8px;
  }
  
  .woocommerce form .form-row select,
  .woocommerce-page form .form-row select {
    border: 1px solid #ededed;
    cursor: pointer;
    margin: 0;
    padding: 5px;
  }
  
  .shipping_calculator > h2,
  .cart_totals > h2 {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    text-transform: capitalize;
    margin: 0;
    padding: 20px;
    border-bottom: 1px solid #ededed52;
  }
  
  .shipping_calculator > h2 a {
    color: #191919;
    text-transform: uppercase;
    font-size: 18px;
  }
  
  .woocommerce form .form-row .required,
  .woocommerce-page form .form-row .required {
    color: red;
    font-weight: 700;
    border: 0;
    text-decoration: none;
  }
  
  .woocommerce form .form-row .input-checkbox,
  .woocommerce-page form .form-row .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle;
  }
  
  .woocommerce form .form-row input.input-text,
  .woocommerce form .form-row textarea,
  .woocommerce-page form .form-row input.input-text,
  .woocommerce-page form .form-row textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    border-radius: 0;
    background: transparent;
    color: #000;
    border: 1px solid #e8e8e83b;
  }
  
  .woocommerce form .form-row em {
    font-style: normal;
    font-size: 14px;
    color: #fff;
  }
  
  .woocommerce form .form-row textarea,
  .woocommerce-page form .form-row textarea {
    height: 4em;
    line-height: 1.5em;
    display: block;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-drop,
  .woocommerce
    form
    .form-row.validate-required.woocommerce-invalid
    .chosen-single,
  .woocommerce
    form
    .form-row.validate-required.woocommerce-invalid
    input.input-text,
  .woocommerce form .form-row.validate-required.woocommerce-invalid select,
  .woocommerce-page
    form
    .form-row.validate-required.woocommerce-invalid
    .chosen-drop,
  .woocommerce-page
    form
    .form-row.validate-required.woocommerce-invalid
    .chosen-single,
  .woocommerce-page
    form
    .form-row.validate-required.woocommerce-invalid
    input.input-text,
  .woocommerce-page form .form-row.validate-required.woocommerce-invalid select {
    border-color: #fb7f88;
  }
  
  .woocommerce form .form-row ::-webkit-input-placeholder,
  .woocommerce-page form .form-row ::-webkit-input-placeholder {
    line-height: normal;
  }
  
  .woocommerce form .form-row :-moz-placeholder,
  .woocommerce-page form .form-row :-moz-placeholder {
    line-height: normal;
  }
  
  .woocommerce form .form-row :-ms-input-placeholder,
  .woocommerce-page form .form-row :-ms-input-placeholder {
    line-height: normal;
  }
  
  .woocommerce form.checkout_coupon,
  .woocommerce-page form.checkout_coupon,
  .woocommerce-form.woocommerce-form-login.login {
    border: 1px solid #e8e8e83b;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
  }
  
  .woocommerce ul#shipping_method,
  .woocommerce-page ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0;
  }
  
  .woocommerce ul#shipping_method li,
  .woocommerce-page ul#shipping_method li {
    margin: 0;
    padding: 0.25em 0 0.25em;
    text-indent: -22px;
    list-style: none outside;
  }
  
  .woocommerce ul#shipping_method .amount,
  .woocommerce-page ul#shipping_method .amount {
    font-weight: 700;
  }
  
  .woocommerce p.woocommerce-shipping-contents,
  .woocommerce-page p.woocommerce-shipping-contents {
    margin: 0;
  }
  
  .woocommerce .checkout .col-2 h3#ship-to-different-address,
  .woocommerce-page .checkout .col-2 h3#ship-to-different-address {
    float: left;
    clear: none;
  }
  
  .woocommerce .checkout .col-2 .form-row-first,
  .woocommerce .checkout .col-2 .notes,
  .woocommerce-page .checkout .col-2 .form-row-first,
  .woocommerce-page .checkout .col-2 .notes {
    clear: left;
  }
  
  .woocommerce .checkout .create-account small,
  .woocommerce-page .checkout .create-account small {
    font-size: 14px;
    color: #777;
    line-height: 18px;
    font-weight: 400;
  }
  
  .woocommerce .checkout div.shipping-address,
  .woocommerce-page .checkout div.shipping-address {
    padding: 0;
    clear: left;
    width: 100%;
  }
  
  .woocommerce .checkout .shipping_address,
  .woocommerce-page .checkout .shipping_address {
    clear: both;
  }
  
  .woocommerce #payment ul.payment_methods,
  .woocommerce-page #payment ul.payment_methods {
    *zoom: 1;
    border: 1px solid #e8e8e83b;
    list-style: outside none none;
    margin: 0;
    padding: 20px;
    text-align: left;
    border-radius: 0;
  }
  
  .woocommerce #payment ul.payment_methods:after,
  .woocommerce #payment ul.payment_methods:before,
  .woocommerce-page #payment ul.payment_methods:after,
  .woocommerce-page #payment ul.payment_methods:before {
    content: " ";
    display: table;
  }
  
  .woocommerce #payment ul.payment_methods:after,
  .woocommerce-page #payment ul.payment_methods:after {
    clear: both;
  }
  
  .woocommerce #payment ul.payment_methods li,
  .woocommerce-page #payment ul.payment_methods li {
    line-height: 2em;
    text-align: left;
    margin: 0;
    font-weight: 400;
  }
  
  .woocommerce #payment ul.payment_methods li input,
  .woocommerce-page #payment ul.payment_methods li input {
    margin: 0 0.5em 0 0;
  }
  
  .woocommerce #payment ul.payment_methods li img,
  .woocommerce-page #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px 0 0 0.5em;
    position: relative;
  }
  
  .woocommerce #payment div.form-row,
  .woocommerce-page #payment div.form-row {
    padding: 1em 0;
    border-top: 1px solid #e8e8e83b;
  }
  
  .woocommerce #payment div.payment_box,
  .woocommerce-page #payment div.payment_box {
    position: relative;
    width: 96%;
    padding: 1em 2%;
    margin: 1em 0;
    font-size: 0.92em;
    border-radius: 0;
    line-height: 1.5em;
    background: #fafafa;
    color: #808080;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
  }
  
  .woocommerce #payment div.payment_box input.input-text,
  .woocommerce #payment div.payment_box textarea,
  .woocommerce-page #payment div.payment_box input.input-text,
  .woocommerce-page #payment div.payment_box textarea {
    border-color: #d4cdd2;
    border-top-color: #c8bfc6;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4);
  }
  
  .woocommerce #payment div.payment_box ::-webkit-input-placeholder,
  .woocommerce-page #payment div.payment_box ::-webkit-input-placeholder {
    color: #c8bfc6;
  }
  
  .woocommerce #payment div.payment_box :-moz-placeholder,
  .woocommerce-page #payment div.payment_box :-moz-placeholder {
    color: #c8bfc6;
  }
  
  .woocommerce #payment div.payment_box :-ms-input-placeholder,
  .woocommerce-page #payment div.payment_box :-ms-input-placeholder {
    color: #c8bfc6;
  }
  
  .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc,
  .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry,
  .woocommerce #payment div.payment_box .wc-credit-card-form-card-number,
  .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc,
  .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry,
  .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number {
    font-size: 1.5em;
    padding: 8px;
    background-repeat: no-repeat;
    background-position: right;
  }
  
  .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
  .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
  .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.visa,
  .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
  .woocommerce-page
    #payment
    div.payment_box
    .wc-credit-card-form-card-expiry.visa,
  .woocommerce-page
    #payment
    div.payment_box
    .wc-credit-card-form-card-number.visa {
    background-image: url(../images/icons/credit-cards/visa.png);
  }
  
  .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
  .woocommerce
    #payment
    div.payment_box
    .wc-credit-card-form-card-expiry.mastercard,
  .woocommerce
    #payment
    div.payment_box
    .wc-credit-card-form-card-number.mastercard,
  .woocommerce-page
    #payment
    div.payment_box
    .wc-credit-card-form-card-cvc.mastercard,
  .woocommerce-page
    #payment
    div.payment_box
    .wc-credit-card-form-card-expiry.mastercard,
  .woocommerce-page
    #payment
    div.payment_box
    .wc-credit-card-form-card-number.mastercard {
    background-image: url(../images/icons/credit-cards/mastercard.png);
  }
  
  .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
  .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
  .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.laser,
  .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
  .woocommerce-page
    #payment
    div.payment_box
    .wc-credit-card-form-card-expiry.laser,
  .woocommerce-page
    #payment
    div.payment_box
    .wc-credit-card-form-card-number.laser {
    background-image: url(../images/icons/credit-cards/laser.png);
  }
  
  .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
  .woocommerce
    #payment
    div.payment_box
    .wc-credit-card-form-card-expiry.dinersclub,
  .woocommerce
    #payment
    div.payment_box
    .wc-credit-card-form-card-number.dinersclub,
  .woocommerce-page
    #payment
    div.payment_box
    .wc-credit-card-form-card-cvc.dinersclub,
  .woocommerce-page
    #payment
    div.payment_box
    .wc-credit-card-form-card-expiry.dinersclub,
  .woocommerce-page
    #payment
    div.payment_box
    .wc-credit-card-form-card-number.dinersclub {
    background-image: url(../images/icons/credit-cards/diners.png);
  }
  
  .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
  .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
  .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.maestro,
  .woocommerce-page
    #payment
    div.payment_box
    .wc-credit-card-form-card-cvc.maestro,
  .woocommerce-page
    #payment
    div.payment_box
    .wc-credit-card-form-card-expiry.maestro,
  .woocommerce-page
    #payment
    div.payment_box
    .wc-credit-card-form-card-number.maestro {
    background-image: url(../images/icons/credit-cards/maestro.png);
  }
  
  .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
  .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
  .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.jcb,
  .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
  .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
  .woocommerce-page
    #payment
    div.payment_box
    .wc-credit-card-form-card-number.jcb {
    background-image: url(../images/icons/credit-cards/jcb.png);
  }
  
  .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
  .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
  .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.amex,
  .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
  .woocommerce-page
    #payment
    div.payment_box
    .wc-credit-card-form-card-expiry.amex,
  .woocommerce-page
    #payment
    div.payment_box
    .wc-credit-card-form-card-number.amex {
    background-image: url(../images/icons/credit-cards/amex.png);
  }
  
  .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
  .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
  .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.discover,
  .woocommerce-page
    #payment
    div.payment_box
    .wc-credit-card-form-card-cvc.discover,
  .woocommerce-page
    #payment
    div.payment_box
    .wc-credit-card-form-card-expiry.discover,
  .woocommerce-page
    #payment
    div.payment_box
    .wc-credit-card-form-card-number.discover {
    background-image: url(../images/icons/credit-cards/discover.png);
  }
  
  .woocommerce #payment div.payment_box span.help,
  .woocommerce-page #payment div.payment_box span.help {
    font-size: 14px;
    color: #777;
    line-height: 18px;
    font-weight: 400;
  }
  
  .woocommerce #payment div.payment_box .form-row,
  .woocommerce-page #payment div.payment_box .form-row {
    margin: 0 0 1em;
  }
  
  .woocommerce #payment div.payment_box p:last-child,
  .woocommerce-page #payment div.payment_box p:last-child {
    margin-bottom: 0;
  }
  
  .woocommerce #payment div.payment_box:after,
  .woocommerce-page #payment div.payment_box:after {
    content: "";
    display: block;
    border: 8px solid #fafafa;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -1px;
    left: 0;
    margin: -1em 0 0 2em;
  }
  
  .woocommerce-thankyou-order-details {
    padding: 24px 30px 30px;
  }
  
  .woocommerce .order_details,
  .woocommerce-page .order_details {
    margin: 0 0 24px;
    list-style: none;
    background-color: transparent;
    text-align: center;
  }
  
  .woocommerce .order_details:after,
  .woocommerce .order_details:before,
  .woocommerce-page .order_details:after,
  .woocommerce-page .order_details:before {
    content: " ";
    display: table;
  }
  
  .woocommerce .order_details:after,
  .woocommerce-page .order_details:after {
    clear: both;
  }
  
  .woocommerce .order_details li,
  .woocommerce-page .order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: 14px;
    border-right: 1px solid #000000;
    padding-right: 2em;
  }
  
  .woocommerce .order_details li strong,
  .woocommerce-page .order_details li strong {
    display: block;
    font-size: 16px;
    text-transform: none;
    line-height: 1.5em;
    color: #000;
    font-weight: 600;
  }
  
  .woocommerce .order_details li:last-of-type,
  .woocommerce-page .order_details li:last-of-type {
    border: 0;
  }
  
  .woocommerce .addresses .title,
  .woocommerce-page .addresses .title {
    *zoom: 1;
  }
  
  .woocommerce .addresses .title:after,
  .woocommerce .addresses .title:before,
  .woocommerce-page .addresses .title:after,
  .woocommerce-page .addresses .title:before {
    content: " ";
    display: table;
  }
  
  .woocommerce .addresses .title:after,
  .woocommerce-page .addresses .title:after {
    clear: both;
  }
  
  .woocommerce .addresses .title h3,
  .woocommerce-page .addresses .title h3 {
    float: left;
    font-size: 20px;
  }
  
  .woocommerce .addresses .title .edit,
  .woocommerce-page .addresses .title .edit {
    float: right;
  }
  
  .woocommerce ol.commentlist.notes li.note p.meta,
  .woocommerce-page ol.commentlist.notes li.note p.meta {
    font-weight: 700;
    margin-bottom: 0;
  }
  
  .woocommerce ol.commentlist.notes li.note .description p:last-child,
  .woocommerce-page ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0;
  }
  
  .woocommerce ul.digital-downloads,
  .woocommerce-page ul.digital-downloads {
    margin-left: 0;
    padding-left: 0;
  }
  
  .woocommerce ul.digital-downloads li,
  .woocommerce-page ul.digital-downloads li {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
  }
  
  .woocommerce ul.digital-downloads li:before,
  .woocommerce-page ul.digital-downloads li:before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 7px;
    content: "\e00a";
  }
  
  .woocommerce ul.digital-downloads li .count,
  .woocommerce-page ul.digital-downloads li .count {
    float: right;
  }
  
  .woocommerce .widget_layered_nav ul,
  .woocommerce-page .widget_layered_nav ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
  }
  
  .woocommerce .widget_layered_nav ul li,
  .woocommerce-page .widget_layered_nav ul li {
    *zoom: 1;
    padding: 0;
    list-style: none;
  }
  
  .woocommerce .widget_layered_nav ul li:after,
  .woocommerce .widget_layered_nav ul li:before,
  .woocommerce-page .widget_layered_nav ul li:after,
  .woocommerce-page .widget_layered_nav ul li:before {
    content: " ";
    display: table;
  }
  
  .woocommerce .widget_layered_nav ul li:after,
  .woocommerce-page .widget_layered_nav ul li:after {
    clear: both;
  }
  
  .woocommerce .widget_layered_nav ul li a,
  .woocommerce .widget_layered_nav ul li span,
  .woocommerce-page .widget_layered_nav ul li a,
  .woocommerce-page .widget_layered_nav ul li span {
    padding: 0 4px;
    display: inline-block;
  }
  
  .woocommerce .widget_layered_nav ul li.chosen a,
  .woocommerce-page .widget_layered_nav ul li.chosen a {
    padding: 4px 0;
    text-decoration: none;
  }
  
  .woocommerce .widget_layered_nav ul li.chosen a:before,
  .woocommerce-page .widget_layered_nav ul li.chosen a:before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 7px;
    content: "\e013";
  }
  
  .woocommerce .widget_layered_nav ul small.count,
  .woocommerce-page .widget_layered_nav ul small.count {
    float: right;
    margin-left: 6px;
    font-size: 1em;
    padding: 1px 0;
    color: #777;
  }
  
  .woocommerce .widget_layered_nav_filters ul,
  .woocommerce-page .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
    overflow: hidden;
    zoom: 1;
  }
  
  .woocommerce .widget_layered_nav_filters ul li,
  .woocommerce-page .widget_layered_nav_filters ul li {
    float: left;
    padding: 0 1px 1px 0;
    list-style: none;
    clear: both;
  }
  
  .woocommerce .widget_layered_nav_filters ul li a,
  .woocommerce-page .widget_layered_nav_filters ul li a {
    padding: 0 6px;
    text-decoration: none;
    float: left;
  }
  
  .woocommerce .widget_layered_nav_filters ul li a:before,
  .woocommerce-page .widget_layered_nav_filters ul li a:before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 7px;
    content: "\e013";
  }
  
  .woocommerce .widget_price_filter .price_slider,
  .woocommerce-page .widget_price_filter .price_slider {
    margin-bottom: 2em;
    margin-top: 2em;
  }
  
  .woocommerce .widget_price_filter .price_slider_amount,
  .woocommerce-page .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4em;
    font-size: 0.8751em;
  }
  
  .woocommerce .widget_price_filter .price_slider_amount .button,
  .woocommerce-page .widget_price_filter .price_slider_amount .button {
    margin-bottom: 15px;
    float: left;
    border-radius: 50px;
    padding: 10px 50px;
  }
  
  .price_slider_amount .price_label {
    float: left;
    margin: 0;
    padding: 0;
    clear: both;
    font-size: 15px;
  }
  
  .woocommerce .widget_price_filter .ui-slider,
  .woocommerce-page .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
  }
  
  .woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
  .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
    background: #FFF1D8;
    border: 1px solid #FFF1D8;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: none;
    cursor: pointer;
    height: 12px;
    outline: 0 none;
    position: absolute;
    top: -5px;
    width: 12px;
    z-index: 2;
    box-sizing: border-box;
  }
  
  .woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child,
  .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -8px;
  }
  
  .woocommerce .widget_price_filter .ui-slider .ui-slider-range,
  .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-color: #dadada;
  }
  
  .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
  .woocommerce-page
    .widget_price_filter
    .price_slider_wrapper
    .ui-widget-content {
    -webkit-border-radius: 1em;
    -khtml-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background-color: #f7f7f7;
  }
  
  .woocommerce .widget_price_filter .ui-slider-horizontal,
  .woocommerce-page .widget_price_filter .ui-slider-horizontal {
    height: 2px;
    width: 100%;
  }
  
  .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range,
  .woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
  }
  
  .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min,
  .woocommerce-page
    .widget_price_filter
    .ui-slider-horizontal
    .ui-slider-range-min {
    left: -1px;
  }
  
  .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max,
  .woocommerce-page
    .widget_price_filter
    .ui-slider-horizontal
    .ui-slider-range-max {
    right: -1px;
  }
  
  .single-product .twentythirteen #reply-title,
  .single-product .twentythirteen #respond #commentform,
  .single-product .twentythirteen .entry-summary {
    padding: 0;
  }
  
  .single-product .twentythirteen p.stars {
    clear: both;
  }
  
  .twentyfourteen ul.products li.product {
    margin-top: 0 !important;
  }
  
  .category-toolbar {
    float: right;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    /*border-bottom: 1px solid;*/
    padding-bottom: 10px;
  }
  
  .woocommerce .widget .count,
  .woocommerce-page .widget .count {
    padding: 0 4px;
    float: right;
  }
  
  #primary .gridlist-toggle {
    padding: 0 !important;
    display: inline-block;
    margin: 7px 0 !important;
  }
  
  .woocommerce-result-count {
    margin: 4px 12px 0;
  }
  
  .category-toolbar .gridlist-toggle {
    float: left;
    width: auto !important;
    background: none !important;
    border: medium none !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    clear: none !important;
    padding: 0 !important;
  }
  
  .category-toolbar .gridlist-toggle a,
  .gridlist-toggle a {
    width: 22px !important;
    height: 22px;
    float: left;
    text-indent: -9999px;
    border: none !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    margin: 0;
    padding: 0 !important;
  }
  
  .ie8 .gridlist-toggle {
    background-color: transparent !important;
    filter: none;
  }
  
  .ie8 .gridlist-toggle,
  .ie8 .gridlist-toggle a.active {
    filter: none !important;
  }
  
  .ie8 .gridlist-toggle a#grid {
    background-color: transparent;
  }
  
  .gridlist-toggle a#grid {
    background-image: url("../../images/workdo/gird-list.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0 0px;
    background-color: transparent;
    margin-right: 8px;
  }
  
  .gridlist-toggle a .dashicons {
    text-indent: -9999px;
  }
  
  .gridlist-toggle a#grid.active,
  .gridlist-toggle a#grid:hover {
    background-position: 0 -29px;
    transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    -ms-transition: all 200ms ease 0s;
    -o-transition: all 200ms ease 0s;
  }
  
  .gridlist-toggle a#list {
    background-image: url("../../images/workdo/gird-list.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: -26px 0;
    background-color: transparent;
  }
  
  .gridlist-toggle a#list.active,
  .gridlist-toggle a#list:hover {
    background-position: -26px -29px !important;
    transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    -ms-transition: all 200ms ease 0s;
    -o-transition: all 200ms ease 0s;
  }
  
  .woocommerce ul.products.list li.product hr {
    height: 0;
    border: none;
    margin: 0;
  }
  
  .woocommerce ul.products.list li.product a img,
  .woocommerce-page ul.products.list li.product a img {
    width: auto !important;
    margin: 0 !important;
  }
  
  .woocommerce ul.products.list li.product .gridlist-buttonwrap {
    clear: both;
    float: none;
    margin: 0;
    width: auto;
    position: relative;
  }
  
  ul.products.list li.product div[itemprop="description"] {
    display: block;
    margin: 12px 0;
  }
  
  .woocommerce-page ul.products.list li.product h3,
  .woocommerce ul.products.list li.product h3,
  .woocommerce-page ul.products.list li.product div[itemprop="description"],
  .woocommerce ul.products.list li.product div[itemprop="description"],
  .woocommerce-page ul.products.list li.product .price,
  .woocommerce ul.products.list li.product .price,
  .woocommerce-page ul.products.list li.product.gridlist-buttonwrap,
  .woocommerce ul.products.list li.product.gridlist-buttonwrap {
    width: 100%;
    float: left;
    clear: both;
  }
  
  .woocommerce-page ul.products.list li.product .price,
  .woocommerce ul.products.list li.product .price {
    width: auto;
    height: auto;
    bottom: auto;
    line-height: 20px;
  }
  
  .woocommerce ul.products p {
    margin-bottom: 10px;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
	  display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  
  .woocommerce ul.products.list li.product {
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: visible;
  }
  
  .woocommerce ul.products.list li.product:last-child {
    border: 0;
    margin-bottom: 0;
  }
  
  .widget .star-rating {
    margin: 3px 0;
  }
  
  .primary-sidebar .product_list_widget li {
    padding: 3px 0;
  }
  
  /*Start wishlist */
  .woocommerce .summary .product_meta {
    clear: both;
    display: inline-block;
    margin: 5px 0;
    position: relative;
    width: 100%;
    font-weight: 600;
  }
  
  .woocommerce .summary .product_meta .posted_in,
  .entry-summary .sku_wrapper,
  .entry-summary .variations label,
  .woocommerce .summary .product_meta .tagged_as,
  .brand {
    display: inline-block;
    margin: 0;
    font-weight: 600;
    width: 100%;
    clear: both;
    text-transform: capitalize;
    font-size: 14px;
  }
  
  .entry-summary .sku {
    font-weight: normal;
    color: #fff;
  }
  
  .woocommerce .summary .product_meta .posted_in a,
  .woocommerce .summary .product_meta .tagged_as a,
  .brand span a,
  .social a {
    font-weight: normal;
    color: #fff;
  }
  
  .summary.entry-summary .clear {
    clear: none;
  }
  
  ul.products.list .yith-wcwl-add-to-wishlist .ajax-loading {
    width: auto !important;
    margin: 0 !important;
  }
  
  .wishlist-title h2 {
    margin: 0;
  }
  
  /* End Wish list */
  /* Start Compare */
  .woocommerce ul.cart_list li a.remove,
  .woocommerce-page ul.cart_list li a.remove {
    border: medium none;
  
    color: #fff;
    display: block;
    float: right;
    font-size: 18px;
    height: 15px;
    line-height: 16px;
    margin: 3px;
    text-align: center;
    text-indent: 0;
    width: 15px;
    box-sizing: border-box;
  }
  
  .woocommerce-shipping-calculator .shipping-calculator-button {
    color: #000000;
    display: inline-block;
    font-weight: bold;
    margin: 5px 0;
  }
  
  .woocommerce-shipping-calculator .shipping-calculator-button:hover {
    color: #000;
  }
  
  .woocommerce .wc-proceed-to-checkout .checkout-button,
  .woocommerce-page .wc-proceed-to-checkout .checkout-button {
    background: #FFF1D8;
   color: #FFF1D8 !important;
    border: 1px solid #FFF1D8;
  }
  
  .woocommerce .wc-proceed-to-checkout .checkout-button:hover,
  .woocommerce-page .wc-proceed-to-checkout .checkout-button:hover {
    background: #FFF1D8;
    color: #000000;
    border-color: #000;
  }
  
  .woocommerce #yith-wcwl-popup-message,
  .woocommerce-page #yith-wcwl-popup-message,
  .home #yith-wcwl-popup-message {
    background: #FFF1D8 none repeat scroll 0 0;
    border: 1px solid #FFF1D8;
    color: #000;
    padding: 0px 20px;
    bottom: 0;
    top: auto;
    margin: 0 auto !important;
    left: 0;
    right: 0;
  }
  
  #yith-wcwl-popup-message {
    left: 50%;
    line-height: 50px;
    position: fixed;
    text-align: center;
    top: 50%;
    z-index: 10000;
  }
  
  .yith-wcwl-wishlistexistsbrowse.show > a {
    font-size: 0;
  }
  
  .wishlist_table tr td a.button.yith-wcqv-button {
    display: none;
    margin: 0;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
  }
  
  .yith-wcwl-wishlistexistsbrowse.show .feedback,
  .yith-wcwl-wishlistaddedbrowse.show .feedback {
    display: none;
    font-size: 0;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
  }
  
  .entry-summary .add_to_wishlist {
    display: inline-block;
    margin: 5px 0 5px;
    font-weight: 600;
    width: 100%;
  }
  
  .summary.entry-summary .product-cms-tab-block {
    margin: 20px 0;
  }
  
  .woocommerce-password-strength {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    margin-top: 5px;
    padding: 5px 10px;
    background-color: #ff0000;
    color: #ffffff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -moz-border-radius: 50px;
  }
  
  .woocommerce-password-hint {
    float: left;
    clear: both;
  }
  
  .woocommerce-password-strength.strong {
    background-color: #76c261;
  }
  
  .woocommerce-password-strength.good {
    background-color: #f3b700;
  }
  
  .woocommerce .primary-sidebar .widget_rating_filter .star-rating,
  .woocommerce-page .primary-sidebar .widget_rating_filter .star-rating {
    float: left;
    margin: 2px 5px 3px 25px;
  }
  
  .woocommerce-MyAccount-navigation {
    float: left;
    margin: 12px 25px 0 0;
    background: transparent;
  }
  
  .woocommerce-MyAccount-navigation ul {
    margin: 0;
    border: 1px solid #e8e8e83b;
    border-radius: 0;
  }
  
  .woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #e8e8e83b;
    list-style-type: none;
  }
  
  .woocommerce-MyAccount-navigation ul li:last-child {
    border: none;
  }
  
  .woocommerce-MyAccount-navigation ul li a {
    padding: 10px 15px;
    display: block;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
  }
  
  .woocommerce-MyAccount-navigation
    ul
    li.woocommerce-MyAccount-navigation-link--orders
    a:before {
    content: "\f233";
  }
  
  .woocommerce-MyAccount-navigation
    ul
    li.woocommerce-MyAccount-navigation-link--downloads
    a:before {
    content: "\f019";
  }
  
  .woocommerce-MyAccount-navigation
    ul
    li.woocommerce-MyAccount-navigation-link--edit-address
    a:before {
    content: "\f015";
  }
  
  .woocommerce-MyAccount-navigation
    ul
    li.woocommerce-MyAccount-navigation-link--payment-methods
    a:before {
    content: "\f09d";
  }
  
  .woocommerce-MyAccount-navigation
    ul
    li.woocommerce-MyAccount-navigation-link--edit-account
    a:before {
    content: "\f007";
  }
  
  .woocommerce-MyAccount-navigation
    ul
    li.woocommerce-MyAccount-navigation-link--customer-logout
    a:before {
    content: "\f08b";
  }
  
  .woocommerce-MyAccount-navigation ul li.is-active a:before,
  .woocommerce-MyAccount-navigation ul li a:hover:before {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
  }
  
  .woocommerce-MyAccount-navigation ul li a:before {
    content: "\f0e4";
    display: inline-block;
    float: left;
    font-family: FontAwesome;
    font-kerning: auto;
    font-size: 15px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 22px;
    text-align: left;
    text-rendering: auto;
    width: 2em;
    opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
  }
  
  .woocommerce-MyAccount-content {
    overflow: hidden;
    padding: 10px;
  }
  
  .woocommerce-my-account-links {
    display: block;
    overflow: hidden;
    margin-top: 20px;
  }
  
  .woocommerce-my-account-links > div {
    width: 33%;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 5px;
    display: inline-block;
    text-align: center;
  }
  
  .woocommerce-my-account-links a {
    display: block;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #3f3f3f;
    background: #fff;
    transition: color 0.25s ease;
  }
  
  .woocommerce-my-account-links a::before {
    content: "\f437";
    font-family: FontAwesome;
    display: block;
    color: #bfbfbf;
    margin-bottom: 10px;
    font-size: 50px;
    font-weight: 400;
    line-height: 50px;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
  }
  
  .woocommerce-my-account-links a:hover::before {
    color: #FFF1D8;
  }
  
  .woocommerce-my-account-links .dashboard-link a:before {
    content: "\f0e4";
  }
  
  .woocommerce-my-account-links .edit-account-link a:before {
    content: "\F007";
  }
  
  .woocommerce-my-account-links .orders-link a:before {
    content: "\F233";
  }
  
  .woocommerce-my-account-links .downloads-link a:before {
    content: "\F019";
  }
  
  .woocommerce-my-account-links .payment-methods-link a:before {
    content: "\f439";
  }
  
  .woocommerce-my-account-links .edit-address-link a:before {
    content: "\F015";
  }
  
  .woocommerce-my-account-links .customer-logout-link a:before {
    content: "\f08b";
  }
  
  /*------------------------------------------ quantity  ------------------------------------------- */
  .quantity input.qty {
    border: 1px solid #FFF1D8;
    text-align: center !important;
    width: 40px;
    height: 40px;
    display: inline;
    padding: 8px 2px;
    margin: 0;
    color: #fff;
    background: transparent;
    border-radius: 50px;
  }
  
  .wntr-quantity {
    font-weight: 500;
  }
  
  input[type="number"] {
    -moz-appearance: textfield;
  }
  
  .quantity input.plus,
  .quantity input.minus {
    display: inline-block;
    height: 40px;
    border: 1px solid #FFF1D8;
    width: 40px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    vertical-align: top;
    background: none;
    font-size: 18px;
    box-sizing: border-box;
    font-weight: 400;
    padding: 0 0 0 0px;
    background: transparent;
    border-radius: 50px;
  }
  
  .woocommerce-page
    #primary
    .entry-summary
    button.button.single_add_to_cart_button {
    padding: 8px 23px 7px;
  }
  
  .quantity input.plus:hover,
  .quantity input.plus:focus,
  .quantity input.minus:hover,
  .quantity input.minus:focus {
    background-color: #FFF1D8 !important;
    border-color: #FFF1D8;
  }
  
  #yith-quick-view-content .quantity input.plus,
  #yith-quick-view-content .quantity input.minus,
  .shop_table .quantity input.plus,
  .shop_table .quantity input.minus {
    display: none;
  }
  
  .shop_table .quantity input.qty,
  #yith-quick-view-content div.summary .quantity input.qty {
    -moz-appearance: number-input;
  }
  
  /*------------------------------------------- End quantity  ------------------------------------------*/
  /*--------------------------------   single-product  ---------------------------------------*/
  .woocommerce.single-product #content div.product .entry-summary .product_title {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 18px;
    margin: 0 0 8px;
  }
  
  .woocommerce .entry-summary .br_compare_button.added::before {
    content: "\f00c";
  }
  
  .summary.entry-summary .clear {
    display: inline-block;
  }
  
  .woocommerce .entry-summary .cart {
    display: block;
    width: auto;
    vertical-align: bottom;
    margin-bottom: 10px;
  }
  
  .woocommerce .entry-summary .yith-wcwl-add-to-wishlist .ajax-loading {
    left: 4px;
    right: auto;
    margin: 0 auto !important;
    position: absolute;
    top: 10px;
  }
  
  .woocommerce .entry-summary .yith-wcwl-wishlistexistsbrowse.show a::before,
  .woocommerce .entry-summary .yith-wcwl-wishlistaddedbrowse.show a::before {
    content: "\f112";
    display: inline-block;
    font-family: "FontAwesome";
    left: 0;
    padding: 0;
    margin: 0;
    position: relative;
    text-align: center;
    top: 0;
    font-size: 14px;
    width: 24px;
  }
  
  .woocommerce .entry-summary .yith-wcwl-add-to-wishlist a.add_to_wishlist,
  .woocommerce .entry-summary .yith-wcwl-wishlistexistsbrowse.show > a,
  .woocommerce .entry-summary .yith-wcwl-wishlistaddedbrowse.show a,
  .woocommerce .entry-summary .add_to_wishlist,
  .woocommerce .entry-summary a.br_compare_button {
    transition: 0.3s all ease-in-out !important;
    margin: 0;
    border: medium none;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    background: none;
    text-transform: capitalize;
    display: inline-block;
    transition: none;
    background-size: 18px;
    line-height: 18px;
    vertical-align: top;
    font-weight: 500;
  }
  
  .woocommerce .entry-summary .br_compare_button::after {
    content: "\f24d";
    font-family: "FontAwesome";
    font-size: 14px;
    margin: 0;
    padding-left: 5px;
  }
  
  .woocommerce .entry-summary .yith-wcwl-wishlistexistsbrowse.show a:hover,
  .woocommerce .entry-summary .yith-wcwl-wishlistaddedbrowse.show a:hover,
  .woocommerce .entry-summary .yith-wcwl-add-to-wishlist .add_to_wishlist:hover,
  .woocommerce .entry-summary a.br_compare_button:hover,
  .woocommerce .entry-summary .br_compare_button:hover,
  .woocommerce .entry-summary a.br_compare_button.added:hover,
  .woocommerce .entry-summary .br_compare_button:hover::before,
  .woocommerce
    .entry-summary
    .yith-wcwl-add-to-wishlist
    .add_to_wishlist:hover::before {
    color: #FFF1D8;
  }
  
  .entry-summary .yith-wcwl-add-to-wishlist,
  .woocommerce .entry-summary a.br_compare_button {
    color: #fff;
    vertical-align: top;
    display: inline-block;
    padding: 10px 0 15px;
    margin: 0;
    position: relative;
    line-height: 18px;
    font-size: 14px;
  }
  
  .woocommerce .entry-summary .yith-wcwl-add-to-wishlist {
    position: absolute;
    right: 0;
    top: 20px;
  }
  
  .woocommerce .entry-summary .add_to_cart_button.br_compare_button {
    position: absolute;
    right: 0;
    top: 45px;
  }
  
  .entry-summary .yith-wcwl-wishlistexistsbrowse.show,
  .entry-summary .yith-wcwl-wishlistaddedbrowse.show {
    height: auto;
    line-height: inherit;
    width: auto;
    border: 0;
    background: none;
    margin: 0 0;
  }
  
  .entry-summary a.br_compare_button {
    position: relative;
  }
  
  .entry-summary .button.yith-wcqv-button:before,
  .entry-summary a.br_compare_button:before,
  .entry-summary .add_to_wishlist:before {
    position: relative;
    margin: 0 5px;
  }
  
  /*-------------------------------- end single-product  ---------------------------------------*/
  .woocommerce .wishlist-title h2 {
    padding: 6px 15px;
    font-weight: 400 !important;
    font-size: 18px;
    border-radius: 0;
  }
  
  .woocommerce table.wishlist_table thead th,
  .woocommerce table.wishlist_table tbody td,
  .woocommerce table.shop_table td,
  .woocommerce-page table.shop_table td {
    border-color: #e8e8e83b !important;
    padding: 15px !important;
    box-sizing: border-box;
    color: #fff;
  }
  
  /* WooCommerce 3.0 Gallery */
  .woocommerce-product-gallery {
    position: relative;
    margin-bottom: 3em;
  }
  
  .woocommerce-product-gallery figure {
    margin: 0;
  }
  
  .woocommerce-product-gallery
    .woocommerce-product-gallery__image:nth-child(n + 2) {
    width: 25%;
    display: inline-block;
  }
  
  .woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    float: left;
    cursor: pointer;
  }
  
  .woocommerce-product-gallery img {
    display: block;
  }
  
  .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 99;
  }
  
  a.woocommerce-product-gallery__trigger {
    text-decoration: none;
  }
  
  .single-product
    div.product
    .woocommerce-product-gallery
    .woocommerce-product-gallery__trigger {
    position: absolute;
    bottom: 160px;
    top: 30px;
    left: auto;
    display: block;
    height: 1.7em;
    width: 1.7em;
    z-index: 1;
    text-align: center;
    text-indent: -999px;
    overflow: hidden;
    padding: 0 6px;
  }
  
  .feature-image-wrapper {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    background: #f8f8f8;
  }
  
  .home-featured-carousel .product-detail {
    position: relative;
    padding: 10px 15px 15px;
    line-height: 22px;
    width: 50%;
    display: inline-block;
  }
  
  .home-featured-carousel .item {
    border: 1px solid #f5f5f5;
    border-radius: 0;
  }
  
  .single-product .page-title {
    display: none;
  }
  
  .single-pro-inner .woo-multi-currency.wmc-price-switcher {
    display: none;
  }
  
  #yith-quick-view-modal
    div.product
    .woocommerce-product-gallery
    .woocommerce-product-gallery__trigger {
    bottom: 20px;
    display: none;
  }
  
  .single-product
    div.product
    .woocommerce-product-gallery
    .woocommerce-product-gallery__trigger {
    background-color: #000;
    color: #fff;
    border-radius: 5px;
  }
  
  .single-product
    div.product
    .woocommerce-product-gallery
    .woocommerce-product-gallery__trigger:hover {
    background-color: #FFF1D8;
    border-color: #FFF1D8;
    color: #000;
  }
  
  .single-product
    div.product
    .woocommerce-product-gallery
    .woocommerce-product-gallery__trigger:before {
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    content: "\f067";
    line-height: 25px;
    text-indent: 0;
  }
  
  .woocommerce #content div.product .woocommerce-product-gallery.images img {
    transition: none 0s ease 0s;
  }
  
  .flex-control-nav.flex-control-thumbs {
    box-sizing: border-box;
    overflow: hidden;
    padding: 15px;
    margin: 0;
  }
  
  .flex-viewport,
  .woocommerce-product-gallery__image.flex-active-slide {
    max-width: 100%;
  }
  
  .images .flex-control-thumbs li {
    box-sizing: border-box;
    width: 100%;
    padding: 4px;
  }
  
  .woocommerce-product-gallery .flex-control-thumbs img {
    border: 1px solid rgb(255, 255, 255) !important;
    border-radius: 10px;
    background-color: #fcd7ad;
  }
  
  .woocommerce ul.cart_list li img,
  .woocommerce ul.product_list_widget li img,
  .woocommerce-page ul.cart_list li img,
  .woocommerce-page ul.product_list_widget li img,
  .woocommerce #content div.product .woocommerce-product-gallery ol li img {
    float: left;
    /*   border: 1px solid #ededed; */
    max-width: 60px;
  }
  
  .woocommerce.widget_top_rated_products ul.product_list_widget li {
    text-align: center;
  }
  
  .woocommerce.widget_top_rated_products ul.product_list_widget li img {
    max-width: 100%;
    margin: 0;
  }
  
  .primary-sidebar
    .woocommerce.widget_top_rated_products
    ul.product_list_widget
    .product-title {
    float: none;
    display: block;
    padding: 0;
    width: 100%;
  }
  
  #primary-sidebar
    .woocommerce.widget_top_rated_products
    ul.product_list_widget
    li
    .star-rating {
    float: none;
    margin: 0 auto;
  }
  
  #primary-sidebar
    #wpmegamenu_widget-3
    .woocommerce.widget_top_rated_products
    ul.product_list_widget
    li
    .star-rating {
    margin: 0;
  }
  
  .woocommerce #content div.product .woocommerce-product-gallery ol li img {
    float: none;
  }
  
  .woocommerce ul.products li.product .yith-wcwl-wishlistexistsbrowse a:hover,
  .woocommerce-page
    ul.products
    li.product
    .yith-wcwl-wishlistexistsbrowse
    a:hover,
  .woocommerce ul.products li.product .yith-wcwl-wishlistaddedbrowse a:hover,
  .woocommerce-page
    ul.products
    li.product
    .yith-wcwl-wishlistaddedbrowse
    a:hover {
    background-image: url("../../images/workdo/svg/next-hover.svg");
    background-color: #FFF1D8;
    border-color: #FFF1D8;
  }
  
  .yith-wcwl-wishlistexistsbrowse .feedback,
  .yith-wcwl-wishlistaddedbrowse .feedback {
    display: none;
    font-size: 0;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
  }
  
  .woocommerce ul.products li.product .yith-wcwl-wishlistexistsbrowse a,
  .woocommerce-page ul.products li.product .yith-wcwl-wishlistexistsbrowse a,
  .woocommerce ul.products li.product .yith-wcwl-wishlistaddedbrowse a,
  .woocommerce-page ul.products li.product .yith-wcwl-wishlistaddedbrowse a {
    background-image: url("../../images/workdo/svg/next.svg");
    transition: all 0.5s;
    border: 1px solid #eee !important;
  }
  
  .woocommerce .button.yith-wcqv-button,
  .woocommerce .product-block-outer a.br_compare_button,
  .product-block-outer .yith-wcwl-add-to-wishlist a.add_to_wishlist,
  .woocommerce ul.products li.product .yith-wcwl-wishlistexistsbrowse a,
  .woocommerce-page ul.products li.product .yith-wcwl-wishlistexistsbrowse a,
  .woocommerce ul.products li.product .yith-wcwl-wishlistaddedbrowse a,
  .woocommerce ul.products li.product .product_type_variation,
  .woocommerce-page ul.products li.product .yith-wcwl-wishlistaddedbrowse a,
  .woocommerce ul.products li.product .yith-wcwl-add-button a,
  .woocommerce-page ul.products li.product .yith-wcwl-add-button a,
  .woocommerce ul.products li.product .yith-wcwl-add-button a,
  .woocommerce-page ul.products li.product .yith-wcwl-add-button a,
  ul.products.list li .product-block-inner .add_to_wishlist {
    display: inline-block;
    font-size: 0 !important;
    padding: 0;
    position: relative;
    vertical-align: top;
    height: 32px;
    width: 32px;
    border: medium none;
    margin: 0px 5px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #141317;
    border: 1px solid #FFF1D8;
    border-radius: 5px;
  }
  
  .list .product-block-hover a {
    margin: 0px 5px 0 0 !important;
  }
  
  .woocommerce .yith-wcwl-add-to-wishlist a.add_to_wishlist .yith-wcwl-icon {
    display: none;
  }
  
  .woocommerce a.br_compare_button:hover {
    background-image: url("../../images/workdo/svg/compare.svg");
    background-color: #FFF1D8;
    border-color: #FFF1D8;
  }
  
  .product-block-outer .br_compare_button {
    margin-top: 0px !important;
  }
  
  .br_compare_button i {
    display: none !important;
  }
  
  .woocommerce ul.products.list .container-inner .image-block,
  .woocommerce-page ul.products.list .container-inner .image-block {
    float: left;
    overflow: hidden;
    width: 100%;
  }
  
  .delete_item:hover .yith-wcwl-icon {
    color: #fff;
  }
  
  .delete_item .yith-wcwl-icon.fa {
    font-size: 20px;
    padding: 6px 0 0 7px;
    margin: 0;
  }
  
  .entry-summary .delete_item .yith-wcwl-icon.fa {
    display: none;
  }
  
  .woocommerce .woocommerce-tabs .woocommerce-Tabs-panel > h2 {
    display: none;
  }
  
  /*single product*/
  .archive .related.products {
    padding: 40px 0 0;
  }
  
  .summary.entry-summary a {
    color: #fff;
  }
  
  .woocommerce .summary.entry-summary .star-rating span::before,
  .woocommerce .summary.entry-summary .star-rating::before {
    color: #fff;
  }
  
  .summary.entry-summary a {
    color: #fff;
    font-weight: 200;
    font-size: 14px;
  }
  
  .summary.entry-summary a.reset_variations {
    visibility: visible !important;
    text-align: right;
    width: auto;
    border-radius: 50px;
    float: right;
    background-color: transparent !important;
    font-size: 14px;
    margin: 0;
    font-weight: 500;
  }
  
  .summary.entry-summary .cart {
    display: flex;
    align-items: flex-start;
    margin: 20px 0;
  }
  
    
  .woocommerce.woocommerce-page .summary.entry-summary button.button {
    background-color: #FFF1D8;
    opacity: 1 !important;
    padding: 8px 20px 8px 20px;
    font-size: 14px;
    line-height: 20px;
    text-transform: inherit;
    transition: 0.3s ease;
    font-weight: 500;
    border-radius: 50px;
    box-shadow: 0 9px 16px #FFF1D852;
  }
  
  .woocommerce.woocommerce-page .summary.entry-summary button.button:hover {
    background-color: #141317;
    /* background-image: url("../../images/workdo/svg/arrow-right-hover.svg");*/
    border: 1px solid #000 !important;
  }
  
  table.variations {
    padding-right: 50px;
  }
  
  #tab-description .test-ico {
    display: block;
    margin-bottom: 10px;
  }
  
  .product__description p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
  }
  
  .description_section_one {
    margin-top: 20px;
    margin-bottom: 80px;
    color: #fff;
  }
  
  .icon-list li {
    width: 50%;
    float: left;
    padding: 0 10px;
  }
  
  .icon-list li span {
    display: block;
    border-radius: 35px;
    padding: 3px;
    margin-bottom: 20px;
    transition: 0.3s ease;
  }
  
  .icon-list li span.none:hover {
    background-color: #183a40;
    color: #fff;
  }
  
  .icon-list li span strong {
    border-radius: 100%;
    min-width: 35px;
    min-height: 35px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    text-align: center;
    padding-top: 3px;
  }
  
  .icon-list {
    margin: 0;
  }
  
  #reviews {
    background-color: transparent;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #e8e8e83b;
  }
  
  #tab-additional_information {
    color: #000;
  }
  
  .description_section_two {
    margin-bottom: 60px;
  }
  
  #tab-description .description_section_two .workdo_title h2 {
    padding: 12px 0 20px;
  }
  
  .custom-testimonial .testimonial-img {
    height: 50px;
  }
  
  /*thank you page*/
  .woocommerce-order-received .page-title {
    display: none;
  }
  
  .home #masthead {
    box-shadow: none;
  }
  
  .order-receive-fst {
    font-size: 40px;
    text-align: center;
    line-height: 44px;
    margin: 30px 0;
    color: #FFF1D8;
    font-weight: 500;
  }
  
  .entry-content p.order-receive-snd {
    text-align: center;
    width: 40%;
    margin: 40px auto;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  
  .elementor-editor-wp-page .star-rating {
    display: none;
  }
  
  .price del .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
    /* display: block; */
    font-weight: 400;
    /* color: #636363; */
    padding-right: 2px;
  }
  
  .single-pro-inner .price ins .woocommerce-Price-amount bdi span {
    padding-right: 1px;
    color: #fff !important;
    opacity: 1;
  }
  .single-pro-inner .summary .price del span,
 .single-pro-inner .summary .price del span .woocommerce-Price-currencySymbol{
    font-size: 14px;
	 padding-right:0;
	}
 
  .woocommerce-Price-currencySymbol {
    display: block;
    font-size: 20px;
    line-height: 24px;
    margin-right: 2px;
  }
  
  .product-gradiant .woocommerce-Price-currencySymbol {
    opacity: 0.6;
  }
  
  #wpmm-wrap-megamenu .woocommerce-Price-currencySymbol {
    display: inline-block;
    font-size: 14px;
  }
  
  #wpmm-wrap-megamenu del .amount,
  #wpmm-wrap-megamenu del .amount span {
    font-size: 14px;
	  color:#000;
  }
  
  .woocommerce.woocommerce-page .main-content-inner {
    margin-top: 20px;
  }
  
  .woocommerce-wishlist .main-content-inner {
    margin-top: 30px;
  }
  
  .woocommerce.woocommerce-page .main-content-inner .primary-sidebar,
  .woocommerce.woocommerce-page
    .main-content-inner
    .product-content
    .content-area {
    margin-top: 20px;
  }
  
  .related .products .woocommerce-product-details__short-description {
    display: none;
  }
  
  .site-content .shop_table li {
    border: 1px solid #eee;
  }
  
  .site-content ul.wishlist_table li .item-wrapper {
    width: 100%;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
  }
  
  .site-content ul.wishlist_table li .item-details h3 {
    font-size: 14px;
  }
  
  .site-content ul.wishlist_table .button.yith-wcqv-button {
    display: none;
  }
  
  .site-content .wishlist_table li table {
    width: auto;
    margin-bottom: 0 !important;
  }
  
  .site-content .wishlist_table .additional-info-wrapper {
    display: flex;
    justify-content: space-between;
  }
  
  .site-content .wishlist_table .woocommerce-Price-amount.amount {
    font-size: 14px;
  }
  
  .site-content .wishlist_table ins .woocommerce-Price-amount.amount {
    font-size: 14px;
  }
  
  .site-content .wishlist_table .fa {
    margin: 0 4px;
    font-size: 16px;
  }
  
  .site-content .wishlist_table .woocommerce-Price-currencySymbol {
    display: inline-block;
  }
  
  .site-content .wishlist_table del .amount,
  .site-content .wishlist_table del .amount span {
    vertical-align: unset;
  }
  
  .woocommerce-notices-wrapper {
    max-width: 1170px;
    margin: 0 auto;
    /* padding: 0 15px; */
  }
  
    
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .woocommerce #content input.button.loading:before,
    .woocommerce #respond input#submit.loading:before,
    .woocommerce a.button.loading:before,
    .woocommerce button.button.loading:before,
    .woocommerce input.button.loading:before,
    .woocommerce-page #content input.button.loading:before,
    .woocommerce-page #respond input#submit.loading:before,
    .woocommerce-page a.button.loading:before,
    .woocommerce-page button.button.loading:before,
    .woocommerce-page input.button.loading:before {
      background-image: url(../images/ajax-loader@2x.gif);
      background-size: 16px 16px;
    }
  }
  
  @media screen and (min-width: 673px) {
    .twentyfourteen .tfwc {
      padding-right: 30px;
      padding-left: 30px;
    }
  }
  
  @media screen and (min-width: 1040px) {
    .twentyfourteen .tfwc {
      padding-right: 15px;
      padding-left: 15px;
    }
  }
  
  @media screen and (min-width: 1110px) {
    .twentyfourteen .tfwc {
      padding-right: 30px;
      padding-left: 30px;
    }
  }
  
  @media screen and (min-width: 1218px) {
    .twentyfourteen .tfwc {
      margin-right: 54px;
    }
  
    .full-width .twentyfourteen .tfwc {
      margin-right: auto;
    }
  }
  
  /*** RAJODIYA ***/
  .comment-form .comment-form-cookies-consent label {
    display: inline;
    vertical-align: middle;
  }
  
  .comment-form .comment-form-cookies-consent input[type="checkbox"],
  .woocommerce-form .form-row input[type="checkbox"] {
    margin-right: 8px;
    position: relative;
    top: 2px;
  }
  
  .product-gradiant {
    position: relative;
  }
  
  @media (max-width: 767px) {
    .summary.entry-summary a.reset_variations {
      float: none;
    }
  
    .price
      del
      .woocommerce-Price-amount.amount
      .woocommerce-Price-currencySymbol {
      display: inline-block !important;
    }
  
    del .amount,
    del .amount span {
      vertical-align: bottom;
    }
  }
  
  /* contact-form */
  .contact-form .wpcf7-form {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #7d7a7a;
  }
  
  .contact-form .wpcf7-form p {
    margin-bottom: 10px !important;
  }
  
  .contact-form .wpcf7-form label {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
  }
  
  .contact-form .wpcf7-form label span {
    font-size: 14px;
  }
  
  .contact-form .wpcf7-response-output {
    border: 1px solid #7d7a7a !important;
    color: #183a40;
  }
  
  .contact-form .wpcf7-form.invalid p label {
    margin-bottom: 0;
  }
  
  .contact-form h2 {
    font-size: 30px !important;
    font-weight: 400 !important;
  }
  
  @media (max-width: 580px) {
    .contact-form .wpcf7-form {
      padding: 15px;
    }
  }
  
  .woocommerce .woocommerce-info,
  .woocommerce-page .woocommerce-info {
    margin-bottom: 20px !important;
  }
  
  .woocommerce .order_details,
  .woocommerce-page .order_details {

    background-color: #FFF1D8;
    border-radius: 15px;
  }
.woocommerce-page .woocommerce-thankyou-order-details,
.woocommerce .woocommerce-thankyou-order-details{
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; 
}
  
  .container-inner .price del span bdi .woocommerce-Price-currencySymbol {
    margin-right: 0;
    padding-right: 0 !important;
  }
  
  .list.products li .product-detail-wrapper .product-name {
    height: auto !important;
  }
  
  .list.products li .product-detail-wrapper .price {
    min-height: auto !important;
    margin-bottom: 10px !important;
  }
  
  .list.products li .product-detail-wrapper .product-block-hover {
    top: 0 !important;
  }
  
  /* .list.products li .product-detail-wrapper .pro-btn {
    top: -6px !important;
  } */
  
  ul.products.list li .product-block-inner .pro-wish {
    display: inline-block;
    position: relative;
    bottom: 0;
    right: 0;
    top: 0;
  }
  
  ul.products.list li .product-block-inner .pro-wish span {
    font-size: 0;
    padding-right: 0;
  }
  
  .quantity input.plus,
  .quantity input.minus {
    height: 35px;
    width: 35px;
  }
  
  .quantity input.qty {
    width: 35px;
    height: 35px;
  }
/*   
  .single-pto-bottom .woocommerce-Reviews {
    padding: 20px 0px !important;
  } */
  
  .single-pto-bottom .woocommerce #reviews #comments ol.commentlist li img.avatar,
  .woocommerce-page #reviews #comments ol.commentlist li img.avatar {
    width: 35px;
  }
  
  .single-pto-bottom #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 50px;
  }
  
  .woocommerce-account .woocommerce-info {
    padding: 10px 10px 10px 40px !important;
  }
  
  .woocommerce-account .woocommerce-info:before {
    margin-top: 7px;
  }
  
  .box-page .woocommerce-error:before {
    margin-top: 14px;
  }
  
  .woocommerce-wishlist .woocommerce-error {
    margin: 1em 0 2em !important;
  }
  
  .woocommerce-wishlist .woocommerce-error:before {
    margin-top: 14px;
  }
  
  .woo-slick .slick-track {
    margin-left: 0;
  }
  
  .elementor-element-8d6509a .accordion.style1 .accordion-title,
  .toggle.style1 .toggle-title {
    background: transparent;
  }
  
  .entry-content blockquote p:before,
  .entry-content blockquote:after {
    color: #FFF1D8;
  }
  
  .entry-content blockquote p::after {
    color: #FFF1D8;
  }
  
  .elementor-element-03c2000 h2 {
    font-size: 26px;
  }

  .summary
    .price
    del
    .woocommerce-Price-amount.amount
    .woocommerce-Price-currencySymbol {
    display: inline;
  }
   
  .elementor-widget-wt_multiple_link a,
  .woocommerce.single-product .elementor-widget-wt_multiple_link a {
    min-height: 0px;
    padding: 11px 12px;
  }
  
  .variations_form .variations tr td.label,
  .variations_form .variations tr td.value {
    padding-right: 0;
    display: flex;
    flex-direction: column;
    width: 220px;
  }
  .woocommerce
    .slick-slider
    li
    .product-block-inner
    .product-block-outer
    .product-block-hover,
  .product-block-outer .product-block-hover {
    right: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: all 300ms ease 0s;
    z-index: 5;
    left: 0%;
    top: 25%;
  }
  
  .product-two-row
    .woo-cs-product-two-row
    .product-block-outer
    .product-block-hover {
    bottom: auto !important;
    top: 42% !important;
  }
  
  ul.products.list li .pro-btn a {
    border-color: #FFF1D8 !important;
  }
  
  body ul.products.list li .product-block-inner .add_to_wishlist {
    width: 32px !important;
    height: 32px !important;
    display: inline-block !important;
    border: 1px solid #FFF1D8 !important;
    background-position: center !important;
  }
  body ul.products.list li .product-block-inner .pro-wish .add_to_wishlist:hover {
    background-color: #FFF1D8 !important;
    border-color: #FFF1D8 !important;
  }
  body ul.products.list li .product-block-inner .add_to_wishlist {
    background-image: url("images/workdo/svg/heart-hover.svg");
  }
  body ul.products.list li .product-block-inner .pro-wish .exists a {
    font-size: 0 !important;
    padding: 0 !important;
    width: 32px !important;
    height: 32px !important;
    border: 1px solid #FFF1D8 !important;
    background-position: center;
  }
  
  ul.products.grid li .product-block-inner .pro-wish .add_to_wishlist,
  .woocommerce
    ul.products
    li.product
    .pro-wish
    .yith-wcwl-wishlistexistsbrowse
    a {
    margin: 0 3px !important;
  }
  
  @media (min-width: 767px) {
    .pro-btn a::after,
    .single_add_to_cart_button::after {
      content: "\f290";
      font-family: "fontawesome";
      padding-left: 10px;
      font-size: 14px;
    }
  }

  .product-block-inner .image-block img{
    transition: 0.4s all ease !important;
}  
/*** rajodiya new ***/
  .contact_message .elementor-shortcode input, .contact_message .elementor-shortcode textarea {
    margin-top: 10px !important;
}