
/** shop-page **/

/** shop-sidebar **/

.shop-sidebar{
  position: relative;
  border: 1px solid #E5E5E5;
  padding: 40px 30px;
}
.shop-sidebar .sidebar-widget:last-child{
  border-bottom: none;
}
.shop-sidebar .search-widget .form-group{
  position: relative;
  margin-bottom: 0px;
}
.shop-sidebar .search-widget .form-group input[type='search']{
  position: relative;
  display: block;
  width: 100%;
  height: 49px;
  border: solid;
  border-width: 1px;
  border-radius: 50px;
  padding: 10px 70px 10px 20px;
  font-size: 14px;
  color: var(--theme-color);
  transition: all 500ms ease;
}
.shop-sidebar .search-widget .form-group button[type='submit']{
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-block;
  width: 57px;
  height: 39px;
  border-radius: 45px;
  text-align: center;
  font-size: 17px;
  color: #fff;
  transition: all 500ms ease;
}
.shop-sidebar .search-widget .form-group input:focus{
  border-color: #FFAC00 !important;
  color: #FFAC00;
}
.shop-sidebar .search-widget .form-group input:focus + button,
.shop-sidebar .search-widget .form-group button:hover,
.shop-sidebar .search-widget .form-group button:focus{
  background: #FFAC00;
}
.shop-sidebar .sidebar-widget .widget-title h4,
.shop-sidebar .sidebar-widget .widget-title h3,
.blog-sidebar .sidebar-widget .widget-title h3 {
  font-size: 22px;
  line-height: 1.4;
  color: var(--title-color);
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.shop-sidebar .sidebar-widget .widget-title h4:after,
.shop-sidebar .sidebar-widget .widget-title h3:after,
.blog-sidebar .sidebar-widget .widget-title h3:after,
.shop-sidebar .sidebar-widget .widget-title h4:before,
.shop-sidebar .sidebar-widget .widget-title h3:before,
.blog-sidebar .sidebar-widget .widget-title h3:before{
  background-color: var(--theme-color);
  position: absolute;
  content: "";
  bottom: 5px;
  left: 0;
  height: 2px;
  width: 40px;
  opacity: 1;
  transition: 0.5s;
}
.shop-sidebar .sidebar-widget .widget-title h4:before,
.shop-sidebar .sidebar-widget .widget-title h3:before,
.blog-sidebar .sidebar-widget .widget-title h3:before{
  width: 70px;
  bottom: 0;
}
.shop-sidebar .sidebar-widget .widget-title h4 {
  font-size: 20px;
  line-height: 30px;
}
.price-range-slider{
  position: relative;
  width:100%;
}
.price-range-slider .range-value{
  position: relative;
  display: flex;
  align-items: center;
}
.price-range-slider .range-value span{
  font-size: 14px;
  line-height: 24px;
  color: var(--title-color);
  margin-right: 5px;
}
.price-range-slider .range-value input{
  width: 100%;
  background: none;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--text-font);
  color: var(--title-color);
  box-shadow: none;
  border: none;
}
.price-range-slider .range-bar{
  border: none;
  height: 2px;  
  width: 100%;
  background: rgba(255, 172, 0, 0.20);
  border-radius: 30px;
}
.price-range-slider .ui-slider-range{
  background: #FFAC00;
  height: 2px;
}

.price-range-slider .ui-slider-handle{
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.10);
  top: -8px;
  background: #FFAC00;
  border: none;
}

.price-range-slider .range-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price-range-slider .range-box .theme-btn{
  padding: 4.5px 21px;
}

.shop-sidebar .check-box input {
  display: none;
}

.shop-sidebar .check-box label {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: var(--title-color);
  padding-left: 26px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0px;
}

.shop-sidebar .check-box label:before{
  position: absolute;
  content: '';
  left: 0px;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #DDDDDD;
  background: transparent;
}

.shop-sidebar .check-box label:after {
  position: absolute;
  content: '\e928';
  font-family: 'icomoon';
  left: 0px;
  top: 6px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 8px;
  color: #fff;
  background-image: none;
  opacity: 0;
}

.shop-sidebar .check-box input:checked + label:after {
  opacity: 1;
}

.shop-sidebar .check-box input:checked + label:before{
  background: #FFAC00;
  border-color: #FFAC00;
}

.shop-sidebar .category-widget .accordion{
  position: relative;
}

.shop-sidebar .category-widget .accordion .acc-btn{
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: var(--title-color);
  padding-left: 28px;
  padding-right: 30px;
  cursor: pointer;
}

.shop-sidebar .category-widget .accordion .acc-btn:before{
  position: absolute;
  content: '';
  left: 0px;
  top: 7px;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #DDDDDD;
  background: transparent;
}

.shop-sidebar .category-widget .accordion .acc-btn.active:before{
  background: #FFAC00;
  border-color: #FFAC00;
}

.shop-sidebar .category-widget .accordion .acc-btn .icon-box{
  position: absolute;
  content: '';
  right: 0px;
  top: 7px;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #B5B5B5;
  font-size: 14px;
  color: #B5B5B5;
  text-align: center;
  background: transparent;
  font-weight: 600;
}

.shop-sidebar .category-widget .accordion .acc-btn.active .icon-box{
  background: #FFAC00;
  border-color: #FFAC00;
  color: #fff;
}

.shop-sidebar .category-widget .accordion .acc-btn .icon-box:before{
  position: absolute;
  content: '+';
  text-align: center;
  width: 16px;
  height: 16px;
  line-height: 10px;
  left: 0px;
  top: 0px;
  right: 0px;
}

.shop-sidebar .category-widget .accordion .acc-btn.active .icon-box:before{
  content: '-';
  font-size: 30px;
  font-weight: 400;
  line-height: 3px;
}

.shop-sidebar .category-widget .accordion .acc-content{
  padding-left: 27px;
  margin-bottom: 10px;
}

.shop-sidebar .color-widget .color-list{
  display: block;
}

.shop-sidebar .color-widget .color-list li{
  position: relative;
  display: inline-block;
  float: left;
}

.shop-sidebar .color-widget .color-list li .check-box label{
  padding: 0px;
}

.shop-sidebar .color-widget .color-list li .check-box label:before,
.shop-sidebar .color-widget .color-list li .check-box label:after{
  top: 0px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: none;
}

.shop-sidebar .color-widget .color-list li .check-box label:after{
  line-height: 22px;
}

.shop-sidebar .color-widget .color-list li:first-child .check-box label:before{
  background: #F8CD2E;
}

.shop-sidebar .color-widget .color-list li:nth-child(2) .check-box label:before{
  background: #0578FF;
}

.shop-sidebar .color-widget .color-list li:nth-child(3) .check-box label:before{
  background: #FF6B00;
}

.shop-sidebar .color-widget .color-list li:nth-child(4) .check-box label:before{
  background: #000000;
}

.shop-sidebar .color-widget .color-list li:nth-child(5) .check-box label:before{
  background: #792424;
}

.shop-sidebar .color-widget .color-list li:nth-child(6) .check-box label:before{
  background: #2EC8F8;
}

.shop-sidebar .color-widget .color-list li:nth-child(7) .check-box label:before{
  background: #FF0000;
}

.shop-sidebar .color-widget .color-list li:nth-child(8) .check-box label:before{
  background: #6100FF;
}

.shop-sidebar .color-widget .color-list li:nth-child(9) .check-box label:before{
  background: #4DB8A5;
}

.shop-sidebar .color-widget .color-list li:nth-child(10) .check-box label:before{
  background: #92DE57;
}

.shop-sidebar .color-widget .color-list li:nth-child(11) .check-box label:before{
  background: #C24444;
}

.shop-sidebar .color-widget .color-list li:nth-child(12) .check-box label:before{
  background: #B72EF8;
}

.shop-sidebar .color-widget .color-list li:nth-child(13) .check-box label:before{
  background: #063F83;
}

.shop-sidebar .color-widget .color-list li:nth-child(14) .check-box label:before{
  background: #FFA96A;
}

.shop-sidebar .color-widget .color-list li:nth-child(15) .check-box label:before{
  background: #EDEDED;
}

.shop-sidebar .color-widget .color-list li:nth-child(16) .check-box label:before{
  background: #fff;
  border: 1px solid #E1E1E1;
}

.shop-sidebar .review-widget .category-list li label i{
  font-size: 16px;
  margin-right: 7px;
  color: #FFC844;
}

.shop-sidebar .review-widget .category-list li label i.light{
  color: #D3D3D3;
}

/** rtl-css **/

.rtl .shop-sidebar .check-box label{
  padding-left: 0px;
}

.rtl .shop-sidebar .check-box label:after{
  left: inherit;
  right: 0px;
}

.rtl .shop-sidebar .category-widget .accordion .acc-btn:before{
  left: inherit;
  right: 0px;
}

.rtl .shop-sidebar .category-widget .accordion .acc-btn .icon-box{
  right: inherit;
  left: 0px;
}

.rtl .shop-sidebar .color-widget .color-list li{
  float: right;
}

/** responsive-css **/

.shop-page-section .item-shorting{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F6F7F9;
  padding: 15px 30px;
  margin-bottom: 40px;
}

.shop-page-section .item-shorting .left-column .text p{
  font-size: 14px;
  color: var(--title-color);
}

.shop-page-section .item-shorting .left-column .text p span{
  font-weight: 700;
}

.shop-page-section .item-shorting .right-column{
  position: relative;
  display: flex;
  align-items: center;
}

.shop-page-section .item-shorting .right-column p{
  font-size: 14px;
  color: #7C7C7C;
  margin-right: 10px;
}

.shop-page-section .item-shorting .right-column .short-box{
  position: relative;
  display: flex;
  align-items: center;
}

.shop-page-section .item-shorting .right-column .select-box{
  min-height: 30px;
}

.shop-page-section .item-shorting .right-column .short-box .nice-select{
  font-size: 14px;
  line-height: 30px;
  color: var(--title-color);
  text-transform: capitalize;
}

.shop-page-section .item-shorting .right-column .short-box .nice-select:before{
  color: var(--title-color);
}

.shop-page-section .item-shorting .right-column .short-box .nice-select .list{
  min-width: 120px;
}

.shop-page-section .item-shorting .right-column .menu-box{
  position: relative;
  display: flex;
  align-items: center;
}

.shop-page-section .item-shorting .right-column .menu-box button{
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 24px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  color: #7C7C7C;
  cursor: pointer;
  transition: all 500ms ease;
}

.shop-page-section .item-shorting .right-column .menu-box button img{
  display: inline-block;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: all 500ms ease;
}

.shop-page-section .item-shorting .right-column .menu-box button.on img{
  opacity: 1;
  filter: grayscale(0%);
}

.wrapper.list .shop-list-content{
  display: block;
}

.wrapper.list .shop-grid-content{
  display: none
}

.wrapper.grid .shop-list-content{
  display: none;
}

.wrapper.grid .shop-grid-content{
  display: block
}
.shop-page-section .wrapper .inner-container .products{
 display: flex;
 flex-wrap: wrap;
}
.shop-page-section .wrapper .inner-container .shop-block-two{
  width: 25%;
}

.shop-page-section .wrapper .inner-container .woocommerce-product-loop .shop-block-two{
  float: left;
  width: 25%;
}

.shop-page-section .shop-block-two .inner-box .lower-content h5{
  max-height: 24px;
}

.shop-page-section .cta-section .inner-container{
  padding-top: 82px;
  padding-bottom: 82px;
}

.shop-block-seven .inner-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 40px;
  border: 1px solid #E5E5E5;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.shop-block-seven .inner-box:hover{
  border-color: #fff;
  box-shadow: 0px 24px 54px 0px rgba(0, 0, 0, 0.07);
}

.shop-block-seven .inner-box .image-box{
  position: relative;
  display: block;
  width: 277px;
}

.shop-block-seven .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.shop-block-seven .inner-box:hover .image-box img{
  transform: scale(0.9);
}

.shop-block-seven .inner-box .image-box .discount-product{
  left: -10px;
  top: -7px;
}

.shop-block-seven .inner-box .content-box{
  position: relative;
  display: block;
}

.shop-block-seven .inner-box .content-box .text{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: var(--title-color);
  margin-bottom: 6px;
  text-transform: uppercase;
}

.shop-block-seven .inner-box .content-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 14px;
}

.shop-block-seven .inner-box .content-box h4 a{
  display: inline-block;
}

.shop-block-seven .inner-box .content-box h4 a:hover{
  text-decoration: underline;
}

.shop-block-seven .inner-box .content-box h5{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #E92530;
  margin-bottom: 10px;
}

.shop-block-seven .inner-box .content-box h5 del{
  font-size: 16px;
  font-weight: 400;
  color: #7C7C7C;
  margin-left: 10px;
}

.shop-block-seven .inner-box .content-box .rating{
  margin-bottom: 10px;
}

.shop-block-seven .inner-box .content-box .theme-btn{
  background: transparent;
  border: 1px solid;
  border-width: 1px;
  color: var(--theme-color) !important;
  padding: 8.5px 70px;
}

.shop-block-seven .inner-box .content-box .theme-btn:hover,
.shop-block-seven .inner-box .content-box .theme-btn:focus{
  border-color: var(--secondary-color);
  color: #fff !important;
}

.shop-block-seven .inner-box .feature-content{
  position: relative;
  display: block;
  border-left: 1px solid #D9D9D9;
  padding: 30px 0px 50px 60px;
}

.shop-block-seven .inner-box .feature-list li{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 28px;
  padding-left: 16px;
}

.shop-block-seven .inner-box .feature-list li:before{
  position: absolute;
  content: '';
  background: var(--secondary-color);
  width: 5px;
  height: 5px;
  left: 0px;
  top: 12px;
  border-radius: 50%;
}

.shop-banner .slide-item{
  padding: 110px 120px;
}

.shop-sidebar .table-outer {
  overflow-x: auto;
  position: relative;
  width: 100%;
}

.shop-sidebar .sidebar-table {
  min-width: 1585px;
  width: 100%;
}

.shop-sidebar .sidebar-table tbody{
  vertical-align: top;
}

.shop-sidebar .sidebar-table .widget-title{
  margin-bottom: 25px;
}

.shop-sidebar .sidebar-table tbody tr td{
  padding-right: 60px;
  width: 280px;
}

.shop-sidebar .sidebar-table tbody tr td:last-child{
  padding: 0px;
}

.shop-sidebar .sidebar-table tbody tr .filter-widget{
  width: 220px;
}

.shop-sidebar.style-two .category-list li label{
  display: block;
}

.shop-sidebar.style-two .category-list li{
  position: relative;
}

.shop-sidebar .category-list li span{
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 14px;
  color: var(--title-color);
}

.shop-page-section .item-shorting .left-column{
  position: relative;
  display: flex;
  align-items: center;
}

.shop-page-section .item-shorting .left-column .filter-button button{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  padding: 8px 20px;
  width: 180px;
  text-align: left;
}

.shop-page-section .item-shorting .left-column .filter-button button i{
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 7px;
}

.shop-page-section .our-shop.fluid .wrapper .inner-container .shop-block-two{
  width: 16.666%;
}
.shop-sidebar .widget_products .product_list_widget li,
.main-footer .widget_products .product_list_widget li,
.main-footer .widget_shopping_cart .product_list_widget li,
.main-footer .widget_top_rated_products .product_list_widget li,
.shop-sidebar .widget_top_rated_products .product_list_widget li{
  margin-bottom: 12px;
}
.shop-sidebar .widget_products .product_list_widget li:last-child,
.main-footer .widget_products .product_list_widget li:last-child,
.main-footer .widget_shopping_cart .product_list_widget li:last-child,
.main-footer .widget_top_rated_products .product_list_widget li:last-child,
.shop-sidebar .widget_top_rated_products .product_list_widget li:last-child{
  margin-bottom: 0px;
}
.shop-sidebar .widget_products .product_list_widget li a,
.main-footer .widget_products .product_list_widget li a,
.main-footer .widget_shopping_cart .product_list_widget li a,
.main-footer .widget_top_rated_products .product_list_widget li a,
.shop-sidebar .widget_top_rated_products .product_list_widget li a{
  display: flex;
  gap: 15px;
}
.shop-sidebar .widget_products .product_list_widget li a img,
.main-footer .widget_products .product_list_widget li a img,
.main-footer .widget_shopping_cart .product_list_widget li a img,
.main-footer .widget_top_rated_products .product_list_widget li a img,
.shop-sidebar .widget_top_rated_products .product_list_widget li a img{
  width: 85px;
  height: 85px;
  object-fit: cover;
  min-width: 85px;
  min-height: 85px;
}
.shop-sidebar .widget_products .product_list_widget li a .product-title,
.shop-sidebar .widget_top_rated_products .product_list_widget li a .product-title{
  color: var(--title-color);
  font-weight: 600;
  font-size: 16px;
}
.shop-sidebar .widget_products .product_list_widget li a:hover .product-title,
.shop-sidebar .widget_products .product_list_widget li a:focus .product-title,
.shop-sidebar .widget_top_rated_products .product_list_widget li a:hover .product-title,
.shop-sidebar .widget_top_rated_products .product_list_widget li a:focus .product-title{
  color: var(--theme-color);
}
.main-footer .widget_products .product_list_widget li a .product-title,
.main-footer .widget_top_rated_products .product_list_widget li a .product-title,
.main-footer .widget_shopping_cart .product_list_widget li a{
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  transition: all 0.3s;
}
.main-footer .widget_products .product_list_widget li a:hover .product-title,
.main-footer .widget_products .product_list_widget li a:focus .product-title,
.main-footer .widget_top_rated_products .product_list_widget li a:hover .product-title,
.main-footer .widget_top_rated_products .product_list_widget li a:focus .product-title,
.main-footer .widget_shopping_cart .product_list_widget li a:hover ,
.main-footer .widget_shopping_cart .product_list_widget li a:focus {
  color: var(--theme-color);
}
.main-footer .widget_products .product_list_widget li del,
.main-footer .widget_top_rated_products .product_list_widget li del,
.main-footer .widget_shopping_cart .product_list_widget li del{
 margin-right: 10px;
}
.main-footer .widget_products .product_list_widget li ins,
.main-footer .widget_top_rated_products .product_list_widget li ins,
.main-footer .widget_shopping_cart .product_list_widget li ins{
  text-decoration: none;
}
.main-footer .widget_products .product_list_widget li .amount,
.main-footer .widget_top_rated_products .product_list_widget li .amount,
.main-footer .widget_shopping_cart .product_list_widget li .quantity{
  color: #e0e0e0;
}
.widget_shopping_cart .buttons .button{
  padding:5px 15px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  font-family: var(--text-font);
  color: #fff;
  text-align: center;
  border-radius: 50px;
  z-index: 1;
  transition: all 500ms ease;
}
/** rtl-css **/

.rtl .shop-page-section .item-shorting .right-column .menu-box button.mr_10{
  margin-right: 0px;
  margin-left: 10px;
}

.rtl .shop-page-section .item-shorting .right-column p{
  margin-right: 0px;
  margin-left: 10px;
}

.rtl .shop-block-seven .inner-box .feature-content{
  padding-left: 0px;
  padding-right: 60px;
  border-left: none;
  border-right: 1px solid #D9D9D9;
}

.rtl .shop-block-seven .inner-box .feature-list li{
  padding-left: 0px;
  padding-right: 16px;
}

.rtl .shop-block-seven .inner-box .feature-list li:before{
  left: inherit;
  right: 0px;
}

/** responsive-css **/
@media only screen and (max-width: 1400px){
  .shop-page-section .wrapper .inner-container .shop-block-two{
    width: 33.333%;
  }
  .shop-page-section .wrapper .inner-container .woocommerce-product-loop .shop-block-two{
    width: 33.333%;
  }
}
@media only screen and (max-width: 1200px){
  .shop-page-section .wrapper .inner-container .shop-block-two{
    width: 33.333%;
  }
  .shop-page-section .wrapper .inner-container .woocommerce-product-loop .shop-block-two{
    width: 33.333%;
  }
}

@media only screen and (max-width: 991px){
 .shop-page-section .wrapper .inner-container .shop-block-two{
  width: 50%;
}

.shop-page-section .wrapper .inner-container .woocommerce-product-loop .shop-block-two{
  width: 50%;
}
}

