/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Light Responsive CSS stylesheet
 *
 * @category    X-Cart
 * @package     X-Cart
 * @subpackage  CSS
 * @author      Ruslan R. Fazlyev <rrf@x-cart.com>
 * @version     af69d08eb91762a1548f5f896ce3239c9de679ce, v14 (xcart_4_7_7), 2016-10-19 16:30:49, altskin.css, mixon
 * @link        http://www.x-cart.com/
 * @see         ____file_see____
 */

@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html, body{
/*  font-family: Helvetica, Arial, sans-serif;*/
  font-family: "Poppins", serif !important;
  font-style: normal;
  font-size: 14px;
  min-width: 0;
}
.menu-categories-list a, .fancycat-icons-e .fancycat-icons-level-0>li>a, .product-title, .navbar-nav{
  font-family: "Poppins", serif !important;
}
body,
input,
select,
textarea,
button {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333333;
}
body {
  line-height: 1.42857143;
}
a:link,
a:visited,
a:hover,
a:active {
  color: #5194c5;
  text-decoration: none;
}
a:hover {
  color: #0f9dcc;
  text-decoration: underline;
}

.menu-dialog .content a,
.fancycat-icons-e ul li a:link,
.fancycat-icons-e ul li a:visited,
.fancycat-icons-e ul li a:active,
.fancycat-icons-c ul li a:link,
.fancycat-icons-c ul li a:visited,
.fancycat-icons-c ul li a:active,
a.simple-button,
.list-item a:link,
.list-item a:visited,
.list-item a:active,
.offers-more-info a:link,
.offers-more-info a:visited,
.offers-more-info a:active,
#footer .subbox a,
.languages-flags li.current span.lng
{
  color: #5194c5;
}

.menu-dialog .content a:hover,
.fancycat-icons-e ul li a:hover,
.fancycat-icons-c ul li a:hover,
a.simple-button:hover,
.list-item a:hover,
.offers-more-info a:hover,
#footer .subbox a:hover
{
  color: #0f9dcc;
}

.offers-more-info a:link,
.offers-more-info a:visited,
.offers-more-info a:active,
.products a.product-title,
.menu-dialog a.prev-news,
.menu-dialog a.subscribe,
#footer .subbox a,
.minicart-box ul li a,
.error-page .description a
{
  text-decoration: none;
}
.offers-more-info a:hover,
.products a.product-title:hover,
.menu-dialog a.prev-news:hover,
.menu-dialog a.subscribe:hover,
#footer .subbox a:hover,
.minicart-box ul li a:hover,
.error-page .description a:hover,
a.bread-crumb:hover
{
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4,.h5, .h6 {
  font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
  line-height: 1.1;
  color: #404549;
}
h1, h2, h3,
.h1, .h2, .h3 {
  font-weight: normal;
}
h4, h5, h6,
.h4,.h5, .h6 {
  font-weight: bold;
}

h1, .h1 {
  font-size: 32px;
  margin-bottom: 20px;
}
h2, .h2 {
  font-size: 24px;
  margin-top: 42px;
  margin-bottom: 16px;
}
h3, .h3 {
  font-size: 20px;
  margin-top: 28px;
  margin-bottom: 16px;
}
h4, .h4 {
  font-size: 16px;
  margin-top: 14px;
  margin-bottom: 14px;
}
h5, .h5 {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}
h6, .h6 {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#center-main > h1:first-child {
  margin-top: 0;
}
h3 {
  border-bottom-width: 0;
}
h3.grey {
	font-size: inherit;
}
h5, .h5 {
  font-style: italic;
}

hr {
	border-bottom-color: #dfdfdf;
}

label input {
  vertical-align: middle;
}

input[type=text],
input[type=password],
select,
textarea,
.input-style
{
  border-color: #cccccc;
  padding: 6px 12px;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s
}

input[type=text]:focus,
input[type=password]:focus,
select:focus,
textarea:focus
{
  border-color: #aaaaaa;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.075);
}

.quantity select,
.per-page-selector select,
.minicart-box input.quantity {
  padding-right: 6px;
  padding-left: 6px;
}
select[class^=ui-date] {
  padding: 2px;
}
select.giftreg-selector {
  height: auto;
}

input.default-value {
	color: #aaaaaa;
}
.error-message {
	font-weight: bold;
}

tr.head-row th {
	background-color: #eeeeee;
}
img.separator{
	background-color: #eeeeee;
}

.help-link {
  border-bottom: 1px dashed;
}
.small {
  font-size: 0.85714em;
}

.arrow-down:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: 0.3846em 0 0 0.6154em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3077em;
  border-color: transparent;
  border-top-color: inherit;
}

::-moz-placeholder {
  color: inherit;
  opacity: 0.4;
}
:-ms-input-placeholder {
  color: inherit;
  opacity: 0.4;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.4;
}

div > ul {
  /*for first level in nested lists*/
  padding-left: 0px;
}
li {
  list-style-position: inside;
}

.visible-xs {
  display: none;
}

.clearfix:after,
.list-dialog .title:after,
.giftwrapping-cart:after
{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#page-container {
  z-index: 0;/*to display ui datepicker over flyout categories*/
}

#page-container2,
.wrapper-box {
  width: 940px;
  margin: 0 auto;
}
#content-container,
.error-page #content-container,
.checkout-container #content-container,
.printable #content-container
{
  margin-top: 96px;
}
#content-container,
.uo-container #content-container {
  padding-bottom: 150px;
}
#left-bar {
  width: 265px;
  margin-left: 0px;
}
#center-main {
  margin: 0 0 0 285px;
}
#header {
  top: 0;
  left: 0;
}
#header,
.error-page #header,
.checkout-container #header,
.printable #header
{
  height: 96px;
}
#footer {
  left: 0;
  max-height: 140px;
  font-size: 12px;
  overflow: visible;
}
#footer,
.uo-container #footer {
  height: auto;
}
#header .line1 {
  height: auto;
}
#header .line1 .logo {
  padding-top: 20px;
  margin-left: 0px;
  width: 25%;
  float: left;
}
#header .line1 .logo a img {
  max-width: 100%;
}
#header .line3 {
  position: static;
  width: auto;
  height: auto;
  float: right;
  text-align: right;
}
#header .line3 .items {
  line-height: 44px;
  margin-bottom: 2px;
}
#header .line3 .item {
  display: inline-block;
  margin-left: 20px;
}

/**
 * Language selector
 */
#header .languages {
  position: relative;
  top: auto;
  right: auto;
  text-align: inherit;
}
.languages-flags {
  position: relative;
  width: 67px;
  line-height: normal;
}
.languages-flags ul {
  position: absolute;
  margin-top: 0px;
  margin-bottom: 0px;
  z-index: 99;
  width: inherit;
  box-sizing: border-box;
  border: 1px solid #cadce8;
  border-radius: 2px;
}
#header .languages-flags {
  margin-top: -18px;
}
.languages-flags li {
  display: block;
  background-color: #eff8fe;
  border-width: 0;
  border-style: inherit;
  border-color: inherit;
  margin: 0;
  padding-bottom: 2px;
  text-align: left;
  font-size: 12px;
}
.languages-flags li.current span.lng {
  cursor: default;
}
.languages-flags li.current .arrow-down:after {
  border-top-color: #116d9f;
  border-width: 4px;
  margin-top: 4px;
}
.languages-flags:hover li.current {
  border-bottom-width: inherit;
}
.languages-flags li.current span.lng span,
.languages-flags a span {
  position: relative;
  top: 1px;
  left: 3px;
}
.languages-flags li:hover {
  background-color: #fff;
}
.languages-flags ul li.not-current {
  display: none;
}
.languages-flags:hover ul li.not-current {
  display: block;
}
.languages-flags li.current span.lng,
.languages-flags a,
.languages-flags a:hover {
  display: block;
  text-decoration: none;
  line-height: 20px;
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.languages-flags img {
  margin: 0 0 0 5px;
  vertical-align: middle;
}
.mobile-header .languages-box {
  background-color: #363636;
}
.mobile-header .language-label {
  padding: 8px 10px;
}
.mobile-header .languages {
  margin-top: 0px !important;
  width: auto;
}
.mobile-header .languages ul {
  border-width: 0;
  position: static;
}
.mobile-header .languages li {
  display: block !important;
  float: left;
  width: 45px;
  text-align: center;
  background-color: transparent;
  border: 1px solid rgba(255,255,255,0.5);
  padding-top: 3px;
}
.mobile-header .languages a {
  padding-top: 0;
  padding-bottom: 0;
}
.mobile-header .languages li span.lng span,
.mobile-header .languages-flags a span {
  display: block;
}
.mobile-header li.current .arrow-down:after {
  display: none;
}

.header-links a {
  margin-left: 20px;
}
.header-links a:first-child {
  margin-left: 0px;
}
.header-links .name {
  opacity: 0.58;
}

#header div.search {
  position: static;
  top: auto;
  left: auto;
  height: auto;
  line-height: inherit;
  float: right;
  width: 240px;
}
div.search {
  border: 1px solid #dfdfdf;
  border-radius: 3px;
}
.search input.text,
#header .search input.text {
  width: 88%;
  box-sizing: border-box;
  height: 19px;
  margin: 2px 0 0 0;
  padding: 0 2.5%;
  border: 0;
  background: none;
  float: left;
  font-size: 12px;
  box-shadow: none;
}
.search .search-button,
#header .search .search-button {
  width: 12%;
  height: 22px;
  margin: 0;
  background: url(../images/custom/search.png) no-repeat center center; 
  outline: none;
  border-width: 0;
  overflow: hidden;
  text-indent: -5000px;
  cursor: pointer;
  box-sizing: content-box;
  padding: 0;
}

/**
 * Mobile header
 */
