/* @font-face {
  font-family: "Arial";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/Arial/static/Arial-Medium.ttf") format("truetype");
} */

@font-face {
  font-family: "Arial", sans-serif;
  src: url("../font/arial/ARIAL.TTF") format("ttf");
  font-display: swap;
}

:root {
  --dark-blue-color: #0c315d;
  --light-blue-color: #1b65b1;
  --text-white-color: #fff;
  --font-family-arial: "Arial";
  --border-color: #e3eaf4;
  --footer-bg-color: #e3eaf4;
}

body {
  font-family: var(--font-family-arial);
  font-size: 16px;
}

a:hover {
  color: #1b65b1 !important;
}

.product-added-to-cart {
  opacity: 0;
}
.login__card, .register__card {
margin:0 !important;
padding:0 !important;

}
/* ============================ header ===============================*/
.ph-picture {
    height: 300px;
}
.ph-item {
    margin-bottom: 0;
    padding: 0;
}
.ph-item>* {
    padding-right: 0;
}

.preferences {
  border-bottom: 1px solid var(--border-color);
  height: 42px;

  font-family: var(--font-family-arial);
}

.product-image.product-image--location--gallery.product-1 {
  width: 100%;
}

.gl-slider-section,
.swiper-custom-gl {
  height:663px;
}



.product-color-item .spec-list li ,.product-color-item .spec-list li .spec-circle{
  padding: 3px;
  color: var(--dark-blue-color);
  font-size: 14px;
  border: 0 !important;
  display: none;
}

/* Sadece Renk Kodu satırını göster */
.product-color-item #renkkodu {
  display: block;
  padding: 0;
  margin:0 2.5px;
}
.search-page .block-sidebar--offcanvas--always .block-sidebar__backdrop {
  display: none !important;
}

.product-color-item .spec-list {
  margin-top: 5px;
}
.product-item__variant-count {
  position: absolute;
  bottom: 10px;
  right: 10px;
  pointer-events: none;
  z-index: 10;
  border-radius: 20px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 5px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}

.product-item__variant-count img {
  width: 21px;
  margin-right: 5px;
}

.product-item__variant-count span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.preferences-container-left {
  display: flex;
  align-items: center;
}

.preferences-container-left .topbar__item-value {
  color: #0c315d;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 10px;
}

.currency {
  border-right: 1px solid var(--border-color);
  padding: 0 40px 0 8px;
  height: 42px;
}

.currency .topbar-dropdown__btn {
  margin-left: 0;
}

.currency .topbar-dropdown__btn:after {
  top: 11px;
  right: -9px;
  color: var(--dark-blue-color);
  font-size: 15px;
}

.language .topbar-dropdown__btn:after {
  top: -4px;
  right: -9px;
  color: var(--dark-blue-color);
  font-size: 15px;
}

.language .topbar-dropdown__body {
  box-shadow: none;
  border: 1px solid var(--border-color);
  top: 192%;
  left: -1%;
  border-radius: 0;
  width: 100px;
}

.currency .topbar-dropdown__body {
  min-width: 95px;
  right: -117%;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid var(--border-color);
  top: 98%;
}

.currency--list li a,
.language--list li a,
.preferences-text,
#account__dropdown li a {
  color: #0c315d;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 10px;
}

.preferences-container-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

.categoryGrid .card .list-picture img {
  width: auto;
  height: 265px;
  border-radius: 0;
}

.addtowishsvg {
  width: 30px;
  height: 30px;
}

.addtowishsvg,
.loginpicturesvg {
  stroke-width: 2;
  stroke: #0c315d;
  fill: none;
}

.svgmaplocation,
.lifebuoysvg {
  width: 16px;
  height: 16px;
}

.loginpicturesvg {
  width: 12px;
  height: 16px;
}

.svgmaplocation .st0,
.lifebuoysvg .st0,
.loginpicturesvg .st0 {
  fill: #0c315d;
}

.svgmaplocation .st1 {
  fill: #fff;
}

.login-picture-container .loginpicturesvg {
  position: absolute;
}

.preferences-container-right #topcartlink {
  display: none;
}

.preferences-item {
  height: 42px;
  padding: 0 23px;
  border: 0;
  border-right: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  min-width: 120px;
}

.account-topbar {
  border-right: 0;
  padding: 0 10px 0 23px;
}

.addtowishsvg .st1 {
  fill: #fff;
  display: none;
}

.preferences-item svg {
  margin-right: 8px;
}

.wishlist-qty {
  width: 10px;
  height: 10px;
  top: 6px;
  padding: 6px;
  left: 46px;
  font-size: 8px;
  background-color: var(--dark-blue-color);
}

.preferences-arrow {
  position: relative;
}

.preferences-arrow:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid var(--dark-blue-color);
  transform: rotate(178deg);
  right: 12px;
}

.account-topbar .topbar-dropdown__btn {
  display: flex;
  flex-direction: row;
  position: relative;
}

.account-topbar svg {
  position: unset;
}

.preferences-item:hover .preferences-text {
  color: var(--light-blue-color);
}

#account__dropdown {
  width: 100%;
  min-width: 133px;
  top: 97%;
  left: -1%;
  padding: 0;
  overflow: hidden;
  padding: 10px 0 0;
  box-shadow: none;
  border: 1px solid var(--border-color);
  border-radius: 0;
}

#account__dropdown li {
  padding: 10px 15px;
  cursor: pointer;
}

#account__dropdown .topbar__box {
  background-color: transparent;
  color: var(--dark-blue-color);
  padding: 0;
  margin: 0;
  text-align: left;
}

#account__dropdown .topbar__box .menu__item-link {
  text-align: left;
  padding: 0;
  margin: 0;
}

#account__dropdown .topbar__box li {
  padding: 10px 15px 20px;
}

#account__dropdown .topbar__box li a:hover {
  color: var(--dark-blue-color) !important;
}

.preferences-help {
  position: relative;
}

/* .product__features li:not(#SpecificationCategory, #Specificationmodel), .product-card__features-list li:not(#Specificationcinsiyet, #SpecificationCategory){
  display:block;
} */

.publish-detail li:last-child {
    display:none;
}

.publish-detail li{
  border: 0;
}

.publish-detail {
  margin: 0;
}
.preferences-dropdown {
  position: absolute;
  top: 96%;
  left: -237px;
  border: 1px solid var(--border-color);
  padding: 40px 0;
  width: 357px;
  display: flex;
  align-items: center;
  background-color: var(--text-white-color);
  justify-content: center;
  flex-direction: column;
  display: none;
}

.preferences-help:hover .preferences-dropdown {
  display: flex;
}

.preferences-list {
  font-size: 14px;
  font-weight: 700;
  position: relative;
  margin-top: 0;
  margin-bottom: 6px;
  text-align: center;
  color: var(--dark-blue-colorF);
  width: 190px;
}

.preferences-list img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-right: 15px;
}

.preferences-dropdown h6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--dark-blue-color);
  font-weight: 600;
}

.preferences-dropdown h6 svg {
  margin: 5px 0;
}

.svg-wave {
  transform: scale(0.5);
}

.svg-wave-path {
  stroke: #0c315d;
}

.categoryGrid {
  margin-top: 15px;
}

.block-products-carousel[data-layout="grid-5"]:not([data-mobile-grid-columns="2"]) .product-card .product-card__image {
  padding: 0;
}

.preferences-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 0;
  cursor: pointer;
}

.preferences-list li:hover span:first-child {
  text-decoration: underline;
  color: var(--light-blue-color);
}

.preferences-list li p {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.preferences-list li p span:last-child {
  font-size: 10px;
  font-family: Arial;
  color: #0c315d;
  display: block;
  margin-top: 5px;
  font-weight: 300;
  white-space: nowrap;
}

.preferences-list li p span:first-child {
  font-size: 11px;
  font-weight: 700;
  color: #0c315d;
}

.preferences-list li i {
  font-size: 30px;
  color: var(--dark-blue-color);
  margin-right: 15px;
}

.preferences-sss {
  display: block;
  border: 1px solid #0c315d;
  padding: 12px;
  text-align: center;
  color: #0c315d;
  font-size: 11px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.logo{
  min-width: 125px;
}
.logo a img {
  height: 54px;
 
}

.header__content {
  padding: 0;
}

.header {
  position: sticky !important;
  top: 30px;
  z-index: 11;
  background-color: var(--text-white-color);
  border-bottom: 1px solid var(--border-color);
}

.header-menu-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header-shopping .preferences-item {
  display: none;
}

.header-menu-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 10px 0 0;
}

#topcartlink {
  margin-left: 20px;
}

@media (min-width: 990px) {
  .nav__subbox--link .nagivastion-img {
    margin-top: 12px;
    width: 190px;
    height: 256px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .navigation__title {
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #0c315d !important;

    font-family: Arial !important;
    white-space: initial;
    text-transform: uppercase;
  }

  .navigation__title.nav__subbox--link .nagivastion-img {
    width: 99px;
    height: 99px;
    margin-top: 24px;
  }

  .nav-li__home--link {
    width: auto;
    position: relative;
    overflow: hidden;
    height: 32px;
  }

  .nav-li__home--link svg {
    position: absolute;
    width: auto;
    display: none;
  }

  .nav-li__home--link:hover svg {
    display: block;
  }

  .nav-li__home {
    padding: 32px 20px 20px;
    width: auto;
  }

  .nav_list {
    padding: 0 20px;
    justify-content: flex-start;
  }

  .nav-li__home:hover {
    border-color: transparent;
  }

  .nav-links__item {
    padding: 32px 20px;
    width: auto;
  }

  #MobileNav>li>a {
    color: var(--dark-blue-color);
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Arial", serif;
    font-weight: 700;
  }

  .home-menu-container {
    margin-left: 152px;
  }

  .nav__subbox--li {
    flex-direction: column;
    padding-left: 0;
    width: 196px;

  }

  .nav-li__sub--arrow {
    display: none;
  }

  .nav-sub-1 .nav__subbox--submenu,
  .nav-sub-2 .nav__subbox--submenu {
    position: unset !important;
    display: block !important;
    left: 0;
    width: 100%;
    padding-left: 0;
  }

  .megamenu .nav-li__home:hover a {
    color: var(--dark-blue-color);
  }

  .menu-title-text {
    padding: 23px 50px 0 0;
    font-size: 26px;
    font-family: Arial !important;
    font-weight: 700;
    margin: 0;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    color: var(--dark-blue-color);
    width: 218px;
  }

  .menu__categories--img {
    position: relative;
    height: 100%;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  }

  .menu__categories--img img {
    margin-top: 10px;
    width: 190px;
    height:256px;
    object-fit: contain;
  }

  .megamenu .nav-li__home a {
    color: var(--dark-blue-color);
    font-weight: 600;
    font-size: 14px;
    font-family: "Arial", serif;
  }

  .menu-container {
    display: flex;
    width: max-content;
  
  }

  .megamenu .nav__subbox--list.nav-sub-2 .nav__subbox--link {
    color: var(--dark-blue-color);
    font-weight: 400;
    font-size: 12px;
    font-family: "Arial", serif;
  }

  .nav__subbox--li {
    border: 0;
  }

  .nav-sub-2 .nav__subbox--li {
    padding: 7px 0;
    border: 0;
  }

  .nav-sub-2 .nav__subbox--li:hover a {
    color: #1b65b1 !important;
  }

  .nav__subbox--list.nav-sub-1 li:hover {
    background-color: transparent;
  }

  .categori-all-item a span {
    font-family: Times New Roman;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: 0;
    color: #0c315d;
    text-decoration: underline !important;
    text-transform: capitalize;
    display: block;
    margin: 11px 0px;
  }

  .megamenu .nav-li__home--subbox {
    top: 85px;
    box-shadow: none;
    z-index: 999;
 
  }

  .menu__categories--img span {
    position: unset;
    color: var(--dark-blue-color);
    text-decoration: none;
          
  }

.nav-li__home:nth-child(3)  .menu__categories--img span ,.nav-li__home:nth-child(4)  .menu__categories--img span {
   width: 80%;
        margin: auto;
}
  .menu__categories--img {
    z-index: 8;
  }

  .nav__subbox--list {
    background-color: var(--default-theme-white);
    list-style: none;
    padding: 0;
    margin: 0;
    width: max-content;
    min-width: max-content;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;

  }

  .nav__subbox--list.nav-sub-1::before,
  .nav__subbox--list.nav-sub-1,
  .nav-sub-1 .nav__subbox--li {
    background-color: white;
  }

  .nav-li__home--arrow {
    display: none;
  }
}

.basketsvg {
  width: 42px;
  height: 42px;
}

.basketsvg .st0 {
  fill: #0c315d;
}

.basketsvg .st0 {
  fill: #0c315d;
}

.cart-qty {
  padding: 5px;
  background-color: transparent;
  top: 15px;
  left: 18px;
}

.search-vilebre {
  height: 42px;
  width: 100%;
  border: 2px solid #0c315d;
  border-radius: 0;
  width: 320px;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 10px;
}

.search.search--location--header {
  height: 42px;
}

.search--location--header .search__body {
  padding: 0;
}

.search--location--header .search__input{
  text-transform: capitalize;
}

.search-vilebre .search__input-label {
  position: absolute;
  left: 12px;
  top: 50%;
  color: #0c315d;
  font-size: 11px;
  top: 12px;
  background: #fff;
  left: 11px;
  transition: all 0.3s ease-in-out;
  font-family: Arial;
  font-weight: 700;
  padding: 0 4px;
}

.search__button.search__button--type--submit i {
  font-weight: 600;
  font-size: 16px;
}

.search-vilebre #search-input {
  width: 100%;
  border: 0;
  outline: 0;
  font-size: 12px;
  color: white;
}

.search-vilebre #search-input:focus {
  color: var(--dark-blue-color);
}

.search-vilebre #search-input:focus+.search__input-label {
  top: -7px;
  left: 10px;
}

.search__suggestions.suggestions.suggestions--location--header {
  position: absolute;

  max-width: 100%;
  overflow: hidden;
  background: white;
  top: 42px;
  border-radius: 0;
  width: 100%;
  right: 0;
  left: 0;
  border: 1px solid var(--border-color);
  padding: 5px 15px;
}

.search-suggestions-list li {
  border: 1px solid var(--border-color);
  font-size: 12px;
  line-height: 0;
  letter-spacing: 0;
  background-color: white;
  border-radius: 50px;
  padding: 10px 7px;
  white-space: nowrap;
  margin: 0px 8px 8px 0;
  cursor: pointer;
  transition: 500ms all;
  color: var(--dark-blue-color);
}

.search-suggestions-list li.active,
.search-suggestions-list li:hover {
  background: var(--dark-blue-color);
  color: var(--text-white-color);
  transition: 500ms all;
  border: 1px solid var(--dark-blue-color);
}

