.tns-outer {
  padding: 0 !important; }

.tns-outer [hidden] {
  display: none !important; }

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer; }

.tns-slider {
  transition: all 0s; }

.tns-slider > .tns-item {
  box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left; }

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%; }

.tns-gallery, .tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  min-height: 1px; }

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s; }

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important; }

.tns-gallery > .tns-moving {
  transition: all 0.25s; }

.tns-autowidth {
  display: inline-block; }

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6; }

.tns-lazy-img.tns-complete {
  opacity: 1; }

.tns-ah {
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-fadeOut, .tns-normal {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.tns-vpfix {
  white-space: nowrap; }

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }

.tns-t-ct {
  width: 2333.3333333333%;
  width: 2333.33333%;
  position: absolute;
  right: 0; }

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both; }

.tns-t-ct > div {
  width: 1.4285714286%;
  width: 1.42857%;
  height: 10px;
  float: left; }

.product-list {
  margin-top: 85px;
  position: relative; }

.product-list .tns-horizontal.tns-subpixel {
  white-space: unset; }

.product-list.slider .row:not(.tns-slider) {
  display: none; }

.product-list .product-list--item {
  font-weight: 200;
  box-shadow: 0 8px 14px transparent;
  background-color: #fff;
  transition: box-shadow 0.2s ease;
  margin-bottom: 30px;
  height: calc(100% - 30px); }

.product-list .product-list--item:hover {
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.3); }

.product-list .product-list--item .product-list--item-header {
  background: #3b5998;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Quicksand;
  font-weight: 700;
  font-size: 14px;
  line-height: 34px; }

.product-list .product-list--item .product-list--item-image {
  text-align: center;
  margin-bottom: 20px; }

.product-list .product-list--item .product-list--item-image img {
  height: 140px;
  max-width: 150px;
  -o-object-fit: cover;
  object-fit: cover; }

.product-list .product-list--item .product-list--item-content {
  padding: 16px 19px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  border: 1px solid #58585a;
  border-top: none; }

.product-list .product-list--item .product-list--item-content h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.product-list .product-list--item .product-list--item-content a {
  text-decoration: none; }

.product-list .product-list--item .product-list--item-price small {
  font-weight: 200; }

.tns-outer {
  position: relative; }

.tns-outer .row.tns-slider {
  margin: 0;
  display: block; }

.tns-outer .tns-controls [data-controls] {
  position: absolute;
  z-index: 5;
  width: 30px;
  height: 41px;
  top: 50%;
  transform: translateY(-20.5px);
  text-indent: -99999px;
  overflow: hidden;
  background: transparent;
  background-size: 25px 41px;
  background-repeat: no-repeat;
  background-position-y: top;
  transition: background-position-x 0.2s ease;
  border: none; }

.tns-outer .tns-controls [data-controls][data-controls=prev] {
  background-position-x: right;
  background-image: url(/images/arrow-left.svg?f27a66af35b08ee97b2dd266b3fa8c71);
  left: -30px; }

.tns-outer .tns-controls [data-controls][data-controls=prev]:hover {
  background-position-x: left; }

.tns-outer .tns-controls [data-controls][data-controls=next] {
  background-position-x: left;
  background-image: url(/images/arrow-right.svg?bbb3572b69ed88ccdebae348a1459d90);
  right: -30px; }

.tns-outer .tns-controls [data-controls][data-controls=next]:hover {
  background-position-x: right; }

.tns-outer .tns-nav {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 15px;
  width: 51px;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center; }

@media screen and (max-width: 767px) {
  .tns-outer .tns-nav {
    display: none; } }

.tns-outer .tns-nav button {
  display: block;
  border: 1px solid #58585a;
  background: transparent;
  border-radius: 50%;
  outline: none;
  width: 21px;
  height: 21px;
  margin: 15px;
  transform: scale(1);
  transition: border-color 0.3s ease, background 0.3s ease, transform 0.2s ease-in-out; }

.tns-outer .tns-nav button:hover {
  transform: scale(1.1); }

.tns-outer .tns-nav button.tns-nav-active {
  border-color: #3b5998;
  background: #3b5998; }

.product-list .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .product-list .btn {
    transition: none; } }

