/* your customize */
/* dunkelblau: #003366
   hellblau: #7f98b2
   bei weißem Hintergrund nehmen wir im ganzen Projekt Schriftfarbe und Links dunkelblau #003366 - mouseover #7f98b2
  */
  
.ccm-settings-summoner {display:none !important;}
#yt-totop {
	background-color: rgba(50, 60, 70, 0.5);
}
#yt-totop:hover {
	background-color: rgba(0, 20, 40, 0.8);
}
.modal.fade.show,
div.modal.fade.show {
	top: 0;
}
.banneritem .banner1 {
	text-align: left;
	background: #052347;
	width: 70%;
}
.banneritem .banner2 {
	background: #7f98b3;
	width: 30%;
}
.banneritem .banner3 {
	display: none;
}
.references-view {
	width: 200px;
	height: 200px;
	margin: 15px;
	display: inline-block;
	border: 1px solid #003366;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	background: #fffff;
}
.references-view img {
    display: block;
    position: relative;
    height: 100%;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.references-view:hover img {
	-webkit-transform: scale(10);
	-moz-transform: scale(10);
	-o-transform: scale(10);
	-ms-transform: scale(10);
	transform: scale(10);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.references-view .mask  {
	width: 200px;
	height: 200px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	background-color: rgba(127, 152, 178, 0.3);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.references-view:hover .mask  {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.references-view h2,
.references-view p,
.references-view a {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.references-view h2 {
	font-family: "Old Standard TT", serif;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	padding: 4px;
	background: #003366;
	margin-top: 10px;
	margin-bottom: 10px;
	
}
.references-view a {
	display: inline-block;
	text-decoration: none;
	padding: 4px;
	background: #003366;
	color: #7f98b2;
	margin-top: 5px;
	font-family: "Old Standard TT", serif;
	font-size: 16px;
}
.references-view:hover h2,
.references-view:hover p,
.references-view:hover a {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
#yt_wrapper {
	min-height: 700px;
}  
div.item-page p {
	color: #003366;
}
#position-1,
#position-2,
#position-3 {
	margin-top: 30px;
}
#position-3 div.module {
	margin: 0;
}
#position-3 div.module div.module-content {
	padding: 0;
}
.browse-view .row .product .spacer span,
div.productdetails .price-stock {
	color: #7f98b2;
}
.browse-view .row .product .spacer span a,
div.productdetails .price-stock span a,
.product-fields a {
	color: #7f98b2;
	text-decoration: underline;
}
.browse-view .row .product .spacer span a:hover,
div.productdetails .price-stock span a:hover,
.product-fields a:hover {
	color: #003366;
}
.browse-view .row .product .spacer span a:hover {
	color: #003366;
}
.pattern1,
.pattern2,
.pattern3,
.pattern4,
.pattern5,
.pattern6,
.pattern7,
.pattern8 {
	background-image: url('../images/pattern/kachel.jpg') !important;
}
#content .container .yt-main-in2 {
	background-color: #ffffff;
}
ul.navi div.level2.mega-content,
ul.navi ul.level2 {
	background-color: #003366 !important;
}
ul.navi ul.level2 li {
	border-color: #7f98b2 !important;
}
ul.navi li.level2:hover .level2,
ul.navi li.level2.hover .level2,
ul.navi li.level2.active .level2 {
	color: #7f98b2 !important;
}
.browse-view div.row .product .spacer .product-price {
	margin: 0;
}
.browse-view div.row .product .spacer h2 a {
	font-size: 14px !important;
}
.browse-view div.row .product .spacer h2 {
	color: #003366;
	font-size: 14px !important;
	line-height: 20px !important;
	margin: 0 0 0 0 !important;
	text-align: center !important;
	font-family: "Old Standard TT", serif !important;
}
.browse-view div.row .product .spacer h2.winery {
	font-weight: normal !important;
}
.browse-view div.row .product .spacer h2.product{
	margin: 0 0 10px 0 !important;
}
.browse-view div.row .product .spacer h2.addinfo {
	font-weight: normal !important;
	font-style: italic !important;
	margin: 0 0 10px 0 !important;
}
.browse-view div.row .product .spacer .image-product {
	margin: 0 15px 15px 0;
}
.browse-view div.row .product .spacer h2 a,
.category-view .row .vm_item .info-product h2 a {
	color: #003366 !important;
}
.view-productdetails .info-product h3.winery {
	color: #003366;
	font-size: 14px !important;
	line-height: 20px !important;
	margin: 0 0 0 0 !important;
	font-family: "Old Standard TT", serif !important;
}
#top1 a,
#top2 a,
#top3 a {
	color: #ffffff !important;
}
#top1 a:hover,
#top2 a:hover,
#top3 a:hover {
	color: #ffffff !important;
}
#top1 img.hoverfillblue,
#top2 img.hoverfillblue,
#top3 img.hoverfillblue,
#breadcrumb img.hoverfillblue {
    height: 32px;
    width: 32px;
}
#top1 img.hoverfillblue:hover,
#top2 img.hoverfillblue:hover,
#top3 img.hoverfillblue:hover,
#breadcrumb img.hoverfillblue:hover {
    filter: invert(61%) sepia(11%) saturate(887%) hue-rotate(171deg) brightness(95%) contrast(87%);
}
#top2.span3 {
    width: 47%;
    text-align: left;
}
#top2.span4 {
    text-align: center;
}
#top2.span6 {
    clear: none;
    width: 47%;
    float: left;
    text-align: right;
}
#top3.span6 {
    clear: none;
    width: 47%;
    float: left;
}
#top1.span12,
#top2.span12,
#top3.span12 {
    width: 100%;
    text-align: center;
}
#top3 #moduleModal a,
#top3 #moduleModal a:hover {
	color: #003366 !important;
}
#top2 img,
#breadcrumb img {
    margin: 0 5px; 
}
#top2 p {
    padding: 5px 60px 12px 0;
	margin: 0;
}
#top3 ul {
	padding: 5px 0 12px 0;
	margin: 0;
}
#top3 p {
    display: inline-block;
    padding: 5px 5px 12px 5px;  
    margin: 0;
}
#top3 img {
    margin-bottom: 5px;
}
.sj-login .login-switch img {
	height: 18px;
	width: 18px;
}
#member_registration a.btn {
	color: #cbcbcb !important;
}
#jawnav {
	font-family: "Old Standard TT", serif;
	background: none;
	border: none;
	color: #003366;
	border-radius: 0;
	box-shadow: none;
}
#jawnav ul {
	margin: 104px 0 10px;
}
#jawnav > ul > li:nth-child(5) {
	margin-left: 350px;
}
#jawnav > ul > li > a {
	font-style: italic;
	font-size: 150%;
	text-transform: unset;
	line-height: 30px;
	padding: 10px;
	color: #003366;
}
#jawnav ul li:hover > a,
#jawnav ul li.active > a,
#jawnav ul ul li:hover > a,
#jawnav ul ul li.active > a {
	color: #7f98b2;
	background-color: unset;
}
#jawnav > ul > li > a {
	border-right: none;
}
#jawnav > ul > li.has-sub > a::after {
	border-bottom: 1px solid #003366;
	border-right: 1px solid #003366;
}
#jawnav .sub-menu {
	margin: 0 0 0 0;
}
#jawnav .sub-menu li > a {
	font-style: italic;
	font-size: 150%;
	color: #003366;
}
div.main_menu ul.nav li a,
div.main_menu ul.nav li span.separator {
	color: #003366;
}
ul.navi li.level1 .item-link {
	color: #003366;
}

