<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls .owl-buttons div {
  position: absolute; }

.owl-controls .owl-buttons .owl-prev {
  left: 10px;
  top: 50%; }

.owl-controls .owl-buttons .owl-next {
  right: 10px;
  top: 50%; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/* OpenCart Code */
.owl-carousel {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  direction: ltr !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  overflow: hidden; }

.owl-carousel .owl-buttons div {
  opacity: 0;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all .3s ease; }

.owl-carousel:hover .owl-buttons div {
  opacity: 0.7; }

.owl-carousel .owl-buttons div i {
  font-size: 40px;
  margin: -20px 0 0; }

.owl-carousel .owl-buttons .owl-prev {
  left: -50px; }

.owl-carousel .owl-buttons .owl-next {
  right: -50px; }

.owl-carousel:hover .owl-buttons .owl-prev {
  left: 10px; }

.owl-carousel:hover .owl-buttons .owl-next {
  right: 10px; }

.owl-pagination {
  text-align: center;
  top: 0;
  position: relative; }

.owl-controls .owl-page {
  display: inline-block;
  margin: 0 6px; }

.owl-controls .owl-page span {
  display: block;
  width: 11px;
  height: 11px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.owl-controls .owl-page.active span {
  background: rgba(0, 0, 0, 0.9); }

body {
  font-weight: 400;
  line-height: 20px;
  letter-spacing: normal;
  overflow-x: hidden; }

h1 {
  margin: 40px 0; }

h2 {
  margin: 30px 0; }

h3 {
  margin: 20px 0; }

/* Default font size */
.fa-angle-down {
  font-size: 10px; }

/* Override the bootstrap defaults */
h1 {
  font-size: 36px; }

h2 {
  font-size: 32px; }

h3 {
  font-size: 21px; }

h4 {
  font-size: 14px; }

a:hover, a:focus, button:focus {
  text-decoration: none;
  outline: none; }

a, i, button, input {
  transition: all 0.15s ease-in 0s; }

legend {
  font-size: 16px;
  padding: 30px 0 15px; }

label {
  font-weight: normal; }

input[type="radio"], input[type="checkbox"] {
  margin: 4px 8px 0 0; }

.input-group-btn &gt; .btn {
  margin-left: 3px !important; }

img {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  border: none;
  border-radius: 0;
  padding: 0; }

.img-thumbnail-theme {
  border-radius: 0;
  padding: 5px; }

.img-rounded {
  border-radius: 10px; }

hr {
  border-width: 1px; }

.well {
  background: none;
  border-radius: 0;
  box-shadow: none;
  padding: 30px; }

.well h2 {
  margin-top: 10px;
  font-size: 26px; }

/** 背景透明 **/
.bg-transparent {
  background-color: rgba(255, 255, 255, 0) !important;
  border: none !important; }

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
  display: inline; }

.nav-tabs {
  margin-bottom: 15px; }

div.required .control-label:before {
  content: '* ';
  color: #F00;
  font-weight: bold; }

body.modal-open {
  overflow-y: inherit;
  overflow-x: hidden;
  padding-right: inherit !important; }

.form-control {
  box-shadow: none;
  border-radius: 0;
  background-color: #fcfcfc;
  color: #4c5867;
  margin-bottom: 10px; }

.form-control::-moz-placeholder, .form-control::-webkit-input-placeholder {
  opacity: 0.7;
  font-size: 10px;
  color: #9ba9ba; }

.form-control:-ms-input-placeholder {
  opacity: 0.7;
  color: #9ba9ba; }

input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus, select:focus, .form-control:focus {
  border: 1px solid #c4ccd9;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1); }

/* Logo */
#logo {
  margin: 10px 0;
  text-align: center;
  max-height: 70px;
  line-height: 63px; }

#logo h1 {
  font-weight: bold;
  font-size: 31px;
  letter-spacing: 6px;
  margin-bottom: 5px; }

/*  Gradent to all drop down menus  */
.dropdown-menu {
  padding: 0;
  border: none;
  border-radius: 0; }

.dropdown-menu li:last-child {
  border-bottom: none !important; }

.dropdown-menu li &gt; a {
  padding: 15px 20px; }

.dropdown-menu li &gt; a:hover, .dropdown-menu li &gt; a:focus {
  text-decoration: none;
  background-color: transparent; }

/*  Main Menu  */
.navbar {
  border-radius: 0;
  border: none;
  margin-bottom: 0; }

#menu {
  background-repeat: repeat-x;
  min-height: 58px; }

/* Content */
#content {
  min-height: 600px;
  padding: 30px 30px 45px; }

.panel-group {
  border-bottom: 1px solid #ddd; }

.panel {
  border-radius: 0;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 1px solid #ddd;
  box-shadow: none;
  -webkit-box-shadow: none; }

.panel-group .panel + .panel {
  margin-top: 1px; }

.panel-default &gt; .panel-heading {
  padding: 25px 15px; }

#content .panel-default &gt; .panel-heading h2 {
  margin: 20px 0; }

#column-left .panel-default &gt; .panel-heading h2, #column-right .panel-default &gt; .panel-heading h2 {
  font-size: 16px;
  margin: 0;
  letter-spacing: 2px; }

#column-left .panel-default li, #column-right .panel-default li {
  list-style: none; }

.panel &gt; .list-group .cat-mod-child .list-group-item:first-child {
  border-top: none; }

.panel-default &gt; .panel-heading + .panel-collapse .panel-body {
  border: none; }

.cat-mod-child {
  border-top: none;
  background: none; }

.list-group .cat-mod-child a {
  padding: 5px 30px 15px; }

.filters .list-group-item, .filters .list-group-item.hover, .filters .list-group-item.focus, .filters .list-group-item.active {
  background-color: inherit !important;
  border: none !important; }

.filters .list-group-item-title {
  font-size: 14px;
  font-weight: bold; }

.filters .list-group-item {
  padding-left: 30px;
  padding-right: 30px; }

@media (max-width: 767px) {
  .filters .list-group-item {
    padding-left: 10px;
    padding-right: 0;
    width: 50%;
    float: left; } }
.filters .panel-footer {
  background-color: inherit;
  border: none;
  padding: 10px 30px 40px; }

.filters .checkbox {
  margin-top: 5px;
  margin-bottom: 5px; }

.filters .btn {
  width: 100%; }

/* Footer */
footer h5 {
  font-size: 15px;
  margin-bottom: 20px;
  letter-spacing: 1px; }

#information {
  padding-top: 30px; }

#information li {
  line-height: 26px; }

#information p {
  line-height: 26px;
  margin-bottom: 20px; }

/* Breadcrumb */
.breadcrumb {
  padding: 8px 30px;
  background: none;
  margin-bottom: 0;
  border-radius: 0; }

