/*Widget Addons CSS Starts*/

/*Widgets CSS Starts*/



/*Heading Widget CSS Starts*/

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}


.text_center {
  text-align: center;
}

.custom_heading_color {
  color: #212529;
}

.custom_heading_widget {
  font-weight: 900;
  color: #101010;
  background-color: transparent;
}



/*Heading Widget CSS Ends*/



/*Testimonials Widget CSS Starts*/



.reviews_section {
  padding: 2em 0em 5em 0em;
}

.rw_content {
  text-align: center;
padding: 1em;
margin: 1em;
}

.rw_stars {
    
    color: #f2b827;
}

.rw_img {

    max-width: 300px;
        margin: 0 auto;
    padding: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;

}

.rw_h6 {
  font-weight: bold;
}

.rw_des {

    margin: 0.5em 0em;
    font-size: .9em;
    font-weight: 300;

}


.rw_h5 {
  font-size: 1em;
  font-weight: bold;
}


.rw_p{
  color: #8e8b8b;
  font-size: .9em;
  font-weight: 300;
}



.small_image {
  max-width: 70px !important;
      min-height: 70px;
    object-fit: cover;
    
}

.medium_image {
  max-width: 50% !important;
}

.large_image {
  max-width: 100% !important;
}

.show_slider_image_border {
  border-radius: 30% !important;
}

.hide_slider_image_border {
  border-radius: none;
}

.elementor-widget-Testimonials_Grid
 .cr-slick-next {
  position: absolute;
  right: 0;
  top: 50%;
  background-color: #fff;
  border-radius: 50%;
  z-index: 2;
}

.elementor-widget-Testimonials_Grid
.slick-slider
.cr-slick-prev {
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #fff;
  border-radius: 50%;
  z-index: 2;
}

/*Testimonials Widget CSS Ends*/



/*Posts Widget CSS*/



/*Blog Section Starts*/


/*.read_btn {*/
/*  color: #101010;*/
/*    font-weight: 700;*/
/*    font-size: 1.2em;*/
/*}*/

/*.read_btn:hover {*/
/*  color: #101010;*/
/*  text-decoration: underline;*/
/*}*/

/*.read_btn_div {*/
  

/*  padding: 1em 0em;*/
/*  text-align: left;*/

/*}*/

.blog_content {
   -webkit-box-shadow: -4px 0px 23px -5px rgba(189,168,189,1);
-moz-box-shadow: -4px 0px 23px -5px rgba(189,168,189,1);
box-shadow: -4px 0px 23px -5px rgba(189,168,189,1);
padding: 0;
}

.blog-meta {
  color: #8e8b8b;
  font-size: .9em;
  font-weight: 300;
  padding-top: 5px;
  padding-right: 1rem;
  padding-left: 0;
  padding-bottom: 5px;
  margin-top: 5px;
}

.blog_p {
  text-align: left;
    padding: 1.5em 0em;
    font-size: .9em;
    font-weight: 300;
    color: #8e8b8b;
    margin-bottom: 0;
}

.blog_section {
    padding: 0.5em 1em 1em 1em;
    margin-top: 0;
}

.blog_h1 {
  padding: 2em 0em;
}


.blog_img img {
  border-radius: 0;
}

.blog_title.f7 {
     font-weight: inherit;
}

.blog_title {
 text-align: left;
 padding-top: 1rem;
 padding-bottom: 1rem;
 padding-inline: 0;
 color: #0d1e34;
}





.blog-meta .svg-inline--fa{


    color: #101010;
    margin-right: 0.5em;

}

.blog-meta-span:not(:first-child) {
  padding: 0 0 0 0.5em;
}


.blog_single_p{
  text-align: left;
    padding: 1em 0em;
    font-weight: 500;
    margin-bottom: 0;
    color: #8e8b8b;
}

.blog-s4 .blog_p {

font-size: 0.9em;

}

.blog-s4 .read_btn{

font-size: 1em;

}

/*Video Post Starts*/


.video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    max-width: 1920px;
    margin: 0 auto;
}

.video-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-height: 1080px;
    }

/*Video Post Ends */

/*Gallery Post Starts*/


.gallery_img {
  padding-bottom: 1em;
}


/*Video Post Ends*/


/*Audio Post Starts*/


.custom-audio {
  width: 100%;
}

/*Audio Post Starts*/


/*Link Post Starts*/


.link-post {
      text-align: center;
    padding: 3em;
    background: #f2f5f5;
    margin-bottom: 2em;
}

.link-post a {
      font-size: 1.5em;
    color: #101010;
    font-weight: 800;
    transition: 0.4s all;
    position: relative;
    text-decoration: none;
}

.link-post a:hover:before {
     
      text-decoration: none;
      width   : 100%;

    
}


.link-post a:before {
   content : "";
  position: absolute;
  left    : 0;
  bottom  : 0;
  height  : 5px;
  width   : 0%;
  border-bottom:5px solid #101010;
  transition: 0.4s all; 
}

/*Link Post Ends*/

/*aside Post Starts*/


.aside{
  border-left: 5px solid #101010;
    padding: 2em 1em 2em 2em;
    background-color: #f5f5f5;
    margin-bottom: 2em;

}

.aside-2{
  border-right: 5px solid #101010;
    text-align: right;
    padding: 2em 2em 2em 2em;
    background-color: #f5f5f5;
    margin-bottom: 2em;

}


.quote-div {
  width: 10%;
}

.aside-3{

    display: flex;
    padding: 2em 1em 2em 2em;
    background-color: #f5f5f5;
    margin-bottom: 2em;

}



.aside-4{
  border: 1px solid #d8dada;
    padding: 2em 1em 2em 2em;
    background-color: #f5f5f5;
    margin-bottom: 2em;
}


