.modal {
	--bs-modal-width: 420px;
}
main{
	margin: 50px 0;
	min-height: 550px;
}
a{text-decoration: none;color: #101721;}
.pickup_address .alert,
.delivery_address .alert{
	font-size: 14px;
}
.form-sticky{
	position: sticky;
    top: 15px;
}
.form-wrap .bottom{
    margin: -1rem !important;
    margin-top: 15px !important;
	font-size: 14px;
}
.fs-5 {
    font-size: 1.25rem !important;
    line-height: 1.25rem !important;
}
.line-dotted{
	border-bottom: 1px dashed #96c3ae;
    margin: 15px 0;
}
.form-control:focus {
    border-color: #198754;
    box-shadow: none;
}
.form-group label{
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 5px;
}
.offer{
	position: relative;
    overflow: hidden;
}
.offer > div{
	position: relative;
}
.offer .bg-success{
	position: absolute;
    left: -20px;
    top: 15px;
    width: 100px;
    border-radius: 0;
    transform: rotate(-45deg);
	z-index: 1;
}
.offer-footer > div{
	width: 100px;
}
.offer-footer > button{
	width: calc(100% - 110px);
}
.offer-info{
	cursor: pointer;
	border-bottom: 1px dashed;
}
.package-summary{
	/*
	border-top: 1px dashed #96c3ae;
    padding-top: 20px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
	*/
    margin-top: 15px;
}
.hide,
.hidden{
	display: none;
}
.package-container{
	padding: 15px 0;
	border-bottom: 1px dashed #96c3ae;
}
.package-container .alert{
	font-size: 12px;
    line-height: 14px;
}
#your_package-block .form-wrap .package-container:last-child{
	border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.order-total .list-parcels i{
	width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
#accordionFromTo{
	border-top: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
}
.accordion-button:focus {
    box-shadow: none;
}
.offer.selected:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
    left: 0;
	border: 3px solid red;
}
.cabinet-documents i{
	font-size: 68px;
}
.details-list{
	list-style: none;
    padding: 0;
}
.details-list li{
	display: flex;
    justify-content: space-between;
}
nav.navbar{
	padding: 5px 0;
    background-image: linear-gradient(180deg, #1f2835, #111822, #0c131d);
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 9;
    box-shadow: 0 5px 0 rgba(0, 0, 0, .2);
}
.btn {
    border: 0;
    padding: 13px 10px 13px 50px;
    font-size: 14px;
    letter-spacing: .5px;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    color: #000;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    transition: all .3s ease-in-out;
}
.btn.dropdown-toggle::after{
	position: absolute;
    bottom: 2px;
}
.text-primary {
    background-image: linear-gradient(90deg, #08dcf5, #f5b35e);
	-webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.btn-primary {
    background-image: linear-gradient(90deg, #08dcf5, #f5b35e);
}
.btn-outline-primary {
	--bs-btn-active-bg: #00b4c9;
    --bs-btn-active-border-color: #00b4c9;
	
	--bs-btn-color: #00b4c9;
    --bs-btn-border-color: #00b4c9;
    --bs-btn-hover-bg: #00b4c9;
    --bs-btn-hover-border-color: #00b4c9;
}
.btn-danger {
    background-image: linear-gradient(90deg, #f5b35e 0%, #dd1a1a 100%);
    transition: all .3s ease-in-out;
}
.btn:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    transform: scale(1.02);
    color: #000;
}
.btn:hover .cart-count{
	line-height: 17px !important;
}
.btn .cart-count{
	line-height: 17px !important;
}
.btn:active:focus {
    outline: 0;
    box-shadow: none;
    color: #000;
}
.btn > span:first-child {
    font-size: 21px;
    position: absolute;
    left: 10px;
    background-color: #fff;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
}
.btn-yellow{
	background-color: #f5b35e;
}
.btn-yellow:hover {
	background-color: #f5b35e;
}
.btn-yellow:active:focus {
	background-color: #d38f37;
}
.btn-sm,
.btn-sm div{
    font-size: 10px;
    line-height: 12px;
}
.btn-sm > span:first-child{
    width: 26px;
    height: 26px;
    font-size: 16px;
}
.cart-count {
    position: absolute;
    top: -5px;
    left: 30px;
    font-size: 10px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: red;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
}
.search-wrap{
	width: 480px;
	position: relative;
}
.search-inner {
	overflow: hidden;
	position: relative;
}
.search-inner button {
    position: absolute;
    top: 0;
    height: 100%;
    align-items: center;
    font-size: 16px;
    justify-content: center;
    display: flex;
	box-shadow: none;
	width: 70px;
	border-radius: 0;
	border-right: 1px solid #eee;
}
.search-inner .form-control{
	border-radius: 10px;
    padding-left: 150px;
    font-weight: 500;
}
.search-inner .form-control::placeholder {
  font-weight: bold;
  opacity: 0.5;
  color: #888;
}
.search-inner button:last-child{
	right: 0;
	border-left: 1px solid #eee;
	border-right: 0;
	width: 50px;
}
.search-inner button:nth-child(2){
	left: 70px;
}
.text-dark{
	color: rgb(15 22 32) !important;
}
.modal-content{
	border-radius: 0;
    border: 0;
    box-shadow: 0 5px 0 rgba(0, 0, 0, .2);
}
.categories a.category-main{
	font-size: 18px;
    font-weight: 700;
}
.categories ul{
	padding-left: 0;
    list-style: none;
}
.categories ul a{
	position: relative;
	display: inline-flex;
    align-items: center;
	transition: all .3s ease-in-out;
	padding: 0;
}
.categories ul a:before{
	content: '';
	position: absolute;
	height: 100%;
	width: 0;
	left: 0;
    margin-top: 2px;
    background-image: linear-gradient(90deg, #08dcf5, #f5b35e);
    transition: all .3s ease-in-out;
    z-index: -1;
    height: 18px;
}
.categories ul a:hover{
	padding: 0 3px;
	font-weight: 600;
}
.categories ul a:hover:before{
	width: 100%;
}
.ad-categories{
	height: 307px;
    overflow: auto;
}
.dropzone .dz-preview{
	margin: 0 !important;
}
.dropzone .dz-preview .dz-image{
	width: 100px !important;
    height: 100px !important;
}
  .categories-popup { position: fixed; inset: 0; z-index: 1060; display: none; }
  .categories-popup.open { display: block; }

  .categories-popup .cp-backdrop {
    position: absolute; inset: 0;
    background: rgba(0,0,0,.4);
  }
  .categories-popup .cp-panel {
    position: absolute; top: 0; left: 0; height: 100%; width: min(420px, 90vw);
    background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,.25);
    transform: translateX(-100%); transition: transform .25s ease;
    display: flex; flex-direction: column;
  }
  .categories-popup.open .cp-panel { transform: translateX(0); }

  .cp-head { padding: 12px 14px; border-bottom: 1px solid #eee; }
  .cp-body { padding: 10px 12px; overflow: auto; }

  /* Optional niceties */
  .accordion-button > a { color: inherit; }
  .accordion-button .stretched-link::after { display: none; } /* avoid overlay breaking collapse click */
.search-inner .btn .btn-label{
  display:block;
  line-height:1.1;
  margin-top:2px;
  white-space:normal;       /* allow wrap */
  word-break:break-word;    /* long names wrap */
  max-width:80px;           /* keeps it tidy under icon */
  text-align:center;
}



.h-135px{
	height: 135px;
}
.ls-0{
	letter-spacing: 0;
}



@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2rem;
    }
}
@media (max-width: 1199px) {
    header nav .btn{
		font-size: 10px;
		line-height: 12px;
		flex-direction: column;
		padding: 4px;
	}
	header nav .btn > span:first-child {
		width: 26px;
        height: 26px;
        font-size: 16px;
        position: relative;
		left: auto;
	}
	header nav .btn .scroll-text {
	  display: inline-block;
	  width: 60px;              /* fixed width */
	  white-space: nowrap;       /* keep text in one line */
	  overflow: hidden;          /* hide overflow */
	  vertical-align: middle;
	  position: relative;
	}

	header nav .btn .scroll-text span {
	  display: inline-block;
	  padding-left: 100%;        /* start from outside */
	  animation: scroll-text 6s linear infinite;
	}
	.search-wrap{
	  position: absolute;
	  left: 0;
	  width: 100%;
	  top: 64px;                 /* keep a fixed top; don't animate this */
	  background-color: #fff;
	  padding: 10px;
	  box-shadow: 0 2px 5px rgba(0,0,0,.2);
	  z-index: 2;

	  /* animated state */
	  opacity: 0;
	  transform: translateY(-12px);
	  visibility: hidden;
	  pointer-events: none;

	  transition: opacity .3s ease, transform .3s ease, visibility 0s linear .3s; /* delay hiding visibility until after fade */
	}

	.search-wrap .search-inner{
	  height: 46px !important;
	}

	.search-wrap.open{
	  opacity: 1;
	  transform: translateY(0);
	  visibility: visible;
	  pointer-events: auto;
	  transition: opacity .3s ease, transform .3s ease; /* show immediately */
	}

	.categories ul li{
		font-size: 14px;
		line-height: 21px;
	}
	.categories a.category-main {
		font-size: 16px;
	}
}
@media (prefers-reduced-motion: reduce){
  .search-wrap{
    transition: none;
    transform: none;
  }
}
/* Keyframes for looping scroll */
@keyframes scroll-text {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}
