@keyframes moveIcon {
    0% { transform: translateX(0) rotate(0deg); }
    25% { transform: translateX(-2px) rotate(-5deg); }
    50% { transform: translateX(0) rotate(0deg); }
    75% { transform: translateX(2px) rotate(5deg); }
    100% { transform: translateX(0) rotate(0deg); }
}

.fa-gift {
    animation: moveIcon 2s linear infinite;
    color: #eee;
    font-size: 24px;
}

.jumbotron {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.prod-list-menu-field {
}

.prod-list-menu {
  transition: transform 0.3s;
  position: absolute;
  top: 45px;
  display: block;
  left: -150px;
  direction: ltr;
  background: #818181;
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 3px;
  padding-bottom: 0px;
  border-radius: 3px;
  z-index: 100;
  text-align: center;
  font-size: 1em;
  color:#fff;
}

.prod-list-menu-field:hover .prod-list-menu {
  transform: translateX(150px);
}





.flex-control-nav {
    direction: rtl !important;
}	
.tooltip_background{
	background:#ffffff;
}

.tooltip.show {
  opacity: 1 !important;
}


.tooltip-inner {
  opacity:1 !important;
  min-width:150px !important;
  height: auto !important;
  box-shadow: 0px 0px 2px #484848 !important;
  -webkit-box-shadow:red !important;
  font-weig--ht:600 !important;
  font-size: 13px !important;
  border-radius:4px !important;
  padding: 6px 10px 6px 12px !important;
  background: #FFFFFF !important;
  color: rgb(10, 10, 10, 100) !important;
  border: 1px solid #666666 !important;
  text-align: right !important;
opacity:1.0!important;
filter:alpha(opacity=100)!important;
}

/* hebrew */
@font-face {
  font-family: 'Varela Round';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/varelaround/v20/w8gdH283Tvk__Lua32TysjIfpcuPP9g.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

/* latin-ext */
@font-face {
  font-family: 'Varela Round';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/varelaround/v20/w8gdH283Tvk__Lua32TysjIfqcuPP9g.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Varela Round';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/varelaround/v20/w8gdH283Tvk__Lua32TysjIfp8uP.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


.grecaptcha-badge {
display: none !important;
}

.hover_but:hover{
	
  -webkit-filter: contrast(135%); /* Safari 6.0 - 9.0 */
  filter: contrast(135%);
	
}
/*================ Site Drop Shadow *=====================*/

.modules_header{
color: #1f80bd;
background-color:#fff;
border-bottom: 1px solid;
margin-bottom:0;
padding-bottom: 3px;
width: fit-content;
}


.container_30 {
    width: 100%;
    ma-x-width: 99%;
    min-height: 600px;
    margin-bottom: 3px;
    border-radius: 2px;
    position: relative;
}

/*================ End Site Drop Shadow *=====================*/


.inner_sub_cat_button{
  border-radius: 4px;
  border: 1px solid #EaEaEa;
  margin: 12px;
  font-size: 14px;
}

.inner_sub_cat_button:hover{
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
  -webkit-filter: grayscale(0%) contrast(115%); 
}

.prod_img {
  -webkit-filter: grayscale(5%) contrast(100%); 
  transition: transform .2s; 
}

.prod_img:hover {
     -webkit-filter: grayscale(0%) contrast(105%); 
	 #transform:scale(1.2)
}


.errorBox { font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-size : 16px; color: #FF0000; }
.small_text { font-size : 10.5px; }
.white_text { color : #ffffff !important; }

BODY {
  color: #000000;
  margin: 0; padding: 0;
  font-style: normal;
  letter-spacing:0.3px!important;
  font-family:  'Varela Round', sans-serif !important;
  font-f-amily:  'Open Sans Hebrew', sans-serif !important;
  text-align:right !important;
}

img{
  vertical-align: unset !important;
}

.site_main_header{
  background:#2078ca; 
  width:100%; 
  direction: rtl;
}

.site_main_search{
  position: relative; 
  top: 0px; 
  font-size:24px; 
  max-width:1049px; 
  width:100%; 
  height: 36px;
  border: none; 
  background-image: url(/images/topmenu_magni_icon.png); 
  padding-right: 8px; 
  padding-left: 35px; 
  background-repeat: no-repeat; 
  background-position: left center;
}

  .h1_class {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  h2,
  .h2 {
    font-size: calc(0.9rem + 0.4vw) !important;
  }
  h3,
  .h3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  h4,
  .h4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }

P { 
  text-decoration: none; 
}

A { 
  color: #222; 
  text-decoration: none; 
}

A, A:hover, A:visited, A:active {
    text-decoration: none !important;
}

.singledeal_btn{
    cursor: pointer;
    padding: 0px;
    top: -1px;
    position: relative;
    background: none;
    border: none;
}

.accessibility{
  cursor: pointer; 
  letter-spacing: 2px; 
  border: 1px solid #ffffff;
  padding: 3px;
  border-radius: 5px;
  display: inline-table;
  color: #fff;
  letter-spacing: 2px;
  width: 70px;
  margin: 3px;
  min-height: 85px;
  font-size: 16px;
  background: #0f3c65;
}

.accessibility_container{
  width:90%; 
  border-radius:5px; 
  padding:10px; 
  margin:2px;
  text-align: center;
  min-height:145px;
}

.dynamic_cntnt_container{
  width: 100%;
  max-width: 1920px;
  border-radius: 3px;
  margin: 1px auto auto auto;
}

.accessibility_tool_tip{
  letter-spacing: 2px; 
  display: inline-table;
  color: #fff;
  letter-spacing: 2px;
  min-height: 60px;
  font-size: 20px;
  position: relative;
  display: block;
}


.accessibility_link{
  cursor: pointer; 
  letter-spacing: 2px; 
  color: #fff;
  letter-spacing: 2px;
  font-size: 14px;
  padding: 20px;
}


.infoNavBold {
  font-size: 12px;
  color: #4C4C4C;
  height: 18;
  font-weight : bold;
}

.infoNav {
  font-size: 16px;
  padding-right: 3px;
  color: #4C4C4C;
}

FORM {
	display: inline;
}

TR.header {
  background: #eeeeee;
  background-image: url(/images/navigation/header_fill_bot.gif);
}

TR.headertop {
  background: #EAEEF2;
  background-image: url(/images/navigation/header_fill_top.gif);
}

TR.headerNavigation {
  background: #eeeeee;
}


TD.headerNavigation {
  font-size: 11px;
  color: #a79f96;
  font-weight : bold;
}

TD.regInfoNavigation {
  font-size: 12px;
  font-color: #333333;
  height: 18;
}

TD.infoNavigation {
  font-size: 12px;
  font-color: #666666;
  height: 18;
  font-weight : bold;
}

TD.categories { 
  font-size: 11px;
  color: #454545; 
  padding: 8px;
  border-radius: 2px;
  BORDER-RIGHT: #eeeeee 1px solid; 
  BORDER-TOP: #eeeeee 1px solid; 
  BORDER-LEFT: #eeeeee 1px solid; 
  BORDER-BOTTOM: #eeeeee 1px solid;
}

.footerTableNavigate { 
  border-radius: 2px;
}

.imageRoundedBorder { 
  f_ont-weight : bold;
  box-shadow: 0 2px 8px #E0E0E0;
  -moz-box-shadow: 0 2px 8px #E0E0E0;
  -webkit-box-shadow: 0 2px 8px #E0E0E0;
  border: 1px solid #f0f0f0;
  padding: 4px;
  border-radius: 2px;
  text-align: right;
}

.prodRoundedBorder { 
  BORDER-BOTTOM: #ddd 1px solid;
  border-radius: 15px;
  text-align: right;
}

.prodRoundedBorder:hover { 
  BORDER-RIGHT: #eeeeee 1px solid; 
  BORDER-TOP: #eeeeee 1px solid; 
  BORDER-LEFT: #eeeeee 1px solid; 
  BORDER-BOTTOM: #eeeeee 2px solid;
  border-radius: 15px;
}


.tableRoundedBorder { 
  fo_nt-weight : bold;
  BORDER-RIGHT: #f5f5f5 1px solid; 
  BORDER-TOP: #f5f5f5 1px solid; 
  BORDER-LEFT: #f5f5f5 1px solid; 
  BORDER-BOTTOM: #f5f5f5 1px solid;
  border-radius: 2px;
  text-align: right;
}

.tableRoundedBorder:hover { 
  BORDER-RIGHT: #eeeeee 1px solid; 
  BORDER-TOP: #eeeeee 1px solid; 
  BORDER-LEFT: #eeeeee 1px solid; 
  BORDER-BOTTOM: #eeeeee 2px solid;
  border-radius: 5px;
}


.tableRoundedCorners { 
  border-radius: 2px;
}


TD.headerNavigate { 
  font-size: 13px;
  color: #f5f5f5; 
  font-weight : bold;
}

A.footerNavigate { 
  font-size: 13px;
  color: #454545;
  font-weight: bold;
}

TD.footerNavigateWhite { 
  font-size: 11px;
  color: #f5f5f5; 
  font-weight : bold;
}

A.headerNavigateTab { 
  font-size: 13px;
  color: #ffffff; 
  font-weight : bold;
}

A.headerNavigateTab:hover { 
  font-size: 13px;
  color: lightblue; 
  font-weight : bold;
}

TD.headerNavigateBlack { 
  font-size: 14px;
  color: #555555; 
  font-weight : bold;
}

TD.headerNavigateBigBlack { 
  font-size: 13px;
  color: #4D4D4D; 
  font-weight : bold;
}


A.headerNavigation { 
  color: #eeeeee; 
}

A.headerNavigation:hover {
  color: lightblue;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #009900;
}

TD.headerInfo {
  font-size: 14px;
  b--ackground: #0071BC;
  c--olor: #ffffff;
  font-weight: bold;
  text-align: center;
}

.footer {
  font-size: 13px;
  height: 18;
  border-radius:3px; 
  width:100%; 
  max-width:1650px; 
}

.infoBox {
  background: #ffffff;
  BORDER-RIGHT: #cccccc 1px solid; 
  BORDER-TOP: #cccccc 1px solid; 
  BORDER-LEFT: #cccccc 1px solid; 
  BORDER-BOTTOM: #cccccc 1px solid;
  border-radius: 2px;
}


.infoBoxContents {
  background: #ffffff;
  font-size: 11px;
  color: #4a4a7b; 
}

.couponCartText {
  background: #ffffff;
  font-size: 18px;
  color: green; 
}

.infoBoxContentsProduct {
  background: #f8f8f8;
  font-size: 11px;
  color: #0; 
}

.infoBoxContentsProductCaps {
  background: #f8f8f8;
  font-size: 11px;
  color: #5555a0; 
}

.regText {
  font-size: 15px;
  color: #555555; 
}

.medText {
  font-size: 14px;
  color: #555555; 
  text-align: right;
}

.AlertStockText {
  font-size: 18px;
  color: #FF0000; 
  font-weight: bold;
}

.AlertStockTextMobile {
  font-size: 14px;
  color: #FF0000; 
  font-weight: normal;
}

.prodText {
font-size: 17px;
    color: #222222;
    direction: rtl;
    line-height: 1.65;
}

.prodTextltr {
font-size: 17px;
    color: #222222;
    direction: rtl;
    line-height: 1.65;
}

.prodText div, 
.prodText h3, 
.prodText p, 
.prodText ol, 
.prodTextltr p, 
.prodText ul {
	font-size:inherit!important;
    max-width: 600px;
}


.blueProdInfoCaption{
  font-size: 14px;
  font-weight: bold;
  color: #0171BD;
  text-align: right;
}

.lightMidBlueCaption{
  font-size: 14px;
  color: #0171A7;
}

.lightMidBlackSearchResults{
  font-size: 13px;
  color: #333333;
}

.lightBlueProdInfoCaption{
  font-size: 18px;
  color: #0171A7;
}

.orderByPhone{
  font-size: 14px;
  color: #0171A7;
}

.lightBlueEasyBundleCaption{
  font-size: 15px;
  color: #0171A7;
}

.BlueProdNameCaption{
  font-size: 20px;
  color: #0171BD;
  font-weight: bold;
}

.BlackProdMsrp{
  font-size: 22px;
  color: #333333;
}

.BlackProdMsrpCaption{
  font-size: 20px;
  color: #333333;
}

.BlueProdPrice{
  font-size: 23px;
  color: #0171BD;
}

.msrp_prod_page{
  font-size: 13px;
  color: #999999;
}

.line_through{
  text-decoration: line-through;
}


.OrangeSave{
  font-size: 22px;
  color: orange;
}

a.OrangeSmallLabel, a.OrangeSmallLabel:hover, a.OrangeSmallLabel:visited{
  font-size: 13px;
  color: orange;
}

.prodQuantity {
  font-size: 19px;
  height: 28;
}

.prodDropdown {
  font-size: 16px;
  height: 24;
}

.prodOptionDropdown {
  font-size: 20px;
  color: #333333;
}


.blueCaption {
  font-size: 17px;
  text-align: right;
}

.specialCaption {
  font-size: 17px;
  text-align: right;
  color: red;
  font-style: italic;
  text-decoration: overline;
  font-weight: bold;
  bottom: 0px;
  position: absolute;
}


.blueCaptionSmall {
  font-size: 14px;
  font-weight: bold;
  color: #0171BD;
}

.grayCaption {
  font-size: 19px;
  color: #666666;
}

.grayCaptionSmall {
  font-size: 15px;
  font-weight: bold;
  color: #666666;
}

.grayBigCaption {
  font-size: 33px;
  font-weight: bold;
  color: #666666;
  padding-right: 5px;
}

.prodNameCaption {
  font-size: 15px;
  color: #000!important;
  opacity:0.85;

}

.prodNameCaption:hover{
text-decoration:none;
opacity:1;
}



TD.infoBoxHeading {
  font-size: 18px;
  font-weight: bold;
  color: #555555;
  padding: 5px;
  border-radius: 3px;
  text-align: center;
  background: #fafafa;
}

TD.infoBoxHeadingFlat {
  background: #f5f5f5;
  font-size: 10px;
  font-weight: bold;
  height: 10;
  color: #555588;
}

TD.infoBox, SPAN.infoBox {
  font-size: 10px;
}

TR.payment-odd {
  background: #eeeeee;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #ffffff;
}

TR.productListing-heading {
  background: #f0f0f0;
}

TD.productListing-heading {
  font-size: 11px;
  background: #f0f0f0;
  color: #000000;
  font-weight: bold;
  font-variant: small-caps;
  text-align: right;
}

TD.productListing-data, a.productListing-data {
  font-size: 15px;
  color: #0171bd;
}


TD.pageResultsOpposit { 
  color: #0171BD;
  text-align: left;
  font-size: 15px;
}


TD.pageResults { 
  color: #0171BD;
  text-align: right;
  font-size: 17px;
}

A.pageResults { 
	color: #000000;
    font-size: 18px;
    border-bottom: 2px solid #2078ca;
    border-right: 2px solid #2078ca;
    border-left: 1px solid #2078ca;
    border-top: 1px solid #2078ca;
    padding: 2px 5px 2px 5px;
    margin-left: 0px;
    margin-right: 2px;
    border-radius: 6px;
    line-height: 2;
    font-weight: 400;
    box-shadow: 1px 1px 2px #2078ca;
}

A.pageResultsSelected { 
	color: #fff;
    font-size: 18px;
    border-bottom: 1px solid #2078ca;
    border-right: 1px solid #2078ca;
    border-left: 1px solid #2078ca;
    border-top: 1px solid #2078ca;
    padding: 2px 5px 2px 5px;
    margin-left: 0px;
    margin-right: 3px;
    border-radius: 6px;
    line-height: 2;
    font-weight: 400;
	background:#2078ca85;
}



A.pageQuickResults { 
  color:#888;
  font-size: 13px;
  font-weight: normal;
}


A.pageResults:hover { 
  color: #0000FF; 
  background: #FFFF33; 
}

TD.pageHeading, DIV.pageHeading {
  font-size: 18px;
  color: #0571bd;
  vertical-align: top;
  text-align: right;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 10px;
  color: #000000;
}

@media only screen and (min-width: 800px) 
li, TD.main, P, span {
  font-size: 17px!important;
  line-height: 1.5;
}

@media only screen and (max-width: 800px) 
li, TD.main, P, span {
  font-size: 15px!important;
  line-height: 1.5;
}

.msrp_listing {
  font-size: 13px;
  color: #666666 !important;
}


TD.main_center, P.main_center {
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}

TD.countdown{
  font-weight: bold;
  font-size: 15px;
  color: #ffffff;
  line-height: 1.5;
}

TD.countdownbig{
  font-weight: bold;
  font-size: 35px;
  color: #ffffff;
}

TD.smallText, a.smallText, SPAN.smallText, P.smallText {
  font-size: 12px;
}

TD.smallOptopnsText, SPAN.smallOptopnsText, P.smallOptopnsText {
  font-size: 12px;
}

TD.smallTextBlue, A.smallTextBlue{
  font-size: 11px;
  color: #0171BD;
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
  color: #555588;
}

SPAN.newItemInCart {
  font-size: 11px;
  color: #ff0000;
}

SPAN.GiftItemInCart {
  font-size: 11px;
  color: #00bb00;
}

input, CHECKBOX, RADIO {
  line-height: 2;
  font-size: 16px;
  border-radius: 2px;
}

SELECT, input[type="text"],input[type="password"],input[type="email"] {
  line-height:2 !important;
  margin: 3px;
  border-radius: 3px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}

TEXTAREA {
  width: 100%;
  font-size: 15px;
  border-radius: 5px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}

SPAN.greetUser {
  font-size: 12px;
  color: #555588;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
}

TD.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}

.markProductOutOfStock {
  font-size: 16px;
  color: #fff;
  background:red;
  padding:8px;
  border-radius:8px;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}

TD.checkoutBar {
  font-size: 10px;
  color: #aabbdd;
}

SPAN.checkoutBarHighlighted {
  font-size: 10px;
  color: #000000;
}

TD.centerbox {
  border-radius: 3px;
  background: #ffffff;
  font-size: 16px;
  color: #4a4a7b; 
  padding-left: 0;
  padding-right: 0;
}

TABLE.ticket {
  border-collapse:collapse;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
}

TD.ticketInfoBoxHeading {
  font-size: 17px;
  font-weight: bold;
  background: #f5f5f5;
  color: #4a4a7b;
  border:1px #bbc3d3 solid; 
}

TD.ticketSmallText {
  font-size: 15px;
  border:1px #bbc3d3 solid; 
}

TD.ticketSmallTextAdmin {
  font-size: 15px;
  color: #0171bd;
  border:1px #bbc3d3 solid; 
}

TD.ticketSmallTextAdmin a:link {
    text-decoration: underline;
	font-size: 12px;
}

TD.ticketSmallerText {
  font-size: 14px;
  color: #0171bd;
  border:1px #bbc3d3 solid; 
}

/* data table */
.dataTableHeadingRow { background-color: #C9C9C9; }
.dataTableHeadingContent { font-size: 13px; color: #ffffff; font-weight: bold; }
.dataTableRow { background-color: #F0F1F1; font-size: 13px; }
.dataTableRowSelected { background-color: #eedddd; font-size: 11px; }
.dataTableRowOver { background-color: #d0d0d0; font-size: 11px; }
.dataTableContent { font-size: 11px; color: #000000; }
.dataTableContentSmall { font-size: 10px; color: #000000; }
.dataTableContentBig { background-color: #f5f5f5; font-size: 14px; color: #000000; font-weight: bold;}

.messageBox { font-size: 13px; }
.messageStackError, .messageStackWarning { color: #444444; font-size: 16px; background-color: #eeeeee; }
.messageStackSuccess { color: #fff; font-size: 22px; background-color: #4373c2; border-radius: 4px; margin:1px; padding:3px;}



.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}


.video-container iframe,
.video-container object, 
.video-container embed {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}



.bread_crumb {
  font-size: 13px;
  text-align: right;
  color: #eeeeee; 
  width: 100%;   
  max-width: 1650px; 
  background: #f0f0f0;  
  border-radius: 2px;    
  padding-left: 40px;    
  padding-right: 10px;
}

.bread_crumb:hover {
	text-decoration: none;
}

/* Menu items - FULL category list START */	

TD.categories { 
  font-size: 11px;
  color: #454545; 
  padding: 0px;
}

.mobile_main {
  font-size: 13px;
  line-height: 1.2;
  text-align: right;
}


#nav { 
  margin-top:0px;   
  margin-bottom:0px;   
  margin-right:0px;   
  padding-right:0px; 
  margin-left:0px;   
  padding-left:0px; 
  width: 100%;
}

#nav ul { 
  margin-right:0;   
  padding-right:0px; 
}

#nav li { /* all list items */
  color: #454545; 
  white-space:nowrap;
  margin-top: -2px;
  padding-top:5px; 
  padding-bottom:8px; 
  padding-left: 5px;
  b-order-top: 1px solid #E2E2E2;
list-style: square inside;
}

	
#nav li ul { /* second-level lists */
  margin-left:0px;
  margin-right:10px;
}
	
#nav li ul ul { /* third-and-above-level lists */
  font-size: 13px;
  margin-left:0px;
  margin-right:10px;
}
	
#nav li a {
  margin-left:0px;
  margin-right:5px;
}

#nav li a:hover {
  color : black;
}
	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
  left: -999em;
}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
  left: auto;
}
	
#nav a.daddy {}

#nav li.selected {
  color: #ff4545; 
}

.link_lev_0{
  color: #0171A7;
  font-size: 20px;
}
.link_lev_1{
  font-size: 16px;
}
.link_lev_2{
  font-size: 15px;
}
.link_lev_3{
  font-size: 14px;
}

.link_lev_4{
  font-size: 13px;
}



.cat_lev_0{
  color: #0171A7;
  font-size: 16px;
  padding-right:5px; 
}

.cat_lev_0_mob{
  color: #444444;
  font-size: 22px;
  padding-right:10px; 
}

.selected_link_lev_0{
  font-size: 18px;
  font-weight : bold;
  color: #000;
  padding-right:3px; 
  padding-left:3px; 
}

.selected_link_lev_1{
  font-size: 16px;
  font-weight : bold;
  color: #000;
  padding-right:3px; 
  padding-left:3px; 
}

.selected_link_lev_2{
  font-size: 15px;
  font-weight : bold;
  color: #000;
  padding-right:4px; 
  padding-left:4px; 
}

.selected_link_lev_3{
  font-size: 14px;
  font-weight : bold;
  color: #000;
  padding-right:5px; 
  padding-left:5px; 
}

.selected_link_lev_4{
  font-size: 13px;
  font-weight : bold;
  color: #000;
  padding-right:6px; 
  padding-left:6px; 
}



/* Menu items - FULL category list END */	

/* Mobile */

.DropDown1 {
width: 92%;
margin-bottom: 1px;
font-size: 10pt;
border-radius: 0 !important;
border: none; 
height: 39px;
box-sizing: border-box;
padding: 3px 3px 3px 3px;
background-image:url("/images/icons/magnifying_glass_icon_15x15.png"); 
background-repeat: no-repeat; 
background-position: left center;
}

.DropDown2 {
width: 100%;
margin-bottom: 2px;
font-size: 13pt;
}

TD.categories_mob { 
  font-size: 11px;
  color: #454545; 
  padding: 0px;
}


#nav_mob { 
  margin-top:0px;   
  margin-bottom:0px;   
  margin-right:0px;   
  padding-right:0px; 
  margin-left:0px;   
  padding-left:0px; 
  width: 100%;
  background: #f5f5f5;
}

#nav_mob ul { 
  margin-right:0;   
  padding-right:0px; 
}

#nav_mob li { /* all list items */
  color: #454545; 
  white-space:nowrap;
  margin-top: -2px;
  padding-top:3px; 
  padding-bottom:8px; 
  border-top: 1px solid #acd7f5;
  list-style: none;
  line-height: 1.2;
}

	
#nav_mob li ul { /* second-level lists */
  font-size: 13px;
  margin-left:0px;
  margin-right:10px;
}
	
