@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Oxygen:300,400,700");
/*-------------------------------------------*
/* Basic Styles
/*-------------------------------------------*/
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font: 16px/1.6 "Oxygen", sans-serif;
  color: #262b31;
}

a {
  color: #F51525;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #2C4875;
  text-decoration: underline;
}

h1 {
  font-size: 32px;
  color: #262b31;
}

h2 {
  font-size: 26px;
  color: #2C4875;
  font-weight: 200;
}

h3 {
  font-size: 20px;
  color: #2C4875;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

.btn:hover {
  text-decoration: none;
}

.btn-primary {
  background-color: #F51525;
  color: #ffffff;
  border-radius: 0px;
  border-color: #F51525;
}

.btn-primary:hover {
  background-color: #2C4875;
  border-color: #2C4875;
}

.title {
  color: #2C4875;
}

.page-title {
  font-size: 62px;
  color: #262b31;
  padding-bottom: 25px;
}

.heading-title-small {
  color: black;
  font-size: 20px;
}

/*-------------------------------------------*
/* Helpers
/*-------------------------------------------*/
.pull-left {
  float: left !important;
}

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

/**
* Clearfix
*/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 768px) {
  .grow-img img {
    width: 95%;
    height: auto;
  }
}
.img-wide {
  width: 100%;
}

.readable-font-increase {
  font-size: 1.1em;
}

.readable-font-decrease {
  font-size: 0.9em;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

/*-------------------------------------------*
/* Tables
/*-------------------------------------------*/
.topline {
  background-color: #00007F;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  padding: 3px 10px;
  line-height: 150%;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

th {
  font-weight: bold;
  padding: 10px 10px;
}

tr {
  padding: 5px 5px;
}

td {
  padding: 5px 10px;
}

#primary table {
  margin: 0 0 1.5em;
  width: 100%;
  border: 1px solid #e8e8e8;
  border-right: none;
  background: #fff;
}

#primary th {
  font-weight: bold;
  padding: 10px 10px;
  background: #262b31;
  color: #fff;
}

#primary tr {
  padding: 5px 5px;
}

#primary td {
  padding: 5px 10px;
  border-top: 1px solid #E2EBF4;
  border-right: 1px solid #E2EBF4;
}

tr.even, tr.odd {
  background-color: #fff;
}

/*-------------------------------------------*
/* Grey bars and boxes
/*-------------------------------------------*/
.greybar {
  background-color: #e9ecef;
  font-size: 10.5pt;
  color: #262b31;
  line-height: 15.05pt;
  vertical-align: baseline;
  font-weight: bolder;
  padding: 5px;
  border: 1px #e8e8e8 solid;
}

.greydiv {
  background-color: #e9ecef;
  font-size: 10.5pt;
  color: #262b31;
  padding: 5px;
  border: 1px #e8e8e8 solid;
}

/*-------------------------------------------*
/* Fancy buttons
/*-------------------------------------------*/
.btn-fancy {
  white-space: inherit;
  border-color: #F51525;
  color: white;
  background-color: #F51525;
  border-radius: 0px;
}

.btn-fancy:hover, .btn-fancy:focus, .btn-fancy:active, .btn-fancy.active, .open > .btn-fancy.dropdown-toggle {
  color: white;
  background-color: #2C4875;
}

/*-------------------------------------------*
/* blockquote
/*-------------------------------------------*/
blockquote {
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’";
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
}

/*-------------------------------------------*
/* breadcrumbs
/*-------------------------------------------*/
.breadcrumbs {
  display: block;
  padding: 0.5625rem 0 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 0;
  margin-bottom: 20px;
  margin-top: 20px;
  border-radius: 4px;
}

.breadcrumbs > * {
  margin: 0;
  float: left;
  text-transform: capitalize;
}

.breadcrumbs > .active {
  font-weight: bold;
}

.breadcrumbs > *:before {
  content: ">>";
  color: #aaa;
  margin: 0 0.35rem;
  position: relative;
  top: -1px;
  font-size: small;
}

