/* @font-face { font-family: 'bebas_neueregular'; src: url('BebasNeue-webfont.eot'); src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('BebasNeue-webfont.woff') format('woff'), url('BebasNeue-webfont.ttf') format('truetype'), url('BebasNeue-webfont.svg#bebas_neueregular') format('svg'); font-weight: normal; font-style: normal; } */ /* /* begin general styles for all themes */ body { margin: 0px; padding: 0px; background-image: url("body-bg.png"); font-family: Verdana, Arial, Helvetica, sans-serif; color: #8c2432; font-size: 11px; } p, table, td, th { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; margin-top: 0px; } form { margin: 0px; } a:link { color: #8c2432; text-decoration: none; } a:visited { color: #8c2432; text-decoration: none; } a:hover { color: #8c2432; text-decoration: underline; } a:active { color: #8c2432; text-decoration: none; } ul { list-style-type: square; } /* Generic text formatting used throughout the store ---------------------------- */ .actCHECKOUTEM { background-color: #cabe80; } .actCHECKOUTBG { background-color: #f3f3f3; } .actlarger { font-size: 13px; color: #8c2432; } .actsmaller{ font-size: 10px; color: #8c2432; } .actxxsmall { font-size: 10px; color: #8c2432; } .actxsmall { font-size: 11px; color: #8c2432; } .actsmall { font-size: 11px; color: #8c2432; } .actregular { font-size: 13px; color: #8c2432; } .actlarge{ font-size: 16px; color: #8c2432; } .actxlarge { font-size: 20px; color: #8c2432; } .actxxlarge { font-size: 20px; color: #8c2432; } .actwarningcolor { color: #ff0000; } .actrequiredcolor { color: #ff0000; } .actsearchhighlightcolor { color: #8c2432; } .actrequired { color: #ff0000; } .actwarning { font-size: 11px; color: #ff0000; } .actwelcome { font-size: 11px; color: #8c2432; } .actlogotext { font-size: 11px; color: #D9090E; font-style: normal; font-weight: bold; text-align: center; } .actlogout { font-size: 11px; color: #8c2432; } /* General positioning ------------------------------------------- */ .set-left { float: left; } .set-right { float: right; } .set-below-left { float: left; clear: left; } .set-below-right { clear: right; float: right; } .inline li { display: inline; list-style: none; padding: 0 5px 0 5px; } /* Shopping cart and checkout fields ------------------------------------------- */ a.checkout-checkoutbg { margin-right: 10px; padding-top: 3px; padding-bottom: 3px; padding-left: 8px; padding-right: 8px; border: #f3f3f3 2px solid; border-top: #f3f3f3 2px solid; border-right: #8c2432 1px solid; border-bottom: #8c2432 1px solid; } a.checkout-checkoutbg:link { color: #f3f3f3; text-decoration: none; } a.checkout-checkoutbg:visited { color: #f3f3f3; text-decoration: none; } a.checkout-checkoutbg:hover { color: #f3f3f3; text-decoration: underline; } a.checkout-checkoutbg:active { color: #f3f3f3; text-decoration: underline; } a.checkout-textcolor:link { color: #8c2432; text-decoration: none; } a.checkout-textcolor:visited { color: #8c2432; text-decoration: none; } a.checkout-textcolor:hover { color: #8c2432; text-decoration: underline; } a.checkout-textcolor:active { color: #8c2432; text-decoration: underline; } div.CheckoutCartSection { margin-top: 0px; margin-bottom: 10px; } table.checkout#idTableCheckoutSection { margin-bottom: 0px; } table.checkout-cart { width: 614px; border-collapse: collapse; padding: 0px 0px; margin-bottom: 5px; } table.checkout-cart th{ font-weight: bold; background-color: #cabe80; border-top: solid 1px #cabe80; border-bottom: solid 1px #cabe80; padding: 4px 4px; color:#8c2432; /* Heading Drop Shadow */ box-shadow:0 3px 3px 0px #9e9e9e; moz-box-shadow:0 3px 3px 0px #9e9e9e; -webkit-box-shadow:0 3px 3px 0px #9e9e9e; /* Background Gradients */ background: #cabe80; /* Old browsers */ background: -moz-linear-gradient(top,  #feeda1 0%, #cabe80 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feeda1), color-stop(100%,#cabe80)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #feeda1 0%,#cabe80 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #feeda1 0%,#cabe80 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #feeda1 0%,#cabe80 100%); /* IE10+ */ background: linear-gradient(to bottom,  #feeda1 0%,#cabe80 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feeda1', endColorstr='#cabe80',GradientType=0 ); /* IE6-9 */ } table.checkout-cart td{ padding: 4px 4px; } table.checkout { width: 614px; border-collapse: collapse; padding: 0px 0px; text-align: left; margin-bottom: 5px; } table.checkout th { background-color: #cabe80; font-size: 13px; font-weight: bold; color: #8c2432; text-align: left; padding: 7px 2px; border-bottom: solid 3px #ffffff; /* Heading Drop Shadow */ box-shadow:0 3px 3px 0px #9e9e9e; moz-box-shadow:0 3px 3px 0px #9e9e9e; -webkit-box-shadow:0 3px 3px 0px #9e9e9e; /* Background Gradients */ background: #8c2432; /* Old browsers */ background: -moz-linear-gradient(top,  #feeda1 0%, #cabe80 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feeda1), color-stop(100%,#cabe80)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #feeda1 0%,#cabe80 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #feeda1 0%,#cabe80 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #feeda1 0%,#cabe80 100%); /* IE10+ */ background: linear-gradient(to bottom,  #feeda1 0%,#cabe80 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feeda1', endColorstr='#cabe80',GradientType=0 ); /* IE6-9 */ } table.checkout th.instruction { font-size: 11px; font-weight: normal; } table.checkout th.change { font-size: 11px; font-weight: bold; padding: 0px 0px; text-align: right; } .checkout-change-button	{ line-height: 13px; height: 20px; width: 86px; margin: 0px 1px 0px 0px; padding: 0px 0px 0px 0px; font-size : 11px; background-color: #cabe80; border: 1px solid #8c2432; color: #ffffff; background-image: url('theme_icon_add_to_cart.gif'); word-spacing: normal; } .checkout-login-button	{ line-height: 13px; height: 15px; width: 70px; margin: 20px 0px 20px 0px; padding: 3px 20px 2px 0px; font-size : 11px; background-color: #cabe80; border: 1px solid #8c2432; color: #ffffff; background-image: url('theme_icon_add_to_cart.gif'); word-spacing: normal; } .checkout-login-button a { padding-left: 20px; color: #ffffff; text-decoration: none; } table.checkout td { background-color: #f3f3f3; border-right: solid 1px #ffffff; border-bottom: solid 1px #ffffff; padding: 2px 2px; } table.checkout#idBothAddressesTable col { width: auto; } td#idCheckoutHelpLabel, table.checkout#idBothAddressesTable col.prompt { width: 130px; } .cart { background-color: #f3f3f3; border-bottom: solid 1px #cabe80; } .checkout-cartheading { font-weight: bold; background-color: #f3f3f3; border-top: solid 1px #cabe80; border-bottom: solid 1px #cabe80; } .cartheading { background-color: #8c2432; font-weight: bold; color: #cabe80; } h2.checkout-heading { background-color: #cabe80; font-size: 13px; font-weight: bold; color: #f3f3f3; padding: 5px 2px; border-bottom: solid 3px #ffffff; width: 614px; font-family:Verdana, Arial, Helvetica, sans-serif; } h3.checkout-heading { width: 614px;  padding: 3px 0 3px 5px; background-color: #cabe80; font-size: 13px; font-weight: bold; color: #8c2432; border-bottom: solid 3px #ffffff; font-family:Verdana, Arial, Helvetica, sans-serif; /* Heading Drop Shadow */ box-shadow:0 3px 3px 0px #9e9e9e; moz-box-shadow:0 3px 3px 0px #9e9e9e; -webkit-box-shadow:0 3px 3px 0px #9e9e9e; /* Background Gradients */ background: #cabe80; /* Old browsers */ background: -moz-linear-gradient(top,  #feeda1 0%, #cabe80 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feeda1), color-stop(100%,#cabe80)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #feeda1 0%,#cabe80 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #feeda1 0%,#cabe80 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #feeda1 0%,#cabe80 100%); /* IE10+ */ background: linear-gradient(to bottom,  #feeda1 0%,#cabe80 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feeda1', endColorstr='#cabe80',GradientType=0 ); /* IE6-9 */ } .checkout-subheading { font-weight: bold; padding: 0; margin: 0; } img.cartthumbnail { border: 0px; margin-left: 2px; margin-right: 2px; width: 25px; } input.normal-button { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #ffffff; background: #cabe80; padding: 5px; border: solid 1px #8c2432; } input.highlight-button { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #ffffff; background: #8c2432; padding: 5px; border: solid 1px #8c2432; } .checkout-field-label { width: 160px; } .checkout-field-input { width: auto; } .checkout-field-input input, .checkout-field-input select { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #8c2432; background-color: #ffffff; padding: 2px; } .InvoiceField input, .InvoiceField select { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #8c2432; background-color: #ffffff; padding: 2px; } .DeliverField input, .DeliverField select { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #8c2432; background-color: #ffffff; padding: 2px; } table.checkout#idBothAddressesTable select { width: 211px; } input.checkbox { background-color: #f3f3f3; border: 0;	 } .checkout-field-area { background: #f3f3f3; border-bottom: solid 2px #ffffff; width: 614px; } .checkout-field-area p { margin: 0; padding: 4px; } div.checkout-buttons { width: 614px;  height: 50px;  margin-top: 20px; } .left {  float : left;  width : 50%;  } .right {  float : right;  width : 40%;  } .spacer {  clear : both;  } .checkout-help-hide {  display: none;  } /* Checkout Progress Indicator  ------------------------------------------------ */ p.checkout-progress-heading { width: 300px; margin: 0px auto; } #checkout-progress-indicator { width: 300px; height: 19px; background-image: url('cpi-background.gif'); margin: 0 auto 0px auto; } .checkout-progress-0 { width: 75px; height: 19px; background-color: #8c2432; background-image: url('cpi-main.gif'); float: left; } .checkout-progress-1 { width: 150px; height: 19px; background-color: #8c2432; background-image: url('cpi-main.gif'); float: left; } .checkout-progress-2 { width: 225px; height: 19px; background-color: #8c2432; background-image: url('cpi-main.gif'); float: left; } .checkout-progress-3 { width: 300px; height: 19px; background-color: #8c2432; background-image: url('cpi-main.gif'); float: left; } #checkout-progress-indicator .cpi-end { width: 8px; padding: 0; margin: 0; border: 0; height: 19px; background-image: url('cpi-end.gif'); background-position: right; background-repeat: no-repeat; float: left; } table#idCheckoutProgress { margin-bottom: 10px; } table#idCheckoutProgress td{ background-repeat:repeat-x; background-color:transparent; border: 0px; padding: 0px; height:19px; text-align:center; } table#idCheckoutProgress td.cpi-left{ background-image:url("cpi-main.gif"); color:white; width:160px; } table#idCheckoutProgress td.cpi-complete{ background-image:url("cpi-main-mid.gif"); color:white; width:160px; } table#idCheckoutProgress td.cpi-incomplete{ background-image:url("cpi-background.gif"); color:black; width:160px; } table.CheckoutProgress { width: 614px; border-collapse: collapse; margin-bottom: 10px; } table.CheckoutProgress td { padding: 0px 0px; background-repeat: repeat-x; background-color: transparent; height: 19px; text-align: center; width: 140px; } table.CheckoutProgress td.cpi-start{ background-image: url("cpi-main.gif"); width: 8px; } table.CheckoutProgress td.cpi-inactive{ background-image: url("cpi-main-mid.gif"); color: #ffffff; } table.CheckoutProgress td.cpi-active{ background-image: url('cpi-background.gif'); font-weight: bold; color: #8c2432; } table.CheckoutProgress td.cpi-end { background-image: url("cpi-end.gif"); width: 8px; } table.CheckoutProgress td.cpi-spacer { background-image: url("cpi-main-mid.gif"); width: auto; } /* Formatting for Feefo customer feedback --------------------------------- */ /* Default formatting of text boxes used in store pages -------------------- */ .form_input_general	{ line-height: normal; font-size : 11px; word-spacing: normal; } /* My Account pages  --------------------------------------------------------------*/ .myaccount-shadow { display: none; position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; background-image: url('myaccount-popup-bg.png'); background-repeat: repeat; } .myaccount-popup { position: fixed; width: 500px; height: 250px; left: 50%; top: 50%; margin-left: -250px; margin-top: -125px; padding-left: 85px; padding-top: 50px; background-color: #ffffff; } /* start search results sort list */  .sort_by { background-color: #8c2432; width: 100%; height: 24px; color: #ffffff; text-align: right; } .sort_by select { font-size: 12px; height: 20px; margin-right: 1px; margin-top: 1px; border: #8c2432 2px solid; border-top: #8c2432 2px solid; border-right: #8c2432 1px solid; border-bottom: #8c2432 1px solid; } .sort_by-submit { background: transparent; height: 20px; color: #ffffff;  font-weight: bold; font-size: 12px; margin-right: 1px; margin-top: 1px; border: 0; } .sort_by-submit:hover { cursor: pointer; text-decoration: underline; } /* end search results sort list */ /* start auto suggession list */ .sf_suggestion { position: absolute; line-height: 15px; z-index: 2147483637; } .sf_suggestion ul { margin: 1px; padding: 0px; background: #ffffff;  border: 1px solid rgb(51, 51, 51); top: 0; left: 0; } .sf_suggestion li{ margin: 0px; padding: 0px; list-style: none; } .sf_suggestion li a { display: block; text-indent: 5px; text-align: left; padding: 5px; text-decoration: none; } .sf_suggestion li.selected a { background: #cccccc; color: #000000; font-weight: normal; } .sf_suggestion li.notselected a{ color: #000000; font-weight: normal; } /* end auto suggession list */ /* start filter loading dialog */ .loading-block	{ display: table; height: 100%; width: 100%; overflow: hidden; margin-left: 50%; z-index: 2147483638; } .loading-gif { display: table-cell; vertical-align: middle; } .loading-shadow { display: none; position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; background-repeat: repeat; opacity:0.9; } /* start filter loading dialog */ /* Recently Viewed Products List Style ------------------------------------ */ #rphtml { display: none;  visibility:hidden; } /* Used internally - do not delete */ /* start clear button */ .clear-button { float: right; -moz-box-shadow: inset 0px 1px 0px 0px #ffffff; -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff; box-shadow: inset 0px 1px 0px 0px #ffffff; background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) ); background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf'); background-color: #ededed; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; border: 1px solid #dcdcdc; display: inline-block; color: #777777; font-family: arial; font-size: 10px; font-weight: normal; padding: 2px 6px; text-decoration: none; text-shadow: 1px 1px 0px #ffffff; margin-left: 5px; line-height: 10px; } .clear-button:hover { background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) ); background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed'); background-color: #dfdfdf; } .clear-button:active { position: relative; top: 1px; } /* end clear button */ /* In Context PSP form style*/ .container-popup { position: relative; position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,.5); display: none; } #pspwait { height: 5em; min-width:1px; width:8em; max-width:90%; margin: auto; padding:0.5em; position:absolute; top: 0; right: 0; bottom: 0; left: 0; background:#FFF000; text-align: center; border: solid 1px #FFFFFF; } #payment { height: 32em; min-width:1px; width:400px; max-width:90%; margin: auto; padding:0.5em; position:absolute; top:1em; right: 0; bottom: 0; left: 0; background:#eeeeee; } #payment .has-error { color:red; } #payment .form-group { float:left; width:100%; } #payment .form-group label, #payment .form-group div { float:left; margin:0.5em 0; } #payment .form-group label { width:10em; padding:0.3em; } #payment .form-group div { width:55%; } #payment .form-group div input { width:100%; padding:0.3em; } #payment > a, #payment > a:hover { float:left; } #payment button, #payment button:hover { float:right; } #payment button, #payment button:hover, #payment > a, #payment > a:hover { clear:none; width:auto; margin:4% 1em 4% 0; padding:0.2em 0.5em; font-size:1em; line-height:1.9em; font-weight:bold; color:#666666; text-align:center; text-decoration:none; border:none; background:#cccccc; } #payment button:hover, #payment > a:hover { cursor:pointer; background:#ffffff; } */ input.action-go { border: 0; outline: none; } img { border: 0; outline: none; } a { border: 0; outline: none; color: #8c2432; } p, table, td, th { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #8c2432; margin-top: 0; } form { margin: 0; } body { display: block; width: 100%; height: 100%; background-color: white; padding: 0; margin: 0; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; } #container { position: absolute; display: block; width: 100%; min-height: 100%; background-color: #8c2432; padding: 54px 0 0 8px; } #header { background-image: url(logo_001.gif); background-repeat: no-repeat; position: absolute; top: 0; left: 0; width: 100%; height: 130px; z-index: 999; } #header > .branding { width: 325px; height: 130px; display: block; float: left; } #header > .branding > a.logo { display: block; } #header > .branding > a.logo > img { width: 325px; height: 130px; display: block; } #header > .navigation { display: block; font-family: Verdana, Arial, Helvetica, sans-serif; } #header > .navigation > ul { list-style: none; padding: 0; } #header > .navigation > ul > li { list-style: none; } #header > .global-navigation { margin-left: 335px; height: 54px; display: block; width: auto; max-width: 560px; overflow: hidden; } #header > .global-navigation > ul { display: block; float: left; width: 80%; min-width: 190px; margin: 8px 0 0 0; } #header > .global-navigation > ul > li { color: #cabe80; display: inline-block; font-size: 12px; padding: 0; margin: 2px 4px; } #header > .global-navigation > ul > li > a { display: inline-block; color: #cabe80; text-decoration: none; margin: 0; padding: 0; } #header > .global-navigation > ul > li > a:hover { color: white; } #header > .global-navigation > ul > li.separator { margin-right: 4px; } #header > .global-navigation a.view-basket { display: inline-block; background-image: url(viewcart.gif); background-repeat: no-repeat; background-position: 0 0; float: left; width: 19%; margin-top: 13px; max-height: 30px; max-width: 78px; overflow: hidden; } #header > .global-navigation a.view-basket > img { width: 78px; height: 30px; } #header > .global-navigation a.view-basket:hover { background-position: 0 -30px; } #header > .product-navigation { margin-left: 325px; background-color: #cabe80; border-bottom: 1px solid #cabe80; border-left: 1px solid #cabe80; border-bottom-left-radius: 10px; padding: 0 0 3px 0; } #header > .product-navigation > .title { display: inline-block; color: #8c2432; font-size: 10px; font-weight: bold; text-transform: uppercase; margin-left: 7px; } #header > .product-navigation > ul { display: inline-block; margin: 0 0 0 7px; } #header > .product-navigation > ul > li { color: #8c2432; display: inline-block; font-size: 10px; padding: 0; margin: 4px 4px 2px 4px; } #header > .product-navigation > ul > li > a { display: inline-block; color: #8c2432; text-decoration: none; text-transform: uppercase; margin: 0; padding: 0; } #header > .product-navigation > ul > li > a:hover { color: white; } #header > .product-navigation > ul > li > ul { display: none; } #header > .product-navigation > ul > li.separator { margin-right: 4px; } #header > .keyword-search { display: none; } #page { min-width: 600px; background-color: white; border-top: 3px solid #cabe80; border-left: 3px solid #cabe80; border-top-left-radius: 80px; padding-top: 30px; } #page > .main { clear: both; margin-top: 43px; width: 100%; max-width: 1600px; overflow: hidden; } #page > .main > .secondary { display: block; float: left; width: 23%; max-width: 260px; margin-left: 1%; } #page > .main > .content { display: block; float: left; width: 52%; margin-right: 2%; margin-left: 2%; } #page > .main > .tertiary { display: block; float: left; width: 19%; max-width: 220px; margin-right: 1%; } #page > .main > .tertiary > .customercare-contact { display: block; text-align: right; margin-bottom: 8px; } #page > .main > .tertiary > .customercare-contact > .title { display: inline; line-height: 16px; vertical-align: top; padding-right: 3px; } #page > .main > .tertiary > .customercare-contact > .number { display: inline; line-height: 16px; font-size: 14px; font-weight: bold; vertical-align: top; padding-right: 3px; } #page > .main > .tertiary > .ad { text-align: center; } #page > .main .panel { padding: 0; margin-bottom: 10px; } #page > .main .panel > h3 { display: block; margin: 0; padding: 2px 2px 2px 8px; border: 1px solid #cabe80; background-color: #cabe80; border-top-left-radius: 10px; color: #8c2432; text-transform: uppercase; font-size: 10px; } #page > .main .panel > .panel-body { border: 1px solid #cabe80; background-color: white; padding: 8px; color: #8c2432; font-size: 10px; } #page > .main .panel > .panel-body p, #page > .main .panel > .panel-body label { margin: 0 0 3px 0; } #page > .footer { display: block; margin: 3em auto; padding: 5px 0; width: 52%; border-top: 1px solid #cabe80; } #page > .footer > ul { display: block; margin: 0; } #page > .footer > ul > li { color: #8c2432; display: inline-block; font-size: 10px; padding: 0; margin: 2px 4px; } #page > .footer > ul > li > a { display: inline-block; color: #8c2432; text-decoration: none; margin: 0; padding: 0; } #page > .footer > ul > li > a:hover { color: #8c2432; text-decoration: underline; } #page > .footer > ul > li.separator { margin-right: 4px; } #page > .main > .content h1, #page > .main > .content h2, #page > .main > .content h3 { color: #cabe80; } #page > .main > .content h1, #page > .main > .content h2 { display: block; font-size: 24px; font-weight: normal; margin: 0 0 8px 0; padding: 0 0 2px 0; border-bottom: 1px solid #cabe80; } #page > .main > .content p, #page > .main > .content td, #page > .main > .content th { color: #8c2432; font-size: 10px; } #page > .main > .content .breadcrumb-top, #page > .main > .content .breadcrumb-bottom { display: none; } #page > .main > .content .fragment-text { background-image: none; } #page > .main > .content h3.checkout-heading { width: auto; color: #8c2432; font-size: 10px; padding: 7px 2px; border-bottom: 0; margin-top: 10px; } .social-media { text-align: right; margin-bottom: 8px; } .social-media .title { display: inline; line-height: 16px; vertical-align: top; padding-right: 3px; } .social-media ul { display: inline-block; list-style: none; margin: 0; padding: 0; } .social-media ul > li { display: inline-block; list-style: none; margin: 0 2px 0 0; padding: 0; } .social-media ul > li > a { display: inline-block; width: 16px; height: 16px; overflow: hidden; } .social-media ul > li > a > img { width: 16px; height: 16px; } .keyword-search > .panel-body form { padding: 0; margin: 0; } .keyword-search > .panel-body label { display: block; padding: 0; margin: 0 0 3px 0; } .keyword-search > .panel-body .gpotag { display: inline-block; vertical-align: middle; } .keyword-search > .panel-body input { font-size: 10px; color: #8c2432; width: 75%; } .keyword-search > .panel-body span.hint { display: block; font-size: 9px; padding: 0; margin: 3px 0; } .keyword-search > .panel-body .actions { display: block; width: 100%; text-align: right; } .keyword-search > .panel-body .action-go { display: inline-block; width: 39px; height: 18px; border: 0; margin-top: 2px; } .quick-search > .panel-body form { padding: 0; margin: 0; } .quick-search > .panel-body label, .quick-search > .panel-body b { display: block; padding: 0; margin: 0 0 3px 0; } .quick-search > .panel-body br { display: none; } .quick-search > .panel-body select, .quick-search > .panel-body input { font-size: 10px; color: #8c2432; margin-left: 0; margin-bottom: 8px; width: 92%; } .quick-search > .panel-body span.hint { display: block; font-size: 9px; padding: 0; margin: 3px 0; } .quick-search > .panel-body .actions { display: block; width: 100%; text-align: right; } .quick-search > .panel-body .action-go { display: inline-block; width: 39px; height: 18px; border: 0; margin-top: 2px; } .anniversary-products > .panel-body ul { list-style: none; padding: 0; margin: 0; } .anniversary-products > .panel-body ul li { list-style: none; padding: 0 0 4px 0; } .anniversary-products > .panel-body ul li a { color: #8c2432; font-weight: bold; } .anniversary-products > .panel-body ul li a:hover { color: #8c2432; text-decoration: underline; } .anniversary-products > .panel-body ul li p.product-price { display: inline; font-weight: normal; } #page > .main > .secondary > .creditcards { padding: 0; margin-bottom: 10px; text-align: left; } #page > .main > .secondary > .safebuy { padding: 0; margin-bottom: 10px; text-align: left; } #page > .main > .secondary > .copyright { padding: 0; margin-bottom: 10px; text-align: left; color: #8c2432; font-weight: normal; } #page > .main > .secondary > .visitor-counter { padding: 0; margin-bottom: 10px; text-align: left; } #page > .main > .secondary > .visitor-counter > .title { display: inline; color: #8c2432; font-weight: bold; font-size: 10px; } #page > .main > .secondary > .visitor-counter > .counter { display: inline; color: #8c2432; font-weight: bold; font-size: 11px; padding-left: 0.25em; } .best-sellers > .panel-body ol { padding: 0 0 0 24px; margin: 0; } .best-sellers > .panel-body ol li { padding: 0 0 4px 0; } .best-sellers > .panel-body ol li a { color: #8c2432; font-weight: bold; } .best-sellers > .panel-body ol li a:hover { color: #8c2432; text-decoration: underline; } .best-sellers > .panel-body ol li p.product-price { display: inline; font-weight: normal; } #page > .main > .content td.cartheading { color: #cabe80; } #page > .main > .content form > div.checkout-buttons { width: 100%; } #mwindow { display: none; } #mwindow > a.close-button { display: inline-block; float: right; background-color: #8c2432; color: #cabe80; padding: 4px 8px; font-size: 11px; } #mwindow > a.close-button:hover { color: white; } #mwindow iframe { width: 100%; height: 100%; } #mwindow iframe body { width: auto; height: auto; padding: 10px; } ul#prodnav > li > ul { position: absolute; list-style: none; background-color: #cabe80; padding: 1em; margin: 6px 0 0 -20px; } ul#prodnav > li > ul > li.p { display: block; list-style: none; width: 100px; float: left; margin-right: 10px; } ul#prodnav > li > ul > li.p > a { background-color: #8c2432; font-weight: bold; color: #cabe80; cursor: default; text-decoration: none; padding: 2px 4px; text-transform: uppercase; border-radius: 5px; display: block; } ul#prodnav > li > ul > li.p > ul { list-style: none; padding: 0; margin-top: 5px; } ul#prodnav > li > ul > li.p > ul > li.p { list-style: none; display: block; margin-top: 5px; } ul#prodnav > li > ul > li.p > ul > li.p > a { font-weight: bold; color: #8c2432; cursor: default; text-decoration: none; display: block; } ul#prodnav > li > ul > li.p > ul > li.p > ul { list-style: none; padding: 0 0 0 15px; margin-top: 5px; } ul#prodnav > li > ul > li.p > ul > li.p > ul > li.p { list-style: none; display: block; margin-top: 5px; } ul#prodnav > li > ul > li.p > ul > li.p > ul > li.p > a { font-weight: bold; color: #8c2432; cursor: default; text-decoration: none; display: block; } ul#prodnav > li > ul > li.p > ul > li.p > ul > li.p > ul { list-style: none; padding: 0 0 0 15px; margin-top: 5px; } ul#prodnav > li > ul > li.p > ul > li.p > ul > li.p > ul > li.p { list-style: none; display: block; margin-top: 5px; } @media screen and (max-width: 720px) { #header > .global-navigation a.view-basket { background-position: -78px 0; max-width: 34px; } #header > .global-navigation a.view-basket > img { width: 34px; height: 30px; } #header > .global-navigation a.view-basket:hover { background-position: -78px -30px; } .keyword-search > .panel-body input { width: 70%; } } @media screen and (max-width: 720px) { #header > .global-navigation > ul { margin-top: 2px; line-height: 90%; } #header > .product-navigation > ul { line-height: 90%; } #page > .main > .content { width: 73%; margin-right: 1%; } #page > .main > .tertiary { clear: left; width: 23%; max-width: initial; margin-left: 1%; } #page > .main > .tertiary > .customercare-contact > .number { font-size: 12px; } } .slicknav_menu { display: none; font-size: 12px; } .slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; } .slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; } .slicknav_menu .slicknav_no-text { margin: 0; } .slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 2px; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); } .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em; } .slicknav_nav { clear: both; } .slicknav_nav ul, .slicknav_nav li { display: block; } .slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; } .slicknav_nav .slicknav_item { cursor: pointer; } .slicknav_nav .slicknav_row { display: block; } .slicknav_nav a { display: block; } .slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a { display: inline; } .slicknav_menu:before, .slicknav_menu:after { content: " "; display: table; } .slicknav_menu:after { clear: both; } /* IE6/7 support */ .slicknav_menu { *zoom: 1; } /* Button */ .slicknav_btn { margin: 5px 5px 6px; text-decoration: none; text-shadow: 0 1px 1px rgba(202, 190, 128, 0.75); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background-color: #8c2432; } /* Button Text */ .slicknav_menu .slicknav_menutxt { float: left; color: #cabe80; font-weight: bold; text-shadow: initial; text-transform: uppercase; font-size: 10px; line-height: 6px; margin-top: 5px; } /* Button Lines */ .slicknav_menu .slicknav_icon-bar { background-color: #cabe80; } .slicknav_menu { position: absolute; top: 0; right: 0; background: #8c2432; padding: 0px; } .slicknav_menu > ul.slicknav_nav { margin-bottom: 5px; } .slicknav_nav { color: #cabe80; margin: 0; padding: 0; font-size: 12px; } .slicknav_nav, .slicknav_nav ul { list-style: none; overflow: hidden; } .slicknav_nav ul { padding: 0 0 4px 0; margin: 0 0 0 20px; } .slicknav_nav .slicknav_row { padding: 5px 10px; margin: 2px 5px; border: 1px solid #8c2432; } .slicknav_nav a { padding: 3px 10px; margin: 2px 5px; text-decoration: none; color: #cabe80; } .slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a { padding: 0; margin: 0; } .slicknav_nav .slicknav_row:hover { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; border: 1px solid #cabe80; color: #cabe80; } .slicknav_nav a:hover { color: #ffffff; } .slicknav_nav .slicknav_txtnode { margin-left: 15px; } input, select { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; vertical-align: middle; margin-left: 5px; } input { padding: 2px; } .checkout-field-input select, .InvoiceField select, .DeliverField select, .checkout-field-input input, .InvoiceField input, .DeliverField input { height: auto; border: 1px solid #ccc; } .input-border { border: 1px solid #8c2432; float: left; } select { height: 20px; border: 1px solid #8c2432; } #wrapper { padding: 0; margin: 40px auto 0 auto; width: 95%; max-width: 900px; border: 1px solid #ccc; background: #ffffff; position: relative; } .header-area { background: #ffffff; color: #8c2432; padding: 10px 0; width: 100%; max-width: 880px; position: relative; min-height: 100px; height: auto !important; height: 150px; } .logoimage { position: absolute; top: 20px; left: 10px; } .subnav { position: absolute; top: -36px; right: 0px; z-index: 999999; } .subnav ul { margin: 0; padding: 2px 0; list-style-type: none; border-left: 1px dotted #ffffff; } .subnav li { display: inline; padding: 2px 10px; border-right: 1px dotted #ffffff; } .subnav a:link, .subnav a:visited, .subnav a:active { color: white; font-size: 9px; } .extralargesearchboxposition { position: absolute; left: 35%; top: 40px; } .extralargesearchbox { background: url('search-box-bg.png') no-repeat; width: 376px !important; height: 50px; border: none !important; line-height: 49px; padding-left: 15px; color: #999; } .extralargesearchbox_btn { position: absolute; right: 26px; top: 6px; width: 36px !important; height: 34px !important; border: none !important; } .sd2014_cartsummary { border: none !important; width: 220px; color: #8c2432; font-size: 10px !important; position: absolute; top: 20px; right: 0px; } .sd2014_carticon { float: left; margin-right: 7px; } .sd2014_cartsummary h4 { font-size: 15px; color: #8c2432; margin: 0; padding: 0 0 5px 0; } .sd2014_cartsummary_btns { float: right; width: 82px; } .navigation-bar { width: 100%; max-width: 900px; z-index: 999999; background: #ffffff url("nav-bar-bg.png") repeat-x top; padding: 0; height: 64px; } .bulk-area { background: #ffffff; width: 100%; max-width: 880px; } #left-area { float: left; padding: 0; margin: 0 0 0 10px; } .content-area { font-size: 10px; margin: 0 5px; padding: 0; width: 860px; } #left-sidebar { float: left; width: 160px; margin: 0 -1px; padding: 0; } #right-sidebar { clear: none; width: 160px; float: right; margin: 0 -8px 0 0; } .sidebar { margin: 0 0 20px 0; } .footer-area { clear: both; margin: 10px auto; padding: 10px 11px 10px 10px; background: #ffffff; border: 1px solid #ccc; width: 100%; max-width: 880px; } .footer-grey { clear: both; margin: 10px auto; padding: 10px 11px 10px 10px; background: #cabe80; color: #ffffff; max-width: 880px; } .minus-one { width: 719px; } .content-minus-one { width: 698px; } .content-minus-two { width: 530px; float: right; padding: 0 10px; } .cart-button { height: 28px; } .quick-search input { border: 1px solid #8c2432; } .quick-search-button { height: 26px; } .quick-search-button-wrapper input { margin: 0; border: none; } .quick-search-text { height: 20px; font-size: 10px; } .cart-summary { font-size: 9px; padding: 10px; float: right; border: 1px solid #cabe80; background: #ffffff; } .cart-summary a { text-decoration: none; } .logo { float: left; } .button-wrapper { display: inline-block; height: 26px; background: url('button_background_right.gif') right no-repeat; padding: 0 10px 0 0; } .button { background: url('button_background_left.gif') left no-repeat; cursor: pointer; color: #ffffff; height: 26px; padding: 0 0 0 10px; margin: 0; border: 0; font-family: Arial, Helvetica; font-size: 11px; font-weight: bold; } .header-area p { clear: left; float: left; color: #ffffff; margin: 10px 0 10px 0; } .header-area .housekeeping { margin-top: 12px; margin-right: 10px; float: right; } .header-area .housekeeping ul { padding: 0; } .header-area .housekeeping li { padding-left: 5px; padding-right: 5px; display: inline; list-style: none; } .header-area .housekeeping li a { color: #ffffff; } .header-area form { display: inline; } .header-area .quick-search-button { background: url('button_background_left2.gif') left no-repeat; height: 26px; } .header-area .quick-search-button-wrapper { margin: 0; } .header-area .quick-search { clear: left; margin: 0; } .header-area .quick-search input { width: 200px; } .header-area .button-wrapper input { width: auto; } .navigation-bar .page-list h3 { display: none; } .navigation-bar ul { float: left; list-style-type: none; margin: 0; padding: 0; } .navigation-bar ul li { position: relative; float: left; background: url('nav-bar-separator.png') no-repeat right; } .navigation-bar ul li a { float: left; padding: 0px 20px 0px 20px; margin: 0; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 24px; color: #8c2432; text-decoration: none; height: 48px; line-height: 48px; font-weight: normal; } .navigation-bar ul li a:link, .navigation-bar ul li a:visited { color: #8c2432; text-decoration: none; } .navigation-bar ul li a:hover { color: #ffffff; } .navigation-bar ul li ul li { border-left: none; } .navigation-bar ul ul { border-right: none; border-left: none; background: none; } .navigation-bar ul ul li a { color: #cabe80; text-decoration: none; font-size: 10px; } .navigation-bar ul li a.sel:link, .navigation-bar ul li a.sel:visited, .navigation-bar ul li a.sel:active, .navigation-bar ul li a:hover { color: #8c2432; text-decoration: none; border-bottom: 4px solid #8c2432; } .navigation-bar ol { clear: both; float: left; margin: 0; padding: 0; list-style-type: none; background: #ffffff; } .navigation-bar ol li { float: left; margin: 0; padding: 4px 10px; border-right: 1px solid #8c2432; margin-top: 2px; display: inline; } .navigation-bar ol li a { color: #8c2432; } .navigation-bar ul li div { position: absolute; top: 48px; text-align: left; display: none; border: 1px solid #ccc; padding: 5px; margin-left: -2px; background: #ffffff; width: 660px; z-index: 9999999; } .navigation-bar ul li div div { text-align: left; display: block; position: relative; top: 0px; width: 100%; } .lastMenudiv { right: 0px; } .navigation-bar ul li div ul { width: 120px; float: left; margin: 0px 4px 0px 0px; } .navigation-bar ul li div ul.last { border-right: none; margin-right: 0px; } .navigation-bar ul li div ul li { float: none; background: none; padding: 5px 0; border-right: none; } .navigation-bar ul li div ul li a { color: #8c2432; text-align: left; float: none; padding: 0px; height: auto; line-height: normal; background: none; } .navigation-bar ul li div ul li a:hover { color: #cabe80; background: none; border-bottom: 4px solid; } .navigation-bar ul li div .row { clear: both; height: 1%; overflow: hidden; background: none; border: none; } a.dropheading, a.dropheading:visited { background: #ffffff !important; border-bottom: 1px dotted #8c2432; color: #8c2432 !important; padding: 5px 0px !important; margin: 0px 10px 0px 0px !important; height: auto !important; line-height: normal !important; display: block; } a.droplink, a.dropfooter { color: #8c2432 !important; background: none !important; margin-left: 12px !important; display: block; } a.droplink:hover, a.dropfooter:hover { color: #8c2432 !important; } .sidebar-element { width: 160px; border: 1px solid #ccc; margin: 0 0 10px 0; } .sidebar-bordernone { border-bottom: none; } .sidebar h2 { color: #ffffff; font-size: 18px; height: 43px; line-height: 43px; font-weight: normal !important; margin: 0; padding: 6px 10px; box-shadow: 0 3px 3px 0px #9e9e9e; -moz-box-shadow: 0 3px 3px 0px #9e9e9e; -webkit-box-shadow: 0 3px 3px 0px #9e9e9e; background: #8c2432; background: -moz-linear-gradient(top, #bc2939 0%, #8c2432 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bc2939), color-stop(100%, #8c2432)); background: -webkit-linear-gradient(top, #bc2939 0%, #8c2432 100%); background: -o-linear-gradient(top, #bc2939 0%, #8c2432 100%); background: -ms-linear-gradient(top, #bc2939 0%, #8c2432 100%); background: linear-gradient(top bottom, #bc2939 0%, #8c2432 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@sellerdeck-palette-colour1-light', endColorstr='@colour-red', GradientType=0); } .sidebar h3 { color: #ffffff; font-size: 20px; height: 43px; line-height: 43px; font-weight: normal !important; margin: 0; padding: 6px 10px; box-shadow: 0 3px 3px 0px #9e9e9e; -moz-box-shadow: 0 3px 3px 0px #9e9e9e; -webkit-box-shadow: 0 3px 3px 0px #9e9e9e; background: #8c2432; background: -moz-linear-gradient(top, #bc2939 0%, #8c2432 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bc2939), color-stop(100%, #8c2432)); background: -webkit-linear-gradient(top, #bc2939 0%, #8c2432 100%); background: -o-linear-gradient(top, #bc2939 0%, #8c2432 100%); background: -ms-linear-gradient(top, #bc2939 0%, #8c2432 100%); background: linear-gradient(top bottom, #bc2939 0%, #8c2432 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@sellerdeck-palette-colour1-light', endColorstr='@colour-red', GradientType=0); } .sidebar p { margin: 0; padding: 0; } .sidebar .quick-search { float: left; margin: 10px 0 10px -5px; } .sidebar .quick-search input { width: 827px; } .sidebar .cart-summary { float: left; clear: left; width: 877px; margin: 5px 0 10px 0; } .sidebar .section-list p, .sidebar .page-list p { margin: 0; padding: 6px 5px 6px 10px; border-bottom: 1px dotted #ccc; } .sidebar ul, .sidebar ol { margin: 0; padding: 0; list-style-type: none; } .sidebar li { margin: 0; padding: 6px 0 0 0; } .sidebar li a { font-size: 10px; text-decoration: none; padding: 6px 0; } .sidebar li a:hover { text-decoration: underline; } .side-menu li { text-align: left; border-bottom: 1px dotted #cabe80; padding: 6px 10px; } .sidebar ul li ul { padding: 0 0 0 10px; } .sidebar ul li ul li { border: none; } .sidebar-text-field { width: 90%; } .sidebar .info-box p { padding: 5px 5px 5px 10px; } .sidebar .info-box input { margin: 0; border: 1px solid #8c2432; width: 830px; } .sidebar .button-wrapper input { width: auto; border: 0; } .filter-list { font-size: 12px; color: #8c2432; line-height: 10px; padding: 0px 3px 15px 5px; } .filter-list select { height: auto; } .filter-list h4 { clear: left; font-size: 12px; font-weight: bold; padding: 0; line-height: 150%; } .filter-list ul { padding: 0pt; list-style: none outside none; text-align: left; margin: 0pt; } .filter-list li { padding: 0pt 3pt 5px; list-style: none outside none; margin: 0pt; border-bottom: none; } .filter-list li { color: #8c2432; } .filter-link { background: #ffffff; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; padding: 0px; border-width: 0; color: transparent; width: 0; } .filter-link-label { text-decoration: underline; } .filter-link-label:hover { cursor: pointer; } .filter-submit { background: transparent; color: #ffffff; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; padding: 0 3px; border-width: 0; padding: 4px; } .filter-submit:hover { cursor: pointer; text-decoration: underline; } .sidebar-filter-element h2 { overflow: hidden; clear: both; line-height: 43px; font-size: 24px; color: #8c2432; font-weight: bold; margin: 0; padding: 0; } .sidebar-filter-element .button-wrapper { margin-left: 818px; } .filter-text { float: left; color: #ffffff; font-size: 20px; font-weight: normal; padding-left: 5px; } .filter-by { float: right; background: #8c2432; margin-right: 0; padding: 0 3px 2px 0; } .filter-list input { margin-left: 0; } .sidebar .marketing-list h3 { font-size: 10px; border: none; } .sidebar .marketing-list .product-price { color: #8c2432; font-weight: bold; } .sidebar .marketing-list img { margin-left: auto; margin-right: auto; max-width: 75px; border: none; } .sidebar .marketing-list .product-text { padding: 5px 0; } .sidebar .marketing-list-entry { border-bottom: 1px dotted #ccc; padding-bottom: 10px; } .content-area p { font-size: 10px; clear: both; } .content-area li a:link { font-size: 10px; } .content-area h1 { margin: 0; padding: 10px 0 6px 0; line-height: normal; font-size: 24px; color: #8c2432; } .content-area h2 { font-size: 24px; font-weight: normal; color: #8c2432; margin-bottom: 0; } .content-area h4 img { float: none; padding: 0; } .content-area img { padding: 0 10px 10px 0; } .content-area .set-right img { margin-left: 10px; float: right; } .content-area ol { vertical-align: top; width: 100%; margin: 10px; padding: 0; } .content-area td h3 { font-size: 20px; font-weight: normal; color: #8c2432; padding: 0; margin: 0 0 10px 0; border: none; } .breadcrumb-top { width: 100%; clear: both; padding: 10px 0 5px 0; border-bottom: 1px solid #ffffff; margin-bottom: 5px; } .breadcrumb-bottom { width: 100%; clear: both; border-top: 1px solid #ffffff; padding: 5px 0 5px 0; margin: 10px 0; } .content-area .breadcrumb-top li a:link, .content-area .breadcrumb-bottom li a:link { font-size: 9px; } .breadcrumb-top ul, .breadcrumb-bottom ul { padding: 0; margin: 0; list-style: none; } .breadcrumb-top ul li, .breadcrumb-bottom ul li { font-size: 9px; color: #8c2432; display: inline; } .breadcrumb-top ul li a, .breadcrumb-bottom ul li a { color: #8c2432; border-right: solid 1px #333; margin-right: 5px; padding-right: 7px; } .section-list table { width: auto; } .product-list table, .section-list table, .fragment-list table, .marketing-list table { border-spacing: 10px; margin: 0 -10px 0 -10px; padding: 0; } .content-area .marketing-list h1 { font-size: 24px; color: #8c2432; } .content-area .fragment-list h1 { padding-top: 0; } .content-area .fragment-list h2 { padding-bottom: 5px; margin-top: 0; } .content-area .set-right img { margin-left: 10px; } .content-area .set-left img { margin-right: -10px; height: auto; margin-top: 4px; margin-bottom: 4px; } .content-area .set-left > img { max-width: 100px; } #product-page-body { margin-bottom: 20px; } #product-page-body .product-page-image { display: inline-block; width: 32%; overflow: hidden; max-width: 32%; } #product-page-body .product-page-image > a { display: block; margin: 0 0 10px 0; text-align: center; } .product-list { clear: both; } .product-list td, .section-list td { width: 30%; border: 1px solid #ffffff; padding: 10px; margin: 0; vertical-align: top; } .product-list p { padding: 0 0 4px 0; margin: 0; } .product-list, .content-area .marketing-list, .content-area .section-list, .fragment-list { text-align: left; } .product-list img { padding: 0 10px 10px 0; } .product-prompt input { width: 155px; border: 1px solid #8c2432; } .product-list .button-wrapper input { width: auto; } .product-list select { font-size: 10px; } .product-list > a.top-link, #SearchResults > a.top-link { float: none; display: block; text-align: right; margin: 20px 20px 20px 0; } #search_results_list > #product-list > table tr > td.product-details > a.top-link, .product-list > table tr > td.product-details > div > a.top-link, #SearchResults > a.top-link { display: none; } .quantity-box { padding-bottom: 5px; } .quantity-box input { border: 1px solid #8c2432; width: 30px; } .fragment-list td h1 { font-size: 35px; color: #8c2432; } .fragment-list td h1 a { padding: 0; margin: 0; } #page > .main > .content div .fragment-list > table > tr > td > .set-left > .set-right > img { display: block; } td#inf { border: 2px solid #cabe80; border-radius: 18px; -webkit-border-radius: 18px; -moz-border-radius: 18px; -o-border-radius: 18px; } #product-page-body { overflow: hidden; padding: 10px; border: 1px solid #ffffff; } .attribute-list, .attribute-list ul { padding: 0; list-style: none; } .attribute-list * { vertical-align: middle; } .attribute-list li { margin: 0; width: auto !important; clear: both; } .attribute-list table { margin: 0; border-spacing: 1px; } .attribute-list th, .attribute-list td { border: none; background: none; width: auto; vertical-align: top; text-align: left; } .attribute-list th { padding: 10px 10px 0 0; } .attribute-list td { padding: 0 10px 0 0; } .attribute-list th { font-weight: bold; } .attribute-list .push-button-grid table { border-spacing: 5px; } .attribute-list .push-button-grid table td { vertical-align: middle; } p.component-text { padding-top: 5px; } #page > .main > .content #product-page-body > form div.product-marketing-list { clear: left; } #page > .main > .content #product-page-body > form div.product-marketing-list > .marketing-list-entry { width: 25%; text-align: center; clear: none; float: left; padding: 10px 3% 10px 3%; margin: 0; color: #8c2432; } #page > .main > .content #product-page-body > form div.product-marketing-list > .marketing-list-entry > .product-text { font-size: 10px; padding: 5px 0; } #page > .main > .content #product-page-body > form div.product-marketing-list > .marketing-list-entry > .product-text > a { line-height: normal; } #page > .main > .content #product-page-body > form div.product-marketing-list > .marketing-list-entry > .product-text > .product-list-price { margin-top: 4px; } #page > .main > .content #product-page-body > form div.product-marketing-list > .marketing-list-entry > .product-image > a { max-width: 70px; overflow: hidden; } #page > .main > .content #product-page-body > form div.product-marketing-list > .marketing-list-entry > .product-image > a > img { max-width: 70px; } #page > .main > .content #product-page-body > form div.product-marketing-list > h2 { font-size: 20px; padding-top: 10px; margin-top: 15px; } #page > .main > .content #product-page-body > form div.product-marketing-list > h3 { padding-top: 10px; margin-top: 15px; } #page > .main > .content #product-page-body > form div.product-marketing-list img { border: none; margin-left: auto; margin-right: auto; } .content-area .marketing-list .product-text a { font-size: 10px; color: #8c2432; font-weight: bold; padding: 0; } .content-area .marketing-list .product-price { clear: none; font-size: 10px; font-color: #8c2432; font-weight: bold; padding: 0; margin: 0; } .content-area .marketing-list .product-image { margin-right: 8px; text-align: center; } .content-area .marketing-list .product-image img { border: none; padding: 0; text-align: center; width: 90px; } .content-area .marketing-list h3 { font-weight: bold; font-size: 24px; color: #8c2432; border: none; padding: 0 0 10px 0; margin-top: 0; } .recent-products { margin: 50px auto 10px auto; width: 100%; clear: both; } .recent-products td.recenthtitemimage > a { max-width: 70px; overflow: hidden; } .recent-products td.recenthtitemimage > a > img { max-width: 70px; } .recent-products div.recenththeader { background-color: #f0ecda; } #rphtml { display: none; visibility: hidden; } #recenthtlist td { border: none; } #recenthtlist h2, .recenththeader h2 { text-align: center; padding-bottom: 5px; font-weight: normal; } #recenthtlist h2 { margin: 0; } .recenththeader h2 { margin: 0 20px 20px 0; } #recenthtlist { overflow: hidden; text-align: left; padding: 0 20px 30px 20px; margin-bottom: 10px; } .content-area #recenthtitem { clear: none; float: left; width: 100px; text-align: center; } .content-area #recenthtitem, #product-page-body #recenthtitem { border: 1px solid #ffffff; } .content-area #recenthtitem td { padding: 5px; } .content-area .recenthtitemimage img { padding: 0; width: 70px; } .content-area #recenthtitem .recenthtitemimage { padding-left: 5px; } .sidebar #recentstlist { overflow: hidden; } .sidebar #recenthtitem { margin-top: 10px; clear: left; text-align: center; border-collapse: collapse; } .sidebar #recenthtitem p { color: #8c2432; font-size: 10px; font-weight: bold; margin: 0; padding: 6px 0 6px 0; } .sidebar #recenthtitem img { padding: 0; margin: 0; border: none; } .recenthtitemdesc { max-width: 100px; } #recenthtitem .recenthtitemdelete img { margin-left: 32px; } .recenthtitemspacer { width: 2px !important; border: 0 !important; padding: 0px !important; } .recenthtbuttonleft { float: left; background: none; cursor: pointer; width: 100px; border: 0; line-height: 2.8em; } .recenthtbuttonright { float: right; background: none; cursor: pointer; width: 100px; border: 0; line-height: 2.8em; } .feefoproductlogo { display: inline; clear: left; padding: 5px 0 0 0; margin: 0; } .feefoproductlogo img { padding: 5px 0 0 0; width: auto; } .feefositelogo { clear: both; float: left; padding-bottom: 20px; padding-left: 37px; } .content-area table.comm-table { border: 1px solid #ffffff; width: auto; margin: 0; } .content-area table.comm-table td { border: 1px solid #ffffff; width: auto; } .footer-area p { color: #8c2432; } .footer-area ul { margin-top: 0; list-style: none; } .footer-area li a { color: #8c2432; text-decoration: none; } .footer-area .address-details { float: left; text-align: left; margin-left: -30px; } .footer-area .address-details ul li { list-style: none; } .footer-area .housekeeping { color: #8c2432; padding: 0 10px 0 0; margin: 0; vertical-align: top; float: right; text-align: right; } .footer-area .housekeeping a { color: #8c2432; text-decoration: none; } body.terms-and-conditions-popup { background-color: #8c2432; } body.terms-and-conditions-popup div.container { display: block; margin: 5px; padding: 10px; background-color: white; } #extended-info { display: block; width: auto; padding: 25px; text-align: center; } #extended-info .product-image.set-left { max-width: 100%; display: block; float: none; } #extended-info .extendedname { color: white; font-size: 9px; } #extended-info .extendedname h1, #extended-info .extendedname h2, #extended-info .extendedname h3, #extended-info .extendedname p { color: white; font-size: 10px; } #extended-info .product-text { overflow: hidden; margin: 0; padding: 0 0 5px 0; } #idTblLogin, #search-body, #contact-body { width: 98%; border: 1px solid #ffffff; padding: 10px; margin: 10px 10px 20px 0px; } #idTblLogin { margin: 20px auto; width: 400px; overflow: hidden; text-align: right; } #idTblLogin p { padding-top: 5px; clear: both; } #idTblLogin .input-text { height: 16px; border: 1px solid #8c2432; font-size: 10px; width: 200px; } #terms-body { padding-left: 10px; } #terms-body h3 { display: inline; padding-right: 0.5em; font-size: 10px; font-weight: bold; } #terms-body h5 { display: inline; padding-right: 0.5em; font-size: 10px; font-weight: bold; } #terms-body > div { display: none; } #search-body p { margin-left: 3px; } #search-body table { border-spacing: 5px; margin: 0 -10px 20px -10px; } #search-body td { text-align: left; vertical-align: top; padding: 0; } #search-body .input-text { height: 16px; width: 310px; border: 1px solid #8c2432; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; } #search-body select { height: auto; color: #8c2432; border: 1px solid #8c2432; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; } #search-body .searchable-properties table { width: auto; border-spacing: 0; margin: 0; padding: 0; } #search-body .searchable-properties table td { padding: 3px 0; } #search-body > form > table { border: 1px solid #cabe80; border-radius: 10px; margin-top: 5px; margin-bottom: 10px; padding: 5px 10px; } #search-body > form > table tr > td > table.mb_search_table { margin: 0 0 0 0; } #search-body > form > table tr > td > table.mb_search_table tr > td > select { margin-left: 0; width: 80%; } #search-body > form > table tr > td > table.mb_search_table tr.search-string > td input[type=text] { float: none; width: 80%; margin-left: 0; } #search-body > form > table tr > td > table.mb_search_table tr.actions > td { text-align: right; } #search-body > form > table tr > td b { display: inline-block; margin-bottom: 3px; } #search-body > form > div.sort_by select { float: right; margin: 15px 10px 10px 0; } #search-body > div.custom-not-found { display: none; margin-left: -10px; margin-bottom: 30px; } #SearchResults { clear: left; } #contact-body p { margin: 10px 0 10px 3px; } #contact-body .input-text { height: 16px; border: 1px solid #8c2432; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; width: 300px; } #contact-body textarea { border: 1px solid #8c2432; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; width: 300px; margin-left: 5px; } .sidebar .marketing-list .product-image { border: 1px solid #ccc; float: left; width: 60px; margin: 0 5px 0 5px !important; min-height: 60px; height: auto !important; height: 60px; } .marketing_emptyimg { height: 60px; } .marketing-list-entry { margin-bottom: 10px; } .marketing-list-entry h4 { margin: 0; padding: 6px 0 5px 0; } .marketing-list-entry a:link, .marketing-list-entry a:visited, .marketing-list-entry a:active { color: #8c2432; } .featbox { display: block; border: 1px solid #cabe80; width: 30%; min-height: 290px; margin: 0 1.4% 10px 1.4%; float: left; } .featbox > .featbox_img { display: block; min-height: 130px; max-height: 130px; height: auto !important; height: 130px; overflow: hidden; } .featbox > .featbox_img > .set-right { float: none; } .featbox > .featbox_img > .set-right > a { display: block; overflow: hidden; float: none; } .featbox > .featbox_img > .set-right > a > img { display: block; max-width: 95%; height: auto; margin: 0 auto; } .featbox > .featbox_title { color: #8c2432; margin: 0; padding: 8px; } .featbox > .featbox_title > h4 { font-size: 12px; margin: 0; padding: 10px 0px; color: #8c2432; } .featbox_title a:link, .featbox_title a:visited, .featbox_title a:active { color: #8c2432; font-size: 12px; font-weight: bold; } .featbox_title a:hover { text-decoration: underline; } .featbox_content > .fragment-text { padding-left: 0; padding-right: 0; } #desktop_filters { margin-top: -27px; } #desktop_filters > form { padding: 0; } #desktop_filters > form > .button-wrapper-top { text-align: right; color: #8c2432; } #desktop_filters > form > .button-wrapper-top > input { background: transparent; color: #8c2432; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; border: 0; padding: 4px; } #desktop_filters > form > .filter-list { padding: 12px 0 0 0; } #desktop_filters > form > .filter-list > h4 { font-size: 10px; } #desktop_filters > form > .filter-list > br { display: none; } #desktop_filters > form > .filter-list > div > input { margin-left: 0; margin-right: 6px; } #desktop_filters > form > .filter-list > div > label { display: inline-block; margin-bottom: 6px; font-size: 10px; } .lastbox { margin-right: 0; } .fragment-text { font-weight: normal; padding: 5px 0 10px 0; } .fragment-text a { float: none !important; } .fragment-text p img { max-width: 100% !important; } .upsellcontainer { float: left; width: 144px; margin-right: 10px; } .upsell_img { border: 1px solid #ccc; width: 144px; height: 121px; text-align: center; display: table-cell; vertical-align: middle; } .slider_bg { background: url('slider-bg.png') no-repeat; max-width: 962px; height: 290px; } .footer-element { float: left; margin-right: 30px; width: 289px; text-align: left; } .lastcol { width: 289px; margin-right: 0; } .footer-element h3 { font-size: 15px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; } .bc1 { border-bottom: 6px solid #8c2432; } .bc2 { border-bottom: 6px solid #cabe80; } .bc3 { border-bottom: 6px solid #ffffff; } .footer-element ul { margin: 0; padding: 0; list-style-type: none; } .footer-element li { padding: 5px 0; } .verylarge { font-size: 35px; font-weight: bold; color: #8c2432; } .phonelarge { font-size: 25px; font-weight: bold; color: #8c2432; } .slidermargin { margin: 0 0 0 10px; } .palette1gradient { background: #8c2432; background: -moz-linear-gradient(top, #bc2939 0%, #8c2432 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bc2939), color-stop(100%, #8c2432)); background: -webkit-linear-gradient(top, #bc2939 0%, #8c2432 100%); background: -o-linear-gradient(top, #bc2939 0%, #8c2432 100%); background: -ms-linear-gradient(top, #bc2939 0%, #8c2432 100%); background: linear-gradient(top bottom, #bc2939 0%, #8c2432 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@sellerdeck-palette-colour1-light', endColorstr='@colour-red', GradientType=0); } .palette2gradient { background: #cabe80; background: -moz-linear-gradient(top, #feeda1 0%, #cabe80 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feeda1), color-stop(100%, #cabe80)); background: -webkit-linear-gradient(top, #feeda1 0%, #cabe80 100%); background: -o-linear-gradient(top, #feeda1 0%, #cabe80 100%); background: -ms-linear-gradient(top, #feeda1 0%, #cabe80 100%); background: linear-gradient(top bottom, #feeda1 0%, #cabe80 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@sellerdeck-palette-colour2-light', endColorstr='@colour-gold', GradientType=0); } .palette3gradient { background: #ffffff; background: -moz-linear-gradient(top, #bc2939 0%, #ffffff 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bc2939), color-stop(100%, #ffffff)); background: -webkit-linear-gradient(top, #bc2939 0%, #ffffff 100%); background: -o-linear-gradient(top, #bc2939 0%, #ffffff 100%); background: -ms-linear-gradient(top, #bc2939 0%, #ffffff 100%); background: linear-gradient(top bottom, #bc2939 0%, #ffffff 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@sellerdeck-palette-colour3-light', endColorstr='@colour-palette-three', GradientType=0); } .responsivethemebtns, a.responsivethemebtns:link, a.responsivethemebtns:visited, a.responsivethemebtns:active { padding: 2px 7px; font-size: 11px; color: white; text-transform: uppercase; font-weight: bold; position: relative; display: block; float: left; background: #cabe80; margin: 5px 0; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; behavior: url('border-radius.htc'); border-radius: 5px; border: 1px solid white; box-shadow: 1px 3px 3px 0px #9e9e9e; -moz-box-shadow: 1px 3px 3px 0px #9e9e9e; -webkit-box-shadow: 1px 3px 3px 0px #9e9e9e; } a.responsivethemebtns:hover, .responsivethemebtns:hover { background: #8c2432; text-decoration: none; } input#idBtnNext { font-size: 18px; padding: 5px 10px; } input.responsivethemebtns { font-size: 18px; padding: 5px 10px; } input#idBtnPrev { font-size: 18px; padding: 5px 10px; } .CheckoutProgress { background: #ffffff; background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f3f3f3), color-stop(51%, #ededed), color-stop(100%, #ffffff)); background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); background: linear-gradient(top bottom, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0); border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; overflow: auto; border-left: 1px solid #ccc; border-right: 1px solid #ccc; margin-bottom: 10px; } .CheckoutProgress ul { list-style-type: none; padding: 0 0 0 5px; margin: 0; } .CheckoutProgress li { float: left; display: block; font-weight: bold; color: #ccc; border-right: 1px solid #ccc; text-align: center; width: 24.5%; color: #aaa; } .cp_step { font-size: 24px; display: block; } .cp_active span { color: #8c2432 !important; } .cp_active { color: #8c2432 !important; } .cp_last { border-right: none !important; } #ContentPage .product-list > table { width: auto; } .product-list td.product-details > a > img { max-width: 70px; } input.extralargesearchbox { line-height: normal; outline: none; color: #222; } .content-area .set-left > .fragment-text > div > img { max-width: 500px; } #recenthtlist > .recenththeader { width: 100%; } #recenthtlist > .recenththeader > h2 { font-size: 20px; } .product-page-image img.extended-info-image { max-width: 70%; margin: 0 15%; } #product-page-body { font-size: 11px; } #product-page-body .product-text { line-height: 15px; } #search_results_list .product-list .product-details h3, #ContentPage .product-list .product-details h3, #search-body .product-list .product-details > div h3 { color: #8c2432; display: block; padding: 5px 0 5px 0; border-bottom: 1px solid #8c2432; font-size: 14px; } #search_results_list .product-list .product-details .product-title, #ContentPage .product-list .product-details .product-title, #search-body .product-list .product-details > div .product-title { display: block; width: 100%; float: none; clear: none; font-size: 14px; margin-bottom: 1em; } #search_results_list .product-list .product-details .product-title > a, #ContentPage .product-list .product-details .product-title > a, #search-body .product-list .product-details > div .product-title > a { float: none; clear: none; font-size: 14px; } #search_results_list .product-list .product-details .product-title > a > h3, #ContentPage .product-list .product-details .product-title > a > h3, #search-body .product-list .product-details > div .product-title > a > h3 { color: #8c2432; display: block; padding: 5px 0 5px 0; border-bottom: 1px solid #8c2432; font-size: 14px; } #search_results_list .product-list .product-details .product-title > a > h3:hover, #ContentPage .product-list .product-details .product-title > a > h3:hover, #search-body .product-list .product-details > div .product-title > a > h3:hover { background-color: #cabe80; border-bottom: 1px solid #cabe80; } #search_results_list .product-list .product-details .product-title > a:hover, #ContentPage .product-list .product-details .product-title > a:hover, #search-body .product-list .product-details > div .product-title > a:hover { text-decoration: none; } #search_results_list .product-list .product-details .product-image, #ContentPage .product-list .product-details .product-image, #search-body .product-list .product-details > div .product-image { float: left; clear: left; width: 15%; max-width: 70px; overflow: hidden; margin: 0px 2% 10px 2px; } #search_results_list .product-list .product-details .product-image > a, #ContentPage .product-list .product-details .product-image > a, #search-body .product-list .product-details > div .product-image > a { float: none; clear: none; } #search_results_list .product-list .product-details .product-image > a > img, #ContentPage .product-list .product-details .product-image > a > img, #search-body .product-list .product-details > div .product-image > a > img { width: auto; margin: 0; padding: 0; max-width: 70px; } #search_results_list .product-list .product-details .product-text, #ContentPage .product-list .product-details .product-text, #search-body .product-list .product-details > div .product-text { float: none; clear: none; margin-left: 17%; font-size: 11px; line-height: 15px; } #search_results_list .product-list .product-details .Filterfloat, #ContentPage .product-list .product-details .Filterfloat, #search-body .product-list .product-details > div .Filterfloat { float: right; } #search_results_list .product-list .product-details .product-price, #ContentPage .product-list .product-details .product-price, #search-body .product-list .product-details > div .product-price { display: block; margin-left: 17%; font-size: 11px; font-weight: bold; padding-bottom: 10px; } #search_results_list .product-list .product-details div[id$="StaticPrice"], #ContentPage .product-list .product-details div[id$="StaticPrice"], #search-body .product-list .product-details > div div[id$="StaticPrice"] { margin-left: 17%; line-height: 20px; display: block !important; font-size: 11px; } #search_results_list .product-list .product-details div[id$="StaticPrice"] > br, #ContentPage .product-list .product-details div[id$="StaticPrice"] > br, #search-body .product-list .product-details > div div[id$="StaticPrice"] > br { display: none; } div.product-list > img { display: none; } div#search-body > div > div > h3 > a { display: none; } .mob_catheading { display: none; } .mob_cartlink { display: none; } .collapse1 { display: block !important; } .btn_desktop_display { display: none; } .btn_desktop_display_right { float: right; width: 40%; } .mob_progress, .mob_filters, #collapse2, .mob_checkout { display: none; } table#idBothAddressesTable .InvoiceField input[name="INVOICEPOSTALCODE"], table#idBothAddressesTable .DeliverField input[name="DELIVERPOSTALCODE"] { width: 35%; } div.sf_suggestion { top: 218px; left: 58px; max-width: 280px; } #main > .content .sort_by, #SortBy { background-color: transparent; } #main > .content .sort_by > form > select, #SortBy > form > select { float: right; border: 1px solid #444; } #main > .content .sort_by > select, #SortBy > select { color: #8c2432; } #page > .main > .content form .order-support { display: block; margin: 2em 0 1em 0; font-size: 11px; font-weight: bold; } #page > .main > .content form .order-support > .order-support-prompt { display: block; margin-bottom: 5px; } @media only screen and (max-width: 479px) { body { background-color: #ffffff; overflow-x: hidden; -webkit-overflow-scolling: touch; } #wrapper { background: #ffffff; border: none; overflow-x: hidden; width: 300px; padding: 5px; margin: 0 auto; position: relative; } .header-area { background: none; width: 100%; } .logoimage { position: relative; top: auto; left: auto; width: 177px; padding: 20px 0 0 0; } .subnav { display: none; } .quick-search { float: none; } .extralargesearchboxposition { left: auto; top: auto; position: relative; text-align: center; } .extralargesearchbox_btn { right: 4px; } .header-area .quick-search input { width: auto; } .extralargesearchbox { background: url('search-box-bg-mobile.png') no-repeat; width: 294px !important; line-height: 100%; } .cart-summary { background: none; border: none; float: none; } .cart-summary { padding: 0; } .cartdetails, .sd2014_cartsummary_btns { display: none; } .sd2014_cartsummary { width: auto; position: absolute; top: 0px; right: 5px; } .header-area .housekeeping { display: none; } .header-area { padding: 0; } .navigation-bar { background: none; height: auto; } .navigation-bar ul { float: none; } .navigation-bar ul li { background: none; float: none; display: block; } .navigation-bar ul li a:link, .navigation-bar ul li a:visited { color: #8c2432; padding-left: 9px; width: 97%; } .navigation-bar ul li a { float: none; } .navigation-bar ul li div { display: none; visibility: hidden; } .navigation-bar ul li a { display: block; background: #ffffff; margin: 3px 0; padding: 3px; width: 100%; } .navigation-bar { width: 99%; margin: 5px 0 5px 0; } .navigation-bar ul li a { padding: 0; } .navigation-bar ul li a:hover { border: none; color: #8c2432; } #collapse1 { display: none; } .nav-toggle { background: #cabe80; border: 2px solid #ffffff; text-align: center; border-radius: 5px; padding: 5px 10px; color: #8c2432; font-weight: bold; position: absolute; top: 7px; right: 5px; font-family: Verdana, Arial, Helvetica, sans-serif; } .recent-products { display: none; } .desktop_filters { display: none; } .desktop_checkout { display: none; } .content-area { float: none; width: 100%; } .flexslider { height: auto !important; width: 98% !important; background: none !important; border: 1px solid #fff; border-radius: 0px !important; } .fragment-text { padding: 0 0 5px 0; max-width: 90%; } .content-minus-two { padding: 0; margin: 0; } .slidermargin { margin: 0; } .bulk-area { max-width: auto; position: relative; } #left-area { margin: 0; width: 100% !important; float: none; } #left-sidebar { float: none; width: 100%; } #right-sidebar { float: none; width: 100%; } .sidebar-element { width: 100%; } .mob_filters { display: block; } .collapse2 { display: block; } .sidebar-filter-element { width: 100%; } .sidebar-filter-element h2 { padding: 0; background: none !important; height: auto !important; border: none; line-height: 100%; } .mob_filters h2 { display: block; padding: 5px 0 5px 5px; margin: 0; width: 98%; color: #ffffff; font-weight: normal; font-size: 20px; } .filter-text { color: #8c2432; font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0; padding: 0; } .filter-list { padding-bottom: 0; } .footer-area { width: 300px; padding: 5px; border: none; } .footercol { width: 100%; } .footer-grey { width: 300px; padding: 5px; } .footercol { margin: 0; } .upsellcontainer { width: 22%; margin-bottom: 10px; } .upsell_img { width: auto; height: 78px; display: table-cell; vertical-align: middle; text-align: center; } .content-area h1 { font-size: 30px; } .content-area .marketing-list .product-image img { width: 60px; } .mob_catheading { display: block; color: white; font-size: 20px; padding: 5px 0 5px 5px; margin: 0; width: 99%; position: relative; font-family: Verdana, Arial, Helvetica, sans-serif; box-shadow: 0 3px 3px 0px #9e9e9e; -moz-box-shadow: 0 3px 3px 0px #9e9e9e; -webkit-box-shadow: 0 3px 3px 0px #9e9e9e; } a.mob_cartlink:link, a.mob_cartlink:visited, a.mob_cartlink:active { display: block; float: right; text-decoration: underline; color: #8c2432; font-size: 11px; padding-top: 10px; } a.mob_cartlink:hover { text-decoration: underline; color: #8c2432; } .mb_search_table { table-layout: fixed; width: 290px !important; } .mob_checkout { display: block; } table.checkout-cart { width: 100%; } table.checkout { width: 100%; table-layout: fixed; } table.checkout-cart td { padding: 3px; } .mob_qty input { width: 10px; } .btn_desktop_display { float: none; width: 100%; } .btn_desktop_display_right { float: none; width: 100%; } .btn_desktop_display td { padding: 4px 0; } table.checkout-cart th { padding: 3px; } .checkout-login-button { border: none; } div.checkout-buttons { width: 100%; } table#idBothAddressesTable.checkout select { width: 100%; } a.checkout-checkoutbg { font-size: 9px; border-width: 1px; padding: 3px; } .CheckoutProgress { display: none; } .mob_progress { font-size: 24px; color: #8c2432; font-weight: bold; display: block; padding: 5px 0; } #contact-body .input-text { border: 1px solid #ccc; width: 90%; } #contact-body textarea { border: 1px solid #ccc; width: 100%; } .recaptcha_image_cell { width: 100% !important; } .recaptchatable #recaptcha_response_field { width: 100% !important; } .recaptchatable .recaptcha_image_cell center img #idTblLogin, #search-body, #contact-body { padding: 0; } #search-body { width: 95%; padding: 0px 5px; } #search-body table { margin: 0; table-layout: fixed; width: 100%; } .flexslider ul { list-style-type: none; margin: 0; padding: 0 0 15px 0; } } @media only screen and (min-width: 480px) and (max-width: 767px) { body { font-size: 80%; } #wrapper { background: #ffffff; border: none; overflow-x: hidden; width: 450px; padding: 5px; margin: 0 auto; position: relative; } .header-area { background: none; width: 100%; } .logoimage { position: relative; top: auto; left: auto; width: 177px; padding: 20px 0 0 0; } .subnav { display: none; } .quick-search { float: none; } .extralargesearchboxposition { left: auto; top: auto; position: relative; text-align: center; } .extralargesearchbox_btn { right: 89px; } .header-area .quick-search input { width: auto; } .extralargesearchbox { line-height: 100%; background: url('search-box-bg-mobile.png') no-repeat; width: 294px !important; } .cart-summary { background: none; border: none; float: none; } .cart-summary { padding: 0; } .cartdetails, .sd2014_cartsummary_btns { display: none; } .sd2014_cartsummary { width: auto; position: absolute; top: 0px; right: 5px; } .header-area .housekeeping { display: none; } .header-area { padding: 0; } .navigation-bar { background: none; height: auto; } .navigation-bar ul { float: none; } .navigation-bar ul li { background: none; float: none; display: block; } .navigation-bar ul li a:link, .navigation-bar ul li a:visited { color: #8c2432; padding-left: 9px; width: 97%; } .navigation-bar ul li a { float: none; } .navigation-bar ul li div { display: none; visibility: hidden; } .navigation-bar ul li a { display: block; background: #ffffff; margin: 3px 0; padding: 3px; width: 100%; } .navigation-bar { width: 100%; margin: 5px 0 5px 0; } .navigation-bar ul li a { padding: 0; } .navigation-bar ul li a:hover { border: none; color: #8c2432; } #collapse1 { display: none; } .nav-toggle { background: #cabe80; border: 2px solid #ffffff; text-align: center; border-radius: 5px; padding: 5px 10px; color: #8c2432; font-weight: bold; position: absolute; top: 7px; right: 5px; font-family: Verdana, Arial, Helvetica, sans-serif; } .desktop_filters { display: none; } .desktop_checkout { display: none; } .recent-products { display: none; } .content-area { float: none; width: 100%; } .flexslider { height: auto !important; width: 98% !important; background: none !important; border: 1px solid #fff; border-radius: 0px !important; } .fragment-text { padding: 0 0 5px 0; } .content-minus-two { padding: 0; margin: 0; } .slidermargin { margin: 0; } .bulk-area { max-width: auto; position: relative; } #left-area { margin: 0; width: 100% !important; float: none; } #left-sidebar { float: none; width: 100%; } #right-sidebar { float: none; width: 100%; } .sidebar-element { width: 100%; } .mob_filters { display: block; } .collapse2 { display: block; } .sidebar-filter-element { width: 100%; } .sidebar-filter-element h2 { padding: 0; background: none !important; height: auto !important; border: none; line-height: 100%; } .mob_filters h2 { display: block; padding: 5px 0 5px 5px; margin: 0; width: 98%; color: #ffffff; font-weight: normal; font-size: 20px; } .filter-text { color: #8c2432; font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0; padding: 0; } .filter-list { padding-bottom: 0; } .footer-area { width: 450px; padding: 5px; border: none; } .footercol { width: 100%; } .footer-grey { width: 450px; padding: 5px; } .footercol { margin: 0; } .footer-area li a { font-size: 12px; } .upsellcontainer { width: 23%; } .upsell_img { width: auto; height: 78px; display: table-cell; vertical-align: middle; text-align: center; } .content-area h1 { font-size: 30px; } .content-area .marketing-list .product-image img { width: 60px; } .mob_catheading { display: block; color: white; font-size: 20px; padding: 5px 0 5px 5px; margin: 0; width: 98%; position: relative; font-family: Verdana, Arial, Helvetica, sans-serif; box-shadow: 0 3px 3px 0px #9e9e9e; -moz-box-shadow: 0 3px 3px 0px #9e9e9e; -webkit-box-shadow: 0 3px 3px 0px #9e9e9e; } a.mob_cartlink:link, a.mob_cartlink:visited, a.mob_cartlink:active { display: block; float: right; text-decoration: underline; color: #8c2432; font-size: 11px; padding-top: 10px; } a.mob_cartlink:hover { text-decoration: underline; color: #8c2432; } .mob_checkout { display: block; } table.checkout-cart { width: 100%; } table.checkout { width: 100%; table-layout: fixed; } table.checkout-cart td { padding: 3px; } .mob_qty input { width: 10px; } .btn_desktop_display { float: none; width: 100%; } .btn_desktop_display_right { float: none; width: 100%; } .btn_desktop_display td { padding: 4px 0; } table.checkout-cart th { padding: 3px; } .checkout-login-button { border: none; } div.checkout-buttons { width: 100%; } table#idBothAddressesTable.checkout select { width: 100%; } a.checkout-checkoutbg { font-size: 9px; border-width: 1px; padding: 3px; } .CheckoutProgress { display: none; } .mob_progress { font-size: 24px; color: #8c2432; font-weight: bold; display: block; padding: 5px 0; } #contact-body .input-text { border: 1px solid #ccc; width: 90%; } #contact-body textarea { border: 1px solid #ccc; width: 100%; } .recaptcha_image_cell { width: 100% !important; } .recaptchatable #recaptcha_response_field { width: 100% !important; } .recaptchatable .recaptcha_image_cell center img #idTblLogin, #search-body, #contact-body { padding: 0; } #search-body table { margin: 0; table-layout: fixed; width: 100%; } .flexslider ul { list-style-type: none; margin: 0; padding: 0 0 15px 0; } } @media screen and (min-width: 768px) and (max-width: 959px) { #wrapper { width: 90%; } .header-area { padding: 10px 0; } .navigation-bar ul li a { padding: 0 6px; } .footer-area { width: 88%; } .footercol { width: 31%; margin-right: 10px; } .verylarge { font-size: 30px; } #left-area { width: 98%; } .content-minus-two { width: 71.5%; margin: 0; } #right-sidebar { display: none; } .extralargesearchboxposition { right: -15px; top: 68px; left: auto; } .extralargesearchbox { line-height: 100%; } .header-area .housekeeping { display: none; } .sd2014_cartsummary { top: 0px; } .cart-summary { padding: 5px 10px; } .footer-grey { width: 89%; } #left-sidebar { margin-top: 10px; width: 21%; } .upsellcontainer { width: 23.4%; } .upsell_img { width: 120px; display: table-cell; vertical-align: middle; text-align: center; } .flexslider { margin-bottom: 10px !important; background: none !important; height: auto !important; width: 99% !important; } table.checkout { width: 100%; table-layout: fixed; } table.checkout-cart { width: 100%; } .btn_desktop_display { float: none; width: 30%; text-align: center; } .btn_desktop_display_right { float: none; width: 30%; text-align: center; } .btn_desktop_display td { padding: 4px 0; } .CheckoutProgress { display: none; } .mob_progress { font-size: 24px; color: #8c2432; font-weight: bold; display: block; padding: 5px 0; } div.checkout-buttons { width: 100%; } table#idBothAddressesTable.checkout select { width: 95%; } .flexslider ul { list-style-type: none; margin: 0; padding: 0 0 15px 0; } } @media only screen and (min-width: 960px) and (max-width: 1050px) { #wrapper { max-width: 960px; } .content-minus-two { width: 74%; } #right-sidebar { margin-right: 10px; width: 17.5%; } #left-area { width: 80%; } #left-sidebar { width: 20%; } .flexslider { width: 99% !important; } .upsellcontainer { width: 23.57%; } .upsell_img { width: 120px; } .footer-area { max-width: 940px; width: 93%; } .footer-grey { max-width: 940px; width: 93%; } .footercol { width: 260px; } .extralargesearchbox { line-height: 100%; } table.checkout, .table.checkout-cart { width: 100%; } } @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) { #wrapper { width: 95%; } .header-area { padding: 10px 0; } .footer-area { width: 94%; } .footercol { width: 31%; margin-right: 10px; } #left-area { width: 80%; } #left-sidebar { width: 160px; } .content-minus-two { max-width: 580px !important; width: 100%; margin: 0; } #right-sidebar { margin-right: 10px; width: 160px; } .extralargesearchbox { line-height: 100%; } table.checkout { width: 100%; table-layout: fixed; } table.checkout-cart { width: 100%; } table.CheckoutProgress { width: 100%; } table#idBothAddressesTable.checkout select { width: 90%; } div.checkout-buttons { width: 100%; } .upsellcontainer { width: 137px; } .upsell_img { width: 100%; } } html { -webkit-text-size-adjust: none; } .cartdetails { width: 95px; } .header-area .quick-search { width: 400px; height: 50px; margin: 0 auto; } .table { width: 100% !important; } .extralargesearchbox { width: 358px !important; } .extralargesearchbox_btn { right: 25px; } .filter-list a { float: right; margin-right: 12px; } .content-area .fragment-list .dsMainFragmentImage div { margin: 0 0 10px 10px; padding: 0; width: 50%; } .content-area .fragment-list .dsMainFragmentImage div img { width: 100%; height: auto; margin: 0; padding: 0; } .sidebar-element .marketing-list .marketing-list-entry { padding: 5px; } .product-details a { float: left; clear: both; } .product-details a h2 { margin: 0; padding: 0; } td.product-details a { float: left; } .product-price { font-weight: bold; } .product-price { word-wrap: break-word; word-break: break-word; font-weight: bold; } .desktop_checkout { display: block !important; } .section-link-image { float: left; margin: 0; padding: 0; } .section-link-image img { max-width: 100px; height: auto; } .product-details { position: relative; } .dsPosition, .dsPositionListStyle { position: absolute; right: 10px; } .dsColumnCount2 .dsPosition, .dsColumnCount3 .dsPosition, .dsColumnCount3 .dsPositionListStyle { float: right !important; position: relative; right: 0; } .dsColumnCount2 .dsPosition { width: 38% !important; } .dsColumnCount3 .dsPosition, .dsColumnCount3 .dsPositionListStyle { width: 10% !important; } .dsColumnCount3 .product-details a h3 { width: 50%; } .dsColumnCount3 .dsListStyleProductLayout a h3 { width: 45% !important; position: absolute; top: 10px; } .product-details span[id^="RemoveIfOutOfStock"] { float: left; clear: both; } .dsFloatLeft, .dsImageOnRightTextWrappedAround, .dsListStyleProductLayout { float: left; } .dsClassicProductLayout, .dsImageOnLeftTextWrappedAround, .dsImageOnLeftTextInColumn, .dsRegularProductSummary { float: right !important; } .dsImageOnRightTextWrappedAround, .dsImageOnLeftTextWrappedAround, .dsClassicProductLayout, .dsImageOnLeftTextInColumn, .dsListStyleProductLayout, .dsRegularProductSummary { clear: none !important; width: 66% !important; } .dsImageOnLeftTextInColumn div, .dsImageOnLeftTextInColumn p.quantity-box, .dsImageOnLeftTextInColumn p.cart-button-placement, .dsImageOnLeftTextInColumn p.product-text, .dsImageOnLeftTextInColumn p { margin: 0 !important; } .set-right, .dsFloatRight { float: right !important; } .dsSetImageRight, .dsSetImageLeft { width: 32%; } .product-page-image img { max-width: 50%; height: auto; margin: 0 25%; padding: 0; } .dsCompleteBestSellerLayoutImage, .dsCompleteNewProductLayoutImage { float: left; width: 20% !important; margin: 0 10px 0 0; padding: 0; } .dsCompleteBestSellerLayoutInfo, .dsCompleteNewProductLayoutInfo { float: left; width: auto !important; } .content-area .marketing-list .dsBestSellersListIn3Columns, .content-area .marketing-list .dsNewProductsListIn3Columns { width: 100%; } .content-area .marketing-list .dsBestSellersListIn3Columns .marketing-list-entry, .content-area .marketing-list .dsNewProductsListIn3Columns .marketing-list-entry { float: none; clear: none; width: auto; } .dsBestSellersListIn3Columns tr td, .dsNewProductsListIn3Columns tr td { border: 1px solid #e0d61f; } .dsBestSellersListIn3Columns tr td .upsellcontainer, .dsNewProductsListIn3Columns tr td .upsellcontainer { width: auto; min-height: 126px; margin: 0; padding: 3%; } .dsBestSellersListIn3Columns tr td .upsellcontainer .upsell_img, .dsNewProductsListIn3Columns tr td .upsellcontainer .upsell_img { float: left; clear: none; width: 60%; height: auto; margin: 0; padding: 0 5px 0 0; } .dsBestSellersListIn3Columns tr td .upsellcontainer .upsell_img .product-image a img, .dsNewProductsListIn3Columns tr td .upsellcontainer .upsell_img .product-image a img, .dsBestSellersListIn3Columns tr td .upsellcontainer .upsell_img .product-image img, .dsNewProductsListIn3Columns tr td .upsellcontainer .upsell_img .product-image img { width: 100%; margin: 0; padding: 0; } .content-area .marketing-list { float: left; width: 100%; } .content-area .marketing-list .marketing-list-entry { float: left; clear: both; width: 96%; overflow: hidden; border: 1px solid #e0d61f; } .content-area .marketing-list .marketing-list-entry .upsellcontainer .upsell_img { margin: 0 5px 0 0; padding: 0; width: 30%; height: 100%; } .content-area .marketing-list .marketing-list-entry .upsellcontainer .upsell_img .product-image a img, .content-area .marketing-list .marketing-list-entry .upsellcontainer .upsell_img .product-image img, .content-area .dsMiniBestSellersList .marketing-list-entry .marketinglistimg img, .content-area .dsMiniNewProductsList .marketing-list-entry .marketinglistimg img { width: 100%; } .content-area .marketing-list .marketing-list-entry .upsellcontainer, .content-area .dsMiniBestSellersList .marketing-list-entry, .content-area .dsMiniNewProductsList .marketing-list-entry { padding: 5px; } .content-area .dsMiniBestSellersList .marketing-list-entry .marketinglistimg, .content-area .dsMiniNewProductsList .marketing-list-entry .marketinglistimg { width: 20%; float: left; margin-right: 5px; } .attribute-list table tr td { float: left; clear: none; } #product-page-body .attribute-list table tr td { float: none; } #product-page-body .attribute-list { float: left; } .dsCartText { display: none; } #SearchResults { padding: 10px; } .dsPayPal { float: left; width: 48%; } table.CheckoutProgress, table.checkout-cart { width: auto; } table.checkout { background-color: #efefef; } table.checkout th { border: none; } table.checkout .desktopHeading { width: 200%; } #idBothAddressesTable .ShowAlways td { border: none; } .sidebar-element, .sidebar-bordernone, .sidebar-bordernone .marketing-list, .sidebar-element .marketing-list, .sidebar-bordernone .marketing-list .marketing-list-entry, .sidebar-element .marketing-list .marketing-list-entry { float: left; } .sidebar-bordernone { border-bottom: 1px solid #cabe80; } .sidebar-bordernone .marketing-list, .sidebar-element .marketing-list { width: 100%; } .sidebar-bordernone .marketing-list .marketing-list-entry, .sidebar-element .marketing-list .marketing-list-entry { width: 92%; } .sidebar-bordernone .marketing-list .marketing-list-entry p, .sidebar-element .marketing-list .marketing-list-entry p { margin: 5px 5px 0 0 !important; } .dsProductListTextEntry { float: left; width: 93%; margin: 0; padding: 5px; border-bottom: 1px dashed #cabe80; } .marketing-list-entry .upsellcontainer { float: left; width: 100%; } .marketing-list-entry .upsellcontainer .upsell_img { float: left; width: auto; border: none; } .content-area .marketing-list .product-image { margin: 0; } .upsellcontainer .upsell_img .product-image a img, .upsellcontainer .upsell_img .product-image img { height: 160px; width: auto; } .dsUpsellImgEmpty { display: block; } #idCheckoutForm, div.CheckoutCartSection { overflow: hidden; } #idSEPARATESHIP { width: 20px !important; } table#idBothAddressesTable .InvoiceField input, table#idBothAddressesTable .DeliverField input { width: 75%; } table.checkout#idBothAddressesTable select { width: 76%; } #idTableCheckoutSection { background: #878787; } .dsConfirmPassword { overflow: hidden; } @media only screen and (max-width: 1064px) { .navigation-bar ul li a { padding: 0 18px; } .dsShowHideText { display: none; } #idShowHide { display: inline-block; } #idShowHide:first-letter { text-transform: uppercase; } } @media only screen and (max-width: 959px) { .navigation-bar ul li a { padding: 0 17px; } .cart-summary { font-size: 11px !important; margin-top: 0 !important; } table.checkout .desktopHeading { width: 198%; } .dsPayPal { width: 37%; } .checkout .instruction { width: 70%; } } @media only screen and (min-width: 767px) and (max-width: 790px) { #idCartHeadingTotal { display: block; margin-top: 5px; height: 25px; line-height: 25px; } } @media only screen and (min-width: 767px) { .desktopHeading { display: block; } .mobileHeading { display: none; } } @media only screen and (max-width: 767px) { .mobileHide { display: none; } .subnav { display: block; float: left; position: relative; top: -130px; z-index: 999; } .subnav ul li a { color: #666666 !important; } .mob_cartlink { clear: right; line-height: 7px; } .nav-toggle { top: 2px; } .mob_catheading, .mob_filters h2 { height: 28px; } .header-area .quick-search { width: 300px; } .extralargesearchbox_btn { right: 4px; } .navigation-bar ul li a.sel:link, .navigation-bar ul li a.sel:visited, .navigation-bar ul li a.sel:active { color: #666666 !important; border-bottom: none; } #mega-menu ul li.dsLastItem a { display: none; } #mega-menu ul li.dsLastItem div { display: block !important; visibility: visible; float: left; width: 99% !important; margin: 0; padding: 0; position: relative; top: 0 !important; left: 0 !important; border: none; } #mega-menu ul li.dsLastItem div a { display: block; } #mega-menu ul li.dsLastItem div div.row { width: 100% !important; } #mega-menu ul li.dsLastItem div div.row ul { float: left; clear: both; width: 99.5%; } #mega-menu ul li.dsLastItem div div.row ul li { margin: 0; padding: 0; width: 100%; } #mega-menu ul li.dsLastItem div div.row ul li a { width: 100%; margin-bottom: 3px !important; padding: 15px 9px !important; font-size: 15px; color: #666666 !important; background-color: #efefef !important; } #mega-menu ul li.dsLastItem div div.row ul li a:hover { color: #fe534c !important; text-decoration: none; } #mega-menu ul li.dsLastItem div div.row ul li a.dropheading { border: none; } #mega-menu ul li.dsLastItem div div.row ul li a.droplink { display: none; } .engraving, .engraving input { width: 100%; } .mobileHide { display: show; } .desktopHeading { display: none; } .mobileHeading { float: left; clear: both; width: 99.4%; margin-bottom: 5px; padding: 5px 2px; font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 16px; font-weight: bold; color: #cabe80; background: #8c2432; border-bottom: 3px solid #ffffff; } a:hover #idShowHide { text-decoration: underline; } .sidebar-bordernone .marketing-list .marketing-list-entry, .sidebar-element .marketing-list .marketing-list-entry { width: 98%; } .dsProductListTextEntry { width: 97.5%; } .attribute-list table tr td { width: auto; } #product-page-body .attribute-list table tr td { float: left; } .dsColumnCount3 .dsPosition, .dsColumnCount3 .product-details a h3 { width: auto !important; } .sidebar-element .marketing-list { width: 100%; } .invoiceToHeader { width: 42%; } .mobileHide { display: none; } .checkout .cartrowheading, .checkout td { float: left; clear: both; width: 98%; } .dsCheckoutWidthChange { width: 300% !important; } .dsCheckoutTdWidthChange tr td { width: 328% !important; } #idTblLogin { width: 100%; } #idInvoiceHeader, #idDeliverHeader { float: left; clear: none; width: 48%; } #idDeliverHeader { float: right; padding-left: 12px; } table#idBothAddressesTable tr.ShowAlways th.wideTD, table#idBothAddressesTable tr.ShowAlways td.wideTD { width: 100% !important; } table#idBothAddressesTable tr td.InvoiceField, table#idBothAddressesTable tr td.DeliverField { float: left; clear: none; width: 48.4%; min-height: 28px; } #idSeparateShipCell { width: 99% !important; } #idSEPARATESHIP { width: 30px !important; } table#idBothAddressesTable tr td.wideTD { width: 98% !important; } table#idBothAddressesTable.checkout select, table#idBothAddressesTable .InvoiceField input.wideInput { width: 92%; } table#idBothAddressesTable .InvoiceField input, table#idBothAddressesTable .DeliverField input { width: 92%; } .checkout-field-label, .checkout-field-input, .checkout-tcs, .taxMobile { width: 197% !important; } .invoiceDeliverAdd { width: 305% !important; } #search-body table tr td table { width: 200%; } #idORDER_TRACKING table tr { float: left; width: 47.4%; } #idORDER_TRACKING table tr th { float: left; clear: both; width: 100%; min-height: 15px; text-align: left; } #idORDER_TRACKING table tr td { float: left; clear: both; min-height: 15px; } #idORDER_TRACKING table tr.cart { border: none; } #idORDER_TRACKING table table { width: 200%; } #idORDER_TRACKING table table tr td { float: left; clear: both; } #contact-body textarea { width: 93%; } #recaptcha_widget_div { float: left; width: auto !important; } #recaptcha_table tr td { float: left; } .recaptcha_image_cell { float: left; width: 94% !important; height: auto; } #recaptcha_image { width: 100% !important; } #recaptcha_image img { float: left; width: 88% !important; height: auto; } .checkout-heading { width: 100% !important; } #dsPreviousOrders tbody tr.cart { border: 2px solid #ffffff; } #dsPreviousOrders tr { margin-right: 6px; } .dsCartHeaders { border: 1px solid #878787; } .dsCartText { display: block; float: left; padding-top: 3px; position: absolute; left: 2px; width: 47.2%; min-height: 114px; font-weight: bold; line-height: 16px; color: #efefef; background: #878787; border-bottom: 1px solid #878787; border-right: 1px solid #878787; } .dsOrderDetailsLightBox { float: left; clear: both; width: 96%; position: absolute; left: 0; z-index: 9999; background: #ffffff; border: 1px solid #000000; } .dsOrderDetailsLightBox table { width: 100% !important; } .dsOrderDetailsLightBox table tr { width: 48% !important; } .dsOrderDetailsLightBox table tbody tr.cart { float: right !important; clear: right; } .dsOrderDetailsRight { float: left; clear: both; width: 48% !important; position: relative; left: 48%; } .dsOrderDetailsRight td { display: none; } .dsOrderDetailsRight td.dsOrderDetailsText { display: block; } .dsReceipt table tr th, .dsReceipt table tr td { float: left; clear: both; width: 98%; } .dsReceipt table.checkout tr th { float: left; clear: none; width: 49%; position: relative; min-height: 16px; margin: 0 0 5px 0; padding: 9px 0; border: none; background-color: #878787; } .dsReceipt table tr td table tr td a { word-break: break-all; } .dsOrderDetailsLightBox p.dsCartText { display: block; } .dsReceipt .checkout-cart { width: 103%; } .dsReceipt .checkout-cart { background-color: #efefef; } .dsReceipt .checkout-cart tr th, .dsReceipt .checkout-cart tr td { clear: none !important; position: relative; } .dsReceipt .checkout-cart tr th { width: 23.4% !important; } .dsReceipt .checkout-cart tr td { width: 18.6%; } .dsCheckoutCartTR { border-bottom: 1px solid #878787; } .dsReceipt .checkout-cart tr td.cart { float: left; clear: both; min-height: 26px; } .dsReceipt .checkout-cart .dsCartColSpan { width: 57.5% !important; border: none; } .dsTotalCartTd { background: #ffffff; height: 27px; line-height: 30px; border-bottom: none; } .dsBorderBottomGone { border: none; } .dsConfirmPassword { overflow: hidden; } .dsConfirmPassword table tr td { float: left; width: 100% !important; } .dsReceipt .checkout-cart .dsCartColSpan table tr td.dsMobLeft { width: 15% !important; } .dsReceipt .checkout-cart .dsCartColSpan table tr td.dsMobMiddle { width: 60% !important; } .dsReceipt .checkout-cart .dsCartColSpan table tr td.dsMobRight { width: 10% !important; } .dsReceipt .checkout-cart .dsEmpty { width: 77% !important; } .dsReceipt .checkout .instruction { width: 50%; } .checkout .instruction { width: 70%; } .dsPayPal { width: 35%; } .sidebar .marketing-list-entry { float: left; clear: both; width: 100%; } .sidebar-element { float: left; } .product-image a img, .marketinglistimg a img { width: 100%; } .dsPayPalAdd tr td { float: left; clear: both; width: 97.8%; } .dsPayPalAdd .mobileHeading { position: relative; top: -5px; left: -5px; width: 101.4%; } .dsSearchResultsInputSelect { width: 80%; } } @media only screen and (min-width: 615px) { .dsReceipt { width: 615px !important; margin: 0 auto !important; } .content-area .dsReceipt, .content-area .dsReceipt table { width: 100% !important; } } @media only screen and (max-width: 479px) { .header-area .quick-search { width: 300px; } .extralargesearchboxposition { right: 0; } .extralargesearchbox_btn { position: absolute; top: 6px; right: 4px; } .dsImageOnLeftTextWrappedAround { width: 100% !important; } #mega-menu ul li.dsLastItem div div.row { width: 101% !important; } .content-area .fragment-list .dsMainFragmentImage div { width: 100%; } .sidebar-bordernone .marketing-list .marketing-list-entry, .sidebar-element .marketing-list .marketing-list-entry { width: 96.5%; } .dsProductListTextEntry { width: 96.5%; } .product-list td, .section-list td { float: left; clear: both; width: 90%; } .checkout .instruction { width: 50%; padding: 10px 0; } #idCartHeadingTotal { float: left; clear: both; margin-top: 10px; } .dsCheckoutTdWidthChange tr td { width: 200% !important; } #idDeliverHeader { padding-left: 6px; } table#idBothAddressesTable tr td.InvoiceField, table#idBothAddressesTable tr td.DeliverField { width: 48%; } .checkout-cart th { font-size: 10px; } .cart { word-break: break-all; } .cart table tr td, span.cartprice { font-size: 11px; word-break: break-all; } .cart table tr td img { display: none; } span.cartprice { float: left; width: 42px; } .dsCartHeaders { width: 46% !important; } .dsImageOnLeftTextInColumnForm { float: left; width: 80% !important; } #dsPreviousOrders tr.cart { float: right; } .dsReceipt .checkout-cart { width: 100%; } .dsReceipt .checkout-cart tr th { width: 22.5% !important; } .dsCartText { width: 46.8%; } .dsOrderDetailsLightBox table tr { width: 47% !important; } .dsReceipt table.checkout tr th { width: 48.6%; } .dsReceipt .checkout-cart tr th, .dsReceipt .checkout-cart tr td { width: 17.8%; } .dsPayPal { width: 23%; } .dsPayPalAdd tr td { width: 96.8%; } .dsPayPalAdd .mobileHeading { width: 102%; } .mb_search_table tr td, #search-body table tr td { float: left; clear: both; width: 100%; } .dsSearchResultsInputSelect { width: 90%; } } @media only screen and (max-device-width: 767px) and (orientation: portrait) { .dsCheckoutWidthChange { width: 100% !important; } } @media only screen and (max-device-width: 767px) and (orientation: landscape) { .dsCheckoutWidthChange { width: 100% !important; } } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { input[type="radio"] { border: none; background: none; } } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 767px) { #search-body .product-list table tr td { width: 100%; } #search-body table tr td table { width: 210%; } .dsCheckoutWidthChange { width: 100% !important; } } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 479px) { #search-body .product-list table tr td { width: 100%; } #search-body table tr td table { width: 210%; } } .socialmedia img { padding-top: 3px; padding-right: 3px; } div.extendedname { display: block; clear: both; } .priceoffer { color: #cabe80; float: left; display: block; clear: both; } [id$='StaticPrice'], [id$='DynamicPrice'] { font-weight: bold; } .payments img { padding-top: 3px; padding-right: 3px; } .tabber { display: block; float: left; clear: left; margin: 20px 0 10px 0; overflow: hidden; } .tabber .tabber-menu { display: block; margin: 0; padding: 0; } .tabber .tabber-handle { color: #8c2432; cursor: pointer; display: block; float: left; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; } .tabber .tabber-handle.active { color: #cabe80; } .tabber .tabber-handle.mobile { display: none; float: none; } .tabber .tabber-tab { clear: both; display: none; } .tabber .tabber-tab.active { display: block; } .tabber.vertical .tabber-menu { float: left; width: 20%; } .tabber.vertical .tabber-handle { display: block; width: 100%; } .tabber.vertical .tabber-handle.mobile { display: none; } .tabber.vertical .tabber-tab { clear: none; float: right; min-height: 100%; width: 80%; } .tabber.mobile .tabber-handle { display: none; } .tabber.mobile .tabber-handle.mobile { display: block; } .tabber.vertical.mobile .tabber-menu, .tabber.vertical.mobile .tabber-tab { float: none; width: 100%; } .tabber .tabber-handle { display: block; float: left; font-size: 12px; line-height: 30px; margin: 0 1px 0 0; padding: 0 20px; border: 1px solid #8c2432; } .tabber a { text-decoration: none; } .tabber .tabber-handle.active { background: #8c2432; } .tabber .tabber-tab { background: #ffffff; padding: 20px; border: 1px solid #cabe80; } div.tabbed nav a { float: left; clear: none; } .Filterfloat img { float: right; } td.InvoiceField > input#pcaButtonRX44, td.InvoiceField > input[id^="pcaButton"], td.DeliverField > input#pcaButtonZG64, td.DeliverField > input[id^="pcaButton"] { width: auto !important; font-size: 10px; background-color: #8c2432; color: #cabe80; padding: 3px; border: 1px solid #cabe80; border-radius: 5px; } td.InvoiceField > input#pcaButtonRX44:hover, td.InvoiceField > input[id^="pcaButton"]:hover, td.DeliverField > input#pcaButtonZG64:hover, td.DeliverField > input[id^="pcaButton"]:hover { color: white; } #pcaDivRX44, #pcaDivZG64, div[id^="pcaDiv"] { max-width: 99%; } #pcaDivRX44 > select, #pcaDivZG64 > select, div[id^="pcaDiv"] > select { width: 96%; } #pcaDivRX44 > a, #pcaDivZG64 > a, div[id^="pcaDiv"] > a { display: none; } table.checkout { max-width: 100%; } @-moz-document url-prefix() { .tabber { display: block; clear: left; } } #wrapper { display: none; } div#fbrating { width: 80%; border: 1px solid #c7e2f4; border-radius: 15px; color: #333; padding: 10px; font-family: verdana; font-size: 12px; } div#fbrating > ol { list-style: none; padding: 0 0% 0 0; } div#fbrating > ol > li { margin: 0; padding: 5px 20px 5px 8px; } div#fbrating > ol > li.feedbackRow-even { background-color: #e8f3fa; } div#fbrating > ol > li > ul { list-style: none; margin: 0; padding: 0; } div#fbrating > ol > li > ul > li { padding: 0; } div#fbrating > ol > li > ul > li.feedback-num { font-weight: bold; float: left !important; width: 40px; } div#fbrating > ol > li > ul > li.feedback-comment { padding-left: 45px; padding-right: 20px; text-indent: -5px; font-style: oblique; } div#fbrating > ol > li > ul > li.feedback-rater-date { padding: 5px 5px 2px 5px; text-align: right; font-size: 11px; } div#fbrating > ol > li > ul > li.feedback-response { padding-left: 45px; padding-top: 1em; padding-bottom: 1em; } div#fbrating > ol > li > ul > li.feedback-response > .bold { font-weight: bolder; } div#fbrating > ol > li > ul > li.feedback-response > .feedback-date { padding-left: 1em; } div#fbrating > table.panel.feedback-rating { border: 0; width: 100%; } div#fbrating > table.panel.feedback-rating tr td { text-align: center; vertical-align: top; } div#fbrating > table.panel.feedback-rating tr.r1 td.c1 { text-align: left; width: 33%; padding-top: 4px; } div#fbrating > table.panel.feedback-rating tr.r1 td.c3, div#fbrating > table.panel.feedback-rating tr.r2 td { text-align: right; } div#fbrating > table.panel.feedback-rating tr.r1 td.c3 .wrapper { text-align: center; display: inline-block; max-width: 130px; } #page > div.main > div.tertiary > div.panel.feedback-rating { border: 1px solid #c7e2f4; border-radius: 15px; text-align: center; font-family: Verdana, Arial; max-width: 140px; margin-left: auto; margin-right: auto; } #page > div.main > div.tertiary > div.panel.feedback-rating .heading { display: inline-block; color: #333; font-weight: 600; font-size: 14px; line-height: 100%; margin-top: 10px; margin-bottom: 10px; font-family: Verdana, Arial; } div#fbrating > table.panel.feedback-rating tr td .updated, #page > div.main > div.tertiary > div.panel.feedback-rating .updated { color: #555; font-size: 9px; } div#fbrating > table.panel.feedback-rating tr td .stars, #page > div.main > div.tertiary > div.panel.feedback-rating .stars { width: 90px; height: 20px; display: inline-block; overflow: hidden; background-image: url(/acatalog/feedback-rating-stars.png); background-position: 0px 0; margin: 7px 0; } div#fbrating > table.panel.feedback-rating tr td .stars45, #page > div.main > div.tertiary > div.panel.feedback-rating .stars45 { background-position: 0 -20px; } div#fbrating > table.panel.feedback-rating tr td .stars40, #page > div.main > div.tertiary > div.panel.feedback-rating .stars40 { background-position: 0 -40px; } div#fbrating > table.panel.feedback-rating tr td .stars35, #page > div.main > div.tertiary > div.panel.feedback-rating .stars35 { background-position: 0 -60px; } div#fbrating > table.panel.feedback-rating tr td .stars30, #page > div.main > div.tertiary > div.panel.feedback-rating .stars30 { background-position: 0 -80px; } div#fbrating > table.panel.feedback-rating tr td .stars25, #page > div.main > div.tertiary > div.panel.feedback-rating .stars25 { background-position: 0 -100px;  } div#fbrating > table.panel.feedback-rating tr td .stars > img, #page > div.main > div.tertiary > div.panel.feedback-rating .stars > img { width: 90px; height: 20px; } div#fbrating > table.panel.feedback-rating tr td .pob, #page > div.main > div.tertiary > div.panel.feedback-rating .pob { color: #555; font-weight: 600; font-size: 14px; display: block; margin: -4px 0 5px 0; } div#fbrating > table.panel.feedback-rating tr td .rating, #page > div.main > div.tertiary > div.panel.feedback-rating .rating { display: inline-block; font-size: 12px; margin: 8px 0 0 0; line-height: 100%; color: #555; } div#fbrating > table.panel.feedback-rating tr td .ratings, #page > div.main > div.tertiary > div.panel.feedback-rating .ratings { display: block; font-size: 10px; margin: 3px 0 5px 0; line-height: 100%; color: #555; } div#fbrating > table.panel.feedback-rating tr td a, #page > div.main > div.tertiary > div.panel.feedback-rating a { display: inline-block; text-decoration: underline; color: #004B91; margin: 2px 0 10px 0; font-size: 12px; } body#extended-info { background-color: #8c2432; } #product-page-body .quantity-box .giftcardthumb { display: block; float: right; margin-top: -15px; opacity: 0.8; } #product-page-body .quantity-box .giftcardthumb > img { max-height: 80px; } #page > .main > .content .product-list table tr td.vwg-product-list-heading { padding-top: 0; } #page > .main > .content .product-list table tr td.vwg-product-list-heading > div.wrapper, #page > .main > .content .product-list table tr td.vwg-product-list-heading > form { border: 1px solid #cabe80; border-radius: 10px; padding: 10px 15px; } #page > .main > .content .product-list table tr td.vwg-product-list-heading .product-title { margin-bottom: 0; } #page > .main > .content .product-list table tr td.vwg-product-list-heading .product-title > h3 { border-bottom: 0; margin: 5px 0; } #page > .main > .content .product-list table tr td.vwg-product-list-heading .product-text { margin-left: 0; } #product-page-body textarea.vwg-gift-message { width:98%; } 
.slicknav_menu { display: none; font-size: 12px; } .slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; } .slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; } .slicknav_menu .slicknav_no-text { margin: 0; } .slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 2px; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); } .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em; } .slicknav_nav { clear: both; } .slicknav_nav ul, .slicknav_nav li { display: block; } .slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; } .slicknav_nav .slicknav_item { cursor: pointer; } .slicknav_nav .slicknav_row { display: block; } .slicknav_nav a { display: block; } .slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a { display: inline; } .slicknav_menu:before, .slicknav_menu:after { content: " "; display: table; } .slicknav_menu:after { clear: both; } /* IE6/7 support */ .slicknav_menu { *zoom: 1; } /* Button */ .slicknav_btn { margin: 5px 5px 6px; text-decoration: none; text-shadow: 0 1px 1px rgba(202, 190, 128, 0.75); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background-color: #8c2432; } /* Button Text */ .slicknav_menu .slicknav_menutxt { float: left; color: #cabe80; font-weight: bold; text-shadow: initial; text-transform: uppercase; font-size: 10px; line-height: 6px; margin-top: 5px; } /* Button Lines */ .slicknav_menu .slicknav_icon-bar { background-color: #cabe80; } .slicknav_menu { position: absolute; top: 0; right: 0; background: #8c2432; padding: 0px; } .slicknav_menu > ul.slicknav_nav { margin-bottom: 5px; } .slicknav_nav { color: #cabe80; margin: 0; padding: 0; font-size: 12px; } .slicknav_nav, .slicknav_nav ul { list-style: none; overflow: hidden; } .slicknav_nav ul { padding: 0 0 4px 0; margin: 0 0 0 20px; } .slicknav_nav .slicknav_row { padding: 5px 10px; margin: 2px 5px; border: 1px solid #8c2432; } .slicknav_nav a { padding: 3px 10px; margin: 2px 5px; text-decoration: none; color: #cabe80; } .slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a { padding: 0; margin: 0; } .slicknav_nav .slicknav_row:hover { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; border: 1px solid #cabe80; color: #cabe80; } .slicknav_nav a:hover { color: #ffffff; } .slicknav_nav .slicknav_txtnode { margin-left: 15px; } @media only screen and (max-width: 480px) { #container { padding: 0 0 0 0; } #header { background-image: url(/acatalog/mlogo.png); height: 66px; } #header > .slicknav_menu { display: block; } #header > .slicknav_menu .customercare-contact { display: block; margin: 16px; white-space: nowrap; } #header > .slicknav_menu .customercare-contact > .title { display: inline; font-size: 12px; font-weight: bold; color: #cabe80; padding-right: 3px; } #header > .slicknav_menu .customercare-contact > .number { display: inline; font-size: 12px; font-weight: bold; color: #cabe80; text-decoration: none; padding: 0; margin: 0 0 0 3px; } #header > .global-navigation > #globnav { display: none; } #header > .global-navigation > a.view-basket { position: absolute; float: none; clear: none; top: 5px; margin-top: 0; right: 110px; background-size: 122px 48px; width: 27px; height: 24px; background-position: -62px 0; max-width: 27px; max-height: 24px; } #header > .global-navigation > a.view-basket > img { width: 27px; height: 24px; } #header > .global-navigation > a.view-basket:hover { background-position: -62px -24px; } #header > .product-navigation { display: none; } #header > .branding { width: 220px; height: 66px; } #header > .branding > a.logo { width: 120px; height: 66px; } #header > .branding > a.logo > img { width: auto; height: 66px; } #header > .keyword-search { position: absolute; z-index: -1; top: 42px; right: 5px; display: block; padding: 2px 30px; border-radius: 1em; border: 1px solid #aaaaaa; color: #333333; background: #fffffe; background-image: url(icon-search.png); background-repeat: no-repeat; background-position: 3px 3px; background-size: 14px; -webkit-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.2); box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.2); } #header > .keyword-search > form > input#simplehdrsearch_ss { margin-left: 0; border: 0; width: 99%; } #page { border-top-left-radius: 0; border-top: 0; border-left: 0; min-width: 100%; } #page > .main > .secondary { display: none; } #page > .main > .content { clear: left; width: 97%; } #page > .main > .content h1, #page > .main > .content h2 { font-size: 18px; margin-top: 20px; } #page > .main > .content .fragment-list > table tr td > div.set-left { float: none; } #page > .main > .content .fragment-list > table tr td > div.set-left > .set-right { float: none; } #page > .main > .content .fragment-list > table tr td > div.set-left > .set-right img { max-width: 95%; overflow: hidden; } #page > .main > .content .fragment-list .panel.quick-search > h3, #page > .main > .content .fragment-list .panel.anniversary-products > h3 { font-size: 18px; display: block; font-weight: normal; margin: 0 0 8px 0; padding: 20px 0 2px 0; border: 0; border-bottom: 1px solid #cabe80; background-color: transparent; text-transform: none; } #page > .main > .content .fragment-list .panel.quick-search > .panel-body, #page > .main > .content .fragment-list .panel.anniversary-products > .panel-body { border: 0; padding: 8px 4px; } #page > .main > .content .fragment-list .panel.anniversary-products > .panel-body ul > li { padding: 5px; background-color: #f8f8f8; margin-bottom: 9px; border: 1px solid #8c2432; border-radius: 5px; } #page > .main > .content .fragment-list .panel.anniversary-products > .panel-body ul > li > a { display: block; font-weight: normal; font-size: 12px; } #page > .main > .content .fragment-text { max-width: 90%; } #page > .main > .content .fragment-text img { max-width: 94%; } #page > .main > .tertiary { display: none; } #page > .footer { width: auto; border-top-width: 2px; } #page > .footer > ul { padding: 0 5px; text-align: center; } .featbox > .featbox_img { min-height: 84px; } .featbox > .featbox_title > .featbox_content { min-height: 128px; } #product-page-body .product-page-image { width: 75%; max-width: 75%; } table.checkout-cart tr td span.cartprice { float: none; width: auto; white-space: nowrap; } div.sf_suggestion { top: 22px; left: 28px; max-width: 280px; } #filter_pagination_links > strong { font-size: 10px; } #filter_pagination_links > b { display: inline-block; margin: 0 2px 8px 2px; color: #f8f8f8; font-size: 12px; padding: 2px 4px; background-color: #8c2432; border: 1px solid #8c2432; white-space: nowrap; border-radius: 5px; } #filter_pagination_links > a { display: inline-block; margin: 0 2px 8px 2px; color: #8c2432; font-size: 12px; padding: 2px 4px; background-color: #f8f8f8; border: 1px solid #8c2432; white-space: nowrap; border-radius: 5px; } #idCheckoutForm td.InvoiceField > input#pcaButtonRX44, #idCheckoutForm td.InvoiceField > input[id^="pcaButton"], #idCheckoutForm td.DeliverField > input#pcaButtonZG64, #idCheckoutForm td.DeliverField > input[id^="pcaButton"] { background-color: initial; color: #8c2432; border: 1px solid #8c2432; } #idCheckoutForm td.InvoiceField > input#pcaButtonRX44:hover, #idCheckoutForm td.InvoiceField > input[id^="pcaButton"]:hover, #idCheckoutForm td.DeliverField > input#pcaButtonZG64:hover, #idCheckoutForm td.DeliverField > input[id^="pcaButton"]:hover { color: #8c2432; } } @media only screen and (max-width: 325px) { #header > .global-navigation > a.view-basket { right: 72px; } table.btn_desktop_display_right tr td input { max-height: 28px; } } 