.mobile-header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: #eef7fd;
  z-index: 1500;/*more than .fancycat-icons-e ul li*/
}
.nav-pills {
  margin: 0;
}
.nav-pills > li {
  float: left;
}
.dropdown-toggle {
  display: block;
  padding: 11px 14px 12px;
  text-decoration: none !important;
  overflow: hidden;
  font-size: 17px;
}
.dropdown.open .dropdown-toggle,
.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background-color: #676767;
  color: #ffffff;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  min-width: 198px;
  display: none;
  background-color: #676767;
  border: 1px solid #676767;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  color: #ffffff;
}
.dropdown.open .dropdown-menu {
  display: block;
}
.dropdown-menu ul {
  list-style: none;
}
.dropdown-menu li a {
  color: #ffffff;
  display: block;
  padding: 8px 10px;
  text-decoration: none;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
  background-color: #363636;
}
#search-box {
  position: fixed;
  left: 0;
  top: 40px;
  width: 100%;
  padding: 10px 2.5%;
  box-sizing: border-box;
}
#search-box div.search {
  width: 100%;
  background-color: #ffffff;
}
#search-box .search input.text {
  font-size: inherit;
  height: auto;
}
#search-box .search input.text,
#search-box .search .search-button {
  padding-top: 3px;
  padding-bottom: 3px;
}

#footer .box {
  min-height: 53px;
  background-color: #f7f7f7;
  border: none;
  position: relative;
  width: auto;
  padding: 15px 0 10px;
}
.uo-box {
  font-size: 11px;
  padding-bottom: 15px;
}
#footer .footer-links {
  padding-bottom: 13px;
  text-align: center;
}
#footer .footer-links a {
  padding-right: 10px;
  padding-left: 10px;
  white-space: nowrap;
  line-height: 1.5em;
}
#footer .subbox {
  background-color: transparent;
  border-top-width: 0;
  color: inherit;
  height: auto;
  position: static;
  vertical-align: inherit;
  font-size: 11px;
  text-align: center;
}
ul.soc-footer-links {
  display: inline-block;
  margin-left: 12px;
  font-size: 32px;
  line-height: 1em;
  vertical-align: middle;
}
ul.soc-footer-links li {
  margin-left: 3px;
}
ul.soc-footer-links li:first-child {
  margin-left: 0;
}
.fa-facebook-square {
  color: #3b589e;
}
.fa-twitter-square {
  color: #58b9ee;
}
.fa-pinterest-square {
  color: #cb2027;
}
#footer .copyright,
#footer .prnotice {
  display: inline-block;
  margin-right: 0.25em;
  margin-left: 0.25em;
  margin-bottom: 7px;
}

/**
 * Top horizontal menu
 */
.navbar {
  border-radius: 5px;
  margin-bottom: 25px;
  min-height: 50px;
  position: relative;
  background-color: #676767;
  border: 1px solid #676767;
}
.navbar-nav {
  float: left;
  margin: 0;
}
.navbar-nav > li {
  float: left;
}
.navbar-nav > li > a {
  font-size: 19px;
  padding: 15px 20px;
  text-decoration: none;
  line-height: 20px;
  display: block;
  color: #ffffff;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  background-color: #363636;
}
.navbar-nav > li.current > a {
  background-color: #4e4e4e;
}
.nav {
  list-style: none;
  padding-left: 0;
}
.nav > li {
  display: block;
  position: relative;
}

/**
 * Location bar
 */