.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

/*-------------------------------------------*
/* google search overrides
/*-------------------------------------------*/
#gs_id50 {
  margin: 0;
}

.gsc-wrapper {
  font: 15px/1.6 "Oxygen", sans-serif !important;
}

.gsc-control-cse .gsc-table-result {
  font: 15px/1.6 "Oxygen", sans-serif !important;
}

.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
  border-color: #F51525 !important;
  background-color: #F51525 !important;
  font-size: 15px !important;
}

/*-------------------------------------------*
/* Homepage styles
/*-------------------------------------------*/
.newsletter .newsletter-inner input {
  width: 50%;
  height: 55px;
  border-radius: 0px;
  padding: 0px 30px;
  font-weight: 400;
  display: inline-block;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  border: 1px solid #ececec;
  border-radius: 30px 0 0 30px;
}

.newsletter .newsletter-inner .btn {
  width: 35%;
  display: inline-block;
  height: 56px;
  padding: 10px 30px;
  position: relative;
  top: -1px;
  background: #2C4875;
  color: #fff;
  left: -5px;
  border-radius: 0 30px 30px 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.newsletter .newsletter-inner .btn:hover {
  background-color: #262b31;
}

#services {
  padding: 30px 0;
}

#services .title {
  font-weight: 300;
  text-align: center;
}

#services .service-wrapper {
  padding: 110px 0;
}

#services .block {
  cursor: pointer;
  text-align: center;
}

#services .block:hover .icon i {
  color: #fff;
}

#services .block:hover .icon {
  border: 1px solid #FFFFFF;
  background: #F51525;
  color: #fff;
  -webkit-box-shadow: 0 0 0px 2px #F51525;
  -moz-box-shadow: 0 0 0px 2px #F51525;
  box-shadow: 0 0 0px 2px #F51525;
}

#services .block .icon {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  border-radius: 100%;
  border: 1px solid #dedede;
  text-align: center;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}

#services .block i {
  font-size: 50px;
  line-height: 90px;
  color: #989898;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}

#services .block h3 {
  color: #555;
  font-weight: 300;
}

#services .block p {
  color: #666;
}

#services .block:hover .icon {
  border: 1px solid #FFFFFF;
  background: #F51525;
  color: #fff;
  -webkit-box-shadow: 0 0 0px 2px #F51525;
  -moz-box-shadow: 0 0 0px 2px #F51525;
  box-shadow: 0 0 0px 2px #F51525;
}

#solutions,
#products {
  padding: 50px 0;
}

#solutions .title,
#products .title {
  font-weight: 300;
  text-align: center;
}

#products,
#solutions,
#testimonials,
#services,
#newsletter {
  border-top: 1px solid #e8e8e8;
}

#services .block {
  cursor: default;
  text-align: center;
}

#newsletter,
#testimonials,
#services {
  background-color: #e9ecef;
}

#newsletter {
  padding-top: 50px;
  padding-bottom: 50px;
}

#testimonials {
  padding-top: 20px;
}

/*-------------------------------------------*
/* Special page styles
/*-------------------------------------------*/
#linux-vs-windows {
  background-color: #f7f7f7;
  padding: 2em;
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.comparison {
  background-color: #fff;
  padding: 1em;
  border: 1px solid #ddd;
}

.comparison h3 {
  color: #333;
  margin-bottom: 10px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.benefit {
  background-color: #fff;
  padding: 1em;
  border: 1px solid #ddd;
}

.benefit h3 {
  color: #333;
  margin-bottom: 10px;
}

/*-------------------------------------------*
/* Category page styles
/*-------------------------------------------*/
#category-menu > .position-relative > .card-body > nav > ul {
  padding-left: 1px;
}

#category-menu > .position-relative > .card-body {
  padding: 0;
}

/*-------------------------------------------*
/* Product Page styles
/*-------------------------------------------*/
.static-top-image img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.price {
  color: #2C4875;
  font-size: 2.5rem;
}

