.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: #000000;
    color: #fff;
    border-color: #2b3084;
}

.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;
}
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: #00235b;
  color: var(--white);
  width: calc(50% - 10px);
  padding: 8px 0;
  margin: 10px 5px 0;
}

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

body .popup.f-in .btn-wrapper a button.btn:hover {
  background: #FF5F13;
  color: var(--white);
}


.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;
  }
}
