﻿.modal#addCartModal,
.modal#addCartModalNewArticles,
.modal#addCartModalOnSale {
  width: 340px;
  top: calc((100% - 320px) / 2);
  left: calc((100% - 320px) / 2);
  padding: 10px !important;
  overflow: hidden;
}

body {
  /*background-color: #f0f0f0;*/
  background: #f8f8f8;
}

::selection {
  background-color: #1e84bc;
  color: #fff;
}

.mobile-menu-toggler {
  color: #535353;
}

.header-middle {
  background-color: #f8f8f8;
}

.header-user,
.header-userinfo,
.porto-icon,
.minicart-icon {
  color: #535353;
}

.cart-dropdown .dropdown-toggle .minicart-icon {
  border: 2px solid #535353;
}

.porto-icon:hover {
  color: #1e84bc;
}

.header-search .search-toggle {
  color: #535353;
}

.header-search .form-control {
  border-radius: 5px 0 0 5px;
  border: 1px solid #1e84bc;
  border-right: none;
}

.header-search .btn {
  border-radius: 0 5px 5px 0;
  border: 1px solid #1e84bc;
}

.header-search .select-custom {
  border-top: 1px solid #1e84bc;
  border-bottom: 1px solid #1e84bc;
  height: 50px;
}

.header-search select {
  border: none;
}

.header-bottom .menu-depart > a {
  background-color: #1e84bc !important;
}

.header-bottom .menu-depart > a:hover {
  background-color: #259ddf !important;
}

.header-bottom .menu-depart .submenu {
  border: none;
}

.dropdown-cart-action .btn:hover,
.dropdown-cart-action .btn:focus,
.dropdown-cart-action .btn {
  color: #fff;
  border-color: #1e84bc;
  background-color: #1e84bc;
}

.header-middle .links a {
  color: #1e84bc;
}

.main {
  /*background: #f0f0f0;*/
  background: #f8f8f8;
}

main.home {
  padding-top: 0;
}

.product-default:hover {
  z-index: 1;
  box-shadow: 0 12px 20px 0 rgb(0 0 0 / 8%);
  transition: box-shadow 0.3s ease-in-out;
}

.product-list:hover {
  box-shadow: none;
}

.product-details {
  background: white;
  padding: 5px;
  margin-top: -15px;
}

.header-bottom .menu-depart a:last-child {
  color: #212529;
  font-weight: 600;
  border-bottom: none;
}

.home-slider {
  margin-bottom: 4rem;
}

.home-slide {
  height: 475px;
  padding: 6.5rem 8rem;
  position: relative;
  background-size: cover;
  margin-top: -1px;
}

.header-bottom .menu-depart li a {
  padding: 8px 1rem;
}

.header-bottom .menu-depart li a:hover {
  color: #1e84bc;
}

.header-bottom .menu-depart li a i {
  position: absolute;
  right: 0;
}

.header-bottom .menu-depart li:hover {
  background: #259ddf;
}

.header-bottom .menu-depart li a:hover {
  color: white;
}

.home-slide .slide-content h2,
.home-slide .slide-content .sale-off,
.home-slide .slide-content button {
  color: #1e84bc;
}

.home-slide .slide-content span,
.home-slide .slide-content .sale-off span {
  background-color: #1e84bc;
}

.home-slide .slide-content .sale-off span {
  padding: 0.3rem 0.5rem;
}

.home-slide .slide-content .sale-off:before {
  content: "DO";
  color: #1e84bc;
}

.inner-icon figure .btn-icon {
  opacity: 1;
  visibility: visible;
}

.banner-product {
  margin-bottom: 20px;
  position: relative;
  padding: 0;
  border: 1px solid #f0f0f0;
}

.banner-product img {
  width: 100%;
  height: auto;
}

.banner-product-description {
  position: absolute;
  right: 20px;
  display: flex;
}

.home-banner {
  background-color: #1e84bc;
}

.home-banner span {
  background-color: #5fbff3;
}

.home-banner button {
  color: #1e84bc;
  background-color: white;
}

footer {
  background-color: #1e84bc !important;
}

.contact-widget .widget-title,
footer .widget .widget-title,
.contact-widget a,
footer .widget a,
.footer-copyright {
  color: #fff;
}

.contact-widget {
  color: #fff;
}

.contact-widget.email a {
  color: #fff;
  text-decoration: underline;
}

.main-menu-open {
  width: calc(100% - 285px);
  margin-left: auto;
  background-color: #f0f0f0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: absolute;
  z-index: 50;
  right: 0;
  height: 510px;
}

.menu-column {
  flex: 33%;
}

