/* pos01 */

.goods_list {list-style: none;}
.goods_list li {float: left; margin: 5px; padding: 5px; border: solid 1px #eee;}
.good_name { text-align: center; color:#666; margin-top: 4px; }
.good_price { text-align: center; color:#666; margin-top: 4px; }

#good_panel { height: 400px;}
#good_panel .good_image { margin: 10px;}
#good_panel .good_name { font-size: 22px;}
#good_panel .good_style { text-align: center; margin-top: 10px;}
#good_panel .good_price { font-size: 18px; margin-top: 10px; color:#ea0000;}
#good_panel .good_price .price { font-size: 26px;}
#good_panel { border: solid 1px #eee; padding: 3px;}
#good_content { margin-top: 10px; }

/* shopping cart 2014/3/9 by honer */

#shopping_cart { z-index: 999; background: #fff; border: solid 1px #666; padding-right: 3px; padding-left: 1px;}
#show_cart {font-size: 12px; color: #4d3126;}

#cart_detail {
 width: 100%;
 margin: 20px;
}

.cart_area {
  width: 90%;
  vertical-align: top;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;

  background: #fff;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-left-radius: 8px;
  position: relative;
  padding: 8px;
  margin: 0px auto 20px auto;

}

#customer_info .input-group { margin-top: 8px; }

#send_order {text-align: center;}

table#cart_detail {
  border-collapse: collapse;
  border-spacing: 0;
}



body {
  padding-top: 0px;
  font-family: "Verdana","新細明體",Geneva,Tahoma,sans-serif;
}

.footer {
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  background-color: transparent;
  padding: 0px;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

/* Customize the nav-justified links to be fill the entire space of the .navbar */

.nav-justified {
  background-color: #eee;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.nav-justified > li > a {
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #777;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
  background-color: #e5e5e5; /* Old browsers */
  background-repeat: repeat-x; /* Repeat the gradient */
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%); /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); /* Chrome 10+,Safari 5.1+ */
  background-image: -o-linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); /* Opera 11.10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  background-image: linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); /* W3C */
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  background-color: #ddd;
  background-image: none;
  box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}
.nav-justified > li:first-child > a {
  border-radius: 5px 5px 0 0;
}
.nav-justified > li:last-child > a {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}

.navbar .navbar-toggle .icon-bar {
background-color: #cccccc;
}

.navbar .navbar-toggle {
border-color: #dddddd;
}

.product-item { padding: 40px;  border-bottom: solid 1px #eee; text-align: center; min-height: 180px; }

@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
  }
  .nav-justified > li > a {
    border-left: 1px solid #fff;
    border-right: 1px solid #d5d5d5;
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
    border-radius: 5px 0 0 5px;
  }
  .nav-justified > li:last-child > a {
    border-radius: 0 5px 5px 0;
    border-right: 0;
  }
}

