@font-face {
	font-family: Regular;
	src: url(fonts/AvertaDemoPECuttedDemo-Regular.otf);
}

@font-face {
	font-family: SemiBold;
	src: url(fonts/AvertaStd-Semibold.ttf);
}

@font-face {
	font-family: Bold;
	src: url(fonts/AvertaStd-Bold.ttf);
}

.mb-24 {

	margin-bottom: 26px;
}

body {
	font-family: Regular;
}

.home {
	background-color: #fff;
}

/*img {
	width: 100%;
}*/

ul {
	list-style-type: none;
}

::-webkit-scrollbar {
	width: 0;
}

@-webkit-keyframes L_circle_rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes L_circle_rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes L_stroke_rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	12.5% {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg)
	}

	25% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg)
	}

	37.5% {
		-webkit-transform: rotate(405deg);
		transform: rotate(405deg)
	}

	50% {
		-webkit-transform: rotate(540deg);
		transform: rotate(540deg)
	}

	62.5% {
		-webkit-transform: rotate(675deg);
		transform: rotate(675deg)
	}

	75% {
		-webkit-transform: rotate(810deg);
		transform: rotate(810deg)
	}

	87.5% {
		-webkit-transform: rotate(945deg);
		transform: rotate(945deg)
	}

	100% {
		-webkit-transform: rotate(1080deg);
		transform: rotate(1080deg)
	}
}

@keyframes L_stroke_rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	12.5% {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg)
	}

	25% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg)
	}

	37.5% {
		-webkit-transform: rotate(405deg);
		transform: rotate(405deg)
	}

	50% {
		-webkit-transform: rotate(540deg);
		transform: rotate(540deg)
	}

	62.5% {
		-webkit-transform: rotate(675deg);
		transform: rotate(675deg)
	}

	75% {
		-webkit-transform: rotate(810deg);
		transform: rotate(810deg)
	}

	87.5% {
		-webkit-transform: rotate(945deg);
		transform: rotate(945deg)
	}

	100% {
		-webkit-transform: rotate(1080deg);
		transform: rotate(1080deg)
	}
}

@-webkit-keyframes L_stroke_left_grow {

	0%,
	100% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}

	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg)
	}
}

@keyframes L_stroke_left_grow {

	0%,
	100% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}

	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg)
	}
}

@-webkit-keyframes L_stroke_right_grow {

	0%,
	100% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}

	50% {
		-webkit-transform: rotate(140deg);
		transform: rotate(140deg)
	}
}

@keyframes L_stroke_right_grow {

	0%,
	100% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}

	50% {
		-webkit-transform: rotate(140deg);
		transform: rotate(140deg)
	}
}

.loader-circle {
	top: 50%;
	left: 50%;
	z-index: 1;
	color: #444;
	margin-top: -1em;
	margin-left: -1em;
	position: absolute;
	-webkit-animation: L_circle_rotate 1.568s linear infinite both;
	animation: L_circle_rotate 1.568s linear infinite both
}

.loader-circle .loader-stroke-left:before,
.loader-circle .loader-stroke-right:before,
.loader-circle:before {
	content: '';
	display: block;
	border-style: solid;
	border-width: .21429em;
	border-color: currentColor
}

.loader-circle,
.loader-circle .loader-stroke-left,
.loader-circle .loader-stroke-left:before,
.loader-circle .loader-stroke-right,
.loader-circle .loader-stroke-right:before,
.loader-circle:before {
	width: 2em;
	height: 2em;
	border-radius: 50%;
	box-sizing: border-box
}

.loader-circle .loader-stroke-left:before,
.loader-circle .loader-stroke-right {
	position: absolute;
	clip: rect(0 2em 2em 1em)
}

.loader-circle .loader-stroke-left,
.loader-circle .loader-stroke-right:before {
	position: absolute;
	clip: rect(0 1em 2em 0)
}

.loader-circle:before {
	position: absolute;
	clip: rect(0 1.05em 1em .95em)
}