.fa-question-circle {
  color: #2C4875;
}

ul.product {
  list-style-type: none;
  text-align: center;
}

li.product {
  margin-top: 50px;
  display: list-item;
  display: inline-block;
  width: 160px;
}

/*--------------Configure Button--------------*/
.btn-cfg {
  color: white;
  background-color: #F51525;
  border-top-left-radius: 0px;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 0px;
  font-weight: bold;
  text-shadow: 1px 2px 4px #000000;
  margin-bottom: 20px;
}

.btn-cfg:hover {
  background-color: #2C4875;
}

@media (min-width: 768px) {
  .btn-cfg {
    font-size: 35pt;
  }
}
@media (max-width: 425px) {
  .btn-cfg {
    font-size: 24pt;
  }
}
@media (max-width: 320px) {
  .btn-cfg {
    font-size: 19pt;
  }
}
.btn-cfg:hover, .btn-cfg:focus, .btn-cfg.focus {
  color: #eee;
  text-decoration: none;
}

.btn-cfg .glyphicon {
  top: 5px;
  font-size: 40px;
}

/*--------------Lightbox------------------*/
.lightbox {
  text-align: center;
}

.lightbox li {
  display: inline-block;
  width: 120px;
  text-align: center;
}

.lightbox img {
  border: 1px solid #ffffff;
}

.lightbox img:hover {
  border: 1px solid #e8e8e8;
}

/* this is how you can add stylings to wrapper, f.e. */
.lightbox-carousel.carousel {
  border: #e9ecef;
  border-style: solid;
  border-width: thin;
}

.lightbox-carousel.carousel img:hover {
  border: 1px solid #fff;
}

.lightbox-carousel.carousel .carousel-item .ratio {
  background: #fff !important;
}

.carousel-control-next,
.carousel-control-prev,
.btn-close {
  filter: invert(100%);
}

/*-------------Card styles----------------*/
.card {
  font-weight: 400;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
}

.card-body {
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-price {
  font-size: x-large;
}

.card-footer {
  border-top: none;
  background-color: #ffffff;
}

.card-title {
  font-size: x-large;
}

.card-title:hover {
  color: #F51525;
}

.card ul {
  padding-left: 4px;
  text-align: left;
  list-style: none;
}

.card p {
  margin-bottom: 0;
}

.card-img-container img.card-img-top {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 350px;
}

.card-img-container img {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card-img-container:hover img {
  transform: scale(1.03);
}

.card .btn {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card .btn:hover {
  transform: scale(1.05);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.18);
}

.cpu-badge {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 100px; /* adjust as desired */
  height: auto;
  z-index: 2;
  pointer-events: none; /* makes clicks go through badge */
}

.radio-part-name {
  font-size: 17px;
  right: -1px;
  position: relative;
  top: -3px;
}

/*-------------Configurable styles----------------*/
.radio-part {
  padding-top: 5px;
}

.form-check-input[type=radio] {
  border-color: #2C4875;
  background-color: #fff;
}

.form-check-input[type=radio]:checked {
  background-color: #2C4875;
  border-color: #2C4875;
}

.form-check-input[type=radio]:checked {
  background-image: none;
}

.form-check-input[type=radio]:focus {
  box-shadow: 0 0 0 0.25rem rgba(128, 128, 128, 0.25);
  border-color: #2C4875;
}

.accordion-button {
  background-color: #e9ecef;
  color: #262b31;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed) {
  background-color: #e9ecef;
  color: #262b31;
}

.card-close {
  color: #262b31;
  background: none;
  border: none;
  font-size: 2.5rem;
  cursor: pointer;
  position: absolute;
  top: -1rem;
  right: 0.5rem;
}

/*-------------------------------------------*
/* Navbar styles
/*-------------------------------------------*/
.nav-catergories {
  text-decoration: underline;
  font: 25px/1.6 "Oxygen", sans-serif;
  color: #606060;
}

.navbar-brand {
  padding-right: 20px;
}

/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*=col] {
  margin-bottom: 1rem;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgb(255, 255, 255);
  font-size: large;
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
  /* remove the padding from the navbar so the dropdown hover state is not broken */
  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
  .navbar .nav-item {
    padding: 0.7rem 0.5rem;
    margin: 0 0.25rem;
    text-align: center;
    color: #606060;
    border-radius: 0;
  }
  .navbar .nav-item-top:hover,
  .navbar .nav-item-top:focus {
    background-color: #575757;
  }
  .navbar .nav-item-title {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
  }
  /* makes the dropdown full width  */
  .navbar .dropdown-fullwidth {
    position: static;
  }
  .navbar .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    /*  height of nav-item  */
    top: 65px;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.1s linear;
    border-radius: 0;
  }
  /* shows the dropdown menu on hover */
  .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.1s linear;
  }
  .navbar .dropdown-simple {
    border: none;
    background-color: #F51525;
  }
  .navbar .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
}
#nav {
  background-color: #e9ecef;
  border-bottom: 1px solid #e8e8e8;
}