@media (max-width: 768px) {
  .product-summary-block { padding: 0px 30px; }
  .product-item {
    padding: 15px;
  }

  .customer-panel {
    background: #fff;
    padding-left: 10px;
    padding-top: 10px;
  }

  .navbar .navbar-toggle {
    position: fixed;
    border-color: #604020;
  }

  .navbar .navbar-toggle .icon-bar {
    background-color: #604020;
  }

  .navbar-toggle { float: none; margin-top:auto; margin-right: auto; right: 10px; top: 6px; border-radius: 0px;}

  .navbar-collapse {
    position: fixed;
    height: 100%;
    top: 0px;
    margin-top: 0px;
    width: 50%;
    padding-top: 40px;
    color: #fff;
    opacity:0.7;
  }

  #main-navbar .nav.navbar-nav a { color: #fff; }
  #main-navbar .nav.navbar-nav a:hover { color: #888; opacity: 1; }


  #main-navbar .navbar.navbar-static-top { margin-top: 50px; }

  .customer-panel {
    width: 100%;
    z-index: 999;
    color: #604020;
  }

  .customer-panel a { color: #604020; }

  .pull-right { float: none !important; }

  .buy_list {
    clear: both;
    position: fixed;
    bottom: 0px;
    z-index: 999;
    width: 100%;
    background: #fff;
    margin-left: -30px;
    text-align: center;
    padding-bottom: 10px;
  }
  .buy_list_item { width: 45%; }
  .quantity { width: 100%; }

}

.customer-panel { color: #604020; }

.customer-panel a { color: #604020; }

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
}

.top-buffer { margin-top:20px; }


/* 2013/01/20 by Ten.*/
div#sitemap { margin-left: 30px; margin-top: 10px; }
div#sitemap ul.sitemap_item{ width: 80%; margin: 0px;  }
div#sitemap ul.sitemap_item li{ display: inline-block;  }
div#sitemap ul.sitemap_item li.sitemap_item_title{list-style-image:url('/manager/img/logo2.gif'); display: block; font-weight: bold; padding: 0px 0px 6px 0px; margin-bottom: 15px;}
div#sitemap ul.sitemap_item li.sitemap_item_chird{ border: 1px #ddd solid; padding: 2px 14px; margin-left: 20px; margin-bottom: 17px;}



body { font-size:14px; }
.navbar.navbar-static-top { text-align: center;  }
/* .col-md-2 { display: none; } */
.container { max-width: 100%; padding: 0px; }
.nav.navbar-nav {  }
.menu_item a { color: #888; font-size: 16px; }
.menu_item a:hover { background-color: #fff !important; color: #111; }
.col-md-10 { padding-left: 50px; padding-right: 50px; width: 100%; font-size: 16px; color: #333;  line-height: 24px;}
.navbar { margin-bottom: 0px;  padding-bottom: 0px; }
.breadcrumb { float: right; }
.clear_both { clear: both; }

.quantity {
    margin-right: 15px;
    background-color: #eee;
    position: relative;
    width: 58%;
    overflow: hidden;
}
.quantity .plus {
    line-height: 0;
    background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #bbb;
    font-size: 20px;
    position: absolute;
    height: 100%;
    border: 0;
    right: 0;
    padding: 0;
    width: 25%;
    z-index: 3;
}

.quantity input {
    margin: 0;
    text-align: center;
    padding: 0;
    float: right;
    color: #000;
    font-size: 20px;
    border: 0;
    outline: 0;
    background-color: #F6F6F6;
}

.quantity input.qty {
    position: relative;
    border: 0;
    width: 100%;
    height: 40px;
    padding: 10px 25px 10px 10px;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    border-radius: 0;
    background-clip: padding-box;
}

.quantity input {
    margin: 0;
    text-align: center;
    padding: 0;
    float: right;
    color: #000;
    font-size: 20px;
    border: 0;
    outline: 0;
    background-color: #F6F6F6;
}

.quantity .minus {
    bottom: 0;
}

.quantity .minus {
    line-height: 0;
    background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #bbb;
    font-size: 20px;
    position: absolute;
    height: 100%;
    border: 0;
    left: 0;
    padding: 0;
    width: 25%;
    z-index: 3;
}

.buy_list {
    clear: both;
    padding-top: 10px;
}

.buy_list .buy_list_item {
    display: inline-block;
}

.buy_list input {
    margin-right: 10px;
    width: 90%;
}

.btn {
    font-weight: 700;
    border-radius: 5;
    font-size: 13px;
    line-height: 15px;
    padding: 10px 25px;
    height: 40px;
    letter-spacing: 2px;
    outline: 0 !important;
}

.buy_list input {
    margin-right: 10px;
    width: 90%;
}



.main-publicity { text-align: center; }
.navbar-collapse { text-align: center; }
.customer-panel { padding-right: 12px; }
.shopping_cart { top: 25px; }
.product-content { text-align: center; }
#page-cart .product-thumbnail { width: 160px; }
.product-title { padding-top: 20px; }
.buy_list_item { display: inline-block; }
.product-content img { max-width: 100%; }
.navbar-collapse { border-bottom: solid 1px #eee; }

.footer-area {

}

footer .copyright {
    color: #aaa;
}

#top_messages {
    background: #80B645;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 8px;
}

  .price { font-size: 24px; }

  .single-product-wrapper {
    padding: 15px;
  }

.logo {
    max-width: 120px
}
.carousel-control.left {
  background-image: none;
}
.carousel-control.right {
  background-image: none;
}

body {
    font-family: CustomFont, "微軟正黑體", "蘋果儷黑體", "新細明體", Arial;
}
#page-checkout { padding: 20px 30px; }
.product-content img { width: 100%; }

#shop_cart { padding: 20px; text-align: center; }
#shop_cart p { padding: 10px; }
#shop_cart .quantity { margin: 0px auto; }
#page-cart .product-thumbnail {
  margin: 0px auto;
}

#page-cart { font-size: 16px; }

#shop_cart .product-price {
  font-size: 16px;
  padding-top: 40px;
}

#shop_cart .product-subtotal {
  font-size: 16px;
  padding-top: 40px;
}

#shop_cart .product-quantity {
  padding-top: 40px;
}

#shop_cart .product-remove {
  padding-top: 40px;
}

#shop_cart .good_item { border-bottom: dashed 1px #eee; }

@media (min-width: 768px) {
  .navbar-nav>li {
    float: none;
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: none;
  }

}

#keyreply-container { bottom: 50px !important; }


.sub-navbar .dropdown-menu { z-index: 19999; }


@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: none;
  }

  .navbar-nav .open .dropdown-menu {
    position: none;

    }
}

@media (min-width: 1200px) {
  .container {
    width: auto;
  }
}

@media (min-width: 992px) {
  .container {
    width:auto;
  }
}

@media (min-width: 768px) {
  .container {
    width:auto;
  }
}

a:hover { text-decoration: none; }

/* web app */
#tabbar { position: fixed; bottom: 0px; width: 100%; height: 56px;  background: #fff;  border-top: solid 1px #eee; z-index: 9999; padding-top: 8px; }
#tabbar .bar-item { display: inline-block; width: 24%;  text-align: center; }
#tabbar .bar-item i { font-size: 20px; color: #888; }
#tabbar .bar-item .item-text a { font-size: 10px; color: #888 }
#tabbar .bar-item .item-text a:hover { font-size: 10px; color: #888 }