.breadcrumb i {
  font-size: 15px; }

.breadcrumb &gt; li + li:before {
  content: '-';
  padding: 0 3px; }

.breadcrumb &gt; li + li a {
  margin-left: 3px; }

.pagination {
  margin: 0; }

.pagination &gt; li {
  display: inline-block;
  margin-right: 5px; }

.pagination &gt; li &gt; a, .pagination &gt; li &gt; span {
  padding: 3.5px 10px; }

/* Buttons */
.buttons {
  margin: 1em 0; }

#content .buttons .pull-right {
  margin-bottom: 30px; }

.btn-default, .btn-primary {
  letter-spacing: 1px; }

.btn:active {
  box-shadow: none; }

.btn:focus {
  outline: none;
  color: inherit;
  background-color: inherit; }

.btn-group &gt; .btn {
  font-size: 10px; }

.btn-danger {
  color: #ffffff;
  background-color: #da4f49;
  border: 3px solid #da4f49; }

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  background-color: #62cefb;
  border: 3px solid #62cefb; }

.btn-info {
  color: #ffffff;
  background-color: #df5c39;
  border: 3px solid #df5c39; }

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-color: #62cefb;
  border: 3px solid #62cefb; }

.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23A1D1;
  border-radius: 0; }

.btn-link, .btn-link:active, .btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none; }

/* List */
.list-group a {
  padding: 15px 30px;
  border-bottom: 1px solid transparent;
  border-left: none;
  border-right: none;
  border-radius: 0; }

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
  border-bottom: 1px solid transparent;
  border-radius: 0; }

a.list-group-item, a.list-group-item:hover, a.list-group-item:focus {
  background: none; }

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  color: inherit;
  background: none;
  border-bottom: 1px solid transparent; }

.panel-default.panel-category a.list-group-item.active {
  border-bottom: none; }

a.list-group-item:first-child, .accordion li.dcjq-parent-li:first-child {
  border-top: none !important; }

.list-unstyled {
  line-height: 26px; }

/* Category Page*/
.h-bottom-line::before {
  border-bottom: 3px solid #CA1F27; }

.h-bottom-line {
  padding-bottom: 15px;
  position: relative; }

h2.h-bottom-line {
  margin-bottom: 15px; }

.h-bottom-line:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 20%; }

.text-center.h-bottom-line::before {
  margin-left: 40%;
  margin-right: 40%; }

.product-items-wrapper {
  margin-bottom: 30px; }

.product-filter &gt; div {
  padding-left: 0;
  padding-right: 5px; }

.product-filter button {
  padding: 7px 9px 5px 10px;
  margin-right: 5px; }

.product-filter button i {
  font-size: 17px; }

.product-filter label {
  margin-top: 7px; }

.product-filter .form-control {
  margin-bottom: 0px; }

/* Product list */
span.badge-wrapper {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
  transition: all 0.2s ease-in 0s; }

span.badge.sale, span.badge.new {
  display: table-cell;
  color: #FFFFFF;
  width: 60px;
  height: 60px;
  padding: 0;
  line-height: 60px;
  border-radius: 60px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 5px;
  float: left;
  clear: both;
  transition: all 0.2s ease-in 0s; }

.product-grid .flybar {
  position: absolute;
  bottom: -84px;
  width: 100%;
  height: 84px;
  transition: all 0.2s ease-in 0s;
  z-index: 5;
  opacity: 0; }

.product-list .flybar {
  display: none; }

.product-grid .flybar .flybar-cart button {
  position: absolute;
  top: 45px;
  left: 0;
  width: 70%;
  margin: 0 15%;
  text-align: center;
  min-height: 36px;
  padding: 10px 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.product-grid .flybar .flybar-quickview a {
  position: absolute;
  left: 0;
  width: 70%;
  margin: 0 15%;
  text-align: center;
  min-height: 30px;
  padding: 10px 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.product-grid &gt; div:hover .flybar {
  opacity: 1;
  bottom: 25px; }

.product-list .flybar .rating, .product-list .flybar .flybar-cart input {
  display: none; }

.product-grid .wishlist, .product-grid .compare, .product-grid .info, .product-list .wishlist, .product-list .compare {
  position: absolute;
  width: 36px;
  height: 36px;
  z-index: 5;
  opacity: 0; }

.product-grid .wishlist {
  top: 10px;
  right: 10px; }

.product-list .wishlist {
  top: 10px;
  right: 43px; }

.product-list &gt; div:hover .wishlist, .product-grid &gt; div:hover .wishlist, .product-list &gt; div:hover .compare, .product-grid &gt; div:hover .compare, .product-grid &gt; div:hover .info {
  opacity: 1; }

.product-grid .compare {
  top: 50px;
  right: 10px; }

.product-list .compare {
  top: 50px;
  right: 43px; }

.product-grid .info {
  top: 90px;
  right: 10px; }

.product-list button.info {
  display: none; }

.product-thumb {
  overflow: auto; }

.product-thumb .image {
  position: relative;
  overflow: hidden;
  text-align: center; }

.product-thumb .image a {
  display: block; }

.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
  transition: all 0.2s ease-in-out 0s; }

.product-grid .product-thumb .image {
  float: none;
  padding: 0px; }

.product-grid p.description {
  display: none; }

@media (max-width: 767px) {
  .product-grid &gt; div .wishlist,
  .product-grid &gt; div .compare {
    opacity: 1; } }
.product-grid .image a img.thumb_swap, .product-list .image a img.thumb_swap {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  opacity: 0; }

.product-grid .image a img.thumb_swap {
  right: 0; }

.product-grid div:hover .image a img.thumb_swap, .product-list div:hover .image a img.thumb_swap {
  opacity: 1; }

.product-thumb .caption {
  padding: 10px;
  min-height: 142px;
  background-color: #fff; }

.product-list .product-thumb .caption {
  margin-left: 230px; }

.product-thumb .caption h3 {
  text-transform: inherit; }

.product-grid h4 {
  margin: 0;
  min-height: 60px; }

.product-grid h3 {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px; }

#column-left .product-thumb h4 a, #column-right .product-thumb h4 a {
  letter-spacing: 1px; }

#content .product-thumb p.description {
  margin: 20px 0;
  padding: 0; }

.rating .fa-stack {
  font-size: 8px;
  width: 1.8em; }

.rating .fa-star {
  font-size: 15px; }

.rating .fa-star + .fa-star-o {
  display: none; }

.rating .fa-star-o {
  color: #bdbaba;
  font-size: 15px; }

h2.price {
  margin: 0; }

#content .product-thumb p.price {
  margin: 0;
  padding: 0;
  font-size: 16px; }

#column-left .product-thumb p.price, #column-right .product-thumb p.price {
  margin-top: 10px; }

