body {
  width: 100%;
  height: 100%;
   font-family: "DM Sans", sans-serif;
  background-color: #fff;
  transition: all .5s ease 0s;
}
a {
  color: #090a0a;
}
b {
  color: #005e9f;
}
h1, h2, h3, h4, h5, h6 {
  color: #2b2b2b;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}
/* content */
#content, #column-left, #column-right {
  padding-bottom: 30px;
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 30px;
  }
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  top: 40vh;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* top */
#top.ciprime_top {
  background-color: var(--bs-tertiary-bg);
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}
#top.ciprime_top ul.list-inline {
  margin-bottom: 0;
}
#top.ciprime_top .list-inline-item > a, #top.ciprime_top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 25px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}
/* logo */
#logo {
  text-align: center;
  margin: 7px 0 7px 0;
}
#logo img {
  max-width: 200px;
}
@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* search */
.ciprime_search {
  margin-bottom: 10px;
}
.ciprime_search .form-control-lg {
  height: 27px;
  font-size: 12px;
  line-height: 20px;
}
.ciprime_search .btn-lg {
  font-size: 12px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
  margin-bottom: 10px;
}
#cart .img-thumbnail {
  min-width: 100px;
}
#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}
#cart .dropdown-menu {
  background: #eee;
}
#cart .dropdown-menu li {
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border: 1px solid #1f90bb;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
  border-radius: 4px;
  padding: 0 1rem;
  margin-bottom: 20px;
}
#menu .navbar-nav > li > a {
  color: #212121;
  padding: 10px 15px 10px 15px;
  background-color: transparent;
  font-size: 14px;
}
#menu .navbar-nav > li > a:before {
  bottom: 9px;
  opacity: 0;
}

#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}
#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}
@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
footer {
    border: 1px solid #005e9f;
    position: relative;
    bottom: -1px;
    width: 100%;
    padding-top: 30px;
    background-color: #005e9f;
    border-top: 1px solid #f3f4f8;
    color: #ffffff;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
}
footer a:hover {
    color: #fff;
}
footer h5 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid transparent;
  border-radius: var(--bs-border-radius);
  background-color: transparent;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 30px;
  position: relative;
  padding-left: 0px;
}
.breadcrumb > li.breadcrumb-item > a {
    text-decoration: none;
    color: #212121;
}
.breadcrumb > li.breadcrumb-item:after {
    content: "";
    display: block;
    position: absolute;
        top: 8px;
    right: 14px;
    width: 6px;
    height: 6px;
    border-right: 2px solid #9e9e9e;
    border-bottom: 2px solid #9e9e9e;
    transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > li.breadcrumb-item:last-child:after {
  border: 0px;
}
.product-thumb {
  border: 1px solid #ddd;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .description {
  padding: 15px;
  margin-bottom:0px;
}
.product-thumb .description h4 {
  font-weight: bold;
}
.product-thumb .button {
    display: inline-block;
    position: relative;
    width: 100%;
    /* justify-content: space-between; */
    gap: 10px;
    justify-content: center;
    background: transparent;
    left: 0px;
    right: 0px;
    margin: auto;
    padding: 5px;
    border-radius: 60px;
    border: 0px solid #005e9f14;
    text-align: center;
}
.product-thumb .button button {
    width: 33.33%;
    border: none;
    border-top: 1px solid var(--bs-border-color);
    background-color: transparent;
    color: #c9ced2;
    line-height: 44px !important;
    text-align: center;
    width: 44px;
    height: 44px;
    display: block;
    padding: 0px;
    border-radius: 6px 22px 22px;
    border: 0px;
    box-shadow: none;
    display: inline-block;
    margin: 0px 3px;
    font-size: 14px;
}
.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button + button {

}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
}
.rating .fa-stack {
  width: 20px;
}
.rating .fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
    font-weight: 800;
    
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

#common-home.container, main>#common-home.container:first-child {
  max-width: 100%;
  padding: 0px;
}
#common-home > *, #top.ciprime_top > .container, header.ciprime_header .container, body > .container + .container {
  max-width:100%;
  margin:0 auto
}