.search__product-box-title,
.search-price {
  color: var(--dark-blue-color);
  font-weight: 600;
  font-family: Arial, sans-serif;
  font-size: 14px;
  margin: 0 0 10px 0;
}

.search-name {
  color: var(--dark-blue-color);
  font-weight: 600;
  font-family: Arial, sans-serif;
  font-size: 12px;
  margin: 0 0 15px 0;
}

.suggestions__item-image .product-image__img {
  object-fit: contain !important;
  height: 60px;
  width: 50px;
}

.suggestions__item-image.product-image {
  width: 70px;
}

.suggestions__item-name:before {
  display: none;
}

.suggestions__item-image .product-image__body {
  height: auto;
}

.suggestions__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  margin: 5px;
  border-radius: 8px;
  overflow: hidden;
  border-radius: 0;
  align-items: flex-start;
  justify-content: flex-start;
}

.sku-search {
  font-size: 10px;
  color: var(--dark-blue-color);
}

.suggestions__item-name {
  white-space: pre-wrap;
  overflow: auto;
  text-overflow: unset;
  width: 100%;
  display: block;
  font-weight: 600;
}

.suggestions__item-info {
  -webkit-box-flex: unset;
  -ms-flex-positive: unset;
  flex-grow: unset;
  padding: 0;
  margin-top: 0;
  flex-direction: column;
}

.suggestions__list {
  border-top: 1px solid var(--border-color);
}

.seacrh__allview {
  background-color: var(--dark-blue-color);
  color: var(--text-white-color);
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  height: 35px;
  padding: 0 15px;
  font-family: "Arial";
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  font-weight: 700;
  border-radius: 0;
  width: 100%;
  margin-bottom: 8px;
}
.installment-table {
    width: 100%;
    
}
.installment-title {
  background-color: #0c315d;
  color:white;
}
.installment-table  tr td {
    color: #0c315d;
    border: 1px solid #ccc;
    text-align: center;
}
tr.installment-title th:first-child {
    font-size: 13px;
}

table.table.installment-table th, table.table.installment-table td {
   width: 200px;
    text-align: center;
}

table.table.installment-table tr:last-child td, table.table.installment-table tr:last-child th {
    border: 1px solid #ccc;
}
/*================================= footer  =================================*/
.footer {
  padding: 40px 0 ;
  background: var(--footer-bg-color);
  border-top: none;
  position: relative;
}

.footer__bottom {
  background-color: var(--footer-bg-color);
  margin: 0;
  padding: 0;
  display: none;
}

.footer-wawe {
  width: 100%;
  height: 16px;
  margin: auto;
  display: flex;
  justify-content: center;
}

.footer-wawe .footer-waves {
  fill: #e3eaf4;
}

.footer-wawe svg {
  width: 1089px;
  margin-left: -38px;
}

.footer__box {
  min-width: auto;
}

.footer__box__title {
  font-weight: 700;
  color: var(--dark-blue-color);
  font-family: Arial;
  font-size: 12px;
  margin-bottom: 20px;
}

.footer__box__item {
  padding: 0 0 20px;
}

.totop__button:hover {
  color: unset;
  background: #f3f3f3;
  cursor: pointer;
}

.footer__box__item a {
  padding-bottom: 20px;
  font-family: Arial;
  font-size: 12px;
  color: var(--dark-blue-color);
  font-weight: 400;
  line-height: unset;
  letter-spacing: unset;
}

.footer__box__item:hover a {
  color: var(--light-blue-color);
}

.footer__end {
  justify-content: unset;
}

.footer__box-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer__box-img img {
  margin-bottom: 15px;
}

.footer__box-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#paymentTabs li {
  position: relative;
}

.payment-disabled {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 120%;
  height: 120%;
  background-color: transparent;
  z-index: 5;

}

#paymentTabs li a.active {
  background-color: #e3eaf4;
  color: #0c315d !important;
  margin-bottom: 0px;
}

#paymentTabs li a {
  color: #0c315d !important;
}

#paymentTabs li .nav-link {
  border-radius: 0;
  border: 0;
}

ul#paymentTabs {
  position: relative;
  z-index: 1;
}

#paymentTabs li {
  padding: 5px;
  position: relative;
  background-color: #e3eaf4;
}

#paymentTabs::before {
  position: absolute;
  content: "";
  left: -4px;
  right: 0px;
  bottom: 0;
  top: -24px;
  background-color: white;
  width: 102%;
  height: 143%;
  z-index: 0;
}

.footer-img-boxes {
  display: flex;
  justify-content: flex-end;
}

@media screen and (min-width: 1650px) {
  .footer .d-container {
    max-width: 984px !important;
    margin: auto auto;
    padding-left: 0;
  }

  .page-container {
    max-width: 1358px;
    margin: 0 auto;
  }

  .four-boxes .container {
    max-width: 1500px;
  }

  .layout-container {
    max-width: 1370px;
  }

  .categories-text-container {
    max-width: 1358px;
  }
}

.site-footer__copyright {
  border-left: 5px solid var(--dark-blue-color);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  opacity: 1;
  padding: 6px;
  font-family: Arial;
  color: #0c315d;
  font-size: 11px;
  margin-top: 57px;
  width: unset;
  min-width: 134px;
}

.store-details {
  display: flex;
  flex-direction: column;
}

.ETBIS {
  width: 130px;
  height: 150px;
}

.socail-item-box,
.store-details {
  margin-top: 30px;
}

.store-details h6,
.socail-item-box h6 {
  font-weight: 700;
  color: #0c315d;
  font-family: Arial;
  font-size: 12px;
  margin-bottom: 15px;
}

.store-btn {
  border: 1px solid var(--dark-blue-color);
  background-color: var(--text-white-color);
  border-radius: 0;
  font-size: 11px;
  font-weight: 700;
  width: 260px;
  height: 42px;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  color: #0c315d;
  padding: 12px 32px 10px 16px;
  text-align: left;
  position: relative;
}

.store-details .dropdown-toggle::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 10px;
  height: 13px;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 16" role="img" aria-hidden="true"><path fill="%23000" d="M12 5c0 3.31-6 11-6 11S0 8.31 0 5s2.13-5 6-5 6 1.69 6 5z"/><circle fill="%23fff" cx="6" cy="5" r="2"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
} 

.footer .social-links__item {
  width: 36px;
  height: 36px;
  background-color: white;
  border-radius: 100%;
  margin: 0 7px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .social-links__item a {
    display: flex;
  align-items: center;
  justify-content: center;
}

.footer .social-links__item a img {
  width: 16px;
}
.footer .social-links__item i {
  color: var(--dark-blue-color);
  font-size: 20px;
}

.footer__bottom--box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #00000012;
  padding: 18px 0;
  margin-top: 30px;
}
.password-link {
 display: block;
    font-size: 16px;
    margin-top: 10px;
    color: var(--dark-blue-color);
}
.block-slideshow__slide-button {
  opacity: 1;
  background-color: #0c315d;
  aspect-ratio: 1 / 0;
  transform: translateX(-50%);
  border: 1px solid white;
  font-size: 13px;
  max-width: 250px;
  margin: 30px auto 0;
  font-weight: 600;
  font-family: Arial;
  padding: 12px 53px;
  margin: 0 0 0 132px;
  width: 100%;
}

.product-card:hover .product-card__wishlist,
.product-card__wishlist {
  opacity: 1;
  stroke: var(--dark-blue-color);
  stroke-width: 2px;
}

.product-card__wishlist svg {
  fill: var(--default-theme-white);

  height: 16px;
  filter: none;
}

.product-card__wishlist {
  transition: 900ms all;
  top: 2%;
  position: absolute;
  right: 2%;
  background: white;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--dark-blue-color);
  padding: 0 !important;
  z-index: 10;
  cursor: pointer !important;
}

.added-wishlist svg {
  fill: var(--dark-blue-color) !important;
}

.mobil-submenu {
  display: none;
}

/* #product__alternative--img li {
  display: none;
} */

.article_featured-image {
  position: relative;
}

.article_featured-image a {
  position: absolute;
  width: 120px;
  height: 45px;
  padding: 0 16px;
  top: 20px;
  left: 20px;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: flex;

}

.article_featured-image a svg {
  transform: rotate(180deg);
  margin-right: 12px;
}

.product__car--buttons {
  display: none;
}

.details-btn {
  position: absolute;
  left: 50%;
  bottom: 3px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #1b65b1;
  border: 2px solid #1b65b1;
  font: 11px ArialBold, Arial, sans-serif;
  color: #fff;
  padding: 10px 15px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 0 0 2px #fff inset;
  box-shadow: 0 0 0 2px #fff inset;
  min-width: 150px;
  z-index: 3;
  text-align: center;
  opacity: 0;
}

.product-card.product-card--hidden-actions:hover .details-btn {
  opacity: 1;
}

.slider-wrapper.animation__top {
  margin: 0 !important;
}

.slider-wrapper.animation__top .block {
  margin-bottom: 0;
}

.product-card__name {
  width: 98%;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 5% !important;
  margin: auto;
  left: 46% !important;
}

.block-products-carousel__cell .product-card {
  width: 100%;
  margin-bottom: 45px;
}

.swiper-pagination-bullets-dynamic {
  width: 225px !important;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid var(--dark-blue-color);
  border-radius: 100%;
  margin: 0 9px !important;
  opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active.swiper-pagination-bullet-active-main,
.swiper-pagination-bullet-active {
  background-color: var(--dark-blue-color);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(1);
}

.slider-wrapper.animation__top:first-of-type .block-header {
  display: block;
}

.slider-wrapper .block-header__title {
  padding: 0;

}

.slider-wrapper p {
  font-size: 12px;
  font-family: Arial;
  color: #0c315d;
  font-weight: 400;
  line-height: 1.5;
  width: 50%;
  text-align: center;
}

@media (min-width: 768px) {
  .block-slideshow--layout--full .block-slideshow__slide-content {
    bottom: 4%;
    left: 0 !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}



.swiper-pagination-lock {
  display: block !important;
}

.slider-wrapper .container.d-container {
  max-width: 1140px !important;
  position: relative;
}

.slider-wrapper .block-header__arrows-list {
  position: absolute;
  width: 1232px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 39%;
  z-index: 2;
  left: -4%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slider-wrapper .block-header {
  justify-content: center;
  flex-direction: column;
}

.slider-wrapper .block-header__title {
  font-weight: 700;
  color: #0c315d;
  text-align: center;
  padding: 0 20px 20px;
  margin-bottom: 0;
  text-decoration: none;

  text-transform: capitalize;
  font-size: 32px;
}

.slider-wrapper .block-header__arrow {
  background-color: transparent;
}

.slider-wrapper .block-header__arrow svg {
  fill: var(--dark-blue-color);
  height: 24px;
}

.block-products-carousel__cell .product-card__image {
  border-radius: 0;
  margin-bottom: 5px;
}

.block-products-carousel__cell .product-card__name a,
.product-card__name a {
  color: #0c315d;
  font-weight: 700;
  font-family: Arial;
  font-size: 12px;
}

.categories-title-four {
  border-bottom: 1px solid var(--border-color);
  height: 39px;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-family: Arial;
  font-weight: 700;
  color: #0c315d;
  text-transform: none;
  letter-spacing: normal;
  margin-left: 11px;
}

.products-list[data-layout^="grid-"] .product-card .product-card__actions {
  margin-top: 2px;
}

.btn-load-more {
  border-radius: 0;
  min-width: 350px;
  padding: 8px 10px;
  height: auto;
  font-size: 10px;
  font-family: Arial;
  border: 1px solid #0c315d;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
}

.products-view__load-more .products-view__load-more-text {
  font-size: 12px;
  color: var(--dark-blue-color);
  font-family: Arial;
  margin-bottom: 10px;
}

.btn-load-more:hover {
  background-color: transparent;
  color: var(--light-blue-color);
  border-color: var(--light-blue-color);
}

#product__alternative--img li {
  width: 100%;
  border-bottom: 2px solid #d8d8d86b;
  margin: 0 1px;
  height: 100%;
  cursor: pointer;
}

.categories .product-card__rating,
.categories .product-card__features-list,
.categories .product-card__features-list li {
  display: none;
}

.categories .products-list[data-layout^="grid-"] .product-card .product-card__actions {
  justify-content: flex-start;
}

.block-products-carousel__cell .product-card__rating,
.block-products-carousel__cell .product-card__features-list,
.block-products-carousel__cell .product-card__features-list,
.product-info-detail::before {
  display: none !important;
}

.block-products-carousel[data-layout^="grid-"] .product-card .product-card__actions {
  padding: 0;
  display: flex;
  margin-top: 2px;
}

.product-card__prices,
.product-card__new-price,
.product-card__prices {
  font-size: 12px;
  color: #0c315d;
  font-weight: 400;
  font-family: Arial;
}

.mobil-icons,
.mobil-search {
  display: none;
}

.preferences-container-right .logo {
  display: none;
}

.loginmobilesvg {
  width: 30px;
  height: 30px;
}

.loginmobilesvg .st0 {
  fill: #0c315d;
}

.loginmobilesvg .st1 {
  fill: none;
  stroke: #0c315d;
}

.mobile-search-btn {
  display: none;
}

.header-top-section {
  background-color: var(--dark-blue-color);
  color: var(--text-white-color);
  font-size: 10px;
  position: sticky !important;
  top: 0;
  z-index: 99;
  margin: 0 auto;
  padding: 8px 0 7px 0px;
}

.mobil-footer-col {
  display: none;
}

.footer__box__icon-btn span svg,
.footer__box__icon-btn i {
  display: none;
}

.totop.totop--show {
  position: absolute;
  top: -30px !important;
}

.chevron-container .st0 {
  stroke: #0c315d;
}

.totop__button {
  background: #f3f3f3;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.chevron-container .svgchevron {
  fill: #0c315d;
  transform: rotate(270deg);

  width: 10px;
}

.backtotop-circle-btn-label {
  font-weight: 700;
  color: #0c315d;
  margin-top: -3px;
  font-size: 12px;
  font-family: Arial;
  text-transform: uppercase;
}

.totop__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px 0 0 0;
  margin: 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

#product__alternative--img li,
#product__alternative--img li:hover {
  border-color: transparent;
}

.categories__header {
  border-bottom: 1px solid var(--border-color);
  margin: 0;
}

.categories {
  margin: 0;
}

.category-item-description p {
  text-align: center;
  color: var(--dark-blue-color);
  font-size: 12px;
  margin: 15px 0 0 0;
}

.category-item-description {
  margin: 30px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.categories__header ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.categories__header ul li img {
  width: 165px;
}

.categories__header ul li span {
  font-weight: bold;
  font-size: 12px;
  color: var(--dark-blue-color);
}

.categories__header ul li span:hover {
  color: var(--light-blue-color);
}

.products-list[data-layout="grid-4-full"] .products-list__item {
  box-shadow: none;
}

.category-title {
  text-align: center;
  color: var(--dark-blue-color);
  font-weight: 700;
  letter-spacing: normal;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.category-title svg {
  stroke: #a5b2c5;
  width: 70px;
}

.category-title .svg-wave-path {
  stroke: #a5b2c5;
}

.categories-filter-sticky {
  position: sticky;
  max-width: 300px;
  min-width: 300px;
  width: 100%;
  top: 108px;
}

.widget-filters__closebtn {
  border-bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  align-items: center;
}

.widget-filters__closebtn .widget__title,
#filters-product-count {
  padding: 13px;
}

.widget-filters__closebtn .widget__title,
#filters-product-count {
  text-transform: capitalize;
  font-size: 13px;
  font-family: Arial;
  font-weight: 600;
  color: var(--dark-blue-color);
  letter-spacing: unset;
}

#Specificationrenk,
.product__features .sku {
  display: block !important;
}

.widget-filters--offcanvas--always .filter__title {
  font-size: 13px;
  color: #0c315d;
  text-transform: uppercase;
  font-family: Arial;
  font-weight: 700;
}

.widget-filters__item {
  border-right: 0;
}

.filter__title svg {
  opacity: 1;
  fill: var(--dark-blue-color);
  transform: rotate(270deg);
  top: 24px;
  height: 10px;
  width: 15px;
}

.filter--opened .filter__arrow {
  -webkit-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
}

.stock--button label {
  color: var(--dark-blue-color);
  font-size: 13px;
}

.block-sidebar--offcanvas--always {
  position: unset;
}

.block-sidebar--offcanvas--always .widget-filters__closebtn {
  display: flex;
}

.filter--opened .filter__body,
.widget-filters__item {
  background-color: white;
}

.widget-filters--offcanvas--always .filter__container {
  padding: 20px 0 20px 22px;
  font-family: Arial;
  font-size: 12px;
}

.widget-filters--offcanvas--always .filter-categories__list {
  padding: 0;
}

[dir="ltr"] .filter-categories__item>a,
.filter-categories__list a,
.filter-list__title {
  color: var(--dark-blue-color);
  font-family: Arial;
  font-size: 12px;
}

.input-check__box {
  box-shadow: 0 0 0 1px var(--dark-blue-color) inset;
}

.tags--lg .tags__list a {
  font-size: 12px;
  font-family: Arial;
  background-color: #0c315d;
  color: #fff;
  padding: 4px;
  height: auto;
}

.widget-filters__actions {
  width: auto;
  display: inline;
}

.input-check-color__stick {
  position: unset;
  display: block;
  background-color: transparent;
  color: var(--dark-blue-color);
}

.block-sidebar--offcanvas--always .stock--button {
  border-top: 0;
  display: none;
}

.search-page .widget-filters__item {
  background-color: white;
}

.input-check-color__box {
  border-radius: 100%;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  position: relative;
}

.input-check-color__box::before {
  position: absolute;
  left: -3px;
  right: 0;
  bottom: 0;
  top: -3px;
  background-color: transparent;
  border: 1px solid var(--border-color);
  width: 28px;
  height: 28px;
  border-radius: 100%;
  content: "";
}

.input-check-color__body {
  display: flex;
  width: 100%;
}

.input-check__input:checked~.input-check__box,
#AttrsContainer .filter-list__list label .input-check__box:hover {
  background-color: var(--dark-blue-color);
}

