/* lg */

@media (min-width: 992px) and (max-width: 1920px) {
	.mega-dropdown:hover .mega-dropdown-menu{
		display:block;
	}
	
	.roted{
		transform: rotate(-90deg);
	}
	}

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

@media (min-width: 992px) and (max-width: 1199px) {
    .header-middle .btn-group .btn {
        padding-left: 8px;
        padding-right: 8px;
    }
    .usa {
        margin-right: 0;
    }
    .shipping img {
        width: 100%;
    }
    
    .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: 768px) and (max-width: 991px) {
	.mr-5 a{
		display:none !important;
	}
	
	.mega-nav-right{
		display:none;
	}
	.hover-effect{
		margin-bottom:30px;
	}
	
    .shop-menu{
        display: block;
        width: 100%;
        text-align: center;
    }
    .shop-menu ul{
        display: inline-block;
        float: none;
    }
    .shop-menu ul li a {
        padding-left: 0;
    }
   
    .item h2 {
        font-size: 24px;
    }
    .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-div .col-sm-2 {
        width: 33%;
        display: inline-block;
        margin-bottom: 50px;
    }
    .footer-div .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;
    }
	
	.pts-category-left-category-listing .pts-category-sliderValue {
    width: 50px;
    min-width: 50px;
    max-width: 58px;
    display: inline-block;
    min-height: 30px;
    padding: 0px 10px;
    margin: 5px;
    border: 1px solid #ccc;
    margin-right: 0px;
}

.price-tab h5 del {
    padding-left: 0px;
}

.media-object {
    display: block;
    width: 50px;
}

.tablet-table{
	overflow:hidden;
}

.shop-details-tab .col-sm-12 {
    padding-left: 15px;
    padding-right: 0;
}

.stock {
   top: 50px;
   }
   
 .view-product img {
    height: auto;
   }
}


/* xs */

@media (max-width: 767px) {
	
	.footer-div h2 i{
		display: block;
		float: right;
	}
	
	
	.pts-footer-info h3 {
    margin-bottom: 10px;
    position: relative;
	cursor: pointer;
	}
	
	.pts-footer-info h3 i{
		float:right;
		display:block;
	}
	
	.pts-footer-info {
    margin-bottom: 0px;
	}
	
	.footer-nav {display:none;cursor:pointer;}
	
	.navbar-brand img{
	display:none;
	}
	
	.order-btn{
		float:none;
	}
	
.new-here h3 {
margin: 30px 0px 10px;
}
   
.padding-right {
    padding-right: 0px;
	padding-left: 0px;
}

	.side-banner img{
		margin:0 auto;
	}
	.list-view-content h2 {
    font-size: 18px;
    margin: 10px 0px 10px;
    
	}
	.t-center-mobile{
		text-align:center;
	}
    #cart_items .cart_info table{
        min-width: 600px;
    }
    #cart_items .cart_info .cart_description h4 a{
        font-style: 15px;
    }
    #cart_items .cart_info .cart_description p{
        font-size: 12px;
    }
    .mainmenu ul li:first-child{
        padding-left: 15px;
    }
    #form{
        margin-top: 10px;
    }
    .shop-menu{
        display: block;
        width: 100%;
        text-align: center;
    }
    .shop-menu ul{
        /*display: inline-block;*/
        float: none;
		background-color: #fff;
    }
    .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;
        -webkit-box-shadow: none;
        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;
        animation: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .header-bottom {
        position: relative;
    }
 
    #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-div .col-sm-2 {
        width: 28%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 50px;
        margin-top: 0;
        float: left;
        margin-left: 30px;
    }
	
	.air {
		width: 30px;
	}
	.signup h3 {
		font-size: 16px;
	}
	.m-t-b-18 input[type="text"] {
		height: 35px;
		padding: 0px 5px;
	}
	.btn-50 input[type="button"] {
		height: 35px;
		padding: 0px 30px;
	}
	.m-t-30 {
		margin-top: 0px;
	}
    .companyinfo {
        text-align: center;
    }
    .footer-div .col-sm-3 {
        display: inline-block;
    }
    .footer-div {
		margin-bottom: 5px;
	}
	
	.footer-div h2 {
		font-size: 12px;
		margin-bottom: 10px;
		margin-top: 0;
	}
    
    #similar-product {
        margin-bottom: 40px;
    }
    .well {
        display: inline-block;
    }
	.name-mobile{
		display:block;
	}
	
	.view-product img {
		height: 180px;
	}
	
	.breadcrumb.theme-breadcrumb {
		margin-top: 10px;
	}
	h2.title {
		margin-bottom: 0px;
	}
	.inner-div {
		margin-bottom: 10px;
	}
	#related-product {
		margin-top: 35px;
	}
	
}


/* XS Portrait */

@media (max-width: 480px) {
	.t-center-mobile > .pull-right{
		float:none!important;
	}
	
	.contactinfo ul{
		display:inline-block;
		text-align:center;
	}
	
	.recommended-item-control:first-child{
		margin-left:15px;
	}
	
	.contactinfo ul li:first-child {
    margin-left: 18px;
}

    .bill-to{
        margin-top: 10px;
    }
    .form-two, .form-one{
        width: 100%;
        margin-left: 0;
    }
    .header-middle .dropdown-menu{
        text-align: center;
    }
    .header-middle .dropdown-menu{
        min-width: 0;;
    }
    .header-middle .logo + div{
        text-align: center;
        display: block;
    }
    .header-middle .btn-group>.btn-group{
        float: none;
    }
    .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;
    }
    
    .logo {
        text-align: center;
        width: 100%;
		padding-bottom: 5px;
    }
	
    .shop-menu ul li {
        padding: 0 5px;
    }
	
    .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;
        -webkit-box-shadow: none;
        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;
        animation: none;
        -webkit-box-shadow: 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-div .col-sm-2 {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 50px;
        margin-top: 0;
        float: left;
        padding-right: 0;
        padding-left: 30px;
        margin-left: 0;
    }
    .footer-div {
        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 span span {
        float: none;
    }
	.navbar-toggle .icon-bar {
   background-color: #fff;
	}
	.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: #fff;
    border: 0;
    box-shadow: none;
    border: 1px solid #171616;
}

.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 5px;
}

.navbar-nav {
    margin: 7.5px -15px;
    background-color: #333;
}

.mega-nav-right{
	display:none;
}

.hover-effect{
	margin-bottom:30px;
}

.product-information h2 {
   font-size: 18px;
   }
   
 .stock {
   top: 22px;
   }
   
  .span-value {
    padding-left: 18px;
}

.share a:first-child{
		display:block;
	}

#related-product {
		margin-top: 35px;
	}
}
@media (max-width: 767px){
    
    .carousel-indicators {
        z-index: 1;
        bottom: -20px !important;
    }
}