#yt_header {
	margin-top: 60px;
	background-image: none;
	background-color: #ffffff;
}
#yt_header .yt-main-in1 {
	background-image: url("../../../images/logo/logo-en.png");
	background-repeat: no-repeat;
	background-position: 410px bottom;
	background-size: 300px auto;
}
#yt_top {
	background: #003366;
}
div.cart p.title {
    padding: 5px 0 12px 0;
}
div.cart .total_products {
	color: #ffffff;
    font-weight: bold;
    vertical-align: unset;
    left: -12px;
    position: relative;
    bottom: -17px;
    border-radius: 10px;
    background: red;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
#top1 div.module div.module-content {
	padding: 9px 0 8px 0;
}
#top2 div.module div.module-content,
#top3 div.module div.module-content {
    padding: 12px 0 8px 0;
}
#position-4 h3.title {
	text-transform: uppercase;
	color: #003366;
}
#position-4 a {
	font-family: "Old Standard TT", serif;
	font-size: 18px;
	color: #003366;
	margin: 5px;
	padding: 10px;
	line-height: 40px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
#position-4 a:hover {
	background-color: #003366;
	color: #7f98b2;
}
div.finder input#mod_virtuemart_search {
	background: #7f98b2 url(../images/icons/icon-search.png) no-repeat 6px center;
	color: #ffffff;
}
div.finder input#mod_virtuemart_search:focus {
	background: #7f98b2;
	color: #ffffff;
}
#content_main .content-main-inner {
	padding-top: 30px;
}
.blog .item p {
	display: inherit;
}
.browseProductImage,
.com_content .blog img {
	padding: 2px;
	background: #fffff;
	border: 2px solid #003366;
}
span.quantity-controls input.quantity-controls {
	text-indent: -999em;
	width: 19px;
	height: 19px;
}
span.quantity-controls {
	width: 19px;
}
span.quantity-controls input.quantity-minus {
	margin-left: 0;
}
a.product-details {
	border-radius: unset;
	-webkit-border-radius: unset;
	-moz-border-radius: unset;
}
div.vm-details-button a {
	color: #003366;
	border: 1px solid #003366;
	font-family: "Old Standard TT", serif !important;
	font-style: italic;
	width: 150px;
}
div.vm-details-button a:hover {
	color: #7f98b2;
}
.PricesalesPrice .vm-price-desc,
.PricesalesPrice .PricesalesPrice {
	font-weight: bold !important;
	font-size: 15px !important;
}
.featured-view .spacer span,
.discontinued-view .spacer span,
.latest-view .spacer span,
.topten-view .spacer span,
.recent-view .spacer span,
.related-products-view .spacer span,
.browse-view .row .product .spacer span {
	font-size: 10px;
}
.PriceunitPrice .vm-price-desc {
	margin: 0 !important;
}
div.productdetails .product-price div.PricesalesPrice span.PricesalesPrice {
	color: #003366;
	font-size: 20px !important;
}
.addtocart-bar span.addtocart-button::before {
	background: none;
	border-right: none;
	width: unset;
	margin-right: 10px;
	border-radius: 0;
}
.addtocart-bar span.addtocart-button {
	background: #003366;
	border-radius: 0;
}
.addtocart-bar span.addtocart-button:hover input.addtocart-button,
.addtocart-bar span.addtocart-button input.addtocart-button:hover {
	color: #7f98b2 !important;
}
h2.vm_title {
	background-image: none;
}
h1.vm_title span,
h2.vm_title span {
	background: #ffffff;
}
.browse-view div.row .product .yt-item-read-cart {
	text-align: center;
}
div.module div.module-content::before {
	background-image: none !important;
	display: unset !important;
	height: unset !important;
}
.productdetails-view .product-description {
	margin: 30px 0 0 0;
	max-width: 600px;
}
textarea, input[type="text"],
table.user-details input,
table.user-details input.invalid,
.chzn-container-single .chzn-single,
table.user-details .vm-chzn-select {
	border-radius: 0;
	color: #003366;
}
table.user-details .vm-chzn-select option { color: #003366; }
legend {
	color: #003366;
}
#top2 #adminForm a,
#top2 #adminForm a:hover {
	color: #003366 !important;
	padding: 0 0 0 5px;
	border-radius: unset;
}
.addtocart-bar .quantity-box,
.addtocart-bar .quantity-controls {
	display: inline-block;
}
.com_virtuemart .component-inner input[type="text"] {
	margin-bottom: 0;
}
.com_virtuemart .component-inner input[type="text"].coupon {
	margin-bottom: 9px;
}
.quantity-box .quantity-input {
	height: 26px;
	width: 26px;
	color: #003366;
	border: 1px solid #003366;
}
.browse-view div.row .product .spacer span.vm-price-desc,
.browse-view div.row .product .spacer span.PricesalesPrice,
.PricesalesPrice .vm-price-desc, .PricesalesPrice {
	color: #003366;
	text-align: center;
}
.popup-btn #yt_popup {
	background-color: #003366;
}
.popup-btn #yt_popup:hover {
	background-color: #7f98b2;
}
div.productdetails .main_info {
	background: #ffffff;
	max-width: unset;
}
div.productdetails div.product_image .main-image {
	background: #ffffff;
	padding: 2px;
	border: 2px solid #003366;
	max-width: 370px;
	max-height: 504px;
}
div.productdetails div.product_image .main-image:hover {
	background: #7f98b2;
}
div.productdetails div.product_image .main-image::after {
	background: none;
}
#yt_breadcrumb .container .yt-main-in2,
#yt_footer .container .yt-main-in2 {
	background-color: #003366;
}
.breadcrumb {
	color: #ffffff;
}
.breadcrumb .divider .icon-home::before {
	color: #7f98b2;
}
.breadcrumb a,
.breadcrumb .divider {
	color: #7f98b2;
}
.breadcrumb a:hover {
	color: #ffffff;
}
#meganavigator ul.subnavi {
	width: 200px !important;
}