[dir="ltr"] .filter-list__counter {
  margin-left: 0;
}

.selectedfilters .filter {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid var(--border-color) !important;
}

.input-check-color__icon {
  opacity: 0;
}

.filter-color__item {
  width: 44%;
}

.input-check-color__input:checked+.input-check-color__box::before {
  border: 2px solid var(--dark-blue-color);
}

#filter-Clears {
  background: white !important;
  color: var(--dark-blue-color) !important;
  width: auto;
  min-width: auto;
  display: inline;
  padding: 0;
  margin: 0;
  text-decoration: underline;
  font-size: 12px;
  border:0 !important;
}

#SelectedFilters i {
  font-weight: 600;
}

.filter-list__counter {
  color: var(--dark-blue-color);
  font-size: 12px;
  font-family: Arial;
}

.filter__title:focus,
.filter__title:hover {
  text-decoration: none;
}

#AttrsContainer .filter-list__list label input:checked+.input-check__box,
.widget-filters--offcanvas--always .filter-number {
  background-color: var(--dark-blue-color);
  color: var(--default-theme-white);
}

#AttrsContainer .filter-list__list label .input-check__box {
  color: var(--dark-blue-color);
}

.stock--button {
  border-right: 0;
  border-top: 0;
  color: var(--dark-blue-color);
}

#filters-product-count {
  font-weight: 400;
  margin-right: 10px;
}

.category-page .products-view__options {
  display: none;
}

.product-card__name {
  white-space: unset;
  overflow: unset;
  text-overflow: unset;
  width: 100%;
}

.category-page #Specificationrenk {
  display: none !important;
}

.content-search {
  position: unset;
  margin: 5px 0 0;
  max-width: 100%;
  min-width: 100%;
  display: none;
}

.spec-container #bedentablosu {
  display: none;
}

.sticky-col {
  position: relative;
  height: 100%;
  max-width: 300px;
  margin-right: 20px;
}

.categories-container {
  max-width: 1700px;
  width: 1700px;
  padding-top: 12px;
  min-width: 1700px;
}

.page-header {
  border-bottom: 1px solid var(--border-color);
}

.page-header__breadcrumb {
  padding: 0 20px;
  display: flex;
}

.page-header__container {
  padding: 8px 0;
}

.breadcrumb-item a,
.breadcrumb-item.active {
  font: Arial, sans-serif;
  color: var(--dark-blue-color);
  text-decoration: none;
  font-size: 12px;
}

.bread__icon {
  color: var(--dark-blue-color);
  position: relative;
  padding: 0 6px;
}

.breadcrumb-item.active {
  font-weight: 700;
}

.categori-main {
  display: flex;
}

.mobile-product-filter {
  display: none;
}

.filtersvg {
  width: 24px;
}

.filtersvg .st0,
.closesvg .st0 {
  fill: #0c315d;
}

.closesvg {
  width: 14px;
  height: 14px;
}

.mobile-product-filter,
.mobil-counter-botttom,
.content-search,
.mobile-filters-close-icon,
.categories-img-box {
  display: none;
}

.categoryGrid .card .card-title {
  font-weight: 700;
  font-size: 12px;
  font-family: Arial;
  color: #0c315d;
  white-space: nowrap;
}

.categoryGrid .card .list-picture img {
  object-fit: cover;
}

.categoryGrid .swiper-button-prev,
.categoryGrid .swiper-button-next {
  display: none;
}

/* ürün detay  */

.product-gallery__grid .product-image:first-child {
  width: 100%;
}

.product--layout--standard.product-details-page {
  padding: 0;
}

.product-gallery__featured {
  padding-right: 100px;
}

.product__content {
  grid-template-columns: [gallery] calc(65% - 20px) [info] calc(34% - 20px);
}

.product-details-sticky {
  margin-top: 50px;
}

.product-details-wishlist {
  position: relative;
}

.hdlinksvg .st0 {
  fill: none;
  stroke: #0c315d;
  stroke-width: 2px;
}

.product-details-wishlist button {
  position: absolute;
  right: 145px;
  top: 30px;
  z-index: 4;
  transition: 900ms all;
  background: white;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--dark-blue-color);
  padding: 0 !important;
}

.product-gallery__featured.product-gallery__grid svg {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 1775px;
  right: 134px;
  opacity: 0;
}

.product-details-wishlist button svg {
  fill: var(--default-theme-white);
  height: 17px;
  filter: none;
  stroke: var(--dark-blue-color);
  stroke-width: 2px;
}

.product-details-sticky .product__name {
  font-size: 24px;
  text-transform: unset;
  color: var(--dark-blue-color);
  letter-spacing: 0.09em;
}

.product-details-sticky .product__new-price {
  font-size: 18px;
  color: var(--dark-blue-color);
  font-family: Arial;
}

.productdetail__size label span {
  font-size: 14px;
  color: var(--dark-blue-color);
  font-weight: 700;
}

.productdetail__size label.outofstock {
  border: 1px solid var(--dark-blue-color);
  background-color: white;
}

.product-details-sticky .product__features {
  justify-content: flex-start;

  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}

.product-details-sticky .product__features li,
.product-details-sticky .product-card__features-list li,
.product__meta-availability .stock span {
  font-size: 14px;
  color: var(--dark-blue-color);
  font-family: Arial;
}

.productdetail__color .image-container--product img {
  height: 40px;
  border-radius: 100%;
}

/* silinecek  */
#sizechart table tr th,
#sizechart table tr td {
  padding: 12px 14px;
  text-align: center;
  font-size: 12px;
  border: 1px solid #e8e9eb;
}

#sizechart table tr th {
  background: #0c315d;
  color: #fff;
  border: 0 !important;
}

.productdetail__size {
  position: relative;
}

.productdetail__size .product__option-label .sizeguide-btn {
  display: none !important;
}

.document {
  padding: 0;
}

.product__features li:not(#SpecificationCategory, #Specificationmodel) {
  display: none;
}

.product__features li.manufacturer-part-number {
  display: block !important;
}

.product__sidebar .product__actions.productdetails__box .productdetails__cart {
  display: none;
}

.size-btn-modal {
  position: absolute;
  right: 0px;
  top: 7px;
  font-size: 14px;
  color: #0c315d;
  text-decoration: underline;
  white-space: nowrap;
}

#sizeChartModal .modal-content {
  min-width: 830px;
}

#sizeChartModal .btn-close {
  color: white;
  border-radius: 100%;
  padding: 1px;
  top: 20px;
  margin: 5px 4px auto auto;
  position: absolute;
  z-index: 9999;
  right: 9px;
  top: 10px;

  font-size: 18px;
}

.productdetail__color .image-container--product img {
  border: 1px solid #e3eaf4 !important;
  padding: 2px;
}

.selectedProduct .image-container--product img {
  border: 3px solid #0c315d !important;
  padding: 2px;
}

.productdetail__color .image-container--product img:hover {
  border: 3px solid #0c315d !important;
  padding: 2px;
}

.product-color-label {
  color: #0c315d;
  font-size: 15px;
  font-weight: 700;
}

.product-details-sticky .productdetail__size label:hover {
  background-color: white;
  color: var(--dark-blue-color);
}

.product-details-sticky .productdetail__size .input-radio-label__list input:not(:checked):not(:disabled)~span:hover {
  background-color: white;
  color: var(--dark-blue-color);
}

.productdetail__size .input-radio-label__list input:checked~span {
  background-color: var(--dark-blue-color);
}

.product-details-page-link,
.accordion-header {
  box-shadow: none;
  border: 0;
  border-bottom: 0;
  border-top: 1px solid #c2c2c2;
  margin: 0;
  padding: 18px 0;
  height: auto;
}

.product__accordion .accordion-item {
  border: 0;
}

.product__accordion .accordion-button,
.product__accordion .accordion-button:not(.collapsed),
#ProductInventoryInStore .stok--title {
  color: var(--dark-blue-color);
  font-weight: 600;
  font-size: 16px;
  font-family: Arial;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3e%3cpath d='M5.5,13l5-5-5-5' stroke-width='2' stroke='%230c315d'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  background-size: auto !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3e%3cpath d='M5.5,13l5-5-5-5' stroke-width='2' stroke='%230c315d'/%3e%3c/svg%3e");
  transform: rotate(-90deg);
}

.product-social-shared {
  display: none;
}

.product__accordion {
  margin-top: 0;
}

#ProductInventoryInStore {
  margin: 0;
  border-top: 1px solid #c2c2c2;
}

#ProductInventoryInStore .stok--title svg {
  display: none;
}

.default__btn.buynow-button {
  border: 1px solid var(--dark-blue-color);
  background-color: transparent;
  color: var(--dark-blue-color);
  height: 48px;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
}

.sizeguide-btn i {
  display: none;
}

.productdetail__size .product__option-label .sizeguide-btn {
  font-size: 14px;
  color: #0c315d;
  text-decoration: underline;
  white-space: nowrap;
}

.product-size-standart {
  color: #4c5868;
  font-size: 12px;
  font-weight: 500;
}

.default__btn--line.add-to-cart-button {
  border: 1px solid var(--default-theme-dark-blue);
  color: var(--text-white-color);
  background-color: var(--dark-blue-color);
  width: 100%;
  padding: 0;
  display: block;
  text-align: center;
  min-width: 300px;
  font-weight: 400;
  height: 48px;
  font-size: 16px;
}

.product-gallery__carousel {
  display: none;
}

.product-gallery__carousel .swiper-button-prev:after,
.product-gallery__carousel .swiper-button-next:after {
  display: none;
}

.product-gallery__carousel .swiper-button-wrapper,
.mobile-product-details-title {
  display: none;
}

.products-list[data-layout="grid-4-full"] .product-image__body {
  height: auto;
}

.login__card,
.register__card {
  background-color: white;
}

#LoginForm input,
#RegisterForm input {
  border: 2px solid var(--dark-blue-color) !important;
  height: 40px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 0 12px;
}

#RegisterForm .form-group {
  margin-bottom: 0;
}

.login__card ul li svg {
  fill: var(--dark-blue-color);
  margin-left: 5px;
}

.login__card ul li {
  margin: 6px 0;
  color: var(--dark-blue-color);
  font-size: 14px;
  font-family: Times New Roman, Arial, "sans-serif";
  font-style: italic;
}

.register__Date select {
  margin-top: 10px;
  width: 32%;
  height: 40px;

  border: 2px solid var(--dark-blue-color) !important;
}

.custom-control.custom-radio {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-control.custom-radio input {
  margin-right: 10px;
}

#RegisterForm label {
  color: var(--dark-blue-color);
  font-size: 12px;
}

#RegisterForm .form-floating label {
  background-color: white;
}

.register__Date div {
  display: flex;
  justify-content: space-between;
}