/* */

@media (max-width: 768px) {
  .quantity { width: 100%; }
}

.btn-primary {
    color: #fff;
    background-color: #E37D3B;
    border-color: #E37D3B;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
   color: #fff;
    background-color: #E37D3B;
    border-color: #E37D3B;
}

.btn-default {
    color: #E37D3B;
    background-color: #fff;
    border-color: #E37D3B;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
   color: #fff;
    background-color: #E37D3B;
    border-color: #E37D3B;
}



/* customer card */

/* USER PROFILE PAGE */
 .card {
    margin-top: 20px;
    padding: 30px;
    background-color: rgba(214, 224, 226, 0.2);
    -webkit-border-top-left-radius:5px;
    -moz-border-top-left-radius:5px;
    border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-top-right-radius:5px;
    border-top-right-radius:5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 1);
}
.card.hovercard .card-background {
    height: 130px;
}
.card-background img {
    -webkit-filter: blur(25px);
    -moz-filter: blur(25px);
    -o-filter: blur(25px);
    -ms-filter: blur(25px);
    filter: blur(25px);
    margin-left: -100px;
    margin-top: -200px;
    min-width: 130%;
}
.card.hovercard .useravatar {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
}
.card.hovercard .useravatar img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.5);
}
.card.hovercard .card-info {
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
}
.card.hovercard .card-info .card-title {
    padding:0 5px;
    font-size: 20px;
    line-height: 1;
    color: #262626;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.card.hovercard .card-info {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}
.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}
.btn-pref .btn {
    -webkit-border-radius:0 !important;
}

/* Customer Panel */

.customers-panel h1 { text-align: center; font-size: 18px; }

/* Customer Orders */

