/* lg */
@media (min-width: 1200px) {

}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {


	.usa{
		margin-right: 0;
	}

	.shipping img{
		width: 100%;
	}

	.searchform input{
		width: 160px;
	}

	.product-information span span{
		width: 100%;
	}

	#similar-product .carousel-inner .item img{
		width: 65px;
	}

	#cart_items .cart_info .cart_description h4,
	#cart_items .cart_info .cart_description p{
		text-align: center;
	}

}


/* sm */
@media(min-width: 992px) {
	.mobile-toggle{
		display: none;
	}

}
@media(max-width: 1100px) {
	.homeSlider .item{
		height: 380px;
	}

}
@media(max-width: 991px) {
	.offer img {
		object-fit: contain;
	}

	.homeOffer .offer, .homeOffer .textonly {
		margin: 0 auto 20px!important;
		height: auto;
		min-height: auto;
		max-width: 500px;
	}

	.offer img {
		height: auto;
		position: static;
	}
	.nav-wrapper-custom {
		position: relative;
	}

	nav.main-nav {
		position: absolute;
		top: 45px;
		z-index: 9999;
		background: #e78200;
		width: 100%;
	}

	.main-nav>ul>li {
		float: none;
		width: 100%;
		position: relative;
		border-bottom: 1px solid #ffecd5;
	}

	ul.sub-menu {
		display: none!Important;
	}

	ul.sub-menu>li {
		width: 100%;
	}

	.main-nav>ul>li:last-child {
		border: none;
	}
	.main-nav{
		display: none;
	}
	.mobile-toggle {
		border: none;
		padding: 4px 10px;
		font-size: 19px;
		border-radius: 4px;
		outline: none!important;
	}

	.mainNav {
		padding: 10px 0;
	}
	.loginWrapper>div {
		width: 100%;
		padding: 10px;
	}
	button.mobile-toggle.open {
		background: #e78200;
		color: #fff;
	}
	section#form-login h2.or {
		margin: 0;
	}
	.categoryPage>.row>div {
		max-width: 100%;
		flex: 100%;
	}

	.topFilter {
		text-align: center;
	}
	.stockWrap {
		display: flex;
		flex-flow: row wrap;
	}
	.shop-menu ul li a{
		padding-left: 0;
	}

	#slider-carousel .item{
		padding-left: 30px;
	}

	.homeSlider .item-caption h2{
		font-size: 32px;
	}
	.homeSlider .item-caption p{
		font-size: 18px;
	}

	.girl{
		margin-left: 0;
	}

	.pricing{
		width: 100px;
	}


	.shipping img{
		width: 100%;
	}

	.slider.slider-horizontal{
		width: 100% !important;
	}

	.tab-pane .col-sm-3, .features_items .col-sm-4{
		width: 50%;
	}

	.footer-widget .col-sm-2{
		width: 33%;
		display: inline-block;
		margin-bottom: 50px;
	}

	.footer-widget .col-sm-3{
		display: inline-block;
		width: 40%;
	}

	#similar-product .carousel-inner .item img{
		width: 60px;
		margin-left: 0;
	}

	.product-information span span{
		display: block;
		width: 100%;
	}

	.product-information .cart{
		margin-left: 0;
		margin-top: 15px;
	}

	.item-control i{
		font-size: 12px;
		padding: 5px 6px;
	}

	#cart_items .cart_info .cart_description h4, #cart_items .cart_info .cart_description p{
		text-align: center;
	}

	.companyinfo h2{
		font-size: 20px;
	}

	.address {
		margin-top: 48px;
		margin-left: 20px;
	}

	.address p {
		font-size: 12px;
		top: 5px;
	}
	.page_slide_downs{
		display: none;
	}
	.homeOffer {
		padding-top: 0!important;
	}
	.homeOffer .offer.firstOffer{
		margin: 0;
	}

	.thisWeek .owl-dots {
		display: none;
	}
	ul.products>li {
		width: 33.333%!important;
	}
	.stockWrap>div {
		width: 100%!important;
	}
	.offer.thirdOffer{
		margin-top: 0!important;
	}
	.homeOffer .row>div {
		width: 100%!important;
		flex: 100%;
		max-width: 100%;
	}
}

