
/* Desktop Layout */

@media only screen and (min-width:991.98px) and (max-width:1199.98px) {
.header-action ul li {
	margin: 0 0px;
}
.logo-holder img {
	width: 100%;
}
}

@media only screen and (max-width:1199.98px) {
}

/* Desktop or Tablet Layout */
@media only screen and (max-width:991.98px) {
.topheader {
	padding-top: 3px;
}
.top-bar-info, .top-bar-info p {
	text-align: center
}
.top-bar-info {
	margin: 0;
	padding: 0
}
.minishoppingblock .shopping-cart {
	top: auto;
	right: 30%;
	margin-top: 0
}
.social-link ul {
	text-align: center;
	margin-bottom: 5px;
}
.logo-holder {
	text-align: center;
	margin: 20px 0
}
.header-search {
	margin-top: 0;
}
.header-contact {
	padding: 0
}
.header-contact ul li {
	text-align: center
}
.header-contact ul li i {
	left: auto
}
.header-action {
	text-align: center;
	padding-bottom: 30px;
	margin-top: 20px;
}
.category-block img {
	margin: 10px 0
}
.product-cart {
	margin: 15px 0
}
.resp-tabs-container {
	padding: 15px 25px;
}
.process-status img {
	margin: 10px 0
}
.footer-widget {
	margin: 20px 0 15px 0;
}
.bottom-footer {
	padding: 13px 0;
}
.bottom-footer p.copyright, .bottom-footer p.designby {
	text-align: center;
	padding: 2px 0;
}
.copyright {
	padding-bottom: 0;
}
.delopedby {
	padding-top: 0;
}
.product-cart .product-content{ min-height:auto}
}

/* Tablet Layout */
@media only screen and (max-width:767.98px) {
	.topheader p{ display:none}
	p.mob-topphone{ display:block}
	.header-contact, .header-action, .topheader .social-link{ display:none}
	.topheader{ padding-bottom:5px;}
.section {
	padding: 30px 0
}
.client {
	padding: 50px 0
}
.top-desk {
	display: none
}
.top-mob-block {
	display: block
}
.footer-widget {
	padding: 10px 0
}
footer {
	padding-top: 10px;
}
.payment ul li {
	padding: 0 0 10px 0;
}
}

/* Large Mobile Layout */
@media only screen and (max-width:550px) {
.minishoppingblock .shopping-cart {
	right: 20px;
}
}

/* Large Mobile Layout */
@media only screen and (max-width:480px) {
.payment img {
	width: 95%;
}
.minishoppingblock .shopping-cart {
	right: 2%;
	width: 95%
}
}

/* Small Mobile Layout */
@media only screen and (max-width:380px) {
}