#common-home #content > .row, header.ciprime_header .container, .carousel, #common-home #content>div{
  max-width:1400px;
  margin-left: auto;
  margin-right: auto;
}
#common-home #content > h3 {
    max-width: 1370px;
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 6px;
    margin-bottom: 15px;
}
h1 {
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 20px;
}
#common-home #content > h3:before,  h1:before {
    position: absolute;
    content: '';
    width: 45px;
    height: 3px;
    background: #005e9f;
    border-radius: 15px;
    bottom: 0px;
    left: 0px;
}
#common-home #content > h3:after,  h1:after {
    position: absolute;
    content: '';
    width: 3px;
    height: 3px;
    background: #005e9f;
    border-radius: 15px;
    bottom: 0px;
    left: 50px;
}
#common-home #content {
  padding: 0px;
  overflow: hidden;
}
#common-home #content .carousel:first-child {
    max-width: 98%;
    margin-top: 10px;
    overflow: hidden;
}

#common-home #content .carousel .row>div img {
    border-radius: 10px;
    overflow: hidden;
}
#top.ciprime_top{
  border: 0px;
  padding: 0px;
  margin: 0px;
}
#top.ciprime_top .list-inline-item > a, #top.ciprime_top .list-inline-item .dropdown > a {
  color: #fff;
}
#top.ciprime_top .list-inline-item > a, #top.ciprime_top .list-inline-item .dropdown > a {
    padding: 0px 5px !important;
    display: inline-block;
    font-weight: 300;
    font-size: 13px;
}
header.ciprime_header {
  padding: 30px 10px;
}
header.ciprime_header .mb-3, #cart, #logo {
  margin: 0px !important ;
}
#top.ciprime_top, #menu{
  background: #005e9f !important;
  border-radius: 0px;
  margin-bottom: 0px;
  border: 0px;
}
#menu{
  background: transparent !important;
  border-bottom: 0px solid rgba(18, 18, 18, 0.08);
}
.navbar-collapse {
  justify-content: center;
  visibility: visible !important;
}
#cart .btn-lg {
  background: transparent;
  border-radius: 0px;
  border: 10px;
  color: #212121;
  padding: 0px 0px;
  padding-right: 0px;
  padding-right: 14px;
  text-align: right;
  border: 1px solid #ccc !important;
  font-size: 14px;
}
#cart>div.d-grid{
  display: flex !important;
  justify-content: flex-end;
}

header.ciprime_header .ciprime_search > form {
  border: 0px solid #ccc !important;
  border-radius: 4px;
  padding: 0px 5px;
  align-items: center !important;
  display: flex !important;
  padding: 0px !important;
  background: #fff;
  backdrop-filter: blur(23px);
  background: #ffffff;
}
header.ciprime_header .ciprime_search form input, header.ciprime_header form button  {
    border: 0px solid #005e9f !important;

}
header.ciprime_header .ciprime_search form input {
  border-right: 0px !important;
  border-radius: 0px !important;
  padding: 5px 10px !important;
  min-height: 38px !important;
  background: transparent;
  border: 1px solid #ccc !important;
}
header.ciprime_header .ciprime_search form input:focus {
  box-shadow: none;
}
header.ciprime_header .ciprime_search form button {
  background: #005e9f !important;
  color: #fff !important;
  border-radius: 0px !important;
  padding: 5px !important;
  width: 38px;
  height: 38px;
}