.login-details-italic {
  font-family: Times New Roman, Arial, "sans-serif";
  font-style: italic;
  color: #0c315d;
  font-size: 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.login-details-italic svg {
  margin-top: 40px;
}

.login-details {
  background-color: #f3f3f3 !important;
}

.default__btn {
  background-color: var(--dark-blue-color);
}

.sign-in-btn {
  background-color: var(--dark-blue-color);
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login__card--title,
.register__card--title {
  color: var(--dark-blue-colo);
}

#LoginForm label,
.remember-password {
  font-size: 12px;
  font-weight: 600;
  color: var(--dark-blue-color);
}

.remember-password {
  text-decoration: underline;
}

.shopping-title,
.login-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 30px 15px 20px;
  flex-direction: column;

  text-align: center;
  font-size: 18px;
  font-family: Arial, sans-serif;
  text-transform: none;
  font-weight: 700;
  letter-spacing: normal;
  color: var(--dark-blue-color);
}

.svgwave {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  margin: 5px 0 15px;
}

.svgwavepath {
  stroke: #0c315d;
}

.shopping-cart-full {
  display: flex;
  width: 964px;
  justify-content: center;
}

.shopping-order-cart-col {
  width: 375px;
  margin: 0 10px;
}

.shopping-order-col {
  margin: 0 10px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.shopping-cart-header {
  border-top: 1px solid var(--border-color);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 8px 15px 11px;
}

.shopping-cart-images img {
  width: 85px;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
}

.shopping-cart-images {
  height: auto;
}

.shopping-cart-items .input-number {
  max-width: 90px;
}

.shopping-info-options {
  margin: 0;
}

.shopping-cart-summary p {
  text-align: center;
  font: 12px / 16px Arial, sans-serif;
  color: #0c315d;
  margin: 0 0 14px;
  height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shopping-cart-summary p strong {
  font-weight: 700;
  font-family: "Arial";
}

.shopping-cart-summary {
  background-color: #e3eaf4;
  padding: 13px 15px 15px;
  border-radius: 0;
  border: 0;
  margin-top: 34px;
}

.cart-total-left span {
  font-size: 12px;
  color: var(--dark-blue-color);
  font-family: Arial, sans-serif;
}

.cart-total-right .value-summary {
  font-size: 14px;
  color: var(--dark-blue-color);
  font-family: Arial, sans-serif;
}

[dir="ltr"] .cart__totals tr> :last-child {
  margin: 6px 0;
}

[dir="ltr"] .cart__totals tr> :first-child {
  margin: 6px 0;
}

.order-total {
  border-top: 0;
  border-bottom: 1px solid #00000014;
  margin-top: 0;
  padding-top: 0;
}

.order-total span {
  font-size: 14px;
}

[dir="ltr"] .cart__totals tr> :last-child .value-summary strong {
  font-weight: 600;
  font-size: 14px;
}

.confirm-order-next-step-button {
  background-color: var(--dark-blue-color);
}

div#confirm-order-buttons-container input,
#btn-continue {
  width: 94% !important;
  margin: 0 auto 10px;
  background-color: var(--dark-blue-color) !important;
  color: var(--text-white-color) !important;
  ;
  padding: 15px 30px;
  display: block;
  text-align: center;
  min-width: 300px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: Arial;
  font-size: 11px !important;
}

#btn-continue {
  font-weight: 700;
  font-family: Arial;
  font-size: 11px !important;
  min-width: auto;
  margin: 0 auto;
  padding: 12px 0;
  text-transform: uppercase;
}

.terms-of-service .custom-control-description {
  padding-left: 5px;
}

.terms-of-service {
  margin-top: 2px;
}

.bank-details h3 {
  font-weight: 700;
  font-family: Arial;
  font-size: 14px !important;
  margin-bottom: 10px;
  color: var(--dark-blue-color);
}

.bank-details p {

  margin-bottom: 15px;

}


#checkout-shipping-method-load .shipping-method .card-body {
  padding-bottom: 0 !important;
}

.banktransfer__box {
  border: 1px solid #e2e2e2;
  background: white;
  padding: 5px;
}

#addressInfo .checkout-nav li {
  position: relative;
}

.product-card__badges-list .product-added-to-cart {
  background-color: var(--dark-blue-color);
  color: var(--text-white-color);
  border-radius: 0;
}

.cart__totals {
  margin-bottom: 0;
}

.shopping-cart-summary__total h6 {
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: normal;
  margin: 0 0 15px;
  font-family: Arial, sans-serif;
  color: #0c315d;
  margin: 6px 0;
}

#topbar__login .topbar__list li {
  padding: 10px 0;
  display: inline-block;
  padding: 0 12px;
  height: 40px;
  width: 100%;
  line-height: 40px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}

.shopping-cart-summary__total {
  border: 1px solid var(--border-color);
  padding: 10px 15px 12px;
  margin-bottom: 5px;
}

#topbar__login .topbar__list li a {
  font-size: 10px;
  color: #0c315d;
  font-family: Arial, sans-serif;
  font-weight: unset;
}

#discountAccordion .accordion-header {
  padding: 0;
  border: 0;
  border-radius: 0;
}

#discountAccordion .accordion-item {
  border-radius: 0 !important;
  border: 1px solid var(--border-color);
}

#discountAccordion .accordion-item .accordion-button::after {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath d='M2 5l6 6 6-6z' fill='%230c315d'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 16px;
  transition: transform 0.2s ease-in-out;
  background-size: auto !important;
}

.shopping-help h5 {
  color: var(--dark-blue-color);
  font-size: 16px;
  font-weight: 700;
  color: #0c315d;
  margin: 0 0 10px;
  text-transform: none;
  letter-spacing: normal;
  text-transform: capitalize;
}

.shopping-help-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0;
}

.cart-options {
  width: 100%;
  margin-top: 10px;
}

.shopping-help-box p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  color: #0c315d;
}

button.btn.removeAll-cart-button,
button.btn.continue-shopping-button {
  font-size: 12px;
  color: #0c315d;
  padding: 0;
}

.cart-options .col-form-label {
  color: var(--dark-blue-color);
  font-weight: 600;
  font-size: 12px;
}

.cart-options input {
  min-height: 100px;
}

.shopping-help-box p span,
.shopping-help .details {
  color: #999;
  font-size: 10px;
}

.common-buttons {
  width: 100%;
}

.shopping-help-box strong {
  font-size: 12px;
  font-weight: 600;
  color: #0c315d;
  white-space: nowrap;
}

.shopping-help .title {
  color: #0c315d;
  font-size: 12px;
  font-weight: 500;
  width: 100%;
}

.shopping-help {
  border: 1px solid var(--border-color);
  margin-top: 5px;
  padding: 10px 15px 12px;
}

#discountAccordion .accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
}

#discountAccordion .accordion-item .accordion-button.collapsed,
.accordion-button:not(.collapsed) {
  font-size: 16px;
  font-weight: 700;
  color: var(--dark-blue-color);
  background-color: white;
}

.discount-btn {
  border: 2px solid var(--dark-blue-color);
  border-radius: 0;
}

button#applydiscountcouponcode {
  background-color: var(--dark-blue-color);
  min-width: 90px;
}

#topbar__login .topbar__list li a:hover {
  color: #1b65b1;
}

#topbar__login {
  box-shadow: none;
  border-top: 0;
  border: 1px solid #e3eaf4;
  border-radius: 0;
  width: 134px;
  max-width: 134px;
  min-width: 134px;
  right: 0;
  left: -1px;
  top: 40px;
  border-top: 0;
}

.productdetail__size label.outofstock {
  border: 2px solid #9eadbe;
  background-color: transparent;

  color: #9eadbe;
  position: relative;
}

.productdetail__size .input-radio-label__list .outofstock span {
  color: #9eadbe;
}

.subscribe-button {
  border-radius: 0 !important;
}

.productdetail__size label.outofstock::before {
  content: "";
  display: block;
  width: 148%;
  position: absolute;
  left: calc(50% + 1px);
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-bottom: 2px solid #9eadbe;
}

.productdetail__size label {
  border: 2px solid #0c315d;
  width: 37px;
  height: 37px;

  color: #0c315d;
}

.productdetail__size label span {
  font-weight: 400;
  font-size: 12px;
}

.productdetail__size label.outofstock span {
  color: #0c315d;
}

.default__btn.checkout-button {
  background-color: var(--dark-blue-color);
  color: var(--text-white-color);
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  height: 44px;
  padding: 0 15px;
  font-family: "Arial";
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  font-weight: 700;
  border-radius: 0;
}

.shopping-info-options li,
.productAttributeMappings li {
  font-size: 12px;
  color: var(--dark-blue-color);
  font-family: Arial, sans-serif;
}

.discounted-qty {
  font-size: 11px;
  background-color: var(--border-color);
  padding: 1px 5px;
}

.text-success {
  color: var(--dark-blue-color) !important;
}

.shopping-cart-container .productAttributeMappings li span {
  color: var(--dark-blue-color) !important;
  font-size: 12px !important;
  font-family: Arial, sans-serif;
}

.shopping-cart-container .productAttributeMappings {
  flex-direction: column;
}

.shopping-cart-container .productAttributeMappings li {
  border-right: 0;
  padding: 0;
}

.qty-box p {
  font-size: 10px;
  color: var(--dark-blue-color);
  font-family: Arial, sans-serif;
  text-decoration: underline;
  text-align: right;
  margin-top: 5px;
  width: 100%;
}

.shopping-cart-items .input-number__input.qty-input {
  border: 1px solid var(--dark-blue-color);
  border-radius: 0;
  background: white;
  font-size: 12px;
}

.qty-box {
  flex-direction: column-reverse;
}

.shopping-info-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shopping-info-box span {
  font-size: 12px;
  font-family: Arial, sans-serif;
  text-transform: none;
  letter-spacing: normal;
  color: #0c315d;
  height: 100%;
  text-align: right;
  width: 116px;
}

.shopping-price {
  justify-content: space-between;
}

.unit-price {
  justify-content: flex-end;
  width: 116px;
}

.unit-price del {
  font-size: 11px;
  width: 100%;
  text-align: right;
}

.shopping-info-name {
  display: block;
  font-weight: 700;
  font-size: 12px;
  font-family: Arial, sans-serif;
  text-transform: none;
  letter-spacing: normal;
  color: #0c315d;
  margin-bottom: 10px;
}

.shopping-cart-images {
  border: 0;
}

.shopping-cart-items:first-child {
  margin: 0;
}

.shopping-cart-header__item {
  width: 108px;
  font-size: 10px;
  font-weight: 700;
  color: var(--dark-blue-color);
  text-align: right;
}

.shopping-cart-container {
  width: 589px;
  max-width: 100%;
}

.shopping-cart-items {
  border-radius: 0;
  border-color: #e3eaf4;
  margin: 5px 0 0 0;
}

.shopping-buttons {
  justify-content: flex-start;
  margin-bottom: 10px;
}

.cart-buttons button,
.shopping-buttons .deleteshoppingcartitem {
  font-size: 12px;
  color: var(--dark-blue-color);
  padding: 0 5px 0 0;
}

.favorite-btn svg {
  width: 15px;
}

.shopping-buttons .deleteshoppingcartitem {
  padding-left: 5px;
}

.productBox-carousel .productBox-carousel__title {
  text-align: center;
  width: 100%;
  font-size: 20px;
  color: var(--dark-blue-color);
  letter-spacing: normal;
  font-weight: 700;
}

.account-nav__title {
  padding: 15px 0 6px 0;
  color: #0c315d;
  font-size: 15px;
  font-family: Arial;
  font-weight: 700;
  border: none;
  margin-bottom: 0;
}
.footer__box__title {
 display: none;
}
.footer__box__title-text {
  text-transform: uppercase;
  color: var(--dark-blue-color);
  letter-spacing: 1px;
  font-size:12px;
  font-family: Arial;
  font-weight: 700;
  margin-bottom: 12px;
  cursor: default;
}
.account-nav__item a,
.account-nav__item a span {
  padding: 6px 0px;
  font-size: 13px;
  font-family: Arial;
  line-height: 30px;
  margin-left: 0;
  color: #0c315d;
  display: flex;
  align-items: center;
}

.account-nav__item a span {
  padding: 0;
}

.card-address-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.address__card {
  border: 1px solid var(--border-color) !important;
  border-radius: 0;
  position: relative;
  width: 31%;
  margin: 30px 9px;
}

.delete-address-button,
.edit-address-button {
  font-size: 14px;
  font-weight: 700;
  font-family: Arial;
  color: #0c315d;
  border-bottom: 1px solid #0c315d;
  padding: 0;
}

.address-item ul li {
  font-size: 14px;
  color: var(--dark-blue-color);
  margin-right: 6px;
}

.page.account-page.address-list-page {
  padding: 20px;
}

.new-address-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.address-list-page .card-footer {
  border-top: 2px solid #f3f3f3;
  margin: 0 10px;
  padding: 10px 0;
}

.order-list-page .order-status {
  font-size: 12px;
  font-weight: 700;
  font-family: Arial;
  color: #0c315d !important;
}

.page-item .page-link {
  background-color: var(--dark-blue-color);
  color: white;
  margin: 5px;
}

.order-list-page .order-info strong {
  color: #0c315d !important;
  font-weight: 700;
}

.order-list-page .order-info {
  font-size: 12px;
}

.order-list-page .order-status img {
  width: 14px;
  height: 14px;
}

.default__btn--w.order-details-button {
  background-color: var(--dark-blue-color);
}

#AccountOrdersInnerItems .order-total {
  border: 0;
}

.add-address-button {
  font-size: 14px;
  font-weight: 700;
  font-family: Arial;
  color: #0c315d;
  border-bottom: 1px solid #0c315d;
  padding: 0;
}

.btn-primary {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.save-address-button {

  border-radius: 0;

  color: #fff;
  background-color: #0c315d;
}

#address-form-edit .generalMarginSupporter {
  margin-left: 20px;
  background-color: var(--dark-blue-color);
  color: white;
  font-size: 12px;
  width: 135px;
  padding: 5px 30px;
  min-width: 135px;
  font-family: Arial;
  font-weight: 700;
  border: 0;
}

.address-edit-page .generalTitle {
  margin-left: 20px;
}

.address-list-page .card-header {
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 26px;
  text-align: center;
  text-decoration: none;
  color: var(--dark-blue-color);
}

.address-number {
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 46px;
  color: #fff;
  text-align: center;
  left: 50%;
  background-color: #0c315d;
  font-family: Arial !important;
  transform: translate(-50%, -34.5px);
  font-weight: 700;
}

.account-nav__item a svg {
  margin-right: 8px;
  fill: var(--dark-blue-color);
  height: 14px;
}

.account-nav__item a  .addtowishsvg {
   width: unset;
  height: 14px;
    stroke: #0c315d;
    fill: white;
}

.account-nav__item a .addtowishsvg .st1 {
  fill: #0c315d;
  display: block;
}

.account-page {
  background-color: white;
  border: 1px solid var(--border-color);
  padding: 20px 40px;
  margin-top: 55px;
  margin-left: 30px;
}