#nav_mob li ul ul { /* third-and-above-level lists */
  font-size: 13px;
  margin-left:0px;
  margin-right:10px;
}
	
#nav_mob li a {
  margin-left:0px;
  margin-right:5px;
  font-size: 18px;
}

#nav_mob li a:hover {
  color : black;
}
	
#nav_mob li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
  left: -999em;
}
	
#nav_mob li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
  left: auto;
}
	
#nav_mob a.daddy {}

#nav_mob li.selected {
  color: #ff4545; 
}

.link_lev_0_mob{
  color: #0171A7;
  font-size: 20px;
  font-weight: 600;
}
.link_lev_1_mob{
  font-size: 20px;
}
.link_lev_2_mob{
  font-size: 20px;
}
.link_lev_3_mob{
  font-size: 20px;
}

.link_lev_4_mob{
  font-size: 20px;
}


.selected_link_lev_0_mob{
  font-size: 22px;
  font-weight : bold;
  color: #000;
  padding-right:3px; 
  padding-left:3px; 
}

.selected_link_lev_1_mob{
  font-size: 20px;
  font-weight : bold;
  color: #000;
  padding-right:3px; 
  padding-left:3px; 
}

.selected_link_lev_2_mob{
  font-size: 20px;
  font-weight : bold;
  color: #000;
  padding-right:4px; 
  padding-left:4px; 
}