.order_item { margin: 20px; padding: 10px; border: solid 1px #E37D3B; border-radius: 10px; }

/* Customer Coupons */

.coupons_item { margin: 20px; padding: 20px; border: dashed 2px #E37D3B; border-radius: 10px; }
.coupons_item h2 { font-size: 16px; padding-left: 60px; }

.coupons_item .typcn-ticket { float: left; font-size: 28px; color: #E37D3B; }
.coupons_item .end_date { color: #999; text-align: right; }

/* Customers Register */

.panel-login {
  background-image: url("https://app-tw.shenyunshop.com/uploads/advertisements/14-2018-09-03.jpg");
  height: 800px;
}
.panel-login>.panel-heading {
  color: #00415d;
  text-align:center;
  margin-top: 20px;
}
.panel-login>.panel-heading a{
  text-decoration: none;
  color: #666;
  font-weight: bold;
  font-size: 15px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.panel-login>.panel-heading a.active{
  color: #fff;
  background-color: #E37D3B;
  font-size: 15px;
  padding: 12px 28px;
  border-radius: 16px;
}


.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
  height: 45px;
  border: 1px solid #ddd;
  font-size: 16px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.panel-login input:hover,
.panel-login input:focus {
  outline:none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #ccc;
}
.btn-login {
  background-color: #59B2E0;
  outline: none;
  color: #fff;
  font-size: 14px;
  height: auto;
  font-weight: normal;
  padding: 14px 0;
  text-transform: uppercase;
  border-color: #59B2E6;
}
.btn-login:hover,
.btn-login:focus {
  color: #fff;
  background-color: #53A3CD;
  border-color: #53A3CD;
}
.forgot-password {
  text-decoration: underline;
  color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
  text-decoration: underline;
  color: #666;
}

.btn-register {
  background-color: #1CB94E;
  outline: none;
  color: #fff;
  font-size: 14px;
  height: auto;
  font-weight: normal;
  padding: 14px 0;
  text-transform: uppercase;
  border-color: #1CB94A;
}
.btn-register:hover,
.btn-register:focus {
  color: #fff;
  background-color: #1CA347;
  border-color: #1CA347;
}


body { bottom: 40px; }
.form-control  { font-size: 20px; line-height: 36px;  height:40px; border-radius: 10px; }

.logo {
    max-width: 120px;
    z-index: 999;
}
.summary { font-size: 18px; }

a { color: #E37D3B; }
a:hover { color: #E37D3B; }
a:active { color: #E37D3B; }

.product-item a { color: #E37D3B; }
.product-item a:hover { color: #E37D3B; }
.price { color: #E37D3B; }

 .panel-login { height: 800px; padding-top: 80px;
   background-repeat: no-repeat;
   background-size: 400%;
}

.register-terms-of-use { margin-top: 60px; text-align: center; }

 .navbar-toggle {
   display: block;
  }

.navbar-collapse.collapse { display: none !important;  height: 100%; }
.navbar-collapse.collapse.in  { display: block !important; height: 100%; }

#page_content h1 { font-size: 20px; }
#page_content { font-size: 18px; }

#app-container { margin-bottom: 100px; }
#sign_in #app-container { margin-bottom: 0px; }

@media (min-width: 768px) {
  .navbar-collapse.collapse {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .navbar .navbar-toggle {
    position: fixed;
    border-color: transparent;
    top: 55px;
  }
  .navbar .navbar-toggle .icon-bar {
    background-color: #E37D3B;
  }
}

@media (min-width: 768px) {
  .navbar-collapse.collapse {
    height: 100% !important;
  }
}
  .product-item {
    padding: 5px;
  }

@media (min-width: 768px) {
  .navbar-nav>li {
    width: 100%;
  }
}
  #main-navbar .nav.navbar-nav a:hover {
    background-color: #fff !important;
    color: #E37D3B;
    opacity: 1;
  }



  #main-navbar .nav.navbar-nav a {
    text-align: center;
    padding: 8px;
  }

.product-title {
    padding-top: 0px;
}

.single-product-wrapper {
    padding: 0 15px;
}

.product-item {
    min-height: 365px;
}

#tabbar .bar-item { color: #888; }
#tabbar .bar-item a { font-size: 10px; color: #888 }
#tabbar .bar-item a:hover { font-size: 10px; color: #888 }
#tabbar .bar-item a:visited { font-size: 10px; color: #888 }
#tabbar .bar-item a:active { font-size: 10px; color: #888 }

.login_area { margin: 0 15px; }
.login_area .btn { width: 100%; }

#chird_nav { width: 100%; }
#chird_nav .chird-nav-item  {
    display: inline-block;
    color: #E37D3B;
    display: inline-block;
    padding: 8px 15px;
    margin: 2px;
    text-align: center;
}

#chird_nav .chird-nav-item.active {  }
#chird_nav .chird-nav-item.active a { color: #E37D3B; border-bottom: solid 2px #E37D3B; }

.hidden {
  visibility: hidden;
  transition: visibility 2s 2s, opacity 2s linear;
}

.visible {
  visibility: visible;
  transition: opacity 4s linear;

}

@media (max-width: 768px) {
#main-navbar .nav.navbar-nav a {
    font-size: 18px;
  }
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.single-product-wrapper, .col-sm-7 { padding: 0px; }

#buy_message { position: fixed; bottom: 80px; z-index:999; text-align: center;
background: #fff; color: #E37D3B;  margin: 0px auto; padding: 5px; border-radius: 10px; }

#buy_message { display: none; }


.col-md-12 { padding: 0px; }
.col-md-6 { padding-right: 0px !important;
                     padding-left: 0px !important;
                   }
#page-checkout { padding: 0 15px; }

@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.fadeInUp {
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

#show_cart { display: none; }
#cart_count { position: fixed; bottom: 30px; left: 64%; font-size: 13px; background: #E37D3B; color:#fff; border-radius: 10px; padding: 2px; width: 20px; }

.customer-panel { display: none; }

#page-checkout .col-sm-6, #page-checkout .col-sm-4, #page-checkout .col-sm-12 { padding-left: 0px; padding-right: 0px; }

.type-post .entry-cover .post-meta > span.post-date { display: none; }


@media (max-width: 768px) {
  .navbar-toggle {
    top: 3%;
  }
}

#back_button {
    position: fixed;
    padding: 15px;
    z-index: 9999;
    font-size: 20px;
    text-align: center;

 }

.product-summary-block img {
    width: 100%;
}

@media (max-width: 768px) {
  .navbar-collapse { opacity: 0.8; }
  .navbar-toggle { left: 10px; }
}

@media (max-width: 768px) {
  .buy_list { left: 30px; }
  .product-list .product-item {
    min-height: 350px;
  }
}

.message-box {
    text-align: center;
    width: 58%;
    min-height: 15%;
    position: fixed;
    top: 25%;
    left: 21%;
    border: #E37D3B solid 2px;
    color: #E37D3B;
    z-index:100;
    background-color: #fff;
    border-radius: 8px;
    padding-top: 30px;
}

.product-content { padding: 0px; }

.coupons_item.used { border: dashed 2px #ccc; }

.type-post .entry-header .entry-title { font-family: Futura,sans-serif  !important; }
.blog-single { font-family: "Century Gothic",sans-serif; }
.blog-masonry-box { font-family: Futura,sans-serif; }
.blog-masonry-box .entry-content { font-size: 16px !important; }

.post-nosidebar .type-post .entry-header .entry-title   { font-family: Futura,sans-serif; font-size: 25px !important; }
.blog-single .type-post .entry-content h2 { font-size: 21px !important; font-weight: 300; }
.blog-single .type-post .entry-content h3 { font-size: 19px !important; font-weight: 600; }
.blog-single .type-post .entry-content { font-size: 16px; }
.blog-single .post-meta { display: none; }
.blog-single .type-post .entry-content img { width: 100%; }
.type-post .post-date { display: none; }

.product-list .price-panel .price { font-size: 14px; }

.single-product-wrapper .price .start_time { font-size: 12px; color: #ccc; }

.single-product-wrapper .price .end_time { font-size: 12px; color: #ccc; }

.product-list .price-panel .start_time { font-size: 12px; color: #ccc;  display:none; }

.product-list .price-panel .end_time { font-size: 12px; color: #ccc;  display:none; }

#home img { width: 100%; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;left: 0;
  width: 100%;
  height: 100%;
}

.scrolling-wrapper {
    overflow-x: none;;
    overflow-y: none;
    white-space: none;
}

.pos .product-item {
    min-height: 216px;
}

.product-item img { width: 80% !important; }

.nav a[href='/store'] { display: none; }

.pos-container {
    padding: 0px 20px;
}

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
 .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  background: rgba(255,255,255,0) !important;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px; }

.swiper-container-cube, .swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

    
    .admin input.btn.btn-primary[type="submit"] { position: fixed; bottom: 80px; right: 20px; min-width: 128px; z-index: 100; }

    .no-gutters {
      margin-right: 0;
      margin-left: 0; }
      .no-gutters > .col,
      .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0; }
    
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
    .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
    .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
    .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
    .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
    .col-xl-auto {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px; }
    
    .col {
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-width: 100%; }
    
    .col-auto {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: auto;
      max-width: none; }
    
    .col-1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 8.33333%;
              flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    
    .col-2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    
    .col-3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
    
    .col-4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    
    .col-5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.66667%;
              flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    
    .col-6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
    
    .col-7 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 58.33333%;
              flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    
    .col-8 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 66.66667%;
              flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    
    .col-9 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 75%;
              flex: 0 0 75%;
      max-width: 75%; }
    
    .col-10 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 83.33333%;
              flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    
    .col-11 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 91.66667%;
              flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    
    .col-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
    
    .order-first {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; }
    
    .order-last {
      -webkit-box-ordinal-group: 14;
          -ms-flex-order: 13;
              order: 13; }
    
    .order-0 {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0; }
    
    .order-1 {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    
    .order-2 {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    
    .order-3 {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
    
    .order-4 {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4; }
    
    .order-5 {
      -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
              order: 5; }
    
    .order-6 {
      -webkit-box-ordinal-group: 7;
          -ms-flex-order: 6;
              order: 6; }
    
    .order-7 {
      -webkit-box-ordinal-group: 8;
          -ms-flex-order: 7;
              order: 7; }
    
    .order-8 {
      -webkit-box-ordinal-group: 9;
          -ms-flex-order: 8;
              order: 8; }
    
    .order-9 {
      -webkit-box-ordinal-group: 10;
          -ms-flex-order: 9;
              order: 9; }
    
    .order-10 {
      -webkit-box-ordinal-group: 11;
          -ms-flex-order: 10;
              order: 10; }
    
    .order-11 {
      -webkit-box-ordinal-group: 12;
          -ms-flex-order: 11;
              order: 11; }
    
    .order-12 {
      -webkit-box-ordinal-group: 13;
          -ms-flex-order: 12;
              order: 12; }
    
    .offset-1 {
      margin-left: 8.33333%; }
    
    .offset-2 {
      margin-left: 16.66667%; }
    
    .offset-3 {
      margin-left: 25%; }
    
    .offset-4 {
      margin-left: 33.33333%; }
    
    .offset-5 {
      margin-left: 41.66667%; }
    
    .offset-6 {
      margin-left: 50%; }
    
    .offset-7 {
      margin-left: 58.33333%; }
    
    .offset-8 {
      margin-left: 66.66667%; }
    
    .offset-9 {
      margin-left: 75%; }
    
    .offset-10 {
      margin-left: 83.33333%; }
    
    .offset-11 {
      margin-left: 91.66667%; }
    
    @media (min-width: 576px) {
      .col-sm {
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        max-width: 100%; }
      .col-sm-auto {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto;
        max-width: none; }
      .col-sm-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;
        max-width: 8.33333%; }
      .col-sm-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;
        max-width: 16.66667%; }
      .col-sm-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%; }
      .col-sm-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%; }
      .col-sm-5 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;
        max-width: 41.66667%; }
      .col-sm-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; }
      .col-sm-7 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;
        max-width: 58.33333%; }
      .col-sm-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%; }
      .col-sm-9 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 75%;
                flex: 0 0 75%;
        max-width: 75%; }
      .col-sm-10 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;
        max-width: 83.33333%; }
      .col-sm-11 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;
        max-width: 91.66667%; }
      .col-sm-12 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; }
      .order-sm-first {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1; }
      .order-sm-last {
        -webkit-box-ordinal-group: 14;
            -ms-flex-order: 13;
                order: 13; }
      .order-sm-0 {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; }
      .order-sm-1 {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .order-sm-2 {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .order-sm-3 {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; }
      .order-sm-4 {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4; }
      .order-sm-5 {
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5; }
      .order-sm-6 {
        -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
                order: 6; }
      .order-sm-7 {
        -webkit-box-ordinal-group: 8;
            -ms-flex-order: 7;
                order: 7; }
      .order-sm-8 {
        -webkit-box-ordinal-group: 9;
            -ms-flex-order: 8;
                order: 8; }
      .order-sm-9 {
        -webkit-box-ordinal-group: 10;
            -ms-flex-order: 9;
                order: 9; }
      .order-sm-10 {
        -webkit-box-ordinal-group: 11;
            -ms-flex-order: 10;
                order: 10; }
      .order-sm-11 {
        -webkit-box-ordinal-group: 12;
            -ms-flex-order: 11;
                order: 11; }
      .order-sm-12 {
        -webkit-box-ordinal-group: 13;
            -ms-flex-order: 12;
                order: 12; }
      .offset-sm-0 {
        margin-left: 0; }
      .offset-sm-1 {
        margin-left: 8.33333%; }
      .offset-sm-2 {
        margin-left: 16.66667%; }
      .offset-sm-3 {
        margin-left: 25%; }
      .offset-sm-4 {
        margin-left: 33.33333%; }
      .offset-sm-5 {
        margin-left: 41.66667%; }
      .offset-sm-6 {
        margin-left: 50%; }
      .offset-sm-7 {
        margin-left: 58.33333%; }
      .offset-sm-8 {
        margin-left: 66.66667%; }
      .offset-sm-9 {
        margin-left: 75%; }
      .offset-sm-10 {
        margin-left: 83.33333%; }
      .offset-sm-11 {
        margin-left: 91.66667%; } }
    
    @media (min-width: 768px) {
      .col-md {
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        max-width: 100%; }
      .col-md-auto {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto;
        max-width: none; }
      .col-md-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;
        max-width: 8.33333%; }
      .col-md-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;
        max-width: 16.66667%; }
      .col-md-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%; }
      .col-md-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%; }
      .col-md-5 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;
        max-width: 41.66667%; }
      .col-md-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; }
      .col-md-7 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;
        max-width: 58.33333%; }
      .col-md-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%; }
      .col-md-9 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 75%;
                flex: 0 0 75%;
        max-width: 75%; }
      .col-md-10 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;
        max-width: 83.33333%; }
      .col-md-11 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;
        max-width: 91.66667%; }
      .col-md-12 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; }
      .order-md-first {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1; }
      .order-md-last {
        -webkit-box-ordinal-group: 14;
            -ms-flex-order: 13;
                order: 13; }
      .order-md-0 {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; }
      .order-md-1 {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .order-md-2 {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .order-md-3 {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; }
      .order-md-4 {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4; }
      .order-md-5 {
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5; }
      .order-md-6 {
        -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
                order: 6; }
      .order-md-7 {
        -webkit-box-ordinal-group: 8;
            -ms-flex-order: 7;
                order: 7; }
      .order-md-8 {
        -webkit-box-ordinal-group: 9;
            -ms-flex-order: 8;
                order: 8; }
      .order-md-9 {
        -webkit-box-ordinal-group: 10;
            -ms-flex-order: 9;
                order: 9; }
      .order-md-10 {
        -webkit-box-ordinal-group: 11;
            -ms-flex-order: 10;
                order: 10; }
      .order-md-11 {
        -webkit-box-ordinal-group: 12;
            -ms-flex-order: 11;
                order: 11; }
      .order-md-12 {
        -webkit-box-ordinal-group: 13;
            -ms-flex-order: 12;
                order: 12; }
      .offset-md-0 {
        margin-left: 0; }
      .offset-md-1 {
        margin-left: 8.33333%; }
      .offset-md-2 {
        margin-left: 16.66667%; }
      .offset-md-3 {
        margin-left: 25%; }
      .offset-md-4 {
        margin-left: 33.33333%; }
      .offset-md-5 {
        margin-left: 41.66667%; }
      .offset-md-6 {
        margin-left: 50%; }
      .offset-md-7 {
        margin-left: 58.33333%; }
      .offset-md-8 {
        margin-left: 66.66667%; }
      .offset-md-9 {
        margin-left: 75%; }
      .offset-md-10 {
        margin-left: 83.33333%; }
      .offset-md-11 {
        margin-left: 91.66667%; } }
    
    @media (min-width: 992px) {
      .col-lg {
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        max-width: 100%; }
      .col-lg-auto {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto;
        max-width: none; }
      .col-lg-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;
        max-width: 8.33333%; }
      .col-lg-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;
        max-width: 16.66667%; }
      .col-lg-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%; }
      .col-lg-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%; }
      .col-lg-5 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;
        max-width: 41.66667%; }
      .col-lg-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; }
      .col-lg-7 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;
        max-width: 58.33333%; }
      .col-lg-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%; }
      .col-lg-9 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 75%;
                flex: 0 0 75%;
        max-width: 75%; }
      .col-lg-10 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;
        max-width: 83.33333%; }
      .col-lg-11 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;
        max-width: 91.66667%; }
      .col-lg-12 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; }
      .order-lg-first {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1; }
      .order-lg-last {
        -webkit-box-ordinal-group: 14;
            -ms-flex-order: 13;
                order: 13; }
      .order-lg-0 {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; }
      .order-lg-1 {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .order-lg-2 {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .order-lg-3 {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; }
      .order-lg-4 {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4; }
      .order-lg-5 {
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5; }
      .order-lg-6 {
        -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
                order: 6; }
      .order-lg-7 {
        -webkit-box-ordinal-group: 8;
            -ms-flex-order: 7;
                order: 7; }
      .order-lg-8 {
        -webkit-box-ordinal-group: 9;
            -ms-flex-order: 8;
                order: 8; }
      .order-lg-9 {
        -webkit-box-ordinal-group: 10;
            -ms-flex-order: 9;
                order: 9; }
      .order-lg-10 {
        -webkit-box-ordinal-group: 11;
            -ms-flex-order: 10;
                order: 10; }
      .order-lg-11 {
        -webkit-box-ordinal-group: 12;
            -ms-flex-order: 11;
                order: 11; }
      .order-lg-12 {
        -webkit-box-ordinal-group: 13;
            -ms-flex-order: 12;
                order: 12; }
      .offset-lg-0 {
        margin-left: 0; }
      .offset-lg-1 {
        margin-left: 8.33333%; }
      .offset-lg-2 {
        margin-left: 16.66667%; }
      .offset-lg-3 {
        margin-left: 25%; }
      .offset-lg-4 {
        margin-left: 33.33333%; }
      .offset-lg-5 {
        margin-left: 41.66667%; }
      .offset-lg-6 {
        margin-left: 50%; }
      .offset-lg-7 {
        margin-left: 58.33333%; }
      .offset-lg-8 {
        margin-left: 66.66667%; }
      .offset-lg-9 {
        margin-left: 75%; }
      .offset-lg-10 {
        margin-left: 83.33333%; }
      .offset-lg-11 {
        margin-left: 91.66667%; } }
    
    @media (min-width: 1200px) {
      .col-xl {
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        max-width: 100%; }
      .col-xl-auto {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto;
        max-width: none; }
      .col-xl-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;
        max-width: 8.33333%; }
      .col-xl-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;
        max-width: 16.66667%; }
      .col-xl-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%; }
      .col-xl-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%; }
      .col-xl-5 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;
        max-width: 41.66667%; }
      .col-xl-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; }
      .col-xl-7 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;
        max-width: 58.33333%; }
      .col-xl-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%; }
      .col-xl-9 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 75%;
                flex: 0 0 75%;
        max-width: 75%; }
      .col-xl-10 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;
        max-width: 83.33333%; }
      .col-xl-11 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;
        max-width: 91.66667%; }
      .col-xl-12 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; }
      .order-xl-first {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1; }
      .order-xl-last {
        -webkit-box-ordinal-group: 14;
            -ms-flex-order: 13;
                order: 13; }
      .order-xl-0 {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; }
      .order-xl-1 {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .order-xl-2 {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .order-xl-3 {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; }
      .order-xl-4 {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4; }
      .order-xl-5 {
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5; }
      .order-xl-6 {
        -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
                order: 6; }
      .order-xl-7 {
        -webkit-box-ordinal-group: 8;
            -ms-flex-order: 7;
                order: 7; }
      .order-xl-8 {
        -webkit-box-ordinal-group: 9;
            -ms-flex-order: 8;
                order: 8; }
      .order-xl-9 {
        -webkit-box-ordinal-group: 10;
            -ms-flex-order: 9;
                order: 9; }
      .order-xl-10 {
        -webkit-box-ordinal-group: 11;
            -ms-flex-order: 10;
                order: 10; }
      .order-xl-11 {
        -webkit-box-ordinal-group: 12;
            -ms-flex-order: 11;
                order: 11; }
      .order-xl-12 {
        -webkit-box-ordinal-group: 13;
            -ms-flex-order: 12;
                order: 12; }
      .offset-xl-0 {
        margin-left: 0; }
      .offset-xl-1 {
        margin-left: 8.33333%; }
      .offset-xl-2 {
        margin-left: 16.66667%; }
      .offset-xl-3 {
        margin-left: 25%; }
      .offset-xl-4 {
        margin-left: 33.33333%; }
      .offset-xl-5 {
        margin-left: 41.66667%; }
      .offset-xl-6 {
        margin-left: 50%; }
      .offset-xl-7 {
        margin-left: 58.33333%; }
      .offset-xl-8 {
        margin-left: 66.66667%; }
      .offset-xl-9 {
        margin-left: 75%; }
      .offset-xl-10 {
        margin-left: 83.33333%; }
      .offset-xl-11 {
        margin-left: 91.66667%; } }
        
        
.pos .logo {
    width: 56px;
}
#top_messages { display: none; }

@media (max-width: 820px) {
	#pos-middle-panel {
    width: 100%;
    bottom: 40px;
    height: 30px;
    text-align: left;
    font-size: 15px;
  }

  .middle-panel-item {
    display: inline-block;
    text-align: center;
  }
  .pos #pos-cart-block {
    position: fixed;
    top: auto;
    bottom: 69px;
    width: 100%;
    height: 110px !important;
    padding: 0px;
    opacity: 1;
  }

  .pos #cart-info {
    top: auto;
    bottom: 179px;
    right: 0px;
    font-size: 10px;
    width: 200px;
    height: 40px;
    font-weight: bold
  }

  .pos .product-list { margin-left: 0px; }
  .pos .product-list .product-item { width: 50%; }

  .row.cart-product-item {
    width: 90px;
    height: 50px;
    display: inline-block;
  }