.gender .col-form-label,
.female .custom-control-label,
.male .custom-control-label,
.info__date {
  color: #0c315d;
  font-size: 14px;
}

.account-page .generalTitle,
.return-request-page .generalTitle,
.order-details-page>.generalTitle,
.order-cancel-page>.generalTitle {
  padding: 0;
  border-bottom: 0;
  font-weight: normal;
  line-height: 50px;
  font-weight: 600;
  font-size: 23px;
  margin-bottom: 30px;
  color: #0c315d;
}

.default__btn.save-customer-info-button,
.change-password-button {
  background-color: var(--dark-blue-color);
  color: white;
  font-size: 12px;
  width: 135px;
  padding: 12px 30px;
  min-width: 135px;
  font-weight: 700;
  border: 0;
}

.change-password-button {
  width: 200px;
  min-width: 200px;
}

.info__Card {
  background-color: white;
}

.account-nav__item--active a {
  color: #1b65b1;
}

.account-nav {
  padding-right: 0;
}

.no-data {
  color: var(--dark-blue-color);
  font-size: 15px;
}

.account-nav__item a:hover span {
  color: #1b65b1;
}

.account-nav__item a:hover {
  background-color: transparent;
}

form:not(.footer-newsletter__form) .form-floating .form-control,
.info__date div .custom-select {
  border: 2px solid #0c315d;
}

.account-header {
  background-color: #e3eaf4;
  font-size: 20px;
  color: #0c315d;
  font-family: Arial;
  line-height: 24px;
  padding: 36px 77px;
  text-align: center;
  text-transform: uppercase;
}

.blog-header {
  position: relative;
  margin-bottom: 350px;
}

.blog-header img {
  width: 100%;
  height: 100%;
}

.post-body p.blog-details-text {
  text-align: center !important;
  font-family: Arial;
  font-size: 16px;
  width: 85%;
  margin: auto;
}

.blog-header-text {
  position: absolute;
  top: 90%;
  width: 100%;
  background-color: white;
  width: 80%;
  height: auto;
  left: 10%;
  padding: 35px;
  text-align: center;
}

.blog-header-text h5 {
  /* font-family: Arial; */
  font-weight: 700;
  font-size: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #0c315d;
}

.blog-header-text span {
  font-size: 14px;
  color: #0c315d;
  font-family: Arial;
  font-weight: 700;
  margin: 20px 0 25px 0;
  display: block;
}

.blog-header-text p {
  font-family: Arial;
  font-size: 15px;
  color: #0c315d;
}

.blog-header-text h4 {
  /* font-family: Arial; */
  font-weight: 700;
  font-size: 32px;
  color: #0c315d;
  margin: 85px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.blog--list-view .post-content h2.h3 {
  color: #0c315d;
  font-size: 16px;
  margin-top: 5%;
  margin-bottom: 3%;
  width: 100%;
  /* font-family: Arial; */
  font-weight: 500;
  white-space: unset;
  overflow: unset;
  text-overflow: unset;
  line-height: 1.5;
}

.read-more.read__more__blog__btn {
  color: var(--dark-blue-color);
  height: auto;
  padding: 0;
  margin: 12px 0;
  background: transparent;
  display: inline;
  width: auto;
  height: auto;
  text-decoration: none;
}

.post-content__info {
  -webkit-line-clamp: 6;
}

.blog-single-page .publish-detail {
  border-bottom: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;

  font-family: Arial;
  font-size: 12px;
  font-weight: 700;
  margin-top: 15px;

}

.blog-single-page .publish-detail li {
  color: var(--dark-blue-color);
  padding: 0;
  margin: 0;
}

.post-content__info p {
  color: #0c315d;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  font-family: Arial;
}

.blog-single-page h1 {
  font-family: Arial;
  font-size: 28px;
  color: var(--dark-blue-color);
  text-align: center;
  background: white;
  margin-top: -40px;
  position: relative;
  width: 91%;
  margin: -64px auto 0;
  padding: 50px 50px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.blog-single-page h1 svg {
  margin-top: 30px;
}

.post-body p {
  font-family: Arial;
  font-size: 14px;
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 20px;
  color: var(--dark-blue-color);
}

.checkout-nav .nav-item button {
  color: #99abc1 !important;
}

.checkout-nav span {
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkout-nav span svg {
  width: 12px;
  height: auto;
  fill: #99abc1;
}

.checkout-container {
  max-width: 1140px;
}

.tab-pane.active.invoice-box {
  display: flex;
  justify-content: space-between;
}

#CreditCardInfoModel .form-floating>label {
  background: transparent;
  padding: 0;
  font-weight: 200;
  text-transform: capitalize;
  font-size: 14px;
}

.checkout-nav .nav-link {
  font-style: italic;
  font-family: Times New Roman;
  font-size: 19px;
}

.checkout-nav .nav-link.active {
  color: #1b65b1 !important;
}

.ship-to-same-address {
  position: unset;
}

#checkout-shipping-method-load {
  border-left: 1px solid #dedee9 !important;
  background-color: white !important;
}

#checkout-shipping-method-load .card-header.c_card-title {
  background-color: #e3eaf4 !important;
  padding: 18px 10px;
  height: 58px;
}

.order-right-cart {
  background-color: #e3eaf4 !important;
}

#ordersummarypagecart {
  border-radius: 5px;
  margin-top: 61px !important;
}

.order-summary-page-title {
  justify-content: flex-start !important;
  padding: 20px;
}

li.order-summary-li,
.order-summary-page-title {
  border: 0;
}

li.order-summary-li {
  padding: 8px 16px;
  justify-content: flex-start;
}

li.order-summary-li .product-quantity,
li.order-summary-li .sku-number,
li.order-summary-li .productAttributeMappings,
li.order-summary-li .productAttribute,
li.order-summary-li .prod-total {
  color: var(--dark-blue-color);
  font-size: 11px !important;
  font-family: Arial;
}

.order-summary-li--details {
  width: 73%;
}

#ordersummarypagecart a.product-name {
  color: var(--dark-blue-color);
}

li.order-summary-li div .discount {
  display: flex !important;
  flex-direction: row !important;
  font-size: 11px;
  color: var(--dark-blue-color);
}

.order-summary-page-title span {
  color: var(--dark-blue-color) !important;
  font-size: 14px;
  font-family: Arial;
  color: #0c315d;
  font-weight: 700;
}

.order-right-cart {
  padding: 0 4px;
}

.checkout-product-view>li>div {
  justify-content: flex-start;
}

.table-total-price-wrp {
  background: transparent;
  border-top: 1px solid #00000014;
}

a.order-summary-product-img {
  padding-right: 6px;
  width: 100px;
}

.list-group.checkout-product-view {
  background-color: white;
  border-radius: 0;
}

#paymentTabs li a {
  background-color: white;
}

#addressInfo h5,
#checkout-billing-load h3 {
  font-weight: 700;
  font-family: Arial;
  font-size: 14px !important;
  text-transform: uppercase;
  color: #0c315d !important;
}

.ship-to-same-address label {
  font-weight: 700;
  font-family: Arial;
  font-size: 14px !important;

  color: #0c315d !important;
}

#addressInfo .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 10px;
}

.shipping-addresses,
div#checkout-billing-load .card-body {
  background-color: white;
  border-radius: 0 !important;
  padding: 16px;
}

.modal-footer .btn-primary {
  background-color: #0c315d;
  color: #fff !important;
}

.address--box {
  padding: 25px 15px 0;
  height: auto;

  min-height: 240px;
  max-height: 300px;
  height: 100%;
  margin-bottom: 20px;
}

.edit-address-modal h5.modal-title {
  margin-left: 20px;
}

.edit-address .form-group {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  align-items: center;
  padding: 9px 12px;
}

.edit-address .form-group .form-text {
  width: max-content;
  font-size: 14px;
  color: #0c315d;
  margin-bottom: 0;
}

.address--box .input-check__input:checked~.input-check__box-border {
  border: 2px solid var(--dark-blue-color);
  background-color: white;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  box-shadow: 0 2px 3px 0 hsla(0, 0%, 59.2%, 0.2);
  transition: all 0.2s ease-in-out;
}

.address-title {
  font-size: 14px;
  color: var(--dark-blue-color);
}

.new-address-btn {
  border: solid 1px #e2e2e2;
  width: 100%;
  height: 235px;
}

.address--box--content a {
  text-decoration: underline;
  font-size: 12px;
}

.badge.badge-pill {
  font-size: 10px !important;
  font-weight: 700;
  text-transform: uppercase;
}

.new-address-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark-blue-color);
  font-size: 18px;
  font-family: Arial;
}

.new-address-btn i {
  font-size: 12px;
  margin: 0 5px 0 0;
}

.address-header-input {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.address-header-input .input-check__box {
  box-shadow: none;
  border-radius: 100%;
  position: relative;
}

.address-header-input .input-check__box:before {
  content: "";
  position: absolute;
  left: -5px;
  right: 10px;
  bottom: 0;
  top: -5px;
  border: 2px solid var(--dark-blue-color);
  border-radius: 100%;
  width: 18px;
  height: 18px;
  padding: 5px;
}

.address--box .input-check__input:checked~.address-header-input .input-check__box {
  background-color: var(--dark-blue-color);
  padding: 2px;
  border: 1px solid var(--dark-blue-color);
  width: 10px;
  height: 10px;
}

.address-header-input label {
  display: none;
}

.address--box .input-check__input:checked~.address-header-input label {
  display: block;
  margin-left: 10px;
  color: #0c315d;
  font-size: 14px;
}

.address-title,
.address--box--content {
  position: relative;
}

.shipping-addresses p,
#checkout-billing-load p,
.checkout-data .cargo-details {
  font-family: Arial;
  font-weight: 400;
  font-size: 14px;
  color: var(--dark-blue-color);
  margin-bottom: 10px;
}

.address__container {
  margin-bottom: 20px;
}

div.checkout-data {
  background-color: #e3eaf4 !important;
  width: 100%;
  top: 135px !important;
}

.terms-of-service,
.terms-of-service .custom-control a {
  border: 0;
  color: var(--dark-blue-color);

  font-family: Arial;
  font-weight: 400;
}

.terms-of-service .custom-control-label {
  padding-left: 5px;
  line-height: 1.5;
}

#terms-of-service-warning-box {
  top: 12%;
}

.terms-of-service .custom-control a {
  text-decoration: underline;
  font-size: 12px;
  font-weight: 200;
}

.checkout-data .cargo-details {
  font-family: Arial;
  font-weight: 400;
  font-size: 14px;
  color: var(--dark-blue-color);
  margin-bottom: 10px;
  padding: 13px 10px;
  border-bottom: 1px solid #dedee9;
  margin: 7px 0 0 0;
  background-color: white;
}

.shipping-method {
  background: white;
  height: auto;
}

.new-address-modal button {
  background-color: var(--dark-blue-color);
  color: white;
}

.new-address-modal .modal-header {
  padding: 0 22px;
}

.checkout-tabcontent {
  background-color: #e3eaf4;
  padding: 4px;
}

#checkout-shipping-method-load {
  width: 100%;
  max-width: 250px;
}

.dropcart__product-image {
  width: 148px;
  height: 148px !important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 0;
  border-radius: 0;
}

.dropcart__product-name a {
  font-size: 16px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  color: #0c315d;
}

.dropcart__product-name {
  white-space: wrap;
  overflow: auto;
  display: inline-block;
  max-width: auto;
  text-overflow: unset;

  line-height: 1.2;
}

.search-title-box {
  border-bottom: 1px solid var(--border-color);
  margin-top: 25px;
}

.dropcart--style--offcanvas .dropcart__title {
  color: var(--dark-blue-color);
  font-size: 20px;
  font-family: Arial, sans-serif;
  font-weight: 700;
}

.dropcart__product-info .productAttributeMappings li,
.dropcart__product-meta {
  font-size: 12px;
  color: #0c315d;
}

.search-page .block-sidebar--offcanvas--always .block-sidebar__body {
  left: 0;
  -webkit-transform: unset;
  transform: unset;
  position: unset;
}

.search-page .block-sidebar--offcanvas--always {
  visibility: unset;
}

.dropcart__buttons {
  margin: 0 19px 12px 12px;
}

.dropcart__buttons a {
  padding: 12px;
}

.dropcart__buttons a {
  background-color: var(--dark-blue-color);
  color: var(--text-white-color);
}

.dropcart--style--offcanvas.dropcart--open .dropcart__body {
  z-index: 55555;
}

.dropcart--style--offcanvas .dropcart__backdrop {
  z-index: 44444;
}

.dropcart__totals {
  margin-bottom: 0;
}

[dir="ltr"] .dropcart__buttons> :first-child {
  border: 1px solid var(--dark-blue-color);
  background-color: transparent;
  color: var(--dark-blue-color);
}

.summart-fixed .checkout-buttons .checkout-guest-button,
.guest-btn-login {
  background-color: var(--dark-blue-color);
  color: var(--text-white-color);
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  height: 44px;
  padding: 0 15px;
  font-family: "Arial";
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  font-weight: 700;
  border-radius: 0;
}

.guest-btn-login {
  height: 40px;
  background-color: var(--dark-blue-color);
  color: var(--text-white-color);
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  font-family: unset;
  width: 100%;
  min-width: 100%;
  border-radius: 0;
}

.toast-body a.guset-favorite-link {
  color: #0d6efd !important;
  font-weight: 500;
  text-decoration: underline;
}

.toast-body {
  display: flex;
  align-items: center;
  padding: 20px 20px;
  font-size: 15px;
}

.toast-body .notification-icon {
  width: 30px !important;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 11px;
}

.position-fixed {
  z-index: 5;
  top: 160px;
  right: 0;
  max-width: 600px;
}

body,
.primary-color {
  color: var(--dark-blue-color);
  font-size: 14px;
}

.nav__subbox--link.nav-li__home--link-web .svgchevron {
  display: none;
}

