/** Shopify CDN: Minification failed

Line 828:0 Unexpected "}"

**/
@import url('http://fonts.googleapis.com/css?family=Quicksand:400,700');
/*********************
 * GENERAL STYLES
 *********************/

body {
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  background: #ffffff;
}
h1,
h2,
h3,
h4 {
  margin: 0px;
  font-size: 22px;
}
h1 {
  text-transform: uppercase;
  color: #ad2e31;
  font-weight: bold;
  text-align: center;
}
h1.title {
  position: relative;
}
h1 a:hover {
  text-decoration: none;
}
h2 {
  text-transform: uppercase;
  color: #ad2e31;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}
a {
  color: #ad2e31;
}
a:hover {
  color: #ad2e31;
}
.steps {
  text-align: center;
}
.steps img {
  max-width: 50%;
}
@media (max-width: 535px) {
  .steps img {
    width: 100%;
  }
}
.and-more {
  font-size: 13px;
  color: #5cb85c;
}
.button-jousun {
  font-size: 14px !important;
  font-weight: bold !important;
  text-transform: uppercase;
  width: 80%;
}
.button-tag {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  width: 80px;
  background: #f9af56;
  border-radius: 8px;
  color: white;
  box-shadow: 0;
  border: 0;
  margin-left: 10px;
  padding: 1px;
}
.close {
  z-index: 100;
  margin: 10px 10px;
  position: absolute;
  right: 0px;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.42;
  border-radius: 15px;
}
.jousun-dropdown .dropdown-menu {
  background: #449d44;
}
.jousun-dropdown .dropdown-menu a {
  color: white !important;
  text-transform: uppercase;
  font-weight: bold;
}
.jousun-dropdown .dropdown-menu a:hover {
  color: black !important;
}
@media (max-width: 450px) {
  .jousun-dropdown .dropdown-menu.shop-by-store {
    margin-left: -50%;
  }
}
#profile {
  margin-top: 10px;
}
#profile .panel-heading {
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}
.add-new {
  float: right;
  font-size: 16px;
  margin-top: 2px;
  text-decoration: none;
}
.add-new:hover {
  text-decoration: none;
}
.max-width {
  width: 100% !important;
}
.ajaxified-cart-feedback {
  display: block !important;
}
#CartCount {
  position: absolute;
  top: 8px;
  right: 3px;
  background: #ad2e31;
  color: white;
}
.loader-overlay {
  text-align: center;
  padding: 160px 0px;
}
.counter-widget {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.counter-widget li {
  display: inline-block;
}
.counter-widget .form-control.product-count {
  width: 35px;
  text-align: center;
}
.center {
  text-align: center;
}
.vert-padding-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
select option[disabled="disabled"] {
  color: #cccccc;
}
.loader_bg {
  position: fixed;
  z-index: 99999;
  top: 0px;
  background: black;
  filter: alpha(opacity=50);
  /* internet explorer */
  -khtml-opacity: 0.5;
  /* khtml, old safari */
  -moz-opacity: 0.5;
  /* mozilla, netscape */
  opacity: 0.5;
}
.loader {
  position: fixed;
  padding: 10px;
  background: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
  -moz-box-shadow: 0px 0px 5px #cccccc;
  box-shadow: 0px 0px 5px #cccccc;
  display: none;
  z-index: 100000;
}
.jousun-cart img {
  width: 17px;
}
.hidden {
  display: none;
}
/*********************
 * MODAL WINDOW
 *********************/

.modal {
  padding-right: 0px !important;
}
.modal-header {
    border-bottom: 0px;
}
/*********************
 * NAVIGATION
 *********************/

.navbar {
  margin-bottom: 0px !important;
}
.navbar-jousun {
  background-color: #fcfcf5;
}
.navbar-jousun .navbar-toggle:hover,
.navbar-jousun .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-jousun .navbar-toggle .icon-bar {
  background-color: #ad2e31;
  height: 4px;
}
.navbar-jousun .navbar-collapse {
  background: #f5f0ec;
}
.navbar-nav {
  text-align: center;
}
.navbar-nav.main-menu img {
  width: 109px;
}
.fa-jousun {
  color: #ad2e31;
}
.navbar-toggle {
  border: 0px !important;
  margin-right: 5px !important;
  padding: 9px 10px 9px 0px !important;
}
.navbar-brand {
  padding-right: 0px;
}
.divider-jousun {
  border-top: 2px solid #ad2e31;
  border-bottom: 2px solid #ad2e31;
  padding-top: 2px;
  margin: 10px 10px;
}
.divider-jousun.no-margin {
  margin-left: 0px;
  margin-right: 0px;
}
.divider-jousun-light {
  border-top: 1px solid #dfdfd8;
  border-bottom: 1px solid #dfdfd8;
  padding-top: 2px;
  margin: 0px 0px;
}
.nav-links {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
.nav-links:first-child a {
  padding-top: 0px !important;
}
.nav-links:last-child a {
  padding-bottom: 0px !important;
}
.nav-links a {
  color: #ad2e31 !important;
  padding: 0px 0px 9px !important;
}
.contact.call-us {
  margin-left: 20px;
}
.contact.email-us {
  margin-right: 20px;
}
.contact .link {
  padding-left: 10px;
  text-align: left;
  line-height: 17px;
}
.contact .link a {
  text-transform: uppercase;
  font-weight: bold;
  color: #ad2e31;
  text-decoration: none;
  font-size: 14px;
}
.input-search {
  text-align: center;
}
#table-navigation {
  width: 100%;
}
/*********************
 * NAVIGATION desktop
 *********************/

/*********************
 * SECTION SPECIFIC STUFF
 *********************/

.collection #action-buttons,
.collection #main-hero,
.collection #delivery-info {
  display: none;
}
.collection #desktop_layout .desktop-logo,
.collection #desktop_layout .banner-container,
.collection #desktop_layout .delivery-info-container {
  display: none;
}
.collection #desktop_layout .desktop-banners,
.collection #desktop_layout .filter-options {
  width: 100%;
}
.cart #desktop_layout,
.cart #action-buttons,
.cart #filter-options,
.cart #main-hero,
.cart #delivery-info {
  display: none;
}
.page #desktop_layout,
.blog #desktop_layout,
.article #desktop_layout,
.search #desktop_layout,
.product #desktop_layout,
.page #main-hero,
.blog #main-hero,
.article #main-hero,
.search #main-hero,
.product #main-hero,
.page #delivery-info,
.blog #delivery-info,
.article #delivery-info,
.search #delivery-info,
.product #delivery-info,
.page #action-buttons,
.blog #action-buttons,
.article #action-buttons,
.search #action-buttons,
.product #action-buttons {
  display: none;
}
.customers-register #desktop_layout,
.customers-login #desktop_layout,
.customers-reset_password #desktop_layout,
.customers-register #main-hero,
.customers-login #main-hero,
.customers-reset_password #main-hero,
.customers-register #delivery-info,
.customers-login #delivery-info,
.customers-reset_password #delivery-info,
.customers-register #action-buttons,
.customers-login #action-buttons,
.customers-reset_password #action-buttons,
.customers-register #filter-options,
.customers-login #filter-options,
.customers-reset_password #filter-options {
  display: none;
}
.customers-account #desktop_layout,
.customers-addresses #desktop_layout,
.customers-order #desktop_layout,
.customers-account #main-hero,
.customers-addresses #main-hero,
.customers-order #main-hero,
.customers-account #delivery-info,
.customers-addresses #delivery-info,
.customers-order #delivery-info,
.customers-account #action-buttons,
.customers-addresses #action-buttons,
.customers-order #action-buttons,
.customers-account #filter-options,
.customers-addresses #filter-options,
.customers-order #filter-options,
.customers-account #next-delivery-info,
.customers-addresses #next-delivery-info,
.customers-order #next-delivery-info {
  display: none;
}
/*********************
 * GENERAL CONTENT
 *********************/