.col-sm-2.product-quantity-block {
    position: absolute !important;
    top: 3px !important;
}

  div#pos-cart {
    width: 2000px;
  }

.pos #pos-cart-block .product-title {
    font-size: 13px;
    color: #000;
    padding: 0px 1px;
    border-radius: 8px;
    right: 5px;
    z-index: 99;
}

  .cart-product-item .col-sm-8 {

}

.pos #cart-info {
    font-size: 16px;
    opacity: 0.9;
    width: 200px;
}

#btn_place_order { padding: 0px !important; }

a.loading_animation {
    padding: 3px;
    opacity: 0.9;
}

.col-sm-8.product-title-price-block { padding: 0px; }

  #refresh {
    display: inline-block;
    position: absolute;
    left: 17px;
  }
  .vertical-hr { display: none; }
}

@media (max-width: 768px) {
.pos .product-list .product-item {
    min-height: 260px;
}

}

.logo {
    max-width: 130px;
    z-index: 999;
    margin: 20px;
}


.middle-panel-item strong { font-size: 17px; }

/* iPhone */ 
        
@media (max-width: 768px) {
.pos .logo { 
     width: 200px;
     max-width: 200px;
     left: 0px; 
     top: -7px;
}
       
}        

.pos .navbar.navbar-static-top { left: 0px; }
@media (max-width: 768px) {
    .navbar-header { display: block; } 
    .pos .navbar li {
        padding: 2px;
        border: solid 1px #E37D3B;
        background: #fff;
    }
    .pos .nav {
        position: fixed;
        top: 90px;
    }

    .pos .navbar li {
        border-radius: 0px;
    }

    #product_update_panel {
      position: fixed;
      z-index: 9999;
      border: solid 1px #eee;
      width: 80%;
      height: 80%;
      top: 10%;
      left: 10%;
      border-radius: 20px;
      background: #fff;
      opacity: 0.95;
      text-align: center;
    }
    
    #product_update_panel .product_cover img { 
      width: 60%;
    }  
    
    #barcoce_add_panel {
      position: fixed;
      z-index: 9999;
      border: solid 1px #eee;
      width: 80%;
      height: 80%;
      top: 10%;
      left: 10%;
      border-radius: 20px;
      background: #888;
      opacity: 0.95;
      text-align: center;
    }
    
    #barcoce_add_panel .product_cover img { 
      width: 60%;
    }   
}
@media (min-width: 768px) {                
    .pos .navbar.navbar-static-top {
        left: 250px;
    }        

    .pos .logo {
        width: 200px;
    }

    .pos .logo {
       width: 200px;
       position: fixed;
       left: 5px;
       top: -7px;
    }

    #product_update_panel {
      position: fixed;
      z-index: 9999;
      border: solid 1px #eee;
      width: 80%;
      height: 80%;
      top: 10%;
      left: 10%;
      border-radius: 20px;
      background: #fff;
      opacity: 0.95;
      text-align: center;
    }
    
    #product_update_panel .product_cover img { 
      width: 60%;
    }


    #barcoce_add_panel {
      position: fixed;
      z-index: 9999;
      border: solid 1px #eee;
      width: 80%;
      height: 80%;
      top: 10%;
      left: 10%;
      border-radius: 20px;
      background: #888;
      opacity: 0.95;
      text-align: center;
    }
    
    #barcoce_add_panel .product_cover img { 
      width: 60%;
    }
}

.modal_panel { padding: 20px; }

#pos-top-panel {
  z-index: 9999;
}

#sign_in .navbar .navbar-toggle { display: none; }

#products_count {
position: fixed;
bottom: 0px;
color: #bbb;
font-size: 15px;
}
#home #main-navbar { display: none; } 
#sign_in #main-navbar { display: none; } 

@media (min-width: 768px) {
#barcoce_add_panel {
position: fixed;
z-index: 9999;
border: solid 1px #eee;
width: 100%;
height: 100%;
top: 0%;
left: 0%;
border-radius: 20px;
background: #fff;
opacity: 0.95;
text-align: center;
}

.product_title {
font-size: 30px;
}

#main-navbar .nav.navbar-nav a {
padding: 9px;
}

.pos .navbar li {
padding: 0px;
border-radius: 10px;
}

.pos .nav {
margin-left: -90px;
}

.logo {
margin: 15px 5px;
}

}
  @media (min-width: 768px) {
    .pos .nav {
      margin-left: -122px;
    }
    .pos .logo {
      width: 120px;
      left: -2px;
      top: -11px;
    }
	}