@media screen and (max-width: 768px) {

  .header-menu-left #MobileNav,
  .preferences-container-left,
  .preferences-mobil-none,
  .preferences-text,
  .page-header,
  .shopping-cart-header,
  .menu-title-text,
  .sub-categories-container {
    display: none !important;
  }

  .footer__box__title {
    display: block;
   }
   .footer__box__title-text {
    display: none;
   }

  .categoryGrid .swiper-button-prev,
  .categoryGrid .swiper-button-next {
    height: 34px;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 30px;
    border: 1px solid #cccc;
    font-size: 25px;
  }

  .categoryGrid .swiper-button-prev {
    left: 0;
    font-size: 25px;
    color: var(--dark-blue-color);
  }

  .category-item-description {
    margin: 0;
  }

  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    content: "next";
    font-size: 25px;
    right: 0;
    color: var(--dark-blue-color);
  }

  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 0;
    left: auto;
  }

  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after,
  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    font-size: 15px;
  }

  .gl-slider-section,
  .swiper-custom-gl {
    height: 473px;
  }

  .swiper-products-carousel .product-card__wishlist {
    top: 10%;
  }

  .slider-wrapper .block-header .block-header__arrows-list {
    position: absolute;
    width: 100%;
    top: 40%;
    z-index: 2;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 99;
  }

  .swiper-products-carousel .block-products-carousel__cell .product-card {
    width: 100%;
    margin-bottom: 20px;
  }

  .search--location--header {
    width: 100%;
  }

  .product-gallery-wrapper {
    gap: 0px;
  }

  #sizeChartModal .modal-content {
    min-width: auto;
  }

  #addressInfo .card-header {
    flex-direction: column;
  }

  .checkout-container {
    max-width: 100%;
  }

  .tab-pane.active.invoice-box {
    display: flex;
    flex-direction: column;
  }

  .blog-header-text {
    position: unset;
    padding: 0;
    width: 100%;
  }

  .account-nav ul {
    flex-direction: column;
    background-color: white;
    padding: 8px;
  }

  .blog-header {
    margin-bottom: 0;
  }

  .account-nav__item--active a {
    border: 0;
    background-color: #ededed;
  }

  .account-container {
    background-color: #e3eaf4;
  }

  .account-nav__item:last-child a {
    border: 0;
  }

  .address__card {
    width: 100%;
  }

  .account-page {
    margin: 10px 0;
    padding: 20px;
  }

  .shopping-cart-items {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .shopping-info-box span {
    display: none;
  }

  .shopping-cart-items {
    border-top: 0;
  }

  .cart-options,
  .common-buttons {
    padding: 0 10px;
  }

  .shopping-order-cart-col {
    width: 100%;
    margin: 0;
  }

  .shopping-cart-items:first-child {
    border-top: 1px solid var(--border-color);
  }

  .shopping-info-box .unit-price span {
    display: block;
  }

  .shopping-cart-full {
    width: 100%;
    padding: 0;
    flex-direction: column;
  }

  .shopping-cart-images {
    width: auto;
  }

  .shopping-cart-items,
  .shopping-order-col {
    margin: 0;
  }

  .categoryGrid .swiper {
    margin-bottom: 10px;
  }

  .categoryGrid .list-picture img {
    display: none;
  }

  .categoryGrid .list-title {
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    padding: 8px 15px 6px;
    border: 1px solid #e3eaf4;
    vertical-align: middle;
    margin: 10px 5px;
    min-width: 100px;
    overflow: hidden;
  }

  .categori-main {
    display: unset;
  }

  .mobile-filters-close-icon,
  .mobil-counter {
    display: block;
  }

  .mobile-filters-close-icon {
    padding-right: 19px;
  }

  .mobil-counter-botttom {
    background-color: var(--border-color);
    color: var(--dark-blue-color);
    padding: 10px 15px;
    position: fixed;
    bottom: 143px;
    width: 100%;
    text-align: center;
  }

  .widget-filters__closebtn {
    border-bottom: 1px solid var(--border-color);
  }

  .widget-filters__closebtn #filters-product-count,
  .widget-filters__item.selectedfilters {
    display: none;
  }

  .block-sidebar--offcanvas--always .content-search {
    display: none !important;
  }

  .is-active.sticky-col {
    transition: 400ms all;
    left: 0;
  }

  .block-sidebar--offcanvas--always .filter__arrow {
    top: 17px;
  }

  .widget-filters--offcanvas--always .filter__container {
    padding: 0;
  }

  .filter-list {
    padding: 16px;
  }

  #AttrsContainer .filter-list__list label {
    width: 30% !important;
    border: 0;
  }

  #AttrsContainer .filter-list__list label {
    height: 30px;
  }

  #AttrsContainer .filter-list__list label .input-check__box {
    font-size: 14px;
    color: var(--dark-blue-color);
    margin-left: 5px;
  }

  #AttrsContainer .filter-list__list label .input-check__body {
    flex-direction: row;
    justify-content: flex-start;
    padding: 18px 0;
  }

  .widget-filters--offcanvas--always .filter-color {
    padding: 15px;
  }

  .widget-filters__closebtn .widget__title {
    font-family: "Arial";
    font-weight: bold;
    text-transform: uppercase;
    padding: 13px 16px;
  }

  .categories-container {
    width: 100%;
    min-width: 100%;
    padding-top: 0;
  }

  .mobile-product-filter {
    border-bottom: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mobile-product-filter span {
    width: 100%;
  }

  .categories-title-four {
    border: 0;
  }

  .categories .products-view__list.products-list {
    padding: 0 5px;
  }

  #filters-product-count {
    padding-left: 10px;
    font-weight: 700;
    color: #0c315d;
  }

  .categories-filter-sticky {
    position: unset;
    max-width: 100%;
    width: 100%;
    top: 0;
    background-color: white;
  }

  .widget-nav-filters,
  .block-sidebar--offcanvas--always .content-search {
    display: none;
  }

  .sticky-col {
    position: absolute;
    z-index: 99999;
    height: 100%;
    max-width: 100%;
    margin-right: 0;
    background-color: white;
    top: -143px;
    left: -600px;
    right: 0;
    bottom: 0;
    transition: 400ms all;
  }

  .search-page {
    margin-top: 0;
  }

  .search-page .block-sidebar--offcanvas--always .block-sidebar__backdrop {
    display: none;
  }

  .search-page .mobile-product-filter {
    margin-bottom: 10px;
  }

  .search-page .shop-layout {
    position: unset;
  }

  .search-page .block-sidebar--offcanvas--always .block-sidebar__body {
    width: 100%;
  }

  .products-list[data-layout="grid-3-sidebar"][data-mobile-grid-columns="1"] .product-card .product-card__image,
  .products-list[data-layout="grid-4-full"][data-mobile-grid-columns="1"] .product-card .product-card__image {
    padding: 0;
  }

  .products-list[data-layout^="grid-"][data-mobile-grid-columns="2"] .products-list__item {
    width: calc(50% - 10px);
    margin: 0px 5px;
    padding: 0;
  }

  #mobile-btn-filters {
    width: 44px;
    border-left: 1px solid var(--border-color);
    padding: 15px 13px;
  }

  .categories-container .col-lg-12 {
    padding: 0;
  }

  .footer__box__icon-btn span svg,
  .footer__box__icon-btn i {
    display: block;
  }

  .mobil-footer-col {
    display: block;
  }

  .addtowishsvg .st1 {
    display: block;
  }

  .preferences-mobil {
    display: block;
  }

  .shop__box {
    margin-top: 1px;
  }

  .footer .totop {
    width: 100%;
    left: 0;
    display: flex;

    justify-content: center;
  }

  [dir="ltr"] .totop__button {
    margin: 0;
  }

  .mobil-col .header-shopping {
    display: none;
  }

  .product-card__wishlist {
    top: 2%;
  }

  .preferences-item,
  .preferences-mobil {
    min-width: auto;
    width: 50px;
    border: 0;
    border-left: 1px solid #e3eaf4;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    height: 100%;
  }

  .preferences-container-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;

    display: flex;
    justify-content: space-between;
    padding: 0;
  }

  .header-top-section {
    position: fixed !important;
    width: 100%;
    z-index: 25000;
    top: 0;
  }

  .header {
    position: fixed !important;
    width: 100%;
    z-index: 25000;
    top: 76px;
    border-top: 1px solid #e3eaf4;
  }

  .mobil-col.scrolled {
    display: none;
  }

  .preferences {
    height: auto;
    position: fixed;
    width: 100%;
    z-index: 25000;
    top: 30px;
    background-color: white;
  }

  .mobile-nav-wrapper .closemobileMenu .anm {
    padding: 0;
    float: right;
    font-weight: bold;
    font-size: 20px;
  }

  .mobil-icons,
  .mobil-search,
  .preferences-container-right .logo {
    display: block;
  }

  .preferences-mobil-none,
  .preferences-arrow:before {
    display: none;
  }

  .mobil-icons .burger-menu {
    display: flex;
    margin-right: 0;
  }

  .wishlist-qty {
    width: 10px;
    height: 10px;
    top: 9px;
    padding: 6px;
    left: 33px;
    font-size: 8px;
  }

  .cart-qty {
    padding: 5px;
    background-color: transparent;
    top: 14px;
    left: 13px;
  }

  .preferences-item svg {
    margin-right: 0;
  }

  .topbar-dropdown__mobil i {
    padding-right: 0;
    font-size: 20px;
  }

  .mobil-icons .burger-menu i {
    font-size: 25px;
  }

  .header__content {
    padding: 0 0;
  }

  .preferences-container-right #topcartlink {
    display: block;
  }

  .header-shopping {
    border-right: 1px solid #e3eaf4;
    border-left: 1px solid #e3eaf4;
    padding: 7px;
  }

  .basketsvg {
    width: 30px;
    height: 30px;
  }

  .mobil-icons {
    border-left: 1px solid #e3eaf4;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 7px;
  }

  #topcartlink {
    margin-left: 0;
  }

  .logo a img {
    height: 34px;
  }

  .header-menu-right {
    padding: 12px 0;
  }

  .mobil-search {
    border-top: 1px solid #e3eaf4;
    padding: 12px;
  }

  .search-vilebre {
    width: 100%;
    border-width: 2px;
  }

  .mobile-search-btn {
    display: none;
  }

  .mobile-search-btn.scrolled {
    display: flex;
  }

  .mobile-search-btn svg {
    width: 30px;
    height: 30px;
  }

  .mobile-search-btn .st1 {
    fill: none;
    stroke: #0c315d;
  }

  .mobile-search-btn .st0 {
    fill: #0c315d;
  }

  .mobile-nav-wrapper {
    z-index: 99999;
    width: 100%;
  }

  .mobile-nav-wrapper .closemobileMenu {
    background-color: white;
    border-bottom: 1px solid #e3eaf4;
    padding: 0 0 0 12px;
  }

  .mobile-nav-wrapper .logo img {
    height: 34px;
    margin-top: 5px;
  }

  .mobil-submenu {
    display: block;
  }

  .mobil-submenu li a {
    padding: 16px 12px;
    display: flex;
    align-items: center;
  }

  .mobil-submenu li a svg {
    margin-right: 10px;
    width: 16px;
    height: 16px;
  }

  .search__input-label {
    background: #fff;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #0c315d;
    top: 9px;
    text-align: left;
    font-size: 16px;
  }

  .site__body {
    margin-top: 143px;
  }

  .dropcart--style--offcanvas .dropcart__body {
    z-index: 9999;
  }

  .mobil-submenu li a .preferences-text,
  #mobil-submenu-help-btn {
    color: #0c315d;
    display: block;
    font-size: 11px;
    font-weight: 700;
    position: relative;
    font-family: Arial;
    text-transform: capitalize;
  }

  #mobil-submenu-help-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
  }

  #mobil-submenu-help-btn svg {
    margin-right: 10px;
  }

  .closemobileMenu span {
    border-left: 1px solid #e3eaf4;
    padding: 12px;
    outline: auto;
    outline-offset: 3px;
    outline-color: #1b65b1;
  }

  .search-vilebre button {
    background-color: var(--dark-blue-color);
    color: white;
    padding: 0px 13px;
  }

  .mobil-submenu .preferences-text {
    display: block !important;
  }

  .mobil-submenu {
    height: 100%;
    background-color: #e3eaf4;
    padding-top: 10px;
  }

  .search-vilebre button i {
    color: white;
  }

  .nav-li__home--arrow,
  .nav-li__sub--arrow {
    right: 6px;
  }

  #MobileNav li a {
    color: #0c315d;
    display: block;

    font-size: 11px;
    font-weight: 700;
    position: relative;
    font-family: Arial;
  }

  .nav-li__home--arrow i,
  .nav-li__sub--arrow i {
    font-weight: 600;
  }

  #MobileNav,
  .megamenu {
    height: auto;
    min-height: auto;
  }

  .product-swiper-item .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
  }

  .swiper-pagination-bullets.swiper-pagination-horizontal {
    left: 42% !important;
  }

  .slider-wrapper p {
    width: 100%;
  }

  .slider-wrapper .block-header__title {
    padding: 5px;
    margin-bottom: 0;
    font-size: 23px;
  }

  .block-products-carousel[data-layout="grid-4"]:not([data-mobile-grid-columns="2"]) .product-card .product-card__image {
    padding: 15px 0 0 0;
  }

  .product-card__name {
    margin-top: 0;
  }

  .block-products-carousel[data-layout="grid-4"]:not([data-mobile-grid-columns="2"]) .product-card .product-card__info {
    padding: 0 0;
  }

  .mobil-footer-col h2 {
    font-size: 13px;
    font-weight: bold;
    font-family: Arial;
    letter-spacing: normal;
    color: #0c315d;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 15px;
  }

  .footer .social-links__item {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }

  .footer .social-links__item i {
    font-size: 25px;
  }

  .footer__box {
    min-width: auto;
    width: 100%;
  }

  .footer__box__title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    padding: 15px;
    border-top: 1px solid rgba(12, 49, 93, 0.2);
    display: flex;
    border-bottom: 0;
  }

  .footer__end {
    padding: 0;
  }

  .footer__box__list {
    margin: 15px;
  }

  .store-footer-btn .footer__box__title span,
  .store-footer-btn .footer__box__title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .lifebuoysvg .st0,
  .turtlesvg .st0,
  .eyesvg .st0 {
    fill: #0c315d;
  }

  .footer__end:nth-child(5) {
    border-bottom: 1px solid rgba(12, 49, 93, 0.2);
  }

  .footer__box-img {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
  }

  .site-footer__copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 200px;
    margin: auto;
  }

  .site-footer__copyright span {
    width: 100%;
  }

  .footer__box-img img {
    margin: 0 15px;
    height: 100px;
    height: 115px;
    object-fit: contain;
  }

  .footer__box-img img {
    margin: 0 15px;
  }

  .store-details,
  .social-footer {
    display: none;
  }

  .footer__box__icon-btn span {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .footer__box__icon-btn i {
    font-weight: 900;
  }

  .footer__box__title:after {
    display: none;
  }

  .store-footer-btn .footer__box__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .store-footer-btn .footer__box__title span svg {
    margin-right: 25px;
  }

  .svgchevron {
    width: 10px;
  }

  .mobil-footer-col .footer__box__title:after {
    display: none;
  }

  .svgchevron .st0 {
    fill: #0c315d;
  }

  .footer__box__title span svg {
    width: 22px;
    margin-right: 25px;
  }

  #mobil-preferences-list {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: none;
  }

  .preferences-list-header {
    border-bottom: 1px solid #e3eaf4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
  }

  #mobil-preferences-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    border-bottom: 1px solid #e3eaf4;
  }

  #mobil-preferences-list.preferences-list img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    margin-right: 0;
  }

  #mobil-preferences-list.preferences-list li p {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    font-weight: 500;
    font-size: 11px;
    font-family: Arial;
    color: #0c315d;
    margin-top: 0;
    font-weight: 600;
    white-space: nowrap;
    margin-left: 3px;
  }

  .preferences-list li p span:last-child {
    margin: 0;
  }

  .preferences-list-header.closemobileMenu span {
    border-left: none;
  }

  .mobil-submenu li .sss-mobil-text {
    border-bottom: 1px solid #e3eaf4;
    padding: 16px 12px;
    font-weight: 600;
    font-size: 11px;
    font-family: Arial;
    color: #0c315d;
  }

  .mobil-menu-header .backsvg {
    width: 20px;
    height: 20px;
    -ms-flex-item-align: center;
    align-self: center;
  }

  #mobil-preferences-list.preferences-list li a {
    padding: 0;
  }

  .mobil-menu-header .st1 {
    fill: #fff;
    stroke: #0c315d;
  }

  .mobil-menu-header .st0 {
    fill: #0c315d;
  }

  /* .product-gallery__featured {
    padding-right: 0;
  }

  .product-gallery__grid .product-image {
    padding: 0 !important;
  } */
  /* 
  #product-carousel {
    height: 400px;
  }

  .product-gallery__featured.product-gallery__grid
    .product-image.product-image--location--gallery {
    display: none;
  } */

  /* .product-gallery__carousel .swiper-slide-thumb-active img {
    border: 1px solid #0e0d0d8e;
    height: 400px;
    width: 100%;
    object-fit: cover;
  }

  .product-gallery__grid .product-image {
    width: 100% !important;
    height: 400px;
  } */

  .product-details-wishlist button {
    right: 13px;
    top: 30px;
  }

  /* .product-gallery__carousel {
    margin-top: 0;
    margin-left: -2px;
  } */
  /* 
  .product-gallery__carousel .swiper-button-wrapper {
    display: block;
  }

  .product-gallery__carousel .swiper-button-prev:after,
  .product-gallery__carousel .swiper-button-next:after {
    color: var(--dark-blue-color);
    font-size: 23px;
    display: block;
  }

  #product-carousel {
    display: block;
  }
  .product-gallery__carousel .swiper-button-prev:after,
  .product-gallery__carousel .swiper-button-next:after {
    display: block;
  }

  .product-gallery__carousel .swiper-button-wrapper {
    display: block;
  } */

  .mobile-product-details-title {
    width: 100%;
    padding: 14px 19px;
    background: #fff;
    color: var(--dark-blue-color);
    margin: 0;
    font-size: 22px;
  }

  .product-details-wishlist button {
    top: 100px;
  }

  .product__gallery {
    margin-bottom: 0;
  }

  .product-details-sticky {
    margin-top: 30px;
    padding: 0 15px;
  }

  .product-gallery__carousel,
  .mobile-product-details-title {
    display: block;
  }

  .product-details-sticky .product__name {
    display: none;
  }

  .product-gallery__featured {
    padding-right: 0;
  }
}