#next-delivery-info {
  background: #ad2e31;
  color: white;
  text-align: center;
  padding: 5px 0px;
  font-weight: bold;
  font-size: 15px;
}
#next-delivery-info a {
  color: white;
}
#filter-options {
  padding: 12px 0px;
}
#filter-options .jousun-dropdown {
  padding-right: 10px !important;
  padding-left: 5px !important;
}
#main-hero,
#main-hero-collection {
  text-align: center;
  background: #f9f9f9;
}
@media (max-width: 414px) {
  #main-hero img,
  #main-hero-collection img {
    width: 100%;
  }
}
#delivery-info {
  text-align: center;
  padding: 8px 0px;
}
#delivery-info td {
  vertical-align: middle;
  padding: 0px 4px;
}
#delivery-info td i {
  margin-top: 8px;
}
#delivery-info a {
  color: #ad2e31;
  font-weight: bold;
  text-decoration: none;
  font-size: 15px;
}
#action-buttons {
  padding: 0px;
}
#action-buttons td:first-child {
  padding-right: 2px;
}
#action-buttons td:last-child {
  padding-left: 2px;
}
@media (max-width: 414px) {
  #action-buttons a img {
    width: 100%;
  }
}
.jousun-dropdown {
  text-align: center;
}
.jousun-dropdown .btn-group {
  width: 100%;
}
.jousun-dropdown .btn-group button {
  font-weight: bold;
  font-size: 15px;
  width: 100%;
}
.single-option-selector,
#product-select {
  display: none;
}
.actions div.selector-wrapper.clearfix {
  display: none;
}  
/*********************
 * PRODUCTS
 *********************/