header.ciprime_header form button {
    border-radius: 7px !important;
    padding: 5px !important;
    width: 30px;
    height: 30px;
}
.carousel {
    border: 0px solid #fff;
    box-shadow: none;
}
.product-thumb {
    background: transparent;
    border-radius: 10px;
    border: 1px solid #ececec !important;
    margin-top: 0px;
    transition: all .5s ease 0s;
    padding: 8px;
}
.product-thumb .image img{
    border-radius: 10px;
}
.description {
  text-align: center;
}
.description  h4 a{
  font-weight: 500;
  font-size: 16px;
  color: #000000 !important;
}
.description p {
      font-size: 12px;
    font-weight: 300;
    color: #515151;
}
.product-thumb .content {
  position: relative;
}
.product-thumb .button {
}
.product-thumb .content form .button button:first-child {
    border: .0px solid #005e9f !important;
    color: #005e9f !important;
    background: #fdfdfd;
    border: 1px solid #dedede !important;
}
.product-thumb .content form .button button:nth-child(2) {
    border: .0px solid #005e9f !important;
    color: #005e9f !important;
    background: #fdfdfd;
    border: 1px solid #dedede !important;
    border-radius:  22px 22px;
}
.product-thumb .content form .button button:nth-child(3) {
    border: .0px solid #005e9f !important;
    color: #005e9f !important;
    background: #fdfdfd;
    border: 1px solid #dedede !important;
}
.product-thumb .content form .button button:hover {
    background: #005e9f !important;
    color: #fff !important;
    border-color: #005e9f !important;
}
.product-thumb:hover .button {
}
.product-list .product-thumb .button, .product-list  .product-thumb:hover .button  {
  position: relative;
  bottom: initial;
}
.product-list  .product-thumb .description {
  text-align: left;
}
#menu .dropdown-menu {
    /* filter: drop-shadow(0px 5px 7px rgba(54, 55, 57, 0.23)); */
    background: #ffffff;
    border: 0px;
    border-radius: 10px;
    border: 1px solid #005e9f14;
    box-shadow: none !important;
    backdrop-filter: none !important;;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08) !important;
}
#menu .dropdown-menu a:before, #menu a:before {
    position: absolute;
    content: '';
    left: 12px;
    height: 1px;
    width: 0px;
    background-color: #323232;
    bottom: 3px;
    transition: all 0.5s ease 0s;
}
#menu .dropdown-menu a:hover:before, #menu a:hover:before {
    width: 50px;
}
.dropdown-item {
  position: relative;
}
.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-hover-color);
    background: transparent;
}
.carousel-indicators [data-bs-target] {
    height: 4px;
    width: 4px;
    background: #c0c0c0 !important;
    opacity: 1;
    border-color: #c0c0c0;
    margin-right: 3px;
    margin-left: 3px;
}
.carousel-indicators [data-bs-target].active{
  width: 20px;
      background: #005e9f !important;
        border-color: #005e9f !important;
}

.breadcrumb {
  margin-top: 25px;
}
.breadcrumb i.fa-home:before {
  content: "Home";
   font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.list-group {
  border-radius: 10px;
}
.list-group-item.active{
  background: transparent;
  border-color: #dee2e6;
  color: #212121;
  font-weight: 600;
}
 .list-group-item:hover {
  background: transparent;
  border-color: #dee2e6;
  color: #212121;
  font-weight: 600;
}
#product-category #content h1 + .row {
    background-color: #f3f4f8;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 10px 5px;
    align-items: center;
}
#product-category #content  h3 + .row ul  {
  padding: 0px;
  margin-bottom: 0px;
  list-style: none;
}
#product-category #content  h3 + .row ul li {
  display: block;
  margin-bottom: 15px;
}
#product-category #content h3 + .row ul a {
    padding: 6px 19px;
    background: #f3f4f8;
    border-radius: 7px;
    color: #212121;
    font-size: 16px;
}

#product-category #content  h3 + .row + .row {
  background-color: #f3f4f8;
  padding: 5px;
  border-radius: 10px;
  margin-bottom: 20px;
  align-items: center;
}
#product-category #content  h3 + .row + .row .mb-3 {
  margin-bottom: 0px !important;
  margin: 5px 0px !important;
}
#product-category #content .img-thumbnail {
  border: 0px;
    border-radius: 10px;
}
.btn-primary {
    background: #005e9f !important;
    border-color: #005e9f;
}
.btn-light.active {
  background: #005e9f !important;
  color: #fff !important;
}

