/*--- End Font Awesome ---*/
html {font-family: arial, sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
body {margin: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {display: block;}
audio, canvas, progress, video {display: inline-block; vertical-align: baseline;}
audio:not([controls]) {display: none; height: 0;}
[hidden], template {display: none;}
a {background-color: transparent;}
a:active, a:hover {outline: 0;}
abbr[title] {border-bottom: 1px dotted;}
b, strong {font-weight: bold;}
dfn {font-style: italic;}
h1 {margin: .67em 0; font-size: 2em;}
mark {
    color: #fff;
    background: #0e2178;
}
small {font-size: 80%;}
sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline;}
sup {top: -.5em;}
sub {bottom: -.25em;}
img {border: 0;}
svg:not(:root) {overflow: hidden;}
figure {margin: 1em 40px;}
hr {height: 0; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}
pre {overflow: auto;}
code, kbd, pre, samp {font-family: monospace, monospace; font-size: 1em;}
button, input, optgroup, select, textarea {margin: 0; font: inherit; color: inherit;}
button {overflow: visible;}
button, select {text-transform: none;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance: button; cursor: pointer;}
button[disabled], html input[disabled] {cursor: default;}
button::-moz-focus-inner, input::-moz-focus-inner {padding: 0; border: 0;}
input {line-height: normal;}
input[type="checkbox"], input[type="radio"] {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0;}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {height: auto;}
input[type="search"] {-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
fieldset {padding: .35em .625em .75em; margin: 0 2px; border: 1px solid #c0c0c0;}
legend {padding: 0; border: 0;}
textarea {overflow: auto;}
optgroup {font-weight: bold;}
table {border-spacing: 0;border-collapse: collapse;}
td, th {padding: 0;}
/* ------ end normalize css ------- */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: arial, sans-serif;
    font-size: 17px;
    line-height: 22px;
    color: #000;
    font-weight: 400;
  background: #b6cb8b;
}
body .body {
	height: calc(100vh - 195px);
  }
  body  .body > .widget-container {
	height: 100%;
  }
::selection {
    background-color: #07117a;
    color: #fff;
}
::-moz-selection {
    background-color: #07117a;
    color: #fff;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
}
select::-ms-expand {
    display: none;
}
input,
button,
select,
textarea {
    font-family: arial, sans-serif;
    font-size: inherit;
    line-height: inherit;
}
a, a:link, a:hover, a:active, a:visited {
    font-family: arial, sans-serif;
    font-size: 13px;
    color: #6c0;
    font-weight: 600;
}
a:hover{
    color: #999999;
}
.widget-article a{
    font-family: arial, sans-serif;
    font-size: 13px;
    color: #6c0;
    font-weight: 600;
    text-decoration:underline;
}
.widget-article a:hover{
    color: #999999;
}


img {
    max-width: 100%;
    vertical-align: middle;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
h1, h2, h3, h4, h5, h6 {
    color:#333333;
    font-family: arial, sans-serif;
    text-transform: capitalize;
    font-weight:700;
}
h1, h2, h3,h4, h5, h6{
    margin-top: 20px;
    margin-bottom: 5px;
    padding-bottom: 0;
}

h1 {
    font-size:24px;
    line-height: 34px;
}
h2 {
    font-size: 18px;
    line-height: 32px;
}
h3 {
    font-size:16px;
    line-height: 30px;
}
h4 {
    font-size:14px;
    line-height: 26px;
}
h5 {
    font-size: 12px;
    line-height: 24px;
}
h6 {
    font-size: 10px;
    line-height: 18px;
}
p  {
    font-size: 11px;
    font-weight: 400;
    font-family: arial, sans-serif;
    line-height: 25px;
    margin: 0 0 15px;
    padding-bottom: 0;
}
ul, ol {
    margin-bottom: 20px;
    padding: 0 0 0 20px;
}
ul li, ol li {
    position: relative;
    margin: 0;
    padding: 0 0 10px 0;
    list-style-type: none;
    color: #000;
    line-height: 18px;
    font-size: 13px;
    font-weight: 400;
    font-family: arial, sans-serif;
    position:relative;
}
ol li {
    list-style-type: decimal;
}
ul li::after {
    content: "";
    height: 6px;
    width: 6px;
    background-color: #000;
    position: absolute;
    left: -16px;
    top: 8px;
    border-radius: 50%;
}
table {
    max-width: 100%;
    table-layout: inherit;
    margin-bottom: 20px;
}
table, th, td {
    border: 1px solid #ebebeb;
    padding:10px 20px;
    text-align:left;
    color: #898b90;
    font-size: 15px;
}
table th {
    font-weight: 600;
    color:#07117A;
}
body input[type="submit"], body input[type="button"], body button, body .button, body a.button {
    font-style: normal;
    width: 100%;
    max-width: 115px;
    margin: 0;
    display: block;
    padding: 2px;
    color: #fff;
    border: 1px solid #0E2178;
    text-align: center;
    font-weight: 700;
    font-size: 11px;
    line-height: 15px;
    height: 30px;
    font-family: arial, sans-serif;
    transition: all 300ms ease-out 0s;
    text-decoration: none;
    background: #0E2178;
}
.widget.widget-search {
    margin-bottom: 15px;
  }
.widget-search form input {
  height: 22px;
  margin: 0;
  font-size: 10px;
  line-height: normal;
  padding: 2px;
  max-width: 110px;
  min-width: 110px;
  margin-right: 10px;
  border-radius: 0;
  border-color: #000;
  margin-left: 18px;
  width: 100px;
  float: left;
  background: #fff;
  color: #000;
}
.widget-search .search-form form button {
  height: 22px;
  line-height: normal;
  border-radius: 0;
  background-color: #66cc00;
  color: #333333;
  font-weight: bold;
  font-size: 8pt;
  border:1px solid #000000;
  margin-right: 15px;
}
.add-to-compare-button:hover, .add-to-wish-list:hover, .remove-from-compare-button:hover, .add-to-wish-list.disabled:hover,
body input[type="submit"]:hover, body input[type="button"]:hover, body button:hover, body .button:hover, body a.button:hover {
    background: #2B3B88;
    color: #fff;
    border-color: #2B3B88;
}

body input[type="submit"][disabled], body input[type="button"][disabled], body button[disabled], body .button.disabled, body a.button.disabled,
body input[type="submit"][disabled]:hover, body input[type="button"][disabled]:hover, body button[disabled]:hover, body .button.disabled:hover,
body a.button.disabled:hover {
    background: #086AC2 none repeat scroll 0 0;
    border: 1px solid #bfbfbf;
    color: #fff;
}
body input[type="submit"][disabled], body input[type="button"][disabled],
body button[disabled], body .button.disabled, body a.button.disabled,
body input[type="submit"][disabled]:hover, body input[type="button"][disabled]:hover,
body button[disabled]:hover, body .button.disabled:hover, body a.button.disabled:hover {
    background: #bfbfbf none repeat scroll 0 0 ;
    border: 1px solid #bfbfbf ;
    color: #818181;
}

/*form element desgin*/
.form-row {
    margin: 0 0 20px 0;
}
input[type="text"], input[type="password"], textarea, select {
    border: 1px solid #c7c7c7;
    box-sizing: border-box;
    height: 46px;
    padding: 5px 10px;
    margin: 0;
    width: 350px;
}
input[type="text"], input[type="password"], textarea, select {
    width: 350px;
}
select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-color: #c7c7c7;
    height: 46px;
    border-width: 1px;
    font-family: arial, sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 14px;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #fff;
    background-position-x: right;
    background-size: auto;
    background-position-x: calc(100% - 10px);
    background-size: 12px;
    margin:0;
    border-radius: 5px;
}
.message-block.error-message, .message-block.error {
    background-color: #fee;
    border: 0 solid #fcd2d2;
    color: #f00;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto 15px;
}
.message-block.info-message, .message-block.success {
    background-color: #d5f4d5;
    border: 0 solid #c2e7c2;
    color: #008000;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto 15px;
}
table th {
    font-weight: 600;
    background: rgba(159, 159, 159, 0.1);
    font-size: 18px;
}
textarea {
    height: 150px;
}
p, code, table, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend, input[type="submit"], input, input[type="text"], textarea, select, input[type="password"], address, input[type="file"], input[type="hidden"], button, input[type="image"], blockquote {
color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-family: Arial, Verdana, sans-serif;
}
input[type="text"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, select:focus, .store-credit-request-form textarea:focus {
    border:1px solid #07117A !important;
}
input[type="password"], input[type="text"] {
    width: 100%;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 15px;
    height: 30px;
    border-width: 1px;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
}
.errorlist.after .message-block {
    color: #e64343;
}

textarea {
    resize: block;
  }
input[type="text"].validation-error, input[type="password"].validation-error {
    background-color: transparent;
    border: 1px solid #e64343 !important;
}
select.error-field-error.inline-error, select.validation-error,
textarea.error-field-error.inline-error, textarea.validation-error{
    background-color: transparent;
    border: 1px solid #f00 !important;
}
input[type="checkbox"] + span,
input[type="radio"] + span {
    margin-right: 20px;
}
.widget > .widget-title {
    color: #272727;
    font-family: arial, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 28px;
    padding-bottom: 20px;
    text-transform: capitalize;
}
.widget-form .sub-form-row {
    display: table;
}
.widget-form .form-row input {
    height: 30px;
}
.widget-form .form-row input[type="radio"], .widget-form .form-row input[type="checkbox"] {
    height: auto;
}
.widget-form button.Zebra_DatePicker_Icon {
    cursor: pointer;
    background: none;
}
.Zebra_DatePicker_Icon_Wrapper:after {
    content: "\f073";
    font-family: 'Fontawesome';
    font-size: 18px;
    position:  absolute;
    right: 10px;
    top: 7px;
}
.widget-form .form-row > label, .widget-form .sub-form-row span {
    width: 200px;
}
.widget-form .radio-checkbox-row {
    margin-top: 0;
    padding-left: 0;
    display: block;
}

.widget-form .sub-form-row > * {
    float: left;
}
.widget-form .sub-form-row span {
    margin-top: 5px;
    width: 200px;
    font-size: 14px;
}
.widget-form .sub-form-row input + span {
    clear: left;
}
.widget-form .sub-form-row input {
    margin: 7px 0;
}
.widget-form .radio-checkbox-row .radio, .widget-form .radio-checkbox-row .checkbox {
    margin: 7px 0;
}
.widget-form .form-row .sub-form-row label {
    width: 202px;
}
.widget-form .sub-form-row {
    margin: 20px 0 0;
}
.widget-form .sub-form-row > label {
    margin-top: 14px;
}

/*====== End Fixed-width-layout ======*/

.page-content > .v-split-container > .v-split {
    margin: auto;
    width: 1400px;
}
.widget-container > .page-content > .v-split-container > .v-split .widget,
.widget-container > .page-content > .v-split-container > .v-split .widget.widget-snippet.spaceLeftRight {
    padding-left:30px;
    padding-right:30px;
}
.page-home .widget-container > .page-content > .v-split-container > .v-split .widget,
.page-home .widget-container > .page-content > .v-split-container > .v-split .widget.widget-snippet.spaceLeftRight {
    padding-left: 0;
    padding-right: 0;
}
.widget-container > .page-content > .v-split-container > .v-split .widget.widget-snippet,
.widget-container > .page-content > .v-split-container > .v-split .widget.noSpaceLeftRight {
    padding-left: 0;
    padding-right: 0;
}

.body .widget-container .page-content {
    min-height: 350px;
}
.page-content > .v-split-container > .v-split .widget.widget-snippet,
.page-content > .v-split-container > .v-split .widget.noSpaceLeftRight {
    padding-left: 0;
    padding-right: 0;
}

/*======  Inner-layout-control-css ======*/

.widget-pageHeading {
    padding: 0;
}
.widget-pageHeading h1, .widget-pageHeading h2 {
margin: 0 auto 10px;
  line-height: 20px;
  font-family: arial, sans-serif;
  font-variant: normal;
  text-align: right;
  border-bottom-style: solid;
  height: 27px;
  color: #66cc00;
  font-weight: bold;
  border-bottom-width: 1px;
  background-repeat: no-repeat;
  padding-bottom: 0px;
  font-size: 15pt;
  background-position: center center;
  border-bottom-color: #66cc00;
  padding-top: 1px;
  padding-right: 0px;
  text-transform: none;
  padding-left: 0px;
  }
.breadcrumb-item .separator {
    padding: 5px;
    font-size: 0px;
    display: inline-block;
}

span.breadcrumb-item {
    font-size: 16px;
    color: #fff;
    font-family: arial, sans-serif;
}

.breadcrumb-item .separator::after {
    content: '/';
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-family: arial, sans-serif;
}

.breadcrumb-item.root .icon {
    background: none;
    display: inline-block;
    padding: 0px;
    width: auto;
    height: auto;
    margin-right: 5px;
}

.breadcrumb-item.root .icon::after {
    content: 'Home';
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-family: arial, sans-serif;
}
.widget.widget-breadcrumb.page-breadcrumb {
    position: absolute;
    right: 260px;
    top: 41%;
    z-index: 1;
}

.widget.widget-breadcrumb.page-breadcrumb .breadcrumb-item .separator::after, .widget.widget-breadcrumb.page-breadcrumb .breadcrumb-item.root .icon::after, .widget.widget-breadcrumb.page-breadcrumb span.breadcrumb-item {
    color: #fff;
}

.widget.widget-breadcrumb.page-breadcrumb span.breadcrumb-item .icon:hover::after {
    color: #fff;
}

.widget.widget-breadcrumb {
    position: absolute;
    bottom: 33%;
    width: 100%;
    text-align: center;
}
/*====== End Inner-layout-control-css ======*/

/** Placeholder Start **/

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 19px;
    color: #505050;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-family: arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 19px;
    color: #505050;

}

:-ms-input-placeholder {
    /* IE 10+ */
    font-family: arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 19px;
    color: #505050;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-family: arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 19px;
    color: #505050;
}

textarea ::-webkit-textarea-placeholder {
    /* Chrome/Opera/Safari */
    font-family: arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 19px;
    color: #505050;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-family: arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 19px;
    color: #505050;
}

:-ms-textarea-placeholder {
    /* IE 10+ */
    font-family: arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 19px;
    color: #505050;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-family: arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 19px;
    color: #505050;
}

textarea::placeholder {
    font-family: arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 19px;
    color: #505050;
}
::placeholder {
    font-family: arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 19px;
    color: #505050;
}
.header > .widget-container {
  background: url("/template/210593cb/images/header-bg.jpg")  no-repeat;
  background-size: cover;
}
  .footer > .widget-container{
    background: url("/template/210593cb/images/footer-bg.jpg")  no-repeat;
    background-size: cover;
  }
.body > .widget-container{
display: flex;
}
#spltr-1272A0D8-80DA-4408-8E27-7A77F15D69CB {
  background: url("/template/210593cb/images/body-bg.gif") no-repeat;
  background-size: cover;
  padding: 90px 20px;
}
.widget.widget-storeLogo .widget-title {
    color: #000066;
    font-size: 32px;
    display: block;
    margin: 0;
    padding: 0;
    padding-left: 90px;
    font-family: arial, sans-serif;
  }
  .widget.widget-storeLogo .text-logo {
    padding-top: 2px;
      text-align: left;
      padding-left: 20px;
      color: #fff;
      font-family: Impact, Arial, sans-serif;
      display: block;
      font-size: 24pt;
      padding-right: 0px;
        font-weight: 500;
  }
  .bannerslogan p{
	font-weight: bold;
  text-align: left;
  padding-left: 20px;
  color: #66cc00;
  display: block;
  font-size: 12pt;
  padding-right: 10px;
}
  #spltr-FD05E999-DA9E-4147-B3C7-B810CF5377DA {
  padding-bottom: 0px;
  padding-top: 0px;
  background-repeat: no-repeat;
  text-align: left;
  background-position: left bottom;
  background-color: #3f6b9b;
}
  .widget.widget-navigation {
  padding: 30px 0;
}
.vertical .navigation-item > a {
    text-align: left;
    height: 21px;
    border: 0;
    line-height: 20px;
    padding: 0;
  border-bottom-style: solid;
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  border-bottom-width: 1px;
  font-size: 10pt;
  border-bottom-color: #ffffff;
  padding-right: 0px;
  background-attachment: scroll;
  padding-left: 16px;
  }
  .vertical .navigation-item {
    border: 0;
    margin: 1px 0;
    line-height: 19px;
  }
  .vertical .navigation-item.active > a, .vertical .navigation-item:hover > a {
text-decoration: none;
  color: #66cc00;
  clear: both;
  display: block;
  }
  .widget-html.sidebar-address {
  padding: 10px 18px 30px;
}
.widget-html.sidebar-address .html-widget-element-content p {
  margin: 0;
  color: #fff;
  line-height: 14px;
  font-size: 8pt
}
.widget-html.sidebar-address .html-widget-element-content p a:hover{
  color: #fff;
}
.widget-html.sidebar-address .html-widget-element-content p a {
  text-decoration: underline;
  color: #66cc00;
  font-size: 10pt;
  margin-top: 4px;
  display: block;
  font-weight: 400;
}
.search-results .page .title {
    font-size: 13px;
    margin: 0;
    margin-right: 5px;
    line-height: 0;
 color: #fff;
  }
  .search-results .page {
    font-size: 13px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #efefef;
  }
  .search-results .page {
    font-size: 13px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
  }
  .search-result.pages {
    border: 0;
  }
  .entire-search .search-result > .title {
  display: none
  }
  .entire-search .total-result {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 15px;
    color: #fff;
  }
  .entire-search h2>.title {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
  }
.search-results .page .summary{
    color: #d2d2d2;
    text-decoration: none;
  }
  .search-results .page .summary + .page-read-more {
    color: #6c0;
    text-decoration: none;
  }
  
  .search-results .page .summary + .page-read-more:hover {
    color: #fff;
    text-decoration: underline;
  }
.page-result-footer .pagination-literal-status {
      color: #fff;
}