*, *:before, *:after {
  box-sizing: border-box; }

a {
  color: inherit;
  text-decoration: none; }

p, ul, ol {
  line-height: 1.5; }

a.visible-link {
  color: #f27040; }

.screen-container {
  max-width: 1300px;
  margin: 0 auto; }

.flex-container {
  display: flex;
  flex-flow: wrap; }
  .flex-container .half-page {
    flex-basis: 100%; }
    @media screen and (min-width: 700px) {
      .flex-container .half-page {
        flex-basis: 50%; } }

.white-section {
  padding: 20px;
  background-color: white;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  margin: 20px auto; }
  .white-section img {
    max-width: 100%; }

.small-images-holder {
  text-align: center; }
  .small-images-holder img {
    max-width: 500px; }

.sub-heading {
  color: #404040; }

.description {
  color: gray; }

#tooltipster-templates {
  display: none; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-cart .tooltipster-box {
  box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.3); }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-cart .tooltipster-content {
  padding: 0px;
  width: 95vw;
  padding-top: 5px; }
  @media screen and (min-width: 700px) {
    .tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-cart .tooltipster-content {
      width: 370px; } }
  .tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-cart .tooltipster-content .product-entry {
    height: 50px;
    padding: 10px;
    display: flex;
    padding: 0 10px;
    border-bottom: 1px solid #d9d9d9; }
    .tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-cart .tooltipster-content .product-entry.extra {
      display: none; }
    .tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-cart .tooltipster-content .product-entry .row-remover {
      width: 20px;
      text-align: center;
      color: #f27040; }
      .tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-cart .tooltipster-content .product-entry .row-remover i.fa {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer; }
    .tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-cart .tooltipster-content .product-entry .product-image {
      width: 60px;
      height: calc(100% - 10px);
      padding: 0 5px;
      overflow: hidden; }
      .tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-cart .tooltipster-content .product-entry .product-image img {
        max-width: 100%; }
    .tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-cart .tooltipster-content .product-entry .product-name {
      width: calc(100% - 210px);
      height: 50px;
      line-height: 50px;
      padding-left: 10px; }
    .tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-cart .tooltipster-content .product-entry .product-quantity {
      width: 60px;
      height: 50px;
      line-height: 50px;
      text-align: center; }
    .tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-cart .tooltipster-content .product-entry .product-price {
      width: 70px;
      height: 50px;
      line-height: 50px;
      text-align: center; }
  .tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-cart .tooltipster-content .more-products, .tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-cart .tooltipster-content .no-products {
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #d9d9d9; }
  .tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-cart .tooltipster-content .cart-totals {
    background: #f7f7f7;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    display: flex;
    border-bottom: 1px solid #d9d9d9; }
    .tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-cart .tooltipster-content .cart-totals .items-count {
      width: 60%; }
    .tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-cart .tooltipster-content .cart-totals .sub-total {
      width: 40%;
      text-align: right; }
  .tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-cart .tooltipster-content .buttons-holder {
    padding: 10px;
    background: #f7f7f7;
    display: flex;
    justify-content: space-between; }
    .tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-cart .tooltipster-content .buttons-holder .cart-button {
      padding: 10px 0;
      border-radius: 5px;
      text-align: center;
      cursor: pointer; }
    .tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-cart .tooltipster-content .buttons-holder .view-cart {
      width: 40%;
      color: #b8b8b8;
      background-color: white;
      border: 1px solid #d1d1d1; }
      .tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-cart .tooltipster-content .buttons-holder .view-cart:hover {
        color: white;
        background-color: #b8b8b8; }
    .tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-cart .tooltipster-content .buttons-holder .proceed-to-cart {
      width: 57%;
      color: white;
      background-color: #f27040;
      border: 1px solid #d1d1d1; }
  .tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-cart .tooltipster-content .announcement {
    background-color: #b8b8b8;
    color: white;
    padding: 20px 0;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
    .tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-cart .tooltipster-content .announcement .free-delivery {
      text-transform: uppercase;
      font-size: 0.8em;
      font-weight: bold;
      margin-bottom: 10px; }
    .tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-cart .tooltipster-content .announcement .outstation-charges {
      font-size: 0.7em; }

#page-navbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 50px;
  background: white;
  color: black;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
  transition: background 0.25s linear, color 0.25s linear;
  display: flex;
  text-align: center; }
  #page-navbar .left-icon {
    width: 70px;
    height: 50px;
    line-height: 50px;
    color: #f27040;
    transform: scale(1.4);
    transition: color 0.25s linear; }
    #page-navbar .left-icon i.fa {
      cursor: pointer; }
  #page-navbar .back-icon {
    width: 30px;
    height: 50px;
    margin-left: 10px;
    line-height: 50px;
    color: #f27040;
    transform: scale(1.4);
    transition: color 0.25s linear; }
    #page-navbar .back-icon.hide {
      display: none; }
    #page-navbar .back-icon i.fa {
      cursor: pointer; }
  #page-navbar .site-name {
    width: calc(100% - 140px);
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    font-size: 1.2em;
    color: #575757;
    transition: color 0.25s linear; }
  #page-navbar .right-icon {
    width: 70px;
    height: 50px;
    line-height: 50px;
    transform: scale(1.4);
    color: #404040; }
    #page-navbar .right-icon i.fa {
      cursor: pointer; }
    #page-navbar .right-icon .no-of-entries {
      position: absolute;
      top: 12px;
      right: 20px;
      background: #f27040;
      color: white;
      height: 12px;
      line-height: 12px;
      font-size: 10px;
      width: 12px;
      border-radius: 50%; }
      #page-navbar .right-icon .no-of-entries.hide {
        display: none; }