.product-list .btn:hover {
  color: #212529;
  text-decoration: none; }

.product-list .btn.focus, .product-list .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(59, 89, 152, 0.25); }

.product-list .btn.disabled, .product-list .btn:disabled {
  opacity: 0.65; }

.product-list a.btn.disabled, .product-list fieldset:disabled a.btn {
  pointer-events: none; }

.product-list .btn-primary {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998; }

.product-list .btn-primary:hover {
  color: #fff;
  background-color: #30497c;
  border-color: #2d4373; }

.product-list .btn-primary.focus, .product-list .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 114, 167, 0.5); }

.product-list .btn-primary.disabled, .product-list .btn-primary:disabled {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998; }

.product-list .btn-primary:not(:disabled):not(.disabled).active, .product-list .btn-primary:not(:disabled):not(.disabled):active, .show > .product-list .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2d4373;
  border-color: #293e6a; }

.product-list .btn-primary:not(:disabled):not(.disabled).active:focus, .product-list .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .product-list .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 114, 167, 0.5); }

.product-list .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.product-list .btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62; }

.product-list .btn-secondary.focus, .product-list .btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.product-list .btn-secondary.disabled, .product-list .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.product-list .btn-secondary:not(:disabled):not(.disabled).active, .product-list .btn-secondary:not(:disabled):not(.disabled):active, .show > .product-list .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b; }

.product-list .btn-secondary:not(:disabled):not(.disabled).active:focus, .product-list .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .product-list .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.product-list .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.product-list .btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34; }

.product-list .btn-success.focus, .product-list .btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.product-list .btn-success.disabled, .product-list .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.product-list .btn-success:not(:disabled):not(.disabled).active, .product-list .btn-success:not(:disabled):not(.disabled):active, .show > .product-list .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430; }

.product-list .btn-success:not(:disabled):not(.disabled).active:focus, .product-list .btn-success:not(:disabled):not(.disabled):active:focus, .show > .product-list .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.product-list .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.product-list .btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b; }

.product-list .btn-info.focus, .product-list .btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.product-list .btn-info.disabled, .product-list .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.product-list .btn-info:not(:disabled):not(.disabled).active, .product-list .btn-info:not(:disabled):not(.disabled):active, .show > .product-list .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f; }

.product-list .btn-info:not(:disabled):not(.disabled).active:focus, .product-list .btn-info:not(:disabled):not(.disabled):active:focus, .show > .product-list .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.product-list .btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.product-list .btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00; }

.product-list .btn-warning.focus, .product-list .btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.product-list .btn-warning.disabled, .product-list .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.product-list .btn-warning:not(:disabled):not(.disabled).active, .product-list .btn-warning:not(:disabled):not(.disabled):active, .show > .product-list .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500; }

.product-list .btn-warning:not(:disabled):not(.disabled).active:focus, .product-list .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .product-list .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.product-list .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.product-list .btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130; }

.product-list .btn-danger.focus, .product-list .btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.product-list .btn-danger.disabled, .product-list .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.product-list .btn-danger:not(:disabled):not(.disabled).active, .product-list .btn-danger:not(:disabled):not(.disabled):active, .show > .product-list .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d; }

.product-list .btn-danger:not(:disabled):not(.disabled).active:focus, .product-list .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .product-list .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.product-list .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.product-list .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5; }

.product-list .btn-light.focus, .product-list .btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.product-list .btn-light.disabled, .product-list .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.product-list .btn-light:not(:disabled):not(.disabled).active, .product-list .btn-light:not(:disabled):not(.disabled):active, .show > .product-list .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df; }

.product-list .btn-light:not(:disabled):not(.disabled).active:focus, .product-list .btn-light:not(:disabled):not(.disabled):active:focus, .show > .product-list .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.product-list .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.product-list .btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124; }

.product-list .btn-dark.focus, .product-list .btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.product-list .btn-dark.disabled, .product-list .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.product-list .btn-dark:not(:disabled):not(.disabled).active, .product-list .btn-dark:not(:disabled):not(.disabled):active, .show > .product-list .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d; }

.product-list .btn-dark:not(:disabled):not(.disabled).active:focus, .product-list .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .product-list .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.product-list .btn-blue {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998; }