/* xs */
@media (max-width: 768px) {
	.homeSlider .item {
		height: 288px;
	}
}
@media (max-width: 767px) {
	img.top-fix-img {
		margin-right: auto;
	}
	.filterRight {
		float: none;
		max-width: max-content;
		margin: 10px auto 0;
	}
	.logo {
		max-width: 200px;
		margin: 0 auto;
	}
	.cartTable table, .cartTable table tbody, .cartTable table tbody tr, .cartTable table tbody tr td {
		display: block;
	}

	.cartTable table tbody tr td:nth-child(1)::before {
		content: 'No.';
	}
	.cartTable table tbody tr td:nth-child(2)::before {
		content: 'SKU';
	}

	.cartTable table tbody tr td:nth-child(3)::before {
		content: 'Name';
	}
	.cartTable table tbody tr td:nth-child(4)::before {
		content: 'Price';
	}
	.cartTable table tbody tr td:nth-child(5)::before {
		content: 'Quantity';
	}

	.cartTable table tbody tr td:nth-child(6)::before {
		content: 'Total';
	}
	.cartTable table tbody tr td:nth-child(6)::before {
		content: 'Delete';
	}

	.cartTable table tbody tr td::before {
		content: '';
		width: 45%;
		display: flex;
		flex-flow: column;
		justify-content: center;
		position: absolute;
		left: 0;
		top: 0;
		background: #083b66;
		color: #fff;
		height: 100%;
	}
	.cartTable tfoot, .cartTable tfoot tr, .cartTable tfoot tr td {
		display: block;
		padding: 0!important;
	}

	.cartTable tfoot tr td>div {
		display: inline-block;
		float: none!Important;
		padding: 10px;
	}
	.cartTable table tbody tr td {
		position: relative;
		padding-left: 48%;
		border: none;
		border-bottom: 1px solid #eee;
	}

	.cartTable table tbody tr {
		border: 1px solid #ddd;
		margin-bottom: 20px;
	}

	

	.cartTable table tbody tr td:last-child {
		border: none;
	}

	.cartTable thead {
		display: none;
	}
	.upperHeaderWrap>div {
		width: 100%;
		padding: 10px 0;
	}

	.orderBtnsWrap {
		position: absolute;
		right: 0;
		top: 0;
	}
	.servicePolicy{
		padding: 40px 10px!important;
	}
	.servicePolicy .policyItem {
		padding: 0;
	}
	.homeSlider .item{
		height: 400px;
	}
	ul.products .wrapsProduct{
		margin-bottom: 0;
	}
	ul.products>li {
		width: 50%!important;
	}
	.serviceWrap {
		margin-bottom: 20px;
	}

	.header_top .col-sm-6:first-child{
		display: inline-block;
		float: left;
	}

	.header_top .col-sm-6:last-child{
		display: inline-block;
		float: right;
	}

	.header-middle .col-sm-4 {
		display: inline-block;
		overflow: inherit;
		width: 100%;
	}

	.social-icons ul li a i {
		padding: 8px 10px;
	}

	.shop-menu.pull-right{
		float: none !important;
	}

	.shop-menu .nav.navbar-nav{
		margin-left: -30px;
	}

	.header-bottom .col-sm-9{
		display: inline-block;
		width: 100%;
	}

	.mainmenu{
		width: 100%;
	}

	.mainmenu ul li{
		background: rgba(0, 0, 0, 0.5);
		padding-top: 15px;
		padding-bottom: 0;
	}

	.mainmenu ul li:last-child{
		padding-bottom: 15px;
	}

	.mainmenu ul li  a{
		color: #fff;
	}

	.navbar-collapse.in{
		overflow: inherit;
	}

	.mainmenu ul li a.active{
		padding-left: 15px;
	}

	.dropdown .fa-angle-down{
		display: none;
	}

	ul.sub-menu{
		position: relative;
		width: auto;
		display: block;
		background: transparent;
		box-shadow: none;
		top: 0;
	}

	.sub-menu li{
		background: transparent;
	}

	.mainmenu .navbar-nav li ul.sub-menu li{
		background: transparent;
		padding-bottom:0;
	}

	.nav.navbar-nav > li:hover > ul.sub-menu{
		-webkit-animation: none;
		-moz-animation: none;
		-ms-animation: none;
		-o-animation: none;
		animation: none;
		box-shadow: none;
	}

	.header-bottom{
		position: relative;
	}

	.header-bottom .col-sm-3 {
		display: inline-block;
		position: absolute;
		left: 0;
		top: 20px;
	}

	#slider-carousel .item{
		padding-left: 0;
	}

	.shipping{
		margin-bottom: 25px;
	}

	.pricing{
		width: 100px;
	}

	.footer-top .col-sm-7 .col-sm-3{
		width: 50%;
		float: left;
	}

	.footer-widget .col-sm-2 {
		width: 28%;
		display: flex;
		margin-bottom: 50px;
		margin-top: 0;
		float: left;
		margin-left: 30px;
	}

	.companyinfo{
		text-align: center;
	}

	.footer-widget .col-sm-3{
		display: inline-block;
	}

	.single-widget{

	}

	.product-information span {
		display: block;
	}

	#similar-product {
		margin-bottom: 40px;
	}

	.well{
		display: inline-block;
	}

}