.price-old {
  text-decoration: line-through;
  margin-left: 10px; }

.product-thumb .price-tax {
  font-size: 12px;
  display: block; }

.product-thumb .button-group {
  overflow: auto; }

.product-thumb .button-group button {
  width: 60%;
  border: none;
  display: inline-block;
  float: left;
  background-color: #f1f7f8;
  line-height: 48px;
  font-weight: bold;
  text-align: center; }

.product-thumb .button-group button:first-child {
  color: #707c8c; }

.product-thumb .button-group button + button {
  width: 20%;
  border-left: 1px solid #ffffff; }

.product-thumb .button-group button:hover {
  color: #ffffff;
  background-color: #62cefb;
  text-decoration: none;
  cursor: pointer; }

.product-grid .caption .cart {
  display: none; }

.product-list .cart {
  margin: 5px 5px 30px 0;
  float: left; }

/* Product Box */
#column-left .product-module .row,
#column-right .product-module .row {
  margin-left: 0;
  margin-right: 0; }

#column-left .product-items-1,
#column-right .product-items-1 {
  margin-bottom: 0; }

#column-left .product-items &gt; div:hover,
#column-right .product-items &gt; div:hover {
  background: none;
  box-shadow: none; }

#column-left .product-thumb,
#column-right .product-thumb {
  padding: 0 15px; }

#column-left .product-items .caption,
#column-right .product-items .caption {
  min-height: inherit; }

#column-left .product-items p.price,
#column-right .product-items p.price {
  font-size: 16px; }

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
  border-color: #CA1F27; }

/* Banner */
.banner div {
  text-align: center;
  width: 100%;
  margin-bottom: 20px; }

.banner div img {
  margin-bottom: 20px; }

.up-theme-banner {
  clear: both;
  display: block;
  overflow: hidden; }

#content .up-theme-banner {
  margin: 0 -15px; }

.up-theme-banner-title {
  position: absolute;
  bottom: 40px;
  left: 0px;
  text-align: left;
  transition: all 0.3s ease-in 0s; }

.up-theme-banner-item {
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden; }

.up-theme-banner-title h2 {
  color: #ffffff;
  text-shadow: 1px 1px 3px #666666;
  font-size: 21px;
  padding: 0 35px;
  margin: 0; }

.up-theme-banner-item img {
  transition: all 0.5s ease-in 0s; }

#up_theme_banner0 .up-theme-banner-item {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 15px;
  overflow: hidden; }
  #up_theme_banner0 .up-theme-banner-item img {
    width: 100%; }

.up-theme-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.5s ease-in 0s;
  opacity: 0; }

.up-theme-banner-item:hover .up-theme-banner-bg {
  opacity: 1; }

@media screen and (max-width: 767px) {
  #content .up-theme-banner.owl-carousel {
    margin: 0 -15px;
    width: auto; }

  #content .up-theme-banner .up-theme-banner-item {
    padding-left: 0;
    padding-right: 0; }

  #content .up-theme-banner .up-theme-banner-title h2 {
    font-size: 17px;
    font-weight: normal;
    padding: 0 20px; } }
/*  Notifications  */
.alert {
  padding: 20px 55px;
  position: absolute;
  top: 67px;
  left: 0;
  width: 100%;
  border: none;
  border-radius: 0;
  font-size: 14px;
  font-weight: bold;
  z-index: 99;
  letter-spacing: 1px; }

#tab-review .alert {
  position: relative; }

.alert-success i, .alert-info i, .alert-danger i {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  font-size: 40px;
  left: 15px; }

.alert-success .close, .alert-info .close, .alert-danger .close {
  font-size: 52px;
  font-weight: 100;
  opacity: 1;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  right: 15px; }

.alert-danger, .alert-danger .close {
  color: #da4f49; }

/* Table */
.table &gt; thead &gt; tr &gt; th, .table &gt; tbody &gt; tr &gt; th, .table &gt; tfoot &gt; tr &gt; th, .table &gt; thead &gt; tr &gt; td, .table &gt; tbody &gt; tr &gt; td, .table &gt; tfoot &gt; tr &gt; td {
  padding: 15px; }

.table-hover &gt; tbody &gt; tr:hover &gt; td {
  background-color: rgba(0, 0, 0, 0.01); }

.table &gt; tbody + tbody {
  border-top: none; }

.table &gt; thead {
  background-color: rgba(0, 0, 0, 0.01); }

.table .btn, .table .btn-primary {
  border: none !important;
  background: none !important; }

.table .btn-danger {
  color: #da4f49 !important; }

.table .btn-info {
  color: #62cefb !important; }

.table .btn i {
  font-size: 16px; }

.table-striped &gt; tbody &gt; tr:nth-child(2n+1) &gt; td, .table-striped &gt; tbody &gt; tr:nth-child(2n+1) &gt; th {
  background-color: transparent; }

/* Modal */
.modal-content {
  border: none;
  border-radius: 0; }

.modal-header, .modal-body, .modal-footer {
  padding: 25px 30px; }

.modal-backdrop.in {
  opacity: 1; }

/*  owl carousel  */
.owl-carousel {
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important; }

#content .owl-carousel {
  background-color: transparent !important;
  margin: 0 0 20px; }

.owl-wrapper-outer {
  box-shadow: none !important; }

.owl-carousel .owl-buttons div {
  text-shadow: none !important; }

.owl-carousel:hover .owl-buttons div {
  opacity: 1 !important; }

.owl-carousel.carousel-module {
  margin: 0 0 30px !important; }

#column-left .owl-carousel.banner-module, #column-right .owl-carousel.banner-module {
  margin: 0 !important; }

#column-left .owl-carousel.carousel-module, #column-right .owl-carousel.carousel-module {
  margin: 0 !important;
  padding: 25px 10px 20px; }

.owl-carousel.carousel-module img {
  margin-left: auto;
  margin-right: auto; }

.owl-carousel.carousel-module .owl-controls .owl-buttons .owl-prev, .owl-carousel.carousel-module .owl-controls .owl-buttons .owl-next {
  top: 42%; }

#column-left .owl-carousel.carousel-module .owl-controls, #column-right .owl-carousel.carousel-module .owl-controls {
  margin: 20px 0 0; }

.owl-carousel.slideshow-module .owl-controls {
  margin: 25px 0 15px; }

/*  Date Picker  */
.product-layout {
  padding-top: 15px;
  padding-bottom: 15px; }

.product-items-1 {
  margin-left: -15px;
  margin-right: -15px; }

.wrapper {
  max-width: 100%;
  padding: 0;
  margin: 0; }

.wrapper.full-width .navbar {
  margin-bottom: 0; }

@media (min-width: 980px) {
  .wrapper.full-width #column-left.col-sm-3, .wrapper.full-width #column-right.col-sm-3 {
    max-width: 20%; }

  .wrapper.full-width #content.col-sm-9 {
    width: 80%; } }