#location {
  min-height: inherit;
  line-height: 24px;
  margin-bottom: 21px;
  color: #a2a2a2;
  font-size: 12px;
}
span.bread-crumb {
  font-size: inherit;
  color: inherit;
  opacity: 0.93;
}
a.bread-crumb {
  font-size: inherit;
}
#location span {
  padding-right: 0;
  padding-left: 0;
}
#location a + span {
  padding-right: 7px;
  padding-left: 7px;
}
@media screen {
  /*home icon in location bar*/
  #location > a:first-child {
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 23px;
    border-radius: 12px;
    overflow: hidden;
    white-space: nowrap;
    background: #859eae;
    background: -moz-linear-gradient(top,  #859eae 0%, #6f899c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#859eae), color-stop(100%,#6f899c));
    background: -webkit-linear-gradient(top,  #859eae 0%,#6f899c 100%);
    background: -o-linear-gradient(top,  #859eae 0%,#6f899c 100%);
    background: -ms-linear-gradient(top,  #859eae 0%,#6f899c 100%);
    background: linear-gradient(to bottom,  #859eae 0%,#6f899c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#859eae', endColorstr='#6f899c',GradientType=0 );
  }
  #location > a:first-child:before {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    background: url(../images/custom/home.png) 50% 50% no-repeat;
  }
}
div.printable-bar {
  padding-top: 4px;
}
.printable-bar a {
  padding: 2px 20px 2px 0px;
  color: #888;
  font-size: 11px;
  background-position: right center;
}

/**
 * Side bar container
 */
.menu-dialog {
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  margin-bottom: 20px;
}
.menu-dialog .title-bar {
  background-image: none;
  background-color: transparent;
  border-bottom-width: 0;
  height: auto;
  width: auto;
  padding: 16px 20px 0;
  margin-bottom: 16px;
  overflow: visible;
}
.menu-dialog .title-bar h2 {
    font-size: 18px;
    color: #404549;
    font-weight: 400;
    height: auto;
    line-height: 1.1;
    white-space: inherit;
}
.menu-dialog .content {
  padding: 0 20px 20px;
  background-color: transparent;
}
.menu-dialog ul li a {
  font-size: inherit;
}
.menu-dialog .item {
  font-size: inherit;
  color: inherit;
}

/**
 * Dialog container
 */
.dialog {
  border-width: 0;
  margin-bottom: 42px;
}
.dialog .title {
  color: inherit;
  background-image: none;
  background-color: transparent;
  height: auto;
  min-height: 40px;
  line-height: 40px;
  font-weight: inherit;
  padding-left: 0;
  border-width: 0;
  margin-bottom: 16px;
  overflow: visible;
}
.dialog .title h2 {
  font-size: 24px;
  line-height: inherit;
  white-space: normal;
}
.dialog .content {
  padding: 0;
  color: inherit;
}
.list-dialog .title {
  padding-right: 12px;
  padding-left: 12px;
  background: #f8f8f8;
  background: -moz-linear-gradient(top,  #f8f8f8 30%, #f1f1f1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#f8f8f8), color-stop(100%,#f1f1f1));
  background: -webkit-linear-gradient(top,  #f8f8f8 30%,#f1f1f1 100%);
  background: -o-linear-gradient(top,  #f8f8f8 30%,#f1f1f1 100%);
  background: -ms-linear-gradient(top,  #f8f8f8 30%,#f1f1f1 100%);
  background: linear-gradient(to bottom,  #f8f8f8 30%,#f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f1f1f1',GradientType=0 );
}
.list-dialog .title h2 {
  width: auto;
  float: left;
  font-size: 20px;
}
.list-dialog .title,
.navigation-bar {
  border-top: 1px solid #dfdfdf;
}
.products-dialog .content {
}
.noborder {
  border: 0px none;
}
.noborder .title {
  background: transparent none;
  display: none;
}
.noborder .content {
  padding: 0px;
}

/**
 * Buttons
 */
button.button {
  height: auto;
  padding: 0px;
  background-color: #ffffff;
  border: 1px solid #5194c5;
  border-radius: 5px;
}
button.button .button-right {
  background-image: none;
  padding-right: 10px;
  height: auto;
}
button.button .button-left {
  display: block;
  background-image: none;
  padding-right: 5px;
  padding-left: 15px;
  font-family: Helvetica, Arial, sans-serif;
  color: #5194c5;
  font-weight: normal;
  font-size: 16px;
  height: auto;
  line-height: 32px;
}
button.button:hover {
  background-color: #ffffff;
  border-color: #45acf6;
}
button.button:hover .button-left {
  color: #45acf6;
}
div.button {
  padding-right: 10px;
  background-image: none;
  background-color: #ffffff;
  border: 1px solid #5194c5;
  border-radius: 5px;
}
div.button a,
div.button div {
  background-image: none;
  padding-right: 5px;
  padding-left: 15px;
  line-height: 32px;
  font-family: Helvetica, Arial, sans-serif;
  color: #5194c5;
  font-weight: normal;
  font-size: 16px;
}
div.button:hover {
  background-color: #ffffff;
  border-color: #45acf6;
}
div.button:hover a,
div.button:hover div {
  color: #45acf6;
}

.ui-dialog-content .ui-button,
.ui-dialog-buttonpane .ui-button
{
  background-image: none;
  background-color: #ffffff;
  border: 1px solid #5194c5;
}
.ui-dialog-content .ui-button,
.ui-dialog-content a.ui-button,
.ui-dialog-buttonpane .ui-button,
.ui-dialog-buttonpane a.ui-button
{
  color: #5194c5;
}
.ui-dialog-content .ui-button:hover,
.ui-dialog-buttonpane .ui-button:hover
{
  background-color: #ffffff;
  border-color: #45acf6;
}
.ui-dialog-content .ui-button:hover,
.ui-dialog-buttonpane .ui-button:hover
{
  color: #45acf6;
}

div.dropout-container{
	position:relative;
}
div.drop-out-button div:after {
  content: url(../images/custom/dropout_btn.png);
  display: inline-block;
  margin: -3px -6px 0 5px;
  vertical-align: middle;
}
div.dropout-wrapper .button {
  margin-top: 0;
  position: relative;
  float: left;
}
div.dropout-box {
  margin-top: 34px;
  color: #bebebe;
}

button.simple-button {
  color: #005d98;
  font-size: 12px;
}
a.simple-button {
  font-size: 12px;
  font-weight: bold;
  line-height: 34px;
}

button.main-button {
    background-color: #98b535;
    border-color: #98b535;
}
button.main-button .button-left {
  color: #ffffff;
}
button.main-button:hover {
  background-color: #ffffff;
  border-color: #98b535;
}
button.main-button:hover .button-left {
  color: #98b535;
}
div.main-button {
  background-color: #98b535;
  border-color: #98b535;
}
div.main-button div,
div.main-button a {
  color: #ffffff;
}
div.main-button:hover {
  background-color: #ffffff;
  border-color: #98b535;
}
div.main-button:hover a,
div.main-button:hover div {
  color: #98b535;
}

.ui-dialog-content .ui-button.main-button,
.ui-dialog-buttonpane .ui-button.main-button
{
  background-color: #98b535 !important;
  border-color: #98b535;
}
.ui-dialog-content .ui-button.main-button,
.ui-dialog-buttonpane .ui-button.main-button
{
  color: #ffffff;
}
.ui-dialog-content .ui-button.main-button:hover,
.ui-dialog-buttonpane .ui-button.main-button:hover
{
  background-color: #ffffff !important;
  border-color: #98b535;
}
.ui-dialog-content .ui-button.main-button:hover,
.ui-dialog-buttonpane .ui-button.main-button:hover
{
  color: #98b535;
}

div.checkout-1-button a {
  background-image: none !important;
  line-height: 32px !important;
  color: #5194c5 !important;
  font-weight: normal !important;
  font-size: 16px !important;
}
div.checkout-1-button:hover {
  background-color: #ffffff;
  border-color: #45acf6;
}
div.checkout-1-button:hover a {
  color: #45acf6 !important;
}

div.checkout-3-button,
.minicart-box .minicart-checkout-button {
  background-image: none !important;
  background-color: #98b535 !important;
  border-color: #98b535;
  padding-right: 10px !important;
}
div.checkout-3-button a,
.minicart-box .minicart-checkout-button a {
  background-image: none !important;
  line-height: 32px !important;
  color: #ffffff !important;
  font-weight: normal !important;
  font-size: 16px !important;
}
div.checkout-3-button:hover,
.minicart-box .minicart-checkout-button:hover {
  background-color: #ffffff !important;
  border-color: #98b535;
}
div.checkout-3-button:hover a,
.minicart-box .minicart-checkout-button:hover a {
  color: #98b535 !important;
}

/**
 * Icon of "Add to cart" button
 */
button.main-button.add-to-cart-button .button-left .fa {
  margin-right: 6px;
  margin-left: -5px;
}
.product-details button.main-button.added-to-cart-button .button-left .fa {
  /* hide check mark on product details */
  display: none;
}

/**
 * "Add to cart" button in multicolumn list
 */
.products-div button.add-to-cart-button .button-right {
  padding-right: 2px;
}
.products-div button.add-to-cart-button .button-left {
  overflow: hidden;
  padding-right: 0px;
  padding-left: 2px;
  width: 28px !important;
}
.products-div button.add-to-cart-button.do-add2cart-wait .button-left,
.products-div button.add-to-cart-button.do-add2cart-success .button-left,
.products-div button.add-to-cart-button.do-add2cart-error .button-left {
  font-size: 9px !important;
  font-family: Tahoma;
}
.products-div button.add-to-cart-button .button-left .fa {
  width: 100%;
  margin-left: 0;
}

/**
 * Wishlist button
 */
button.button-wl {
  background-color: #5194c5;
}
button.button-wl .button-right {
  padding-right: 2px;
}
button.button-wl .button-left {
  overflow: hidden;
  padding-right: 0px;
  padding-left: 2px;
  width: 28px !important;
  color: #ffffff;
}
button.button-wl .button-left .fa {
  margin-right: 6px;
  width: 100%;
  position: relative;
  top: 0.0625em;
}

button.simple-main-button,
a.simple-main-button {
   color: #8f1d1d;
}

button.clear-cart-button .button-left:after {
  content: url(../images/custom/delete.png);
  display: inline-block;
  margin: -3px -6px 0 10px;
  vertical-align: middle;
  opacity: 0.75;
}
button.clear-cart-button:hover .button-left:after {
  opacity: 1.0;
}

a.simple-delete-button {
  color: #505050;
  font-weight:normal;
  text-decoration:none;
  background:url(../images/custom/delete.png) left 50% no-repeat;
  padding-left:17px;
}
a.simple-delete-button:hover {
  color: #505050;
  text-decoration:underline;
}

a.simple-delete-button-woicon {
	color: #8f1d1d;
}

.button-row,
.button-row-right {
  height: 34px;
  line-height: 34px;
}

.buttons-row-right,
.buttons-row,
.minicart-box .buttons-row
{
  height: 34px;
  margin-top: 0;
}
.buttons-row .button-separator {
  width: 7px;
  height: 34px;
}
.buttons-row-right .button-separator {
  width: 16px;
}
.buttons-auto-separator .button,
.buttons-auto-separator button.simple-button,
.buttons-auto-separator a.simple-button
{
  margin-right: 16px;
}

.data-table td.data-name {
  color: #53769d;
}
.data-table td {
  line-height: 30px;
}
.data-table tr td.data-name label {
  line-height: inherit;
}
form[name="giftregmanageform"] .data-table td,
form[name="processorderform"] .data-table td {
  line-height: inherit;
}
.data-table td.data-required,
td.data-required,
div.data-required,
span.star
{
  color: #ff0000;
}
.data-table .error-message {
  color: #8f1d1d;
}
.register-section-title {
  height: auto;
}
.register-table .register-section-title,
.product-details .product-subtitle {
  padding-top: 20px;
  padding-bottom: 15px;
}
.register-section-title label,
.giftcert-table .giftcert-title,
.product-details .product-subtitle div,
.products .product-details-title {
  font-size: 13px;
  color: #404549;
}
.register-section-title div,
.product-details .product-subtitle div {
  border-color: #404549;
  border-bottom-width: 0;
  padding: 2px 0 1px;
}
.register-table .register-exp-section label {
  border-bottom: 1px dashed;
}
table.register-table td.data-name {
  text-align: left;
}

/**
 * Sort bar
 */
.search-sort-bar {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  height: auto;
  line-height: 22px;
  font-size: 12px;
  text-align: inherit;
}
.search-sort-title {
  display: none;
}
.search-sort-cell {
  display: inline-block;
}
.search-sort-cell,
.list-dialog .title div.sort-box .search-sort-cell {
  padding-right: 0;
}
a.search-sort-link {
  display: inline-block;
  border-radius: 3px;
  color: #32546e;
  margin-right: 2px;
  margin-left: 2px;
}
.search-sort-bar a.search-sort-link {
  padding-right: 6px;
  padding-left: 6px;
}
.search-sort-bar a.up-direction,
.search-sort-bar a.down-direction {
  background-image: none;
  background-color: #637b8e;
  color: #ffffff;
  font-weight: inherit;
  margin-right: 0;
  margin-left: 0;
}
a.up-direction:after,
a.down-direction:after {
  margin-left: 5px;
  font-family: FontAwesome;
  display: inline-block;
}
a.up-direction:after {
  content: '\f176';/* fa-long-arrow-up */
}
a.down-direction:after {
  content: '\f175';/* fa-long-arrow-down */
}
.list-dialog .title div.sort-box {
  height: auto;
  position: static;
  right: auto;
  top: auto;
  width: auto;
  float: right;
}
.list-dialog .title div.sort-box .search-sort-bar {
  margin-top: 10px;
}

/**
 * Pagination
 */
.navigation-bar.simple-list-left {
  display: inline-block;
}
.navigation-bar,
.navigation-bar.simple-list-left {
  margin-bottom: 18px;
}
.navigation-bar {
  padding-top: 10px;
}
.navigation-bar:first-child {
  padding-top: 0;
  border-top-width: 0;
}
.nav-pages {
  display: inline-block;
  white-space: normal;
}
.nav-pages * {
  display: inline-block;
}
.nav-pages-title {
  display: none;
}
.nav-pages a {
  text-decoration: none;
}
.nav-pages .right-delimiter,
.nav-pages > :last-child {
  border: 1px solid #d7e1e8;
  padding: 6px 12px;
  margin-right: 3px;
  margin-bottom: 3px;
}
.nav-pages a.right-delimiter:hover,
.nav-pages > a:last-child:hover {
  border-color: #b1c9e0;
}
.nav-pages .current-page {
  font-weight: inherit;
  cursor: default;
  background-color: #5b9ece;
  border-color: #5b9ece;
  color: #ffffff;
}
.nav-pages .nav-dots {
  border-width: 0;
}
.nav-pages .right-arrow {
  background-image: url(../images/custom/navigation_arrow_right.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.nav-pages .left-arrow {
  background-image: url(../images/custom/navigation_arrow_left.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.nav-pages .right-arrow img,
.nav-pages .left-arrow img {
  display: none;
}
.nav-pages .left-arrow:after,
.nav-pages .right-arrow:after {
  content: '.';
  visibility: hidden;
}
.per-page-selector {
  font-size: 12px;
}


/**
 * NoScript warning
 */
.noscript-warning {
  left: 30%;
  border: 1px solid #dddddd;
}
.noscript-warning .content {
  min-height: inherit;
  height: 32px;
}

/**
 * Categories list
 */
.menu-categories-list li,
.menu-fancy-categories-list li {
  border-top: 1px dotted #dfdfdf;
}
.menu-categories-list li.first,
.menu-fancy-categories-list li.first {
  border-top-width: 0;
}
.menu-categories-list ul li {
  padding: 0;
  background-image: none;
}
.menu-categories-list ul li a {
  font-size: 20px;
  padding: 10px 14px 10px 0;
  display: block;
}
.menu-categories-list ul li a:hover {
  text-decoration: none;
}

/**
 * Flyout Menus
 */
.fancycat-icons-e {
  margin-right: -10px;
  margin-left: -10px;
}
.fancycat-icons-e ul {
  width: 238px;
}
.fancycat-icons-e li ul {
  top: -6px;
  left: 244px;
  border: 1px solid #dfdfdf;
}
.fancycat-icons-e .fancycat-icons-level-0 {
  width: auto;
  min-width: 100%;
}
.fancycat-icons-e .fancycat-icons-level-1 {
  top: -1px;
  left: 100%;
  margin-left: -2px;
}
.fancycat-icons-e ul li {
  padding: 0px;
}
.fancycat-icons-e li:hover,
.fancycat-icons-e li.over
{
 background-color: #f7f7f7;
 background-color: rgba(0,0,0,0.03);
}
.fancycat-icons-e ul li a:link,
.fancycat-icons-e ul li a:visited,
.fancycat-icons-e ul li a:hover,
.fancycat-icons-e ul li a:active
{
  font-size: inherit;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  line-height: inherit;
}
.fancycat-icons-e a.sub-link:link,
.fancycat-icons-e a.sub-link:visited,
.fancycat-icons-e a.sub-link:hover,
.fancycat-icons-e a.sub-link:active
{
  background-position: 97% center;
  background-image:url(../images/custom/tree_subdir_plus.gif);
}
.fancycat-icons-e a.sub-link {
  /* for displaying the flyout block outside the parent block */
  border-right: 6px solid transparent;
  margin-right: -6px;
}
.fancycat-icons-e .fancycat-icons-level-0 > li > a {
  font-size: 20px !important;
}
.fancycat-icons-e img {
  top: auto;
  margin-top: 0.3em;
}
.fancycat-icons-c {
  padding-top: 0px;
  padding-left: 0px;
}
.fancycat-icons-c li ul li {
  border-top-width: 0;
}
.fancycat-icons-c ul li a:link,
.fancycat-icons-c ul li a:visited,
.fancycat-icons-c ul li a:hover,
.fancycat-icons-c ul li a:active
{
  font-size: 13px;
}
.fancycat-icons-c a.arrow {
  top: auto !important;
  margin-top: 0.3em;
}

/**
 * Minicart
 */
.menu-minicart {
  border-width: 1px;
  border-color: #cadce8;
  background-image: none;
  background-color: #eff8fe;
  padding: 16px 13px 11px;
}
.menu-minicart .title-bar {
  background: none;
  border: none;
  margin: -4px 0 -4px -3px;
  padding: 0;
  float: left;
  width: auto;
}
.menu-minicart .content {
  background: none;
  border: none;
  padding: 0 0 0 7px;
}
.ajax-minicart .minicart-button,
.menu-minicart .icon {
  width: 45px;
  height: 45px;
  display: inline-block;
  background: transparent url(../images/custom/shopping-bag-1.png) no-repeat center center;
  background-size: contain;
}
.full-mini-cart .icon {
}
.ajax-minicart .minicart-button-show {
}
.ajax-minicart .minicart-button {
  cursor: pointer;
  z-index: 100;
}
div.minicart {
  color: #6999c4;
  font-size: inherit;
}
div.minicart .empty {
}
div.minicart .full {
}
.minicart-checkout-link {
  font-size: 18px;
}
.minicart-empty-text {
  display: none;
}
#left-bar .menu-minicart .empty .minicart-items-value,
#left-bar .menu-minicart .empty .minicart-items-label {
  display: none;
}
#left-bar .menu-minicart .empty .minicart-empty-text {
  display: inline;
}
.minicart-box {
  box-shadow: 1px 1px 5px #c0c0c0;
  border-radius: 5px;
  top: 65px;
  right: auto;
  left: 0;
  border: 1px solid #dfdfdf;
  padding: 10px;
}
.minicart-box .cart-items li {
  font-size: 12px;
}
.minicart-box input.quantity {
  width: 40px;
}
.minicart-box ul li a.delete {
  display: inline-block;
  padding-left: 0;
  margin-left: 10px;
  background: url(../images/custom/delete1.png) left top no-repeat;
  width: 13px;
  height: 13px;
}
.minicart-box .checkout-popup-link a.link:after {
  content: url(../../common_files/images/checkout_arrow.gif);
  margin-left: 5px;
}
.minicart-box .checkout-popup-link .link span {
  border-bottom: 1px dashed;
}
.minicart-box .buttons-row .light-button div,
.minicart-box .buttons-row .light-button a,
.minicart-box .buttons-row .light-button .button-left
{
  font-size: 12px;
}
.minicart-buttons {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 6px;
}
.minicart-buttons .buttons-row {
  display: inline-block;
}
#header .ajax-minicart .title-bar {
  position: static;
}
#header .minicart-box {
  left: auto;
  right: 0;
  top: 73px;
}
#header .menu-minicart {
  position: relative;
  float: right;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-width: 0;
  margin-bottom: 0;
  margin-left: 20px;
}
#header .menu-minicart .content {
  float: left;
}
#header div.minicart {
  text-align: center;
  font-size: 11px;
}
#header .minicart-items-delim,
#header .minicart-checkout-link,
#header .minicart-items-total {
  display: none;
}
#header .minicart-items-value,
#header .minicart-items-label {
  display: block;
  line-height: 1em;
  color: black;
}
#header .minicart-items-value {
  font-size: 26px;
}

/**
 * Products list in menu column
 */
.menu-products ul li {
  clear: left;
  padding-right: 8px;
}
.menu-products .product-photo {
  float: left;
  width: 72px;
  text-align: center;
}
.menu-products .product-photo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100px;
}
.menu-products .details {
  padding-left: 88px;
}
.menu-products .price-row {
  margin-top: 5px;
}
.menu-products-thumbnails ul li {
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 22px;
}
.menu-products-thumbnails .product-title {
  font-size: 16px;
}
.menu-products-links .product-title {
  font-family: inherit;
}

.menu-special ul li,
.menu-help ul li,
.menu-manufacturers ul li
{
  padding-top: 0;
  padding-bottom: 0;
}
.menu-special li + li,
.menu-help li + li,
.menu-manufacturers li + li,
.menu-products-links li + li
{
  margin-top: 0.5em;
}
#left-bar .gift-certificate {
  text-align: center;
}
#left-bar .gift-certificate a img {
  width: 100%;
}
.menu-news .news > strong:first-child {
  font-weight: normal;
  opacity: 0.58;
}
.menu-news .news,
.menu-reviews-section .acr-comment {
  font-size: 13px;
}
.menu-survey .survey-answers {
  padding-left: 20px;
}
.menu-survey .survey-answer label > input[type=radio] {
  margin-left: -20px;
  margin-right: 3px;
}
.menu-survey .iv-box {
  text-align: center;
}

