.home-slide2 h3 {
  font-size: 3em;
}

.login-container .heading .title {
  margin-bottom: 0;
  font-size: 2.2rem;
  letter-spacing: -0.01em;
}

.login-container .custom-checkbox .custom-control-label:after {
  top: 1px;
}
.bg-black {
  background-color: #000;
}
.bg-red {
  background-color: #eb0035;
}
.color-red {
  color: #eb0035 !important;
}
.main-nav .menu > li.active > a.crni_petak, .main-nav .menu > li:hover > a.crni_petak{
  background: #000;
  text-decoration: underline;
}
 

.btn-red {
  background-color: #eb0035;
  color: #fff;
}
.btn-red:hover{
  color: #eb0035;
  border-color: #eb0035;
  background-color: #fff;
}
.login-container form {
  margin-bottom: 64px;
}

.login-container form label {
  margin-bottom: 0.7rem;
  color: #777;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.login-container form .form-input {
  margin-bottom: 1.7rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  border-color: #e7e7e7;
  line-height: 32px;
}

.login-container form .btn {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
}

.login-container form .form-footer {
  margin-top: 1.8rem;
  margin-bottom: 2.8rem;
}

.login-container .custom-checkbox {
  margin-top: 1px;
  padding-left: 2.5rem;
}

.login-container .custom-checkbox .custom-control-label {
  margin-top: 2px;
  font-size: 1.2rem;
}

.login-container .forget-password {
  font-size: 1.4rem;
  font-weight: 600;
}

.login-container .forget-password:hover {
  text-decoration: underline;
}

.login-container .col-md-6:first-child .form-footer {
  margin-top: 1.3rem;
}

.login-register-form {
  width: 50% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.no-cap {
  text-transform: unset !important;
}

.default-color {
  color: #1F3980;
}

.selected-color {
  background-color: #2385dd !important;
}

.default-bg-color {
  background-color: #1F3980 !important;
}

.grey-bg-color {
  background-color: #f6f7f9 !important;
}

input[type="radio"] {
  accent-color: #1F3980;
}

input[type="checkbox"] {
  accent-color: #1F3980;
}

.cursor-pointer {
  cursor: pointer !important;
}

#edit .btn {
  margin-top: 2.7rem !important;
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}

.h1-h2 {
  font-size: 3rem !important;
  font-weight: 700 !important;
}
.bg-transparent {
  background-color: transparent !important;
}

/* Chrome, Safari, Edge, Opera */
.number-input-no-arrow::-webkit-outer-spin-button,
.number-input-no-arrow::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* Firefox */
.number-input-no-arrow[type="number"] {
  -moz-appearance: textfield !important;
}

main > .container.bg-transparent:before {
  background-color: transparent !important;
}

.cookie-container {
  width: 100%;
  z-index: 99;
  position: fixed;
  right: 0;
  background: #f6f7f9;
  color: #687176;
  padding: 1rem 2rem 1rem 2rem;
  font-size: 1.8rem;
  transition: 400ms;

  box-shadow: 0 -2px 16px rgba(45, 54, 64, 0.5);
  bottom: -100%;
}

.cookie-container.active {
  bottom: 0;
}

.cookie-container a {
  color: #1F3980;
  text-decoration: none;
  margin: 0 0.3em;
}

.cookie-btn {
  border: 0;
  padding: 0.1em 0.25em;
  font-size: 1.4em;
  border-radius: 50%;
  color: #1F3980;
  cursor: pointer;
}

.imgIconCateg {
  height: 25px !important;
  width: 25px !important;
  /* object-fit: contain !important; */
  margin-right: 3px !important;
}

.unavailable {
  color: #c2c2c2;
}

.table.table-totals tfoot tr td:last-child {
  font-size: 18px;
  padding-right: 0;
}

.table.table-totals tfoot tr td {
  font-size: 20px;
}

.order-table-container .btn-dark {
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  min-width: 0px;
}

.brands-slider .owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
}

.footer-bank-logos a {
  margin-right: 5px;
}

.footer-bank-logos img {
  height: 33px;
}
.footer-bank-logos img.visa {
  height: 30px;
}

.price-small-box .product-price,
.price-small-box .old-price {
  font-size: 1.3rem;
  text-align: center;
}

.product-default .product-label.label-hot,
.product-single-gallery .product-label.label-hot {
  background-color: #2ba968;
}

.product-single-details .popust-price {
  color: #222529;
  font-size: 2.2rem;
}

.containerBlockWhite {
  background-color: white;
  padding: 2rem 3rem 1.4rem !important;
}

.dodatne_informacije_tbl th {
  width: 200px;
}

#sanovitagift {
  height: 300px;
  /* background-color: #fdeff4; */
  font-family: "Open Sans", sans-serif;
  position: relative;
}