.menu-column-2-level {
  padding: 20px;
}

.menu-column-2-level li a {
  color: #222529;
  font: 600 1.5rem /1.1 "Open Sans", sans-serif;
  letter-spacing: 0.01em;
  text-transform: none;
}

.menu-column-2-level > li {
  padding-bottom: 20px;
}

.menu-column-3-level li a {
  font: 600 1.2rem "Open Sans", sans-serif;
  line-height: 20px;
  color: #777;
  cursor: pointer;
}

.main-menu-add-image {
  max-height: 476px;
  margin-left: auto;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #1e84bc;
  border-color: #1e84bc;
  color: #1e84bc;
}

/*Login*/
.clear-menu-header {
  box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
  position: relative;
}

.select-custom {
  background-color: white;
  max-width: 480px;
}

.form-control:focus {
  border-color: #1e84bc;
}

.form-footer {
  margin-bottom: 5rem;
}

/*Single product*/
.main-menu-open-not-home {
  top: -66px;
}

.white-box {
  background: white;
  padding: 50px 20px 20px;
  margin-right: 0;
  margin-left: 0;
}

.nav.nav-tabs .nav-item {
  margin-top: 0;
}

.add-cart {
  background-color: #1e84bc;
}

.add-cart:hover {
  background-color: #259ddf;
}

.prod-thumbnail .active img,
.prod-thumbnail img:hover {
  border: 2px solid #1e84bc;
}

.product-single-filter {
  margin-bottom: 30px;
  padding-bottom: 0;
}

.product-single-filter + .product-single-filter {
  margin-top: 0;
}

.product-single-filter .select-custom .form-control {
  margin-bottom: 0;
}

.product-single-filter .select-custom {
  flex-grow: 1;
  margin-bottom: 0;
}

.product-single-filter .config-size-list li.active a,
.product-single-filter .config-size-list li a:hover,
.product-single-filter .config-size-list li a:focus {
  border-color: #1e84bc;
}

.poduct-single-delivery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.poduct-single-delivery .icon-truck {
  font-size: 35px;
}

.not-available {
  color: red;
}

.available {
  color: green;
}

.single-product-cypher {
  display: flex;
}

.cypher-title {
  text-transform: uppercase;
  margin-right: 0.5rem;
  margin-bottom: 0.1rem;
  color: #21293c;
  font: 600 1.5rem/1.1 "Open Sans", sans-serif;
  letter-spacing: 0.005em;
}

.cypher-value {
  color: #767f84;
  font: 1.5rem/1.1 "Open Sans", sans-serif;
}

.ratings-container .ratings:before {
  color: #ffc107;
}

.add-product-review {
  margin-bottom: 3rem;
  padding-bottom: 2.7rem;
  border-bottom: 1px solid #ddd;
}

.add-product-review .custom-control-label:before,
.add-product-review .custom-control-label:after {
  top: 3px;
}

.add-product-review .custom-control {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

textarea.form-control {
  max-width: 100%;
}

.entry-author {
  display: flex;
}

.entry-author h3 {
  margin-bottom: 0;
}

.author-name {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
}

.review-date {
  margin-bottom: 0.5rem;
}

/*Category page*/
.cat-list li {
  margin-bottom: 1.3rem;
}

.cat-list li a,
.cat-list li label {
  font-size: 1.3rem;
  line-height: 16px;
}

.sidebar-shop {
  font-size: 1.3rem;
}

.sidebar-shop .widget-title {
  font-size: 1.4rem;
}

/*Category list page*/

.product-details-list {
  margin-top: unset;
  padding: 0 15px;
}

.product-default .btn-add-cart i {
  margin: 3px 5px 0;
}

/*Cart*/
.btn-edit {
  font-size: 2.3rem;
  color: #767f84;
  margin-right: 2rem;
}

.btn-remove:before {
  font-size: 2.8rem;
  color: #767f84;
}

.cart-attribut-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0;
}

.cart-attribut-value {
  font-weight: 400;
}

/*Checkout*/
.checkout-progress-bar li.active:before,
.checkout-progress-bar li.active > span:before {
  background-color: #1e84bc;
}

.shipping-address-box.active {
  border-color: #1e84bc;
}

.shipping-address-box.active:after {
  background-color: #1e84bc;
}

.table-mini-cart .order-shipping .custom-radio {
  margin: 0;
}

/*Checkout Radio btn*/
.custom-control-input {
  width: 100%;
}