@media only screen and (max-width: 767px){
  .shop-block-seven .inner-box{
    display: block;
  }

  .shop-page-section .wrapper .inner-container .shop-block-two{
    width: 100%;
  }
  
  .shop-page-section .wrapper .inner-container .woocommerce-product-loop .shop-block-two{
    width: 100%;
  }

  .shop-block-seven .inner-box .feature-content{
    padding: 0px;
    border: none;
    margin-top: 30px;
  }

  .shop-sidebar{
    margin-bottom: 40px;
  }

  .rtl .shop-block-seven .inner-box .feature-content{
    padding-right: 0px;
    border: none;
  }

  .shop-banner .slide-item{
    padding: 100px 30px;
  }
}

@media only screen and (max-width: 599px){
  .shop-page-section .item-shorting{
    display: block;
    text-align: center;
  }

  .shop-page-section .item-shorting .right-column{
    justify-content: center;
  }
}

@media only screen and (max-width: 499px){
  .shop-block-seven .inner-box .image-box{
    width: 100%;
  }

  .shop-block-seven .inner-box .content-box .theme-btn{
    padding-left: 30px;
    padding-right: 30px;
  }

  .shop-block-seven .inner-box{
    padding-left: 30px;
    padding-right: 30px;
  }

  .shop-page-section .item-shorting .right-column .short-box{
    margin-right: 15px;
  }

  .rtl .shop-page-section .item-shorting .right-column .short-box{
    margin-left: 15px;
    margin-right: 0px;
  }

}

#yith-woocompare-preview-bar .compare-list .image-wrap .remove a:after{
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.shown footer .yith-woocompare-open{
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 15px;
}
.yith-wcqv-main .product .summary .summary-content .product_title {
  margin-bottom: 20px;
}
.yith-quick-view-content.woocommerce div.summary .price{
  color: #E92530;
}
.yith-quick-view-content.woocommerce div.summary .price del{
  color: #7C7C7C;
}
.yith-quick-view-content.woocommerce div.summary .price ins{
 text-decoration: none;
}
#yith-quick-view-content div.images img{
  width: 300px;
  min-width: 300px;
  margin: auto;
  height: auto;
}
.popular-picks-section .products-list .product-list-item .product-image{
  width: 100px !important;
  height: auto;
}
.product .summary .summary-content .added_to_cart{
 padding: 12px 40px;
 border-radius: 12px;
 font-size: 15px;
 display: inline-block;
 font-weight: 400;
 color: #fff;
 background-color: var(--storex-primary-color);
 border-color: var(--storex-primary-color);
}
.product .summary .summary-content .added_to_cart:hover,
.product .summary .summary-content .added_to_cart:focus{
  color: #fff;
  background-color: var(--storex-secondary-color);
  border-color: var(--storex-secondary-color);
}
.yith-wcqv-main .product .summary .summary-content .price del{
  margin-right: 10px;
}
.wp-block-woocommerce-cart .wc-block-grid .wc-block-grid__product-onsale{
  background: #FF0000;
  border-color: #FF0000;
  color: #fff;
}
.wp-block-woocommerce-cart .wc-block-grid__product .wc-block-grid__product-link{
  display: inline-block;
  font-size: 18px;
  color: var(--title-color);
}
.wp-block-woocommerce-cart .wc-block-grid__product .wc-block-grid__product-price{
  color: #FF0000;
}
.wp-block-woocommerce-cart .wc-block-grid__product .wc-block-grid__product-price del{
  color: #7C7C7C;
  margin-right: 10px;
}
.wp-block-woocommerce-cart .wc-block-grid__product .wc-block-grid__product-price ins{
  text-decoration: none;
}
.wp-block-woocommerce-cart .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{
  font-size: 16px;
  background-color: var(--theme-color);
  border-radius: 50px;
  padding: 10px 20px;
}
.wp-block-woocommerce-cart .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover,
.wp-block-woocommerce-cart .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:focus{
  background-color: var(--title-color);
  color: #fff;
}
.wc-block-grid__products li.wc-block-grid__product a.compare{
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #F5F5F5;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    box-shadow: none;
    color: var(--title-color);
    cursor: pointer;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
    transition: all 500ms ease;
}
.wc-block-grid__products li.wc-block-grid__product a.compare:before{
  font-size: 16px;
}
.wc-block-grid__products li.wc-block-grid__product a.compare:hover,
.wc-block-grid__products li.wc-block-grid__product a.compare:footer{
  background: var(--theme-color);
  color: #fff;
}