#sanovitagift .banner-img {
  width: 350px;
  height: 284px;
  background-size: cover;
  float: right;
  margin-right: 7%;
  background-image: url("/assets/website/images/gift.png");
}

#sanovitagift .content {
  position: relative;
  height: 300px;
}

#sanovitagift .content .absolute {
  position: absolute;
  left: 25%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#sanovitagift .content h3 {
  font-size: 23px;
  color: #1F3980;
  margin-bottom: 0;
}

#sanovitagift .content a {
  width: 150px;
  height: 40px;
  font-size: 15px;
  background-color: #1F3980;
  color: #f6f7f9;
  padding: 0.6rem;
}

#sanovitagift .content p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}

#cart-banner-popust {
  padding: 30px;
  border: solid 2px #e7e7e7;
  font-family: "Open Sans", sans-serif;
}

#cart-banner-popust h4 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-bottom: 0.5rem;
}

#cart-banner-popust span {
  color: #f8797f;
}

#cart-banner-popust p {
  font-size: 20px;
  text-align: left;
  color: #000;
  margin-bottom: 0;
}

.post-media .post-date {
  width: auto;
  padding: 0.4rem;
}

.post-media img {
  height: 220px;
  object-fit: cover;
}

.post.single img {
  height: auto;
  max-height: 400px;
}

#post-comment .form-group {
  margin-inline: auto;
}

.product-comment {
  display: flex;
}

.product-comment .product-comment-img {
  width: 120px;
  font-size: 3rem;
}

.product-comment .product-comment-img img,
.product-comment .product-comment-img i {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}

.product-comment .comment-block {
  margin-left: 0rem;
  width: 100%;
}

.product-comment-child {
  margin-left: 120px;
}

/*----Rating Stars---*/
.rating-stars-custom .rating-stars-container {
  font-size: 0px;
}

.rating-stars-custom .rating-stars-container .rating-star {
  display: inline-block;
  font-size: 32px;
  cursor: pointer;
  padding: 5px 8px;
  color: #ebeefb;
}

.rating-stars-custom .rating-stars-container .rating-star.sm {
  display: inline-block;
  font-size: 14px;
  color: #83829c;
  cursor: pointer;
  padding: 1px;
}

.rating-stars-custom .rating-stars-container .rating-star.is--active,
.rating-stars-custom .rating-stars-container .rating-star.is--hover {
  color: #1F3980;
}

.rating-stars-custom .rating-stars-container .rating-star.is--no-hover,
.rating-stars-custom
  .rating-stars-container
  .rating-star
  .fa-heart
  .is--no-hover {
  color: #3e4b5b;
}

.rating-stars-custom input {
  display: none;
  margin: 0 auto;
  text-align: center;
  padding: 0.375rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #3d4e67;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e8ebf3;
  border-radius: 3px;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

.rating-stars-custom.star input {
  display: none;
}

#socialLogin {
  max-width: 450px;
  margin: auto;
}

#socialLogin a {
  width: 220px;
  color: #fff;
  font-size: 1.5rem;
  padding: 0.75rem 1rem;
  text-transform: capitalize;
  font-weight: 400;
}

#socialLogin a:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.popust_ne_komercijalni {
  color: #f8797f;
  font-style: italic;
  text-align: center;
}
.container-fluid.account-container {
  background-color: white;
  padding: 2rem 3rem 1.4rem;
}
.table-order.table-striped thead tr {
  background-color: white !important;
}

/* Datables */
div.dataTables_length {
  float: left;
}
div.dataTables_length select {
  padding: 0.8rem 1.2rem !important;
}

div.dataTables_filter {
  float: right;
}

div.dataTables_info {
  float: left;
}

div.dataTables_paginate {
  float: right;
}

div.DTTT {
  float: left;
  margin-right: 50px;
}

div.buttons {
  clear: both;
}
.bootstrap-datetimepicker-widget .collapse.in {
  display: block;
}
.customDataTable thead tr {
  background-color: white !important;
}
/* End Datables */
.filter_par_select {
  height: 4rem !important;
  cursor: pointer;
}

/* Partner pages*/
.logo_top_menu img {
  height: 28px;
  margin-right: 10px;
}
.partner_active .top-message {
  line-height: 28px;
}
.partner_active .header-middle .logo {
  display: none;
}
.partner_header {
  text-align: center;
  color: #777;
  font-size: 1.2rem;
  width: 100%;
  cursor: pointer;
}
.partner_header img {
  width: 7rem;
  height: 7rem;
  object-position: top center;
  border-radius: 50%;
  object-position: center;
  object-fit: cover;
  margin-right: 7px;
}
.partner_header .name {
  font-weight: bold;
  font-size: 1.6rem;
  color: #000;
}

