/* line 4, ../../resources/sass/_shop_sidebar.scss */
.sidebar {
  display: none;
}

@media screen and (min-width: 769px) {
  /* line 13, ../../resources/sass/_shop_sidebar.scss */
  .sidebar {
    display: block;
  }
  /* line 15, ../../resources/sass/_shop_sidebar.scss */
  .sidebar .sidebar-ttl {
    margin: 5px 0px 20px;
  }
  /* line 18, ../../resources/sass/_shop_sidebar.scss */
  .sidebar .cateories-list-blck {
    padding: 15px 0;
    background: #353535;
    color: white;
    padding: 20px;
    height: 100%;
  }
  /* line 24, ../../resources/sass/_shop_sidebar.scss */
  .sidebar .cateories-list-blck ul {
    margin: 0px;
    padding: 0px;
  }
  /* line 27, ../../resources/sass/_shop_sidebar.scss */
  .sidebar .cateories-list-blck ul li {
    list-style-type: none;
  }
  /* line 29, ../../resources/sass/_shop_sidebar.scss */
  .sidebar .cateories-list-blck ul li a {
    color: #ffffff;
    font-size: 12px;
  }
  /* line 36, ../../resources/sass/_shop_sidebar.scss */
  .sidebar .cateories-list-blck ul li.main-category-item a.active {
    color: #1e7e34;
  }
  /* line 40, ../../resources/sass/_shop_sidebar.scss */
  .sidebar .cateories-list-blck ul li.main-category-item .category-name {
    display: block;
    width: 90%;
    float: left;
    margin: 5px 0px;
    font-size: 13px;
    line-height: 16px;
  }
  /* line 48, ../../resources/sass/_shop_sidebar.scss */
  .sidebar .cateories-list-blck ul li.main-category-item .oc-btn, .sidebar .cateories-list-blck ul li.main-category-item .sub-oc-btn {
    width: 10%;
    float: left;
    margin: 9px 0px;
    cursor: pointer;
  }
  /* line 53, ../../resources/sass/_shop_sidebar.scss */
  .sidebar .cateories-list-blck ul li.main-category-item .oc-btn i, .sidebar .cateories-list-blck ul li.main-category-item .sub-oc-btn i {
    font-size: 12px;
    float: right;
  }
  /* line 58, ../../resources/sass/_shop_sidebar.scss */
  .sidebar .cateories-list-blck ul li.main-category-item .submenu {
    float: left;
    margin-left: 20px;
  }
  /* line 63, ../../resources/sass/_shop_sidebar.scss */
  .sidebar .cateories-list-blck ul li.main-category-item .submenu li a.active {
    color: #1e7e34;
  }
  /* line 67, ../../resources/sass/_shop_sidebar.scss */
  .sidebar .cateories-list-blck ul li.main-category-item .submenu li .subcategory-name {
    display: block;
    margin: 5px 0px;
    width: 90%;
    float: left;
    font-size: 11.5px;
    line-height: 14px;
  }
}
/* line 4, ../../resources/sass/_modal.scss */
.modal.popup-modal .modal-dialog {
  max-width: 700px;
}
/* line 6, ../../resources/sass/_modal.scss */
.modal.popup-modal .modal-dialog .modal-header {
  border-bottom: none;
  font-weight: 700;
}
/* line 10, ../../resources/sass/_modal.scss */
.modal.popup-modal .modal-dialog .modal-body {
  font-size: 14px;
}
/* line 16, ../../resources/sass/_modal.scss */
.modal .modal-dialog .modal-header {
  padding: 1rem 2rem;
}
/* line 18, ../../resources/sass/_modal.scss */
.modal .modal-dialog .modal-header .modal-title {
  font-size: 1.2rem;
}
/* line 22, ../../resources/sass/_modal.scss */
.modal .modal-dialog .modal-body {
  padding: 1rem 2rem;
}
/* line 24, ../../resources/sass/_modal.scss */
.modal .modal-dialog .modal-body .modal-subtitle {
  font-size: 16px;
  padding: 12px;
  font-weight: 700;
}
/* line 29, ../../resources/sass/_modal.scss */
.modal .modal-dialog .modal-body .discount-field {
  display: none;
  padding: 10px;
}
/* line 32, ../../resources/sass/_modal.scss */
.modal .modal-dialog .modal-body .discount-field input {
  width: 30%;
  display: inline-block;
}
/* line 37, ../../resources/sass/_modal.scss */
.modal .modal-dialog .modal-body .show-discount-field-btn {
  font-size: 12px;
  border-radius: 4px;
  background: #00863d;
  border: 1px solid #00863d;
  color: #ffffff;
  margin: 10px;
}
/* line 46, ../../resources/sass/_modal.scss */
.modal .modal-dialog .modal-body .quickorder-product-preview p {
  font-size: 12px;
}
/* line 48, ../../resources/sass/_modal.scss */
.modal .modal-dialog .modal-body .quickorder-product-preview p .price-info {
  font-size: 18px;
}
/* line 55, ../../resources/sass/_modal.scss */
.modal .modal-dialog .modal-body form .form-group label {
  font-size: 12px;
  margin-bottom: 0rem;
}
/* line 60, ../../resources/sass/_modal.scss */
.modal .modal-dialog .modal-body form .form-control {
  border-radius: 0rem;
  padding: 0.275rem 0.75rem;
}
/* line 66, ../../resources/sass/_modal.scss */
.modal .modal-dialog .modal-body table td {
  font-size: 13px;
}
/* line 70, ../../resources/sass/_modal.scss */
.modal .modal-dialog .modal-body h5 {
  font-weight: 700;
  font-size: 14px;
  margin: 10px 0px;
  text-transform: uppercase;
}
/* line 76, ../../resources/sass/_modal.scss */
.modal .modal-dialog .modal-body .modal-table {
  margin: 20px 0px;
}
/* line 78, ../../resources/sass/_modal.scss */
.modal .modal-dialog .modal-body .modal-table th {
  padding-bottom: 10px;
}
/* line 83, ../../resources/sass/_modal.scss */
.modal .modal-dialog .modal-footer {
  padding: 1rem 2rem;
}
/* line 85, ../../resources/sass/_modal.scss */
.modal .modal-dialog .modal-footer .form-group {
  margin-bottom: 0rem;
}
/* line 89, ../../resources/sass/_modal.scss */
.modal .modal-dialog .modal-btn {
  font-size: 16px;
  border-radius: 4px;
  background: #00863d;
  border: 1px solid #00863d;
  color: #ffffff;
  display: block;
  width: 190px;
  text-align: center;
  padding: 7px 0 6px;
}
/* line 101, ../../resources/sass/_modal.scss */
.modal .modal-dialog .modal-btn-continue {
  font-size: 16px;
  border-radius: 4px;
  background: #eb6508;
  border: 1px solid #eb6508;
  color: #ffffff;
  display: block;
  width: 190px;
  text-align: center;
  padding: 7px 0 6px;
}
/* line 113, ../../resources/sass/_modal.scss */
.modal .modal-dialog .modal-btn-continue:hover {
  cursor: pointer;
  color: white;
  text-decoration: underline;
}
/* line 119, ../../resources/sass/_modal.scss */
.modal .modal-dialog .btn-link {
  font-size: 12px;
  color: black;
}