.loader-circle .loader-stroke-left,
.loader-circle .loader-stroke-right,
.loader-circle:before {
	-webkit-animation: L_stroke_rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
	animation: L_stroke_rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.loader-circle .loader-stroke-right:before {
	-webkit-animation: L_stroke_right_grow 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
	animation: L_stroke_right_grow 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.loader-circle .loader-stroke-left:before {
	-webkit-animation: L_stroke_left_grow 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
	animation: L_stroke_left_grow 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.mhn-slide .mhn-item {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 12px;
}

.mhn-slide .mhn-inner {
	width: 100%;
	height: 100%;
	border-radius: 3px
}

.mhn-slide .mhn-img {
	overflow: hidden;
	height: 100%;
	width: 100%;
	color: white;
	position: relative;
}

.mhn-images img {
	background-color: #f5f5f6;
	border-radius: 50%;
}

.mhn-slide .mhn-text {
	text-align: center;
}

.mhn-slide .mhn-text h4 {
	font-weight: 700;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.mhn-slide .mhn-text p {
	max-height: 4.5em;
	overflow: hidden
}

.mhn-slide .owl-stage-outer {
	z-index: 1
}

.mhn-slide .owl-nav {
	color: #333;
	/* position: absolute; */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

}

.mhn-slide .owl-nav svg {
	color: currentColor
}

.mhn-slide .owl-nav .disabled {
	display: none
}

.mhn-slide .owl-prev,
.mhn-slide .owl-next {
	top: 86px;
	z-index: 2;
	width: 40px;
	height: 40px;
	padding: 8px;
	margin-top: -20px;
	position: absolute;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .3), 0 0 4px rgba(0, 0, 0, .2);
	opacity: 0;
}

.mhn-slide .owl-prev,
.mhn-slide .owl-next:hover {
	top: 86px;
	z-index: 2;
	width: 40px;
	height: 40px;
	padding: 8px;
	margin-top: -20px;
	position: absolute;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .3), 0 0 4px rgba(0, 0, 0, .2);
	opacity: 1;
}

.tbrand-owl-nav .owl-prev,
.tbrand-owl-nav .owl-next {
	top: 86px;
	z-index: 2;
	width: 40px;
	height: 40px;
	padding: 8px;
	margin-top: -20px;
	position: absolute;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .3), 0 0 4px rgba(0, 0, 0, .2);
	opacity: 1;
}


.mhn-slide .owl-prev {
	left: -10px
}

.mhn-slide .owl-next {
	right: -10px
}

/*---------------titletext--------------------*/
.title-text {
	font-size: 20px;
	/* font-weight: 600; */
	line-height: 26px;
	letter-spacing: 0.36px;
	color: #222;
	font-family: SemiBold;
}

.full {
	margin-left: -16px;
}

.mhn-text h5 {
	color: #222;
	/* font-weight: bold; */
	font-family: SemiBold;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.73px;
	font-family: bold;
	width: 160px;
	word-break: break-all;
	margin: 0 auto;
}

.d-flex {
	display: flex;
}

.align-item-center {
	align-items: center;
}

.para {
	margin-bottom: -10px;
	margin-left: 27px;
}

.para a {
	color: #5356ee;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -0.24px;
	font-family: SemiBold;
}

.selling-img {
	border-radius: 0px !important;
	transition: 0.3s;
	object-fit: cover;
	/*	object-fit: fill;*/
}

.text-ellipis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #222;
	font-size: 14px;
	text-align: left;
}

.text-ellipis a {
	color: #222;
	font-size: 14px;
	text-align: left;
}

.mhn-texts {
	text-align: center;
	margin: 5px 0px;
}

.sub-text {
	text-align: left;
	font-size: 14px;
	color: #6b6b6b;
	letter-spacing: -0.16px;
	/* white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; */
}

.price_new {
	text-align: left;
	font-size: 15px;
	color: #222;
	font-family: SemiBold;
	margin: 5px 0px;
	letter-spacing: 0.5px;
}



.label-adproduct {
	background-color: #2bc248;
	border-radius: 3px;
	color: #fff;
	font-size: 1.3rem;
	padding: 7px 5px 2px;
	position: absolute;
	right: 34px;
	top: 12px;
	z-index: 9;
}

.label-urproduct {
	background-color: #ff003c;
	border-radius: 3px;
	color: #fff;
	font-size: 1.3rem;
	padding: 7px 5px 2px;
	position: absolute;
	right: 34px;
	top: 12px;
	z-index: 9;
}


.label-product {
	background-color: #222;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	position: absolute;
	top: 12px;
	text-transform: uppercase;
	color: #fff;
	z-index: 20;
	height: 24px;
	min-width: 52px;
	text-align: center;
	line-height: 23px;
	padding: 0 8px;
	font-family: Regular;
}