.partner_header_sticky {
  text-align: center;
  color: #000;
  font-size: 1rem;
  width: 100%;
  cursor: pointer;
}
.partner_header_sticky img {
  width: 4.8rem;
  height: 4.8rem;
  object-position: top center;
  border-radius: 50%;
  object-position: center;
  object-fit: cover;
  margin-right: 5px;
}
.partner_header_sticky .name {
  font-weight: bold;
  font-size: 1.5rem;
  color: #fff;
}
.parter_cta {
  display: flex;
}
.parter_cta .info-box {
  margin-top: 35px;
  margin-bottom: 25px;
}
.partner_image_modal {
  width: 150px;
  height: 150px;
  min-height: 150px;
  min-width: 150px;
  object-position: top center;
  border-radius: 50%;
  object-position: center;
  object-fit: cover;
}
.home_partner {
  margin-right: 5rem;
  text-align: center;
}
.home_partner img {
  margin-bottom: 1.5rem;
  margin: auto;
}
.partner_home_intro_text .testimonial-title {
  margin-top: 2rem;
}
.partner_home_intro_text_title {
  text-transform: uppercase;
  display: block;
  color: #666;
  font-size: 1.2rem;
  letter-spacing: 0.045em;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-align: center;
}
.partner_home_intro_text {
  padding: 4rem;
  color: #666;
  letter-spacing: 0.045em;
}
.partner_home_intro_text p {
  margin-bottom: 0.2rem;
}
#parter-details .modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
}
#parter-details .modal-body {
  max-height: calc(100vh - 30px);
}
#parter-details .modal-content {
  margin-top: 10px;
  margin-bottom: 10px;
}
.downloadqr_group {
  margin-top: auto;
}
.downloadqr_group a i {
  font-size: 2.7rem;
}
.home_ba_img {
  background-color: #fff;
  width: 380px;
  height: 185px;
}

.mobile-menu-wrapper .social-icons .social-icon.fa-youtube {
  display: inline-flex !important;
}

.products-container .product-default figure img:first-child,
.product_list .product-default figure img:first-child,
.products-slider .product-default figure img:first-child,
.border-img-prod figure img:first-child,
.img-with-border,
.prod-thumbnail .owl-dot.active img,
.prod-thumbnail img:hover {
  border: 1px solid rgb(31 57 128 / 40%);
  /* border: 1px solid #1F3980; */
}
.product-single-tabs .nav.nav-tabs .nav-link.active,
.product-single-tabs .nav.nav-tabs .nav-link:hover {
  border-bottom-color: #222529;
  background-color: transparent;
}

.vasa-cena .popust-price {
  color: #fff;
}

.btn-green {
  border-color: #1F3980;
  background-color: #1F3980;
  color: #fff;
  box-shadow: none;
}

.btn-green.focus,
.btn-green:focus,
.btn-green:hover {
  border-color: #0c2265;
  background-color: #0c2265;
  color: #fff;
  box-shadow: none;
}

.text-red {
  color: #eb0035;
}

.text-blue {
  color: #1f3980;
}
.text-green {
  color: #1F3980;
}

.istaknuto {
  /* height: 100%; */
  /* display: flex;
  align-items: center; */
}

.istaknuto h2 {
  font-size: 4.2rem;
}

.istaknuto .desc {
  font-weight: 400;
  font-size: 1.5rem;
  font-family: Poppins, sans-serif;
  line-height: 1.35;
  letter-spacing: 0.005em;
  color: #222529;
  margin-bottom: 3rem;
}

.istaknuto a {
  color: #eb0035;
  text-decoration: underline;
  cursor: pointer;
  font-size: 1.8rem;
}

.istaknuto a:hover {
  /* color: #af0229; */
  font-weight: 600;
}

.istaknuto img {
  width: 100%;
}

.page-header-bg {
  padding: 12.3rem 0 12.7rem;
}

/**Megamenu*/

.menu>li>.sf-with-ul:before {
  /* border-color: transparent transparent #eb0035; */
}

.mega-menu-activator {
  position: static !important;
}

.mega-menu-activator a {
  position: relative;
}

.menu .megamenu.mega-menu-fullwidth {
  left: 0;
  z-index: 999;
  background-color: transparent;
  border: none;
  box-shadow: none;
  width: 100%;
  padding: 0 10px;
  /* display: block !important; */
}

.menu .megamenu.mega-menu-fullwidth .row>div {
  padding-top: 0;
}

.mcontent {
  display: block;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.15);
  /* border: 1px solid #eee; */
  /* border-top: 3px solid #eb0035; */
  border-top: 3px solid #fff;
  padding: 0 20px 10px 20px;
}