.selected_link_lev_3_mob{
  font-size: 20px;
  font-weight : bold;
  color: #000;
  padding-right:5px; 
  padding-left:5px; 
}

.selected_link_lev_4_mob{
  font-size: 20px;
  font-weight : bold;
  color: #000;
  padding-right:6px; 
  padding-left:6px; 
}



/* mobile end */


.text_ribbon{
	color: #fff;
	margin: 0px 0 0px;
	position: relative;
	background: #009FFF;
	border: 1px solid  #0D7CC7;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	padding: 110px 115px;
	clear: both;        
}


div.box_ribbon{
	text-align: center;
	color: #fff;
	font-weight:bold;
	padding: 4px 9px 4px 10px;
	width: 90%;
	margin-left: -14px;
	margin-bottom: 0px;
	top: -10px;
	float: left;
	border-radius: 2px;
	z-index:2;
}
 
div.box_ribbon::before{
	display: block;
	width: 10px;
	height: 0px;
	position: absolute;
	bottom: -10px;
	left: -11px;
	content: "";
	border-bottom: 10px solid transparent;
	border-right: 10px solid rgb(0, 80, 116);
}


/* --------------------------------------------------------------------------------  buttons for shop in shop */


.button_link {
	display: inline-block;
	outline: none;
	cursor: pointer;
	border: solid 1px #da7c0c;
	background: #0171BD;
	text-align: center;
	text-decoration: none;
	font: 14px/100%;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .3em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #ffffff;
	margin-top: 4px;
	margin-bottom: 4px;
	margin: 2px;
}
.button_link:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
	color: #ffffff;
}
.button_link:active {
	position: relative;
	top: 1px;
}