.label-productcat {
	background-color: #222;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	position: absolute;
	top: 1px;
	text-transform: uppercase;
	color: #fff;
	z-index: 2;
	height: 24px;
	min-width: 52px;
	text-align: center;
	line-height: 23px;
	padding: 0 8px;
	font-family: Regular;
	left: 1px;
}



.heart-img {
	position: absolute;
	z-index: 20;
	height: 30px;
	min-width: 32px;
	text-align: center;
	line-height: 23px;
	padding: 0 -12px;
	top: 125px;
	right: 26px;
	background-color: white;
	border-radius: 24px;
	opacity: 0;
	cursor: pointer;
	transition: 0.3s;
}

.heart-img i {
	-webkit-text-fill-color: white;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
	margin-top: 8px;
}

.heart-img-like i {
	-webkit-text-fill-color: #1c7a58;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #1c7a58;
	margin-top: 8px;
}

.tag {
	text-align: left;
	margin-top: 12px;
}

.tag span {
	text-align: left;
	background-color: #ecedf1;
	padding: 3px 10px;
	color: #222;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.8px;
}

.selling-img:hover {
	transform: scale(1.1);
}

.mhn-item:hover .heart-img {
	opacity: 1;
}

.arrow-icon {
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 50%);
}

.arrow-icon i {
	color: #222;
	font-size: 26px;
	border: 1px solid #ecedf1;
	border-radius: 24px;
	padding: 7px;
	cursor: pointer;
}

.arrow-icon i:hover {
	color: #1c7a58;
}

.arrow-para {
	margin: 10px 0px;
}

.arrow-para a {
	color: #5356ee;
	font-size: 17px;
	font-weight: 600;
}

.bigsale img {
	width: 100%;
	transition: 0.3s;
}

.mt-40 {
	margin-top: 40px;
}

.bigsale {
	border: 1px solid #ecedf1;
	border-radius: 3px;
	overflow: hidden;
	width: 100%;
	transition: 0.3s;
}

.text {
	padding: 14px;
}

.text h5 {
	margin: 0px;
	color: #6b6b6b;
	font-size: 16px;
	font-family: SemiBold;
	margin-bottom: 5px;
	letter-spacing: 0.76px;
}

.text-para {
	color: #222;
	font-size: 22px;
	font-family: SemiBold;
	letter-spacing: 0.36px;
}

.bigsale img:hover {
	transform: scale(1.1);
}

.section img {
	width: 100%;
	padding: 0px 0px 0px 60px;
}

.border {
	border-top: 1px solid #ecedf1;
}

.section-text h1 {
	font-size: 31px;
	font-family: SemiBold;
	margin: 50px 0px;
}

.mb-45 {
	margin-bottom: 45px;
}