.products {
  text-align: center;
  margin: 0 auto;
  max-width: 1170px;
}
.products .product {
  padding: 5px;
  width: 147px;
  border: 1px solid #dfdfd8;
  overflow: hidden;
  text-align: middle;
  float: left;
  margin-left: -1px;
  margin-bottom: -1px;
  position: relative;
}
.products .product a {
  text-decoration: none;
}
.products .product .image {
  height: 149px;
  overflow: hidden;
  svertical-align: middle;
}
.products .product .image img {
  width: 129px;
  margin-bottom: 20px;
  vertical-align: middle;
}
.products .product .name {
  height: 64px;
  line-height: 0.8em;
  overflow: hidden;
    vertical-align: middle;
}
.products .product .name a {
  font-size: 0.7em;
  font-weight: bold;
  color: black;
}
.products .product .pack-count {
  display: none;
}
.products .product .pack-count a {
  font-size: 13px;
  color: #666666;
}
.products .product .price {
  height: 25px;
  overflow: hidden;
}
.products .product .price a {
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}
.products .product .compare-at-price {
  height: 12px;
  overflow: hidden;
}
.products .product .compare-at-price a {
  font-size: 12px;
  font-weight: normal;
  color: #cccccc;
  text-decoration: line-through;
  padding-right: 5px;
}
.products .product .variant-title {
  font-size: 15px;
  color: #666666;
  font-style: italic;
  height: 21px;
  overflow: hidden;
}
.products .product.tell-us .image {
  height: 195px;
}
.load-more {
  text-align: center;
  padding: 20px 0px;
}
.jousun-footer-logo {
  padding: 20px 0px;
  text-align: center;
}
.facebook-footer {
  padding: 0px 0px 20px;
  text-align: center;
}
.footer-links {
  margin-bottom: 5px;
}
.footer-copyright {
  margin-bottom: 50px;
}
.footer-links,
.footer-copyright {
  text-align: center;
  font-size: 12px;
  color: #666666;
}
.footer-links a,
.footer-copyright a {
  color: #666666;
}
.quick-add .btn-message {
  font-size: 14px;
}
.quick-add .basket{
  width: 22px;
}
/*********************
 * PRODUCTS OVERLAY
 *********************/