/**
 * Home page
 */
.welcome-table {
}
.bestsellers-cell {
  float: right;
  width: 265px;
}
.welcome-cell.with-bestsellers {
  margin-right: 285px;
}
.home-container #left-bar .menu-bestsellers {
 display: none;
}

.welcome-img {
  margin-bottom: 15px;
  text-align: center;
}
.welcome-img img {
  max-width: 100%;
}

/**
 * Category page
 */
.subcategory-descr,
.subcategory-list {
  margin-bottom: 40px;
}
.subcategory-descr img {
  height: auto;
  max-width: 100%;
}
.subcategory-list {
  margin-top: 5px;
  list-style: none;
}
.subcategory-list a {
  font-size: 19px;
}
ul.subcategories {
  padding-bottom: 0px;
}
ul.subcategories a {
  font-weight: normal;
}
ul.subcategories li {
  margin-top: 0.5em;
  margin-bottom: 0px;
}
ul.subcategories li:first-child {
  margin-top: 0;
}

.labels {
  display: inline-block;
}
.labels .label {
  padding: 4px 10px;
  font-style: italic;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  margin-left: 1em;
  vertical-align: baseline;
  line-height: 1.5;
  cursor: default;
  background-color: #85bc4b;
  border-color: #85bc4b;
  position: relative;
}
.labels .label > * {
  display: inline-block;
}
.labels .label:before {
  content: '';
  position: absolute;
  left: -4px;
  top: 50%;
  margin-top: -3px;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-right: 4px solid;
  border-right-color: inherit;
  border-bottom: 3px solid transparent;
}

/**
 * Product details page
 */
.product-details .image {
  margin-left: 0px;
  margin-bottom: 20px;
}
.product-details .details {
  padding-left: 0;
}
.product-details .details .descr {
  padding-top: 10px;
}
.product-details .message {
}
.product-details .customer-message {
}
.product-details .quantity-row {
  margin-bottom: 10px;
}
.product-details #orderform {
  display: inline-block;
  width: 408px;
  max-width: 100%;
}
/* Product properties table */
table.product-properties {
  width: auto;
  margin-bottom: 17px;
}
.product-properties > tbody {
  display: block;
}
.product-properties > tbody > tr {
  display: block;
  margin-bottom: 4px;
}
.product-properties .product-subtitle {
  display: block;
}
.product-properties .separator {
  height: 10px;
  margin-bottom: 0;
}
.product-properties .separator td {
  display: none;
}
table.product-properties .product-input {
  height: auto;
}
table.product-properties .property-name {
  width: 150px;
  white-space: normal;
  display: inline-block;
  padding: 0;
  opacity: 0.58;
  vertical-align: middle;
  color: inherit;
  font-size: inherit;
}
table.product-properties .property-value {
  width: auto;
  white-space: normal;
  display: inline-block;
  padding: 0;
  vertical-align: middle;
}
table.product-properties .product-price-value {
  font-family: inherit;
  font-weight: inherit;
  font-size: 36px;
  white-space: normal;
}
table.product-properties .product-market-price {
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: 22px;
  white-space: normal;
  opacity: 0.58;
}
.product-properties .product-taxed-price .currency {
  text-decoration: line-through;
}
.product-properties .product-options {
  background-color: #f4f4f4;
  padding: 13px 20px 1px;
  box-sizing: border-box;
  max-width: 300px;
}
.product-properties .product-options tr {
  margin-bottom: 14px;
}
.product-properties .product-options .property-name,
.product-properties .product-options .property-value {
  display: block;
  width: auto;
}
.product-properties .product-options .property-name {
  margin-bottom: 4px;
}
.product-properties .product-options select {
  width: 100%;
}
/* Detailed product images styles */
div.dpimages-popup-link {
  margin-top: 0;
}
.dpimages-popup-link a {
  display: block;
  width: 55px;
  height: 55px;
  background: url(../images/custom/loupe.png) 50% 50% no-repeat !important;
  padding: 0 !important;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  text-indent: -5000px;
}
.printable .dpimages-popup-link {
  display: none;
}
.dpimages-icons-box {
  margin-right: auto;
  margin-left: auto;
  background-color: #ededed;
  padding: 8px;
  margin-top: 19px;
}
.dpimages-icons-box a {
  box-sizing: border-box;
  padding: 3px;
  margin: 2px;
  background-color: #ffffff;
  border: 0 !important;
}
.dpimages-icons-box a:hover {
  box-shadow: 3px 3px 0 #6d6d6d inset, -3px -3px 0 #6d6d6d inset;
}
.product-details .ask-question {
  margin-top: 0;
}
#product-tabs-related,
#product-tabs-recommends {
  padding-right: 0;
  padding-left: 0;
}

/**
 * Products list
 */