.getsection {
	background: linear-gradient(113deg, rgb(237, 239, 253) 48%, rgb(237, 239, 253) 48%, rgb(167, 174, 240) 48%, rgb(167, 174, 240) 48%);
}
.alignfoot{
	/* margin-left: -10px;
    width: 100%; */
	padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.get-sub {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	margin: 68px 0px 0px;
}

.bold-get-text {
	line-height: 65px;
	letter-spacing: -1.62696px;
	color: #006;
	font-size: 55px;
	font-family: SemiBold;
}

.sell-text {
	line-height: 39px;
	letter-spacing: -0.39047px;
	color: #006;
	font-size: 28px
}

.app-img {
	width: 350px;
	height: auto;
	display: flex;
}

.app-img a {
	margin-right: 10px;
	border-radius: 6px;
}

.full-nav {
	/* background-image: url(../img/bg.jpg); */
	/* min-height: 715px;
	height: 70vh;
	background-repeat: no-repeat;
	background-size: cover; */
}

.banner-content h1 {
	color: white;
	font-weight: 600;
	font-size: 56px;
	width: 579px;
	margin: 0px 37px;
}

.mt-80 {
	margin-top: 80px;
}

.search {
	position: relative;
	color: #aaa;
	font-size: 16px;
	/* margin: 20px 10px; */
}

.search {
	display: inline-block;
}

.search input {
	width: 520px;
	background: #f5f5f6;
	border: 1px solid #ecedf1;
	border-radius: 59px;
	padding: 10px 15px;
	font-size: 14px;
	outline: none !important;
}

.search .fa-search {
	position: absolute;
	left: auto;
	right: 10px;
	margin: 11px 6px;
	color: #222;
}

.banner-content-button {
	margin: 5px 37px;
}

.banner-content-button button {
	background: #aa2222;
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: white;
	padding: 6px 20px;
	border-radius: 17px;
}

.banner-content-button button:hover {
	opacity: 0.9;
	background: #aa2222;
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: white;
	padding: 6px 20px;
	border-radius: 17px;
}

/* .full-nav:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: .96;
	border-bottom-right-radius: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background: linear-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
} */

.banner-content {
	position: relative;
}

.search-open {
	background: white;
	border-radius: 4px;
	box-shadow: rgb(0 0 0 / 15%) 0px 2px 10px;
	width: 42%;
	margin: 0px 48px;
	padding: 10px 20px;
	display: none;
	left: 104px;
	z-index: 10;
	position: absolute;
	height: 340px;
	overflow-y: auto;
	top: 64px;
}

.d-flex {
	display: flex;
}

.search-text {
	font-size: 14px;
	font-weight: bold;

}

.flex-auto {
	flex: 1 1 auto;
}

.clear {
	color: #5356ee;
	background: none;
	border: 1px solid white;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.6px;
}

.search-content {
	padding: 0px;
	margin-top: 16px;
	vertical-align: inherit;
	max-width: 100%;
	min-height: 0px;
	min-width: 0px;
	flex-shrink: 0;
	flex-direction: column;
	flex-basis: auto;
	display: flex;
	-webkit-box-align: stretch;
	align-items: stretch;
	flex-flow: row wrap;
}

.search-content li {
	margin-right: 10px;
	margin-bottom: 10px;
}

.search-content button {
	background: #f5f5f6;
	border: none;
	color: #222;
	font-size: 13px;
	padding: 10px 20px;
	border-radius: 50px;
	font-weight: 600;
	letter-spacing: 0.9px;
}

.app-section {
	width: 451px;
	margin: 0 auto;
	padding: 40px 0 0;
}

.mhn-images {
	height: 100%;
	width: 100%;
	color: white;
	position: relative;
	transition: 0.3s;
}

.mhn-images img:hover {
	box-shadow: 0px 0px 10px #4c4c4c47;
}


/* banner start */

.carousel-caption {
	left: 80px;
	right: auto;
	text-align: left;
	top: 40px;
	text-shadow: none;
	padding: 0px;
}

.carousel-caption img {
	width: auto !important;
	height: 29px !important;
	margin-bottom: 2rem;
}

.carousel-caption h2 {
	font-size: 40px;
	font-family: SemiBold !important;
	color: white;
	line-height: 48px;
}

.carousel-caption button {
	color: #5356ee;
	border-radius: 4px;
	background: white;
	border: none;
	outline: none;
	box-shadow: none;
	font-family: SemiBold !important;
	padding: 10px 20px;
	/* height: 44px; */
	font-size: 16px;
	font-family: 'bold';
	margin-top: 1.5rem;
}

.banner_carousel img {
	width: 100%;
	height: 100%;
}

.banner_button {
	display: flex;
	align-items: center;
	gap: 20px;
}

/* banner end */

.category_content {
	position: absolute;
	top: 23px;
	width: 100%;
	padding: 0px 20px;
	z-index: 2;
}

.category_content_full::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(-4deg, rgba(0, 0, 0, 0.00) 60.33%, rgba(0, 0, 0, 0.80) 103.76%);
	opacity: .7;
	pointer-events: none;
}