.product-overlay .image {
  text-align: center;
}
.product-overlay .product-info {
  padding-bottom: 5px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 5px;
}
.product-overlay .product-info-table {
  width: 100%;
}
.product-overlay .product-info-table .name {
  font-size: 15px;
  padding-right: 20px;
  font-weight: bold;
}
.product-overlay .product-info-table .option {
  font-size: 12px;
  color: #666666;
}
.product-overlay .product-info-table .prices {
  text-align: right;
}
.product-overlay .product-info-table .prices .price,
.product-overlay .product-info-table .prices .sale-price {
  font-size: 15px;
  font-weight: bold;
  color: #ad2e31;
}
.product-overlay .product-info-table .prices .compare-at-price {
  font-size: 15px;
  color: #cccccc;
  text-decoration: line-through;
  padding-right: 5px;
}
.product-overlay .product-buy-options {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
  padding: 5px 0px 11px;
}
.product-overlay .product-buy-options-table {
  width: 100%;
}
.product-overlay .product-buy-options-table .actions {
  text-align: right;
}
.product-overlay .counter-widget {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 108px;
}
.product-overlay .counter-widget li {
  display: inline-block;
}
.product-overlay .counter-widget .form-control.product-count {
  width: 35px;
  text-align: center;
}
.product-overlay .product-badges {
  text-align: center;
  padding: 13px 0px;
}
.product-overlay .product-badges-list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.product-overlay .product-badges-list li {
  display: inline-block;
  vertical-align: top;
  width: 17%;
}
.product-overlay .product-badges-list li .product-badge {
  width: 20%;
}
.product-overlay .product-badges-list li .product-badge .image {
  display: block;
}
.product-overlay .product-badges-list li .product-badge .text {
  display: block;
  font-size: 11px;
  color: #ad2e31;
}
.products-related .products {
  padding-bottom: 50px;
}
.products-related .products .name {
  height: 65px;
  line-height: 14px;
}
.products-related .products .name a,
.products-related .products .price a {
  font-size: 12px;
}
.products-related .products .pack-count a {
  font-size: 10px;
}
/*********************
 * ADD NEW ADDRESS OVERLAY
 *********************/

#addAddress .panel {
  margin-top: 12px;
}
/*********************
 * CART
 *********************/
#cartform {
  margin-top: 54px;
}  

.delivery-information {
  display: none;
}
.delivery-information h3 {
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  margin-bottom: -10px;
  text-transform: uppercase;
}
.delivery-information label {
  font-size: 15px;
  margin-bottom: 0px;
}
.delivery-information input,
.delivery-information select,
.delivery-information textarea,
.delivery-information .value {
  margin-bottom: 10px;
  font-size: 15px;
}
.delivery-information .check {
  font-size: 15px;
  line-height: 15px;
}
.cart #cart .tc {
  color: black;
  margin-top: 20px;
  line-height: 20px;
}
.cart #cart .total {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  padding: 10px 0px 0px;
  text-transform: uppercase;
}
.cart #cart .subline {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 0px 0px 30px;
}
.cart .items .item {
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
}
.cart .items .item .row .image-container {
  padding-left: 0px;
  padding-right: 0px;
}
.cart .items .item .row .image img {
  width: 100%;
}
.cart .empty-cart {
  padding-top: 50px;
  padding-bottom: 50px;
}
.cart .empty-cart h2 {
  line-height: 26px;
  font-size: 19px;
  color: black;
}
.cart .product-info {
  position: relative;
  min-height: 100px;
}
.cart .product-info .product-info-table {
  width: 100%;
}
.cart .product-info .product-info-table .name {
  font-size: 14px;
}
.cart .product-info .product-info-table .widgets {
  text-align: right;
}
.cart .product-info .product-info-table .actions {
  text-align: right;
}
.cart .product-info .product-info-table .price {
  font-size: 15px;
  font-weight: bold;
}
.cart .product-info .btn-remove {

}
.cart .product-info .counter-widget li{
	vertical-align: bottom;
}

.delivery-zones-container #default_address_selector {
  width: 100%;
}