#product-category #content  h3 + .row + .row .btn-group .btn-light {
  background: transparent !important;
  border: 0px !important;
  color: #898989 !important;
  font-size: 18px !important;
}
#product-category #content  h3 + .row + .row .btn-group .btn-light.active {
  color: #212121 !important;
}
.product-list .product-thumb .button {
    margin-left: 10px;
    text-align: left;
}
.page-link {
  color: #090a0a;
}
.page-link.active, .active > .page-link {
      background: #005e9f !important;
}
#cart .dropdown-menu {
  background: #fffffff7;
    border-radius: 10px;
    border: 1px solid #005e9f14 !important;
    box-shadow: none !important;
    backdrop-filter: blur(23px);
}
#cart .dropdown-menu  .table > :not(caption) > * > *, .table-striped > tbody > tr:nth-of-type(odd) > * {
  background: transparent !important;
  border-color:#7f7f7f2e;
  --bs-table-bg-type:  transparent !important;
}
#cart .table-bordered > :not(caption) > * {

  border-color:#7f7f7f2e;

}
#cart .dropdown-menu p.text-end a strong {
    padding: 7px 13px;
    background: #005e9f;
    margin-top: 6px;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    font-weight: 400 !important;
}
#output-cart .table-bordered > :not(caption) > * > *, .accordion-button:not(.collapsed), #checkout-confirm .table-bordered > :not(caption) > * > *{
      background: #f3f4f8;
}
#product-info .btn-group button {
    text-align: center;
    width: 45px;
    height: 44px;
    display: block;
    padding: 0px;
    border-radius: 40px;
    border: 0px;
    box-shadow: none;
    display: inline-block;
    margin: 0px 3px;
    color: #6c757d;
    font-size: 15px;
    border: 1px solid #e5e5e5;
}

#product-info .btn-group button:hover {
  background: #005e9f !important;
  border-color: #005e9f !important;
  color: #fff;
}
.nav-tabs {
      background-color: #f3f4f8;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.nav-tabs .nav-link{
    border: 0px;
    margin: 0px;
    border-radius: 4px;
    margin-right: 7px;
    color: #121212;
    margin: 3px 0px;
}
.nav-tabs .nav-link.active {
    background: #005e9f;
    color: #fff;
}
#form-product .input-group {
  display: block;
}
#form-product .input-group .input-group-text {
  padding: 0px;
  margin-bottom: 5px;
  background: transparent;
  border: 0px;
}
#form-product .input-group {
    background-color: #f3f4f8;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #dbe3ff;
}
#form-product .input-group input{
  width: 100%;
  margin-bottom: 10px;
  border-radius: 4px;
  border-radius: 8px;
  padding: 10px 15px;
}
#form-product .input-group button {
   width: 100%;
  background: #005e9f !important;
  color: #fff !important;
  border-radius: 0px !important;
  padding: 0px !important;
  text-align: center;
  line-height: 38px;
  margin-right: 5px;
  font-size: 12px;
  border-radius: 50px !important;
}
#checkout-register .form-control, #checkout-register .form-select {
      background-color: #f6f8fd;
}
header.ciprime_header #cart button.btn-dark i {
  background: #005e9f !important;
  color: #fff !important;
  border-radius: 0px !important;
  padding: 0px !important;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  margin-right: 5px;
  font-size: 12px;
}
#account-account .list-unstyled li, #information-sitemap ul li {
  display: block;
}
#information-sitemap ul:first-child {
  padding: 0px;
  margin-bottom: 0px;
}
#information-sitemap ul:first-child>li {
  margin-bottom: 10px;
}
#account-account .list-unstyled li a , #information-sitemap ul:first-child>li>a {
  padding: 6px 15px;
    background: #f3f4f8;
    border-radius: 7px;
    color: #212121;
    font-size: 14px;
    margin-bottom: 5px !important;
    display: inline-block;
}
#information-sitemap ul:first-child>li li a {
    padding: 0px 10px;
    background: #fbfbfb;
    margin-bottom: 5px;
    display: inline-block;
    color: #5c5a5a;
    border-radius: 0px;
    border-left: 1px solid #dfdfdf;
}
#account-account .list-unstyled li a:hover {
      background: #005e9f !important;
      color: #fff !important;
}