.category_content div {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.category_content p {
	margin: 0px;
	font-family: 'Regular';
	font-size: 16px;
	/* color: black; */
	color: white;
	width: 200px;
}

.category_content a {
	font-size: 14px;
	font-family: 'Regular';
	color: black;
}

.category_content h4 {
	margin: 0px;
	font-size: 30px;
	font-family: 'SemiBold';
	line-height: 34px;
	/* color: black; */
	color: white;
	word-break: break-all;
}

.category_content_full {
	position: relative;
	cursor: pointer;
}

.category_content_full img {
	width: 100%;
	height: 100%;
}

.category_content_full:hover {
	opacity: 0.5;
}

.catmtb {
	max-width: 1280px;
	margin: 3.5rem auto;
}

.category_second_section img {
	width: 100%;
	height: 480px;
	object-fit: cover;
}

.sell_button_top {
	margin-top: 5px;
}

.search_right {
	right: 190px;
}

.mb-30 {
	margin-bottom: 30px;
}

.app-section img {
	width: 100%;
}

.app-img img {
	margin-right: 10px;
	border-radius: 6px;
}

.shopp_sections {
	margin-top: 40px;
}


.shopp_sections .row {
	align-items: center;
	display: flex;
}

@media only screen and (max-width: 768px) {
	.full {
		margin-left: 0px;
	}

	.app-img {
		width: 300px;
		height: auto;
		display: block;
	}

	.bigsale {
		margin-bottom: 15px;
	}

	.section img {
		width: 100%;
		padding: 0px;
	}

	.banner-content h1 {
		color: white;
		font-weight: 600;
		font-size: 56px;
		width: auto;
		margin: 0px 37px;
	}

	.search input {
		width: 100%;
		border: 1px solid #ecedf1;
		border-radius: 59px;
		padding: 10px 15px;
		font-size: 14px;
		margin-bottom: 14px;
	}

	.banner-content-button button {
		background: #aa2222;
		border: 1px solid rgba(255, 255, 255, 0.5);
		color: white;
		padding: 6px 20px;
		border-radius: 17px;
		margin: 10px 5px;
	}

	.banner-content-button {
		margin: 5px 25px;
	}

	.search-open {
		width: auto !important;
	}

	.app-section {
		width: 100% !important;

	}

	.title-text {
		font-size: 20px;
		/* font-weight: 600; */
		line-height: 26px;
		letter-spacing: 0.36px;
		color: #222;
		font-family: SemiBold;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 194px;
	}
	.mhn-slide .mhn-item {
		padding: 0px;
		padding-right: 15px;
	}
}

.over-dropdown {
	padding: 0px;
	width: 100%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 9;
	max-height: 393px;
	/*    overflow-x: hidden;*/
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	/* flex-wrap: wrap; */
	position: absolute;
	width: calc(100% - 350px);
	top: 0px;
	right: 0;
}

@media only screen and (max-width: 992px) {
	.banner_carousel img {
		width: 100%;
		height: 200px;
		object-fit: cover;
	}

	.carousel-caption {
		left: 20px;
		top: 20px;
	}

	.carousel-caption img {
		margin-bottom: 5px;
	}

	.carousel-caption h2 {
		font-size: 20px;
		margin: 0px;
		line-height: 28px;
		text-overflow: ellipsis;
		width: 250px;
		word-break: break-all;
		/* overflow: hidden;
		white-space: nowrap;
		width: 200px; */
	}

	.carousel-caption button {
		margin-top: 0.5rem;
	}

	#myCarousel {
		margin-top: 40px;
	}

	.category_menu {
		background-color: white;
		margin-top: 0px;
	}

	.category_content p {
		width: 188px;
	}

	.sub-text {
		/* width: 100px; */
		/* white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis; */
	}

	.tbrand-owl-nav .owl-prev,
	.tbrand-owl-nav .owl-next {
		top: 130px !important;
	}

	.owl-carousel .owl-item img {
		width: 100% !important;
	}

	.app-img img {
		width: 140px;
		margin-bottom: 6px;
	}

	.catmtb {
		margin: 0 auto;
	}

	.banner-image {
		margin-bottom: 2rem;
	}

	.section-text h1 {
		margin: 20px 0px;
	}

	.title-text {
		margin: 24px 0 10px;
	}

	.shopp_sections {
		margin-top: 0px;
	}

	.shopp_sections .row {
		flex-direction: column;
	}
	.category_content_full {
		margin-bottom: 10px;mhn-slide .mhn-item {
		padding: 0px;
		padding-right: 15px;
	}
	}
	

}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.category_menu {
		width: 1000px;
		overflow-x: auto;
	}

	.search input {
		width: 100%;
	}

	.carousel-caption {
		top: 16px;
	}

	.search_right {
		right: 130px;
	}
}

@media only screen and (min-width: 1920px) and (max-width: 1159px) {
	.search_right {
		right: 230px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1200px) {
	.search_right {
		right: 170px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.col_mobiles{
		margin: 0px 8px 0px 15px;
	}
	.col_mobiles_div{
		padding: 0px 10px 0px 0px;
	}
}