/* line 7, ../../resources/sass/brand.scss */
h1 {
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
  padding: 50px 0 20px;
  font-weight: 700;
  letter-spacing: 2px;
}

/* line 15, ../../resources/sass/brand.scss */
.brands-page {
  background-image: url(/public/images/grad1.jpg);
  background-position-y: 100%;
  background-size: 100% 100%;
}
/* line 19, ../../resources/sass/brand.scss */
.brands-page .brand-blck {
  width: 50%;
}
/* line 21, ../../resources/sass/brand.scss */
.brands-page .brand-blck .brand-preview {
  padding: 15px 5px;
  background: white;
  height: 170px;
  margin-bottom: 15px;
  -webkit-box-shadow: 2px 2px 4px 0px #343a406e;
  -moz-box-shadow: 2px 2px 4px 0px #343a406e;
  box-shadow: 2px 2px 4px 0px #343a406e;
  border-radius: 4px;
}
/* line 30, ../../resources/sass/brand.scss */
.brands-page .brand-blck .brand-preview .brand-preview-img-wrapper {
  max-width: 100%;
}
/* line 32, ../../resources/sass/brand.scss */
.brands-page .brand-blck .brand-preview .brand-preview-img-wrapper .brand-preview-img {
  padding-top: 70%;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position-y: 50%;
  background-position-x: 50%;
}
/* line 40, ../../resources/sass/brand.scss */
.brands-page .brand-blck .brand-preview .brand-description {
  padding: 10px 0px;
}
/* line 43, ../../resources/sass/brand.scss */
.brands-page .brand-blck .brand-preview .brand-description a .subttl {
  color: #000000;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
/* line 51, ../../resources/sass/brand.scss */
.brands-page .brand-blck .brand-preview .brand-description .description-text p {
  font-size: 12px;
}
/* line 55, ../../resources/sass/brand.scss */
.brands-page .brand-blck .brand-preview .brand-description .description-ftr {
  border-top: 1px solid #eee;
  padding: 10px 0;
}
/* line 58, ../../resources/sass/brand.scss */
.brands-page .brand-blck .brand-preview .brand-description .description-ftr .brand-view-btn {
  background-color: #ffffff;
  color: #000000;
  padding: 0px;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 65, ../../resources/sass/brand.scss */
.brands-page .brand-blck .brand-preview .brand-description .description-ftr .brand-view-btn:hover {
  background-color: #000000;
  color: #ffffff;
}

/* line 75, ../../resources/sass/brand.scss */
.brand-page {
  padding: 10px;
}
/* line 77, ../../resources/sass/brand.scss */
.brand-page h1 {
  margin-bottom: 0px;
  text-align: center;
  padding: 20px 0px 20px 0px;
  font-size: 15px;
}
/* line 83, ../../resources/sass/brand.scss */
.brand-page .subtitle {
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 25px;
  padding-top: 10px;
  text-align: center;
}
/* line 90, ../../resources/sass/brand.scss */
.brand-page .main-brand-img {
  height: 200px;
  width: 300px;
  background-size: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
}
/* line 97, ../../resources/sass/brand.scss */
.brand-page .description-blck {
  margin-bottom: 30px;
  font-size: 14px;
  padding: 0px 0px 10px;
}
/* line 102, ../../resources/sass/brand.scss */
.brand-page .brand-products-blck {
  padding: 20px 0px 10px;
}

@media screen and (min-width: 769px) {
  /* line 110, ../../resources/sass/brand.scss */
  h1 {
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    padding: 50px 0 20px;
    font-weight: 700;
    letter-spacing: 2px;
  }

  /* line 118, ../../resources/sass/brand.scss */
  .brands-page {
    background-image: url(/public/images/grad1.jpg);
    background-position-y: 100%;
    background-size: 100% 100%;
  }
  /* line 123, ../../resources/sass/brand.scss */
  .brands-page .brand-blck .brand-preview {
    padding: 15px 5px;
    background: white;
    height: 235px;
    margin-bottom: 15px;
    -webkit-box-shadow: 2px 2px 4px 0px #343a406e;
    -moz-box-shadow: 2px 2px 4px 0px #343a406e;
    box-shadow: 2px 2px 4px 0px #343a406e;
    border-radius: 4px;
  }
  /* line 132, ../../resources/sass/brand.scss */
  .brands-page .brand-blck .brand-preview .brand-preview-img-wrapper {
    max-width: 100%;
  }
  /* line 134, ../../resources/sass/brand.scss */
  .brands-page .brand-blck .brand-preview .brand-preview-img-wrapper .brand-preview-img {
    padding-top: 70%;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-position-x: 50%;
  }
  /* line 142, ../../resources/sass/brand.scss */
  .brands-page .brand-blck .brand-preview .brand-description {
    padding: 10px 0px;
  }
  /* line 145, ../../resources/sass/brand.scss */
  .brands-page .brand-blck .brand-preview .brand-description a .subttl {
    color: #000000;
    font-size: 18px;
    text-align: center;
  }
  /* line 152, ../../resources/sass/brand.scss */
  .brands-page .brand-blck .brand-preview .brand-description .description-text p {
    font-size: 12px;
  }
  /* line 156, ../../resources/sass/brand.scss */
  .brands-page .brand-blck .brand-preview .brand-description .description-ftr {
    border-top: 1px solid #eee;
    padding: 10px 0;
  }
  /* line 159, ../../resources/sass/brand.scss */
  .brands-page .brand-blck .brand-preview .brand-description .description-ftr .brand-view-btn {
    background-color: #ffffff;
    color: #000000;
    padding: 0px;
    font-size: 12px;
    text-transform: uppercase;
  }
  /* line 166, ../../resources/sass/brand.scss */
  .brands-page .brand-blck .brand-preview .brand-description .description-ftr .brand-view-btn:hover {
    background-color: #000000;
    color: #ffffff;
  }

  /* line 176, ../../resources/sass/brand.scss */
  .brand-page {
    padding: 30px;
  }
  /* line 178, ../../resources/sass/brand.scss */
  .brand-page h1 {
    margin-bottom: 30px;
    text-align: center;
    padding: 20px 0px 20px 0px;
    font-size: 20px;
  }
  /* line 184, ../../resources/sass/brand.scss */
  .brand-page .subtitle {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 20px;
    padding-top: 0px;
    text-align: left;
  }
  /* line 191, ../../resources/sass/brand.scss */
  .brand-page .main-brand-img {
    height: 200px;
    width: 300px;
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
  }
  /* line 198, ../../resources/sass/brand.scss */
  .brand-page .description-blck {
    margin-bottom: 30px;
    font-size: 14px;
    padding: 0px 60px 10px;
  }
  /* line 203, ../../resources/sass/brand.scss */
  .brand-page .brand-products-blck {
    padding: 20px 0px 10px;
  }
}