.navbar {
  background-color: #e9ecef;
}

.navbar-nav .nav-link {
  color: #000;
  font-size: large;
}

.nav-link {
  border: none;
}

.navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover {
  color: #2C4875;
}

.navbar-nav .dropdown-toggle:hover {
  color: #fff;
  cursor: default;
}

.navbar .dropdown-menu .nav-link:active {
  color: rgba(0, 0, 0, 0.5);
}

.navbar .dropdown-menu {
  border-top: 5px solid #F51525;
  border-left: 1px solid #F51525;
  border-right: 1px solid #F51525;
  border-bottom: 1px solid #F51525;
  padding-bottom: 0px;
}

.navbar .dropdown-menu div[class*=col] {
  margin-bottom: 0px;
}

.navbar .dropdown:hover {
  background-color: #F51525;
}

.navbar .dropdown:hover a {
  color: #fff;
  padding-left: 10px;
}

.navbar .dropdown-simple {
  background-color: #F51525;
  width: max-content;
}

.navbar .dropdown:hover .title a {
  color: #F51525;
}

.navbar .dropdown:hover .product a {
  color: #F51525;
}

.dropdown-menu {
  text-align: center;
  padding-top: 0px;
}

.navbar .nav-item-spec {
  font-size: 13px;
}

.navbar .nav-item-spec a {
  color: #262b31 !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #2C4875;
}

.dropdown-menu .col-pills {
  border-right: solid 1px #E2EBF4;
  padding-right: 0px;
}

.navbar .nav-pills .nav-link {
  color: #666;
}

.navbar .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #F51525;
}

.nav-pills .nav-link {
  border-radius: 0px;
  background-color: #ffffff;
}

.dropdown-menu .tab-content .title {
  padding-top: 5px;
}

.dropdown-menu #v-pills-tabContent {
  margin-bottom: 10px;
}

.dropdown-menu .tab-content ul.product {
  padding-left: 0px;
}

.dropdown-menu li.product {
  margin-top: 0;
  border: solid 1px #ffffff;
  padding: 3px;
  border-radius: 4px;
}

.dropdown-menu li.product:hover {
  border: solid 1px #e9ecef;
}

.navbar .fa-shopping-cart {
  color: #F51525;
}

.navbar .fa-shopping-cart:hover {
  color: #2C4875;
}