.presentation_step_name {
  font-size: 24px;
  font-weight : bold;
  color: yellow;
  padding-top:6px; 
  padding-bottom:6px; 
}


.presentation_buttons {
  font-size: 20px;
  font-weight : bold;
  color: #eeeeee;
  padding-top:6px; 
  padding-bottom:6px; 
}

.presentation_exit_button {
  font-size: 20px;
  font-weight : bold;
  color: red;
  padding-top:6px; 
  padding-bottom:6px; 
}

.filterbtn {
  background: #e8e8e8;
  -webkit-border-radius: 1;
  -moz-border-radius: 1;
  border-radius: 3px;
  color: #000000;
  font-size: 12px;
  padding: 2px 3px 2px 3px;
  border: solid #666666 1px;
  text-decoration: none;
}

.filterbtn:hover {
  background: #cccccc;
  text-decoration: none;
}

.filterprice {
  -webkit-border-radius: 1;
  -moz-border-radius: 1;
  border-radius: 3px;
  color: #000000;
  font-size: 12px;
  background: #fafafa;
  padding: 2px 3px 2px 3px;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: solid #888888 1px;
  text-decoration: none;
}

.filterprice:hover {
  text-decoration: none;
}

@media only screen and (min-width: 1100px) 
{
	.topMenu {
	  text-align: center;
	  color: #222 !important;
	  font-size: calc(6px + 0.9vw);
	  padding-top: 1px;
	  padding-bottom: 1px;
	  padding-right: 15px;
	  padding-left: 15px;
	  white-space: nowrap;
	  text-decoration: none;
	}
	
	.topMenuTD {
	  text-align: center;
	  color: #222 !important;
	  font-size: 22px;
	  padding-top: 1px;
	  padding-bottom: 1px;
	  text-decoration: none;
	}
}

