@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
h1, h2, h3, h4, h5, h6 {
  color: #444;
}

h1 {
  font-size: 33px;
  margin: 20px 0;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
}
h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 60px;
  height: 4px;
  background: #1865ad;
}

h2 {
  font-size: 27px;
  margin: 10px 0 25px;
  position: relative;
  font-weight: 600;
}
h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 45px;
  height: 4px;
  background: #1865ad;
}

h3 {
  font-size: 24px;
  margin: 10px 0 25px;
  position: relative;
  text-transform: uppercase;
  font-weight: 900;
  color: #1865ad;
}
h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 45px;
  height: 3px;
  background: #7ead18;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10.2px;
}

/* top */
#top {
  background-color: #1865ad;
  border: none;
  padding: 3px 0;
  margin: 0;
  min-height: 44px;
}
#top .nav > .list-inline > .list-inline-item, #top .nav > .list-inline .list-inline-item > a, #top .nav > .list-inline .list-inline-item .dropdown > a {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
}
#top .btn-link {
  color: #FFFFFF;
  text-decoration: none;
}
#top .btn-link:hover {
  color: #333333;
}
#top #top-links {
  color: #FFFFFF;
}
#top #top-links ul {
  margin-bottom: 0;
}
#top #top-links ul li {
  line-height: 40px;
  font-size: 13px;
}
#top #top-links ul li a {
  color: #FFFFFF;
}
#top #top-links ul li a i {
  font-size: 15px;
}
#top #top-links ul li a:hover {
  background: none;
  border: none;
}
#top #top-links .open a {
  background: none;
  border: none;
  text-decoration: none;
}
#top #top-links .open .dropdown-menu li a {
  color: #1865ad;
}
#top #top-links .open .dropdown-menu li a:hover {
  background: #1865ad;
  color: #FFFFFF;
}
#top .open .btn-link {
  color: #FFFFFF;
}
#top .open .dropdown-menu .btn-link {
  color: #1865ad;
  text-align: left;
}
#top .open .dropdown-menu .btn-link:hover {
  background-color: #1865ad;
  color: white;
}
#top #form-language img {
  background: #FFFFFF;
  padding: 1px;
  border-radius: 50%;
}

#top .list-inline-item .dropdown .dropdown-menu {
  font-size: 1.1em;
}
#top .list-inline-item .dropdown .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
#top .list-inline-item .dropdown .dropdown-menu > li > a:hover {
  text-decoration: none;
  color: #FFFFFF;
  background: #1865ad;
}

/* header */
header {
  margin: 0 0 20px;
  padding: 20px 0 0;
}

.slideshow_header {
  width: 100%;
  height: 100%;
  margin-top: -20px;
}

/* logo */
#logo {
  margin: 0 0 10px 0;
}
#logo img {
  width: auto;
  height: 120px;
}

/* search */
#search {
  margin: 40px auto;
}
#search .input-lg {
  height: 50px;
  line-height: 20px;
  padding: 0 15px;
  border: 1px solid #1865ad;
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
  font-size: 16px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 15px 35px;
  text-shadow: none;
  border-bottom-right-radius: 7px;
  border-top-right-radius: 7px;
  background: #1865ad;
  border: 1px solid #1865ad;
  color: #FFFFFF;
}