@media screen and (max-width: 768px) {
  .navbar .dropdown-menu .col-4 {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .navbar .dropdown {
    border: 0;
  }
  .navbar .dropdown:hover {
    border-top: 1px solid #F51525;
    border-left: 1px solid #F51525;
    border-right: 1px solid #F51525;
    border-bottom: 1px solid #F51525;
    background-color: #F51525;
  }
  .navbar .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #2C4875;
    background-color: #ffffff;
  }
  .navbar .dropdown-menu .col-4 {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .navbar .dropdown-menu .col-8 {
    display: none;
  }
  .navbar .dropdown-menu .col-pills {
    padding-right: 15px;
  }
  .navbar .dropdown-menu {
    border-top: 1px solid #F51525;
  }
}
.navbar-toggler {
  border-color: #E2EBF4;
}

.category-menu {
  list-style-type: none;
  position: sticky;
  top: 20px;
}

.category-menu li a {
  padding-left: 5px;
  font-size: 20px;
  color: #2C4875;
}

.category-menu li a:hover {
  border-top: 0px;
  border-bottom: 0px;
  border-right: 0px;
  border-left: 2px;
  padding-left: 3px;
  border-color: #2C4875;
  border-style: solid;
  text-decoration: none;
}

#CategoryScrollspy {
  position: relative;
}

.navbar .dropdown-simple-item {
  margin: 0;
}

.navbar .dropdown-simple-item:hover {
  background-color: #2C4875;
}

.nav-link:hover {
  text-decoration: none;
}

.navbar-brand:hover {
  text-decoration: none;
}

/*-------------------------------------------*
/* Footer styles
/*-------------------------------------------*/
.footer-block {
  color: #606060;
}

.footer-block a {
  color: #2C4875;
}

.footer-block a:hover {
  color: #2C4875;
}

.footer-block ul {
  list-style: none;
  margin: 0 0 1em -2.5em;
}

.footer-block li {
  margin-top: 5px;
}

footer {
  background: #ffffff;
  border-top: 1px solid #e8e8e8;
  padding: 40px 0 20px;
}

.footer-header {
  font-size: 20px;
  margin-bottom: 10px;
  padding: 10px 0px;
  color: #2C4875;
  text-transform: none;
  font-weight: 200;
}

.subfooter {
  padding: 10px 0px;
  color: #bbb;
}

.subfooter a:link, .subfooter a:visited {
  color: #aaa;
}

/*-------------------------------------------*
/* Swiper styles
/*-------------------------------------------*/
.swiper {
  width: 100%;
  height: auto;
}

.swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  height: 15px;
  border: 1px solid #e8e8e8;
  width: 15px;
  background-color: #2C4875;
  margin-top: 10px;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  color: #E2EBF4;
}

.swiper-button-next, .swiper-button-prev {
  color: #2C4875;
}

.swiper-pagination {
  position: static;
}

.swiper-pagination-progressbar-fill {
  background-color: #F51525 !important;
}

.carousel-caption p {
  font-size: 18px;
  font-weight: 200;
  padding-left: 100px;
  padding-right: 100px;
}

.parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

#slider {
  padding: 0;
}

#slider .carousel-inner .item {
  background-size: cover;
}

.carousel-caption {
  left: 0;
  right: 0;
}

.carousel-caption {
  padding-bottom: 100px;
}

.carousel-caption h2 {
  font-size: 62px;
  font-weight: 300;
}

.carousel-caption h2 span {
  font-weight: 800;
}

.carousel-caption h3 {
  font-size: 48px;
  font-weight: 300;
  margin: 6px 0 20px;
}

.carousel-caption p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.carousel-caption p:before {
  right: 20px;
}

.carousel-caption p:after {
  left: 20px;
}

.carousel-indicators li {
  border: 1px solid #E2EBF4;
  height: 15px;
  margin: 0;
  width: 15px;
}

.carousel-indicators .active {
  height: 15px;
  border: 1px solid #E2EBF4;
  width: 15px;
  background-color: #2C4875;
}

#header {
  background-color: black;
}

#header .block {
  padding-top: 10px;
}

#header .block .slider-bin li {
  display: inline-block;
}

#header .block .slider-bin li a {
  color: white;
  border: none;
  border-radius: 0;
  padding: 10px 28px 13px;
  font-size: 18px;
}

#header .block .slider-bin li a i {
  margin-right: 10px;
  font-size: 20px;
}

