.product_module_wrap {
  padding-bottom: 75px;
}

body .main-nav .nav ul li.c-2 .drop-menu-2 {
  left: auto;
  right: 100%;
}

body .footer-area {
  background: #383838;
}

body .footer-btm-widget p {
  text-align: center;
  color: #fff;
}

body .footer-btm-widget p a {
  color: var(--main);
}

.main-nav .nav ul {
  text-align: center;
}



.social-links {
  margin-bottom: 25px;
  text-align: right;
}

body .social-links li {
  margin-top: 0px;
}
.social-links li:last-child {
  margin-right: 0;
}
body .footer-widget .widget-info p {
  margin-bottom: 0px;
  line-height: 32px;
}

.featured_cat {
  padding: 40px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-top: 25px;
  border-radius: 5px;
}

body .regular-price {
  text-decoration: line-through;
  color: var(--main);
}

body .ending-footer {
  background: #2b2b2b;
}

body .buy-num {
  background: var(--main);
  border: none;
  top: 0px;
  right: 5px;
  color: var(--white);
}

.popup-inner {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  max-width: 90%;
  text-align: center;
  background: #fff;
  padding: 30px;
  border-radius: 15px;
}

.loader.popup-inner {
  padding: 0px;
}
.loader,
.loader::before,
.loader::after {
  border-radius: 10px;
}
.popup-inner .title {
  font-weight: 500;
}
.popup-inner .counter {
  font-size: 13px;
  opacity: 0.5;
}
/*.popup-close {
	width: 30px;
	height: 30px;
	padding-top: 0;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.popup-close:after, .popup-close:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 4px;
	height: 2px;
	width: 16px;
	border-radius: 30px;
	background: var(--white);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.popup-close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}*/

.popup-close .lb-body {
  min-height: 500px;
}

body .msg-details .material-icons {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 0px;
  text-rendering: auto;
  color: #fff;
  width: 36px;
  display: inline-block;
  margin-bottom: 15px;
}

body .msg-details .material-icons::before {
  content: "\f046";
  color: #2ca749;
  font-size: 30px;
}

.sold_out {
  background: var(--mainhover);
  position: absolute;
  top: 20px;
  color: var(--white);
  padding: 3px 10px;
  z-index: 2;
  font-size: 12px;
  text-transform: uppercase;
  line-height: normal;
}

body .product-buy-info button.buy-btn:disabled {
    cursor: inherit;
    background: #ff000017;
    color: #ff0000;
    border-color: #2b3084;
    border: none;
}
body .product-buy-info .buy-btn.disabled:hover{
    cursor: inherit;
    background: #ff000017 !important;
    color: #ff0000 !important;
    border-color: #2b3084 !important;
    border: none !important;
}
.share-links.social-links .share-ico:before {
  z-index: 10000;
  -webkit-transform: rotate(50deg) translateY(-50%);
  -moz-transform: rotate(50deg) translateY(-50%);
  -ms-transform: rotate(50deg) translateY(-50%);
  -o-transform: rotate(50deg) translateY(-50%);
  transform: rotate(50deg) translateY(-50%);
}



/*
## Popup Style
**************************/

body .popup.f-in .popup-inner {
  /*max-width: 380px;*/
  padding:20px;
}
body .popup.f-in .cart-info {
  margin: 10px 0px;
}

body .popup.f-in .cart-info {
  flex: 0 0 180px;
  padding: 10px 15px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  border: 1px solid #eee;
  position: relative;
  z-index: 10;
}

body .popup.f-in .cart-info span.cart-qty {
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
}

body .popup.f-in .cart-info > span {
  margin: 0 5px;
  display: inline-block;
  color: #888;
  display: flex;
  justify-content: space-between;
}

body .popup.f-in .cart-info > span > span {
  font-weight: bold;
  color: #111;
  font-size: 15px;
}

body .popup.f-in .cart-info span span {
  font-weight: bold;
}

body .popup.f-in .btn-wrapper a button {
  margin: 7.5px 0px;
  border-radius: 4px;
}

