.accredited {
  position: relative;
  top: 7px;
  font-size:0.875em;
  font-weight:800;
}
@media (max-width: 991.98px) {
  .accredited {
    display: none !important;
  }
}
.header-lined {
display: none;
}
.navbar-expand-xl {
    background-color: #48a087;
    border-bottom: solid white 1px;
}
.main-navbar-wrapper #mainNavbar > ul.navbar-nav > li > a {
  color: #fff;
  text-decoration: none;
}

/* Hover/focus */
.main-navbar-wrapper #mainNavbar > ul.navbar-nav > li > a:hover,
.main-navbar-wrapper #mainNavbar > ul.navbar-nav > li > a:focus {
  color: #ccc;
}
.main-navbar-wrapper {
padding-top:3px!Important;
padding-bottom:3px!Important;
}
.dropdown-item:hover { 
background-color: #aecefc!Important;
}
.product-desc {
    font-size: 1em!Important;
}
.grad1 {
padding: 40px 0;background: #323f71;
background: -webkit-linear-gradient(left top, #323f71, #4BAB95);
background: -o-linear-gradient(bottom right, #323f71, #4BAB95);
background: -moz-linear-gradient(bottom right, #323f71, #4BAB95);
background: linear-gradient(to bottom right, #323f71, #4BAB95);
margin-bottom: 9px;
}
@media (min-width: 768px) {
  .grad1 {
    padding: 60px 0;
  }
}

@media (min-width: 1200px) {
  .grad1 {
    padding: 80px 0;
  }
}
.grad1 .input-group {
  max-width: 800px;
  margin: 0 auto;
}
.grad1 .btn-primary {
  background-color: #dc3545;
  border-color: #dc3545;
  height: 48px!important;
  border-radius: 0 !important;
  margin-top:9px;
}

.grad1 .btn-primary:hover {
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.grad1 .form-control {
  border-radius: 0 !important;
  height: 48px!important;
  margin-top:9px;
}

.sidebar-menu-item-wrapper,
.sidebar-menu-item-label {
  min-width: 0;
}

#main-body {
margin-top:30px!important;
}
.domain-checker-container {
    background: none !important;
}

/* mobile */
@media (max-width: 768px) {
    .btn-add-to-cart {
        width: 100%;
    }
}

/* desktop */
@media (min-width: 769px) {
    .btn-add-to-cart {
        width: auto;
        min-width: 60%;
    }
}
.btn-add-to-cart {
    padding: 10px 18px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 6px;
    transition: all .2s ease;
    background-color: #3aa4da!important;
}
.btn-add-to-cart:hover {
    background-color: #269abc!important;
}
.featured-tlds-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr)); /* mobile */
}

@media (min-width: 768px) {
  .featured-tlds-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)); /* desktop 4 */
  }
}

@media (min-width: 1200px) {
  .featured-tlds-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr)); /* veliki desktop 5 */
  }
}
.featured-tld .price{
background-color: #48a087;
  color: #fff;
  }
  .product header {
    background: #E6F2FF!important;

}
.announcement-single h3 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 12px;
}

.announcement-single p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 16px;
}
.announcement-single .label {
    display: none;
}
.twitter-share-button {
font-size:0.5em;
}
.bg-info-my { background:#ffe293;font-size:1.25em;font-weight:800;}
.text-muted { font-size:0.75em;}

.istanco-ca-domainlookup-wrap {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 6px;
}

.istanco-ca-domainlookup-form {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 320px;
    background-color: #e3f9f3;
    border: 1px dotted #999;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 1px 4px 1px 10px;
}

.istanco-ca-domainlookup-input {
    flex: 1;
    min-width: 0;
    height: 30px;
    border: 0;
    outline: none;
    background: transparent;
    box-shadow: none;
    font-size: 14px;
    line-height: 1.2;
    padding: 0 8px 0 0;
}

.istanco-ca-domainlookup-input:focus {
    border: 0;
    outline: none;
    box-shadow: none;
    background: transparent;
}

.istanco-ca-domainlookup-submit {
    width: 28px;
    height: 28px;
    border: 0;
    outline: none;
    background: transparent;
    box-shadow: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #444;
    font-weight: 700;
}

.istanco-ca-domainlookup-submit:focus,
.istanco-ca-domainlookup-submit:hover,
.istanco-ca-domainlookup-submit:active {
    border: 0;
    outline: none;
    box-shadow: none;
    background: transparent;
    color: #222;
}

.istanco-ca-domainlookup-submit i {
    font-size: 14px;
    font-weight: 700;
    color: inherit;
}

.istanco-categories-tabs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    list-style: none;
    margin: 0 0 12px 0;
    padding: 0;
}

.istanco-categories-tab-item {
    margin: 0;
    padding: 0;
}

.istanco-categories-tab-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 12px;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.25;
    color: #fff !important;
    transition: transform 0.15s ease, opacity 0.15s ease;
}

/* 4 različite boje koje se ponavljaju */
.istanco-categories-tab-item:nth-child(4n+1) .istanco-categories-tab-link {
    background: #2d8cff;
}

.istanco-categories-tab-item:nth-child(4n+2) .istanco-categories-tab-link {
    background: #27ae60;
}

.istanco-categories-tab-item:nth-child(4n+3) .istanco-categories-tab-link {
    background: #f39c12;
}

.istanco-categories-tab-item:nth-child(4n+4) .istanco-categories-tab-link {
    background: #8e44ad;
}

.istanco-categories-tab-link:hover,
.istanco-categories-tab-link:focus {
    color: #fff !important;
    text-decoration: none;
    opacity: 0.92;
    transform: translateY(-1px);
}

/* tablet */
@media (max-width: 991px) {
    .istanco-categories-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* mobile */
@media (max-width: 575px) {
    .istanco-categories-tabs {
        grid-template-columns: 1fr;
    }
}