@media only screen and (max-width: 1100px) 
{
	.topMenu {
	  text-align: center;
	  color: #222 !important;
	  font-size: calc(6px + 0.7vw);
	  padding-top: 2px;
	  padding-bottom: 2px;
	  padding-right: 7px;
	  padding-left: 7px;
	  white-space: nowrap;
	  text-decoration: none;
	}
	
	.topMenuTD {
	  text-align: center;
	  col--or: #ffffff !important;
	  font-size: 17px;
	  padding-top: 1px;
	  padding-bottom: 1px;
	  text-decoration: none;
	}
}

.topMenu:hover {
  text-decoration: none;
}

.topMenuTD:hover {
  background: #bad4ff82;
  text-decoration: none;
  border-radius:20px;
}

.topMenu:visited {
  text-decoration: none;
}



/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
/*
.close {
    color: white;
    float: right;
    font-size: 13px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #4195CC;
    color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    background-color: #4195CC;
    color: white;
}
*/

.day_deal_timer_font{
font-size: 25px;
font-family: cursive;
fo-nt-weight: 700;
color: #ffffff;
}


.boxit_choose_button{
    border-top: 2px solid #bbbbbb;
    border-radius: 5px;
    border-left: 2px solid #bbbbbb;
    padding-right: 10px;
    border-right: 1px solid #bbbbbb;
    padding-left: 10px;
    border-bottom: 1px solid #bbbbbb;
    background: #f9f9f9;
    color: #000000;
    padding-top: 5px;
    padding-bottom: 5px;
	margin:10px;
	font-weight: 700;
	font-size: 14px; 
	white-space: nowrap; 
}


