::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  background: #F1F1F1;
}

.dark::-webkit-scrollbar-track {
  background: #000;
}

::-webkit-scrollbar-thumb {
  background: #0075be;
}

::-webkit-scrollbar-thumb:hover {
  background: #0075be;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #000;
}

@media (min-width:1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1290px;
  }
}

.h1, h1 {
  font-size: 33px;
  font-weight: 500;
  margin-bottom: 25px;
}

a {
  color: #C42C12;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0075BE;
  border-color: #0075BE;
}

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #0066a5;
  border-color: #0066a5;
  box-shadow: 0 0 0 .2rem rgba(38,143,255,.5);
}

.btn-primary {
  color: #fff !important;
  background-color: #0075BE;
  border-color: #0075BE;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0066a5;
  border-color: #0066a5;
}

.modal-header {
  border-bottom: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #0075BE;
}

.modal-title {
  color: #fff;
}

.modal-content {
  border: none;
  border-radius: 0;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.modal-header .close {
  color: #fff;
  text-shadow: none;
  opacity: .5;
  outline: none;
}

.popover {
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 0;
  box-shadow: 0 5px 20px rgba(0,0,0,0.07);
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
}

.popover-body {
  padding: .5rem .75rem;
  color: #000;
}

.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
  top: 0;
  border-bottom-color: rgba(0,0,0,.15);
}

/* Fixed animated header - START */

#header {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}

.fixed-header, .fixed-header-up {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

/* .fixed-header .header-top, .fixed-header .header-separator {
  display: none;
} */

.fixed-header-up .header-top, .fixed-header-up .header-separator {
  display: block;
}

.fixed-header + #bellow-header {
  margin-top: 125px;
}

/* Fixed animated header - END */

header .no-gutter .navbar .container {
  padding-right: 0;
  padding-left: 0;
}

.shadow {
  box-shadow: 0 10px 20px rgba(0,0,0,0.07)!important;
}

header .slogan {
  margin-right: auto;
}

@media only screen and (max-width: 991px) {
  header .slogan {
    padding-right: 20px;
  }
}

header .slogan h3 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  header .slogan h3 {
    font-size: 13px;
  }
}

header .header-top i {
  color: #0075be;
  font-size: 18px;
  margin-right: 7px;
}

@media only screen and (max-width: 991px) {
  header .header-top i {
    margin-right: 0;
  }
}

@media only screen and (max-width: 991px) {
  header .header-top #cart-icon i {
    margin-right: 7px;
  }
}

header .header-top em {
  font-style: normal;
}

@media only screen and (max-width: 991px) {
  header .header-top em {
    display: none;
  }
}

header .prijava, header .newsletter, header .search, header .cart-icon {
  padding: 12px 20px 10px 20px;
  font-size: 14px;
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  header .prijava, header .newsletter, header .search {
    padding: 12px 15px 10px 15px;
  }
}

header .newsletter a {
  color: #000;
}

header .newsletter a:hover {
  text-decoration: none;
}

header .search {
  padding-left: 20px;
  padding-right: 15px;
  cursor: pointer;
}

header .cart-icon {
  padding-left: 20px;
  padding-right: 15px;
  cursor: default;
}

header .fa-shopping-cart, header .cart-badge {
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  header .search {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media only screen and (max-width: 991px) {
  header .cart-icon {
    padding-left: 15px;
    padding-right: 12px;
  }
}

header .newsletter, header .cart-icon {
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}

@media only screen and (max-width: 768px) {
  header .prijava {
    border-left: 1px solid #e7e7e7;
  }
}

header .cart-icon {
  position: relative;
}

header .cart-icon .cart-badge {
  position: absolute;
  top: 3px;
  right: 10px;
  font-size: 11px;
  line-height: 18px;
  width: 18px;
  height: 18px;
  text-align: center;
  background-color: #c42c12;
  color: #fff;
  border-radius: 50%;
}

header .header-separator hr {
  margin-top: 0;
  margin-bottom: 0;
}

header .header-bottom .navbar {
  padding: 15px 0;
}

header .header-bottom .navbar-light .navbar-nav .nav-link {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 14px;
}

header .navigation-clean.navbar-light .navbar-nav .nav-link:focus, header .navigation-clean.navbar-light .navbar-nav .nav-link:hover {
  color: #0075be !important;
  background-color: transparent !important;
  outline: none;
}

header .navigation-clean.navbar-light .dropdown-menu {
  padding: 0;
}

header .header-bottom .navbar .container-fluid {
  padding: 0;
}

header .header-bottom .navbar-light .navbar-nav .active > .nav-link, header .header-bottom .navbar-light .navbar-nav .nav-link.active, header .header-bottom .navbar-light .navbar-nav .nav-link.show {
  color: #fff;
  background-color: #0075be;
}

header .header-bottom .navbar-light .navbar-nav .show > .nav-link {
  color: #0075be;
  background-color: transparent;
}

@media (min-width: 768px) {
  .navigation-clean .navbar-nav .dropdown-menu, .navigation-clean .navbar-nav .show .dropdown-menu {
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
  }
}

header .navigation-clean .navbar-nav > li > .dropdown-menu {
  border-radius: 0;
  border: none;
  padding: 10px 15px;
  box-shadow: 0 4px 8px rgba(0,0,0,.1);
}

header .navigation-clean .dropdown-item {
  padding: 2px 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

header .navigation-clean .dropdown-menu .dropdown-item:hover {
  background-color: transparent !important;
  color: #0075be !important;
}

.navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item {
  color: #000;
}

#bellow-header {
  padding: 12px 0;
}

.breadcrumbs {
  font-size: 14px;
}

.breadcrumbs a {
  color: #0075BE;
}

.breadcrumbs a:hover {
  color: #000;
  text-decoration: none;
}

.breadcrumbs a:after {
  content: "›";
  display: inline-block;
  color: #000;
  margin: 0 5px;
}

.breadcrumbs .active-item {
  font-weight: 500;
}

#bellow-header .icons a {
  color: #0075be;
  font-size: 18px;
  padding-top: 6px;
  border: 1px solid #e8e8e8;
  margin-left: 10px;
  width: 34px;
  height: 33px;
  text-align: center;
  line-height: 20px;
  display: inline-block;
}

#bellow-header .icons a:hover {
  border: 1px solid #0075be;
}