.wrapper.full-width #content.col-sm-6 {
  width: 60%; }

body &gt; .wrapper &gt; .container, header &gt; .container, header &gt; .container .col-sm-4, header &gt; .container .col-sm-8 {
  padding-left: 0;
  padding-right: 0; }

.container {
  width: inherit; }

.container &gt; .row {
  margin-left: 0;
  margin-right: 0; }

#column-left, #column-right {
  padding-left: 0;
  padding-right: 0; }

#tab-review .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0; }

.nav .open &gt; a, .nav .open &gt; a:hover, .nav .open &gt; a:focus {
  background: none;
  border: none; }

.content-padd {
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px; }

.padd-t-b-25 {
  padding-top: 25px;
  padding-bottom: 25px; }

.btn-radio {
  border: 1px solid #585768; }

.btn-radio:hover,
.btn-radio.active {
  border-color: #CA1F27;
  color: #CA1F27;
  -webkit-box-shadow: none;
  box-shadow: none; }

.product-list .img-responsive {
  width: 300px; }

@media (max-width: 767px) {
  .input-group .form-control {
    min-width: 40px; }

  /* Category Page */
  .product-list .image a img.thumb_swap {
    right: 0; }

  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0; }

  .product-grid .product-thumb .caption {
    min-height: 0; }

  .product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 33.33%; }

  /* Footer */
  #information .col-sm-3 {
    margin-bottom: 30px; } }
@media (max-width: 768px) {
  .product-list .product-thumb .button-group {
    border-left: none; } }
@media (min-width: 767px) {
  .product-list .product-thumb .image {
    float: left;
    padding: 0 30px 0 0; } }
@media (min-width: 768px) {
  /* fixed column left + content + right */
  #column-left .product-layout .col-md-3 {
    width: 100%; }

  #column-left + #content .product-layout .col-md-3 {
    width: 50%; }

  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%; }

  #content + #column-right .product-layout .col-md-3 {
    width: 100%; } }
#column-left .product-thumb,
#column-right .product-thumb {
  overflow: hidden; }

@media (min-width: 768px) and (max-width: 979px) {
  .product-filter button {
    margin-bottom: 10px; } }
@media (max-width: 1200px) {
  .product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 33.33%; } }
/*  Body background color and pattern  */
body {
  background-color: #ffffff;
  background-image: none;
  background-position: top center;
  background-repeat: repeat;
  background-attachment: scroll; }

/*  Headings color  */
h1, h2, h3, h4, h5, h6, .panel-default &gt; .panel-heading, #column-left .product-thumb h4 a, #column-right .product-thumb h4 a, .table &gt; thead, .nav-tabs &gt; li &gt; a:hover, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:focus, legend {
  color: #282737; }

/*  Light text color  */
small, #content p, .breadcrumb a, .product-buy ul.pf li, .product-buy ul.pp, .alert-success, .alert-info {
  color: #333; }

