@charset "utf-8";

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
	html body #page .myheader {
		position: absolute !important;
		background: #fafafa !important;
	}
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
	html body #page .myheader {
		position: absolute !important;
		background: #fafafa !important;
	}

	.inputBox.ui-autocomplete-input {
		font-size: 12px !important;

	}
	html body.search_act #search #q {
		font-size: 12px;

	}
}


/* CSS Document */


@media screen and (max-width:1250px) {
	#page_background {
		width: 100%;
		max-width: inline-block;
	}
	.full .container {
		margin: 0px 0 !important;
		display: contents;
		max-width: 100% !important;
	}
	.productPriceBox {
		min-height: 150px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 1160px) {
	.productPriceBox {
		min-height: 10px;
	}
	html body #page .product {
		width: 234px;
		margin: 10px;
	}
}
img {
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width: 575px) {
	html .home .tag_box .intag_box {
		width: 100%;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px)
{
	html .home .tag_box .intag_box {
	  width: 50%;
  	}
}

@media screen and (max-width:767px) {
	html body .myfooter {
		max-width: 80%;
	}
	.home .bgmount img {
		max-width: 121px;
		width: 27% !important;
		height: auto;
		display: inline-block;
	}
	.myfooter .content .new_footer_box {
		width: 100% !important;
		display: inline-block;
		padding-right: 50px;
	}
	.in-poll-box > a, .in-poll-box > span {
		float: left;
		width: 100%;
	}
	#ui-id-1 {
		text-align: center;
	}
	html body #page #masterpage #right-box p.poll-question {
		color: #3f3d59;
		display: inline-block !important;
		font-family: "Montserrat";
		font-size: 41px !important;
		font-weight: 900;
		/* left: 0; */
		max-width: 100%;
		text-align: center;
		text-shadow: 0 8px 18px rgba(170, 179, 203, 0.35);
		/* text-transform: uppercase; */
		/* top: 8%; */
		z-index: -1;
		line-height: 94%;
		float: none;
		border: 0px solid transparent;
		display: block;
		vertical-align: bottom;
		width: 90%;
		padding: 0;
	}
	html body .navbar-top-icons {
		display: none !important;
		opacity: 0;
	}
}

@media only screen and (max-width: 768px) {
	html body #page .productTitleContent {
		padding: 0px !important;
	}
	html body .navbar-top-icons {
		display: none !important;
	}

	#magnify_src img {
		/*width: 30vw;*/
	}
}



@media only screen and (max-width: 1300px){
	html body.page-product-detail .navbar-top-icons {

		display: none;
	}
}


@media screen and (max-width:480px) {
	html #page .product .productBody .img_box {
		height: auto;
	}
	.productPriceBox {
		min-height: 0px;
	}
	html body.search_act #search #q {
		font-size: 20px;
	}
}

@media only screen and (max-width: 959px) {
	html body #page .myfooter h4 {
		width: 100%;
	}
	.footer-box.box-eshop .item-content > a {
		display: inline-block;
	}
	html body #page #page .footer-box.box-eshop {
		width: 100%;
		max-width: 100%;
	}
	html body #page .page-footer .footer-boxes > div {
		width: 27vw;
	}
	html body .myfooter {
		max-width: 100%;
	}
	html body #page .page-footer .footer-box.box-eshop {
		width:90vw;
		max-width: 100%;
	}
	html body #page .page-footer .footer-box.box-eshop a {
		display: inline-block;
	}
}


#q {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media only screen and (max-width: 480px) {


	html body #page .page-footer .footer-boxes > div {
		width: 90vw;

	}
}

@media only screen and (min-width: 480px) and (max-width: 1160px) {
	.productPriceBox {
		min-height: inherit
	}
}