#bellow-header .icons .facebook i, #bellow-header .icons .phone i {
  font-weight: 600;
}

#home-slider .bx-wrapper {
  background-color: #f1f1f1;
  padding: 25px 25px 0 25px;
}

#home-slider .bx-wrapper div {
  position: relative;
}

#home-slider .bx-wrapper div.bx-viewport {
  position: relative;
  min-height: 495px;
}

#home-slider .bx-wrapper .slider .image-wrapper {
  overflow: hidden;
  margin-bottom: 20px;
}

#home-slider .bx-wrapper .slider .image-wrapper img {
  transition: all 0.2s ease-in;
}

#home-slider .bx-wrapper .slider div:hover img {
  transform: scale(1.07);
}

#home-slider .bx-wrapper div h3 {
  font-size: 19px;
  line-height: 140%;
  font-weight: 500;
  margin: 0 0 15px 0;
  padding: 0;
}

#home-slider .bx-wrapper .slider div a h3 {
  color: #000;
}

#home-slider .bx-wrapper .slider div a p {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #000;
}

#home-slider .bx-wrapper .slider div a:hover h3, #home-slider .bx-wrapper .slider div a:hover {
  text-decoration: none;
}

#home-slider .bx-wrapper .slider div span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#home-slider .bx-wrapper .slider div span a {
  display: block;
  color: #fff;
  background-color: #c42c12;
  color: #fff;
  font-size: 13px;
  padding: 4px 8px;
  line-height: 18px;
  text-decoration: none;
}

#home-slider .bx-wrapper .slider div span a:hover {
  background-color: #ad2007;
}

#home-podrucja {
  margin-top: 20px;
}

#home-podrucja .row > div {
  margin: 15px 0;
}

#home-podrucja .podrucje {
  padding: 18px 22px 22px 22px;
  border: 1px solid #0075be;
  height: 100%;
}

#home-podrucja .podrucje h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 15px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #0075be;
}

#home-podrucja .podrucje h3 a {
  color: #000;
}

#home-podrucja .podrucje h3 a:hover {
  color: #0075be;
  text-decoration: none;
}

#home-podrucja .podrucje ul {
  margin: 0;
  padding-left: 17px;
}

#home-podrucja .podrucje ul li {
  font-size: 15px;
  line-height: 155%;
}

#home-podrucja .podrucje ul li a {
  color: #000;
}

#home-podrucja .podrucje ul li a:hover {
  color: #0075be;
  text-decoration: none;
}

#home-podrucja .podrucje ul li:last-of-type {
  margin-bottom: 0;
}

#home-podrucja-bottom {
  margin-top: 20px;
}

#home-podrucja-bottom .row > div {
  margin: 20px 0;
}

#home-podrucja-bottom .podrucje h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 15px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}

#home-podrucja-bottom .podrucje h3 a {
  color: #000;
}

#home-podrucja-bottom .podrucje h3 a:hover {
  color: #0075be;
  text-decoration: none;
}

#home-podrucja-bottom .podrucje ul {
  margin: 0;
  padding-left: 17px;
}

#home-podrucja-bottom .podrucje ul li {
  font-size: 15px;
  line-height: 160%;
}

#home-podrucja-bottom .podrucje ul li a {
  color: #000;
}

#home-podrucja-bottom .podrucje ul li a:hover {
  color: #0075be;
  text-decoration: none;
}

#home-podrucja-bottom .podrucje ul li:last-of-type {
  margin-bottom: 0;
}

footer {
  background-color: #f1f1f1;
  margin-top: 90px;
  padding: 30px 0 30px 0;
}

footer .share-wrapper {
  margin-top: -63px;
}

footer .share-wrapper .col {
  text-align: center;
}

footer .share-wrapper .addthis_inline_share_toolbox {
  padding: 17px 15px 12px 15px;
  background-color: #fff;
  margin: 0 auto 0 auto;
  text-align: center;
  display: inline-block;
  box-shadow: 0 0 10px rgba(0,0,0,0.1)!important;
}

footer .footer-links {
  margin-top: 40px;
}

footer .footer-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

footer .footer-links ul li {
  display: inline-block;
  padding: 3px 15px 3px 12px;
  font-size: 14px;
}

footer .footer-links ul li:not(:last-child) {
  border-right: 1px solid #a2a2a2;
}

@media (max-width: 992px) {
  footer .footer-links ul li {
    border-right: none !important;
    padding: 3px 10px 3px 10px;
  }
}

footer .footer-links ul li a {
  color: #4b4b4b;
  font-weight: 300;
}

footer .footer-links ul li a:hover {
  text-decoration: none;
  border-bottom: 2px solid #0075be;
}

footer .footer-separator hr {
  margin-top: 20px;
}