/*  Links color  */
a, a:focus, .list-group a {
  color: #585768; }

/*  Links hover color  */
a:hover, .breadcrumb a:hover, .table .btn, .table .btn-primary, .table .btn-primary:hover, .table .btn-primary:focus, .list-group a.active, .list-group a.active:hover, .list-group a:hover, .save-percent {
  color: #CA1F27; }

/*  Icons color  */
.owl-carousel .owl-buttons div {
  color: #D0D1D9 !important; }

/*  Icons hover color  */
#information a:hover,
#information li,
.navbar-inverse .navbar-nav &gt; li &gt; a:focus, .navbar-inverse .navbar-nav &gt; li &gt; a:hover,
.dropdown-menu &gt; li &gt; a:focus, .dropdown-menu &gt; li &gt; a:hover,
#search .input-group-addon .btn:hover, .alert-success .close, .alert-info i, .alert-info .close, .accordion li.dcjq-parent-li &gt; a + .dcjq-icon:hover {
  color: #CA1F27; }

.owl-carousel .owl-buttons div:hover, .mfp-close:hover {
  color: #CA1F27 !important; }

#toTop {
  background-color: #CA1F27; }

.alert-success i {
  color: #3c763d; }

/*  Content Column  */
#content, #content .panel-default &gt; .panel-heading, #content .panel, #livesearch_search_results, .modal-content
, .alert-success, .alert-info {
  background-color: #ffffff; }

#product-tabs, #livesearch_search_results li, .modal-footer, .list-group a, .list-group a.active, .list-group a.active:hover, .list-group a:hover, a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  border-top: 1px solid #F2F2F3; }

.modal-header {
  border-bottom: 1px solid #F2F2F3; }

.img-thumbnail-theme {
  border: 1px solid #F2F2F3; }

hr, legend {
  border-color: #F2F2F3; }

.nav-tabs &gt; li &gt; a:hover, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:focus {
  border-top: 1px solid #CA1F27; }

/*  Left Right Column Heading  */
#column-left .panel-heading,
#column-right .panel-heading {
  background-color: #282737; }

#column-left .panel-default &gt; .panel-heading, #column-left .panel-default &gt; .panel-heading h2,
#column-right .panel-default &gt; .panel-heading, #column-right .panel-default &gt; .panel-heading h2 {
  color: #FFFFFF; }

#column-left .panel-default &gt; .panel-heading,
#column-right .panel-default &gt; .panel-heading {
  border-bottom: 1px solid #F2F2F3; }

/*  Left Right Column Box  */
#column-left .panel, #column-left .owl-carousel,
#column-right .panel, #column-right .owl-carousel {
  background-color: #F2F2F3; }

#column-left, #column-left a,
#column-right, #column-right a {
  color: #585768; }

#column-left a:hover,
#column-right a:hover {
  color: #CA1F27; }

#column-left .list-group a, #column-left .list-group a.active, #column-left .list-group a.active:hover, #column-left .list-group a:hover,
#column-right .list-group a, #column-right .list-group a.active, #column-right .list-group a.active:hover, #column-right .list-group a:hover {
  border-top: 1px solid #F2F2F3; }

/*  Category Box Heading  */
#column-left .panel-default.panel-category &gt; .panel-heading, #column-right .panel-default.panel-category &gt; .panel-heading {
  background-color: #282737;
  color: #FFFFFF;
  border-bottom: 1px solid #F2F2F3; }

/*  Category Box Content  */
#column-left .panel-default.panel-category, #column-right .panel-default.panel-category {
  background-color: #F2F2F3;
  border-bottom: 1px solid #F2F2F3 !important; }

#column-left .panel-default.panel-category a.list-group-item, #column-right .panel-default.panel-category a.list-group-item, .accordion li.dcjq-parent-li {
  border-top: 1px solid #F2F2F3; }

#column-left .panel-default.panel-category a, #column-right .panel-default.panel-category a {
  color: #585768; }

#column-left .panel-default.panel-category a:hover, #column-right .panel-default.panel-category a:hover, #column-left .panel-default.panel-category .cat-mod-child a:hover, #column-right .panel-default.panel-category .cat-mod-child a:hover, #column-left .panel-default.panel-category a.list-group-item.active, #column-right .panel-default.panel-category a.list-group-item.active {
  color: #CA1F27; }

#column-left .panel-default.panel-category .cat-mod-child a, #column-right .panel-default.panel-category .cat-mod-child a, #column-left .accordion li ul li a.list-group-item {
  color: #9595A0; }

/*  Filter Box Heading  */
#column-left .panel-default.filters &gt; .panel-heading, #column-right .panel-default.filters &gt; .panel-heading {
  background-color: #000000;
  color: #FFFFFF;
  border-bottom: 1px solid #F2F2F3; }

/*  Filter Box Content  */
#column-left .panel-default.filters a, #column-right .panel-default.filters a {
  color: #282737; }

#column-left .panel-default.filters label, #column-right .panel-default.filters label {
  color: #585768; }

#column-left .panel-default.filters label:hover, #column-right .panel-default.filters label:hover {
  color: #CA1F27; }

/*  Text Logo  */
#logo h1 a {
  color: #FFFFFF;
  text-shadow: black 0 1px 1px; }

/*  Top Promo Message Slider  */
#top-custom-block-content {
  display: none; }

/*  HEADER  */
#search-block, #menu-mobile-block {
  border-left: 1px solid #D7333B; }

@media (max-width: 767px) {
  #search-block, #menu-mobile-block {
    border-top: 1px solid #D7333B; } }
/*  Top Bar  */
#logo {
  text-align: left; }

#menu-mobile-block {
  float: left; }

/*  Main Menu Bar  */
#menu {
  background-color: #FFF;
  border-top: 1px solid #000000;
  background-image: none;
  background-repeat: repeat; }

/*  Sub-Menu  */
/*  Main Menu Labels  */
.navbar {
  text-align: center; }

/*  Slider Controls */
.owl-controls .owl-page span {
  background: #DFDFE0; }

.owl-controls .owl-page.active span {
  background: #53A3DF; }

/*  Category Page  */
.category_top_title h1 {
  color: #FFFFFF; }

/*  Product Box  */
span.badge.sale {
  background-color: #CA1F27; }

span.badge.new {
  background-color: #53A3DF; }

.rating .fa-star {
  color: #CA1F27; }

a.quickview, .image a.quickview {
  display: none; }

.product-grid .cart, .product-list .cart, .product-box-slider .cart, .product-grid .flybar .flybar-cart button {
  display: none; }

.product-grid .name, .product-bottom-related .name, .product-box-slider .name, .product-box-slider .price, .product-bottom-related .price, .product-grid .rating, .product-box-slider .rating, .product-grid .cart, .product-box-slider .cart, .product-bottom-related .cart {
  text-align: left; }

/*  FOOTER  */
footer {
  opacity: 1; }

/*  Information, Custom Column  */
#information {
  color: #EBEBEB;
  background-color: #000000;
  background-image: none;
  background-position: top center;
  background-repeat: repeat; }

footer a,
#information h5 {
  color: #FFFFFF; }

/*  Prices */
.price-old, .product-thumb .price-tax {
  color: #9595A0; }

.price-new {
  color: #282737; }

/*  Buttons */
button.wishlist, button.compare, button.info {
  background-color: transparent;
  border: none; }

.btn-default, .pagination &gt; li &gt; a, .pagination &gt; li &gt; span, #cart .btn-default {
  background-color: #FFFFFF;
  color: #585768;
  border: 3px solid #FFFFFF; }

.btn-default:hover, #column-left .btn-default:hover, #column-right .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .btn-default.disabled, .btn-default[disabled], button.wishlist:hover, button.compare:hover, button.info:hover, .pagination &gt; li &gt; a:hover, .pagination &gt; li &gt; a:focus, .pagination &gt; li &gt; a:active, .pagination &gt; li &gt; span:hover, #cart .btn-default:hover, input.dec:hover, input.inc:hover {
  background-color: #000000;
  color: #FFFFFF;
  border: 3px solid #000000; }

.btn-primary, .pagination &gt; .active &gt; a, .pagination &gt; .active &gt; span, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; span:hover, .pagination &gt; .active &gt; a:focus, .pagination &gt; .active &gt; span:focus, #information a.btn-primary, #cart .btn-primary {
  background-color: #CA1F27;
  color: #FFFFFF;
  border: 3px solid #CA1F27; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled], #information a.btn-primary:hover, #cart .btn-primary:hover {
  background-color: #282737;
  color: #FFFFFF;
  border: 3px solid #282737; }

.pagination &gt; li &gt; a, .pagination &gt; li &gt; span, .product-grid .wishlist, .product-grid .compare, .product-grid .info, .product-list .wishlist, .product-list .compare {
  border-radius: 0 !important; }

#cart .checkout {
  background-color: #312F42; }

#cart .checkout {
  border-top: 1px solid #353347; }

.dropdown-menu, .modal-body #search, #livesearch_search_results, .modal-content {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); }

/*  Modal  */
.modal-backdrop {
  background-color: rgba(245, 245, 245, 0.95); }

/*  Body  */
body, button, select {
  font-family: Lato,Arial,Helvetica,sans-serif; }

body, button, select, .form-control {
  font-size: 13px; }

/*  Small Text  */
small, .small, .btn-group &gt; .dropdown-menu, .dropdown-menu, .breadcrumb a, .tooltip {
  font-size: 10px; }

/*  Headings and Product Name  */
h1, h2, h3, h4, h5, h6, .panel-heading, .nav-tabs &gt; li &gt; a, legend {
  font-weight: normal; }

h1, h2, h3, h4, h5, h6, .panel-heading, .nav-tabs &gt; li &gt; a {
  font-family: Lato,Arial,Helvetica,sans-serif; }

header, nav, h1, h2, h3, header .nav-tabs &gt; li &gt; a {
  text-transform: uppercase; }

/*  Price  */
.price, .price-new {
  font-family: Lato,Arial,Helvetica,sans-serif; }

.price, .price-new {
  font-weight: bold; }

/*  Main Menu Bar  */
.product-thumb:hover {
  box-shadow: 0 0 10px #ccc;
  -moz-box-shadow: 0 0 10px #ccc;
  -webkit-box-shadow: 0 0 10px #ccc; }

@media (min-width: 1200px) {
  .product-grid.col-lg-3 {
    width: 33.33333333%; } }
@media (min-width: 1290px) {
  .product-grid.col-lg-3 {
    width: 25%; } }
.read-block {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }

#information-information p {
  font-size: 14px; }

.title-bg-img {
  padding-top: 55px;
  min-height: 300px;
  background-color: black;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .title-bg-img .title-bg-img-gray {
    min-height: 300px;
    background-color: #0000006e;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0; }

.title-bg-img h1 {
  color: white;
  margin: 0; }

.split-line-list &gt; * {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 1em;
  padding-bottom: 0.5em; }
  .split-line-list &gt; *:last-child {
    border-bottom: 0; }

.navbar-toggle.left {
  float: left;
  margin-right: 0;
  margin-left: 15px; }

.nav &gt; li {
  text-align: left; }

#cart {
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999; }

#cart &gt; .navbar-toggle {
  display: block;
  color: #000; }

#cart &gt; .navbar-toggle .fa-shopping-cart {
  font-size: 24px; }

.navbar-center {
  float: none;
  display: inline-block; }

#bs-example-navbar-collapse-1 {
  padding: 0 104px; }

.navbar-radio {
  color: black;
  border: 1px solid black;
  font-weight: 100;
  display: inline-block;
  text-align: center;
  background-color: white;
  border-radius: 8px;
  font-size: 9px;
  line-height: 14px;
  min-width: 16px;
  min-height: 16px;
  top: -9px;
  left: -5px;
  position: relative; }

.navbar-toggle {
  border: none; }

.navbar-inverse .navbar-nav &gt; .open &gt; a,
.navbar-inverse .navbar-nav &gt; li &gt; a {
  color: #ffffff; }

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

.navbar h1.logo {
  display: inline-block;
  margin: 8px 0; }

.navbar li &gt; a {
  font-size: 18px; }

#menu .logo &gt; img {
  margin-top: 3px;
  height: 60px; }

.nav &gt; .dropdown-full {
  position: static; }

.dropdown-full .dropdown-menu {
  width: 100%; }

.dropdown-full .dropdown-menu &gt; .menu-img-box &gt; a {
  padding: 0; }

.dropdown-full .dropdown-menu .i a {
  font-size: 18px;
  font-family: Lato, Arial, Helvetica, sans-serif; }

.child-category {
  font-size: 18px;
  letter-spacing: 1px;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 300;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.child-category &gt; a {
  padding: 0 20px; }

.child-category &gt; .btn-group {
  width: 98px; }

.child-category &gt; .form-group {
  width: 20%; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    color: #000; }

  .child-category {
    display: block;
    width: 100%; }

  .child-category &gt; a {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    text-align: left;
    padding-left: 14vw; }

  .child-category &gt; .form-group {
    width: 100%; }

  .dropdown-full .dropdown-menu .mobile {
    background-color: black; }

  .dropdown-full .dropdown-menu .i {
    padding: 8px 0; }

  #cart {
    position: relative; }

  #cart &gt; .navbar-toggle {
    padding: 6px 0 4px 6px; }

  .navbar-center {
    display: block; }

  .navbar-nav &gt; li &gt; a {
    padding-top: 15px;
    padding-bottom: 15px; }

  .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    padding-top: 10px;
    padding-bottom: 10px; }

  #bs-example-navbar-collapse-1 {
    padding: 0 45px; }

  .nav .dropdown .caret {
    float: right;
    margin: 8px 0; }

  #menu .logo &gt; img {
    height: 50px; } }
@media (min-width: 768px) {
  .child-category &gt; a {
    padding: 0 20px; }

  .dropdown-full .dropdown-menu .mobile {
    padding-left: 25px;
    padding-top: 25px; }

  .open-menu &gt; .dropdown-menu {
    display: block; }

  #menu .dropdown-menu {
    padding: 15px;
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    -o-transition-property: opacity, -o-transform;
    -o-transition-duration: 0.5s,0.5s;
    transition-property: opacity, transform;
    transition-duration: 0.5s, 0.5s;
    -webkit-transform: scale(0.3, 0.3);
    -ms-transform: scale(0.3, 0.3);
    -o-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3); }

  #menu .dropdown-menu.d {
    padding: 15px;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }

  #menu .dropdown &gt; a:focus {
    color: white; }

  #menu .dropdown.open &gt; a {
    color: #CA1F27; }

  .dropdown-full .menu-img-box {
    padding: 15px;
    float: left;
    width: 25%; }

  .dropdown-full .menu-img-box .i {
    color: white;
    text-shadow: 0 0 8px #9E9E9E;
    font-size: 20px; }

  .dropdown-full .menu-img-box:hover {
    opacity: 0.9; }

  .dropdown-full .menu-img-box .pc {
    height: 10vw;
    background-color: #e9e9e9;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

  #cart &gt; .navbar-toggle {
    margin-right: 0;
    text-align: left;
    width: 100px;
    margin-top: 8px;
    padding-right: 0;
    padding-left: 0; }

  #cart &gt; .navbar-toggle:hover,
  #cart &gt; .navbar-toggle:focus {
    background-color: transparent; }

  .navbar-nav &gt; li &gt; a {
    padding-top: 20px;
    padding-bottom: 20px; }

  .navbar-nav &gt; li i.fa {
    font-size: 18px; }

  .navbar-nav &gt; li i.fa-user {
    font-size: 24px; }

  .navbar-nav &gt; li &gt; a:hover .navbar-radio,
  #cart &gt; button:hover &gt; #cart-total .navbar-radio {
    background-color: #CA1F27; }

  .navbar-form,
  #menu .nav &gt; li &gt; a {
    padding-left: 5px;
    padding-right: 5px; }

  #cart &gt; .navbar-toggle:hover,
  #cart &gt; .navbar-toggle:focus {
    color: #CA1F27; } }
@media (min-width: 1170px) {
  .navbar-form,
  #menu .nav &gt; li &gt; a {
    padding-left: 15px;
    padding-right: 15px; } }
@media (min-width: 1440px) {
  .navbar-form,
  #menu .nav &gt; li &gt; a {
    padding-left: 20px;
    padding-right: 30px; } }
@media (min-width: 1900px) {
  .navbar-form,
  #menu .nav &gt; li &gt; a {
    padding-left: 50px;
    padding-right: 50px; } }