.fcomp-compare-buttons {
  padding-top: 0px;
  padding-bottom: 10px;
}
.fcomp-compare-buttons .buttons-row {
  height: auto;
}
.fcomp-compare-buttons .button {
  margin-bottom: 15px;
  float: none;
  display: inline-block;
}
div.market-price {
  margin-top: auto;
}
.products {
  margin-top: 15px;
}
.product-title {
  line-height: 1.1;
}
.products .product-title,
.product-details .product-title
{
  font-weight: normal;
}
.products .descr {
  font-size: 12px;
  padding-top: 0px;
}
.products .price-row {
  line-height: inherit;
  text-align: inherit;
}
.products .market-price-value {
  background-image: none;
  text-decoration: line-through;
  font-size: 16px;
  font-weight: normal;
}

.products .labels {
  position: absolute;
  top: 12px;
  right: 12px;
}
.products-div .labels {
  top: 23px;
  right: 10px;
}

.price-value,
.products .price-value,
.pconf-price-row .price-value,
table.product-properties .product-price-value,
.totals .total-value
{
  color: #98b535;
}
.products .price-value {
  font-size: inherit;
  font-weight: inherit;
}
.products-list .price-value {
  font-size: 20px;
}
.products-div .price-value {
  font-size: 18px;
}
.products .price-save{
	color: #005d98;
}
.products .taxes {
  margin-top: 15px;
}
.products-list .item {
  padding: 12px;
  margin-bottom: 20px;
}
.products-list .image {
  padding-top: 0;
  padding-left: 0;
}
.products .image .image-wrapper a {
  display: inline-block;
}
.products-list .details {
  padding-left: 24px;
}
.products-list .product-title {
  font-size: 20px;
}
.products-list .descr {
  padding-top: 1px;
}
.products-list .price-cell {
  padding-top: 0.7em;
}
.products-div .product-title,
.product-details .product-title
{
  font-size: 18px;
}
.products-div .price-cell {
  padding-top: 0;
}
.products-list .buy-now .center,
.products-list .buy-now .halign-center
{
  margin-left: 0px;
  text-align: left;
}
.products-list .buy-now .button-row, 
.products-list .buy-now .button-row-right {
	margin: 0px 7px 0 0;
	float:left;
}
.buttons_do_not_disappears{
	position:relative;
	width:2px;
	float:left;
	height:0px;
}
.quantity-row .buttons-row .add-to-cart-button{
	margin:0px 7px 0 0;
}
.products .buy-now .quantity-empty {
  height: 0px;
}
.products .buy-now,
.quantity-row {
  line-height: 32px;
}
.products .buy-now .quantity,
.products .buy-now .buttons-row > .button,
.products .buy-now .buttons-row .dropout-wrapper,
.quantity-row .quantity,
.quantity-row .buttons-row > .button,
.quantity-row .buttons-row .dropout-wrapper
{
  margin-bottom: 7px;
}
.products .buy-now .quantity,
.quantity-row .quantity
{
  float: left;
  position: relative;
  margin-right: 10px;
}
.products .buy-now .quantity-title {
	width: auto;
	padding-right: 3px;
}
.product-min-amount {
  clear: left;
  font-size: 0.85em;
  opacity: 0.58;
  line-height: normal;
}
.products-list .fcomp-checkbox-box {
  margin-top: 15px;
  margin-bottom: -5px;
}

.products-div {
  margin-left: -16px;
}
.products-div .item {
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
  padding: 0;
}
.products-div .item-box {
  margin: 0 0 0 16px;
  border: 1px solid #eeeeee;
  padding: 16px 16px 29px;
  position: relative;
}
.products-div .image {
  float: none;
  padding: 0;
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.products-div .image .image-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.products-div .details {
  padding: 0;
}
.products-div .product-title {
  display: block;
  min-height: 2.2em;
  margin-bottom: 0.5em;
}
.products-div .acr-general-product-rating {
  margin-left: -7px;
  padding-top: 1px;
}
.products-div .prod-notif {
  position: absolute;
  z-index: 2;
  line-height: normal;
}
.products-div .prod-notif-email {
  max-width: 80%;
}
.new_arrivals_date {
}
.simple-products-div {
}
.simple-products-div .item {
}
.welcome-cell.with-bestsellers .products-div .item {
  width: 50.0%;
}

/* Customer reviews styles */
.creviews-rating-box.message span {
  font-size: 12px;
}
.creviews-rating {
  padding: 0 0 0 5px;
  white-space: normal;
}

/**
 * 404 error page
 */
.error-page #content-container {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.error-page .subcontainer {
  width: 90%;
  max-width: 700px;
}
.error-page .code-number {
  width: 25%;
}
.error-page .description {
  width: 70%;
}

/**
 * Printable
 */
.printable #content-container2 {
  float: none;
  position: static;
  left: 0px;
  right: 0px;
  width: 100%;
}
.printable #center {
  float: none;
  position: static;
  width: 100%;
  left: 0px;
}
.printable #center-main {
  margin: 0 10px !important;
  position: static;
  padding: 0;
}
.printable #header {
  position: static;
}
.printable #header .line3,
.printable #header .menu-minicart
{
  display: none;
}
.printable #header .printable {
  display: none;
}
.printable #footer {
  position: static !important;
}
.printable #footer .box {
  background-color: transparent;
  background-image: none;
}

.printable button.button,
.printable div.button
{
  border: 1px solid #acb7c7;
}
.printable .button,
.printable .button * {
  background: transparent none !important;
  color: #343434 !important;
}
.printable .quantity-row .buttons-row a,
.printable .buttons-cell .buy-now a{
	display:none;
}
.printable .quantity-row .quantity,
.printable .buttons-cell .buy-now .quantity{
	background:none;
	padding:0;
	color:#000;
}

.printable .dialog .title {
  background: transparent none;
}
.printable .title h2 {
  margin: 0px;
  color:#333333;
}
.printable .product-details .dropout-wrapper {
  height: 150px;
}

/**
 * Shopping cart and Wishlist pages
 */
.cart.products {
  margin-top: 30px;
}
.cart hr {
  display: none;
}
.cart .item {
  border-top: 1px solid #dddddd;
  margin-bottom: 0;
  padding-bottom: 11px;
  padding-top: 8px;
}
.cart .item.first {
  border-top-width: 0;
  padding-top: 0;
}
.cart .item > tbody > tr {
  display: block;
  clear: left;
}
.cart .item .image {
  padding: 0 11px 0 26px;
  position: relative;
  box-sizing: border-box;
  width: 20%;
  float: left;
}
.cart .details {
  margin-left: 0;
  padding-top: 10px;
  box-sizing: border-box;
  width: 80%;
  float: left;
  vertical-align: inherit;
}
.cart .item .image img,
.cart .item .image .on_sale_wrapper {
  max-width: 100%;
}
.cart .item .image .simple-delete-button {
  position: absolute;
  top: 0;
  left: 0;
}
.cart .item .image .simple-delete-button span {
  display: inline-block;
  width: 0;
  overflow: hidden;
}
.cart .product-title {
  display: block;
  margin-bottom: 10px;
  font-family: inherit;
}
.cart .descr {
  padding-bottom: 0;
  margin-bottom: 7px;
  display: none;
}
.cart .poptions-list {
  margin-bottom: 15px;
  font-size: 12px;
}
.cart .poptions-list a.simple-button {
  font-weight: inherit;
  line-height: inherit;
}
.cart .poptions-title {
  margin-top: 0px;
  display: none;
}
.poptions-options-list {
  padding: 0;
}
.poptions-options-list td {
  padding-left: 0px;
  padding-top: 0px;
}
.poptions-options-list td:first-child {
  opacity: 0.58;
}
.cart .product-price-text,
.cart .price,
.cart .offers-common-price {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.cart .offers-common-price {
  background-image: none;
  text-decoration: line-through;
}
.cart .giftcert-item .buttons-row + .buttons-row {
  padding-left: 30px;
}
.cart .buttons-row {
  margin-top: 15px;
}
.cart .buttons-row .button {
  margin-bottom: 7px;
}
.cart .cart-border {
  background: #f6f6f6;
  border-top: 1px solid #dddddd;
  padding: 15px 15px 15px 10px;
  width: 100%;
  box-sizing: border-box;
}
div.cart table.totals {
  width: auto;
}
.cart table.totals td {
  vertical-align: middle !important;
}
.cart table.totals .total {
  padding-right: 30px;
}
table.totals tr td.total,
table.totals tr td.total-name,
table.totals tr td.total-value
{
  font-weight: normal !important;
}
.totals .total {
  color: inherit;
  white-space: normal;
}
.totals .total-name {
  color: inherit;
  white-space: normal;
}
.totals .total-line img {
  background-color: #dddddd;
}
table.totals tr.total td.total-name,
table.totals tr.total td.total-value,
.cart .totals > tbody > tr:last-child .total,
.cart .totals > tbody > tr:last-child .total-value {
  font-size: 22px;
}
.giftwrap-option {
  float: left;
}
.giftwrap-option + div {
  clear: left;
}
.giftwrap-message-text {
  margin-bottom: 20px;
}
.giftwrapping-cart .button-row {
  float: right;
  margin-top: 0;
}
.cart .buttons {
  height: auto;
  margin-top: 0;
}
.cart .buttons .buttons-row {
  margin-top: 30px;
}
.cart .left-buttons-row {
  position: static;
  top: auto;
  left: auto;
  float: left;
}
.cart .right-buttons-row {
  position: static;
  top: auto;
  right: auto;
  float: right;
  width: auto;
}
.simple-dialog .content {
  border: 1px solid #dddddd;
  background: #f6f6f6;
  padding: 22px 22px;
}
.add-coupon .data-name {
  display: inline-block;
  padding-top: 3px;
  padding-right: 10px;
  padding-bottom: 3px;
}
.add-coupon label {
  font-size: inherit !important;
  margin-bottom: 3px;
  vertical-align: middle;
}
.add-coupon input.text {
  font-size: 12px;
}

/**
 * Wishlist carousel on cart page
 */
.wl-carousel .image {
  border: 1px solid #dbdbdb;
}
.wl-carousel .product-title {
  font-size: 13px;
  font-weight: bold;
  border: 0px none;
  text-decoration: underline;
}
.wl-carousel div.price-row {
  padding: 5px 0 12px;
} 
.wl-dialog a.delete {
  padding-left: 10px;
  vertical-align: middle;
}
.wl-dialog a.delete img {
  background:url(../images/custom/delete.png) left top no-repeat;
  width:13px;
  height:13px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
  background: transparent url(../images/custom/left_arrow.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
  cursor: default;
  background-position: -21px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
  background: transparent url(../images/custom/right_arrow.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
  cursor: default;
  background-position: -21px 0;
}

/**
 * Common checkout styles
 */
.checkout-buttons {
  float: right;
}
.checkout-buttons .button {
  margin-bottom: 15px;
  float: left;
}
.checkout-buttons + .clearing {
  display: none;
}
.cart-container h1,
.checkout-container .opc-container h1 {
  display: inline;
  white-space: nowrap;
  margin-right: 10px;
}

/**
 * Fast Lane Checkout
 */
.flc-top-login {
  position: absolute;
  top: 0px;
  right: 10px;
  height: 40px;
  line-height: 40px;
  text-align: right;
  width: 50%;
  vertical-align: middle;
}
#header .flc-top-login .simple-button {
  margin-bottom: 7px;
}
.flc-top-login-text {
	white-space: nowrap;
	padding: 0px 10px 0px 0px;
}
.flc-container #center {
  text-align: center;
}
.flc-container #center-main {
  text-align: left;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}