footer .footer-copyright {
  color: #949494;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  padding-top: 12px;
}

footer .footer-copyright a {
  color: #949494;
}

footer .footer-copyright a:hover {
  color: #949494;
  text-decoration: none;
}

#page-content .page-content-separator hr {
  margin-top: -1px;
}

#page-content .page-content {
  margin-top: 25px;
}

#page-content .page-content .main-content {
  padding-right: 45px;
}

#page-content .page-content .main-content p a {
  color: #0075BE;
  font-weight: 600;
  text-decoration: none !important;
}

#page-content .page-content .main-content p a:hover {
  border-bottom: 2px solid #0075BE;
}

@media (max-width: 992px) {
  #page-content .page-content .main-content {
    padding-right: 15px;
    margin-bottom: 30px;
  }
}

#page-content .page-content .right-column .module {
  margin-top: 5px;
  margin-bottom: 35px;
}

#page-content .page-content .right-column .module .heading-wrapper {
  border-bottom: 3px solid #e7e7e7;
}

#page-content .page-content .right-column .module .heading-wrapper h3 {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 12px;
  margin-bottom: -3px;
  border-bottom: 3px solid #0075be;
}

#page-content .page-content .right-column .module .content-wrapper {
  margin-top: 12px;
}

#page-content .page-content .right-column .module .content-wrapper ul {
  padding: 0 0 0 17px;
}

#page-content .page-content .right-column .module .content-wrapper ul li a {
  color: #000;
}

#page-content .page-content .right-column .module .content-wrapper ul li a:hover {
  color: #0075be;
  text-decoration: none;
}

.modal-footer .zaboravljena-lozinka {
  font-size: 13px;
  color: #0075be;
  border-bottom: 1px solid #0075be;
  margin-right: 20px;
}

.modal-footer .zaboravljena-lozinka:hover {
  text-decoration: none;
}

#modal-pretraga .modal-body {
  padding: 32px 32px 7px 32px;
}

@media (max-width: 576px) {
  #modal-pretraga .modal-body {
    padding: 20px 20px 7px 20px;
  }
}

#modal-pretraga .modal-body .input-group {
  margin-bottom: 3px;
}

.modal-body .napredno-pretrazivanje {
  font-size: 13px;
  margin: 20px 0 15px 0;
}

.modal-body .napredno-pretrazivanje a {
  font-size: 13px;
  color: #0075be;
  text-decoration: none;
  border-bottom: 1px solid #0075be;
}

.modal-body .napredno-pretrazivanje a:hover {
  border-bottom: none;
}

.btn {
  border-radius: 0;
}

.form-control {
  border-radius: 0;
}

.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
  border-radius: 0;
}

.slider-small-column {
}

.slider-small-column div a {
  display: flex;
  margin: 10px 0;
  align-items: center;
}

.slider-small-column div a .image-wrapper {
  width: 115px;
  margin-right: 15px;
}

.slider-small-column div a h3 {
  font-size: 15px;
  color: #000000;
  margin: 0;
  padding-right: 5px;
  font-weight: 500;
  width: calc(100% - 115px);
}

.slider-small-column div a:hover {
  text-decoration: none;
}

.slider-small-column div a:hover h3 {
  color: #0075BE;
}

.navbar-toggler {
  border-radius: 0;
}

.navigation-clean .navbar-toggler {
  border-color: #7F7F7F;
  outline: none;
}

@media only screen and (max-width: 991px) {
  #bellow-header .icons {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 991px) {
  #bellow-header .icons a {
    margin-left: 0;
    margin-right: 10px;
  }
}

#minicart {
  display: none;
  position: absolute;
  top: 45px;
  right: -1px;
  width: 270px;
  max-height: 560px;
  z-index: 999;
  box-shadow: 0 4px 25px rgba(0,0,0,.1);
  padding: 15px;
  background-color: #fff;
  overflow-y: auto;
}

#minicart::-webkit-scrollbar {
  width: 7px;
}

#minicart::-webkit-scrollbar-thumb {
  background: #bebebe;
}

#minicart > div {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

#minicart > div:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

#minicart h4 {
  font-size: 14px;
  font-weight: 400;
}

#minicart h4 a {
  color: #0075BE;
}

#minicart h4 a:hover {
  color: #0075BE;
  text-decoration: none;
}

#minicart .minicart-heading {
  padding-left: 0;
}

#minicart .minicart-delete-price {
  margin-top: 10px;
}

#minicart .minicart-price {
  font-size: 14px;
  font-weight: 600;
  padding-left: 0;
}

#minicart .minicart-amount {
  width: 50px;
  text-align: center;
  border-radius: 0;
  border: 1px solid #CED4DA;
  outline: none;
}

#minicart .minicart-remove {
  padding-top: 1px;
  padding-right: 0;
  font-size: 13px;
}

#minicart .minicart-remove a:hover {
  border-bottom: 2px solid #C42C12;
  text-decoration: none;
  color: #C42C12;
}

#minicart .minicart-total {
  font-weight: 600;
}

#minicart .minicart-total-text {
  padding-right: 0;
}

#minicart .minicart-total-amount {
  padding-left: 0;
  font-size: 16px;
}

.shop-tabs-nav {
  margin-top: 30px;
}

.nav-tabs .nav-link {
  border-top-left-radius: 0;
  border-top-right-radius: .0;
  color: #0075BE;
}

.nav-tabs .nav-link.active {
  color: #000;
  font-weight: 500;
}

.alert {
  border-radius: 0;
  font-size: 14px;
}

