@CHARSET "ISO-8859-1";

/* ### DYNAMIC ZOOM ### */
@media (max-width: 2100px) {
    html body {
        zoom: 80%;
    }
}
@media (max-width: 1500px) {
    html body {
        zoom: 70%;
    }
}
@media (max-width: 1200px) {
    html body {
        zoom: 60%;
    }
}
@media (max-width: 800px) {
    html body {
        zoom: 50%;
    }
}




/* media query for swipe */
@media
	(min-device-width: 800px)
	and (max-device-width: 1366px) {
	.swipe-main {
		right: 0px;
		width: 100%;
		min-width: 100%;
		height:100%;
		min-height:100%;
		opacity: 1;
	}

	.swipe-edit {
		right: 0px;
		position: absolute;
		width: 100%;
		min-width: 100%;
		height:100%;
		min-height:100%;
		display: none;
		/*opacity: 0; */
		line-height: 1em;
		font-size: 2.5em;
		text-align: center;
	}
}

/* iPad (original) */
/* Galaxy Note 10.1 1280x800 */
@media all and (max-width: 1366px) {
	.btn:not(.btn-nav-top) {
		white-space: normal;
		word-break: break-word;
	}
	.btn:not(.addButton):not(.removeButton):not(.dropdown-toggle):not(.btn-rental):not(.btn-numblock):not(.btn-nav-top):not(.btn-cart-item-remove):not(.btn-cart-item-qty-increase):not(.btn-cart-item-qty-decrease):not(.btn-modal):not(.btn-edit-coupon):not(.btn-coupon-remove):not(.btn-ticket-remove) {
		height: 105px;
		font-size: 120%;
	}

	.nav-right .col-xs-3 .btn {
		height: 70px !important;
		width: 70px !important;
		font-size: 0.88em !important;
	}

	.btn-nav-left:before,
	.btn-category:before,
	.btn-course-category:before {
		border-width: 0 40px 40px 0;
	}

	.btn-category:after,
	.btn-course-category:after {
		border-width: 0 30px 30px 0;
	}

	.shopping-cart-total {
		height: 70px;
		max-height: 70px;
		line-height: 70px;
	}

	.btn-default.btn-nav-right {
		padding-left: 14px;
		padding-top: 11px;
	}

	/* .btn-numblock {
		height: 72px;
		width: 72px;
	} */
}


/* iPad Pro 9,7", iPad Air 2, iPad mini 4 */
/* Galaxy Tab S2 9,7" */
@media (min-width: 1600px) {
	.row.nav-top {
		margin-bottom: 30px;
	}

	.nav-top .btn-nav-top {
		height: 125px;
		font-size: 165%;
	}

	.nav-top a.btn {
		padding-top: 46px;
	}

	.modal-lg {
		width: 1280px;
	}

	.modal-lg h4 {
		font-size: 27px;
	}

	.modal-lg .modal-body p:not(.text-large) {
		font-size: 21px;
	}

	.modal-lg .modal-body .alert {
		font-size: 21px;
	}

	.modal-lg .modal-footer button {
		font-size: 165%;
	}


	.shopping-cart .alert {
		font-size: 155%;
	}

	.btn-cancel-order,
	.btn-complete-order {
		margin-bottom: 0px !important;
	}
}



/* iPad (original) */
/* Galaxy Note 10.1 1280x800 */
@media all and (max-height: 800px) {
	.shopping-cart {
		height: 420px;
		max-height: 420px;
	}

	.nav-left,
	.panel-content {
		max-height: 650px;
	}
	.nav-left {
		min-height: 650px;
	}

	.btn-cancel-order,
	.btn-complete-order {
		margin-bottom: 0px !important;
	}
}



/* Full HD */
@media (min-height: 801px) and (max-height: 1080px) {
	.shopping-cart {
		height: 570px;
		max-height: 570px;
	}

	.nav-left,
	.panel-content {
		max-height: 876px;
	}
	.nav-left {
		min-height: 876px;
	}

	.btn-cancel-order,
	.btn-complete-order {
		margin-bottom: 0px !important;
	}

	.btn-numblock {
		height: 103px;
		width: 103px;
	}
}



/* iPad Pro 9,7", iPad Air 2, iPad mini 4 */
/* Galaxy Tab S2 9,7" */
@media (min-height: 1536px) {
	.shopping-cart {
		height: 1015px;
		max-height: 1015px;
	}

	.btn-numblock {
		height: 103px;
		width: 103px;
	}

}