div.flc-tabs-container {
  text-align: center;
}
div.flc-tabs {
  position: static;
  display: inline-block;
}
.flc-tab-marks-line img {
  background: #d0d0d0;
}
.flc-tab-marks-line .flc-tab-line-full .flc-tab-line-img1,
.flc-tab-marks-line .flc-tab-line-full .flc-tab-line-img2,
.flc-tab-marks-line .flc-tab-line-full .flc-tab-line-img3,
.flc-tab-marks-line .flc-tab-line-half .flc-tab-line-img1,
.flc-tab-marks-line .flc-tab-line-half .flc-tab-line-img3 {
  background:#1f6e9e;
}
.shipping-method a {
  /*Delivery method link on Place order step*/
  font-size: 12px;
}

/**
 * One page checkout
 */
div.opc-section-container{
	padding:0px;
}
div.opc-container #center-main,
div.flc-container #center-main
{
  width: auto;
  max-width: 1200px;
}
ul#opc-sections {
  min-width: 0;
}
ul#opc-sections li.opc-section {
  width: 31.5%;
  margin-right: 2.75%;
}
.cart-content tr td {
  padding: 6px 10px;
}
.cart-content tr th {
  padding-top: 6px;
  padding-bottom: 6px;
}
table.cart-content tr td{
	border-bottom: solid 1px #CCC;
}
table.cart-content tr td {
	font-size:12px;
}
.cart-content .cart-content-text {
  color: #1f6188;
}
.checkout-shippings tr td{
	padding: 10px 5px 10px 5px;
}
.checkout-payments tr td {
  padding: 2px;
}
div.address-book-link span.popup-link{
	font-size: inherit;
}
div.coupon-info p{
	font-size: 12px;
}
.opc-checkout-profile .opc-section-container{
	padding: 5px 0 5px 0;
}
div.address-book-link {
  padding-top: 15px;
  height: auto;
  min-height: 25px;
}
div.address-book-link div.buttons-box {
  margin-top: 10px;
}
.dcoupons-clear img {
  vertical-align: middle;
}
div.iv-box {
  padding-bottom: 20px;
}

/* XPC iframe styles */
.xpc-iframe-hidden {
  height: 0px;
}

.xpc-iframe-shown {
  height: 470px !important;
}

.checkout-form-xpc-shown {
  position: relative;
  margin-top: -20px !important;
}