.carousel-indicators {
    bottom: -10px;
}
.carousel {
    margin-bottom: 20px;
}
.navbar-nav .dropdown-toggle:after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-size: 13px;
    display: block;
    float: right;
    margin-left: 5px;
    margin-top: 0px;
    font-weight: 700;
}
header.ciprime_header .container>.row {
  align-items: center;
}
.carousel .carousel-control-prev, .carousel .carousel-control-next {
    background: #fff;
    width: 40px;
    height: 40px;
    font-size: 14px;
    border-radius: 36px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.08) !important;
}
.carousel:hover .carousel-control-prev, .carousel .carousel-control-prev {
    left: 10px !important;
    opacity: 0.7 !important;
}
.carousel:hover .carousel-control-next, .carousel .carousel-control-next {
    right: 10px !important;
    opacity: 0.7 !important;
}


header.ciprime_header {
    padding: 20px 10px;
    padding-bottom: 10px;
}
.ciprime_search {
    margin-bottom: 0px;
        border-top: 0px solid rgba(18, 18, 18, 0.08);
}
#logo img {
    max-width: 150px;
}
.ciprime_search {
    border: 0px solid #005e9f14;
}
html body header.ciprime_header .mb-3 {
    width: 100%;
}
.ciprime_header .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ciprime_header .row > div:nth-child(1) { 
  width: 25%;
}

.ciprime_header .row > div:nth-child(2) { 
  width: 50%;
}

.ciprime_header .row > div:nth-child(3) { 
  width: 25%;
}

.ciprime_header .row>div:first-child {
  order: 1;
}

.ciprime_header .row>div:nth-child(2) {
  order: 2;
}
.headerFixed {
    position: absolute;
    width: 100%;
    z-index: 3;
    background: #ffffff;
    border: 0px solid #005e9f14;
    box-shadow: none !important;
    border-bottom: 1px solid rgba(18, 18, 18, 0.08);
    top: 0;
}
.ciprime_top+.ciprime_header {
}

main .container nav {
}
.ciprime_header>.container {
  position: relative;
}
footer {
  padding-bottom: 10px;
}
header.ciprime_header .container>.row {
  align-items: center;
}

.alert-success {
  --bs-alert-bg: #d1e7ddc7;
  --bs-alert-border-color: #a3cfbb5e;
  backdrop-filter: blur(23px);
}
.menuCi .container {
  max-width: 100%;
}
.ciproduct_carousel {
  margin-top: 20px;
}
.ciproduct_carousel .tabs_here {
    width: 100% !important;
}
.ciproduct_carousel .nav-tabs a {
  padding: 10px !important;
}
.ciproduct_carousel .owl-carousel .owl-wrapper-outer {
  overflow: initial !important;
}
.ciproduct_carousel .tab-pane .owl-carousel .owl-wrapper-outer {
  overflow: hidden !important;
}
.main_tab {
      top: -18px !important;
}
.ciproduct_carousel .product-thumb .caption h4 a {
    padding: 5px 15px !important;
    border-radius: 7px !important;
}
.ciproduct_carousel .tab-content .owl-buttons .owl-prev i, .ciproduct_carousel .tab-content .owl-buttons .owl-next i {
    padding: 6px 9px !important;
    font-size: 14px !important;
}
.allinone {
  margin-top: 20px;
}
@media (min-width: 992px) {
  #common-home #content > .row, header.ciprime_header .container, .carousel, #common-home #content>div{
    max-width:962px;
    margin-left: auto;
    margin-right: auto;
  }
  #common-home #content > h3 {
    max-width: 962px;
  }
  header.ciprime_header #cart {
    order: 3;
  }
}
@media (min-width: 1200px) {
  #common-home #content > .row, header.ciprime_header .container, .carousel, #common-home #content>div{
    max-width:1170px;
    margin-left: auto;
    margin-right: auto;
  }
  #common-home #content > h3 {
    max-width: 1170px;
  }
}

