 @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.body{

}
a {
    color: #47648b;
}
a:hover, a:focus{
  opacity: 0.8;
  color: inherit;
}
#header .header-btn-collapse-nav {
    background: #47648b;
}
#header .text-color-primary, #header .text-primary {
    color: #47648b !important;
}
@media (min-width: 992px) {
  #header .header-nav-main nav > ul > li > a {
    color: #47648b;
  }
  #header .header-nav-main nav > ul:not(:hover) > li > a.active {
    background-color: #47648b;
    color: #fff;
  }
  #header .header-nav.header-nav-stripe nav > ul:not(:hover) > li > a.active {
    background-color: #47648b;
  }
  #header .header-nav-main nav > ul > li.dropdown.open > a::before, #header .header-nav-main nav > ul > li.dropdown:hover > a::before {
    border-bottom-color: #47648b;
  }
  #header .header-nav.header-nav-stripe nav > ul > li:hover > a, #header .header-nav.header-nav-stripe nav > ul > li.open > a {
    background-color: #47648b;
  }
  #header .header-nav.header-nav-stripe nav > ul > li:hover > a.active {
    color: #fff !important;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    border-top-color: #47648b;
  }
  #header .header-nav.header-nav-stripe nav > ul:hover > li > a.active {
    color: #47648b;
  }
}
#footer {
  padding-top: 8px;
  border-top: 0;
  margin-top: 0px;
}
#footer .text-color-light, #footer .text-light {
    color: #fff !important;
}
#footer .bg-color-light, #footer .bg-light {
    background-color: #fff !important;
}
#footer .form-control.bg-light::placeholder, .form-control.bg-color-light::placeholder {
    color: #5e5e5e;
}
#footer .form-control.bg-light, .form-control.bg-color-light {
    color: #777;
    border-color: #fff;
}
#footer .btn-primary {
    background-color: #47648b;
    border-color: #47648b #47648b #47648b;
    color: #fff;
    border: 0;
}
#footer .btn-primary:hover, #footer .btn-primary.hover {
    background-color: #47648b;
    border-color: #47648b #47648b #47648b;
    border: 0;
    color: #fff;
    opacity: 0.8;
}
.column-format {
    column-count: 2;
}
#header .header-nav-main nav > ul > li > a:active{
  color: #47648b;
}
@media (max-width: 991px) {
  #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active {
    background: #47648b;
  }
  #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
    color: #47648b;
  }
}

.blogs-section a {
    color: #47648b;
}
.blogs-section a:hover {
    color: #47648b;
    opacity: 0.8;
}
.blog-section ul.social-share {
  margin: 0;
  padding: 0;
}
.blog-section ul.social-share li {
  display: inline-block;
  margin: 0 1px;
  text-align: center;
}
.blog-section ul.social-share li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 27px;
  height: 27px;
  line-height: 27px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
}
.blog-section ul.social-share li a:hover {
  opacity: 0.8;
}