#header .block .slider-bin li .btn-red {
  border: 1px solid #F51525;
  background: #F51525;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  color: white;
}

#header .block .slider-bin li .btn-red:hover {
  background: #2C4875;
  border: 1px solid #2C4875;
  color: #FFF;
}

#header .block .slider-bin li .btn-grey {
  background: #989898;
  border: 1px solid transparent;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}

#header .block .slider-bin li .btn-grey:hover {
  background: #2C4875;
}

.slide-title {
  font-size: 55px;
  margin-top: 18px;
  margin-bottom: 18px;
  color: white;
  font-weight: 600;
  text-shadow: 2px 2px 1px black;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.2;
}

.slide-writeup {
  font-size: 20px;
  color: white;
  font-weight: 600;
  text-shadow: 2px 2px 1px black;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 45px;
}

/*-------------------------------------------*
/* Foxycart styles
/*-------------------------------------------*/
#fc #fc-cart--fixed-width .fc-sidebar--cart {
  background-color: #ffffff !important;
}

#fc-cart {
  background-color: #ffffff !important;
}

[data-fc-sidecart] {
  background-color: #ffffff !important;
}

#fc .fc-messages__empty-notification {
  background-color: #ffffff !important;
}

#fc .fc-form-control, #fc .fc-form-control:focus {
  border: 1px solid #d5d5d5 !important;
  box-shadow: none !important;
  background: #eeeeee !important;
}

#fc .fc-transaction__shipping-address {
  border: none !important;
}

#fc #block-cart-items-divs .fc-fixed-button-left {
  color: #212529 !important;
}

#fc #fc-cart--fixed-width .fc-cart__item__details-and-image {
  width: 100% !important;
}

#fc .fc-cart__item__options {
  width: 100% !important;
}

#fc #fc-cart--fixed-width .fc-cart__item__details {
  width: 100% !important;
}

#fc #fc-cart--fixed-width .fc-cart__item__totals {
  width: 100% !important;
}

#fc .fc-cart__item {
  padding: 2px 0px 0px !important;
}

#fc span {
  font-family: "Oxygen", sans-serif !important;
}

#fc p {
  font-size: 18px !important;
}

#fc .fc-cart__item__options {
  font-size: 14px !important;
}

#fc h5 {
  font-size: 18px !important;
}

#fc .fc-cart__items .fc-cart__item__remove a {
  font-size: 15px !important;
}

/* Body Background */
#fc body {
  background: #FFFFFF !important;
  padding: 0;
}

/*  notification */
#fc .fc-messages__empty-notification {
  background-color: #e9ecef !important;
}

#fc .fc-messages__empty-notification a {
  color: #F51525 !important;
}

/* Padlock icon in cart "Checkout" button */
#fc .fa-lock {
  fill: #FFFFFF !important;
}

/* Cart/Checkout buttons */
#fc .fc-action--checkout--button, #fc .fc-button--subscription-cancel, #fc .fc-button--submit {
  background: #F51525 !important;
  border-color: #F51525 !important;
  border-radius: 0% !important;
}

#fc .fc-cart__items .fc-cart__item__remove a {
  color: #F51525 !important;
}

/* Cart/Checkout buttons - Hover */
#fc .fc-action--checkout--button:hover, #fc .fc-action--checkout--button:focus, #fc .fc-button--subscription-cancel:hover, #fc .fc-button--subscription-cancel:focus, #fc .fc-button--submit:hover, #fc .fc-button--submit:focus {
  background: #2C4875 !important;
  border-color: #2C4875 !important;
}

/* Sidecart top checkout button */
[data-fc-sidecart] #fc .fc-fixed-button-right .fc-btn-action {
  background: #F51525 !important;
}

/* Sidecart top checkout button - Hover */
[data-fc-sidecart] #fc .fc-fixed-button-right .fc-btn-action:hover {
  background: #2C4875 !important;
}

#fc .fc-cart__item__option__name {
  font-weight: bold !important;
}

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