@media screen and (min-width: 1200px) and (max-width: 1403px) {

	.main-menu .navigation>li {
		margin-right: 30px;
	}

	.logo img {
		width: 140px;
	}


}

@media screen and (min-width: 1025px) and (max-width: 1230px) {


	.main-box .btn1 {
		display: block ruby;
		padding: 0 20px;
	}

	.main-menu .navigation>li>a {
		font-size: 17px;
	}

	.main-menu .navigation>li {
		margin-right: 30px;
	}

	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 1020px;
	}


}

@media screen and (min-width: 991px) and (max-width: 1026px) {
	.main-menu .navigation {

		padding-left: 0;
	}

	.container,
	.container-md,
	.container-sm {
		max-width: 940px;
	}

	.logo img {
		width: 100px;
		padding: 5px 0;
	}


	.main-menu .navigation>li>a {
		font-size: 15px;
	}

	.main-menu .navigation>li {
		margin-right: 30px;
	}

}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.main-box .btn1 {
		text-align: center;
		width: 346px;
		padding: 0;
	}
    .sidebar.shop-sidebar {
  margin-top: 20px;
}
	.main-header .logo img,
	.sticky-header .logo img {
		width: 100px;
		max-width: none;
	}

	.boxbanner.one ul {
		display: flex;
		justify-content: space-between;
	}

}

@media only screen and (max-width:991px) {
	.go-top {
		right: 13%;
	}

	.header-top,
	.main-header .main-menu {
		display: none;
	}

	.main-header .logo img,
	.sticky-header .logo img {
		width: 90px;
		max-width: none;
	}

	.mobile-menu .navigation li>a:hover {
		color: var(--secondary-color) !important;
	}

	.mobile-nav-toggler {
		color: var(--secondary-color);
		border: 2px solid var(--secondary-color);
		width: 40px;
		text-align: center;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 30px;
		font-size: 20px;
	}

	.main-menu .navigation>li>ul,
	.main-menu .navigation>li>ul>li>ul {
		display: block !important;
		visibility: hidden;
		opacity: 0;
	}




	.mobile-menu .navigation li>a {
		color: #595662;
	}



	.dropdown ul {
		padding-left: 0;
	}

	.close-btn {
		color: var(--secondary-color) !important;

	}



	.single-post-info-content .blog-title {
		font-size: 30px;
		line-height: 36px;
	}

	.single-post-info-area {
		padding: 30px 0;
	}


	.single-contact-address-box {
		margin-top: 0px;
	}

	.contact-address-area {
		padding: 40px 0 20px;
	}

	.hdwight.bobile {
		display: flex;
		gap: 10px;
	}

	.hero-seciton .menu {
		display: none;
	}

	.hdwight {
		display: none;
	}

	.logo {
		display: flex;
		align-items: center;
		width: 100%;
		justify-content: space-between;
	}

	#navigation {
		background: #0f2f51;
		display: none;
	}

	.midal-header {
		padding-bottom: 10px;
	}

	.boxbanner a img {
		height: 100%;
	}

	.item img {
		height: 100%;
	}

	.single-info {
		margin-bottom: 25px;
		height: 316px;
	}

	.footer-shape-bg {
		display: none;
	}

	.footer-bottom-area img {
		width: 100%;
	}

	.missionimg img {
		width: 100%;
		margin-top: 20px;
	}

	.abtiner {
		height: auto;
	}

	.team-9 .team-content h2 {
		font-size: 20px;
	}

	.title {
		font-size: 32px;
	}

	.product-content {
		padding: 0 10px;
	}

	.img-item img {
		width: 68px;
	}

	.social-links {
		padding-bottom: 10px;
	}
	.cookie-banner{
		width: 94%;
	}
}

@media only screen and (max-width:375px){
.default-btn {
  padding: 10px 10px;
  height: 40px;
}
}





@media only screen and (max-width:767px) {

	html,
	body {
		width: 100%;
		margin: 0px;
		padding: 0px;
		overflow-x: hidden;
	}
	.blog-single-area .blog-post {
  margin-right: 0;
}
#blog-area .sidebar-wrapper {
  max-width: 100% !important;
  margin-left: 0;
  margin-top: 30px;
}
#blog-area.blog-single-area {
  padding-bottom: 0;
}
.blog-single-area .single-blog-post {
  margin-bottom: 0;
}
	.add-to-cart {
  display: inline-block;
  position: relative;
  z-index: 1;
  border: none;
  background-color: var(--secondary-color);
  color: #FFF;
  box-shadow: unset;
  text-align: center;
  font-weight: 600;
  padding: 15px 20px;
  border-radius: 0;
  height: 45px;
  top: -1px;
  text-transform: uppercase;
  font-size: 12px;
  transition: all 0.4s ease; /* smooth effect for color etc. */
}

.add-to-cart.fixed {
  position: fixed;
  top: auto;
  bottom: 0 !important;
  left: 0;
  z-index: 999;
  width:100%;
  animation: slideUp 0.4s forwards ease;
}
.add-to-cart:hover {
  background-color: var(--primary-color);
  color: #FFF;
}
/* Hide animation */
.add-to-cart.hide {
  animation: slideDown 0.4s forwards ease;
}

/* Keyframes for animation */
@keyframes slideUp {
  from {
    bottom: -80px;
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    bottom: 0;
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideDown {
  from {
    bottom: 0;
    opacity: 1;
    transform: translateY(0);
  }
  to {
    bottom: -80px;
    opacity: 0;
    transform: translateY(30px);
  }
}
	.sidebar.shop-sidebar {
  margin-top: 20px;
}

	.topul a {
		font-size: 13px;
		font-weight: 500;
	}

	.heading-section h3 {
		font-size: 1rem;
	}

	.hero-slider .owl-dots {
		bottom: 35px;
	}

	.bitem {
		margin-bottom: 15px;
	}

	.row.prodetail {
		margin: 7px auto;
	}

	.product-title {
		font-size: 1.5rem;

	}

	.product-content .item-price {
		font-size: 1.5rem;
	}

	.go-top {
		right: 13%;
	}

	.navigation.clearfix {
		padding-left: 0;
	}

	.searchbarform button {
		display: none;
	}

	.single-info {
		height: auto;
	}

	.item-img img {
        height: 100%;
        object-fit: contain;
      }

	.item-price {
		font-size: 15px;
		gap: 4px;
	}

	.chcol {
		justify-content: left;
		margin-bottom: 10px;
	}

	.social-icons-lists {
		margin-top: 20px;
	}

	.newsletter-title {
		margin-bottom: 10px;
	}

	#countdown .labels li {
		width: 70px;
	}

	#countdown #tiles>span {
		width: 62px;
		max-width: 62px;
		font: bold 32px 'Droid Sans', Arial, sans-serif;
	}

	.footer-widget-area a img {
		width: 48% !important;
		margin-bottom: 20px;
	}

	.breadcrumb.container {
		padding: 0 10px;
	}

	#sa_faq {
		padding: 10px;
	}

	.tab.mission-list-tab .tabs {
		display: block;
	}

	.order-tracking {
		padding: 20px;
	}

	.trackform {
		display: block;
	}

	.trackform input {
		width: 100%;
		margin: 20px 0;
	}
}

@media only screen and (max-width:360px) {
	.main-box .btn1 {
		font-size: 12px;
		padding: 0px 13px;
	}
}