@media (min-width: 1400px) {
  #common-home #content > .row, header.ciprime_header .container, .carousel, #common-home #content>div, #top.ciprime_top .container{
    max-width:1370px;
    margin-left: auto;
    margin-right: auto;
  }
  #common-home #content > h3 {
    max-width: 1370px;
  }
}
@media (max-width: 991px) {

  #common-home #content > .row, header.ciprime_header .container, .carousel, #common-home #content>div, #product-category #content h1 + .row{
    max-width:100%;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 15px);
  }
  header.ciprime_header .container {
    max-width: calc(100% - 0px);
  }
  #common-home #content > h3 {
    max-width: calc(100% - 15px);
  }
  header.ciprime_header .container>.row .col-md-3 {
  }
  header.ciprime_header .container>.row>div:nth-child(3) {
    order: 3;
  }
  header.ciprime_header {
    padding: 15px 0px;
  }
  #logo { 
    margin-bottom: 0px !important;
  }
  .headerFixed {
    border: 0px;
  }
  #menu {
    min-height: auto;
    background: #005e9f !important;
    border-bottom:0px;
  }
  #menu #category {
    color: #fff;
    text-shadow: none !important;
    font-weight: 300;
    font-size: 12px;
    line-height: 34px;
  }
  .navbar-collapse{
    position: absolute;
    top: 33px;
    width: 100%;
    left: 0px;
    background: #ffffff;
    z-index: 3;
    border: 1px solid #005e9f14;
    box-shadow: none !important;
    /*background: #ffffffcf;*/
    border: 0px;
  }
  #menu .dropdown-menu {
    max-width: calc(100% - 15px);
    margin-left: auto;
    margin-right: auto;
  }
  #menu .navbar-nav {
    overflow: scroll;
    height: 95vh;
    flex-direction: row;
    display: block;
  }

  #menu .dropdown-inner {
    display: flex;
    flex-direction: column;
    overflow: scroll;
    /*height: 300px;*/
  }

  #menu .navbar-nav > li > a {
    text-shadow: none;
    color: #212121;
  }
  .navbar-toggler {
    background: transparent;
    right: 20px;
    color: #121212 !important;
    border: 0px;
    padding: 0px;
  }
  #menu .navbar-toggler i {
    color: #fff;
    border-color: transparent;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }

  .product-thumb .button {
    position: relative;
    bottom: 0px !important;
    justify-content: space-between;
    display: flex;
  }
  #product-category #content h3 + .row .col-sm-3 {
    width: 50%;
  }
  #product-category #content h1 + .row>div{
    width: 100%;
    margin-bottom: 10px;
  }

  #product-category #content h1 + .row>div img {
    width: 150px;
  }
  #product-category #content h3 + .row ul a {
    font-size: 12px;
  }
  .breadcrumb {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  #cart .btn-lg {
    border-width: 0px !important;
    padding-right: 0px;
    border-color: #ececec !important;
    padding-right: 10px;
  }
  header.ciprime_header form button {
  }
  #logo img {
    max-width: 95px;
    margin: auto;
  }
  #top.ciprime_top .list-inline-item > a, #top.ciprime_top .list-inline-item .dropdown > a {
     line-height: 31px;
  }
  #top.ciprime_top .list-inline-item > a, #top.ciprime_top .list-inline-item .dropdown > a {
    color: #212121;
  }
  .menuCi .container {
    padding: 0px;
  }
  #top.ciprime_top  {
    background: #f6f6f6 !important;
  }
  #common-home #content .carousel:first-child {
      max-width: calc(100% - 15px);
  }
  /* Shadow overlay */
.navbar_shadow {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.67);
  transition: left .5s ease;
  z-index: 999;
}

/* Sidebar menu */
#navbar-menu,
#navbar-menu.collapse:not(.show) {
  position: fixed;
  top: 0;
  left: -100%;
  width: 80%;
  height: 100% !important;
  background: #fff;
  padding: 15px 0;
  display: block !important;
  transition: left .5s ease;
  z-index: 1000;
}

/* Close button (hidden initially, on right side) */
.fa-xmark.menu_close {
  position: fixed;
  top: 15px;
  right: -100%;   /* hidden off-screen */
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: rgba(8,8,8,0.97);
  border-radius: 50%;
  transition: right .5s ease;
  z-index: 1001;
}

/* Default hidden state */
#navbar-menu,
#navbar-menu + .navbar_shadow,
#navbar-menu ~ .menu_close {
  left: -100%;
  right: -100%;
}


#navbar-menu ~ .menu_close {
  left: auto;
  right: -100%;
}

/* When toggled: menu + shadow show immediately */
#navbar-menu.cimenu_toggle,
#navbar-menu.cimenu_toggle + .navbar_shadow {
  left: 0 !important;
}