.profile-view .list li {
    list-style: none;
    margin-bottom: 3px;
}
.profile-view .list li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}
.profile-view .list li a::before {
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    margin: .5rem 0 0 -1rem;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid black;
    content: '';
}
.profile-view .list li a {
    display: block;
    position: relative;
    padding: 5px;
    color: black;
}
.profile-view .list li a {
    display: block;
    position: relative;
    padding: .4rem 0 .4rem 2rem;
    border-bottom: 1px solid #ededde;
    color: #000;
}
.profile-view .ratings-table {
    width: 100%;
    margin: 20px 0 40px;
    border: 1px solid #dae2e6;
    border-spacing: 0;
    font-size: 100%;
    empty-cells: show;
}
.profile-view .ratings-table thead th {
    padding: 8px 15px;
    color: #777;
    background-color: #d9d9d9;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
}
.profile-view .ratings-table thead th, .profile-view .ratings-table tbody td {
    border-right: 1px solid #dae2e6;
    border-bottom: 1px solid #dae2e6;
    line-height: 1.3;
    padding: 8px 15px;
}
.reminder-section .form-control{
  width: 40%;
}
@media (max-width: 992px) {
  .reminder-section .form-control{
    width: 360px;
  }
}
@media (max-width: 568px) {
  .reminder-section .form-control{
    width: 100%;
  }
}
.form-control:focus-visible{
  text-shadow: none;
}
.login-section .login-header{
  padding-bottom: 34px;
}
#header .header-nav.header-nav-stripe nav > ul > li > a{
  margin-top: 0;
}
.login-section .NIP-field{
  border-radius: 0.3rem 0 0 0.3rem;
}
.login-section .ceidg-btn{
  border-radius: 0 0.3rem 0.3rem 0;
  height: calc(1.5em + 1rem + 6px);
  font-weight: 600;
}
#checkout-form .ceidg-btn{
  border-radius: 0 0.3rem 0.3rem 0;
  font-weight: 600;
}
.profile-view ul{
  padding-left: 0;
}
.login-section .arrow{
  background: transparent url(/assets/themes/corporate5/img/arrows.png);
  top: -100px;
  right: -160px;
  width: 47px;
  height: 120px;
  position: absolute;
  rotate: 270deg;
}
.blogs-section .blogpage-title{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blogs-section .blogpage-desc{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
#moreBlogs{
  display: flex;
  flex-wrap: wrap;
}

.blogs-section ul.pagination-list {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
  text-align: center;
}
.blogs-section ul.pagination-list li {
  display: inline-block;
}
.blogs-section ul.pagination-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 13px;
  text-transform: uppercase;
}
.blogs-section ul.pagination-list li a.prev-pag,
.blogs-section ul.pagination-list li a.next-pag {
  font-weight: 700;
}
.blogs-section ul.pagination-list li a.prev-pag i {
  margin-right: 7px;
}
.blogs-section ul.pagination-list li a.next-pag i {
  margin-left: 7px;
}
.blogs-section ul.pagination-list li a:hover,
.blogs-section ul.pagination-list li a.active {
  color: #ffffff;
}
.login-section .login-form{
  display: block;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: '\f054' !important;
  font-family: 'Font Awesome 5 Pro';
  padding-right: 0.6rem;
  font-size: 0.7rem;
  vertical-align: middle;
  margin-top: -.2rem;
  color: #000;
}
.breadcrumb-item + .breadcrumb-item {
  padding-right: 0.6rem;
}
.breadcrumb-item a{
  color: #666;
}
.shop .tabs-dark.tabs-simple .nav-tabs li .nav-link:hover, .shop .tabs-dark.tabs-simple .nav-tabs li .nav-link.active, .shop .tabs-dark.tabs-simple .nav-tabs li .nav-link.active:hover{
  color: #212529 !important;
  border-bottom-color: #212529;
}
.shop_table .product-thumbnail .product-thumbnail-wrapper .product-thumbnail-remove{
  z-index: 1;
}
.shop .text-color-dark, .shop .text-dark{
  color: #212529 !important;
}
.shop .text-color-hover-light:hover, .shop .text-hover-light:hover{
  color: #fff !important;
}
@media (min-width: 576px) {
  .shop_table .product-thumbnail .product-thumbnail-wrapper{
    width: 90px;
  }
  .shop_table .product-subtotal{
    width: 12%;
  }
  .shop_table .cartproduct-img{
    height: 90px;
    width: 90px;
  }
}
@media (max-width: 767px) {
  .shop_table .product-thumbnail .product-thumbnail-wrapper .product-thumbnail-image{
    display: block;
  }
  .shop_table .product-thumbnail .product-thumbnail-wrapper .product-thumbnail-remove{
    position: absolute;
  }
}
@media (max-width: 575px) {
  .shop table.cart .product-thumbnail{
    width: 50%;
  }
  .shop .cart_table_item{
    display: grid;
    justify-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-bottom: 20px;
    padding-top: 0px;
    margin-bottom: 25px;
  }
  .shop_table td{
    padding: 0;
    border-top: 0;
  }
  .shop table.cart .product-name{
    text-align: center;
  }
  .shop .maxwidth-button{
    width: 100%;
    margin-bottom: 4px;
  }
}
.shop .price .sale.old-price {
    font-size: 0.7em;
    font-weight: 500;
    margin-right: 4px;
    text-decoration: line-through;
}
.shop .price .sale + .amount {
    font-size: 0.9em;
    font-weight: 600;
    text-decoration: none;
}
.shop .price .sale {
    order: 1;
}