.delivery-zones-container #default_address_selector .caret{
  float: right;
  margin-top: 7px;
}


.delivery-zones-container #addresses_list {
  width: 100%;
}

.delivery-zones-container #addresses_list li{
  padding: 0 10px;
}

.delivery-zones-container table.delivery-times td{
  padding-bottom: 16px;
}

.delivery-zones-container table.delivery-times td p{
  font-size: 12px;
  font-weight: bold;
  padding: 0 5px;
  margin: 0;
}

.delivery-zones-container table.delivery-times button{
  width: 200px;
}
}
/*********************
 * CREATE CUSTOMER
 *********************/

.customers-register input[type="text"],
.customers-login input[type="text"],
.customers-register input[type="password"],
.customers-login input[type="password"],
.customers-register input[type="email"],
.customers-login input[type="email"] {
  margin-bottom: 20px;
}
.customers-login .login {
  padding: 20px 0px 30px;
}
.customer_address_table {
  width: 100%;
}
.customer_address_table .value {
  padding: 10px 0px;
}
/*********************
 * BEGIN: ADDRESSES
 *********************/

.return-account.pull-left {
  position: absolute;
  left: 15px;
}
.addresses-container,
.orders-container {
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}
.delivery-zones-container,
.timeslots-container {
  width: 270px;
  margin: 0 auto;
  text-align: left;
}
.delivery-zones-container {
  margin-bottom: 20px;
}
.timeslots-container {
  margin-bottom: 50px;
}
#view_address {
  margin: 40px 0px;
}
#address_tables {
  text-align: center;
}
.customer_address {
  margin-bottom: 30px;
  border-bottom: 1px solid #cccccc;
/*   padding: 20px 0; */
  min-height: 270px;
}
.customer_address h3 {
  font-weight: bold;
}
.customer_address h4 {
  margin-bottom: 20px;
  margin-top: 20px;
}
/*********************
 * END: ADDRESSES
 *********************/

#order_payment,
#order_shipping {
  text-align: center;
  margin: 20px 0px;
}
#order_payment p,
#order_shipping p {
  margin-bottom: 0px;
}
.cart-actions {
  position: fixed;
  bottom: 0px;
  width: 100%;
  background: white;
  border-top: 1px solid #cccccc;
}
#customer_login {
  text-align: center;
}
#customer_login .show_recover {
  display: block;
  margin-bottom: 20px;
}
/*********************
 * BEGIN: ACCOUNT
 *********************/

.orders-container {
  display: none;
}
/*********************
 * END: ACCOUNT
 *********************/

.display-none {
  display: none;
}
#addAddress .modal-content {
  padding: 30px;
}
.learn-more-btn {
  font-size: 11px;
  display: inline;
}
.delivery-type #delivery-attended {
  margin-right: 20px;
}
.self-pick-up-btn, .delivery-type-btn {
  width: 45%;
  display: inline-block;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  opacity: 0.4;
}
.delivery-type-btn:hover, .delivery-type-btn.selected, .self-pick-up-btn:hover, .self-pick-up-btn.selected{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.self-pick-up-btn img, .delivery-type-btn img {
  width: 100%;
}
#recover-password .header p {
  color: #7f7f7f;
  font-weight: bold;
  margin-top: 20px;
}
.cart-information .image {
  max-width: 132px;
}

.cart-information .preorder-popup {
  position: absolute; 
  top: 10px; 
  width: 350px; 
  border: 2px solid #EEEFE9; 
  border-radius: 14px; 
  font-size: 12px; 
  font-weight: bold; 
  padding: 5px;   
}

.cart-information .preorder-notice {
  text-align: center; 
}

.cart-information .preorder-conflict {
  text-align: left; 
  color: white; 
  background-color: #EC5D5B;
}