.product-fields .product-field {
	width: unset;
	float: none;
	display: block;
	text-align: left;
	margin-bottom: 0;
}
.price-stock,
.manufacturer,
.product-fields {
	overflow: auto;
}
div.productdetails .price-stock {
	padding: 10px 0 10px 0;
	border-top: none;
	border-bottom: none;
}
.productdetails-view .PricesalesPrice,
.productdetails-view .product-price,
.vm-orders-list table th {
	text-align: left;
}
.productdetails-view .product-price .vm-price-value {
	font-size: 10px;
}

.product-field-display {
	vertical-align: unset;
}
.orderlistcontainer a {
	color: #7f98b2;
}
.orderlistcontainer a:hover {
	color: #003366;
}
.orderlistcontainer div.activeOrder {
	background: #FFF top right no-repeat url(../images/arrow_down.png);
}
.orderlistcontainer div.orderlist div:hover {
	background: #cdd6e0;
}
.category-view .row .vm_item {
	padding: 2px !important;
	border: 2px solid #003366;
}

.category-view .tint:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: none;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.category-view .tint:hover:before {
	background: rgba(0,20,40, 0.2);
}
#top3 div.module {
	line-height: 6px !important;
}
div.mod-languages ul.lang-inline li {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}
div.mod-languages img {
	height: 32px;
}
div.mod-languages ul li.lang-active {
	background: unset;
}
div.mod-languages a {
	padding: 0;
}
#virtuemart_currency_id {
	width: 60px !important;
	height: 32px;
	margin: 5px 5px 0 5px;
}
.product-compliance-desktop {
	float: right;
}
.product-compliance-mobile {
	margin: 20px 0 0 0;
	display: none;
}
.product-neighbours a.previous-page {
	background: url('../images/previous_16x16-blue.png') no-repeat left;
}
.product-neighbours a.next-page {
	background: url('../images/next_16x16-blue.png') no-repeat right;
}
.com_virtuemart .user-view h2,
#moduleModal h2 {
	margin: 12px 0 12px 0;
}
.com_virtuemart .cart-view h1,
.com_virtuemart .cart-view h2,
.com_virtuemart .user-view h1,
.com_virtuemart .user-view h2,
.com_virtuemart .vm-cart-header-container h1,
#moduleModal h1,
#moduleModal h2,
.com_virtuemart .user-view legend,
#moduleModal legend {
	font-family: "Old Standard TT", serif;
}
.com_virtuemart .user-view h1,
.com_virtuemart .user-view h2,
.com_virtuemart .vm-cart-header-container h1,
#moduleModal h1,
#moduleModal h2,
.com_virtuemart .user-view legend,
#moduleModal legend {
	font-size: 200%;
}
#moduleModal #com-form-login h2 {
	font-family: arial,sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #003366;
}
.com_virtuemart .user-view td.key {
	width: 160px;
}
.registration .btn,
#search-form a.btn,
.login .controls .btn,
.logout button.btn,
#user-registration .btn,
.com_virtuemart a.continue_link,
.com_virtuemart a.showcart,
.com_virtuemart a.vm-button-correct,
.com_virtuemart a.vm-button-correct:link,
.com_virtuemart .cart-view a.details,
.com_virtuemart .cart-view a.continue_link,
.com_virtuemart #fancybox-content a.vm-btn,
.com_virtuemart .cart-view a.vm-button-correct,
.com_virtuemart .cart-view input[type="submit"],
.com_virtuemart .cart-view button,
.com_virtuemart.view-orders a.print-btn,
.com_virtuemart .user-view input[type="submit"],
#moduleModal input[type="submit"],
#moduleModal button,
.com_virtuemart .user-view button,
#user-registration .btn,
#contact-form button.btn,
.com_acym .btn,
.com_users.view-login .btn,
.pay-cc {
	font-family: "Old Standard TT", serif;
	font-size: 120%;
	font-weight: normal;
	text-shadow: none;
	color: #ffffff;
	line-height: 20px;
	letter-spacing: 1px;
	background: #003366;
    border: 1px solid;
	border-radius: 0;
	padding: 4px 15px 4px 15px;
	margin: 0;
}
.com_virtuemart .user-view button[type="reset"],
#moduleModal button[type="reset"] {
	background: #7f98b2;
	color: #ffffff !important;
}
.com_virtuemart a.continue_link { margin-right: 20px; }