.alert-primary {
  color: #000;
  background-color: #F8F9FA;
  border-color: #ccc;
}

.alert-link:hover {
  text-decoration: none;
  border-bottom: 2px solid #002752;
}

.text-secondary {
  color: #000 !important;
}

.multi-alert span {
  display: block;
}

.jumbotron {
  border-radius: 0;
}

.nav-pills .nav-item {
  margin-right: -1px;
  margin-bottom: -1px;
}

.nav-pills .nav-link {
  border-radius: 0;
  background-color: #fff;
  color: #0075BE;
  border: 1px solid #0075BE;
}

.nav-pills .nav-link:hover {
  color: #000;
}

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

.table-bordered {
  border: none;
}

.shop-item {
  margin: 20px 0;
}

.shop-casopis table {
  font-size: 13px;
}

.shop-casopis table td {
  vertical-align: middle;
}

.shop-casopis table .casopis-pretplata {
  color: #C42C12;
  font-weight: 600;
  text-transform: uppercase;
}

.text-bold {
  font-weight: 500;
}

.shop-casopis table .border-top-double {
  border-top: 3px solid #DEE2E6;
}

.shop-casopis table td select {
  border-radius: 0;
  border: 1px solid #CED4DA;
  outline: none;
  min-width: 45px;
}

.shop-item-small-note {
  font-size: 13px;
  margin-bottom: 30px;
}

.shop-item-small-note a:hover {
  color: #C42C12;
  text-decoration: none;
  border-bottom: 2px solid #C42C12;
}

.blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blocks .block {
  width: 49%;
  border: 1px solid #CED4DA;
  padding: 15px;
  margin-bottom: 2%;
  position: relative;
}

.blocks .block.block-full-width {
  width: 100%;
}

@media (max-width: 640px) {
  .blocks .block {
    width: 100%;
  }
}

.blocks .block .status-icon {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 18px;
}

.blocks .block .status-icon .fa-lock {
  color: #ff7200;
}

.blocks .block .status-icon .fa-unlock-alt {
  color: #15af00;
}

.blocks .block h5 {
  font-size: 18px;
  margin-bottom: 3px;
}

.blocks .block h5 a {
  color: #000;
}

.blocks .block h5 a:hover {
  color: #0075BE;
  text-decoration: none;
}

.blocks .block .badge-secondary {
  font-size: 12px;
  border-radius: 0;
  font-weight: 400;
  padding: 4px 10px;
  background-color: #C42C12;
  letter-spacing: 0.04em;
  margin-bottom: 5px;
  color: #fff;
}

.blocks .block .date {
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: 400;
}

.blocks .block .date i {
  font-size: 12px;
  color: #A2A2A2;
  position: relative;
  top: -1px;
  margin-right: 3px;
}

.pagination-wrapper .pagination {
  float: right;
}

.pagination-wrapper:after {
  display: table;
  content: "";
  clear: both;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-sm .page-link {
  padding: .15rem .6rem;
  font-size: .875rem;
  line-height: 1.6;
}

.page-item .page-link {
  color: #0075BE;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0075BE;
  border-color: #0075BE;
}

.wallpaper-banners {
  position: fixed;
  top: 125px;
  z-index: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 1880px) {
  .wallpaper-banners {
    display: none;
  }
}

.wallpaper-banners .wallpaper-left {
  position: absolute;
  top: 0;
  left: 0;
}

.wallpaper-banners .wallpaper-right {
  position: absolute;
  top: 0;
  right: 0;
}

.billboard-banner {
  text-align: center;
  padding: 0 15px;
}

.billboard-banner.banner-home {
  margin-top: 10px;
}

.billboard-banner.banner-home-bottom {
  margin-top: 20px;
  margin-bottom: -10px;
}

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

.halfpage-banner {
  text-align: center;
  padding: 0;
  margin-bottom: 33px;
}

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

.rectangle-banner {
  text-align: center;
  padding: 0;
  margin-bottom: 33px;
}

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

.slider-column .bx-wrapper {
  margin-bottom: 20px;
}

#home-podrucja .podrucje-banner {
  padding: 0;
  height: 100%;
}

#home-podrucja .podrucje-banner img {
  max-width: 100%;
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0,0,0,.03);
}

.casopis-item {
  border-bottom: 1px solid #A2A2A2;
}

.casopis-title a, .casopis-title span {
  display: block;
}

.casopis-title a, .casopis-title .month {
  margin: 2px 0 3px 0;
}

.casopis-title .month {
  font-weight: 500;
}

.casopis-title a {
  font-weight: 600;
  color: #0075BE;
  text-decoration: none;
  margin-top: -2px;
}

.casopis-title a:hover {
  color: #000;
}

.casopis-title .prilog {
  font-size: 13px;
  color: #000 !important;
}

.casopis-cijena span {
  display: block;
  margin-top: -3px;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 600;
}

.casopis-cijena button i {
  margin-right: 6px;
}

.casopis-year {
  margin-top: 25px;
  margin-bottom: 21px;
  padding-left: 12px;
  font-weight: 600;
}

.h1-small {
  font-size: 28px;
}

.alert-link span i {
  font-size: 18px;
  margin-right: 7px;
}

.clanak-wrapper table ol {
  padding-left: 17px;
}

.clanak-img {
  max-width: 300px;
  margin: 0 auto;
  padding-top: 10px;
}

@media (max-width: 576px) {
  .clanak-img {
    margin: 15px auto 25px auto;
  }
}

.clanak-title-link {
  color: #0075BE;
  text-decoration: none;
}