/* cart */
#cart {
  margin: 40px auto;
  padding: 0 15px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  border: 1px solid #1865ad;
}
#cart > .btn {
  font-size: 16px;
  line-height: 18px;
  color: #1865ad;
  text-shadow: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: url("../image/shopping-cart.png") left center no-repeat;
  border: none;
}
#cart .btn-lg {
  padding: 15px;
}
#cart.open > .btn {
  background: url("../image/shopping-cart.png") left center no-repeat;
  border: none;
  color: #1865ad;
  box-shadow: none;
  text-shadow: none;
}
#cart .dropdown-menu {
  background: #FFFFFF;
  z-index: 1001;
  min-width: 100%;
}
#cart .dropdown-menu table {
  margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
  min-width: 427px;
  padding: 0 10px;
}
#cart .dropdown-menu li p {
  margin: 20px 0;
}
#cart .dropdown-menu li p strong {
  font-weight: 500;
}
@media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100%;
  }
  #cart .dropdown-menu li > div {
    min-width: 100%;
  }
}
#cart .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* menu */
#menu {
  background: #1865ad;
  min-height: 54px;
  border-radius: 0;
  margin-top: 20px;
}
#menu.navbar {
  padding: 0 1rem;
  margin-bottom: 0;
}
#menu .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 15px 15px 5px;
}
#menu .dropdown-inner {
  display: table;
}
#menu .dropdown-inner ul {
  display: table-cell;
}
#menu .dropdown-inner ul li a:hover {
  color: #1865ad;
  font-weight: 400;
}
#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 5px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 13px;
}
#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #DDD;
  padding: 5px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 13px;
}
#menu .see-all:hover, #menu .see-all:focus {
  text-decoration: none;
  color: #1865ad;
  font-weight: 400;
}
#menu #category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #FFFFFF;
  text-shadow: none;
}
#menu .btn-navbar {
  font-size: 15px;
  font-stretch: expanded;
  color: #FFFFFF;
  padding: 2px 18px;
  float: right;
  background: #1865ad;
  border-color: #1865ad;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
  color: #FFFFFF;
  background-color: #1865ad;
}
#menu .navbar-toggler i {
  color: #FFFFFF;
  border-color: #FFFFFF;
  font-size: 0.9em;
}
#menu .navbar-nav > li > a {
  color: #FFFFFF;
  text-shadow: none;
  padding: 16px;
  min-height: 15px;
  background-color: transparent;
  font-size: 14px;
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  #menu {
    border-radius: 0;
  }
  #menu div.dropdown-inner > ul .list-unstyled {
    display: block;
  }
  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-inner {
    display: block;
  }
  #menu .dropdown-inner a {
    width: 100%;
    color: #FFFFFF;
  }
  #menu .dropdown-menu a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-menu ul li a :hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #FFFFFF;
  }
}

/* footer */
footer {
  margin-top: 30px;
  padding-top: 25px;
  background-color: #1865ad;
  border: none;
  color: #FFFFFF;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 45px 0;
}
footer h5 {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
footer p {
  font-size: 15px;
  margin: 20px 0;
  text-align: center;
  font-weight: 400;
}
footer ul li {
  font-size: 14px;
  line-height: 2;
}
footer ul li a {
  color: #FFFFFF;
  font-size: 14px;
}
footer ul li a .fa {
  font-size: 16px;
  width: 20px;
  text-align: center;
  color: #7ead18;
}
footer ul li a:hover {
  color: #FFFFFF;
}
footer ul li.address {
  margin-top: 5px;
}
footer ul li.address .fa {
  float: left;
}
footer ul li.address address {
  float: right;
  width: 90%;
  line-height: 1.5;
}
footer #newsletter {
  text-align: center;
}
footer #newsletter h2 {
  color: #FFFFFF;
  font-weight: 400;
}
footer #newsletter .description {
  font-size: 14px;
  margin-bottom: 10px;
}
footer #newsletter .input-group .form-control {
  height: 50px;
  line-height: 20px;
  padding: 0 15px;
  border: 1px solid #FFFFFF;
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
  font-size: 16px;
}
footer #newsletter .input-group .btn {
  height: 50px;
  font-size: 15px;
  line-height: 18px;
  padding: 15px 35px;
  text-shadow: none;
  border-bottom-right-radius: 7px;
  border-top-right-radius: 7px;
  background: #7ead18;
  border: 1px solid #FFFFFF;
  color: white;
  font-weight: 300;
}
footer #newsletter .input-group .btn .fa {
  display: none;
}
footer #newsletter .input-group .btn span {
  display: block;
}
footer #copyright {
  background: #FFFFFF;
  color: #1c4075;
  padding: 10px 0;
  margin-top: 30px;
}
footer #copyright .logo {
  height: 64px;
}
footer .social-list {
  padding: 0;
  margin: 16px auto;
  text-align: center;
}
footer .social-list li {
  margin: 0 3px;
  display: inline-block;
  text-align: center;
}
footer .social-list li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 16px;
  border: 2px solid #1865ad;
  padding: 14px;
}
footer .social-list li a .fa {
  color: #1865ad;
  width: 22px;
  font-size: 20px;
  height: 22px;
  vertical-align: middle;
}
footer .social-list li a:hover {
  background: #1865ad;
}
footer .social-list li a:hover .fa {
  color: #9ed623;
}