.terms_n_conditions-xpc-shown {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/**
 * Address book form
 */
.address-field .data-name {
  width: 150px;
  display: inline-block;
}
.address-field div.data-required, 
.address-field div.data-optional {
  display: inline-block;
  margin-left: -15px;
  width: 15px;
}
div.address-field {
  margin-top: 3px;
}
.address-field .address-checkbox {
  padding-top: 5px;
}
.address-field input,
.address-field textarea,
.address-field select {
  margin-left: 0;
}
.address-main {
  padding: 10px 15px;
}
.address-main .new-address-label {
  padding-top: 60px;
}
.popup-address .address-main .new-address-label {
  padding-top: 38px;
}
.address-main .buttons-auto-separator .button {
  margin-right: 0;
}
.address-main .buttons-auto-separator .button + .button {
  margin-left: 12px;
}

/**
 * Invoice page
 */
.invoice-total-row td {
  border-top: 2px solid #58595b;
}
div.order-invoice,
.order_message-container .buttons-row {
  max-width: 800px;
}
.responsive .invoice-company-icon {
  display: inline-block;
  margin: auto;
  width: 36%;
}
.responsive .invoice-data-box {
  display: inline-block;
  width: 61%;
  padding-left: 2%;
}
.invoice-products tr td.invoice-product-column span {
  font-size: inherit;
}

/**
 * Advanced search form
 */
select.adv-search-select {
  width: 75%;
}
.adv-search .responsive-search .data-name,
.adv-search .responsive-search .data-input,
.adv-search .responsive-search .input-row,
.adv-search .responsive-search .search-button {
  display: inline-block;
}
.adv-search .responsive-search .data-name {
  width: 24%;
  font-weight: bold;
  vertical-align: top;
  word-wrap: break-word;
}
.adv-search .responsive-search .data-input.pattern {
  width: 50%;
  margin-right: 10px;
}
.adv-search .responsive-search .data-input.pattern input {
  width: 100%;
}
.adv-search .responsive-search .search-button {
  width: 15%;
}
.adv-search .responsive-search .button-row .data-name {
  margin-top: 0;
  vertical-align: top;
}
.adv-search .responsive-search .search-button button {
  vertical-align: middle;
}
.adv-search .responsive-search .input-row {
  width: 71%;
}
.adv-search .responsive-search .input-row,
.adv-search .responsive-search .data-input {
  margin-bottom: 5px;
}
.adv-search .responsive-search .expand-section {
  margin-left: 24%;
}
.adv-search .responsive-search label {
  line-height: inherit;
}

.prod-notif {
  padding: 10px 20px;
}
.popup-dialog .change-userinfo {
  width: 100%;
}

/**
 * Change font-family for some elements
 */
.menu-categories-list a,
.fancycat-icons-e .fancycat-icons-level-0 > li > a,
.product-title,
.navbar-nav
{
  font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
}

/**
 * Custom changes to jQuery UI theme
 */
.ui-tabs .ui-tabs-nav li {
  margin-right: 10px;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 11px 15px;
}
.ui-tabs .ui-tabs-panel {
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
}
.ui-widget {
  font-family: inherit;
}
.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button {
  font-family: inherit;
}
.ui-widget-content {
  border-color: #dddddd;
  color: inherit;
}
.ui-widget-header .ui-state-default {
  border-color: #cadce8;
  background: #e6f5ff;
  background: -moz-linear-gradient(top,  #eef8ff 0%, #e6f5ff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eef8ff), color-stop(100%,#e6f5ff));
  background: -webkit-linear-gradient(top,  #eef8ff 0%,#e6f5ff 100%);
  background: -o-linear-gradient(top,  #eef8ff 0%,#e6f5ff 100%);
  background: -ms-linear-gradient(top,  #eef8ff 0%,#e6f5ff 100%);
  background: linear-gradient(to bottom,  #eef8ff 0%,#e6f5ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef8ff', endColorstr='#e6f5ff',GradientType=0 );
}
.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited {
  color: #555555;
}
.ui-widget-header .ui-state-active {
  background-color: #ffffff;
  background-image: none;
}
.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error {
  background-image: none;
}
.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl {
  border-top-left-radius: 5px;
}
.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr {
  border-top-right-radius: 5px;
}
.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl {
  border-bottom-left-radius: 5px;
}
.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br {
  border-bottom-right-radius: 5px;
}

/**
 * Popup-dialog 
 */
div.popup-dialog {
  min-width: 240px;
}

/**
 * Custom styles for jQuery UI popup box
 */
.ui-widget-overlay,
#cboxOverlay, /*colorbox widget of detailed images*/
.images-preview-bg /*internal widget of detailed images*/
{
  background: #111418 none;
  opacity: 0.8 !important;
}
.ui-dialog .ui-dialog-title {
  font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
  font-size: 16px;
  color: #404549;
}
.ui-dialog {
  border: 0px none;
  overflow: visible;
  padding: 10px;
  background: #7a7a7a none;
  box-shadow: none;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0px;
  margin: 0px;
  border: 0px none;
  background: #ffffff none;
  border-radius: 3px 3px 0px 0px;
}
.ui-dialog .ui-dialog-title {
  margin: 0px 34px 0 101px;
  width: auto;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  display: block;
  width: 41px;
  height: 41px;
  background: #7a7a7a url(../images/custom/icon_window_close.png) no-repeat 10px 10px;
  outline: none;
  border: 0px none;
  z-index: 999999;
  right: -44px;
  top: 0;
  border-top-right-radius: 11px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 11px;
  border-bottom-left-radius: 11px;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  display: none;
}
.ui-dialog .ui-dialog-content {
  background-color: #fff;
  -moz-border-radius: 0px 0px 3px 3px;
  -webkit-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
  padding: 30px;
  padding-top: 20px;
  position: relative;
}
.ui-dialog .ui-dialog-buttonpane {
  /*section with OK button in warning popup*/
  margin-top: -3px;
}
.ui-dialog .blockUI span.waiting {
  position: relative;
  top: -10px;
  background-color: transparent;
}

/**
 * X-MultiCurrency module
 */
.mc-selector-menu-item {
  font-weight: inherit;
  color: inherit;
}

/**
 * X-Product configurator module
 */
.pconf-product-details .details,
.pconf-product-configure .details,
.pconf-product-summary .details
{
  padding-left: 20px;
}
.pconf-product-details table.product-properties .product-subtitle {
  display: none;
}
.pconf-product-summary table tr td {
  white-space: normal;
}
.pconf-cart-list table td.pconf-cart-subproduct {
  padding-right: 0;
}
.pconf-price-row {
  font-size: 1em;
}
.pconf-summary-total {
  font-size: 1.2em;
}

@media screen and (min-width:1164px) {
  #page-container2,
  .wrapper-box {
    width: 1140px;
  }
}

@media screen and (max-width:1163px) {
  #left-bar {
    width: 215px;
  }
  #center-main {
    margin-left: 235px;
  }

  #header .line3 {
    font-size: 12px;
  }

  .bestsellers-cell {
    width: 215px;
  }
  .welcome-cell.with-bestsellers {
    margin-right: 235px;
  }

  /**
   * X-Product configurator module
   */
  .pconf-product-details .details,
  .pconf-product-configure .details,
  .pconf-product-summary .details
  {
    padding-left: 0;
    margin-left: 0 !important;
    clear: left;
  }
}

@media screen and (min-width:768px) and (max-width:1163px) {
  .menu-products-thumbnails .product-title {
    font-size: inherit;
  }
}

@media screen and (min-width:960px) and (max-width:1163px) {
  .products-div .item-box {
    padding: 16px 0px 29px;
  }
}

@media screen and (max-width:959px) {
  #content-container,
  .error-page #content-container,
  .checkout-container #content-container,
  .printable #content-container
  {
    margin-top: 151px;
  }
  #header,
  .error-page #header,
  .checkout-container #header,
  .printable #header
  {
    height: 151px;
  }

  .navbar,
  #header .line3 {
    display: none;
  }
  #header .line1 .logo {
    width: 100%;
    text-align: center;
    padding-top: 60px;
  }

  .mobile-header {
    display: block;
  }
  div.switcher-main {
    top: 40px;
    z-index: 1400;/*less than .mobile-header*/
  }

  .menu-minicart {
    position: fixed !important;
    top: 0;
    right: 0;
    z-index: 1501;/*more than .mobile-header*/
    padding: 0 10px 0 0;
    border-width: 0;
  }
  .menu-minicart .title-bar {
    margin-top: 0;
    position: static;
  }
  .menu-minicart .content {
    padding-left: 0;
    float: left;
  }
  .ajax-minicart .minicart-button,
  .menu-minicart .icon {
    width: 40px;
    height: 40px;
    background-size: auto 32px;
  }
  .minicart-empty-text {
    display: none !important;
  }
  .minicart-items-value {
    display: block !important;
    font-size: 16px !important;
    font-weight: bold;
    line-height: 40px !important;
  }
  .minicart-items-label {
    display: none !important;
  }
  .minicart-items-delim,
  .minicart-checkout-link,
  .minicart-items-total {
    display: none;
  }
  .minicart-box {
    top: 40px !important;
    right: 0 !important;
    left: auto !important;
  }

  .welcome-cell.with-bestsellers .products-div .item {
    width: 100.0%;
  }

  .invoice-products tr td {
    font-size: 11px;
  }
}

@media screen and (min-width:768px) and (max-width:959px) {

  #page-container2,
  .wrapper-box {
    width: 720px;
  }

  .fancycat-icons-e ul {
    width: 163px;
  }
  .fancycat-icons-e li ul {
    left: 169px;
  }

  .products-div .item {
    width: 50.0%;
  }

  ul#opc-sections li.opc-section {
    width: 350px;
    float: none;
    margin: 0 auto 30px auto; 
    min-height: 200px;
  }
  ul#opc-sections li.last {
    margin-right: auto !important;
  }

  .popup-address {
    min-width: 726px;
  }
  .popup-address li.address-box {
    margin: 0 10px 10px 0;
  }

}

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

  /* mobile mode */

  html, body {
    -webkit-text-size-adjust: 100%;
  }

  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: block;
  }

  #page-container2,
  .wrapper-box {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  #content-container2 {
      float: left;
      position: relative;
      right: 100%;
      width: 200%;
      display: flex;
      flex-wrap: wrap; 
  }
  #center {
    float: none;
    width: auto;
    left: auto;
  }
  #left-bar {
    float: none;
    width: auto;
    margin: auto;
    position: static;
  }
  #center-main,
  div.opc-container #center-main {
    margin-right: 0;
    margin-left: 0;
  }

  #footer .footer-links a {
    padding-right: 5px;
    padding-left: 5px;
  }

  .printable-link-row {
    display: none;
  }

  .data-table textarea,
  .data-table select,
  .data-table input[type=text],
  .data-table input[type=password],
  .data-table input[type=file],
  .input-style
  {
    width: 90%;
  }
  .data-table td {
    padding: 4px 0px;
  }

  .fancycat-icons-e li ul {
    display: none !important;
  }
  .fancycat-icons-e a.sub-link {
    background-image: none !important;
  }

  .bestsellers-cell {
    display: none;
  }
  .welcome-cell.with-bestsellers {
    margin-right: 0;
  }
  .home-container #left-bar .menu-bestsellers {
   display: block;
  }
  .welcome-img img {
    width: 100%;
  }

  .product-details {
    margin-bottom: 0;
  }
  .product-details .image {
    width: 100% !important;
    margin-right: 0;
  }
  .dpimages-icons-box {
    width: 100% !important;
    box-sizing: border-box;
  }
  .product-details .details .descr {
    padding-right: 0px;
    text-align: justify;
  }
  .product-details #orderform {
    width: 100%;
  }
  table.product-properties {
    width: 100%;
  }
  .product-properties .product-options {
    max-width: none;
  }

  .fcomp-compare-buttons {
    text-align: center;
  }
  .products-div {
    text-align: center;
  }
  .products-div .item {
    width: 100%;
  }
  .products-div .item .details {
    text-align: left;
  }
  .simple-products-div {
  }
  .simple-products-div .item {
  }

  .error-page .code-number {
    width: 90%;
    float: none;
  }
  .error-page .description {
    width: 90%;
  }

  .cart .item .image {
    width: 30%;
    white-space: normal;
  }
  .cart .details {
    width: 70%;
  }
  .cart .item .image .on-sale-icon,
  .cart .item .image .on-sale-icon-with-so {
    position: static;
    display: inline;
  }
  .cart .item .image .offers-thumbnail {
    margin-left: 0;
  }
  .cart .product-price-text:before {
    /*line break after "special price for you" text*/
    content: '';
    display: block;
    margin-top: 0.3em;
  }
  div.cart table.totals {
    width: 100%;
  }
  .cart .right-buttons-row {
    width: 100%;
  }
  .cart .right-buttons-row .button-separator {
    display: none;
  }
  .offers-cart-button {
    float: left;
  }
  .add-coupon label {
    display: block;
  }
  .add-coupon button {
    vertical-align: bottom;
  }
  .add-coupon .data-name {
    max-width: 59%;
  }
  .add-coupon input.text {
    max-width: 100% !important;
  }

  .checkout-buttons {
    width: 100%;
    text-align: center;
    margin-bottom: 7px;
  }
  .checkout-buttons .button {
    float: none;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
  }

  .flc-tabs-container {
    display: none;
  }
  .flc-left-dialog {
    width: auto;
    float: none;
  }
  .flc-right-dialog {
    margin-left: 0;
  }

  ul#opc-sections li.opc-section {
    min-width: 100%;
    float: none;
    margin: 0 auto 30px auto; 
    min-height: 200px;
  }
  ul#opc-sections li.last {
    margin-right: auto !important;
  }

  .address .address-field input,
  .address .address-field select {
    width: 90%;
    display: block;
  }
  .address-field .data-name {
    width: auto;
  }
  .address-field div.data-required {
    margin-left: 0;
  }
  .address .address-field input.zipcode {
    width: 100px;
    margin-left: 0;
  }
  .address-container li.address-box {
    margin: 0 auto 50px auto;
    display: block;
  }

  .invoice-products tr th.invoice-sku-column,
  .invoice-products tr th.invoice-quantity-column,
  .invoice-products tr th.invoice-price-column,
  .invoice-products tr th.invoice-total-column
  {
    width: auto;
    white-space: normal;
  }
  .invoice-products tr th.invoice-quantity-column {
    word-break: break-all;
  }
  .invoice-product-options {
    font-size: 10px;
    padding-left: 2px!important;
  }
  .poptions-options-list {
    padding: 0;
  }
  .poptions-options-list tr td {
    padding-bottom: 0!important;
  }
  .invoice-address-box table tr td strong {
    white-space: normal;
  }
  .invoice-address-delim {
    width: 5px!important;
  }
  .invoice-address-title,
  .invoice-personal-info
  {
    width: auto;
  }
  .responsive .invoice-company-icon {
    display: block;
    width: 180px;
  }
  .responsive .invoice-data-box {
    display: block;
    width: 100%;
    padding-left: 0;
  }

  .search-again {
    margin-left: auto;
  }
  .results-found {
    width: 100%;
  }
  .this-page-url {
    text-align: left;
    margin-top: 10px;
  }
  .adv-search .responsive-search .data-name {
    width: 100%;
  }
  .adv-search .responsive-search .input-row {
    width: 100%;
  }
  .adv-search .responsive-search .expand-section {
    margin-left: 0%;
  }
  .adv-search .responsive-search .data-name.search-options {
    display: none;
  }
  .adv-search .responsive-search .button-row .data-name,
  .adv-search .responsive-search .button-row .search-button {
    width: auto;
    margin-right: 10px;
  }

  .ui-dialog {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
  }
  .ui-dialog .ui-dialog-titlebar-close {
    right: 0;
    top: 10px;
    border-bottom-left-radius: 11px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 11px;
  }
  .ui-dialog .ui-dialog-content table {
    width: 100%;
  }
  .ui-tabs .ui-tabs-nav li {
    width: 100%;
    margin-right: 0;
    border-width: 1px;
    border-radius: inherit;
  }
  .ui-tabs .ui-tabs-nav li[class="ui-state-default ui-corner-top"],
  .ui-tabs .ui-tabs-nav li[class="ui-state-default ui-corner-top ui-state-hover"] {
    border-color: transparent;
  }
  .ui-tabs .ui-tabs-nav li + li {
    margin-top: 5px;
  }
  .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    width: 100%;
    box-sizing: border-box;
  }
  .ui-tabs .ui-tabs-panel {
    border-top-width: 0 !important;
  }

  .popup-address {
    min-width: 232px;
  }
  .popup-address li.address-box {
    margin: 0 10px 10px 0;
  }
  
  .ajax-minicart .minicart-button {
    z-index: 0;
  }

  #top-message {
    width: 100%;
  }

  .mc-selector-popup-block select {
    max-width: 300px;
  }
  .xauth-vertical {
    margin: auto;
  }
}