.registration .btn:hover,
#search-form a.btn:hover,
.login .controls .btn:hover,
.logout button.btn:hover,
#user-registration .btn:hover,
.com_virtuemart a.continue_link:hover,
.com_virtuemart a.showcart:hover,
.com_virtuemart a.vm-button-correct:hover,
.com_virtuemart .cart-view a.details:hover,
.com_virtuemart .cart-view a.continue_link:hover,
.com_virtuemart #fancybox-content a.vm-btn:hover,
.com_virtuemart .cart-view a.vm-button-correct:hover,
.com_virtuemart .cart-view input[type="submit"]:hover,
.com_virtuemart .cart-view button:hover,
.com_virtuemart .user-view input[type="submit"]:hover,
#moduleModal input[type="submit"]:hover,
#moduleModal button:hover,
#user-registration .btn:hover,
#contact-form button.btn:hover,
.com_acym .btn:hover,
.com_users.view-login .btn:hover,
.pay-cc:hover {
	color: #7f98b2 !important;
	background: #003366;
}
#top2 #moduleModal a:hover {
	color: #003366;
}
h1.vm_title, h2.vm_title {
	color: #7f98b2;
	background: url("../images/icons/line_title-blue.png") no-repeat scroll left 70% / 100% 1px transparent;
}
#moduleModal .close {
	padding: 5px 10px 5px 10px;
	margin: 0 0 0 20px;
	opacity: 1;
}
.com_virtuemart .manufacturer-view-default .manufacturer-product-link a {
	background: unset;
	border: unset;
	border-radius: unset;
	-webkit-border-radius: unset;
	-moz-border-radius: unset;
	padding: 0;
	color: #7f98b2;
	text-decoration: underline;
}
.com_virtuemart .manufacturer-view-default .manufacturer-product-link a:hover {
	color: #003366;
}
.com_virtuemart .cart-view input.details-button {
	margin-bottom: 9px;
}
.com_virtuemart .user-view .control-buttons button {
	margin: 5px 0 0 0;
}
.com_virtuemart .user-view .control-buttons .reg_text {
	float: unset;
}
.camera_prev, .camera_next, .camera_commands {
	background: #003366;
}
.camera_prev:hover, .camera_next:hover, .camera_commands:hover {
	background: #7f98b2;
}
.com_virtuemart.cart-view .vm-fieldset-tos,
.com_virtuemart .cart-view .vm-fieldset-tos {
	text-align: right;
}
.com_virtuemart.cart-view #tos,
.com_virtuemart .cart-view #tos {
	margin: 0 0 2px 0;
}
.com_virtuemart.cart-view span.tos,
.com_virtuemart .cart-view span.tos {
	font-size: 14px;
	margin-right: 5px;
}
.com_virtuemart .user-view input[id="name_field"],
.com_virtuemart .user-view input[id="username_field"],
.com_virtuemart .user-view .name,
.com_virtuemart .user-view .username,
#adminForm input[id="name_field"],
#adminForm input[id="username_field"],
#adminForm .name,
#adminForm .username {
    display: none;
}
.com_virtuemart #fancybox-content .vm-btn,
.com_virtuemart #fancybox-content .vm-btn:link,
.com_virtuemart #fancybox-content .vm-btn:active,
.com_virtuemart #fancybox-content .vm-btn:visited {
	margin: 0;
	padding: 4px;
	width: 190px;
}
.manufacturer-view-default h2 {
	font-family: "Old Standard TT", serif;
	font-size: 120%;
	text-align: center;
}
.com_virtuemart h3.vm-payment-header-selected {
	font-size: 100%;
	margin: 10px 0 10px 0;
}
.com_virtuemart #STsameAsBTjs {
    margin: 0 5px 0 0;
}
.com_virtuemart .billto-shipto a.details { margin: 0 5 0 5px; }
#breadcrumb .center,
#breadcrumb .center a {
	color: #d6d6d6;
}
#breadcrumb .center a:hover {
	color: #7f98b2;
}
#breadcrumb .center p {
	margin: 0;
	line-height: 16px;
}
.contact h3:nth-of-type(2) {
	margin: 30px 0 12px 0;
}
.fb-btn {
	display: block;
	float: left;
	background: url('../../../images/logo/facebook-button.png');
	background-position: top left;
	background-size: 40px 80px;
	height: 40px;
	width: 40px;
	margin: 0 20px 20px 0;
}
.ig-btn {
	display: block;
	float: left;
	background: url('../../../images/logo/instagram-button.png');
	background-position: top left;
	background-size: 40px 80px;
	height: 40px;
	width: 40px;
	margin: 0 20px 20px 0;
}
.tw-btn {
	display: block;
	float: left;
	background: url('../../../images/logo/twitter-button.png');
	background-position: top left;
	background-size: 40px 80px;
	height: 40px;
	width: 40px;
	margin: 0 20px 20px 0;
}
.fb-btn:hover,
.ig-btn:hover,
.tw-btn:hover {
	background-position: bottom left;
}
#acyprofileform {
	margin: 20px 0 0 0;
}
table.cart-summary td .PricetaxAmount,
table.cart-summary td .PricebillTaxAmount {
	text-align: right;
}
.italic {
	font-style: italic;
}
.lightblue,
#com-form-login a,
a.terms-of-service,
.cart-summary a {
	color: #7f98b2;
}
#com-form-login a:hover,
a.terms-of-service:hover,
.cart-summary a:hover {
	color: #003366 !important;
}
.pricetablecontainer {
	overflow-x: auto;
}
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  margin: unset !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  text-align: center;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.8);
  animation: fadeIn 2s;
  -webkit-animation: fadeIn 2s;
  -moz-animation: fadeIn 2s;
  -o-animation: fadeIn 2s;
  -ms-animation: fadeIn 2s;
}
.modal-dialog {
	margin: 0 auto;
	width: 320px;
	text-align: left;
	background-color: rgba(255,255,255,0.95);
}
.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
.modal-content img {
	width: 100%;
	max-width: 50%;
}
.modal-body label {
	color: #7f98b2;
}
.modal-body ul {
	padding-left: 0;
}
.modal-body ul.nav-tabs.nav-stacked li {
	list-style: none;
}
/* The Close Button */
.ModalClose {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.ModalClose:hover,
.ModalClose:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.popup-btn #yt_popup .icon-search {
	height: 30px;
	width: 30px;
}
.browse-view div.row .product .spacer {
	padding: 5px !important;
}
.visually-hidden { display: none; }
.vm-orders-list table th { padding: 0 20px 0 0; }
.wrap-login .row {margin:0;}
.icon-eye:before { content: "\f06e"; }
.icon-eye-slash:before { content: "\f070"; }