/* buttons */
.btn {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.btn-light {
  color: #333333;
  text-shadow: none;
  background: #f4f5f8;
  border-color: #f4f5f8;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.disabled, .btn-light[disabled] {
  background: #d7d8da;
}

.btn-primary {
  color: #FFFFFF;
  text-shadow: none;
  background: #1865ad;
  border-color: #1865ad;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background: #1c4075;
}

.btn-warning {
  color: #FFFFFF;
  text-shadow: none;
  background: #ffc409;
  border-color: #ffc409;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  background: #e0ac08;
}

.btn-danger {
  color: #FFFFFF;
  text-shadow: none;
  background: #ad1818;
  border-color: #ad1818;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  background: #751c1c;
}

.btn-success {
  color: #FFFFFF;
  text-shadow: none;
  background: #9ed623;
  border-color: #9ed623;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  background: #7ead18;
}

.btn-info {
  color: #FFFFFF;
  text-shadow: none;
  background: #3dc2ff;
  border-color: #3dc2ff;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background: #36abe0;
}

.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #1865ad;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}

.btn-default {
  color: #1865ad;
  text-shadow: none;
  background: #FFFFFF;
  border-color: #1865ad;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .btn-default.disabled, .btn-default[disabled] {
  background: #1865ad;
  color: #9ed623;
  border-color: #1865ad;
}

.btn-group .btn-default {
  height: 36px;
}

.buttons {
  margin-top: 15px;
}

/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 10px 15px;
  border: 1px solid #DEDEDE;
  background-color: #FFFFFF;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.breadcrumb i {
  font-size: 15px;
  color: #7ead18;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 26px;
  height: 26px;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}

/* list group */
.list-group {
  box-shadow: 0 4px 16px #0b42f526;
  border: 1px solid #9ed623;
  border-radius: 7px;
}
.list-group .list-group-item {
  color: #333333;
  border: 1px solid #EFEFEF;
  display: block;
  font-size: 13px;
  height: 42px;
}
.list-group .list-group-item.active, .list-group .list-group-item.active:focus, .list-group .list-group-item.active:hover {
  color: #FFFFFF;
  background: #1865ad;
  border: 1px solid #1865ad;
  text-shadow: none;
}
.list-group .list-group-item:first-child {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.list-group .list-group-item:last-child {
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}

/* product list */
.product-thumb {
  border: none;
  margin-bottom: 20px;
  overflow: auto;
}
.product-thumb h2.price {
  margin: 0;
}
.product-thumb h4 {
  font-weight: normal;
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
}
.product-thumb h4 a {
  color: #333333;
  font-weight: 500;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a {
  display: block;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
}
.product-thumb .image .image-thumb {
  width: 100%;
  height: 260px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.product-thumb .caption {
  padding: 0 20px;
  min-height: 110px;
}
.product-thumb .rating {
  padding-bottom: 10px;
  text-align: center;
}
.product-thumb .rating .fa.fa-star, .product-thumb .rating .fa.fa-star-o {
  color: #FC0;
}
.product-thumb .price {
  color: #1865ad;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  border: 1px solid #7ead18;
  border-radius: 7px;
  padding: 10px 0;
}
.product-thumb .price-new {
  font-weight: 700;
}
.product-thumb .price-old {
  color: #999;
  text-decoration: line-through;
  margin-left: 10px;
  font-size: 13px;
  font-weight: normal;
}
.product-thumb .price-tax {
  color: #999;
  font-size: 13px;
  display: block;
  font-weight: normal;
}
.product-thumb .button-group {
  display: none;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  padding: 105px 0;
  margin: 0 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.product-thumb .button-group button {
  width: 50px;
  height: 50px;
  border: none;
  display: inline-block;
  background-color: #FFFFFF;
  color: #1865ad;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.product-thumb .button-group button:hover {
  color: #9ed623;
  background-color: #1865ad;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb:hover .button-group {
  display: block;
}

.product-grid .product-thumb .image {
  float: none;
}
@media (max-width: 767px) {
  .product-grid .product-thumb .caption {
    min-height: 0;
  }
}
@media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    padding: 0 10px;
  }
}

.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd;
}
@media (min-width: 768px) {
  .product-list .product-thumb .image {
    padding: 0 15px;
    display: inline-block;
  }
  .product-list .product-thumb .image + div {
    margin-left: 0%;
  }
}
@media (max-width: 767px) {
  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
  }
  .product-list .product-thumb .button-group {
    border-left: none;
  }
}

#product-product h1 {
  margin: 10px 0 30px;
}

#checkout-cart #accordion h4 {
  cursor: pointer;
}
#checkout-cart #accordion .panel {
  margin-bottom: 10px;
  box-shadow: 0 3px 0 #0b42f526;
  border: 1px solid #efefef;
}

#information-contact form .control-label {
  padding: 0;
  font-size: 14px;
  margin-bottom: 5px;
}
#information-contact form .form-control {
  margin-bottom: 15px;
}

.table-bordered {
  border-color: #DEDEDE;
  border-top: 2px solid #1865ad;
}
.table-bordered tr td {
  border-color: #EFEFEF !important;
}
.table-bordered tr th {
  border-color: #EFEFEF !important;
}

#review .table tr td {
  border-top: none;
}