.megamenu img.mcontent-top-img {
  max-width: 100%;
  margin-top: 1.5rem;
  max-height: 80px;
  object-fit: contain !important;
  width: auto;
  height: auto !important;
}

.mcontent hr {
  margin: 1.5rem auto 1.2rem;
  border-color: #eb0035;
}

.mcontent-header-5imgs {
  display: flex;
  align-items: self-start;
  justify-content: center;
}

.mcontent-header-5imgs a {
  margin: 15px 7px;
}

.menu .menu_item_main {
  padding-bottom: 11px;
  font-weight: 700;
  color: #333;
  cursor: pointer;
}

.menu .menu_item_main:hover {
  text-decoration: underline;
}


.text-transform-none {
  text-transform: none !important;
}

main.products_top > .container:not(.container-not-boxed):before {
  background-color: transparent;
}
.poklon_img_place {
  position: relative;
  margin-top: 4px;
}
.poklon_promnt_text {
  color: #da5555 !important;
}

.registerform_cl .form-input {
  background-color: #f6f7f9;
}
.form_bcg_def_cl .form-input {
  background-color: #f6f7f9;
}

.table.table_order_custom td b {
  display: none;
}

.product-single-details .product-action{
  border-top: none;
  padding: 0 0 1.5rem;
}

.owl-carousel-single-product .owl-stage{display: flex;}

.product-item.video_vim{
  width: 100%;
  height: 100%;
}
.product-single-vimeo{
  width: 100%;
  height: 100%;
  text-align: center;

}


.header-contact a{
  font-size: 1.5rem;
}


/**
Safari browser
*/
.safari_browser select {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 50%;
  -webkit-appearance: none;
}

em.stara_cena {
  text-decoration: line-through;
  color: #000;
  font-size: 1.6em !important;
}

.product_global_text {
  margin-bottom: 15px;
  width: 100%;
}

.product-single-filter .filter-color li a.disabled {
  cursor: not-allowed;
  text-decoration: none;
  background-color: transparent;
  opacity: 0.35;
}

.content_sumed{

}
.content_sumed ul{
  list-style: initial !important;
  padding-left: 4rem ;
}
.content_sumed p{
  margin-bottom: 0 !important;
}


@media (max-width: 1200px) {
  .header-contact a.myphone{
    font-size: 1.3rem;
  }
  .header-contact{
    margin-right: 1.5rem;
  }
  .header-icon:not(:last-child){
    
    margin-right: 1.5rem;
  }
}

@media (max-width: 991px) {
  .sticky-header.fixed .partner_header {
    color: #000;
  }
  .sticky-header.fixed .partner_header .name {
    color: #fff;
  }
  .sticky-header.fixed .partner_header img {
    width: 5.5rem;
    height: 5.5rem;
  }
  .home_partner {
    margin-right: 0;
  }
  .dropdown-arrow:after {
    display: none;
  }
  .cart-dropdown {
    margin-right: 2.2rem;
  }
  .header-middle .header-right {
    padding-right: 0 !important;
  }
  .popustModalbtn span{
    display:  none;
  }
}

@media (max-width: 768px) {
  .footer-bank-logos .bi-logo {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer-bank-logos .bi-logo img {
    margin: auto;
  }

  #sanovitagift .banner-img {
    opacity: 0.2;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-image: url("/assets/website/images/gift.png");
  }

  #sanovitagift .content .absolute {
    left: 50%;
    width: 100%;
    text-align: center;
  }
  div.dataTables_length {
    float: none !important;
  }

  div.dataTables_filter {
    float: none !important;
  }

  .parter_cta {
    display: block;
  }
  .table.table_order_custom td {
    text-align: left;
  }
  .table.table_order_custom td b {
    display: inline;
  }
}
@media (max-width: 767px) {
  .table.table_order_custom td {
    text-align: left;
  }
  .table.table_order_custom td b {
    display: inline;
  }
}

@media (max-width: 576px) {
  .login-register-form {
    width: 90% !important;
  }

  #edit .btn {
    margin-left: unset !important;
    margin-top: 1rem !important;
    margin-bottom: 2.5rem !important;
  }

  .dodatne_informacije_tbl th {
    width: 150px;
  }

  #cart-banner-popust h4 {
    font-size: 21px;
  }

  #cart-banner-popust p {
    font-size: 17px;
  }

  .product-comment-child {
    margin-left: 60px;
  }

  .product-comment .product-comment-img img {
    width: 60px;
    margin-top: 35px;
  }

  .product-comment .product-comment-img {
    width: 100px;
  }

  .product-comment .comment-header {
    line-height: 0;
  }

  #socialLogin {
    width: 280px;
  }

  #socialLogin a {
    width: 130px;
  }
}