/* Show close button slightly after shadow (delay makes it stable) */
#navbar-menu.cimenu_toggle ~ .menu_close {
  right: 15px;             /* final visible position */
  transition-delay: 0.2s;  /* appears after shadow */
}

}

@media (max-width: 660px) {
   header.ciprime_header .container>.row>div:nth-child(3) {
    margin-bottom:0px;
  }
  header.ciprime_header form button, header.ciprime_header #cart button.btn-dark i {
    width: 30px;
    height: 30px;
    font-size: 12px !important;
  }
  #cart>.d-grid {
    justify-content: flex-end !important;
  }
  header.ciprime_header #cart button.btn-dark i {
    line-height: 30px;
  }
  header.ciprime_header .ciprime_search form input {
    padding: 5px 15px !important;
    min-height: 34px !important;
    font-size: 14px !important;
  }
  #cart>div.d-grid {
    justify-content: center;
  }
  header.ciprime_header .ciprime_search form button {
    height: 34px;
  }  
  #common-home #content > h3+.row>div , #product-category #product-list >div{
    width: 50%;
    padding: 5px;
    margin-bottom: 5px !important;
  }
  .product-thumb, .product-thumb .image img{
    border-radius: 10px;
  }
  .product-thumb .description {
    padding: 15px 5px;
  }
  .product-thumb {
      padding: 2px;
  }
  .product-thumb .button button {
    width: 35px;
    height: 35px;
    line-height: 35px !important;
    margin: 0px;
  }
  .product-thumb .button {
    position: relative;
    bottom: 0px !important;
    border-radius: 0px;
    background: transparent;
    border: 0px;
    width: 100%;
    justify-content: center;
    display: flex;
  }
  .description p {
    font-size: 12px;
    line-height: 16px;
  }
  .carousel .carousel-control-prev, .carousel .carousel-control-next {
    width: 30px;
    font-size: 12px;
    height: 30px;

  }
  #product-category #content h3 + .row .col, #product-category #content h3 + .row .col-sm-3 {
    width: 100%;
    flex: initial;
  }
  #product-category #content .row-cols-lg-4 > div {
    width: auto !important;
  }
  #product-info h1 {
    margin-top: 30px;
  }
  .ciprime_search {
    padding: 00px;
  }
  html body header.ciprime_header .mb-3 {
    width: 90%;
  }
  #cart .dropdown-menu {
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #005e9f14 !important;
    box-shadow: none !important;
    backdrop-filter: blur(23px);
    width: 300px;
    right: 0px !important;
    left: auto !important;
    overflow: scroll;
    max-height: 360px;
    transform: none !important;
    top: 39px !important;
    left: auto !important;
    right: 0px !important;
    width: 320px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08) !important;
  }
  #cart .dropdown-menu li>.table tr {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    background: #eeeeee;
    border-radius: 10px;
    border: 0px !important;
  }
  #cart .dropdown-menu li>.table tr td {
    width: 50% !important;
  }
  #cart .dropdown-menu li>.table tr td:nth-child(3), #cart .dropdown-menu li>.table tr td:nth-child(4), #cart .dropdown-menu li>.table tr td:nth-child(5) {
    width: 33.3% !important;
    border: 0px !important;
  }
}

@media (max-width: 600px) {

  #logo { 
    margin-bottom: 10px !important;
  }

  .ciprime_search {
    padding: 0 15px;
    padding-top: 6px;
  }
  .ciprime_header .row>div:first-child {
      order: 1;
  }
  #cart {
    order: 2 !important;
  }
  .ciprime_search {
    order: 3 !important;
  }
  #logo {
    text-align: center;
  }
  .ciprime_header .row>div {
    width: 100% !important;
  }

  #cart>.d-grid {
    justify-content: center !important;
  }
  html body header.ciprime_header .mb-3 {
    width: 100%;
  }
  header.ciprime_header {
    padding-bottom: 10px;
  }

  #cart .dropdown-menu {
    width: 100%;
  }
  .carousel {
    margin-bottom: 10px;
  }
}
@media (max-width: 420px) {
  #cart .btn-lg {
    font-size: 12px;
  }
}