.custom-radio .custom-control-input {
  position: absolute;
  z-index: 333;
  opacity: 0;
  left: 4px;
  top: 3px;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

.custom-radio .custom-control-label-radio:before {
  background-color: transparent !important;
}

.custom-radio .custom-control-label-radio::before {
  border-radius: 50%;
}

.custom-control-label-radio:before {
  border: 1px solid #ccc;
  background-color: #fff;
}

.custom-control-label-radio:after,
.custom-control-label-radio:before {
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}

.custom-control-label-radio::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.custom-control-label-radio::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

.custom-radio .custom-control-label-radio:after {
  top: 4px;
  left: 0.4rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
}

.custom-control-label-radio:after,
.custom-control-label-radio:before {
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}

.custom-control-label-radio::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-control-input:checked ~ .custom-control-label-radio::before {
  color: #fff;
  background-color: #007bff;
}

.custom-radio .custom-control-label-radio:before {
  background-color: transparent !important;
}

.custom-radio .custom-control-label-radio::before {
  border-radius: 50%;
}

.custom-control-label-radio:before {
  border: 1px solid #ccc;
  background-color: #fff;
}

.custom-control-label-radio:after,
.custom-control-label-radio:before {
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}

.custom-control-label-radio::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.custom-control-label-radio::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

*,
::after,
::before {
  box-sizing: border-box;
}

.custom-radio
  .custom-control-input:checked
  ~ .custom-control-label-radio:after {
  background-image: none;
  background-color: #08c;
}

.custom-radio
  .custom-control-input:checked
  ~ .custom-control-label-radio::after {
  background-image: url(
    data:image/svg + xml;charset=utf8,
    %3Csvgxmlns="http://www.w3.org/2000/svg"viewBox="-4 -4 8 8"%3E%3Ccircler="3"fill="%23fff"/%3E%3C/svg%3E
  );
}

.custom-radio .custom-control-label-radio:after {
  top: 4px;
  left: 0.4rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
}

.custom-control-label-radio:after,
.custom-control-label-radio:before {
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}

.custom-control-label-radio::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

input[type="radio" i] {
  cursor: pointer;
}

.custom-control-input:focus ~ .custom-control-label-radio:before {
  box-shadow: none;
}

.checkout-info {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.checkout-info h4 {
  margin-bottom: 0;
  border-top: 1px solid #ccc;
  font-size: 1.4rem;
  font-weight: 700;
}

.checkout-info h4 a {
  position: relative;
  display: block;
  padding: 1rem 2rem 1rem 0;
}

.checkout-info h4 a.collapsed:after {
  content: "\e81c";
}

.checkout-info h4 a:after {
  font-family: "porto";
  content: "\e81b";
  position: absolute;
  display: inline-block;
  right: 0.4rem;
  top: 50%;
  font-size: 1.5rem;
  transform: translateY(-50%);
}

/*Shipping methods*/
.checkout-step-shipping .order-summary {
  margin-top: 3.3rem;
  padding: 1rem 1rem;
  background: none;
  border: 1px solid #ddd;
  margin-bottom: 3rem;
}

.checkout-step-shipping .order-summary h4 {
  border-top: none;
  border-bottom: none;
}

.checkout-step-shipping .table-step-shipping {
  max-width: 100%;
}

/*Wishlist*/
.table.table-wishlist tr th,
.table.table-wishlist tr td {
  vertical-align: middle;
}

.table.table-wishlist tr th {
  border: 0;
  color: #222529;
  font-weight: 700;
  line-height: 2.4rem;
  text-transform: uppercase;
}

.table.table-wishlist tr td {
  border-top: 1px solid #e7e7e7;
}

.table.table-wishlist tr td.product-col {
  padding: 2rem 0.8rem 1.8rem 0;
}

.table.table-wishlist tr.product-action-row td {
  padding: 0 0 2.2rem;
  border: 0;
}

.table.table-wishlist .product-image-container {
  position: relative;
  width: 8rem;
  margin: 0;
}

.table.table-wishlist .product-title {
  margin-bottom: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.75;
}

.table.table-wishlist .product-title a {
  color: inherit;
}

.table.table-wishlist .product-single-qty {
  margin: 0.5rem 4px 0.5rem 1px;
}

.table.table-wishlist .product-single-qty .form-control {
  height: 48px;
  width: 44px;
  font-size: 1.6rem;
  font-weight: 700;
}

.table.table-wishlist .subtotal-price {
  color: #222529;
  font-size: 1.6rem;
  font-weight: 600;
}

.table.table-wishlist .btn-remove {
  right: -10px;
  font-size: 1.1rem;
}

.product-image-container {
  position: relative;
}

.btn-remove {
  position: absolute;
  top: -10px;
  right: -8px;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  color: #767f84;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgb(0 0 0 / 40%);
  text-align: center;
  line-height: 2rem;
}

.icon-cancel:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 1px;
  top: 5px;
  font-size: 2rem;
}

.btn-remove:before {
  color: unset;
}

.btn-remove:focus,
.btn-remove:hover {
  color: #1e84bc;
}

.wishlist-table-container .btn-shop {
  font-weight: 600;
  text-transform: uppercase;
  min-width: 160px;
}

.wishlist-table-container .btn {
  height: 42px;
  width: auto;
  padding: 0 25px !important;
  font-size: 13px;
  line-height: 42px;
  text-indent: 0;
}

/*Dashboard My Profile*/
.account-container {
  margin-top: 1.2rem;
  margin-bottom: 4rem;
}

.custom-account-container {
  margin-bottom: 5.6rem;
}

.widget-dashboard h2 {
  margin-top: -1px;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
}

.widget-dashboard .nav-item:last-child {
  margin-right: 3.5rem;
}

.widget-dashboard .list {
  border-bottom: none;
}

.widget-dashboard .list a {
  padding: 1rem 0 1.1rem;
  color: #777;
  letter-spacing: -0.025em;
  font-size: 1.4rem;
}

.widget-dashboard .list a:hover,
.widget-dashboard .list a:focus {
  background: transparent;
}

.widget-dashboard .list a.active {
  color: #222524;
  font-weight: 700;
}

.widget-dashboard li:last-child a {
  border-bottom: 0;
}

.widget-dashboard li {
  padding: 8px 0 8px 0;
}

.widget-dashboard li:before {
  display: none;
}

.nav-tabs.list .nav-item .nav-link.active,
.nav-tabs.list .nav-item .nav-link.address {
  font-weight: 700;
  color: #222529;
}

.nav-tabs.list .nav-item .nav-link {
  padding: 1.3rem 0 1.5rem;
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
  font-size: 1.4rem;
  border: none;
}

.nav-tabs .nav-item .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border-bottom-color: #08c;
  color: #08c;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-link {
  padding: 1.2rem 0;
  border: 0;
  border-bottom: 2px solid transparent;
  color: #282d3b;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list li a {
  color: inherit;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.list li {
  display: block;
  position: relative;
  margin: 0;
  padding: 6px 0 6px 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  line-height: 24px;
}

user agent stylesheet li {
  text-align: -webkit-match-parent;
}

.list {
  padding: 0;
  list-style: none;
  font-size: 1.3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-top: -8px;
  margin-bottom: 0;
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

ol,
ul {
  margin: 0 0 2.25rem;
  padding: 0;
  list-style: none;
}

user agent stylesheet ul {
  list-style-type: disc;
}

.sidebar {
  position: relative;
  height: 100%;
  font-size: 1.3rem;
}

.list li a:before {
  display: none;
  position: absolute;
  width: 0;
  height: 0;
  margin: 0.6rem 0 0 -1rem;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #333;
  content: "";
}

.dashboard-content p:first-child {
  margin-top: -0.2rem;
  margin-bottom: 2.4rem;
}

.dashboard-content p {
  line-height: 1.75;
}

.text-dark {
  color: #222529 !important;
}

.text-dark {
  color: #343a40 !important;
}

.dashboard-content .btn-link {
  display: inline;
  padding: 0;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  vertical-align: top;
  white-space: normal;
}

.btn-link {
  padding-top: 0;
  padding-bottom: 0;
  color: #08c;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: initial;
}

.btn-link:focus,
.btn-link:hover {
  color: #08c;
  text-decoration: underline;
}

.feature-box .feature-box-content {
  padding-bottom: 31px;
}

.feature-box {
  color: #7b858a;
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 4rem;
  margin-left: 0;
}

.feature-box i {
  display: inline-block;
  margin-bottom: 2.2rem;
  color: #08c;
  font-size: 5rem;
  line-height: 1;
  float: none;
}

.feature-box i:before {
  margin: 0;
}

.feature-box h3 {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 0;
}

.feature-box p {
  margin-bottom: 0;
}

.feature-box.border-top-primary {
  border-bottom: 1px solid #dfdfdf;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
}

.feature-box.border-top-primary .feature-box-content {
  border-top: 4px solid #08c;
  padding: 30px 20px 10px 20px;
}

.feature-box-content {
  color: #7b858a;
  font-size: 1.5rem;
  line-height: 1.9;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 0;
}

.feature-rounded i {
  width: 80px;
  height: 80px;
  border-radius: 500px;
  font-size: 35px;
  line-height: 80px;
}

.dashboard-content .feature-box i {
  margin-bottom: 2.5rem;
  color: #1e84bc;
  font-size: 6rem;
  transition: transform 0.35s;
}

.dashboard-content .feature-box {
  padding-top: 3.5rem;
  margin-bottom: 2rem;
  border: 2px solid #e7e7e7;
}

.feature-box {
  color: #7b858a;
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 4rem;
}

.dashboard-content .feature-box:hover i {
  transform: scale(1.15);
  transition: transform 0.35s;
}

.nav-tabs.list .nav-item .nav-link.active,
.nav-tabs.list .nav-item .nav-link.address {
  font-weight: 700;
  color: #1e84bc;
}

.nav-tabs.list .nav-item .nav-link:hover {
  /*font-weight: 700;*/
  color: #1e84bc;
}

.shipping-addresses {
  width: 100%;
  margin-bottom: 4rem;
}

/*Dashboard My Profile - Orders*/
.order-table-with-content table {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 3rem;
}

.order-actions a i {
  margin-right: 1.5rem;
  font-size: 1.7rem;
}

.order-table-with-content .pending-order {
  font-weight: 700;
}

.order-table-with-content tr:hover {
  background-color: #fdfdfd;
}

.order-table-with-content thead tr:hover {
  background-color: #f8f8f8;
}

.dashboard-content .feature-box {
  margin-bottom: 2rem;
  padding-top: 4.5rem;
  background: white;
  border: none;
}

.dashboard-content .feature-box:hover {
  z-index: 1;
  box-shadow: 0 12px 20px 0 rgb(0 0 0 / 8%);
  transition: box-shadow 0.3s ease-in-out;
}

/*Accordion (Messages)*/

.messages-accordion {
  margin-bottom: 3rem;
}

.card-accordion.accordion-boxed {
  border: 1px solid #ddd;
}

.card.card-accordion {
  margin-bottom: 0.5rem;
  padding: 0;
  border: 0;
}

.card {
  margin-bottom: 3rem;
  border: 1px solid #ddd;
  border-radius: 0;
  font-size: 1.4rem;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-accordion.accordion-boxed .card-header {
  border: 0;
  padding-left: 1.5rem;
  background-color: #f5f5f5;
}

.card.card-accordion .card-header {
  cursor: pointer;
  position: relative;
  /*padding-left: 0;*/
  padding-right: 25px;
  background: transparent;
  font-family: Poppins, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap;
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header {
  margin: 0;
  padding: 1.2rem 1.5rem;
  border-radius: 0;
  border-color: #ddd;
  background-color: #fff;
  /*color: #000;*/
  color: #535353;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}

.card-accordion.accordion-boxed i {
  /*margin-right: 1rem;*/
  width: 35px;
  margin-top: 5px;
}

.card.card-accordion .card-header.collapsed:after {
  content: "";
  transition: 0.35s;
}

.card.card-accordion .card-header:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-family: "porto";
  transition: 0.35s;
}

.card-header:after {
  display: block;
  clear: both;
  content: "";
}

.message-intro-text {
  margin-left: 2rem;
}

.card-accordion.accordion-boxed p {
  padding: 1.5rem;
}

.card-accordion.accordion-boxed .collapse {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

a:hover,
a:focus,
a:active {
  color: #1e84bc;
}

.message-intro-text {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 70%;
}

.new-message {
  font-weight: 700 !important;
}

.old-message {
  font-weight: 400 !important;
}

.card.card-accordion .card-header {
  display: flex;
}

.message-time {
  font-size: 12px;
  margin-left: auto;
  text-align: right;
  line-height: 1;
  margin-right: 10px;
}

/*Call to action*/
.cta-border {
  border: 1px solid #dfdfdf;
  border-radius: 0.7rem;
}

.cta-border2 {
  border: 1px solid red;
  border-radius: 0.7rem;
}

.cta-simple {
  align-items: center;
  text-align: center;
  padding: 3.2rem 5.5rem;
  background: white;
}

/*Dashboard RMA*/

.rma-tabs {
  background: none;
  padding: 50px 20px 20px;
  margin-right: 0;
  margin-left: 0;
}

.rma-tabs .nav.nav-tabs .nav-item .nav-link {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  font-family: Poppins, sans-serif;
}

.rma-tabs form,
.rma-tabs .form-footer {
  margin-bottom: 0;
}

.rma-tabs .tab-pane {
  padding-top: 20px;
}

.rma-tabs .form-control {
  max-width: 100%;
}

input[type="file" i] {
  cursor: pointer;
}

.radio-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 30px;
}

.radio-wrapper .custom-control {
  margin-bottom: 0;
}

.table-accordion {
  width: 100%;
  font-size: 14px;
}

.table-in-accordion {
  width: 100%;
}

.collapse-padding {
  padding: 15px;
}

.collapse-padding hr {
  margin: 2rem auto 2rem;
}

.rma-tabs hr {
  margin: 3.5rem auto 3.2rem;
}

/*--------------------------------*/
/*Modal*/
.close {
  font-size: 3.2rem;
}

.modal-title span {
  margin-right: 40px;
  white-space: nowrap;
}

.show-order-items .bootstrap-touchspin-up,
.show-order-items .bootstrap-touchspin-down {
  display: none;
}

.show-order-items .product-col .product-image-container {
  max-width: 100px;
}

.show-order-items h2 {
  font-size: 1.5rem;
}

.show-order-items .cart-attribut-title {
  font-size: 1.3rem;
}

.show-order-items table {
  border-spacing: 0px;
  border-collapse: unset;
}

.disabled-overlay-img {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
}

.overlay-img-text {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #262728;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

.disabled-product .product-title {
  opacity: 0.7;
}

.status-ongoing {
  background: #ff5b5b;
  padding: 3px 12px;
  color: white;
  border-radius: 2px;
}

.status-over {
  background: #3cc15a;
  padding: 3px 10px;
  color: white;
  border-radius: 2px;
}

.status-created {
  background: #ffd23e;
  padding: 3px 10px;
  color: black;
  border-radius: 2px;
}

.brand-order-product {
  color: #777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 2rem;
  position: relative;
  font: 400 1.3rem "Open Sans", sans-serif;
  line-height: 1.7;
  opacity: 0.8;
  text-transform: uppercase;
}

.brand-order-product:hover {
  color: #1e84bc;
  text-decoration: none;
}

/*3 prikaz*/

.table-product-list {
  border: none;
}

.table-product-list table {
  margin-bottom: 0;
}

.table-product-list .table td,
.table th {
  border-top: 5px solid #f8f8f8;
  vertical-align: middle !important;
  padding: 0 0.3rem;
  padding-bottom: 0;
  font-size: 13px;
}

.table-product-list .table tr,
.table th {
  border-top: 5px solid #f8f8f8;
}

.table-product-list .table thead th {
  border-bottom: 5px solid #f8f8f8;
}

.table-product-list .table thead tr {
  background: #1e84bc;
  color: white;
}

.table-product-list table tbody tr {
  background-color: #fff;
}

.table-product-list table tbody tr:hover {
  background-color: #fdfdfd;
}

.small-product-list-img {
  height: 40px;
}

/*BLOG*/

.entry-body .entry-date .month {
  background-color: #1e84bc;
}

.entry-body .entry-date .day {
  color: #1e84bc;
}

.entry a:hover,
.entry a:focus {
  color: #1e84bc;
}

/*.entry-author {
  display: block;
}
  .entry-author h3 {
      margin-bottom: 2rem;
  }*/
.entry-author h4 {
  margin-left: 0;
}

/*CONTACT*/
#map {
  height: 500px;
  margin-bottom: 10rem;
  background-color: #e5e3df;
}

.contact-info .feature-box .sicon-location-pin {
  margin-top: -2px;
}

.contact-info .feature-box i {
  margin-bottom: 1.8rem;
  font-size: 4.5rem;
}

.feature-box i {
  display: inline-block;
  margin-bottom: 2.2rem;
  color: #08c;
  font-size: 5rem;
  line-height: 1;
}

.contact-info i {
  background: none;
}

.contact-info .col-12 {
  margin-bottom: 4.7rem;
}

.contact-info .feature-box h3 {
  margin-bottom: 0.4rem;
  font-size: 2rem;
  letter-spacing: -0.025em;
  text-transform: none;
  font-weight: 700;
}

.contact-info .feature-box h5 {
  color: #777;
  font-weight: 400;
  letter-spacing: -0.025em;
  font-size: 1.4rem;
  line-height: 1.429;
}

.contact-us-container .contact-info {
  border-bottom: 1px solid #eee;
}

.features-section {
  padding: 4.5rem 0 1rem;
  background: none;
}

.features-section .feature-box {
  padding: 3rem 4rem;
}

.contact-img {
  height: 140px;
  width: 140px;
  border-radius: 50%;
  margin-bottom: 30px;
}

.features-section .feature-box {
  z-index: 1;
  box-shadow: 0 12px 20px 0 rgb(0 0 0 / 8%);
  transition: box-shadow 0.3s ease-in-out;
}

.feature-box-content {
  font-size: 1.4rem;
}

.feature-box h3 {
  margin-bottom: 0;
}

.feature-box h5 {
  font-size: 1.4rem;
  font-weight: 400;
}

.person-contact-info {
  display: flex;
}

.person-contact-info i {
  font-size: 25px;
  margin-right: 10px;
  margin-bottom: 1rem;
  width: 25px;
  text-align: center;
}

/*Finance - Dashboard*/

.finance-info {
  margin-top: 2rem;
  margin-bottom: 3rem;
  text-align: left;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 2rem 2rem;
  /*justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly | start | end | left | right ... + safe | unsafe;*/
}

.finance-info p {
  margin-bottom: 0 !important;
  font-size: 14px;
}

.finance-info h4 {
  margin-bottom: 0;
  border-top: 1px solid #ccc;
  font-size: 1.4rem;
  font-weight: 700;
}

.finance-info-item p:last-child {
  color: #1e84bc;
}

/*Finance tab*/
.text-right {
  text-align: right;
}

.accent-primary {
  color: #1e84bc;
  font-weight: 700;
}

.accent-danger {
  color: #ff5b5b;
  font-weight: 700;
}

.finance-total-info {
  margin-top: 20px;
}

.finance-total-info p {
  font-size: 14px;
  margin: 0;
}

/*Date range*/
.date-range {
  background: #fff;
  cursor: pointer;
  border: 1px solid #ccc;
  width: 100%;
  height: 45px;
  padding: 13px;
  font-size: 14px;
}

.date-range-container {
  display: flex;
  gap: 15px;
}

.date-range-container .date-range {
  width: 240px;
}

.date-range-container .fa-caret-down {
  margin-left: 15px;
}

.daterangepicker .ranges li {
  font-size: 14px;
}

@media (max-width: 1475px) {
  .main-menu-open {
    width: calc(100% - 240px);
  }
}

@media (max-width: 975px) {
  .product-details {
    margin-top: -12px;
  }
}

@media (max-width: 991px) {
  .header .sticky-wrapper {
    display: block;
  }

  .home-slide {
    background-position: center center;
  }
}

@media (min-width: 975px) {
  .header-search .header-search-wrapper {
    min-width: 500px;
  }
}

@media (min-width: 768px) {
  /*.product-col {
      align-items: flex-start !important;
  }*/
}

@media (max-width: 768px) {
  .header-middle {
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    position: relative;
  }

  .icon-cancel:before {
    left: 1px;
    top: 4px;
  }

  .finance-info {
    display: block;
  }

  .finance-info-item {
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1480px) {
  .modal-xl {
    max-width: 1410px;
  }
}

.table thead th {
  padding: 0.75rem;
}

/*Brands*/
.feature-brand {
  height: 160px;
}

.other-brand {
  height: 160px;
}

.feature-brand img {
  max-width: 100%;
  height: auto;
}

.other-brand img {
  max-width: 100%;
  height: auto;
}

.feature-brand,
.other-brand {
  position: relative;
}

.feature-brand img,
.other-brand img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.wrapper-btn:hover {
  cursor: pointer;
  box-shadow: none;
  border: 1px solid #ebebeb;
}


/* Monri */

.form-logos {
  margin-bottom: 20px;
  display: inline-block;
  text-align: center;
  width: 100%;
  padding-left: 30px;
  vertical-align: baseline;
  display:flex; align-items: center
}
.form-logos a {
 
 vertical-align: baseline;
}

.form-logos img {
  width: 100%;
  max-width: 50px;
  /* filter: grayscale(100%); */
  transition: .2s all;
  vertical-align: middle;
  margin-right: 10px;
  vertical-align: baseline;
}

.form-logos img:hover {
  filter: none;
  -webkit-filter: none;
}

.unicredit_bank-monri {
  max-width: 150px !important;
}


/* Footer - monri */

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
}

.footer-copyright-left,
.footer-copyright-right {
  color: white;
}

.logos-footer {
  
  display: inline-block;
  text-align: center;
  vertical-align: baseline;
  display:flex; align-items: center
}

.logos-footer img {
  width: 100%;
  max-width: 50px;
  /* filter: grayscale(100%); */
  transition: .2s all;
  vertical-align: middle;
  margin-left: 10px;
  vertical-align: baseline;
}

.logos-footer img:hover {
  filter: none;
  -webkit-filter: none;
}

/* New custom about page ----------------------------------- */

.page-header-about-new h1 {
  text-transform: none;
}
.page-header-about-new h2 {
  color: white;
}

.content-boxes-section {
  padding: 5.5rem 0 4rem;
  background-color: #ffffff;
  font-size: 1.5rem;
  line-height: 2;
}

.content-box {
  text-align: center;
}

.content-box img {
  display: inline-block;
  margin-bottom: 3rem;
}

.box-title {
  color: #282d3b;
  font: 700 1.6rem / 1 "Poppins", "Open Sans", sans-serif;
  margin-bottom: 3rem;
  padding: 0 0 1rem;
  text-transform: uppercase;
}

.content-box p {
  max-width: 300px;
  display: inline-block;
}

.section-padding {
  padding-top: 5.25rem;
}

.blue-bold-text {
  font-weight: bold;
  color: #1e84bc;
}


.carousel-section {
  padding: 5.5rem 0 7rem;
  background-color: #ffffff;
  font-size: 1.5rem;
  line-height: 2;
}

.carousel-title {
  color: #282d3b;
  font: 700 1.6rem / 1 "Poppins", "Open Sans", sans-serif;
  margin-bottom: 3rem;
  padding: 0 0 1rem;
  text-transform: uppercase;
  text-align: center;
}

.client-box {
  border: 1px solid #8181812e;
  padding-top: 2rem;
}

.company-city-wrapper img {
  width: auto !important;
  display: inline-block !important;
}

.company-city-wrapper hr {
  margin: 0.5rem auto 1.2rem !important;
}

.company-title {
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #454546 !important;
  margin-bottom: 0 !important;
}

.company-state {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #454546 !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  opacity: 0.58;
}

.company-image {
  max-height: 50px !important;
}

.carousel-section .owl-carousel .owl-nav button.owl-prev, .carousel-section .owl-carousel .owl-nav button.owl-next {
  background-color: #e8e8e870;
  color: #222529;
  padding: 1.5rem 0.8rem !important;
}

.carousel-section .owl-carousel .owl-nav button.owl-prev:hover, .carousel-section .owl-carousel .owl-nav button.owl-next:hover {
  background-color: #e8e8e870;
  color: #1E84BC;
  padding: 1.5rem 0.8rem !important;
}


/* Counter boxes */

.counter-box-section {
  padding: 5.5rem 0 0;
}


.counter-box-wrapper {
  text-align: center;
}
.counter {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 50%;
  -webkit-box-shadow: 4px 3px 29px -24px rgba(0,0,0,0.75);
  -moz-box-shadow: 4px 3px 29px -24px rgba(0,0,0,0.75);
  box-shadow: 4px 3px 29px -24px rgba(0,0,0,0.75);
  width: 200px;
  height: 200px;
  display: inline-block;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}

.count-title {
  font-size: 40px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  color: #1E84BC;
  font-weight: bold;
  margin-top: 40px;
}

.count-text {
  font-size: 13px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  color: #1E84BC;
  font-weight: bold;
  text-transform: uppercase;
}

.half-blue-bg {
  background-color: #1E84BC;
  min-height: 120px;
  margin-top: -110px;
}




@media (min-width: 991px) {
  .page-header-about-new {
      padding-top: 35rem;
      padding-bottom: 4.25rem;
      margin-bottom: 4.25rem;
  }
  .border-rignt-col {
      border-right: 1px solid #81818154;
  }
}




/* -------------------/About Page----------------------------- */





@media (max-width: 1475px) {
  #main-menu-open {
          width: calc(100% - 240px);
      }
  }

  @media (max-width: 975px) {
      .product-details {
          margin-top: -12px;
      }
  }

  @media (max-width: 991px) {
      .header .sticky-wrapper {
          display: block;
      }

      .home-slide {
          background-position: center center;
      }
  }

  @media (min-width: 975px) {
      .header-search .header-search-wrapper {
          min-width: 500px;
      }
  }

  @media (min-width: 768px) {
      /*.product-col {
      align-items: flex-start !important;
  }*/
  }

@media (max-width: 768px) {
  .success-text-wrapper {
      width: 350px;
  }
}

  @media (max-width: 768px) {
      .header-middle {
          box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
          position: relative;
      }

      .icon-cancel:before {
          left: 1px;
          top: 4px;
      }

      .finance-info {
          display: block;
      }

      .finance-info-item {
          margin-bottom: 20px;
      }
      .reply-content {
          margin-left: 110px;
      }
      /*.companies-section a:last-child {
          margin-bottom: 20px;
      }*/
  }

  @media (min-width: 1200px) {
      .modal-xl {
          max-width: 1140px;
      }
  }

  @media (min-width: 1480px) {
      .modal-xl {
          max-width: 1410px;
      }
  }

  .terms-section {
    padding-bottom: 3rem;
    font-size: 1.5rem;
    line-height: 2;
  }
  
  .terms-section .subtitle {
    padding: 3rem 0 1rem;
  }