#menu-items {
  position: fixed;
  top: 50px;
  left: 0px;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  height: 0;
  background-color: white;
  transition: width 0.3s linear, height, 0.3s linear;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6); }
  @media screen and (min-width: 700px) {
    #menu-items {
      width: 0;
      height: 100vh; } }
  #menu-items.show {
    height: 100vh; }
    @media screen and (min-width: 700px) {
      #menu-items.show {
        width: 300px; } }
  #menu-items .nav-item {
    padding: 10px 20px;
    font-size: 14px;
    color: #575757;
    transition: color 0.25s linear; }
    #menu-items .nav-item.right-icon {
      position: absolute;
      top: 0px;
      right: 0px;
      width: 60px; }
    #menu-items .nav-item a {
      display: block;
      width: 100%;
      height: 100%; }
    @media screen and (min-width: 700px) {
      #menu-items .nav-item {
        width: 300px; } }
    #menu-items .nav-item.major {
      color: #f27040;
      font-size: 17px;
      font-weight: bold;
      text-transform: uppercase; }
  #menu-items .separator {
    width: 100%;
    height: 1px;
    background-color: #d6d6d6;
    margin: 10px auto; }
  #menu-items .social-icons {
    width: 300px;
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
    font-size: 12px; }
    #menu-items .social-icons .social-icon {
      display: inline-block;
      margin: 0 15px; }

body {
  padding-top: 50px;
  background-color: #f4f7f8; }

h1.section-header {
  font-size: 1.5em;
  text-align: center;
  text-transform: uppercase;
  color: #3d3d3d;
  margin: 20px 0;
  padding: 20px 0;
  background-color: white;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); }
  h1.section-header:after {
    content: "";
    margin: 10px auto;
    display: block;
    width: 50px;
    height: 2px;
    background: #575757; }

.block-width-restrainer {
  max-width: 500px;
  margin: 0 auto; }

form, .form-replacement {
  background-color: white;
  padding: 20px 20px;
  font-size: 13px;
  color: gray; }
  form .input-label, .form-replacement .input-label {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px; }
  form input[type=text], form input[type=password], form input[type=number], form input[type=tel], form textarea, form select, .form-replacement input[type=text], .form-replacement input[type=password], .form-replacement input[type=number], .form-replacement input[type=tel], .form-replacement textarea, .form-replacement select {
    display: block;
    width: 100%;
    padding: 5px;
    border: 1px solid #dedede;
    color: #666666;
    margin-bottom: 30px;
    border-radius: 5px;
    outline: none !important; }
  form input[name*=phone]::-webkit-inner-spin-button, form input[name*=phone]::-webkit-outer-spin-button, .form-replacement input[name*=phone]::-webkit-inner-spin-button, .form-replacement input[name*=phone]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  form input[type=checkbox], .form-replacement input[type=checkbox] {
    display: inline-block;
    margin-left: 5px;
    width: 13px;
    height: 13px;
    cursor: pointer;
    outline: none !important;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #666666;
    border-radius: 2px !important;
    transform: translateY(2px); }
  form input[type=checkbox]:checked:after, .form-replacement input[type=checkbox]:checked:after {
    font-family: FontAwesome;
    font-size: 0.8em;
    position: absolute;
    top: 1px;
    left: 0px;
    content: "\f00c";
    color: #f27040;
    transform: scale(1.4);
    transform-origin: bottom left; }
  form textarea, .form-replacement textarea {
    resize: vertical; }

button {
  width: 100%;
  cursor: pointer;
  color: white;
  background: #f27040;
  padding: 9px;
  border: none;
  outline: none;
  box-shadow: none;
  text-transform: uppercase;
  border-radius: 4px; }
  button.in-line {
    width: auto; }

#page-footer {
  margin-top: 20px;
  background-color: white;
  padding: 20px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  font-size: 13px;
  color: #a6a6a6; }
  @media screen and (min-width: 700px) {
    #page-footer .screen-container {
      display: flex;
      padding: 0; } }
  #page-footer .footer-category {
    padding: 5px 0;
    border-bottom: 1px solid #e6e6e6; }
    @media screen and (min-width: 700px) {
      #page-footer .footer-category {
        flex-basis: 33.33%;
        border-bottom: none; } }
    #page-footer .footer-category .title {
      padding: 10px;
      color: #303030;
      font-weight: bold;
      text-transform: uppercase; }
      #page-footer .footer-category .title .caret {
        float: right; }
        @media screen and (min-width: 700px) {
          #page-footer .footer-category .title .caret {
            display: none; } }
    #page-footer .footer-category .links {
      display: none; }
      @media screen and (min-width: 700px) {
        #page-footer .footer-category .links {
          display: block; } }
    #page-footer .footer-category .link {
      display: block;
      padding: 12px 25px;
      color: dimgray; }
      @media screen and (min-width: 700px) {
        #page-footer .footer-category .link {
          padding: 6px 10px; } }

/*# sourceMappingURL=style.css.map */