.tooltip .tooltip-inner {
  background-color: #005e9f !important;
}

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: #005e9f !important
}

.pagination {
  flex-wrap: wrap;
}

.nav-link:focus-visible {
  outline: 0;
  box-shadow: none;
}

#product-category #content .row-cols-lg-4 {
  flex-wrap: wrap;
}

#product-category #content .row-cols-lg-4 > div {
  width: auto;
}








.product-thumb .in-stock-badge, .product-thumb .out-stock-badge, .product-thumb .pre-order-badge {
  position: absolute;
}

.in-stock-badge {
  background: #73a723;
  color: #fff;
  border: 1px solid #73a723;
  border-radius: 5px;
  padding: 2px 5px;
}

.out-stock-badge, .pre-order-badge {
  background: #f3a638;
  color: #fff;
  border: 1px solid #f3a638;
  border-radius: 5px;
  padding: 2px 5px;
}

#product-list .product-thumb .description p {
  margin-bottom: 5px;
}
#product-list .product-thumb .description .list-product-model {
  text-align: center;
}
#product-list.product-list .product-thumb .description .list-product-model {
  text-align: left !important;
}
li:has(> :first-child:contains("SKU")),
#content > div.row.mb-3 > div:nth-child(2) > ul:nth-child(2) > li:nth-child(3) {
  display: none !important;
}
.header-center-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px; /* space between logos */
  margin: 10px 0; /* vertical spacing */
}

.header-center-logos .header-logo {
  max-height: 25px; /* adjust size */
  width: auto;
  transition: transform 0.2s ease;
}

.header-center-logos a:hover .header-logo {
  transform: scale(1.05);
}

/* Hide on mobile */
@media (max-width: 991px) {
  .header-center-logos {
    display: none !important;
  }
}
.btn-custom-blue {
    background-color: #005e9f;
    color: #ffffff;
    border: none;
}

.btn-custom-blue:hover {
    background-color: #004b7a; /* slightly darker on hover */
    color: #ffffff;
}
/* ==================================================
   XShippingPro – FINAL CSS
   ================================================== */

/* Shipping box */
#xshippingpro-box {
  padding: 12px;
  margin-top: 10px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 6px 16px rgba(0,0,0,0.06);
}

/* Header */
#xshippingpro-box .shipping-header {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #111827;
}

/* Inputs */
#xshippingpro-box select,
#xshippingpro-box input {
  width: 100%;
  padding: 8px 10px;
  font-size: 13px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  margin-bottom: 6px;
}

/* Button */
#estimate-xshipping {
  width: 100%;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 500;
  background: #f3f4f6;
  color: #111827;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  cursor: pointer;
}

#estimate-xshipping:hover {
  background: #e5e7eb;
}

/* Quotes */
.xshippingpro-quotes {
  margin-top: 10px;
}

.xshippingpro-quote {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 8px 10px;
  margin-bottom: 6px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
}

/* Title + logo */
.xshippingpro-quote b {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #111827;
}

/* Price */
.xshippingpro-quote span {
  font-size: 13px;
  font-weight: 500;
}

/* DPD logo */
.xshippingpro-quote b.carrier-dpd::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 18px;
  background: url("/image/catalog/shipping/dpd.png") no-repeat center / contain;
}

/* FEDEX logo */
.xshippingpro-quote b.carrier-fedex::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 18px;
  background: url("/image/catalog/shipping/fedex.png") no-repeat center / contain;
}

/* Estimated delivery date – GREEN */
.xshippingpro-desc {
  color: #16a34a !important;
  font-size: 12px !important;
  font-weight: 700;
  margin-top: 2px;
}

/* Mobile */
@media (max-width: 768px) {
  .xshippingpro-quote {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}
.xshippingpro-quote b::before {
    content: "";
    display: inline-block;
    width: 80px;
    height: 40px;
    background: url('/image/dpd.png') no-repeat center;
    background-size: contain;
    margin-right: 8px;
    vertical-align: middle;
}
.product-manufacturer .manufacturer-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.manufacturer-logo {
    height: 200px;
    width: auto;
}