.boxit_choose_button_mobile{
    border-top: 2px solid #bbbbbb;
    border-radius: 5px;
    border-left: 2px solid #bbbbbb;
    padding-right: 2px;
    border-right: 1px solid #bbbbbb;
    padding-left: 2px;
    border-bottom: 1px solid #bbbbbb;
    background: #f9f9f9;
    color: #000000;
    padding-top: 5px;
    padding-bottom: 5px;
	margin:0px;
	font-weight: 700;
	font-size: 11px; 
	white-space: nowrap; 
}

.cart_dropbtn {
    color: white;
    font-size: 16px;
    cursor: pointer;
}

.cart_dropdown {
    position: relative;
    display: inline-block;
	z-index:30;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content :hover {
	background-color: #f1f1f1
	-webkit-transition: all .3s ease-in-out; 
	-moz-transition: all .3s ease-in-out;

}


.cart_dropdown:hover .dropdown-content {
    display: block;
}

.custom-toggler.navbar-toggler {
    border-color: rgb(255,255,255);
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.att_buttons {
  position: absolute;
  visibility: hidden;
  display: none;
}

.alert_error{
color:red;
font-size:16px;
font-weight:600;
}

.radio-prod-option-label {
  border: solid 1px #dddddd;
  border-radius:4px;
  font-size:13px;
  color: #332f35;
  display: inline-block;
  cursor: pointer;
  padding: 9px 9px 5px 9px;
  margin: 0px !important;
}

input[type=radio]:checked + label{
  border-radius: 5px;
  border: solid 1px #999999;
  background: #99ee99;
  color: #332f35;
}

.radio-group-prod-options {
  display: inline-block;
  border: 1px solid #ffffff;
  margin: 4px;
  overflow: hidden;
}

.radio-group-prod-options:hover {
  border: 1px solid #00ff00;
  border-radius: 5px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #666;
    font-style: italic;
    opacity: 0.5; /* Firefox */
}


::-webkit-input-placeholder { /* WebKit browsers */
    direction: rtl;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    direction: rtl;
}
::-moz-placeholder { /* Mozilla Firefox 19+ but I'm not sure about working */
    direction: rtl;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    direction: rtl;
}