.com_virtuemart .chosen-container-single .chosen-single {
    border-radius: unset !important;
}

@media only screen and (max-width: 479px) {
	#yt_top { position: relative; }
	div.cart p.title { padding: 8px 0 12px 30px; }
    .layout-m #content_main .content-main-inner { padding-top: 10px !important; }
    .vm-cart-header-container div { width: 100%; }
    #yt_header { margin-top: 0 !important; }
	#yt_header .yt-main-in1 { background-image: none; }
	#yt_header {
		margin-top: 0;
		height: 180px;
		background-image: url("../../../images/logo/logo-en.png");
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 300px auto;
	}
	#jawnav ul {
		margin: 0;
		background-color: #ffffff;
	}
	#jawnav ul > li:nth-child(5){
		margin-left: 0;
		padding-left: 0;
	}
	#jawnav ul li:last-child {
		border-bottom: 1px solid rgba(120, 120, 120, 0.15);
	}
    #top1 { display: none; }
    #top2.span3 { width: 21%; }
    #top3.span6 { width: 79%; }
    #top2 p { padding: 5px 0 12px 0; }
    #top1 img.hoverfillblue,
    #top2 img.hoverfillblue,
    #top3 img.hoverfillblue,
    #top3 div.mod-languages img {
        height: 25px;
        width: 25px;
    }
    #top3 #virtuemart_currency_id { height: 25px; }
	.banneritem img {
		height: unset;
	}
	.banneritem .banner2 {
		display: none !important;
	}
	.banneritem .banner3 {
		display: block;
	}
	.row div[class*="width"] {
		width: unset;
	}
	.product-compliance-desktop {
		display: none;
	}
	.product-compliance-mobile {
		display: block;
	}
	.homepage .yt-main-in2 p {
		text-align: center;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px){
    .layout-m #content_main .content-main-inner { padding-top: 10px !important; }
    .vm-cart-header-container div { width: 100%; }
    #yt_header { margin-top: 0 !important; }
	#yt_header .yt-main-in1 { background-image: none; }
	#yt_top { position: relative; }
	#yt_header {
		margin-top: 0;
		height: 180px;
		background-image: url("../../../images/logo/logo-en.png");
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 300px auto;
	}
	#jawnav ul {
		margin: 0;
		background-color: #ffffff;
	}
	#jawnav ul > li:nth-child(5){
		margin-left: 0;
		padding-left: 0;
	}
	#jawnav ul li:last-child {
		border-bottom: 1px solid rgba(120, 120, 120, 0.15);
	}
    #top1 { display: none; }
    #top2.span3 { width: 21%; }
    #top3.span6 { width: 79%; }
    #top2 p {
        padding: 5px 0 12px 0;
    }
    
	.banneritem img {
		height: unset;
	}
	.banneritem .banner2 {
		display: none !important;
	}
	.banneritem .banner3 {
		display: block;
	}
	.layout-m #content_main .content-main-inner {
		padding-top: 0;
	}
	.product-compliance-desktop {
		display: none;
	}
	.product-compliance-mobile {
		display: block;
	}
	.homepage .yt-main-in2 p {
		text-align: center;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
    #top1 { display: none; }
    #top2.span6 { text-align: left; }
}

@media only screen and (min-width: 768px) and (max-width: 1200px){
	#yt_header .yt-main-in1 { background-image: none; }
	#yt_header {
		margin-top: 75px; height: 190px;
		background-image: url("../../../images/logo/logo-en.png");
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 300px auto;
	}
	#jawnav ul {
		margin: 0;
		background-color: #ffffff;
	}
	#jawnav ul > li:nth-child(5){
		margin-left: 0;
		padding-left: 0;
	}
	#jawnav ul li:last-child {
		border-bottom: 1px solid rgba(120, 120, 120, 0.15);
	}
	.category-view .row .category {
		width: 33%;
	}
	.product-compliance-desktop {
		display: none;
	}
	.product-compliance-mobile {
		display: block;
	}
	.homepage .yt-main-in2 p {
		text-align: center;
	}
}
@media only screen and (min-width: 979px) and (max-width: 1200px){
	#yt_header {
		margin-top: 70px;
	}
	.product-compliance-desktop {
		display: block;
	}
	.product-compliance-mobile {
		display: none;
	}
}