#content-container, .error-page #content-container, .checkout-container #content-container, .printable #content-container {
    margin-top: 160px;
}
#header .line1 .logo img {
    max-width: 100% !important;
}
#header .line1 .logo {
    padding-top: 5px;
}

#header .line1 .logo .slocss {
    color: #382807;
    font-weight: 600;
    text-align: center;
    line-height: 16px;
    background: #98b535;
}
.navbar {
    background: url(/xcart/skin/light_responsive/images/toptab_bg.gif) repeat-x bottom;
    min-height: auto;
    background-color: #708f0a;
}
.navbar-nav>li>a {
    padding: 5px 20px;
}
.navbar-nav>li.current>a {
    background-color: #ffffff30;
}
div#header .header-links a {
    color: #fff;
}
.navbar li{
    background: url(/xcart/skin/light_responsive/images/toptab_bg.gif) repeat-x top;
}
div#left-bar .title-bar {
    padding: 7px 5px;
    border-bottom: 1px solid #ddd;
}
div#left-bar .title-bar {
    padding: 7px 5px;
    border-bottom: 1px solid #ddd;
    border-bottom: 1px solid #ABCC40;
    background: #D0E599;
}
div#left-bar .content ul li a {
    margin: 0 !important;
    padding: 5px;
    color: #555;
    font-size: 14px !important;
    display: block;
    width: auto;
    background: #F1FFCC;
}
.fancycat-icons-e a.sub-link:hover, .fancycat-icons-e a.sub-link:active {
    background: #bce954 !important;
}
#footer .box a {
    color: #555 !important;
}
#header .line3 {
    display: flex;
    align-items: center;
}
#header .line3 form {
    height: 25px;
}
#header .line3 form input.text {
    height: 25px;
}
#header .line3 form button.search-button {
    height: 25px;
}
div#header .header-links a {
    position: relative;
    top: 2px;
}
#header .menu-minicart {
    background: transparent;
    border: navajowhite;
}
#header .menu-minicart .minicart {
    color: #382807;
}
.navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
}
.navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
    background-color: #ffffff4a;
}
#center div#center-main {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
}
#page-container {
    background: #98b535;
}
#header div.search {
    background: #fff;
}
#center {
    background: #F8FFE5;
    border-radius: 8px;
    overflow: hidden;
}
#footer .box {
    background: #98b535;
}
#footer .box a {
    color: #fff !important;
}
#footer .subbox {
    color: #fff;
}
.fancycat-icons-e ul li {
    background: transparent;
}
#content-container table {
    background: #f8ffe5;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
}
#content-container table div#location {
    margin: 0;
}
#left-bar {
    float: none;
    padding: 10px;
}
#content-container2 {
    display: flex;
    flex-wrap: wrap; 
}
#header .menu-minicart {
    margin-left: 0px;
}
#header .menu-minicart .title-bar .minicart-button {
    filter: invert(1);
}

#header .menu-minicart .content {
    filter: invert(1);
}
#header .minicart-box {
    background: #382807 !important;
    filter: none !important;
}
.minicart-box .price-row {
    color: #fff;
}
#header .minicart-box ul.cart-items a {
    color: #fff;
    font-size: 14px;
}
#header .line3 {
    padding-top: 10px;
}
.menu-minicart {
    padding: 14px 10px 5px;
}
.fancycat-icons-e .fancycat-icons-level-1 {
    padding: 0;
    width: 100%;
}
ul.fancycat-icons-level-1 a.empty-link {
    max-width: 100% !important;
    width: auto !important;
}
.menu-bestsellers .content li {
    background: #fefefe;
    padding: 10px;
    margin-bottom: 13px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.menu-bestsellers .content li .details a.product-title {
    background: transparent !important;!i;!;
}
.products.products-list.products-div .item-box {
    background: #fefefe;
    border-radius: 10px;
}
.products.products-list.products-div .item-box {
    padding: 10px;
}
.products.products-list.products-div .item-box  .image a {
    height: auto !important;!i;!;
}
.products.products-list.products-div .item-box .image a img {
    height: 100px;
    object-fit: contain;
}
.products.products-list.products-div .item-box .image .image-wrapper {
    height: auto !important;!i;!;
    line-height: normal;
}
.products.products-list.products-div .item-box .details a {
    min-height: auto !important;!i;!;
    text-align: center;
    color: #222;
}
.products.products-list.products-div .item-box .details .price-cell {
    text-align: center;
}
div#center-main .products.products-list.products-div .item-box .details .buttons-cell .buy-now {
    width: max-content;
    margin: 0 auto;
    min-width: 140px;
    margin-top: 10px;
}
.dialog.products-dialog.dialog-category-products-list.list-dialog .title {
    background: #98b535;
    max-width: 80%;
}
.dialog.products-dialog.dialog-category-products-list.list-dialog .title * {
    color: #fff;
}
.dialog.products-dialog.dialog-category-products-list.list-dialog .content {
    position: relative;
    top: 0px;
}
#center div#center-main h1 {
    background: #f1ffcc;
    padding: 5px 10px;
    border-radius: 5px;
}
#center div#center-main div#product-details-id {
    background: #fff;
    border: 1px solid #000;
    padding: 10px;
    border-radius: 5px;
}
#center div#center-main div#product-details-id table.product-properties {
    background: transparent;
}
#location>a:first-child {
    background: transparent;
    filter: invert(1);
}
div#location span {
    color: #000;
}
div#location a.bread-crumb {
    color: #000 !important;
}
td.printable-link-row .printable-bar a {
    color: #000;
    background-size: 20px;
    padding-right: 25px !important;
}
span.market-price {
    display: none;
}
div#product-tabs-container{
	display:block;
}
div#product-tabs-container li:first-child {
    
}
span.fontsizexsmall {
    font-size: 8px;
    position: relative;
    top: -3px;
    left: -3px;
}
.product-added .price span.product-alt-price-value {
    display: none;
}
.cart table.totals td.total-alt-value {
    display: none;
}
.minicart-buttons .buttons-row .button:first-child a {
    color: #000;
}
.menu-minicart .title-bar span.icon.ajax-minicart-icon {
    filter: invert(1);
}
@media screen and (max-width:767px){
  .mobile-header {
      background: #382807;
  }
  div#mobile-header a {
      color: #fff;
  }
  .menu-minicart {
      padding: 0px 5px 0px;
  }
  #header, .error-page #header, .checkout-container #header, .printable #header {
      height: auto;
      padding-top: 45px;
  }
  #content-container, .error-page #content-container, .checkout-container #content-container, .printable #content-container {
      margin-top: 250px;
  }
  #header .line3{
      display: none;
  }
  #content-container2 {
      right: 0 !important;
      width: 100% !important;
  }
  #center {
      order: 0;
      margin-bottom: 10px;
  }
  #left-bar {
      order: 1;
      background: #f8ffe5;
      border-radius: 5px;
  }
  .welcome-table img {
      max-width: 100% !important;
  }
  .welcome-table div {
      width: 100% !important;
  }
  div#center-main div {
      width: 100% !important;
  }
  div#center-main img {
      max-width: 100%;
  }
  .menu-products .product-photo img {
      max-height: auto !important;
      width: 100%;
  }
  .menu-products .product-photo a {
      display: block;
      width: 100% !important;
  }
  .menu-bestsellers .content li a.product-title {
      font-size: 12px;
      color: #000;
  }
  div#center-main .dialog.products-dialog.dialog-category-products-list.list-dialog .title {
      max-width: 100%;
      width: unset !important;
  }
  div#center-main .dialog.products-dialog.dialog-category-products-list.list-dialog .content {
      top: 0px;
      width: unset !important;
  }
  div#center-main .dialog.products-dialog.dialog-category-products-list.list-dialog .title .sort-box {
      width: unset !important;
  }
  
  div#center-main div .products.products-list.products-div .item-box {
      width: unset !important;
  }
  div#center-main .products.products-list.products-div .item-box .details .buttons-cell .buy-now {
      width: max-content !important;
  }
  div#center-main .products.products-list.products-div .item-box .details .buttons-cell .buy-now .quantity {
      width: unset !important;
  }
  div#center-main .products.products-list.products-div .item-box .details .buttons-cell .buy-now .buttons-row {
      width: unset !important;
  }
  #center div#center-main div#product-details-id {
      width: unset !important;
  }
  #center div#center-main .checkout-buttons .button {
      margin: 0;
      margin-bottom: 10px;
      width: 95% !important;
  }
}
.menu-affiliate, .menu-rviewed-section, .menu-manufacturers, .gift-certificate, .button-wl, .creviews-rating-box { display:none; }

#text17525, #text17526 {display:none;}
.total-value-alt { display:none; }

.stripe__logo-box:after {
    display:none !important;
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.stripe-dialog.ui-draggable.ui-resizable {
    overflow: visible;
}
@media screen and (max-width:576px){
	.product-added {
		width: 93% !important;
		height: 96vh !important;
		overflow: auto;
		margin-top: 1vh;
	}
	.product-added .added-buttons a {
		width: 90%;
	}
	.product-added .added-buttons .checkout-btn-container {
		width: 100%;
		text-align: left !important;
	}
	.product-added .added-buttons .checkout-btn-container a {
		width: 82%;
		margin-top: 11px;
	}
	div#Add_to_cart_popup_window .products.products-div .title {
		text-align: center;
		min-height: auto;
	}
	div#Add_to_cart_popup_window .products.products-div .price {
		text-align: center;
	}
	div#Add_to_cart_popup_window .products.products-div .buy.product-input.buttons-cell .buy-now {
		width: max-content;
		min-width: 120px;
		margin: 0 auto;
		height: 40px;
	}
	div#Add_to_cart_popup_window .products.products-div .upselling.details {
		margin-bottom: 10px;
		padding-top: 10px;
		padding-bottom: 0;
	}
}