.deuced-width {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s,  width 1s;
  -o-transition-property: opacity , -o-transform , width;
  -o-transition-duration: 0.5s,0.5s, 1s;
  transition-property: opacity,transform ,width;
  transition-duration: 0.5s,0.5s, 1s; }

.t-move {
  transform: rotate(-10deg) translate(0, -70px);
  -webkit-transform: rotate(-10deg) translate(0, -70px);
  -o-transform: rotate(-10deg) translate(0, -70px);
  opacity: 0; }

.t-show {
  opacity: 1;
  transform: rotate(0deg) translate(0, 0);
  -webkit-transform: rotate(0deg) translate(0, 0);
  -o-transform: rotate(0deg) translate(0, 0); }

#search {
  overflow: hidden; }

#search .search-close {
  display: none; }

#search .search-close &gt; .btn-default {
  color: #9d9d9d; }

#search .form-control {
  font-size: 18px;
  color: #9d9d9d;
  display: none;
  font-family: Lato, Arial, Helvetica, sans-serif; }

#search .input-group {
  width: 100%; }

#search.show .search-close {
  display: table-cell; }

#search.show .input-group {
  border-bottom: 1px solid #9d9d9d; }

#search.show .form-control {
  display: block; }

#search.show .form-control:-webkit-autofill {
  display: block; }