.product-list .btn-blue:hover {
  color: #fff;
  background-color: #30497c;
  border-color: #2d4373; }

.product-list .btn-blue.focus, .product-list .btn-blue:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 114, 167, 0.5); }

.product-list .btn-blue.disabled, .product-list .btn-blue:disabled {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998; }

.product-list .btn-blue:not(:disabled):not(.disabled).active, .product-list .btn-blue:not(:disabled):not(.disabled):active, .show > .product-list .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #2d4373;
  border-color: #293e6a; }

.product-list .btn-blue:not(:disabled):not(.disabled).active:focus, .product-list .btn-blue:not(:disabled):not(.disabled):active:focus, .show > .product-list .btn-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 114, 167, 0.5); }

.product-list .btn-gray {
  color: #fff;
  background-color: #58585a;
  border-color: #58585a; }

.product-list .btn-gray:hover {
  color: #fff;
  background-color: #454547;
  border-color: #3f3f40; }

.product-list .btn-gray.focus, .product-list .btn-gray:focus {
  box-shadow: 0 0 0 0.2rem rgba(113, 113, 115, 0.5); }

.product-list .btn-gray.disabled, .product-list .btn-gray:disabled {
  color: #fff;
  background-color: #58585a;
  border-color: #58585a; }

.product-list .btn-gray:not(:disabled):not(.disabled).active, .product-list .btn-gray:not(:disabled):not(.disabled):active, .show > .product-list .btn-gray.dropdown-toggle {
  color: #fff;
  background-color: #3f3f40;
  border-color: #38383a; }

.product-list .btn-gray:not(:disabled):not(.disabled).active:focus, .product-list .btn-gray:not(:disabled):not(.disabled):active:focus, .show > .product-list .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(113, 113, 115, 0.5); }

.product-list .btn-outline-primary {
  color: #3b5998;
  border-color: #3b5998; }

.product-list .btn-outline-primary:hover {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998; }

.product-list .btn-outline-primary.focus, .product-list .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 89, 152, 0.5); }

.product-list .btn-outline-primary.disabled, .product-list .btn-outline-primary:disabled {
  color: #3b5998;
  background-color: transparent; }

.product-list .btn-outline-primary:not(:disabled):not(.disabled).active, .product-list .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .product-list .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998; }

.product-list .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .product-list .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .product-list .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 89, 152, 0.5); }

.product-list .btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }

.product-list .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.product-list .btn-outline-secondary.focus, .product-list .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.product-list .btn-outline-secondary.disabled, .product-list .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent; }

.product-list .btn-outline-secondary:not(:disabled):not(.disabled).active, .product-list .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .product-list .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.product-list .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .product-list .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .product-list .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.product-list .btn-outline-success {
  color: #28a745;
  border-color: #28a745; }

.product-list .btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.product-list .btn-outline-success.focus, .product-list .btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.product-list .btn-outline-success.disabled, .product-list .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent; }

.product-list .btn-outline-success:not(:disabled):not(.disabled).active, .product-list .btn-outline-success:not(:disabled):not(.disabled):active, .show > .product-list .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.product-list .btn-outline-success:not(:disabled):not(.disabled).active:focus, .product-list .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .product-list .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.product-list .btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }

.product-list .btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.product-list .btn-outline-info.focus, .product-list .btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.product-list .btn-outline-info.disabled, .product-list .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent; }

.product-list .btn-outline-info:not(:disabled):not(.disabled).active, .product-list .btn-outline-info:not(:disabled):not(.disabled):active, .show > .product-list .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.product-list .btn-outline-info:not(:disabled):not(.disabled).active:focus, .product-list .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .product-list .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.product-list .btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }

.product-list .btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.product-list .btn-outline-warning.focus, .product-list .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.product-list .btn-outline-warning.disabled, .product-list .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent; }

.product-list .btn-outline-warning:not(:disabled):not(.disabled).active, .product-list .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .product-list .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.product-list .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .product-list .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .product-list .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.product-list .btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }

.product-list .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.product-list .btn-outline-danger.focus, .product-list .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.product-list .btn-outline-danger.disabled, .product-list .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent; }