.clanak-title-link:hover {
  color: #000;
  text-decoration: none;
}

.clanak-mjesec label {
  margin-right: 7px;
}

.clanak-mjesec select {
  border-radius: 0;
  cursor: pointer;
  position: relative;
  top: 1px;
}

.clanci-flags img {
  margin-left: 15px;
  cursor: pointer;
}

.clanci-buy-box {
  padding-top: 12px;
  padding-bottom: 17px;
  border-top: 3px solid #0075BE;
  border-bottom: 3px solid #0075BE;
}

.clanci-buy-box .buy-clanci span:not(:last-of-type) {
  margin-right: 12px;
}

.clanci-buy-box .buy-clanci .clanci-price {
  font-size: large;
}

.clanci-buy-box .buy-clanci {
  flex-basis: 100%;
  flex-wrap: wrap;
  display: flex;
}

.clanci-buy-box .buy-clanci span:last-of-type {
  width: 100%;
  margin-left: auto;
  padding-top: 5px;
}

@media only screen and (max-width: 360px) {
  .clanci-buy-box .buy-clanci {
    flex-basis: 100%;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 360px) {
  .clanci-buy-box .buy-clanci span:last-of-type {
    width: auto;
    margin-left: auto;
    padding-top: 5px;
  }
}

@media only screen and (max-width: 360px) {
  .clanci-buy-box {
    margin-top: 20px;
  }
}

.clanci-buy-box .buy-clanci span i {
  margin-right: 6px;
}

.clanci-image .btn {
  border-bottom-color: #e2e6ea;
}

.clanci-image .btn i {
  top: 3px;
  position: relative;
  margin-right: 7px;
}

.clanci-details {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E7E7E7;
}

.clanci-details h5 {
  font-size: 1.15rem;
}

.clanci-details h5 a {
  color: #000;
}

.clanci-details h5 a:hover {
  color: #0075BE;
  text-decoration: none;
}

.clanci-details .badge {
  font-size: 13px;
  font-weight: 400;
  border-radius: 0;
  padding: 5px 8px;
}

.clanci-details .badge.badge-danger {
  background-color: #C42C12;
}

.tooltip-inner {
  border-radius: 0;
  padding: 6px 10px 7px 10px;
  font-weight: 400;
}

.tooltip-inner hr {
  color: #ddd;
  background-color: #fff;
  margin: 6px 0;
  padding: 0;
  opacity: 0.4;
}

.clanci-details i {
  cursor: pointer;
  font-size: 18px;
  color: #0075BE;
  margin-left: 15px;
}

.clanci-details .fa-question-circle-o, .clanci-details .fa-arrow-circle-right {
  font-size: 22px;
  position: relative;
  top: 1px;
}

.prev-next a {
  color: #0075BE;
  border: 1px solid #0075BE;
  padding: 4px 8px;
  font-size: 14px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.prev-next a:hover {
  color: #fff;
  background-color: #0075BE;
  text-decoration: none;
}

.prev-next a.inactive {
  color: #aaa;
  border: 1px solid #DEE2E6;
  padding: 4px 8px;
  font-size: 14px;
}

.prev-next a.inactive:hover {
  color: #aaa;
  border: 1px solid #DEE2E6;
  text-decoration: none;
  cursor: default;
  background-color: #fff;
}

.knjizara-search {
}

@media only screen and (max-width: 3000px) {
  .knjizara-search {
    width: 395px !important;
  }
}

@media only screen and (max-width: 1300px) {
  .knjizara-search {
    width: 350px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .form-knjizara-search label {
    width: 100% !important;
    text-align: left;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -ms-flex-align: left;
    align-items: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
}

@media only screen and (max-width: 1200px) {
  .knjizara-search {
    width: 100% !important;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 576px) {
  .form-knjizara-search button {
    margin-top: 20px !important;
  }
}

.table-responsive.table-bottom-0 table {
  margin-bottom: 0;
}

.prijavnica-za-webinar {
  margin-top: 41px;
  padding: 30px;
  border: 1px solid #0075BD;
}

.form-control.secure-word {
  width: 40px;
  text-align: center;
  display: inline-block;
}

@media only screen and (max-width: 576px) {
  .prijavnica-za-webinar .btn.btn-success.btn-lg {
    margin-bottom: 30px;
  }
}

.sidebar-images a {
  width: 48%;
}

.tabs-baza-znanja .tab-pane {
  padding-top: 20px;
}

.tabs-baza-znanja .nav-tabs {
  border-bottom: none;
}

.tabs-baza-znanja .nav-tabs .nav-link {
  border-color: #0075BE #0075BE #0075BE;
  padding: .5rem 0.8rem;
  margin-left: -1px;
}

.tabs-baza-znanja .nav-tabs .nav-item:first-of-type .nav-link {
  margin-left: 0;
}

.tabs-baza-znanja .nav-tabs .nav-link.pomoc {
  font-size: 20px;
  padding: .24rem 0.8rem;
}

.tabs-baza-znanja .nav-tabs .nav-link:hover {
  color: #000;
}

.tabs-baza-znanja .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #0075BE;
  font-weight: 400;
  border-color: #0075BE #0075BE #0075BE;
}

.rezultati-pretrazivanja .block img {
  margin-top: 2px;
}

select .category {
  font-weight: bold;
}

.form-control.podrucje {
  padding-left: .5rem;
}

@media (max-width:960px) {
  .fixed-top {
    top: 110px;
  }
}

.group-separator {
  background-color: #E5E5E5;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 5px 5px 5px 15px;
  font-weight: 600;
}

.casopisi-home {
}

.casopisi-home > span {
  background-color: #F1F1F1;
  width: 100%;
  display: block;
  padding: 25px 67px;
  min-height: 558px;
}

@media (max-width:1200px) {
  .casopisi-home > span {
    padding: 25px 25px;
  }
}

@media (max-width:990px) {
  .casopisi-home > span {
    min-height: auto;
  }
}

.casopisi-home .casopisi-label {
  background-color: #C42C12;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  padding: 4px 8px;
  line-height: 18px;
  text-decoration: none;
}

@media (max-width:991px) {
  .casopisi-home .casopisi-wrapper {
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width:991px) {
  .casopisi-home .casopisi-wrapper a {
    width: 48%;
  }
}

.casopisi-home a {
  display: block;
  margin-top: 20px;
}

#theme-toggle {
  width: 37px !important;
  height: 37px !important;
  color: #202020;
  position: relative;
  top: -2px;
  margin-left: 15px;
  cursor: pointer;
}

/* DARK THEME css */

body.dark {
  background-color: #1a1a1a;
  color: #fff;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.dark #header {
  background-color: #141414;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.dark #page-content .page-content .right-column .module .content-wrapper ul li a {
  color: #fff;
}

.dark #page-content .page-content .right-column .module .content-wrapper ul li a:hover {
  color: #0075BE;
}

.dark .navigation-clean {
  background: #141414;
}

.dark header .header-bottom .navbar-light .navbar-nav .nav-link {
  color: #fff;
}

.dark #theme-toggle {
  color: #e2e2e2;
}

.dark .shadow {
  box-shadow: rgba(0, 0, 0, 0.6) 0px 10px 20px !important;
}

.dark .navigation-clean .navbar-nav > li > .dropdown-menu {
  background-color: #141414;
}

.dark .navigation-clean .dropdown-menu .dropdown-item:focus, .dark .navigation-clean .dropdown-menu .dropdown-item {
  color: #fff;
}

.dark .modal-content {
  background-color: #141414;
}

.dark .form-control {
  color: #c0c0c0;
  background-color: #242424;
  border: 1px solid #2c2c2c;
}

.dark .form-control:focus {
  color: #c0c0c0;
  background-color: #000;
}

.dark header .newsletter a {
  color: #fff;
}

.dark hr {
  border-top: 1px solid rgba(255,255,255,0.1);
}

.dark header .newsletter, .dark header .cart-icon {
  border-left: 1px solid rgba(255,255,255,0.1);
  border-right: 1px solid rgba(255,255,255,0.1);
}

.dark #bellow-header .icons a {
  border: 1px solid rgba(255,255,255,0.1);
}

.dark #bellow-header .icons a:hover {
  border: 1px solid rgb(0, 117, 190);
}