#search .fa.fa-search {
  color: #000; }

#search .input-group-addon &gt; button,
#search .input-group-addon {
  width: 24px;
  font-size: 24px;
  padding: 3px 0; }

#search .input-group-addon &gt; button:hover &gt; .fa {
  color: #CA1F27; }

#search .input-group-addon &gt; button:hover {
  color: #CA1F27; }

@media (max-width: 767px) {
  #search .form-control {
    display: block; }

  #search .input-group {
    border-bottom: 1px solid #9d9d9d; } }
/* Product Page */
.thumbnails {
  list-style: none;
  padding: 0; }

.product-buy .panel-default.form-group {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0; }

.product-buy .form-group .panel-heading {
  padding: 0 15px 15px 15px;
  border-bottom: none; }

.product-buy .form-group .panel-body {
  padding-top: 0; }

.product-buy .panel.form-group {
  border-top: none; }

.product-buy .panel-body {
  padding-bottom: 0; }

.product-buy .price-old {
  margin-left: 0;
  text-decoration: none; }

.product-buy .rating span.fa {
  margin: 5px 3px 10px 0; }
.product-buy .rating .fa-star, .product-buy .rating .fa-star-o {
  font-size: 17px; }
.product-buy .rating .fa-pencil {
  font-size: 13px; }
.product-buy .rating a {
  margin-right: 15px; }
.product-buy .rating a.btn {
  margin-top: 0px;
  margin-left: 20px; }

.product-buy .form-group .btn-primary {
  width: 100%;
  font-size: 18px;
  font-style: italic; }

#button-configure {
  font-style: italic;
  width: 100%;
  margin: 15px 0;
  padding: 10px 12px;
  font-size: 20px;
  text-transform: uppercase;
  background-color: white;
  color: #CA1F27;
  border: 2px solid #CA1F27; }

#button-configure:hover,
#button-configure:active {
  color: white;
  background-color: #CA1F27; }

#product-options .option-title {
  font-size: 4em;
  font-weight: bold;
  text-align: center;
  padding: 30px 15px; }

#product-options &gt; .options-header {
  padding: 4px 0; }

#product-options &gt; .options-progress {
  padding: 0; }

#product-options &gt; .options-progress &gt; .progress {
  height: 5px;
  border-radius: 0;
  margin: 0; }

#product-options li.option-item {
  padding: 10px 20px;
  vertical-align: top; }

#product-options .option-items::-webkit-scrollbar {
  display: none; }

#product-options .option-items.row-option {
  overflow-x: auto;
  white-space: nowrap; }

#product-options .text-option {
  display: table-cell;
  vertical-aglign: middle;
  padding: 20px;
  min-width: 200px;
  font-size: 20px;
  line-height: 1.47059;
  letter-spacing: -.022em;
  font-weight: 600; }

#product-options .img-option {
  margin-bottom: 5px;
  padding: 0; }

#product-options .img-option img {
  border-radius: 4px; }

#product-options .img-option-text {
  font-weight: bold;
  color: #585768;
  font-size: 16px;
  white-space: normal; }

.ul-option-list {
  max-width: 720px;
  margin: 0 auto; }

.ul-option-list &gt; li {
  padding: 6px 12px;
  border-bottom: 2px dashed #d1d1d1;
  font-size: 1.3em;
  letter-spacing: 1px;
  font-weight: bold;
  color: #585858; }

#option-menu-list &gt; li {
  cursor: not-allowed;
  opacity: 0.7; }

#option-menu-list &gt; li i.a {
  display: none; }

#option-menu-list &gt; li i.e {
  display: inline-block; }

#option-menu-list &gt; li.active i.a {
  display: inline-block; }

#option-menu-list &gt; li.active i.e {
  display: none; }

#option-menu-list &gt; li.active {
  cursor: pointer;
  opacity: 1; }

#option-menu-list &gt; li.active:hover {
  color: #CA1F27; }

.ul-option-list &gt; li &gt; .pull-right {
  margin-right: -15px; }

.ul-option-list &gt; li:last-child {
  border-bottom: none; }

.product-buy .qty .qty-input-group .form-control,
.product-buy .qty .input-group-addon {
  font-size: 21px;
  background-color: #eeeeee;
  border-color: #ffffff; }

.product-buy .qty .input-group-addon:hover {
  border-color: #000;
  background-color: #000;
  color: #fff; }

.product-buy .qty .qty-input-group {
  max-width: 240px; }

.product-buy .qty .qty-input-group .form-control {
  padding-left: 0;
  padding-right: 0;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  background-color: #eeeeee; }

.noselect {
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none; }

.owl-controls .owl-page {
  margin: 0 4px !important; }

.owl-controls .owl-page span {
  width: 14px !important;
  height: 14px !important;
  box-shadow: none !important; }

#product-tabs .nav-tabs {
  margin: -1px 0 0;
  border-bottom: none;
  text-align: center; }

#product-tabs .nav-tabs li.pt {
  display: inline-block;
  float: none; }

.nav-tabs &gt; li &gt; a, .nav-tabs &gt; li.active &gt; a {
  font-size: 16px;
  font-weight: bold;
  padding: 20.5px 25px;
  border-radius: 0;
  letter-spacing: 1px; }

.nav-tabs &gt; li &gt; a, .nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li &gt; a:hover, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li &gt; a:focus, .nav-tabs &gt; li.active &gt; a:focus {
  background: none;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent; }

#content .tab-content p {
  margin: 15px 0; }

#tab-review .col-sm-12 {
  padding-left: 0;
  padding-right: 0; }

.thumbnails &gt; .image-additional {
  padding: 0 7px;
  display: inline-block; }

.image-additional a:hover {
  opacity: 0.8; }

.thumbnails .col-sm-9 {
  padding-left: 10px;
  padding-right: 0; }