.aside-5{
  border: 1px solid #d8dada;
    padding: 2em 1em 2em 2em;
    background-color: #f5f5f5;
    margin-bottom: 2em;
    border-radius: 10px;

}

.aside p, .aside-1 p, .aside-2 p, .aside-3 p, .aside-4 p, .aside-5 p{
  padding: 0;
  margin: 0;
  color: #8e8b8b;
}

/*aside Post Ends*/

.share-info {
  font-size: 1.2em;
      display: inline-block;
    vertical-align: top;
    padding-top: 1em;
    
}

.author_img {
    border-radius: 20%;
    width: 100%;
    object-fit: cover;
}

.author_p {
      font-size: 0.9em;
    color: #8e8d8f;
}

.sbar-h5 {
  padding: 0.5em 0 0.5em 0;
}

.tag-content {
      background-color: #101010;
    padding: 0.3em 0.8em;
    border-radius: 20px;
    color: #ffffff;
    line-height: 2.5;
}

.read_btn_blog {
  float: right;
}

.post_title_link h4:hover {
  text-decoration: underline;
}

/*Blog Section Ends*/


/*Posts Widget CSS Ends*/

/*Widgets CSS Ends*/



/*Swiper Carousel Starts*/


.swiper-container {
    width: 800px;
    
 
} 




/*Swiper Carousel Ends*/


/*Pagination CSS Starts*/


.paginate_container .page-numbers {
    font-size: 1.2em;
    border: 1px solid #787878;
    color: #303030;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
}

.paginate_container .current, .paginate_container .page-numbers:hover {
   background-color: #000000;
   color: #ffffff;
   border: 1px solid transparent;
}


.paginate_container {
    padding: 3em 0;
}

/*Pagination CSS Ends*/


/*Load More CSS Starts*/

.load-more-button {
  border: 0;
}

.lds-dual-ring {
  margin: 0 auto;
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
     border-radius: 50%;
    border: 6px solid #cdcdcd;
    border-color: #cdcdcd #cdcdcd #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*Load More CSS Ends*/

/*****
Portfolio Widget CSS Starts
*****/


.slider-portfolio .slick-dots {
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}


.col-md-2 .slider-portfolio .slick-dots{
  bottom: 0;
}

.pd12 {
  padding: 1em 2em;
}

.portfolio-info {
  position: absolute;
    z-index: 99;
    top: 5%;
    left: 50%;
    opacity: 0;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}


.col-md-12 .portfolio-h1 {
  color: #ffffff;
  font-size: 2.5vw;
  white-space: nowrap;
}

.col-md-6 .portfolio-h1 {
  color: #ffffff;
  font-size: 2vw;
  white-space: nowrap;
}

.col-md-3 .portfolio-h1 {
  color: #ffffff;
  font-size: 1.5vw;
  white-space: nowrap;
}

.portfolio-h1 {
  color: #ffffff;
      font-size: 1.5em;
    font-weight: 500 !important;
    white-space: nowrap;
}


.portfolio-p{
    color: #ffffff;
    font-weight: 300;
    font-size: .9em;
    padding: 2px 5px 4px 5px;
}



.content-overlay {
  position: relative;
  overflow: hidden;
}

.portfolio-content .content-overlay:after {
      content: '';
    background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}



.portfolio-content:hover .content-overlay:after {

  opacity: 1;
  

}

.portfolio-content .c__overlay:after {
  opacity: 1;
}

.portfolio-content:hover .pfolio_zoom img {
    transform: scale(1.2);
}

.portfolio-content:hover .pfolio_rotate img {
    transform: rotate(360deg);
}



.portfolio-block{
   position: relative;
}

.portfolio-block .portfolio_link {
      position: absolute;
    left: 0;
    top: 0px;
    right: 0;
    bottom: 0px;
    width: 100%;
    display: block;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    transition: all 0.3s ease-out;
    z-index: 3;
    -webkit-transition: all 0.3s ease-out;
}

.pch .slick-dotted.slick-slider {
    margin-bottom: 0px;
}


.pch .portfolio-content {
  padding: 1em 1em;
}

.portfolio-content:hover .portfolio-info {
  top: 50%;
  opacity: 1;
}

.portfolio-content:hover .slick-dots li.slick-active button:before {
  color: #ffffff;
}

.portfolio_img_div img {
 width: 100%;
}

.portfolio_img {
   width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: 285px;
    object-fit: cover;
    transition: .7s;
}

.portfolio_grid_section .portfolio_col {
  max-height: 285px;
  padding: 0;
}

.portfolio_info_show {
    top: 50%;
    opacity: 1;
}


.portfolio_info_show_btm {
  position: relative;
    margin-top: 3.3em;
    opacity: 1;
}

.cat-list {
    padding: 0 1em 1em  1em;
    margin-bottom: 2em;
    text-align: center;
}

.cat-list li {
      list-style-type: none;
    display: inline-block;
    text-align: center;
    margin-bottom: 5px;
}

.cat-list li a {
  padding: 5px;
  margin-right: 10px;
  display: inline-block;
    padding: 0.5rem 1rem;
    color: #2d2d2d;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
}


.cat-list a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #000;
    transition: width .3s;
}


.cat-list a:hover::after {
    width: 100%;
    transition: width .3s;
}

.cat-list .active::after {
    width: 100%;
}

.cat-list a:focus {
    outline: none !important;
}


/*Masonry Layout Starts*/

.masonry__grid {
  column-count: 3;
  column-gap: 0;
  margin: auto;
  width: 100%;
}

.masonry__grid.column_count_2 {
  column-count: 2;
}

.masonry__grid .column_count_3 {
  column-count: 3;
}

.masonry__grid.column_count_4 {
  column-count: 4;
}