.blog-content-item {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}

.blog-content-img {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
  height: 100%;
}

.blog-content-item .blog-content-text {
  border-top: 5px solid #0c315d;
  border-bottom: 5px solid #0c315d;
  font-family: Arial;
  font-size: 14px;
  text-align: justify;
  padding: 20px 0;
  color: #0c315d;
}

.blog-content-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.blog-content-text h2 {
  font-size: 32px;
  color: #0c315d;
  font-family: Arial;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: left;
}

.blog-content-text a {
  text-decoration: none;
  color: #0d6efd;
}

@media screen and (max-width: 768px) {
  .blog-content-item {
    margin: 15px;
  }

  .blog-content-img {
    margin: 15px;
  }

  .blog-content-item .blog-content-text {
    padding: 20px;
  }

  .blog-content-text h2 {
    font-size: 24px;
  }

  #MobileNav li a {
    text-transform: capitalize;
    white-space: nowrap;
  }

  #MobileNav li a svg {
    display: none;
  }
}

.prefooter {
  margin: 50px 0;
}

.prefooter-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 984px;
}

.prefooter-box-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 225px;
}

.prefooter-box-item h3 {
  font-family: Arial;
  color: #0c315d;
  font-size: 12px;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .prefooter-box-item {
    width: auto;
    margin: 0 15px;
  }

  .prefooter-box-item img {
    aspect-ratio: 53 / 50;
    width: 64px;
  }

  .prefooter-box-item h3 {
    text-align: center;
  }
}

.order-stil h6 {
  display: block;
  font-size: 12px;
  margin: 0 0 10px;
  color: #0c315d;
}

.order-stil {
  padding: 10px 20px 20px 10px;
  border-bottom: 1px solid #b3b3b333;
}

.order-stil .triangle {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #0c315d;
  position: absolute;
  right: 17px;
  top: 45%;
}

.order-stil .dropdown-toggle::after {
  display: none;
}

.order-stil .dropdown-toggle {
  background-color: #fff;
  border: 2px solid #0c315d;
  border-radius: 0;
  font: 16px Arial, sans-serif;
  font-weight: 700;
  color: #0c315d;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  text-align: left;
  padding: 10px;
}

.order-stil .filter__title {
  padding: 14px 20px;
}

.order-stil .dropdown-toggle span {
  font-size: 12px;
  color: #0c315d;
  text-transform: capitalize;
  font-family: Arial;
  font-weight: 400;
}

.order__list_new {
  width: 100%;
}

.order-label {
  display: flex;
  align-items: center;
  position: relative;
  margin: 5px;
  font-size: 12px;
  color: #0c315d;
  text-transform: capitalize;
  font-family: Arial;
  font-weight: 400;
  padding: 5px;
}

.order-label:hover {
  background-color: #0c315d;
  color: white;
}

.order-label input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.search-page .widget-filters__closebtn {
  border-bottom: 1px solid #00000012;
}

.tooltip-inner {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.664);
  /* Metin rengini değiştir */
  font-size: 11px;
  /* Yazı boyutunu değiştir */
  font-weight: 400;
  /* Yazıyı kalın yap */
  padding: 5px;
  /* İç boşluğu artır */
  border-radius: 0;
  /* Kenarları yuvarlat */
  white-space: nowrap;
  border: 1px solid rgba(51, 51, 51, 0.151) !important;
  outline: none;
}

/* Tooltip okunu değiştirme */
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  border-color: transparent !important;
  /* Ok rengini değiştir */
}

.contact-us__container {
  height: 100%;
  margin: 80px auto;
  border: 10px solid #0c315d;
  padding: 60px 0;
  max-width: 1676px;
}

.contact-us__header.card-title {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09px;
  text-align: center;
  position: relative;
  color: #0c315d;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact-us__details {
  font-family: Arial;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  text-align: center;
}

.contact-us__details a {
  color: #0c315d;
  text-decoration: underline !important;
}

#contactus-form {
  margin: 50px auto 0;
  padding: 0 120px;
}

#contactus-form input,
#contactus-form .form-floating textarea {
  border: 2px solid #0c315d;
}

#contactus-form input,
#contactus-form select {
  margin-bottom: 50px;
}

#contactus-form input, #contactus-form select {
  color:#0c315d;
  font-weight: 600;
  font-size:12px;
}

.contact-attributes .form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>label {
  font-size: 11px;
  font-weight: 700;
  bottom: 5px;
  top: 3px !important;
  position: absolute;
  opacity: 1 !important;
  left: 13px;
  padding: 0 5px;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0;
  color: #0c315d;
  font-family: Arial;
  text-transform: uppercase;
  height: max-content;
  background-color: white;
}

.contact-attributes .form-floating>.form-control:focus~label,
.form-floating>.form-control:focus~label {
  font-size: 10px;
  top: -8px !important;
  background: white;
  opacity: 1 !important;
}

.form-floating>.form-control:not(:placeholder-shown)~label {
  font-size: 12px;
  opacity: 1 !important;
  margin-top: 0.25em;
  transform: none !important;
  top: -12px !important;
}

.contact-us-button {
  width: 100%;
  height: 45px;
 
  font-weight: 700;
  letter-spacing: 0;
  font-size: 12px;
  background-color: #0c315d;
  color: #fff !important;
  border: none;
  border-radius: 0;
  margin-top: 50px;
}
.return-product-select span:nth-child(2){
  display: none;
}

.return-product-select span label {
 
  margin-right: 0px;
  width: 180px;
}
.contact-us-button:hover {
  color: #fff;
  background-color: #1b65b1;
  border:2px solid  #1b65b1 !important;
}

.product-size-standart-error {
  color: red;
  font-size: 12px;
  display: none;
}

.fixed-add-bag {
  background: #0c315d;
  color: #fff;
  border: 0;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  height: 44px;
  padding: 0 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  z-index: 10;
  display: none;
}

.fixed-add-bag .productdetails__cart {
  display: none;
}

@media screen and (max-width: 1000px) {
  .contact-us__container {
    border: 0;
  }

  .fixed-add-bag {

    display: flex;
  }

  .contact-us {
    padding: 10px !important;
  }

  #contactus-form {
    margin: 0;
    padding: 30px 12px;
  }

  #contactus-form input {
    margin-bottom: 35px;
  }

  .contact-us__container {
    margin: 0 !important;
    padding: 20px 0 0 0 !important;
  }

  #contactus-form input {
    margin-bottom: 0;
  }

  #contactus-form {
    margin: 0;
    padding: 0 12px;
  }

  h2.login-title {
    display: none;
  }

  .login__card,
  .register__card {
    padding: 0;
    background-color: #f9f9f9;
    margin: 0 0 10px 0;
  }

  .prefooter {
    margin: 20px 0;
  }

  .header__content .mobil-col.is-active {
    /* margin-top: 100px; */
    position: absolute;
    background: white;
    top: 45px;
  }

  .wishlist-page .products-list[data-layout^="grid-"][data-mobile-grid-columns="2"] .products-list__item {
    width: 47%;
    margin-bottom: 12px;
  }

  .position-fixed {
    top: 130px;
    right:0;
  }

  #product-details-form .product-details-wishlist button {
    top: 80px;
  }
}

.footer__box__item:hover {
  padding-left: 0;
  transition: 500ms all;
}

.categories-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.categories-box-text {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: #000;
  transition: 0.3s;
  padding: 30px;
  text-align: center;
  /* border: 1px solid #e3eaf4; */
  margin-right: 10px;
  height: 100%;
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.categories-box-text h1,
.categories-box-text h2 {
  color: #0c315d;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: Arial;
  font-weight: 700;
}

.categories-box-text p {
  color: #0c315d;
  font-size: 12px;
}

.categories-box-text h1 svg {
  width: 70px;
  margin-bottom: 12px;
}

.svgchevron {
  width: 10px;
  height: 22px;
}

.svgchevron .st0 {
  fill: #0c315d;
}

.mobil-menu-header,
.nav-li__home--link-mobile {
  display: none;
}

.mobil-menu-all-categories {
  display: none;
}

@media screen and (max-width: 768px) {

  .nav-li__home--arrow svg,
  .nav-li__sub--arrow svg {
    display: block;
  }

  .nav-li__home--arrow,
  .nav-li__sub--arrow {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .nav-li__home--arrow i,
  .nav-li__sub--arrow i {
    display: none;
  }

  #MobileNav li {
    position: unset;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .megamenu .nav-li__home--subbox {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: white;
    right: 0;
    bottom: 0;
  }

  .nav-sub-1 {
    background-color: white;
  }

  .mobil-menu-header {
    border-bottom: 1px solid #e3eaf4;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header-back-help {
    outline-width: 3px;
    outline: auto;
    outline-color: #1b65b1;
    height: 100%;
    padding: 0 12px;
  }

  .closemobileMenu2,
  #mobile-preference-close {
    padding: 0 12px;
  }

  .mobil-menu-header span {
    font-size: 14px;
    letter-spacing: normal;
    text-transform: capitalize;
    font-weight: 700;
    color: #0c315d;
  }

  .nav__subbox--submenu {

    position: absolute;
    background: white;
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0;
    right: 0;
    border-left: 1px solid #e3eaf4;
    bottom: 0;
  }

  .nav__subbox--list {
    background-color: white;
    height: 100%;
  }

  .menu-container,
  .home-menu-container {
    height: 100%;
  }

  .mobil-menu-header {
    display: flex;
  }

  .nav-li__home--link-web {
    display: none !important;
  }

  .nav__subbox--list.nav-sub-2 .nav-li__home--link-web svg {
    display: block !important;
  }

  .nav__subbox--list.nav-sub-2 .nav-li__home--link-web {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .mobil-menu-all-categories {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0c315d !important;
    text-align: center;
    padding: 6px 15px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 15px;
  }

  .mobil-menu-all-categories a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
  }

  .nav__subbox--submenu .nav__subbox--link {
    padding-left: 15px;
  }

  .nav__subbox--list.nav-sub-1 .nav__subbox--link.navigation__title {
    display: none !important;
  }

  #product-carousel .slider-mobile-product,
  #product-carousel .product-gallery__carousel-item {

    width: 25px !important;

    height: 25px !important;
  }

  .slider-mobile-product-item {
    width: 22px;
    height: 22px;
    margin-right: 8px;
    background: #fff;
    border: 1px solid #0c315d;

    display: block;
    border-radius: 100%;

    opacity: .2;
  }

  #product-carousel .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .swiper-slide-thumb-active .slider-mobile-product-item {
    background-color: #0c315d;
    opacity: 1;
  }

  .pswp {
    z-index: 25000;
  }

}


.selected-row {
  border: 2px solid #0c315d !important;

}

#sizeChartTable table tr th {
  background-color: #0c315d;
  color: white;
  text-align: center;
}

#sizeChartTable table tr td {
  color: #0c315d;
  border: 1px solid #ccc;
  text-align: center;
}

#checkout-billing-load .card-header {
  background-color: #e3eaf4;
}

.cargo-product {

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 12px;
  text-align: center;
}