h1.product-title {
  font-style: italic;
  font-size: 20px !important;
  margin: 0 0 15px 0;
  color: #76797f; }

.product-price, .product-model {
  font-family: Lato, Arial, Helvetica, sans-serif;
  padding-right: 10px; }

.product-model {
  font-size: 40px; }

.product-price {
  font-size: 28px;
  font-weight: bold; }

.product-buy .panel-title &gt; a.radio-btn {
  letter-spacing: 1px;
  font-size: 18px; }

#thumbnailList {
  margin-bottom: 0; }

@media (min-width: 768px) {
  #product-options {
    margin-top: -30px; } }
#product-options .option-pane {
  padding-bottom: 58px; }

#product-options .option-pane .carousel-control {
  width: 5%; }

@media (max-width: 767px) {
  .product-thumb-box {
    margin-bottom: 5px;
    border-bottom: 1px solid #efefef; }

  #thumbnailList {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: auto;
    white-space: nowrap;
    text-align: center; }

  #thumbnailsBox {
    margin-right: -15px;
    margin-left: -15px; }

  #thumbnailsBox .thumbnail {
    padding: 0; }

  #product-options .option-title {
    font-size: 32px; }

  #product-options .text-option {
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px; }

  #product-options li.option-item {
    padding-left: 5px;
    padding-right: 5px;
    max-width: 100%; }

  ul.option-items {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0; }

  #product-options .option-pane .carousel-control {
    width: 30%;
    display: block;
    top: 100%;
    height: 30px; }

  #product-options #option-pane-review {
    padding-bottom: 15px; } }
@media (max-width: 496px) {
  .thumbnails .image-additional img {
    margin-left: auto;
    margin-right: auto; }

  .thumbnails .col-xs-3 .image-additional img {
    max-width: 100%;
    margin-left: inherit;
    margin-right: inherit; } }
.attr {
  padding-top: 8px;
  padding-bottom: 8px; }

.attr .attr-name {
  padding-left: 30px;
  font-weight: bold; }

.breadcrumb-no-padding &gt; .breadcrumb {
  padding-right: 0;
  padding-left: 0; }

@media (min-width: 768px) {
  .attr-grid &gt; .row {
    margin: 0; }

  .attr-grid &gt; .row:hover {
    background-color: gray;
    color: white;
    transition: all 0.3s ease-in 0s; }

  .product-buy.option-less .panel-default.form-group .panel-title {
    padding: 10px 0; }
  .product-buy.option-less .panel-default.form-group .panel-body {
    padding-bottom: 10px; } }
@media (max-width: 767px) {
  #product-tabs .nav-tabs li.pt {
    display: block;
    width: 50%;
    float: left; }
    #product-tabs .nav-tabs li.pt &gt; a {
      padding-left: 10px;
      padding-right: 0;
      margin: 0; }

  .attr:hover {
    background-color: gray;
    color: white;
    transition: all 0.3s ease-in 0s; }

  .m-center {
    text-align: center; } }
#information a {
  font-size: 14px;
  font-style: normal;
  font-weight: 100; }

.filters &gt; .panel-heading {
  font-size: 16px; }

.filters .list-group-item-title,
.filters button,
#menu li &gt; a,
.h-bottom-line,
.up-theme-banner-title h2,
footer,
#information h5,
footer button,
h1, h2,
.panel-heading,
.panel-heading h4,
h4.t-light,
.nav-tabs &gt; li &gt; a,
.navbar-radio,
h3 {
  font-family: Lato, Arial, Helvetica, sans-serif; }

.bg-black {
  background-color: black; }

.c-r {
  color: #CA1F27; }

.c-w {
  color: white; }

a.c-r:hover,
a.c-r:hover {
  text-decoration: underline;
  color: #CA1F27; }

.t-s-gray {
  text-shadow: 1px 1px 3px #efefef; }

.bg-w2b {
  background-color: silver;
  font-size: 20px;
  padding: 5px;
  background: -webkit-linear-gradient(left, white, black);
  background: -o-linear-gradient(left, white, black);
  background: -moz-linear-gradient(left, white, black);
  background: linear-gradient(left, white, black);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=1 ); }

.bg-w {
  background-color: #ffffff; }

.t-light {
  text-shadow: 0 0 30px #ffffff; }

.bg-gray {
  background-color: #f2f2f3 !important; }

.d-i-b {
  display: inline-block; }

.p-t-15 {
  padding-top: 15px; }

.p-t-15 {
  padding-top: 15px; }

.p-b-15 {
  padding-bottom: 15px; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-0 {
  margin: 0 !important; }

.m-t-0 {
  margin-top: 0 !important; }

.p-t-b-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.p-r-0 {
  padding-right: 0 !important; }

.p-l-0 {
  padding-left: 0 !important; }

.btn.btn-angle {
  border-radius: 0 !important; }

.alert a {
  color: #CA1F27 !important; }

@media (max-width: 767px) {
  #content {
    padding-left: 15px;
    padding-right: 15px; }

  .content-padd {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px; }

  .m-p-r-0 {
    padding-right: 0 !important; }

  .m-p-t-0 {
    padding-top: 0 !important; } }
/* blog 模块 */
#ourLatestNews {
  max-width: 860px; }

@media (min-width: 1200px) {
  #ourLatestNews {
    max-width: 72%; } }
.loop {
  -webkit-animation: loop 10s infinite linear;
  animation: loop 10s infinite linear; }

@-webkit-keyframes loop {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg); } }
@keyframes loop {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg); } }
header {
  position: absolute;
  width: 100%;
  z-index: 99999999999999999999999999; }
  header #menu {
    background: #fff0;
    border: 0; }
    header #menu .navbar-nav &gt; .open &gt; a {
      background-color: #fff;
      color: #d7333b; }

@media (max-width: 767px) {
  #bs-example-navbar-collapse-1 {
    background-color: #ffffff; }

  .navbar-inverse .navbar-nav &gt; li &gt; a {
    color: #000; }

  #menu .navbar-header {
    padding-right: 57px; } }
.bg-video {
  position: relative;
  overflow: hidden; }
  .bg-video &gt; video {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 100;
    position: absolute; }
  .bg-video .bg-video-txt {
    height: 600px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #0000005e; }
    .bg-video .bg-video-txt .jumbotron {
      background-color: #fff0;
      color: white;
      margin: 0; }
      .bg-video .bg-video-txt .jumbotron p {
        color: white !important; }

@media (max-width: 767px) {
  .bg-video .bg-video-txt {
    height: 400px;
    text-align: center; } }
.z-round-card .img-circle {
  overflow: hidden; }
.z-round-card h5 {
  min-height: 3em;
  font-weight: bold; }

.img-enlarge-hover {
  overflow: hidden; }
  .img-enlarge-hover img {
    transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18); }
  .img-enlarge-hover:hover img {
    transform: scale3d(1.2, 1.2, 1); }

/*# sourceMappingURL=bootstrap.css.map */
</pre></body></html>