.masonry__grid.column_count_5 {
  column-count: 5;
}

.masonry__grid.column_count_6 {
  column-count: 6;
}

.masonry__grid .portfolio-content {
  position: relative;
}

.masonry__grid .portfolio_img {
  max-height: 100% !important;
}


/* Create four equal columns that sits next to each other */

.masonry-col img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.masonry-col .portfolio-block {
  position: relative;
  margin-top: 8px;
}

.masonry-col .portfolio-block img {
  margin-top: 0;

}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}


/*Masonry Layout Ends*/

/*Shop Grid Media Query Starts*/

@media screen and (max-width: 1100px) {


.portfolio_grid_section .col-md-3 .portfolio_img {
  max-height: 130px;
}

.portfolio_grid_section .col-md-4 .portfolio_img {
  max-height: 140px;
}

.portfolio_grid_section .col-md-6 .portfolio_img {
  max-height: 160px;
}

}


@media screen and (max-width: 768px) {


.portfolio_grid_section .portfolio_img {
  max-height: 200px !important;
}

#shop-popup .popup-content {
     min-width: 85%;   
}

div#shop-popup .close {
        background: #f5f5f5;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        width: 41px;
        padding-bottom: 6px;
        padding-left: 18px;
        top: 5px;
        font-size: 2.5em !important;
}

div#shop-popup .slick-initialized .slick-slide {
    margin-bottom: 20px;
}

div#shop-popup .slick-initialized .slick-slide {
    min-height: auto;
    max-height: 200px !important;
    border: 1px solid #ccc;
    border-radius: 10px;
}

#shop-popup .modal_product_price {
    font-size: 1.5em !important;
}

}

/*Shop Grid Media Query Ends*/

/*****
Portfolio Widget CSS Ends
*****/

/*****
Shop Grid CSS Starts
*****/


/*Shop Css Starts*/


@keyframes slider_right {
 0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.custom_cart_div {
    position: relative;
}

.custom_cart_div .product_modal_tooltip {
    position: absolute;
    opacity: 0;
    top: 0;
    right: 37px;
    background: #000;
    border-radius: 5px;
    padding: 3px 10px;
    color: #fff;
    white-space: nowrap;
    transition: .3s;
    font-size: 0.8em;
}

.custom_cart_div .product_modal_tooltip::after {
    content: "";
    position: absolute;
    top: 8px;
    right: -10px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #000;
}

.custom_cart_div .shop_option:hover .product_modal_tooltip {
    opacity: 1;
    top: 3px;
}


.custom_cart_div .shop_option {
    opacity: 0;
    width: 32px;
    height: 32px;
    padding: 7px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 1px solid #ededed;
}

.custom_cart_div .shop_option .add_to_wishlist {
    border: 1px solid #ededed;
}

.custom_cart_div .shop_option {
    width: 32px;
    height: 32px;
}


.custom_cart_div .shop_option:nth-child(1) {
    animation-delay: 0.01s;
}

.custom_cart_div .shop_option:nth-child(2) {
    animation-delay: 0.04s;
}

.custom_cart_div .shop_option:nth-child(3) {
    animation-delay: 0.08s;
}

.custom_cart_div .shop_option:nth-child(4) {
    animation-delay: 0.1s;
}

.shop_content:hover .shop_option {
    animation-name: slider_right;
    animation-duration: .4s;
    animation-fill-mode: both;
    opacity: 1;
}

.shop_content:hover .shop_option span svg {
    display: flex;
}

/*.shop_content:hover .shop_option span {*/
/*    display: inline-table;*/
/*}*/


.shop_content .shop_option:hover, .shop_content .shop_option:hover a {
    background: #000 !important;
}

.shop_content .shop_option.modal_shop_view:hover svg path,
.shop_content .shop_option.yith-compare-button:hover .check-icon svg {
    stroke: #fff;
}

.shop_content .shop_option.yith-compare-button:hover .check-icon svg g {
    fill: none;
}

.shop_content .shop_option:hover .button-tooltip svg {
    fill: #fff;
}

.shop_content .shop_option.yith-compare-button:hover svg {
    fill: #fff;
}

.shop_content .shop_option a svg {
    fill: #fff;
}

.shop_content .shop_option.custom_select_options a svg path,
.shop_content .shop_option.custom_add_to_cart:hover svg path {
    stroke: #fff;
}

.woocommerce-pagination {
    margin-top: 25px;
}

.woocommerce-pagination ul {
    display: flex;
    list-style-type: none;
    justify-content: center;
    gap: 10px;
    padding-inline: 5px;
    justify-content: center;
}


.woocommerce-pagination .page-numbers.prev,
.woocommerce-pagination .page-numbers.next {
    line-height: 30px;
}

.woocommerce-pagination li .page-numbers {
    font-size: 15px;
    border: 1px solid #787878;
    color: #303030;
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 10px;
}

.woocommerce-pagination li .page-numbers.current {
    font-size: 15px;
    border: 1px solid transparent;
    color: #ffffff;
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 10px;
    background: #000;
}

.woocommerce-pagination li .page-numbers:hover {
    color: #ffffff;
    background-color: #000;
    border: 1px solid transparent;
    text-decoration: none;
}

.cart-form-row h4 {
  padding-bottom: 1em; 
}

.submit-cart {
  margin-top: 1em;
}

.cart-table thead {
  border-top: 3px solid #101010;
}

.cart-table td {
  vertical-align: middle;
}


.w6 {
  width: 60%;
}

.info-th-cart {

    color: #3a3838;
    width: 50%;
    font-weight: 700;
    padding: 1em 0;

}
.cart-img {
  width: 100px;
  padding: 0 1em;
}

.shop_p {
      text-align: left;
    padding: 1em 0em;
    margin: 0;
    font-weight: 500;
    color: #8e8b8b;
}


.immaculate_product_rating .star-rating span:before {
color: #F2B827;
}

.num-block {
  float: left;
  width: 100%;
  padding: 1em 0;
}

/* skin 1 */
.skin-1 .num-in {
  float: left;
  width: 94px;}

.skin-1 .num-in span {
  display: block;
  float: left;
  width: 30px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.skin-1 .num-in span.dis:before {
  background-color: #ccc !important;
}

.skin-1 .num-in input {
  float: left;
  width: 32px;
  height: 32px;
  border: 1px solid #6E6F7A;
  border-radius: 5px;
  color: #000;
  text-align: center;
  padding: 0;
}

.skin-1 .num-in span.minus:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #00A94F;
  top: 50%;
  left: 0;
}

.skin-1 .num-in span.plus:before, .skin-1 .num-in span.plus:after {
  content: '';
  position: absolute;
  right: 0px;
  width: 15px;
  height: 2px;
  background-color: #00A94F;
  top: 50%;
}

.skin-1 .num-in span.plus:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* / skin 1 */



.info-table {
width: 100%;
}

.info-tr {
    border-bottom: 1px solid #f5f5f5;
}


.info-th {

    color: #3a3838;
    width: 20%;
    font-weight: 700;
    padding: 0.5em 0;

}

.info-td {

}

/* Tabbed content css starts */

/*Bootstrap tabbed content*/

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #101010;
    font-weight: 600;
    border: 0;
    border-bottom: 2px solid #101010;
}