.header.register {
  margin: 20px 0px;
}
.register input{
  margin-bottom: 15px;
}  
.register a{
  margin-bottom: 15px;
}  
.login input[type="email"] {
  margin: 5px auto;
}
.login input[type="password"] {
  margin: 5px auto;
}
.products.collection {
  margin-bottom: 30px;
}
.products.collection h2 {
  margin-bottom: 10px;
}
.dropoff-mode .popup-title {
  text-align: center;
  background: #5cb85c;
  padding: 5px;
  color: white;
}
.dropoff-mode .content {
  border-bottom: 1px solid #cccccc;
  padding-top: 15px;
  padding-bottom: 15px;
}
.dropoff-mode .content:last-child {
  border-bottom: 0px;
}
.product-container button.close {
  display: none;
}
.mce_inline_error {
  padding-left: 17px;
    color: red;
}
.mobile-only {
  display: none;
}  
td.desktop-only {
  display: table-cell;
} 
@media (max-width: 1199px) {  
  .subline.free-delivery {
    margin: 0 0 10px !important;
  }  
  .cart-information .preorder-popup {
    position: relative; 
	top: 0px;
    width: 100%;   
  }
  .mobile-only {
    display: block !important;
    width: 100%;
    margin-top: 10px;
  }    
  .mobile-only div.price {
    float: left;
    min-width: 100px;
  }  
  .mobile-only ul {
    float: left;
    min-width: 120px;
  }  
  .mobile-only div.delete-btn {
    float: right;
    margin-top: 5px;
  }  
  .desktop-only {
    display: none !important;
  }  
}
@media (max-width: 1023px) {
  nav.navbar-jousun {
    display: block;
  }
  nav.navbar-jousun-desktop {
    display: none;
  }
  .quick-add .btn-message {
    font-size: 10px;
  }
  .quick-add .basket {
    width: 12px;
  }
}
.desktop-table-cell {
  display: none;
}
.desktop-logo {
  display: none;
}
@media (min-width: 1024px) {
  .desktop-logo {
    display: inline-block;
  }
  .desktop-table-cell {
    display: table-cell;
  }
  .nav > li > a:focus,
  .nav > li > a:hover {
    background-color: #ad2e31 !important;
  }
  nav.navbar-jousun {
    display: none;
  }
  nav.navbar-jousun-desktop {
    display: block;
    padding-top: 10px;
    background: #ad2e31;
  }
  nav.navbar-jousun-desktop .searchbar {
    padding-left: 0px;
    margin-top: -6px;
  }
  nav.navbar-jousun-desktop .menu {
    text-align: right;
  }
  nav.navbar-jousun-desktop .navbar-nav {
    display: inline-block;
    margin-right: 0px;
    margin-top: 0px;
  }
  nav.navbar-jousun-desktop .navbar-nav li {
    display: inline-block;
    border-right: 1px solid white;
    margin-right: 10px;
    padding-right: 10px;
  }
  nav.navbar-jousun-desktop .navbar-nav li:hover {
    background: none;
  }
  nav.navbar-jousun-desktop .navbar-nav li.nav-links a {
    color: white !important;
    padding-bottom: 0px !important;
    font-size: 16px;
  }
  nav.navbar-jousun-desktop .navbar-nav li.nav-links a:hover {
    background-color: none !important;
  }
  nav.navbar-jousun-desktop .navbar-nav li:last-child {
    border-right: 0px;
    padding-right: 0px;
    margin-right: 0px;
  }
  #next-delivery-info {
    background: none;
    color: #ad2e31;
    padding: 15px 0px;
  }
  #delivery-info {
    display: none;
  }
  #main-hero {
    float: left;
    background: none;
    margin-right: 20px;
  }
  #main-hero .desktop-logo {
    margin-left: 45px;
    margin-right: 45px;
  }
  #main-hero img {
    height: 145px;
  }
  #action-buttons {
    float: left;
  }
  #action-buttons .action1 {
    padding-right: 20px !important;
  }
  #filter-options {
    clear: left;
  }
  #customer-registration, #customer-login {
    padding-top: 54px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .banners img {
    height: 116px !important;
  }
  nav.navbar-jousun-desktop .navbar-nav li.nav-links a {
    font-size: 14px;
  }
}