body .popup.f-in .btn-wrapper a button.btn {
  background: #0084ff;
  color: var(--white);
  width: calc(50% - 10px);
  padding: 8px 0;
  margin: 10px 5px 0;
  transition: all 300ms linear;
}

body .input-group > .form-control {
  width: inherit;
  height: 38px;
}

body .popup.f-in .btn-wrapper a button.btn:hover {
    box-shadow: 0 50px rgba(0, 0, 0, 0.2) inset;
    color: #fff;
    text-decoration: none;
}


.footer-area hr {
  width: 100%;
  border-color: #28a7455c;
  margin: 25px 0 0;
}

@media (max-width: 1199px) {
  .featured_category .f_cat_item a span.cat_name {
    font-size: 12px;
  }
}
@media (max-width: 920px) {
  .featured_category .f_cat_item a span.cat_name {
    font-size: 11px;
    position: relative;
    background: none;
    color: var(--black);
    display: block;
    border-radius: 0;
    margin: 10px 0 0;
    padding: 4px 0px;
    line-height: normal;
  }

  body > .body {
    padding: 20px 15px;
  }
  body .header-top .contact-info {
   display: none;
  }

}
@media (max-width: 767px) {
  .featured_cat {
    padding: 20px 10px;
  }
  a.category_link {
    display: none;
  }

  .featured_cat .item {
    margin-bottom: 20px;
  }

  .featured_category .f_cat_item {
    height: 80px;
    width: 25%;
  }

  .featured_category .f_cat_item a {
    padding: 0;
    word-break: break-all;
  }

  .featured_category .f_cat_item a span.cat_name {
    font-size: 11px;
    position: relative;
    background: none;
    color: var(--black);
    display: inline-block;
    border-radius: 0;
    margin:  0;
    padding: 0px;
    line-height: normal;
  }
  .single-product-item .price{
    font-size: 14px;
  }

  body .popup.f-in .popup-inner {
    /*max-width: 300px;*/
  }

  body .popup.f-in .btn-wrapper a button.btn {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  body .widget-info .info {
    display: inherit;
  }

  body .widget-info .info .icon {
    width: 100%;
  }

  .collage,.product_module_wrap{
    padding : 0px;
  }
  .featured_category{
    padding-bottom : 15px;
  }
  .featured_category .f_cat_item .image-wrapper{
    background: transparent;
    width: auto;
    height: auto;
    line-height: 50px;
  }
  .category-title{
      padding: 20px 0 20px;
  }
  .featured-product.laptop .category-title {
      padding-top: 0px;
  }
  .footer-area hr{
    margin: 0;
    border-color: #28a7455c;
  }
  .footer-widget.quick-links ul {
    display: block;
  }
  .banner-slider img {
    width: 100%;
    height: 120px;
  }
  marquee {
    font-size: 10px;
  }

}

@media (max-width: 436px) {
  body a.ac {
    margin-right: 0px;
    display: none;
  }

  .header-top .login-btn {
    margin-right: 0px;
    display: none;
  }
  .price-cart-wrapper {
    margin-bottom: 20px;
    justify-content: center;
    height: 60px;
  }
  .featured_category .f_cat_item a span.cat_name{
    font-size: 8px;
  }
  .category-title h2, .footer-widget h4{
    font-size: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .footer-area {
    padding-top: 100px;
    padding-bottom: 20px;
  }
  .footer-area hr {
    margin-top: 80px;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .single-product-item {
    flex: 1 1 25%;
    max-width: 25%;
  }
}
@media (min-width: 550px) and (max-width: 730px) {
  .f-products {
    grid-template-columns: repeat(3,1fr);
  }
}
@media  (max-width: 550px) {
  .f-products {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .footer-widget.quick-links ul {
    width: 80%;
    display: flex;
    flex-direction: column;
  }
  .footer-widget.quick-links li:nth-child(3) {order: 5;}

  .footer-widget.quick-links h4 {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .social-links{
    text-align: center;
  }
  .widget-info .info {
    justify-content: center;
  }
}
@media (max-width: 430px) and (min-width: 360px) {
  .price-cart-wrapper {
    margin-bottom: 0px;
  }
  .price-cart-wrapper .price-info {
    height: auto;
  }
}
/*new*/


 .cart-toggler {
        display: flex;
        align-items: center;
        gap: 12px;
        background: #1a1a1a; 
        padding: 10px 20px;
        border-radius: 50px; 
        cursor: pointer;
        transition: all 0.3s ease;
        width: fit-content;
        border: 2px solid rgb(245 130 32);
    }
    
    .cart-toggler:hover {
        background: #333;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }
    
    .icon-box {
        position: relative;
        display: flex;
        align-items: center;
    }
    
    .icon-box i {
        color: #fff;
        font-size: 20px;
    }
    
    .counter {
        position: absolute;
        top: -8px;
        right: -10px;
        background: #f58220; 
        color: white;
        font-size: 11px;
        font-weight: bold;
        height: 18px;
        width: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 2px solid #1a1a1a;
    }
    
    .cart-toggler .label {
        color: #fff;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 15px;
        letter-spacing: 0.5px;
    }
    @media screen and (max-width: 768px) {
           .cart-toggler {
                    display: block;
                    align-items: center;
                    gap: 12px;
                    padding: 10px 20px;
                    border-radius: 50px;
                    cursor: pointer;
                    transition: all 0.3s ease;
                    width: fit-content;
                    border: none;
                    box-shadow: none;
                    background: none;
                }
            .cart-toggler .label {
                font-size: 10px;
                margin-top: 5px;
            }
            
            .icon-box i {
                font-size: 18px;
            }
            .description iframe {
                width: 295px;
                height: 165px;
            }
    }
    .bottom-bar {
        padding: 15px;
        margin-top: 20px;
        margin-bottom: 20px;
        border-top: 1px solid #3749bb45;
        border-bottom: 1px solid #3749bb45;
    }
    .pagination li {
        color: #3749bb !important;
        font-weight: 600;
    }
    .pagination li.active {
        background-color: #00295b38 !important;
    }
    
        #rang-slider.noUi-horizontal {
            height: 6px; 
            background: #f0f0f0;
            border: none;
            box-shadow: none;
        }
        
        #rang-slider .noUi-connect {
            background: #f58220; 
        }
        
        #rang-slider .noUi-handle {
            width: 15px !important;
            height: 15px !important;
            right: -10px !important;
            top: -5px !important;
            background: #f58220;
            border: 3px solid #fff;
            border-radius: 50%;
            box-shadow: 0 0 0 2px #f58220;
            cursor: pointer;
        }
        
        #rang-slider .noUi-handle:before,
        #rang-slider .noUi-handle:after {
            display: none;
        }
        
        #rang-slider .noUi-handle:active {
            box-shadow: 0 0 0 4px rgba(52, 179, 241, 0.3);
        }
        
        #rang-slider .noUi-base {
            margin: 0 10px;
        }
        .cat_description, .price-lis {
            padding: 10px;
            background: none;
        }
        .cat_description h1, .cat_description h2, .cat_description h3, .cat_description h4, .cat_description h5, .cat_description h6 {
            font-weight: 500;
            font-size: 18px;
            color: rgba(0, 0, 0, 1);
            margin: 15px 0px;
        }
        .description h1, .description h2, .description h3, .description h4, .description h5, .description h6 {
            font-weight: 500;
            font-size: 18px;
            color: rgba(0, 0, 0, 1);
            margin: 15px 0px;
        }
        .price-list {
            background-color: transparent;
        }
       .price-list table {
            border-width: 1px !important;
            border-style: solid !important;
            border-color: rgba(221, 221, 221, 1) !important;
        }
        .price-list .table tbody td {
            border-bottom: 1px solid #d1d1d1;
        }
        
        .price-list .table thead th {
            border: none;
            border-bottom: 1px solid #d3d3d3;
            padding: 12px 0;
            font-size: 16px;
            font-weight: bold;
            color: #000;
        }
        .info_content ol{
            margin-left:30px;
        }