.nav-tabs .nav-item {
  text-align: center;
  width: 33.33%;

}

.nav-tabs .nav-link {
  color: #3a3838;
  font-weight: 500;
}

.tab-pane {

padding: 2em 1em;
color: #8e8b8b;
font-weight: normal;

}

/*Bootstrap tabbed content*/


/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.add-to-cart {
      background-color: #101010;
    padding: 1em 1.5em;
    color: #ffffff;
    font-size: 1em;
    font-weight: 600;
    margin-left: 1em;
    border:0;
}

/* / Tabbed content css ends */

.sbar-h5 {
padding: 1.5em 0 0.5em 0;
}

.shop-h4 {
font-weight: 700;
}

.shop-quantity {
  margin-bottom: 2em;
}


.shop-content {
color: #8e8b8b;

}

.shop_content .amount {
   font-size: 1rem;
}

.shop_content .amount bdi {
    font-weight: 500;
}

.shop_content strike.cgp bdi {
    font-weight: 400;
    font-size: 14px;
}

.shop_content strike.cgp {
  color: #b2b0b0;
  font-size: 13px;
}

.shop_content .product__cat {
    font-size: 0.9em;
    color: #b2b0b0;
}

.shop_content .rw_stars,
.shop_content .price ,
.shop_content .product__cat{
   padding-bottom: 0.3em;
   font-weight: 300;
   font-size: .9em;
   padding-top: 0;
}

.shop_content .shop-img {
  padding-top: 0;
} 


.rounded__shop .shop-img img,
.rounded__shop .custom_cart_div a {
  border-radius: 20px !important;
}

.custom_cart_div div.shop_option:hover svg path {
    fill: #fff;
}

.custom_cart_div .shop_option a {
        border: 1px solid #ededed;
}

.shop_img {
width: 100%;
}

.shop-img img {
      /*max-height: 200px;*/
    object-fit: cover;
}


.shop-img .col-md-2 img {
      max-height: 86px;
    object-fit: cover;
}

.shop_grid_section .col-md-3 .shop-img img {
  
    max-height: 150px;
    object-fit: cover;
}

.border__show {
  border: 1px solid #eeebeb;
  box-shadow: none !important;
}

/*Lightbox css starts*/


    /* these styles are for the demo, but are not required for the plugin */
    .zoom {
      display:inline-block;
      position: relative;
    }
    
    /* magnifying glass icon */
    .zoom:after {
      content:'';
      display:block; 
      width:33px; 
      height:33px; 
      position:absolute; 
      top:0;
      right:0;
      background:url(icon.png);
    }

    .zoom img {
      display: block;
    }

    .zoom img::selection { background-color: transparent; }

    #ex2 img:hover { cursor: url(grab.cur), default; }
    #ex2 img:active { cursor: url(grabbed.cur), default; }


/*Lightbox css ends*/

.product-info {
  padding: 1em 1em;
}

.shop_section {
    padding: 1em 0em 3em 0em;
}

.shop-img {
      padding: 1em 0;
      height: 200px;
      margin-bottom: 11px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      overflow: hidden;
}

.shop-img img {
    min-height: 190px;
    height: 100%;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
}


.shop-img-3s {
      height: 230px;
      padding: 1em 0;

}

.shop-img-3s img {
      min-height: 100%;
      height: 100%;
}

.shop-img-1 {
  text-align: center;
  height: 300px;
  width: auto;
  max-width: 100%;
}

.shop__img {
  text-align: center;
}

.shop-row {
  padding: 3em 0;
}

.shop-col {
  text-align: left;
  padding: 0;
  height: 100%;
/*  -webkit-box-shadow: -4px 8px 23px -8px rgba(189,168,189,1);
-moz-box-shadow: -4px 8px 23px -8px rgba(189,168,189,1);
box-shadow: -4px 8px 23px -8px rgba(189,168,189,1);*/
}

.custom_add_to_cart, .custom_select_options {
      background: #101010;
    padding: .5em 1em;
    color: #ffffff;
    font-size: .9em;
    font-weight: 300;
}

.cart_btn {
  position: relative;
  cursor: pointer;
  padding: 7px 10px 10px 0;
}

.cart_btn svg path {
    fill: transparent !important;
}