.panel.panel-default {
  border: 1px solid #efefef;
  box-shadow: 0 3px 0 #0b42f526;
  border-radius: 10px;
}
.panel.panel-default .panel-heading {
  background: #FFFFFF;
  border: none;
  border-radius: 10px;
}
.panel.panel-primary {
  border-color: #1865ad;
}
.panel .panel-body {
  padding: 25px 20px;
}
.panel .panel-heading {
  color: #333333;
}

.well {
  background: #FFFFFF;
  border: 1px solid #9ed623;
  box-shadow: 0 4px 16px #0b42f526;
}

legend {
  font-size: 18px;
  padding: 7px 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

label {
  font-size: 13px;
  font-weight: normal;
}

.form-check .form-check-input {
  margin-top: 0.25rem;
}

div.required .col-form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}

.input-group .input-group-addon {
  background: #1865ad;
  border: 1px solid #1865ad;
  color: #FFFFFF;
  font-size: 13px;
}
.input-group .form-control {
  height: 36px;
  font-size: 13px;
}

.form-control {
  border: 1px solid #DEDEDE;
  color: #333333;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  height: 40px;
}

.swiper-viewport {
  border: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}

a {
  color: #1865ad;
}
a:hover {
  text-decoration: none;
}

.nav-tabs {
  margin-bottom: 15px;
  border-color: #1865ad;
}
.nav-tabs li.active a, .nav-tabs li.active a:focus, .nav-tabs li.active a:hover {
  border-color: #1865ad;
  color: #333333;
  border-bottom-color: transparent;
}

/* cookie */
#cookie {
  border-top: none;
  border-left: none;
  border-right: none;
}

/* content */
#content {
  min-height: 600px;
}

/* default font size */
.fas, .far, .fab {
  font-size: 14px;
}

/* alert */
.alert {
  padding: 8px 14px 8px 14px;
}

/* toast */
#toast {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 999;
}

.pagination {
  margin: 0;
}

.rating .fa-stack {
  font-size: 8px;
}
.rating .far.fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .far.fa-star {
  color: #ECBD00;
}

.fa-star {
  color: #FC0;
}

.fa-star-o {
  color: #ECBD00;
}

.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: -20px;
  margin-bottom: 20px;
}
.thumbnails > li {
  margin-left: 20px;
}
.thumbnails > li > a {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #1865ad;
  border-radius: 3px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnails > img {
  width: 100%;
}
.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
  max-width: 78px;
}
.thumbnails .image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid #ddd;
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
  width: 100%;
}

/* BS4 Changes */
.navbar-light .navbar-toggler {
  font-size: 15px;
  font-stretch: expanded;
  color: #FFFFFF;
  padding: 6px 12px;
  background: #1865ad;
  border-color: #1865ad;
}

.card .card-header > h4 {
  font-size: 16px;
}
.card + .card {
  margin-top: 5px;
}

/* Theme Custom CSS */
#display-control #compare-total.a {
  margin-top: -2px;
  padding: 0.35rem 0.565rem;
}

.swiper-button-prev:before,
.swiper-button-next:before {
  color: rgba(255, 255, 255, 0.8) !important;
}

@media (min-width: 1200px) {
  #content .col-lg-2:nth-child(6n+1),
#content .col-lg-3:nth-child(4n+1),
#content .col-lg-4:nth-child(3n+1),
#content .col-lg-6:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #content .col-md-2:nth-child(6n+1),
#content .col-md-3:nth-child(4n+1),
#content .col-md-4:nth-child(3n+1),
#content .col-md-6:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #content .col-sm-2:nth-child(6n+1),
#content .col-sm-3:nth-child(4n+1),
#content .col-sm-4:nth-child(3n+1),
#content .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}
/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #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%;
  }

  .col-form-label {
    text-align: right;
  }
}
@media screen and (max-width: 769px) {
  #logo img {
    margin: 0 auto;
  }

  #cart {
    margin: 0;
  }

  #search {
    margin: 40px auto 20px;
  }

  #menu #category {
    font-weight: 300;
    line-height: 51px;
  }
  #menu .btn-navbar {
    margin: 10px 0;
    font-size: 18px;
    border-color: #FFFFFF;
  }

  footer {
    text-align: center;
  }
  footer ul {
    margin-bottom: 40px;
  }
  footer #newsletter .input-group .btn span {
    display: none;
  }
  footer #newsletter .input-group .btn .fa {
    display: block;
  }

  .product-thumb .image .image-thumb {
    height: 300px;
  }
  .product-thumb .button-group {
    padding: 125px 0;
  }

  .form-control {
    margin-bottom: 10px;
  }
}

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