.dark #page-content .page-content .right-column .module .heading-wrapper {
  border-bottom: 3px solid #2C2C2C;
}

.dark .bx-wrapper {
  background: #1A1A1A;
}

.dark .slider-small-column div a h3 {
  color: #fff;
}

.dark .slider-small-column div a:hover h3 {
  color: #0075BE;
}

.dark footer .share-wrapper .addthis_inline_share_toolbox {
  background-color: #101010;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px !important;
}

.dark footer {
  background-color: #141414;
}

.dark footer .footer-links ul li a {
  color: #ddd;
}

.dark #home-slider .bx-wrapper, .dark .casopisi-home > span {
  background-color: #101010;
}

.dark #home-podrucja .podrucje h3 a, .dark #home-podrucja .podrucje ul li a, .dark #home-slider .bx-wrapper .slider div a h3, .dark #home-slider .bx-wrapper .slider div a p, .dark #home-podrucja-bottom .podrucje h3 a, .dark #home-podrucja-bottom .podrucje ul li a {
  color: #fff;
}

.dark #home-podrucja .podrucje h3 a:hover, .dark #home-podrucja .podrucje ul li a:hover, .dark #home-podrucja-bottom .podrucje h3 a:hover, .dark #home-podrucja-bottom .podrucje ul li a:hover {
  color: #0075BE;
}

.dark #home-podrucja-bottom .podrucje h3 {
  border-bottom: 1px solid #fff;
}

.dark #minicart {
  box-shadow: rgba(0, 0, 0, 0.8) 0px 4px 25px;
  background-color: #141414;
}

.dark #minicart .minicart-amount {
  border: 1px solid #2c2c2c;
  background-color: #242424;
  color: #c0c0c0;
}

.dark #minicart > div {
  border-bottom: 1px solid #2c2c2c;
}

.dark #minicart > div:last-of-type {
  border-bottom: none;
}

.dark .navbar-light .navbar-toggler-icon {
  filter: invert(1);
}

@media (max-width: 767px) {
  .dark .navigation-clean .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #b3b3b3;
  }
}

@media only screen and (max-width: 768px) {
  .dark header .prijava {
    border-left: 1px solid #2c2c2c;
  }
}

.dark .modal-footer {
  border-top: 1px solid #2c2c2c;
}

.dark .alert-primary {
  color: #fff;
  background-color: #101010;
  border-color: #2c2c2c;
}

.dark .alert-primary .alert-link {
  color: #0075BE;
}

.dark .table td, .dark .table th {
  border-top: 1px solid #2c2c2c;
}

.dark .table thead th {
  border-bottom: 2px solid #2c2c2c;
}

.dark .casopis-title a:hover {
  color: #fff;
}

.dark .table {
  color: #cacaca;
}