/*.cart_abs {
      position: absolute;
    right: 0;
    top: 35px;
}*/

.custom_add_to_cart:hover,
.custom_add_to_cart:active,
.custom_add_to_cart:focus {
   color: #fff;
}

.shop_content.shop-col {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.shop_content div.in-stock,
.shop_content div.out-of-stock {
    text-align: left;
}

.shop_list_grid .shop_content.shop-col {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 10px;
}

.shop_list_grid .shop_content.shop-col .custom_cart_div {
    gap: 1px;
    flex-direction: row;
    display: flex;
    left: unset;
    top: unset;
    right: unset;
    padding: 0;
    position: relative;
}

.shop_list_grid .custom_cart_div .shop_option {
    width: 28px;
    height: 28px;
    opacity: 1;
    border: 0;
    padding: 0;
}

.shop_list_grid .custom_cart_div .shop_option .add_to_wishlist {
    padding: 0;
    border: 0;
    width: 28px;
    height: 28px;
}

.shop_list_grid svg {
    width: 18px;
}

.shop_list_grid .product_modal_tooltip {
    display: none;
}

.single-product div.in-stock, .single-product div.out-of-stock {
    line-height: 10px;
}

.shop_content span.in-stock,
.single-product span.in-stock {
    color: #00a700;
    font-size: 11px;
    border: 1px solid #00a700;
    padding: 1px 5px;
    border-radius: 50px;
    font-weight: 400;
}

.shop_content span.out-of-stock,
.single-product span.out-of-stock {
    font-size: 11px;
    color: #bb0707;
    border: 1px solid #bb0707;
    padding: 1px 5px;
    border-radius: 50px;
    font-weight: 400;
}

.custom_cart_div {
    position: absolute;
    right: 5px;
    top: 5px;
    display: grid;
    padding: 5px 5px;
    text-align: center;
    gap: 7px;
}

.custom_cart_div a, .custom_cart_div button, .custom_cart_div a {
    background: #fff;
    padding: 7px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    width: 32px;
    height: 32px;
}

.custom_cart_div .added_to_cart {
  display: none;
}


/*Mini Cart CSS Starts*/

/*.custom_mini_cart {
  display: none;
}*/





.custom_mini_cart ul.cart_list li:after,
.custom_mini_cart ul.product_list_widget li:after {
    clear: both;
}

.custom_mini_cart ul.cart_list li:after,
.custom_mini_cart ul.cart_list li::before,
.custom_mini_cart ul.product_list_widget li:after,
.custom_mini_cart ul.product_list_widget li:before {
    content: " ";
    display: table;
}

/*.custom_mini_cart .product_list_widget:after {

   content: " ";
   display: table;

}*/

.cart_hov {
  width: 230px;
    position: absolute;
    right: 0;
    top: 43px;
    border: 1px solid #f5f5f5;
    display: none;
    z-index: 999;
}

.cart_hov .shop_cart {
  display: none !important;
}

.custom_mini_cart .product_list_widget {
  display: block !important;
  padding: 0;
}

.custom_mini_cart {
    background-color: #fff;
    z-index: 999;
  padding: 1em;
    /*width: 220px;*/
}

.custom_mini_cart .woocommerce-mini-cart__buttons {
  display: grid;
}

.custom_mini_cart a {
  padding: 0 !important;
}

.custom_mini_cart .remove {

    position: absolute;
    top: -10px;
    right: 0;
    font-size: 25px !important;
    color: #1e1e1e !important;
    font-weight: 200 !important;

}

.custom_mini_cart .remove:focus,
.custom_mini_cart .remove:active{
  border: 0 !important;
  outline: 0 !important;
}

.custom_mini_cart .wc-forward {

    background-color: #101010;
    color: #ffffff !important;
    text-align: center;
    padding: 10px !important;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: .9em !important;
    text-decoration: none !important;
}

.custom_mini_cart .wc-forward:hover {
  text-decoration: underline !important;
}

.custom_mini_cart .checkout {
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    font-size: .7em;
    color: #000 !important;
    text-decoration: none !important;
    background-color: transparent !important; 
    border: 1px solid #2d2d2d;

}

.custom_mini_cart .checkout:hover {
  text-decoration: underline !important;
}

.custom_mini_cart .woocommerce-mini-cart__total {
  padding-top: 1em;
}

.custom_mini_cart .woocommerce-mini-cart__total .amount {
      text-align: right;
    float: right;
    font-size: 1.2em;
    font-weight: 600;
}

.custom_mini_cart .woocommerce-mini-cart__total strong {
  font-weight: 400;
    font-size: .9em;
}

.custom_mini_cart .mini_cart_item {
    display: block;
    border-bottom: 1px solid;
    border-bottom-color: #ebebeb;
    margin: 0 0 15px;
    list-style: none;
    position: relative;
    text-align: left;
    width: 100%;
}

.custom_mini_cart .mini_cart_item a {
    color: #212529;
    font-weight: 500;
}

.custom_mini_cart .product_list_widget li a {

  
display: block;


}

.custom_mini_cart .product_list_widget img {
  max-width: 80px;
    padding-right: 1em;
    float: left;
}

.custom_mini_cart .product_list_widget li {
  position: relative;
    padding-bottom: 1em;
}


.cart_op {
  opacity: .7;
}

.bg_m_cart {
    background-color: #ffffff !important;
    opacity: 0.5 !important;
}

/*Side Cart CSS Starts*/

.side_cart {
    z-index: 1000;
    position: fixed;
    right: 0;
    top: 0;
    width: 330px;
    height: 100%;
    margin-left: -330px;
    overflow-y: auto;
    background: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: auto;
    z-index: 600;
    transform: translateX(340px);

}


.cart_open {
  transform: unset;
}

/*.cart_close {
  transform: translateX(340px);
}*/


.cart_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 400;
    opacity: 1;
    cursor: auto;
    visibility: visible;
    background-color: rgba(0,0,0,.7);
    transition: opacity .25s ease,visibility 0s ease .25s;
    display: none;
}