@media (max-width: 568px) {
	.homeSlider .item{
		height: 320px;
	}
	.topHeaderWrap>div, .topRightOptions ul {
		width: 100%;
		text-align: center;
	}
	.cat_desc table, .cat_desc table tbody, .cat_desc table tbody tr, .cat_desc table tbody tr td {
		display: block;
	}

	.cat_desc table tbody tr td:nth-child(1)::before {
		content: 'Row';
	}

	.cat_desc table tbody tr td::before {
		content: '';
		width: 45%;
		display: flex;
		flex-flow: column;
		justify-content: center;
		position: absolute;
		left: 0;
		top: 0;
		background: #e78200;
		color: #fff;
		height: 100%;
	}

	.cat_desc table tbody tr:nth-child(2) {
		background: none;
	}

	.cat_desc table tbody tr td {
		position: relative;
		padding-left: 48%;
		border-bottom: 1px solid #eee;
	}

	.cat_desc table tbody tr {
		border: 1px solid #ddd;
		margin-bottom: 20px;
	}

	.cat_desc table tbody tr td:nth-child(2)::before {
		content: 'Laptop Model';
	}

	.cat_desc table tbody tr td:nth-child(3)::before {
		content: 'Motherboard';
	}

	.cat_desc table tbody tr td:last-child {
		border: none;
	}

	.cat_desc thead {
		display: none;
	}
	.brandTitle.masonTitle h2, .offerText h3, .hoverText h3, 
	.themeTitle h2, .brandTitle h2, .testimonialTitle h2 {
		font-size: 24px;
		font-weight: 600;
	}

	.stTxt h3 {
		font-size: 32px;
	}
}
@media (max-width: 480px) {

	.homeSlider .item-caption h2, .topFilter h1{
		font-size: 24px;
	}
	.homeSlider .item-caption p{
		font-size: 14px;
	}
	.product-slider .productImage img {
		height: auto;
		width: auto!important;
	}
	.contactinfo{
		text-align: center;
	}

	.contactinfo ul li a {
		padding-right: 15px;
		padding-left: 0;
	}

	.social-icons.pull-right{
		float: none !important;
		text-align: center;
	}

	.btn-group.pull-right,
	.footer-bottom .pull-left,
	.footer-bottom .pull-right,
	.mainmenu.pull-left,
	.media.commnets .pull-left,
	.media-list .pull-left{
		float: none !important;
	}

	.header_top .col-sm-6:first-child{
		display: block;
		float: none;
	}

	.header_top .col-sm-6:last-child{
		display: block;
		float: none;
	}

	.contactinfo .nav.nav-pills, .social-icons .nav.navbar-nav{
		display: inline-block;
	}

	.shop-menu ul li {
		padding: 0;
	}

	.header-middle .col-sm-4{
		text-align: center;
		overflow: inherit;
	}

	.shop-menu .nav.navbar-nav {
		margin-left: 0;
	}

	.btn-group>.btn-group:last-child>.btn:first-child{
		margin-right: 0;
	}

	.header-bottom .col-sm-9{
		display: inline-block;
		width: 100%;
	}

	.mainmenu{
		width: 100%;
	}

	.mainmenu ul li{
		background: rgba(0, 0, 0, 0.5);
		padding-top: 15px;
		padding-bottom: 0;
	}

	.mainmenu ul li:last-child{
		padding-bottom: 15px;
	}

	.mainmenu ul li a {
		color: #FFF;
		padding-bottom: 0;
	}

	.navbar-collapse.in{
		overflow: inherit;
	}

	.mainmenu ul li a.active{
		padding-left: 15px;
	}

	.dropdown .fa-angle-down{
		display: none;
	}

	ul.sub-menu{
		position: relative;
		width: auto;
		display: block;
		background: transparent;
		box-shadow: none;
		top: 0;
	}


	.mainmenu .navbar-nav li ul.sub-menu li{
		background: transparent;
		padding-bottom:0;
	}

	.nav.navbar-nav > li:hover > ul.sub-menu{
		-webkit-animation: none;
		-moz-animation: none;
		-ms-animation: none;
		-o-animation: none;
		animation: none;
		box-shadow: none;
	}


	.item{
		padding-left: 0;
	}

	.item h1{
		font-size: 30px;
		margin-top: 0;
	}

	.item h2{
		font-size: 20px;
	}

	.pricing{
		width: 70px;
	}

	.category-tab ul li a{
		font-size: 12px;
	}

	.companyinfo h2, .companyinfo p{
		text-align: center;
	}

	.video-gallery{
		margin-top: 30px;
	}

	.footer-bottom p{
		font-size: 13px;
		text-align: center;
	}

	.footer-widget .col-sm-2 {
		width: 50%;
		display: flex;
		margin-bottom: 50px;
		margin-top: 0;
		float: left;
		padding-right: 0;
		padding-left: 30px;
		margin-left: 0;
	}

	.single-widget {
		padding-left: 0;
	}

	.features_items{
		margin-top: 30px;
	}

	.category-tab .nav-tabs li{
		float: none;
	}

	#similar-product .carousel-inner .item img{
		margin-left: 4px;
	}

	.product-information{
		margin-top: 40px;
	}

	#reviews p, .blog-post-area .single-blog-post p{
		text-align: justify;
	}

	#reviews form span input{
		width: 100%;
		margin-bottom: 20px;
	}

	#reviews form span input:last-child{
		margin-left: 0;
	}

	.blog-post-area .single-blog-post h3{
		font-size: 14px;
	}

	.blog-post-area .post-meta ul li{
		margin-right: 7px;
	}

	.shipping{
		margin-bottom: 20px;
	}

	.commnets{
		padding: 0;
	}

	.content-404 h1{
		font-size: 30px;
	}

	.content-404 h2 a{
		font-size: 20px;
	}

	.order-message{
		display: inline-block;
	}

	.response-area .media img{
		width: auto;
	}

	.sinlge-post-meta li{
		margin-bottom: 10px;
	}

	.product-information{
		padding-left: 0;
		text-align: center;
	}

	.product-information span span{
		float: none;
	}

}

@media(max-width: 414px){
	.hoverText {
		position: static;
		transform: none;
		width: 100%;
		height: auto;
	}
	ul.products>li {
		width: 100%!important;
	}
	ul.products .productImage img {
		height: auto;
		width: auto;
	}
	footer#footer .footerMenus>div {
		width: 100%;
	}
	footer#footer .footerMenus>div {
		width: 100%;
	}

	footer#footer {
		overflow: hidden;
	}

	.footer-top .container {
		border-bottom: none;
	}
	footer#footer .fLogo {
		margin-bottom: 20px;
		height: auto;
	}
	.footerDetails ul li:before{
		left: 0;
	}
}
@media(max-width: 400px){
	.orderBtnsWrap{
		display: none;
	}
	.logo{
		text-align: center;
	}
}
@media(max-width: 360px){


}

@media(max-width: 320px){


}