.dark .table tr:hover td {
  color: #cacaca;
}

.dark .casopis-title .prilog {
  color: #fff !important;
}

.dark .casopis-item {
  border-bottom: 1px solid #7a7a7a;
}

.dark .tooltip-inner {
  background-color: #fff;
  color: #000;
}

.dark .tooltip-arrow {
  border-top-color: #fff;
}

.dark .bs-tooltip-auto[x-placement^=top] .arrow::before, .dark .bs-tooltip-top .arrow::before {
  border-top-color: #fff;
}

.dark .tooltip-inner hr {
  border-top: 1px solid rgba(0,0,0,0.5);
}

.dark .clanci-details h5 a {
  color: #fff;
}

.dark .clanci-details h5 a:hover {
  color: #0075BE;
}

.dark .clanci-details {
  border-bottom: 1px solid #313131;
}

.dark .custom-select {
  color: #c0c0c0;
  vertical-align: middle;
  background-color: #242424;
  border: 1px solid #2c2c2c;
}

.dark .group-separator {
  background-color: #101010;
  color: #c0c0c0;
}

.dark .blocks .block h5 a {
  color: #fff;
}

.dark .blocks .block h5 a:hover {
  color: #0075BE;
}

.dark .blocks .block {
  border: 1px solid #313131;
}

.dark .page-link {
  background-color: #101010;
  border: 1px solid #101010;
}

.dark .page-link:hover {
  color: #fff;
}

.dark .tabs-baza-znanja .nav-tabs .nav-link:hover {
  color: #fff;
}

.dark .nav-pills .nav-link {
  background-color: #101010;
  color: #0075BE;
}

.dark .nav-pills .nav-link:hover {
  color: #fff;
}

.dark .nav-pills .nav-link.active {
  background-color: #0075BE;
  color: #fff;
}

.dark .bg-light {
  background-color: #101010 !important;
  border-color: #2C2C2C !important;
}

.dark .prev-next a.inactive, .dark .prev-next a.inactive:hover {
  background-color: #1A1A1A;
  border: 1px solid #2C2C2C;
  color: #999;
}

.dark .text-secondary {
  color: #fff !important;
}

.dark .table-bordered td, .dark .table-bordered th {
  border: 1px solid #2c2c2c;
}

.dark .shop-casopis table td select {
  border: 1px solid #2C2C2C !important;
  background-color: #242424 !important;
  color: #fff;
}

.dark .shop-casopis table td select:focus {
  background-color: #000 !important;
}

.dark .breadcrumbs a:hover {
  color: #fff;
}

.dark .breadcrumbs a:after {
  color: #fff;
}

.dark .form-control:focus {
  color: #c0c0c0;
  background-color: #000;
}

.dark #minicart .minicart-amount:focus {
  background-color: #000;
}

.kratki-pregled:hover {
  text-decoration: none;
}

.kupi-izdanja {
  border: 1px solid #000;
  padding: 15px;
  margin-top: 15px;
}

.dark .kupi-izdanja {
  border: 1px solid #2C2C2C;
}

.kupi-izdanja h6 {
  font-weight: 400;
}

.kupi-izdanja span strong {
  font-size: 16px;
}

.kupi-izdanja button i {
  margin-right: 6px;
}

.table-casopis .fa-check {
  color: #15af00;
  font-size: 18px;
}

.table-casopis .fa-minus, .table-casopis .fa-close {
  color: #c5c5c5;
  font-size: 18px;
  top: 1px;
  position: relative;
}

.table-casopis caption {
  font-size: 13px;
}

#hero {
  background-image: url(../../assets/img/hero-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 71vh;
}

@media (max-width: 576px) {
  #hero {
    background-position: center 60px;
    height: 75vh;
  }
}

#hero h2 {
  margin-top: 110px;
  font-size: 65px;
  font-weight: 900;
  max-width: 500px;
  color: #0075be;
  line-height: 130%;
  margin-bottom: 60px;
}

@media (max-width: 992px) {
  #hero h2 {
    margin-top: 60px;
    font-size: 50px;
    max-width: 400px;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    margin-top: 50px;
    font-size: 38px;
    max-width: 300px;
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  #hero h2 {
    margin-top: 25px;
    font-size: 30px;
    max-width: 100%;
    margin-bottom: 25px;
  }
}

#hero img {
  width: 143px;
  height: auto;
}

#hero h2 strong {
  color: #fbc343;
  text-transform: uppercase;
}

#hero-bottom {
  background-color: #324d94;
  color: #fff;
  text-align: center;
  padding: 40px 0 40px 0;
}

#hero-bottom h3 {
  font-size: 30px;
  line-height: 130%;
}

#hero-bottom p {
  font-size: 18px;
}

#hero-bottom .btn {
  margin-top: 10px;
  margin-bottom: -90px;
  font-size: 30px;
  font-weight: 600;
  padding: 15px 50px;
}

#features {
  background-color: #e3e9f9;
  padding-top: 110px;
  padding-bottom: 65px;
  text-align: center;
}

@media (max-width: 576px) {
  #features {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}

#features h3 {
  font-size: 30px;
  margin-bottom: 40px;
  line-height: 130%;
}

@media (max-width: 576px) {
  #features h3 {
    text-align: left;
  }
}

#features .list-item {
  margin-bottom: 10px;
  text-align: left;
  padding-right: 55px;
  display: flex!important;
  align-items: flex-start!important;
}

@media (max-width: 992px) {
  #features .list-item {
    padding-right: 35px;
  }
}