.side_cart .cart__content {
  position: absolute;
    bottom: 0;
    width: 90%;
}



.side_cart .shop_cart {
  padding: 1em 0 1em 0;
}

.shop_cart h5 {
  color: #212529;
}

.side_cart_close_btn {
  background: none;
    border: 0;
    padding: 0;
}

/*.shop_cart {
  display: none !important;
}*/


.side_cart .shop_cart {
  margin-bottom: 15px;
    display: flex !important;
    border-bottom: 1px solid #d3d3d3;
}

/*Cart Close Icon Starts*/


.close_container {
  position: relative;
      height: 30px;
    width: 30px;
}



.right_left{
      height: 1px;
    width: 30px;
    position: absolute;
    right: 0;
    top: 12px;
    background-color: #101010;
    border-radius: 0;
    transform: rotate(-47deg);
    transition: all .1s ease-in;
}

.left_right{
  height: 1px;
    width: 30px;
    position: absolute;
    right: 0;
    top: 12px;
    background-color: #101010;
    border-radius: 0;
    transform: rotate(47deg);
    transition: all .1s ease-in;
}

.side_close .right_left {
  transform: rotate(0deg); 
}
.side_close .left_right{
  transform: rotate(0deg);  
}

.side_cart_close_btn:active,
.side_cart_close_btn:focus,
.side_cart_close_btn:visited {
  outline: none !important;
  border: none !important; 
}

.prod_close {
  background-color: #fff;
    opacity: 0.5;
}


.custom_mini_cart .blockOverlay {
  display: none !important;
  visibility: hidden !important; 
}

.custom_mini_cart .blockOverlay:before,
.custom_mini_cart .blockOverlay:after {
  clear: both !important;
}

.cart_count, .wishlist-count-container a {
    text-decoration: none !important;
}

.cart_count, .wishlist-count-container .wishlist-count-value {
    font-size: 11px;
    background: #dfdfdf;
    padding-inline: 5px;
    border-radius: 30px;
    margin-left: -10px;
    color: #101010;
}


/*Cart Close Icon Ends*/

/*Side Cart CSS Ends*/


/*Mini Cart CSS Ends*/

/*Shop Css Ends*/


/*Loading Animation Starts*/


.lds-dual-ring {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 15px;
  height: 15px;
  margin: 3px;
  border-radius: 50%;
  border: 1px solid #fff;
  border-color: #ababab transparent #ababab transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

.lds-dual-center {
  position: absolute;
    right: 50%;
    left: 50%;
    top: 20%;
    width: 20px;
  height: 20px;
}

.lds-dual-center:after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  margin: 5px;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loading_icon:after,
.portfolio_loading_icon:after {
  height: 25px;
  width: 25px;
}

/*Loading Animation Ends*/

/*Woocommerce Ordering Starts*/

.filter_products_grid {
    margin-top: 20px;
    border-top: 1px solid #d3d3d3;
    padding-top: 20px;
    display: grid;
    grid-template-columns: 20% 80%;
    gap: 15px;
    padding-bottom: 30px;
}

.filter_products_grid h4 {
    font-size: 1rem;
    font-weight: 500;
}

.filter_products_grid .filter_grid_col_2 {
    padding-inline: 10px;
}

.filter_products_grid label {
    display: flex;
}

.woocommerce-select-container {
    position: relative;
}

.woocommerce-select-container:after {
        content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    top: 11px;
    right: 10px;
    height: 10px;
    font-size: 80%;
}

.woocommerce-ordering select.orderby {
    padding: 8px 10px;
    cursor: pointer;
    font-size: 14px;
}

.woocommerce-orderby-container {
    margin-bottom: 1em;
    display: flex;
    justify-content: flex-end;
}

.woocommerce-ordering-container {
        display: flex;
    align-items: center;
}

.woocommerce-ordering-buttons {
    margin-right: 4px;
}

.woocommerce-ordering-buttons button {
    border-radius: 10px;
    padding: 6px 8px;
    background: transparent;
    border: 1px solid #ccc !important;
}

.woocommerce-products-header__title.page-title {
    padding-bottom: 5px;
}

.woocommerce-results_container .woocommerce-ordering,
.woocommerce-results_container .woocommerce-result-count {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
}

/*Woocommerce Ordering Ends*/

.filter_products_grid label .cbox {
    position: relative;
    border-radius: 6px;
    display: inline-flex;
    margin-right: 10px;
    line-height: 10px;
    display: block;
    width: 22px;
    height: 22px;
}

.filter_products_grid input[type="checkbox"],
.custom_cbox input[type="checkbox"] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.custom_cbox label .cbox {
    position: relative;
    border-radius: 6px;
    display: inline-flex;
    margin-right: 10px;
    line-height: 10px;
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50px;
    outline: 1px solid #bbbbbb;
    border: 1px solid #ffffff;
    transition: .1s;
}

.custom_cbox label .cbox:hover {
    cursor: pointer;
    outline: 2px solid #bbbbbb;
}

.filter_products_grid .filter_container {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.filter_container .filter_text {
    font-size: 13px;
}

.filter_products_grid label .cbox:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #686868;
    border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}

.filter_products_grid input[type="checkbox"]:checked + .cbox:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 8px;
  width: 5px;
  height: 10px;
  border: solid #000000;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}

.filter_products_grid .filter-color input[type="checkbox"]:checked + .cbox:after {
  box-shadow: -1px -1px 0px transparent, 1px -1px 0px transparent, -1px 1px 0px transparent, 1px 1px 0px #FFFFFF;
}

.shop_sidebar_right {
    grid-template-columns: 80% 20%;
}

.shop_sidebar_none.filter_products_grid {
    grid-template-columns: 100%;
}

.shop_sidebar_none.filter_grid_col_1 {
    display: none !important;
}

.shop_sidebar_right .filter_grid_col_1 {
    order: 2;
}

.shop_sidebar_right .filter_grid_col_2 {
    order: 1;
}

body.woocommerce-page div.product_col_5.filter_products_grid  ul.products {
    grid-template-columns: repeat(5, 1fr);
}

body.woocommerce-page div.product_col_8.filter_products_grid  ul.products {
    grid-template-columns: repeat(8, 1fr);
}

body.woocommerce-page div.product_col_7.filter_products_grid  ul.products {
    grid-template-columns: repeat(7, 1fr);
}

body.woocommerce-page div.product_col_6.filter_products_grid  ul.products {
    grid-template-columns: repeat(6, 1fr);
}

body.woocommerce-page div.product_col_4.filter_products_grid  ul.products {
    grid-template-columns: repeat(4, 1fr);
}


body.woocommerce-page div.product_col_3.filter_products_grid  ul.products {
    grid-template-columns: repeat(3, 1fr);
}

body.woocommerce-page div.product_col_2.filter_products_grid  ul.products {
    grid-template-columns: repeat(2, 1fr);
}

/*Shop Grid Media Query Starts*/

@media screen and (max-width: 480px) {

.custom_heading_widget {
  font-size: 1.8em !important;
}
.woocommerce_custom_filters .col-md-6 {
  text-align: center;
}

.custom_cart_div .custom_add_to_cart,
.custom_cart_div .custom_select_options {
      font-size: 3vw;
}

}

/*Shop Grid Media Query Ends*/

/*****
Shop Grid CSS Ends
*****/

/*Generic CSS Starts*/

.d_none {
  display: none;
}

.d__none {
  display: none !important;
}

.cart_active {
  display: block;
}


/*Generic CSS Ends*/

/*Widget Addons CSS Ends*/

/*Shop Modal Starts*/

/* Popup Container */
#shop-popup {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed in place */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Overlay background */
  z-index: 9999; /* Make sure it’s on top */
}

/* Popup Content */
#shop-popup .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  width: 60%;
  min-height: 70%;
  text-align: center;
  border-radius: 10px;
}

#shop-popup .close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 3em;
  cursor: pointer;
  font-weight: 100;
  opacity: .9;
  color: #000;
  padding-inline: 15px;
  display: block;
  z-index: 99;
}

#shop-popup .slick-initialized .slick-slide {
    display: block;
    min-height: 400px;
    object-fit: cover;
} 

#shop-popup .modal-slick-next, .modal-slick-next,
#shop-popup .modal-slick-prev, .modal-slick-prev {
    font-size: 10px;
    position: absolute;
    top: 50%;
    display: block;
    width: 35px;
    height: 35px;
    color: #000;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: 1px solid #ccc;
    outline: none;
    background: white;
    border-radius: 50px;
    z-index: 2;
}

#shop-popup .modal-slick-next, .modal-slick-next  {
    right: 25px;
}

#shop-popup .modal-slick-prev, .modal-slick-prev {
    left: 25px;
}

.woocommerce-product-gallery__wrapper .modal-slick-next {
    right: 10px;
}

.woocommerce-product-gallery__wrapper .modal-slick-prev {
    left: 5px;
}

.woocommerce-product-gallery #thumbnail .modal-slick-next {
    right: -5px;
}

.woocommerce-product-gallery #thumbnail .modal-slick-prev {
    left: -15px;
}

#shop-popup .modal_product_price {
    font-size: 2em;
    font-weight: 300;
    border-bottom: 1px solid #d1d0d0bd;
    padding-bottom: 10px;
} 

.modal_product_description {
    font-weight: 300;
    padding-bottom: 5px;
    font-size: 13px;
}

#shop-popup .modal_minus_quantity,
#shop-popup .modal_plus_quantity {
    background: #fff;
    height: 100%;
    border: 1px solid #bbbbbb !important;
}

#shop-popup .qty.text {
    margin: 0;
    border-right: 1px solid transparent;
    border-top: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
    border-left: 1px solid transparent;
    height: 100%;
    background: transparent;
}

#shop-popup .text-red {
    color: #dc3545;
}

#shop-popup .cart {
    display: flex;
}

#shop-popup .cart .quantity {
    margin-right: 10px;
    display: flex;
}

#shop-popup .add_to_cart_button {
     background: #101010;
    color: #fff;
    transition: .2s;
    border: 1px solid transparent;
    border-radius: 7px;
    border: 0;
    font-weight: 300;
    font-size: 14px;
}

#shop-popup .add_to_cart_button:hover {
    background-color: #000;
}

#shop-popup .modal_plus_quantity {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
}

#shop-popup .modal_minus_quantity {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
}

  #shop-popup h2 {
        font-size: 1.6em;
    }

#shop-popup .product_meta .posted_in, #shop-popup .product_meta .sku_wrapper,
#shop-popup .single-product .product_meta .tagged_as {
    font-size: 14px;
}

.modal_product_description ul {
    margin-bottom: 3px !important;
    padding-left: 15px;
}

.modal_product_description ul li p {
    margin-bottom: 5px !important;
}

/*Shop Modal Ends*/

.woocommerce_custom_filters {
    padding: 0;
}


.woocommerce-ordering select.orderby {
    border-radius: 10px;
} 

.woocommerce-ordering, .woocommerce-result-count {
    padding-bottom: 1em;
}

/*Grid Col CSS Starts*/

.shop_grid_section {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;  
    list-style-type: none;
    padding: 0;
}

.shop_grid_section.grid_col_2 {
    grid-template-columns: repeat(2, 1fr);
}

.shop_grid_section.grid_col_3 {
    grid-template-columns: repeat(3, 1fr);
}

.shop_grid_section.grid_col_4 {
    grid-template-columns: repeat(4, 1fr);
}

.shop_grid_section.grid_col_5 {
    grid-template-columns: repeat(5, 1fr);
}

.shop_grid_section.grid_col_6 {
    grid-template-columns: repeat(6, 1fr);
}

.shop_grid_slider .slick-slide {
  margin-right: 20px;
}

.shop_grid_slider .slick-slide:last-child {
  margin-right: 0;
}

.shop_grid_slider.arrows_rounded .modal-slick-prev,
.shop_grid_slider.arrows_rounded .modal-slick-next {
    top: 35%;
}

.arrows_rounded .modal-slick-prev,
.arrows_rounded .modal-slick-next {
    border: 1px solid #e5e5e5;
}

.shop_grid_slider.arrows_rounded .modal-slick-prev {
    left: 10px;
}

/*Grid Col CSS Ends*/


/* Woocommerce Category Filter Starts*/

  .category-filter-tabs button {
      background-color: transparent;
      border: 0;
  }
  
  .category-filter-tabs .view_shop_button a {
          background-color: transparent;
    border: 0;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.4em 1em 0.4em;
    display: block;
  }
  
  
  .category-filter-tabs button:hover:after, .category-filter-tabs .view_shop_button a:hover:after,
  .category-filter-tabs button.active:after {
      width: 100%;
  }
  
  .category-filter-tabs button:after, .category-filter-tabs .view_shop_button a:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 0;
    height: 1px;
    background-color: #000;
    transition: 0.3s;
    -ms-transition: opacity 0.3s ease, width 0.3s ease;
}

/* Woocommerce Category Filter Ends*/

/* Woocommerce Category Slider Starts*/

.category_slider .category_img_container {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category_slider .category_info {
    text-align: center;
}

.category_slider .category_info a {
    color: #101010;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}

.category_slider .category_info a:hover:after,
.category_slider .category_info a.active:after {
    width: 100%;
}
  
.category_slider .category_info a:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 0;
    height: 1px;
    background-color: #000;
    transition: 0.3s;
    -ms-transition: opacity 0.3s ease, width 0.3s ease;
}

.category_slider .slick-arrow:after {
    display: none;
}

.category_slider .modal-slick-next {
    right: 0;
}

.category_slider .modal-slick-prev {
    left: 0;
}


/* Woocommerce Category Filter Ends*/



/*Banner Slider Starts*/

div.banner_slider.slick-slider  {
    margin-bottom: 0;
}

.banner_slider .banner_slide {
    padding: 15px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.banner_slider .modal-slick-next {
    right: 0;
}

.banner_slider .modal-slick-prev {
    left: 0;
}

.banner_slider.dots_boxed .slick-dots {
    bottom: 5px;
}

/*Banner Slider Ends*/



/*Shop List Starts*/

.shop_list, .shop_list ul.products {
    grid-template-columns: auto !important;
}

.shop_list .shop_info_col {
    padding-inline: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.shop_list .shop_content.shop-col {
    display: grid;
    grid-template-columns: 25% 75%;
}

.shop_list .shop_content li {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 25px;
}

.shop_content .shop-img {
    padding-top: 0;
    padding-bottom: 0;
}

.shop_list .shop_title {
    color: #000000;
    font-size: 1.5rem;
}

.shop_list .custom_cart_div {
    right: unset;
    left: 0;
    top: 35px;
}

.shop_list .shop-img,
.shop_list .shop-img img {
    max-height: 300px;
    min-height: 240px;
}

.shop_list li {
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 25px;
}


.shop_content .brief_des {
    display: none;
}

.shop_content .brief_des.des_widget {
    margin-top: 5px;
    display: block;
}

.shop_content .brief_des.des_widget ul li p {
    margin-left: 0;
    margin-bottom: 0;
    font-size: 13px;
    padding-top: 1px;
}

.shop_content .brief_des.des_widget ul {
        padding-left: 0;
}

.shop_list .brief_des ul {
    margin-top: 5px;
    padding-left: 0;
}


.shop_list .brief_des ul li {
    padding-bottom: 0;
    border-bottom: 0;
}

.shop_list .brief_des ul li p {
    margin-bottom: 5px;
    font-size: 14px;
}

.shop_list .brief_des.des_widget {
    display: block;
}

.shop_list .brief_des.des_widget ul li p {
    margin-bottom: 5px;
    font-size: 14px;
    margin-left: -5px;
}

.shop_list .brief_des.des_widget ul {
    margin-top: 5px;
    padding-left: 5px;
}

.shop_list .brief_des ul li strong {
    font-weight: 600;
}

.shop_list .brief_des {
    display: block;
}

.brief_des ul, .woocommerce-product-details__short-description ul {
  list-style: none;
  padding: 0;
}

.brief_des ul li, .woocommerce-product-details__short-description ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 0.75em;
}

.brief_des ul li::before, .woocommerce-product-details__short-description ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 1.5em;
  height: 1.5em;
  background-image: url("data:image/svg+xml,%3Csvg width='20' viewBox='0 3 27 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 12.1316L11.7414 14.5L16 10M20.5 12.5C20.5 16.9183 16.9183 20.5 12.5 20.5C8.08172 20.5 4.5 16.9183 4.5 12.5C4.5 8.08172 8.08172 4.5 12.5 4.5C16.9183 4.5 20.5 8.08172 20.5 12.5Z' stroke='%23121923' stroke-width='0.9'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/*Shop List Ends*/