.cargo-product h2 {
  color: #0c315d;
  font-family: Arial;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.sitemap__title {
  font-weight: 700;
  font-size: 40px;
}

.sitemap__h3 {
  font-size: 24px;
  font-weight: 700;
}

.sitemap__h2 {
  font-size: 32px;
  font-weight: 700;
}

.sitemap__h4 {
  font-size: 16px;
  font-family: Arial;
  font-weight: 700;
}

.sitemap__link {
  color: #0c315d !important;
  font-family: Arial;
  text-transform: uppercase !important;
}

/* kategori açıklamaları  */
.sub-categories-description p {
  font-family: Arial;
  font-size: 12px;
  font-weight: 400;
  color: #0c315d;
  text-align: center;
}

.sub-categories-description ul {
  font-family: Arial;
  font-size: 12px;
  font-weight: 400;
  color: #0c315d;
  text-align: center;
  list-style: none;
}

.sub-categories-description h2 {
  color: #0c315d;
  text-align: center;
  font-family: Arial;
  font-size: 24px;
  font-weight: 700;
  margin-top: 10px;
}

.sub-categories-description h3 {
  color: #0c315d;
  text-align: center;
  font-family: Arial;
  font-size: 19px;
  font-weight: 700;
  margin-top: 10px;
}

.sub-categories-description a {
  color: #007bff;
}

.category-item-bottom {
  margin-left: 300px;
}



.bootbox.larger-modal .modal-content {
  padding:  12px;
  background-color: #e3eaf4;
}

.bootbox.larger-modal .modal-body {
  padding: 12px;
  background-color: white;
}

button.bootbox-close-button.close {
  position: absolute;
  right: 1px;
  top: 0;
  background-color: #f7f7f7;
  padding: 15px;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  color: #000;

}

.megamenu .nav-li__home:hover .nav-li__home--subbox {
  border: 1px solid #e3eaf4;

}
 b {
  font-weight: bold;
 }
.all-categories-item-menu ,.all-categories-item-menu_right{
  position: relative;
  z-index: 9;
  padding: 25px 15px;
  min-width: 180px;
}

.all-categories-item-menu li a  ,.all-categories-item-menu_right li a{
  color: var(--dark-blue-color) !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  font-family: "Arial", serif !important;

}

.all-categories-item-menu li a:hover ,.all-categories-item-menu_right li a:hover {
  color: #1b65b1 !important;
}

.all-categories-item-menu li ,.all-categories-item-menu_right li {
 
  padding: 5px 0 !important;
}

.all-categories-item-menu li:first-child ,.all-categories-item-menu_right li:first-child {
  padding:  0 !important;
}
.all-categories-item-menu li:first-child a ,.all-categories-item-menu_right li:first-child a {
  font-weight: 700 !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  font-family: "Arial", serif !important;
}

.categoriestopmenu__imgbox {
  margin-right: 50px;
}
.all-categories-item-menu_right {
  border-left: 1px solid #e3eaf4;
  padding: 40px 50px;
  width: 265px;
  min-height: 377px;
}


.category-item-bottom {
  max-height: 190px; 
  overflow: hidden;
  position: relative;
}

.category-item-bottom.expanded {
  max-height: none;
}

.show-more-btn {
  background-color: transparent;
  color: #0c315d;
  font-weight: bold;
  border: none;
  padding: 10px 15px;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 5px;
  margin-left: 300px;
}

.order-completed-page .checkout-data{
   background-color: white !important;
       border: 1px solid #ccc;
    margin-top: 50px;
}

.default__bg{
   background-color: #0c315d;
}

.product-summary-info-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 14px;
}

.product-summary__card {
 
  width: 100%;
}


.bootbox.larger-modal .modal-dialog {
  max-width: 30%;
}


#sectioncarousel {
  margin:0;
}

.category-grid__container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-grid__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 7px;
}

.category-grid__name {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #0c315d;
}

@media screen and (max-width:768px) {
  .category-grid__item  img{
    display: none;
  }

  .category-grid__item {
    display: flex
    ;
        justify-content: center;
        align-items: center;
        padding: 0;
        border: 1px solid #0c315d;
        font-size: 11px;
        font-family: Arial;
        font-weight: 700;
        color: #0c315d;
        text-align: center;
        min-height: 47px;
        
  }
  .categories__header {
    margin: 30px 0 0 0;
}
  
.category-grid__name {
  font-size: 11px;
}
  .category-grid__container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 15px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
    padding: 0 10px;
}

  .product-summary-info-container {
    display:flex;
  }
  .all-categories-item-menu ,.all-categories-item-menu_right {
    display: none;
  }

  .show-more-btn {
    
    margin-left: 0;
  }

  .category-item-bottom {
    margin-left: 0;
}

.bootbox.larger-modal .modal-dialog {
  max-width: 100%;
  top:20%;
}
}

.spec-list {
  list-style: circle;
}
.spec-list li {
  margin: 5px 0;
  display:flex;
  align-items: center;
  font-family: Arial;
  color: #0c315d;
  font-size: 13px;
}

.spec-circle {
  width: 3px;
  height: 3px;
  background-color: #0c315d;
  display: block;
  margin-right: 3px;
  border-radius: 100%;
}


.spec-list li strong {
  margin-right:5px;
}

.product-color-item .spec-list li strong {
  margin-right:0;
}
.stock-status {
  padding:12px;
  
}

.spec-list {
  margin-top:12px;
}
.product-accordion-item .accordion-body {
  font-size:13px;
  font-family: Arial;
}

.stock-status .stock-status-title {
  text-align: center;
}

.stock-status .stock-status-title  h5{
  font-weight: 700;
    color: #0c315d;
    text-align: center;
    padding: 0 ;
    margin-bottom: 0;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 25px;
}

.stock-status .stock-status-title  p {
  font-size: 14px;
    font-family: Arial, sans-serif;
    text-decoration: none;
    color: #0c315d;
    margin: 10px 0;
}
.stock-status-product {
 margin-top:24px;
  display: flex;
  

}

.store-map-container {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.store-map-container.active {
  max-height: 600px; /* İframe yüksekliği kadar */
  opacity: 1;
}
.stock-status-product-text {
  margin-left:12px;
}
.stock-status-product-text h5 ,.store-item  h5 {
  font-weight: 700;
  color: #0c315d;

  padding: 0 ;
  margin-bottom: 0;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 16px;
}
.store-item  h5 {
  margin-bottom:12px;
}
.stock-status-product-text .productAttributeMappings span ,.store-item p ,.store-map{
  color: #0c315d !important;
}

.store-item p{
  margin:12px 0;
  font-size: 16px;
}
.return-request-title p strong {
  font-weight: 600;
}

.return-request-title p  {
margin-top:10px;
}
.stock-status-product-text  .productAttributeMappings li {
  margin:6px 0;
}
.store-map {
  padding: 0;
  font-size: 16px;
}

.store-item p strong ,.stock-status-product-text .productAttributeMappings span {
  font-size:12px  !important;
}
.no-store-found {
  text-align: center;
  
}
.store-item p strong {
  font-weight: 600;
  font-size:16px  !important;
}
.store-item {
  padding:24px 0;
  border-bottom:1px solid #ccc;
}
.store-map {
  font-weight:700;
}


.order-details-buttons .dropdown-toggle {
  background-color: #0c315d;
}

.order-details-page {
  margin-left: 0px;
}

.order-overview [class*="order-"] strong ,.product-summary-card__header ul li strong{
  color:#0c315d;
}

.order-details-buttons .dropdown-menu-dark .dropdown-item {
  color:white !important;
}

.product-summary-card__delivered-completed {
  padding: 24px 0 24px 24px;
}

.product-summary-card__product img{
     width: 125px;
    height: 145px;
    object-fit: contain;
}

.categories-box-img {
  display: none;
}
.register-contract span {
  cursor: pointer;
}
.category-item-description {
  display: block;
}

.show-more-btn-top  {
  display: none;
}

.dropcart__products-list .productAttributeMappings li span {
  font-size: 13px !important;
  color: #0c315d !important;
  margin: 2px 0;
  display: inline-block;
}

.dropcart__product-image img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.dropcart__product-image {
  width: 100px;
  height: 100px !important;
}

#bankTransferPayment .fromCheckWrp {
  width: 50%;

}

.default__btn:hover {
  opacity: 1 !important;
  color: var(--text-white-color);
}
@media (max-width: 768px) {

  #mobil-submenu-help-btn span {
    font-size: 11px !important;
    text-transform: capitalize !important;
   }

   #product-image .product-image--location--gallery.swiper-slide .image-zoom {
    background-image: none  !important;
    color: white;
   }
  #bankTransferPayment .fromCheckWrp {
    width: 100%;
  
  }


  #checkout-shipping-method-load {
    width: 100%;
    max-width: 100%;
}
  .category-item-description {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }

  .show-more-btn-top {
      display:block;
      margin-top: 8px;
      background-color: transparent;
      border: none;
      color: #0c315d;
      font-weight: bold;
      cursor: pointer;
      margin:auto;
  }

  .category-item-description.expanded {
      -webkit-line-clamp: unset;
      overflow: visible;
  }

  .show-more-btn-top.hidden {
      display: none;
  }
}

.step-by-step:before {
  height: 214px;
  top: 13%;
}

.return-product-select select {
  font-size:12px;
   color: #0c315d;
}
.return-product-name {
     color: #0c315d;
}

.product__description {
  color:#0c315d;
  font-family: var(--font-family-arial);
    font-size: 14px;
}

.return-request-page .buttons .btn  {
    background-color: #0c315d;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
        height: 40px;
    font-size: 14px;
        line-height: 0;
           border-radius: 0 !important;;
}

.register-continue-button ,.product-summary-payment__buttons-actions .return-items-button,.wishlist-page .default__btn--line ,.default__bg.delete-selected-biss-button ,.default__btn--w.order-details-button,.btn-info ,.dropcart__buttons a ,.password-recovery-button,#btn-continue,.order-info__btns a, .default__btn {
    background-color: #0c315d !important;
    color: white !important;;
    border:1px solid  #0c315d !important;;
    border-radius: 0 !important;;
}

.register-continue-button {
  padding: 8px 24px;
}

.share-label, .share-info a {
  color: #0c315d;
}


.return-request-page .buttons .btn:hover ,.dropcart__buttons a:hover ,
.password-recovery-button:hover,#btn-continue:hover,div#confirm-order-buttons-container input:hover,.default__btn:hover,.order-info__btns a:hover
,#address-form-edit .generalMarginSupporter:hover ,.save-address-button:hover ,.default__bg.delete-selected-biss-button:hover{
background-color: #1b65b1 !important;
    color: #fff !important;
    border-color: #1b65b1 !important;
    border-radius: 0 !important;
   
}

.default__bg:hover {
  opacity: 1 !important;
}
#address-form-edit .generalMarginSupporter:hover  .save-address-button ,.wishlist-page .default__btn--line:hover ,.preferences-sss:hover {
      background-color: #1b65b1 !important;
      color: #fff !important;
      border-color: #1b65b1 !important;
      border-radius: 0 !important;
}

.default__btn--line {
  font-weight: 400;
}

.product-summary-payment__buttons-actions .return-items-button:hover ,.register-continue-button:hover,.default__btn--w.order-details-button:hover ,.page-item .page-link:hover ,.change-password-button:hover{
background-color: #1b65b1 !important;
    color: #fff !important;
    border-color: #1b65b1 !important;
}

.product-summary-payment__buttons-actions .re-order-button:hover ,.card-return .btn-info:hover ,.order-details-buttons .dropdown-toggle:hover {
background-color: #1b65b1 !important;
    color: #fff !important;
    border-color: #1b65b1 !important;
}
.product-summary-payment__buttons-actions .re-order-button{
  border-radius: 0;
}

#return-details-page {
  padding:24px;
}

.return-details-page-title {
  margin:0 0 12px ;
  padding:0;
  color:#0c315d;
  font-size: 20px;
  font-weight: bold;
}

.card-return {
  padding: 0;
  margin: 20px 0;
  background-color: #e3eaf438;
  padding: 12px;
}

.card-return-header {
  font-weight: 600;
    margin-bottom: 12px;
}

.card-return-body li {
  margin:20px 0;
}


.card-return .btn-info {
  padding: 8px 30px;
  border-radius: 4px;
}


.card-return .btn-info:focus {
  box-shadow: none;
}
.products-return-title {
  border-bottom:1px solid #e3eaf4;
  color:#0c315d;
  font-size: 20px;
  margin: 30px 0 20px 0;
}

.return-request-table table {
  border: 1px solid #e3eaf4;
}

.return-table-title {
 font-weight: 600;
 font-size: 16px;
}

.return-request-table .product-image__img {
  height: 75px;
  width: 100%;
  object-fit: contain;
}

.return-request-table table tr th ,.return-request-table table tr td{
  border:  1px solid #e3eaf4;

  font-size: 12px;
  padding: 12px;
}


.btn-check:focus+.btn-primary, .btn-primary:focus {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}


.return-request-table table tr td {
 
    text-align: center;
    vertical-align: middle;
    height: 100px; 
  
}

.return-request-table table .product-image__body {
  display: flex;
  align-items: center;
  justify-content: center;
}

.result-bg-info {
  background-color: #ffc1070d;
  color: #5d5336;
  border: 1px solid #ffc107;
  padding: 30px;
}

.banktransfer__box--content span strong {
  font-weight: 600;
}

.order-product-sku {
  color:#484848 !important;
}

.registration-result-page {
  margin:40px 0; 
  background-color: #dfe6e9;
  padding:24px;
}

.registration-result-page-generalTitle {
  font-weight: 600;
}

.registration-result-page p{
  margin:30px 0;
}






@media screen and (max-width: 1650px) and (min-width: 1200px) {

      .home-menu-container {
        margin-left: 75px;
    }
}


.register-attribute .option-list  , #accountInfoForm  .option-list {
  display: block !important;

}

.register-attribute .option-list li{
  margin:14px 0;
}

.register-attribute .option-list li label{
  display: flex !important;
  align-items: center;
 position: relative;

}
.register-attribute .option-list li label .custom-control-input {
  position: absolute;
  left: 0;
    top: 1px;
  bottom: 0;
  border: 0;
  opacity: 0;
  height: 16px !important;
  width: 16px  !important;
  z-index: 55;
  cursor: pointer;
}

.register-attribute .option-list li label .custom-control-label{
  border: 1px solid var(--dark-blue-color) !important;
  height: 16px;
  width: 16px;

    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 0 12px;
    margin-right: 8px;
} 

.register-attribute .option-list li label .custom-control-description {
  color: var(--dark-blue-color);
  font-size: 14px;
  font-family: var(--font-family-arial);
}

.register-attribute  .custom-control-input:checked ~ .custom-control-label {
  background-color:  var(--dark-blue-color) !important;
}


/* .input-check__input:checked+.input-check__box+.input-check__icon {
  display: block;
  opacity: 0;
} */

#register-button {
  margin-top: 12px;
}
.categori-main .block {
  width: 100%;
}


.order-info__btns {
  flex-wrap: wrap !important;
}

.product-summary-card__product{
    display: flex;
    flex-wrap: wrap;
}

.table.table-hover thead {
  border: 1px solid #ccc;
}

.table.table-hover th.select-boxes {
  border: 1px solid #ccc;
}