@media (max-width: 768px) {
  #features .list-item {
    padding-right: 10px;
  }
}

#features .list-item .green-bullet {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

#features .list-item span {
  font-size: 16px;
}

#izdanja {
  background-color: #f6f7fc;
  padding-top: 60px;
  padding-bottom: 50px;
}

@media (max-width: 576px) {
  #izdanja {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

#izdanja .nav-tabs {
  border-bottom: none !important;
}

#izdanja .nav-tabs .nav-link {
  border: none !important;
  background-color: transparent !important;
  border-bottom: 7px solid transparent !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  font-size: 26px;
  font-weight: 600;
  color: #000;
  padding-bottom: 17px;
}

@media (max-width: 992px) {
  #izdanja .nav-tabs .nav-link {
    font-size: 19px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 768px) {
  #izdanja .nav-tabs {
    display: block;
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {
  body #izdanja .nav-tabs .tab-1 .nav-link, body #izdanja .nav-tabs .tab-2 .nav-link, body #izdanja .nav-tabs .tab-3 .nav-link, body #izdanja .nav-tabs .tab-1 .nav-link.active, body #izdanja .nav-tabs .tab-2 .nav-link.active, body #izdanja .nav-tabs .tab-3 .nav-link.active {
    border-bottom: none !important;
  }
}

@media (max-width: 768px) {
  #izdanja .nav-tabs .nav-link img {
    width: 69.5px;
    height: auto;
    margin: 0 auto 8px auto !important;
  }
}

@media (max-width: 768px) {
  #izdanja .tab-content .tab-pane {
    padding-top: 30px !important;
  }
}

@media (max-width: 768px) {
  #izdanja .tab-content #tab-1 {
    border-top: 5px solid #c77332 !important;
  }
}

@media (max-width: 768px) {
  #izdanja .tab-content #tab-2 {
    border-top: 5px solid #0ABFA3 !important;
  }
}

@media (max-width: 768px) {
  #izdanja .tab-content #tab-3 {
    border-top: 5px solid #F25718 !important;
  }
}

#izdanja .nav-tabs .tab-1 .nav-link {
  color: #c77332;
}

#izdanja .nav-tabs .tab-2 .nav-link {
  color: #0abfa3;
}

#izdanja .nav-tabs .tab-3 .nav-link {
  color: #f25718;
}

#izdanja .nav-tabs .nav-link.active {
  background-color: transparent !important;
  border: none !important;
}

#izdanja .nav-tabs .tab-1 .nav-link.active {
  border-bottom: 7px solid #c77332 !important;
  color: #c77332;
}

#izdanja .nav-tabs .tab-2 .nav-link.active {
  border-bottom: 7px solid #0abfa3 !important;
  color: #0abfa3;
}

#izdanja .nav-tabs .tab-3 .nav-link.active {
  border-bottom: 7px solid #f25718 !important;
  color: #f25718;
}

#izdanja .nav-tabs .nav-link img {
  display: block;
  margin: 0 auto 20px auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 576px) {
  #izdanja .nav-tabs .nav-link {
    padding-bottom: 0px;
    text-align: left;
  }
}

@media (max-width: 576px) {
  #izdanja .nav-tabs .nav-link img {
    display: inline-block;
    margin-right: 15px !important;
    width: 46.3px;
  }
}

#izdanja .nav-tabs .nav-link:hover img {
  margin-top: -10px;
  margin-bottom: 30px;
}

#izdanja .tab-content {
  margin-top: -3px;
}

#izdanja .tab-content .tab-pane {
  font-size: 20px;
  line-height: 150%;
  padding-top: 40px;
  text-align: center;
  border-top: 1px solid transparent;
}

#izdanja .tab-content #tab-1 {
  border-top: 1px solid #c77332;
}

#izdanja .tab-content #tab-2 {
  border-top: 1px solid #0abfa3;
}

#izdanja .tab-content #tab-3 {
  border-top: 1px solid #f25718;
}

#izdanja .tab-content .tab-pane ul {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}

@media (max-width: 576px) {
  #izdanja .tab-content .tab-pane ul {
    text-align: left;
  }
}

#izdanja .tab-content .tab-pane li {
  line-height: 160%;
}

#infografika {
  padding-top: 65px;
  padding-bottom: 65px;
}

@media (max-width: 576px) {
  #infografika {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}

#usporedba {
  padding-top: 0;
  padding-bottom: 40px;
}

@media (max-width: 576px) {
  #usporedba {
    padding-bottom: 30px;
  }
}

#usporedba h2 {
  padding-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  line-height: 130%;
  color: #0075BE;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

@media (max-width: 576px) {
  #usporedba h2 {
    font-size: 28px;
    text-align: left;
  }
}

#usporedba h2:hover {
  color: #000;
}

/* #usporedba h2[aria-expanded="true"] {
  font-weight: 500;
} */

#usporedba h2 svg {
  margin-left: 10px;
}

#usporedba h2 em {
  font-style: normal;
  display: inline-block;
  padding-left: 10px;
  font-size: 40px;
  position: relative;
  bottom: -3px;
}

@media (max-width: 576px) {
  #usporedba h2 em {
    font-size: 32px;
    padding-left: 5px;
  }
}

#pretplata-bottom {
  background-color: #F6F7FC;
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 576px) {
  #pretplata-bottom {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

#pretplata-bottom table td {
  background-color: #fff;
}

#pretplata-bottom .btn {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 600;
  padding: 15px 50px;
}

#pretplata-bottom .button-bottom {
  text-align: center;
  margin-top: 20px;
}