.product-list .btn-outline-danger:not(:disabled):not(.disabled).active, .product-list .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .product-list .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.product-list .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .product-list .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .product-list .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.product-list .btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }

.product-list .btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.product-list .btn-outline-light.focus, .product-list .btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.product-list .btn-outline-light.disabled, .product-list .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent; }

.product-list .btn-outline-light:not(:disabled):not(.disabled).active, .product-list .btn-outline-light:not(:disabled):not(.disabled):active, .show > .product-list .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.product-list .btn-outline-light:not(:disabled):not(.disabled).active:focus, .product-list .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .product-list .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.product-list .btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }

.product-list .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.product-list .btn-outline-dark.focus, .product-list .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.product-list .btn-outline-dark.disabled, .product-list .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent; }

.product-list .btn-outline-dark:not(:disabled):not(.disabled).active, .product-list .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .product-list .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.product-list .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .product-list .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .product-list .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.product-list .btn-outline-blue {
  color: #3b5998;
  border-color: #3b5998; }

.product-list .btn-outline-blue:hover {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998; }

.product-list .btn-outline-blue.focus, .product-list .btn-outline-blue:focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 89, 152, 0.5); }

.product-list .btn-outline-blue.disabled, .product-list .btn-outline-blue:disabled {
  color: #3b5998;
  background-color: transparent; }

.product-list .btn-outline-blue:not(:disabled):not(.disabled).active, .product-list .btn-outline-blue:not(:disabled):not(.disabled):active, .show > .product-list .btn-outline-blue.dropdown-toggle {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998; }

.product-list .btn-outline-blue:not(:disabled):not(.disabled).active:focus, .product-list .btn-outline-blue:not(:disabled):not(.disabled):active:focus, .show > .product-list .btn-outline-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 89, 152, 0.5); }

.product-list .btn-outline-gray {
  color: #58585a;
  border-color: #58585a; }

.product-list .btn-outline-gray:hover {
  color: #fff;
  background-color: #58585a;
  border-color: #58585a; }

.product-list .btn-outline-gray.focus, .product-list .btn-outline-gray:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 88, 90, 0.5); }

.product-list .btn-outline-gray.disabled, .product-list .btn-outline-gray:disabled {
  color: #58585a;
  background-color: transparent; }

.product-list .btn-outline-gray:not(:disabled):not(.disabled).active, .product-list .btn-outline-gray:not(:disabled):not(.disabled):active, .show > .product-list .btn-outline-gray.dropdown-toggle {
  color: #fff;
  background-color: #58585a;
  border-color: #58585a; }

.product-list .btn-outline-gray:not(:disabled):not(.disabled).active:focus, .product-list .btn-outline-gray:not(:disabled):not(.disabled):active:focus, .show > .product-list .btn-outline-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 88, 90, 0.5); }

.product-list .btn-link {
  font-weight: 400;
  color: #3b5998;
  text-decoration: none; }

.product-list .btn-link:hover {
  color: #263961;
  text-decoration: underline; }

.product-list .btn-link.focus, .product-list .btn-link:focus {
  text-decoration: underline;
  box-shadow: none; }

.product-list .btn-link.disabled, .product-list .btn-link:disabled {
  color: #6c757d;
  pointer-events: none; }

.product-list .btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.product-list .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.product-list .btn-block {
  display: block;
  width: 100%; }

.product-list .btn-block + .btn-block {
  margin-top: 0.5rem; }

.product-list input[type=button].btn-block, .product-list input[type=reset].btn-block, .product-list input[type=submit].btn-block {
  width: 100%; }

.product-list .btn-primary:hover {
  color: #3b5998;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }

.product-list .btn-secondary:hover {
  color: #6c757d;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }

.product-list .btn-success:hover {
  color: #28a745;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }

.product-list .btn-info:hover {
  color: #17a2b8;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }

.product-list .btn-warning:hover {
  color: #ffc107;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }

.product-list .btn-danger:hover {
  color: #dc3545;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }

.product-list .btn-light:hover {
  color: #f8f9fa;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }

.product-list .btn-dark:hover {
  color: #343a40;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }

.product-list .btn-blue:hover {
  color: #3b5998;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }

.product-list .btn-gray:hover {
  color: #58585a;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }
