/**********************************/
/********** General CSS ***********/
/**********************************/
body {
    color: #0055A4;
    font-family: 'Abril Fatface', cursive;
    font-weight: 400;
    background: #f3f6ff;
}

a {
    color: #1a386b;
}

a:hover,
a:active,
a:focus {
    color: #353535;
    outline: none;
    text-decoration: none;
}

h1 {
    font-family: 'Abril Fatface', cursive;
    font-weight: 900;
}

h2 {
    font-family: 'Abril Fatface', cursive;
    font-weight: 700;
}

@media(min-width: 992px) {
    .container-fluid {
        padding-right: 60px;
        padding-left: 60px;
    }
}

/**********************************/
/******** Back to Top CSS *********/
/**********************************/
.back-to-top {
    position: fixed;
    display: none;
    background: #1a386b;
    color: #1a386b;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 4px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 12px;
    color: #ffffff;
}


/**********************************/
/********* Form Input CSS *********/
/**********************************/
.form-control,
.custom-select {
    width: 100%;
    height: 35px;
    padding: 0 15px;
    color: #999999;
    border: 1px solid #dddddd;
    margin-bottom: 15px
}

.form-control:focus,
.custom-select:focus {
    box-shadow: none;
    border-color: #1a386b;
}

.custom-radio,
.custom-checkbox {
    margin-bottom: 15px;
}

.custom-radio .custom-control-label::before,
.custom-checkbox .custom-control-label::before {
    background: #dddddd;
    border-color: #dddddd;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    color: #ffffff;
    background: #1a386b;
    border-color: #1a386b;
    box-shadow: none;
}

.btn {
    color: #1a386b;
    background: #ffffff;
    border: 1px solid #1a386b;
}

.btn:hover,
.btn:active,
.btn:focus {
    color: #ffffff;
    background: #1a386b;
    box-shadow: none;
}


/**********************************/
/******* Normal Slider CSS ********/
/**********************************/
.normal-slider .slick-prev,
.normal-slider .slick-next {
    width: 40px;
    height: 40px;
    z-index: 1;
    opacity: 0;
    transition: .5s;
    background: rgba(255, 111, 97, .7);
    border-radius: 4px;
}

.normal-slider .slick-prev {
    left: 55px;
}

.normal-slider .slick-next {
    right: 55px;
}

.normal-slider.slick-slider:hover .slick-prev {
    left: 15px;
    opacity: 1;
}

.normal-slider.slick-slider:hover .slick-next {
    right: 15px;
    opacity: 1;
}

.normal-slider .slick-prev:hover,
.normal-slider .slick-prev:focus,
.normal-slider .slick-next:hover,
.normal-slider .slick-next:focus {
    background: rgba(0, 0, 0, .7);
}

.normal-slider .slick-prev:hover::before,
.normal-slider .slick-prev:focus::before,
.normal-slider .slick-next:hover::before,
.normal-slider .slick-next:focus::before {
    color: #1a386b;
}

.normal-slider .slick-prev::before,
.normal-slider .slick-next::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    color: #ffffff;
}

.normal-slider .slick-prev::before {
    content: "\f104";
}

.normal-slider .slick-next::before {
    content: "\f105";
}

.normal-slider .slick-dots {
    bottom: 15px;
}

.normal-slider .slick-dots li button:before {
    color: #ffffff;
    font-size: 15px;
}

.normal-slider .slick-dots li.slick-active button:before {
    color: #1a386b;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}


/**********************************/
/********** Top Bar CSS ***********/
/**********************************/
.top-bar {
    padding: 3px 0;
    font-size: 14px;
    color: #fff;
    background: #1a386b;
}

.top-bar i {
    margin-right: 5px;
}

.top-bar .col-sm-6:first-child {
    text-align: left;
}

.top-bar .col-sm-6:last-child {
    text-align: right;
}

@media (max-width: 575.98px) {
    .top-bar {
        border-bottom: 1px solid rgba(255,255,255,.1);
    }
    
    .top-bar .col-sm-6:first-child,
    .top-bar .col-sm-6:last-child {
        text-align: center;
    }
}


/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.nav {
    position: relative;
	
}

@media (min-width: 992px) {
    .nav .container-fluid {
        padding-left: 82px;
        padding-right: 82px;
    }
}

.nav .navbar {
    height: 100%;
    padding: 0;
}

.nav .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #1a386b;
	color:#fff;
}

.nav .dropdown-menu a.active {
    color: #1a386b;
    background: #fff;
}
.nav .dropdown-menu .dropdown-item {
	color:#fff;
}
.nav .dropdown-menu .dropdown-item:hover {
	color:#1a386b;
}
@media (min-width: 768px) {
    .nav,
    .nav .navbar {
        background: #fff !important;
    }
    
    .nav .navbar-brand {
        display: none;
    }
    
    .nav .navbar-dark a.nav-link {
        color: #1a386b;
        font-size: 14px;
		font-weight: bold;
		padding: 5px 15px;

		
    }
    
    .nav .navbar-dark a.nav-link:hover,
    .nav .navbar-dark a.nav-link.active {
        color: #1a386b;
    }
}

@media (max-width: 768px) {
    .nav {
        padding: 5px 0;
    }
    
    .nav,
    .nav .navbar {
        background: #1a386b !important;
    }
    
    .nav a.nav-link {
        padding: 5px 0;
    }
    
    .nav .dropdown-menu {
        box-shadow: none;
    }
}
/* ==== Multi-level dropdown (submenu opens to RIGHT) ==== */
.dropdown-submenu{ position: relative; }
.dropdown-submenu > .dropdown-menu{
  top: 0;
  left: 100%;
  margin-top: -.25rem;
  margin-left: .1rem;
}

/* 1) شيل caret تبع Bootstrap داخل القوائم الداخلية */
.dropdown-menu .dropdown-toggle::after{
  content: none !important;
  border: 0 !important;
  
}

/* 2) رجّع caret للمستوى الأول فقط (MEN/WOMEN...) */
.navbar .nav-item.dropdown > .nav-link.dropdown-toggle::after{
  display: inline-block !important;
  margin-left: .35rem;
  vertical-align: .25rem;
  content: "";
  border-top: .3em solid currentColor;
  border-right: .3em solid transparent;
  border-left:  .3em solid transparent;
  color: #1a386b;
}

/* 3) سهم يمين للـ submenu فقط (fa-angle-right) */
.dropdown-submenu > a{
  position: relative;
  padding-right: 1.25rem;
}
.dropdown-submenu > a::after{
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: .55rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  
}

/* لو رابط الساب-مينو هو dropdown-item dropdown-toggle */
.dropdown-submenu > .dropdown-item.dropdown-toggle{
  position: relative;
  padding-right: 1.2rem;
}
.dropdown-submenu > .dropdown-item.dropdown-toggle::after{
  content: "\f105" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border: 0 !important;
  width: auto;
  height: auto;
  line-height: 1;
  position: absolute;
  right: .55rem;
  top: 50%;
  transform: translateY(-50%);
}

/* Hover open on desktop */
@media (min-width: 768px){
  .navbar .dropdown:hover > .dropdown-menu{ display:block; }
  .navbar .dropdown-submenu:hover > .dropdown-menu{ display:block; }
}

/**********************************/
/********* Bottom Bar CSS *********/
/**********************************/
.bottom-bar {
    padding: 15px 0;
    background: #ffffff;
    margin-bottom: 30px;
}

.bottom-bar .logo {
    text-align: left;
    overflow: hidden;
}

.bottom-bar .logo a img {
    max-height: 60px;
	margin-left:30px
}

.bottom-bar .search {
    width: 100%;
}

.bottom-bar .search input[type=text] {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    color: #666666;
    border: 1px solid #1a386b;
    border-radius: 4px;
}

.bottom-bar .search button {
    position: absolute;
    width: 40px;
    height: 38px;
    top: 1px;
    right: 16px;
    padding: 0 15px;
    border: none;
    background: none;
    color: #1a386b;
    border-radius: 0 2px 2px 0;
}

.bottom-bar .search button:hover {
    background: #1a386b;
    color: #ffffff;
}

.bottom-bar .user {
    font-size: 0;
    text-align: right;
	
}

.bottom-bar .user .wishlist {
    margin-right: 15px;
}

.bottom-bar .user .cart i,
.bottom-bar .user .wishlist i {
    color: #1a386b;
}

.bottom-bar .user .cart span,
.bottom-bar .user .wishlist span {
    color: #1a386b;
    font-size: 15px;
}

.bottom-bar .user .cart:hover i,
.bottom-bar .user .wishlist:hover i,
.bottom-bar .user .cart:hover span,
.bottom-bar .user .wishlist:hover span {
    color: #ffffff;
}

@media (min-width: 768px) {
    .bottom-bar {
        max-height: 90px;
    }
}

@media (max-width: 767.98px) {
    .bottom-bar .logo,
    .bottom-bar .search,
    .bottom-bar .user {
        text-align: center;
        margin-bottom: 15px;
    }
    
    .bottom-bar .user {
        margin-bottom: 0;
    }
}


/**********************************/
/*********** Header CSS ***********/
/**********************************/
.header {
    position: relative;
}

.header .col-md-3,
.header .col-md-6 {
    margin-bottom: 30px;
}

.header .navbar {
    padding: 0;
    height: 100%;
    max-height: 400px;
    overflow: hidden;
    background: #ffffff !important;
}

.header .navbar-nav {
    width: 100%;
    padding: 15px 0;
}

.header .navbar li {
    padding: 0 30px;
    border-bottom: 1px solid #f3f6ff;
}

.header .navbar li:last-child {
    border-bottom: none;
}

.header .navbar a {
    color: #1a386b;
}
.header .navbar a:hover {
    color: #1a386b;
}


.header .navbar i {
    color: #1a386b;
    width: 20px;
    text-align: center;
    margin-right: 8px;
}

.header .navbar a:hover i {
    color: #1a386b;
}

.header-slider {
    position: relative;
    width: 100%;
}

.header-slider .header-slider-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    max-height: 400px;
    overflow: hidden;
    background: #ffffff;
}

.header-slider .header-slider-caption {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 60%;
    height: 60%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255, 111, 97, .7);
    transition: all 0.3s;
    z-index: 1;
}

.header-slider .header-slider-caption p {
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    font-family: 'Source Code Pro', monospace;
    font-weight: 700;
}

.header-slider .header-slider-caption .btn {
    border-color: #ffffff;
}

.header-slider .header-slider-caption .btn i {
    margin-right: 5px;
}

.header .header-img {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    max-height: 400px;
    overflow: hidden;
    background: #ffffff;
}

.header .img-item {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.header .img-item img {
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
}

.header .img-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: rgba(255, 111, 97, .7);
    transition: all 0.3s;
    opacity: 0;
}

.header .img-text:hover {
    opacity: 1;     
}

.header .img-text p {
    margin: 0 0 50px 0;
    padding: 15px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.3s;
}

.header .img-text:hover p {
    margin: 0;       
}


/**********************************/
/********* Breadcrumb CSS *********/
/**********************************/
.breadcrumb-wrap {
    position: relative;
    width: 100%;
}

.breadcrumb-wrap .breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
}



/**********************************/
/********** Category CSS **********/
/**********************************/
.category {
    position: relative;
    padding: 0 15px;
    margin-bottom: 30px;
}

.category .col-md-3 {
    padding: 0;
}

.category .category-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    max-height: 400px;
    overflow: hidden;
    background: #ffffff;
}

.category .category-item.ch-400 {
    height: 400px;
}

.category .category-item.ch-250 {
    height: 250px;
}

.category .category-item.ch-150 {
    height: 150px;
}

.category .category-item img {
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
}

.category .category-name {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: rgba(255, 111, 97, .7);
    transition: all 0.3s;
    opacity: 0;
}

.category .category-name:hover {
    opacity: 1;     
}

.category .category-name p {
    margin: 0 0 50px 0;
    padding: 15px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.3s;
}

.category .category-name:hover p {
    margin: 0;       
}


/**********************************/
/*********** Feature CSS **********/
/**********************************/
.feature {
    position: relative;
}

.feature .feature-col {
    margin-bottom: 30px;
}

.feature .feature-content {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30px 15px;
    text-align: center;
    background: #ffffff;
}

.feature .feature-content i {
    color: #1a386b;
    font-size: 60px;
    margin-bottom: 30px;
}

.feature .feature-content h2 {
    font-size: 18px;
}

.feature .feature-content p {
    font-size: 15px;
    margin: 0;
}


/**********************************/
/******** Product Item CSS ********/
/**********************************/
.img-eq {
    position: relative;
    width: 100%;
    height: 220px;              /* فيك ترجعها 220px إذا بدك */
    background: #fff;           /* خلفية بيضاء لتبين الletterboxing لو الحاجة */
    overflow: hidden;
  }
  .img-eq > a {
    display: flex;              /* مركز الصورة داخل الإطار */
    width: 50%;
    height: 50%;
    align-items: center;
    justify-content: center;
  }
  .img-eq img {
    max-width: 100%;
    max-height: 100%;
    width: auto;                /* ما بنمدّها عرضًا بالقوة */
    height: auto;               /* وما بنطولها بالقوة */
    object-fit: contain;        /* 🟢 السرّ: تبين الصورة كاملة بدون قص */
  }
.product-item{
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* ===== Title (bar) ===== */
.product-item .product-title{
  padding: 12px;
  text-align: center;
  background: #1a386b;
  transition: all .3s;
  min-height: 44px; /* يحافظ على تساوي العناوين */
}
.product-item:hover .product-title{ background: #1a386b; }

.product-item .product-title a,
.product-item .product-title .ratting{ position: relative; width: 100%; }

.product-item .product-title a{
  margin-bottom: 5px;
  color: #fff;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 600;
  display: -webkit-box;          /* قصّ لسطرين */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.product-item .product-title .ratting i{ font-size: 14px; color: #fff; }

/* ===== Image (fixed height + contain) ===== */
.product-item .product-image{
  position: relative;
  overflow: hidden;
  height: 220px;
  margin-bottom: 0;              /* لا فراغ تحت الصورة */
  background: #fff;              /* كي يظهر التباعد عند اختلاف الأبعاد */
}
.product-item .product-image a{
  display: block; width: 100%; height: 100%;
  background: transparent; transition: .3s;
}
.product-item .product-image img{
  width: 100%; height: 100%;
  object-fit: contain;           /* ✅ أظهر الصورة كاملة داخل الكرت */
  object-position: center center;
  transition: all .3s;
  display: block;                /* يمنع baseline gap */
}
/* ألغِ التكبير حتى لا تُقصّ الصورة عند التحويم */
.product-item:hover .product-image img{ transform: none; }

/* Overlay actions */
.product-item .product-image .product-action{
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
	background: rgba(26, 56, 107, .3);
  transition: all .3s; font-size: 0; z-index: 1; opacity: 0;
}
.product-item:hover .product-image .product-action{ opacity: 1; }
.product-item .product-image .product-action a{
  display: inline-block;
  width: 36px; height: 36px;
  margin-right: 6px;
  padding: 7px 0 10px 0;
  font-size: 16px; text-align: center; color: #fff;
  background: #1a386b; border: 1px solid #fff; border-radius: 4px;
  transition: all .3s; margin-top: 50px;
}
.product-item:hover .product-image .product-action a{ margin-top: 0; }
.product-item .product-image .product-action a:last-child{ margin-right: 0; }
.product-item .product-image .product-action a:hover{
  color: #1a386b; background: #fff; border: 1px solid #1a386b;
}

/* ===== Price + Buy (same row) ===== */
.product-item .product-price{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  background: #1a386b;
  transition: all .3s;
}
.product-item:hover .product-price{ background: #fff; color:#1a386b; }

.product-item .product-price h3{
  color: #fff; margin: 0;
  display: inline-block;
  font-size: 18px; line-height: 1.1;
  flex: 1 1 auto;               /* ياخد المساحة الباقية */
  min-width: 0;
}
.product-item:hover .product-price h3{
  color: #1a386b; /* غيّرها للون اللي بدك ياه */
}
.product-item .product-price h3 span{ font-size: .85em; margin-right: 2px; }

.product-item .product-price .btn{
  float: none;                   /* إلغاء ستايل قديم */
  position: static;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
  margin: 0;
  white-space: nowrap;
  padding: 4px 10px;
  font-size: 10.5px;
  line-height: 1.2;
  border-radius: 4px;
  background: #fff;
  color: #1a386b;
  border: none;
}
.product-item:hover .product-price .btn,
.product-item .product-price .btn:hover{
  color: #fff; background: #1a386b;
}
.product-item .product-price .btn i{ margin-right: 6px; font-size: 1em; }

/* سعر مخفّض (اختياري) */
.product-item .product-content .price span{
  margin-left: 12px; text-decoration: line-through; font-weight: 700; color: #1a386b;
}
.product-item:hover .product-content .price span{ color: #ddd; }

/* ===== Grid gutters + responsive columns ===== */
.products-grid{ margin-left: -10px; margin-right: -10px; }
.products-grid .prod-col{ padding-left: 10px; padding-right: 10px; margin-bottom: 20px; }

/* خلي العمود يمدّ الكارت ليتساوى الارتفاع */
.products-grid .prod-col{ display: flex; }
.products-grid .prod-col > .product-item{
  display: flex; flex-direction: column; width: 100%; height: auto;
}

/* على ≥576px ثبّت السعر بأسفل الكارت لتساوي الصفوف */
@media (min-width: 576px){
  .product-item .product-price{ margin-top: auto; }
}

/* 4/5/6 أعمدة على الشاشات الكبيرة (grid-4|5|6 من الـPHP) */
@media (min-width: 992px){
  .grid-4 .prod-col{ flex: 0 0 25%;      max-width: 25%; }
  .grid-5 .prod-col{ flex: 0 0 20%;      max-width: 20%; }
  .grid-6 .prod-col{ flex: 0 0 16.6667%; max-width: 16.6667%; }
  .grid-5 .product-item .product-image{ height: 200px; }
  .grid-6 .product-item .product-image{ height: 190px; }
  .products-grid.grid-5 .product-item .product-price h3{ font-size: 16px; }
  .products-grid.grid-5 .product-item .product-price .btn{ padding: 6px 8px; font-size: 12px; }
  .products-grid.grid-6 .product-item .product-price h3{ font-size: 15px; }
  .products-grid.grid-6 .product-item .product-price .btn{ padding: 5px 8px; font-size: 12px; }
}

/* ===== Mobile (≤575.98px) ===== */
@media (max-width: 575.98px){
  /* قلّل الـgutter بين الكروت */
  .products-grid{ margin-left: -6px; margin-right: -6px; }
  .products-grid .prod-col{ padding-left: 6px; padding-right: 6px; margin-bottom: 10px; }

  .product-item{ padding: 6px; }
  .product-item .product-title{ padding: 10px; min-height: 36px; }
  .product-item .product-title a{ font-size: 12px; }
  .product-item .product-image{ height: 140px; }
  .product-item .product-price{
    padding: 4px px;
    margin-top: 6px !important; /* قريب من الصورة بلا فراغ زائد */
  }
  .product-item .product-price h3{ font-size: 12px; }
  .product-item .product-price .btn{ font-size: 10.5px; padding: 3px 2px; }
  .product-item .product-image .product-action a{ width: 32px; height: 32px; }
}

/* ===== Small (576–767.98px) ===== */
@media (min-width: 576px) and (max-width: 767.98px){
  .products-grid .prod-col{ margin-bottom: 16px; }
  .product-item .product-image{ height: 160px; }
  .product-item .product-title a{ font-size: 13px; }
  .product-item .product-price h3{ font-size: 15px; }
  .product-item .product-price .btn{ font-size: 12px; padding: 6px 8px; }
}

/* ===== Medium (768–991.98px) ===== */
@media (min-width: 768px) and (max-width: 991.98px){
  .product-item .product-image{ height: 200px; }
  .product-item .product-title{ min-height: 52px; }
  .product-item .product-title a{ font-size: 13.5px; }
  .product-item .product-price h3{ font-size: 16px; }
  .product-item .product-price .btn{ font-size: 12.5px; padding: 6px 9px; }
}


/**********************************/
/******** Featured Product ********/
/**********************************/
.featured-product {
    position: relative;
    padding: 30px 0;
}

.recent-product {
    position: relative;
    padding: 30px 0;
}

.product .section-header {
    margin-bottom: 30px;
    padding: 20px 30px 15px 30px;
    color: #1a386b;
    background: #ffffff;
}

.product .slick-prev,
.product .slick-next {
    top: -75px;
    width: 30px;
    height: 30px;
    z-index: 1;
    transition: .5s;
    color: #1a386b;
    background: #ffffff;
    border: 1px solid #1a386b;
    border-radius: 4px;
}

.product .slick-prev {
    left: calc(100% - 120px);
}

.product .slick-next {
    right: 45px;
}

.product .slick-prev:hover,
.product .slick-prev:focus,
.product .slick-next:hover,
.product .slick-next:focus {
    background: #1a386b;
}

.product .slick-prev::before,
.product .slick-next::before {
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 900;
    color: #1a386b;
}

.product .slick-prev::before {
    content: "\f104";
}

.product .slick-next::before {
    content: "\f105";
}

.product .slick-prev:hover::before,
.product .slick-prev:focus::before,
.product .slick-next:hover::before,
.product .slick-next:focus::before {
    color: #ffffff;
}


/**********************************/
/******** Product View CSS ********/
/**********************************/
.product-view {
    position: relative;
    width: 100%;
    padding: 30px 0;
}

.product-view .product-view-top {
    padding: 30px;
    margin-bottom: 30px;
    background: #ffffff;
}

.product-view .product-search {
    position: relative;
    width: 100%;
}

.product-view .product-search input {
    width: 100%;
    height: 35px;
    padding: 0 15px;
    color: #999999;
    background: transparent;
    border: 1px solid #353535;
    border-radius: 4px;
    transition: all .3s;
}

.product-view .product-search input:focus {
    border-color: #1a386b;
}

.product-view .product-search button {
    position: absolute;
    width: 35px;
    height: 33px;
    top: 1px;
    right: 1px;
    text-align: center;
    background: transparent;
    color: #353535;
    border: none;
    border-radius: 0 4px 4px 0;
    transition: all .3s;
}

.product-view .product-search button i {
    font-size: 16px;
}

.product-view .product-search button:hover {
    background: #1a386b;
    color: #ffffff;
}

.product-view .product-short,
.product-view .product-price-range {
    position: relative;
    width: 100%;
    text-align: right;
}

.product-view .product-short .dropdown .dropdown-toggle,
.product-view .product-price-range .dropdown .dropdown-toggle {
    display: block;
    width: 100%;
    height: 35px;
    padding: 5px 10px;
    background: transparent;
    border: 1px solid #445b85;
    text-align: left;
    border-radius: 4px;
    cursor: pointer;
    transition: all .3s;
}

.product-view .product-short .dropdown .dropdown-toggle:hover,
.product-view .product-price-range .dropdown .dropdown-toggle:hover {
    color: #1a386b;
    border-color: #1a386b;
}

.product-view .product-short .dropdown .dropdown-toggle::after,
.product-view .product-price-range .dropdown .dropdown-toggle::after {
    float: right;
    margin-top: 10px;
}

.product-view .product-short .dropdown-menu,
.product-view .product-price-range .dropdown-menu {
    margin: -1px 0 0 0;
    border-radius: 0;
}

.product-view .product-item {
    margin-bottom: 30px;
}

.product-view .pagination {
    margin: 0;
}

.product-view .pagination .page-item .page-link {
    color: #353535;
    background: transparent;
    border-color: #353535;
}

.product-view .pagination .page-item:hover .page-link,
.product-view .pagination .page-item.active .page-link {
    color: #1a386b;
    background: #1a386b;
}

@media (max-width: 991.98px) {
    .product-view .pagination {
        margin-bottom: 30px;
    }
}


/**********************************/
/******* Product Detail CSS *******/
/**********************************/
.product-detail {
    position: relative;
    width: 100%;
    padding: 30px 0;
}

.product-detail .product-detail-top,
.product-detail .product-detail-bottom {
    margin-bottom: 30px;
}

.product-detail .product-detail-top {
    padding: 0;
    background: #ffffff;
}

.product-detail .product-slider-single img {
    width: 100%;
}

.product-detail .product-slider-single-nav {
    margin: 15px 30px 30px 30px;
    border: 3px double #1a386b;
}

/* Fix: Product detail thumbs were getting too skinny (pdNav uses a narrow column) */
@media (min-width: 768px){
  .product-detail #pdNav.product-slider-single-nav{ margin: 0; }
}

.product-detail .product-slider-single-nav .slider-nav-img {
    border-right: 1px solid #1a386b;
    overflow: hidden;
}

.product-detail .product-slider-single-nav img {
    width: 100%;
    transition: all .3s;
}

.product-detail .product-slider-single-nav img:hover {
    transform: scale(1.2);
}

.product-detail .product-content,
.product-detail .product-content .title,
.product-detail .product-content .ratting,
.product-detail .product-content .price,
.product-detail .product-content .details,
.product-detail .product-content .quantity,
.product-detail .product-content .action {
    position: relative;
    width: 100%;
	
}

.product-detail .product-content {
    padding: 30px;
}

@media (min-width: 768px) {
    .product-detail .product-content {
        padding-left: 0;
    }
}

.product-detail .product-content .title h2 {
    font-size: 25px;
    margin-bottom: 5px;
}

.product-detail .product-content .ratting {
    margin-bottom: 10px;
}

.product-detail .product-content .ratting i {
    color: #1a386b;
    font-size: 16px;
}

.product-detail .product-content .price,
.product-detail .product-content .quantity,
.product-detail .product-content .p-size,
.product-detail .product-content .p-color {
    margin-bottom: 15px;
	
}

.product-detail .product-content .price h4,
.product-detail .product-content .quantity h4,
.product-detail .product-content .p-size h4,
.product-detail .product-content .p-color h4 {
    display: inline-block;
    width: 80px;
    font-size: 18px;
    font-weight: 700;
    margin-right: 5px;
}

.product-detail .product-content .price p {
    display: inline-block;
    color: #1a386b;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}

.product-detail .product-content .price span {
    color: #1a386b;
    text-decoration: line-through;
    margin-left: 12px;
}

.product-detail .product-content .quantity .qty {
    display: inline-block;
    font-size: 0;
}

.product-detail .product-content .quantity button {
    width: 30px;
    height: 30px;
    padding: 2px 0;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    background: #445b85;
    border: none;
}

.product-detail .product-content .quantity button.btn-minus {
    border-radius: 4px 0 0 4px;
}

.product-detail .product-content .quantity button.btn-plus {
    border-radius: 0 4px 4px 0;
}

.product-detail .product-content .quantity input {
    width: 40px;
    height: 30px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    background: #1a386b;
    border: none;
}

.product-detail .product-content .action a:first-child {
    margin-right: 11px;
}

.product-detail .product-content .action a i {
    margin-right: 5px;
}

.product-detail .nav.nav-pills .nav-link {
    color: #fff;
    background: #1a386b;
    border-radius: 0;
    transition: all .3s;
}

.product-detail .nav.nav-pills .nav-link:hover,
.product-detail .nav.nav-pills .nav-link.active {
    color: #fff;
    background: #1a386b;
}

.product-detail .tab-content {
    background: #ffffff;
    padding: 25px 15px 15px 15px;
}

.product-detail .tab-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-detail .tab-content ul li {
    margin-bottom: 10px;
}

.product-detail .tab-content ul li::before {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: 5px;
}

.product-detail .tab-content .reviews-submitted {
    position: relative;
    margin-bottom: 45px;
}

.product-detail .tab-content .reviewer {
    color: #1a386b;
    font-size: 18px;
    font-weight: 600;
}

.product-detail .tab-content .reviewer span {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}

.product-detail .tab-content .ratting {
    color: #1a386b;
    margin-bottom: 15px;
}

.product-detail .tab-content .reviews-submit .ratting {
    font-size: 24px;
}

.product-detail .tab-content .form input {
    width: 100%;
    height: 35px;
    padding: 0 15px;
    color: #666666;
    border: 1px solid #dddddd;
    border-radius: 4px;
    margin-bottom: 15px;
}

.product-detail .tab-content .form textarea {
    width: 100%;
    height: 80px;
    padding: 6px 15px;
    color: #666666;
    border: 1px solid #dddddd;
    border-radius: 4px;
    margin-bottom: 15px;
}

.product-detail .tab-content .form button {
    display: inline-block;
    height: 35px;
    padding: 0 15px;
    color: #1a386b;
    background: #ffffff;
    border: 1px solid #1a386b;
    border-radius: 4px;
    margin-bottom: 15px;
    transition: all .3s;
}

.product-detail .tab-content .form button:hover {
    color: #ffffff;
    background: #1a386b;
}


/**********************************/
/********** Sidebar CSS ***********/
/**********************************/
.sidebar-widget {
    padding: 30px;
    background: #ffffff;
}

.sidebar-widget:not(:first-child) {
    padding-top: 0;
}

.sidebar-widget .title {
    position: relative;
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.sidebar-widget.category {
    margin: 0;
}

.sidebar-widget.category .navbar {
    padding: 0;
    overflow: hidden;
    background: #ffffff !important;
}

.sidebar-widget.category .navbar-nav {
    width: 100%;
}

.sidebar-widget.category .navbar li {
    border-bottom: 1px solid #f3f6ff;
}

.sidebar-widget.category .navbar li:last-child {
    border-bottom: none;
}

.sidebar-widget.category .navbar a {
    color: #353535;
}

.sidebar-widget.category .navbar a:hover {
    color: #1a386b;
}

.sidebar-widget.category .navbar i {
    color: #1a386b;
    width: 20px;
    text-align: center;
    margin-right: 8px;
}

.sidebar-widget.category .navbar a:hover i {
    color: #353535;
}

.sidebar-widget.brands ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-widget.brands ul li {
    margin-bottom: 12px; 
}

.sidebar-widget.brands ul li:last-child {
    margin-bottom: 0; 
}

.sidebar-widget.brands ul li a {
    color: #353535;
    white-space: nowrap;
    display: inline-block;
    line-height: 23px;
    transition: all .3s;
}

.sidebar-widget.brands ul li a::before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: 5px;
}

.sidebar-widget.brands ul li a:hover {
    color: #1a386b;
}

.sidebar-widget.brands ul li a:hover::before {
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.sidebar-widget.brands ul li a:hover {
    padding-left: 10px; 
}

.sidebar-widget.brands ul li span {
    display: inline-block;
    float: right;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}

.sidebar-widget.widget-slider {
    position: relative;
}

.sidebar-widget.image a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.sidebar-widget.image img {
    max-width: 100%;
    transition: .3s;
}

.sidebar-widget.image img:hover {
    transform: scale(1.1);
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

.sidebar-widget.tag a {
    display: inline-block;
    margin: 0 0 4px 0;
    padding: 3px 8px;
    font-size: 14px;
    color: #353535;
    background: #ffffff;
    border: 1px solid #353535;
    border-radius: 4px;
    transition: .3s;
}

.sidebar-widget.tag a:hover {
    color: #ffffff;
    background: #1a386b;
    border-color: #1a386b;
}


/**********************************/
/************ Cart CSS ************/
/**********************************/
.cart-page {
    position: relative;
    margin-top: 30px;
}

.cart-page .cart-page-inner {
    padding: 30px;
    margin-bottom: 30px;
    background: #ffffff;
}

.cart-page .table {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}

.cart-page .table .thead-dark th {
    font-family: 'Source Code Pro', monospace;
    font-size: 18px;
    font-weight: 700;
    color: #353535;
    text-align: center;
    background: transparent;
    border-color: #dddddd;
    border-bottom: none;
    vertical-align: middle;
}

.cart-page .table td {
    font-size: 16px;
    vertical-align: middle;
}

.cart-page .table .img {
    display: flex;
    align-items: center;
}

.cart-page .table .img img {
    max-width: 60px;
    max-height: 60px;
    margin-right: 15px;
}

.cart-page .table .img p {
    display: inline-block;
    text-align: left;
    margin: 0;
}

.cart-page .table .qty {
    display: inline-block;
    width: 100px;
    font-size: 0;
}

.cart-page .table button {
    width: 30px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    background: #445b85;
    border: none;
    border-radius: 4px;
}

.cart-page .table button.btn-minus {
    border-radius: 4px 0 0 4px;
}

.cart-page .table button.btn-plus {
    border-radius: 0 4px 4px 0;
}

.cart-page .table button.btn-cart {
    width: auto;
}

.cart-page .table input {
    width: 40px;
    height: 30px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    background: #1a386b;
    border: none;
}

.cart-page .coupon {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    font-size: 0;
}

.cart-page .coupon input {
    width: calc(100% - 135px);
    height: 40px;
    padding: 0 15px;
    font-size: 16px;
    color: #999999;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    margin-right: 15px;
    transition: all .3s;
}

.cart-page .coupon input:focus {
    border-color: #1a386b;
}

.cart-page .coupon button {
    width: 120px;
    height: 40px;
    padding: 2px 0;
    font-size: 16px;
    text-align: center;
    color: #1a386b;
    background: #ffffff;
    border: 1px solid #1a386b;
    border-radius: 4px;
}

.cart-page .coupon button:hover {
    color: #ffffff;
    background: #1a386b;
}

.cart-page .cart-summary {
    position: relative;
    width: 100%;
}

.cart-page .cart-summary .cart-content {
    padding: 30px;
    background: #f3f6ff;
}

.cart-page .cart-summary .cart-content h1 {
    font-size: 22px;
    margin-bottom: 20px;
}

.cart-page .cart-summary .cart-content p span,
.cart-page .cart-summary .cart-content h2 span {
    float: right;
}

.cart-page .cart-summary .cart-content h2 {
    font-size: 20px;
    font-weight: 600;
    padding-top: 12px;
    border-top: 1px solid #dddddd;
    margin: 0;
}

.cart-page .cart-summary .cart-btn button {
    margin-top: 15px;
    width: calc(50% - 15px);
    height: 50px;
    padding: 2px 10px;
    text-align: center;
    color: #ffffff;
    background: #1a386b;
    border: none;
    border-radius: 4px;
}

.cart-page .cart-summary .cart-btn button:hover {
    color: #1a386b;
    background: #1a386b;
}

.cart-page .cart-summary .cart-btn button:first-child {
    margin-right: 25px;
    color: #1a386b;
    background: #ffffff;
    border: 1px solid #1a386b;
}

.cart-page .cart-summary .cart-btn button:first-child:hover {
    color: #ffffff;
    background: #1a386b;
}


/**********************************/
/********** Wishlist CSS **********/
/**********************************/
.wishlist-page {
    position: relative;
    padding: 30px 0;
}

.wishlist-page .wishlist-page-inner {
    padding: 30px;
    background: #ffffff;
}

.wishlist-page .table {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}

.wishlist-page .table .thead-dark th {
    font-family: 'Source Code Pro', monospace;
    font-size: 18px;
    font-weight: 700;
    color: #353535;
    text-align: center;
    background: transparent;
    border-color: #dddddd;
    border-bottom: none;
    vertical-align: middle;
}

.wishlist-page .table td {
    font-size: 16px;
    vertical-align: middle;
}

.wishlist-page .table .img {
    display: flex;
    align-items: center;
}

.wishlist-page .table .img img {
    max-width: 60px;
    max-height: 60px;
    margin-right: 15px;
}

.wishlist-page .table .img p {
    display: inline-block;
    text-align: left;
    margin: 0;
}

.wishlist-page .table .qty {
    display: inline-block;
    width: 100px;
    font-size: 0;
}

.wishlist-page .table button {
    width: 30px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    background: #1a386b;
    border: none;
    border-radius: 4px;
}

.wishlist-page .table button.btn-minus {
    border-radius: 4px 0 0 4px;
}

.wishlist-page .table button.btn-plus {
    border-radius: 0 4px 4px 0;
}

.wishlist-page .table button.btn-cart {
    width: auto;
}

.wishlist-page .table input {
    width: 40px;
    height: 30px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    background: #1a386b;
    border: none;
}


/**********************************/
/********** Checkout CSS **********/
/**********************************/
.checkout {
    position: relative;
    padding-top: 30px;
}

.checkout .checkout-inner {
    margin-bottom: 30px;
    padding: 30px;
    background: #ffffff;
}

.checkout .billing-address,
.checkout .shipping-address {
    position: relative;
    width: 100%;
}

.checkout .shipping-address {
    display: none;
    margin-top: 30px;
}

.checkout .billing-address h2,
.checkout .shipping-address h2 {
    font-size: 25px;
    margin-bottom: 20px;
}

.checkout .checkout-summary,
.checkout .checkout-payment {
    position: relative;
    width: 100%;
}

.checkout .checkout-summary h1,
.checkout .checkout-payment h1 {
    font-size: 25px;
    margin-bottom: 20px;
}

.checkout .checkout-summary,
.checkout .checkout-payment .payment-methods {
    padding: 30px;
    background: #f3f6ff;
    margin-bottom: 30px;
}

.checkout .checkout-summary p.sub-total,
.checkout .checkout-summary p.ship-cost {
    padding-top: 15px;
    border-top: 1px solid #dddddd;
}

.checkout .checkout-summary p span,
.checkout .checkout-summary h2 span {
    float: right;
}

.checkout .checkout-summary h2 {
    font-size: 20px;
    padding-top: 12px;
    border-top: 1px solid #dddddd;
    margin: 0;
}

.checkout .checkout-payment .payment-methods .payment-content {
    display: none;
}

.checkout .checkout-payment .checkout-btn button {
    width: 100%;
    height: 50px;
    padding: 2px 10px;
    font-family: 'Source Code Pro', monospace;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    color: #1a386b;
    background: #1a386b;
    border: none;
    border-radius: 4px;
    transition: all .3s;
}

.checkout .checkout-payment .checkout-btn button:hover {
    color: #1a386b;
    background: #1a386b;
}


/**********************************/
/********* My Account CSS *********/
/**********************************/
.my-account {
    position: relative;
    padding: 30px 0;
}

.my-account .nav.nav-pills .nav-link {
    padding: 10px 15px;
    color: #1a386b;
    background: #ffffff;
    border-radius: 0;
    border-bottom: 1px solid #dddddd;
    transition: all .3s;
}

.my-account .nav.nav-pills .nav-link:last-child {
    border-bottom: none;
}

.my-account .nav.nav-pills .nav-link:hover,
.my-account .nav.nav-pills .nav-link.active {
    color: #ffffff;
    background: #1a386b;
}

.my-account .nav.nav-pills .nav-link i {
    margin-right: 5px;
}

.my-account .tab-content {
    padding: 30px;
    background: #ffffff;
}

.my-account .tab-content .table {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}

.my-account .tab-content .table .thead-dark th {
    text-align: center;
    color: #353535;
    background: #ffffff;
    border-color: #dddddd;
    border-bottom: none;
    vertical-align: middle;
}

.my-account .tab-content .table td {
    vertical-align: middle;
}


/**********************************/
/******* Call to Action CSS *******/
/**********************************/
.call-to-action {
    position: relative;
    padding: 30px 0;
    background: #1a386b;
}

.call-to-action .col-md-6:last-child {
    text-align: right;
}

.call-to-action h1 {
    color: #ffffff;
    font-size: 30px;
    margin: 0;
}

.call-to-action a {
    display: inline-block;
    padding: 0 20px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    color: #ffffff;
    font-size: 30px;
    letter-spacing: 2px;
    transition: all .3s;
}

.call-to-action a:hover {
    color: #1a386b;
    border-color: #1a386b;
}

@media (max-width: 767.98px) {
    .call-to-action,
    .call-to-action .col-md-6:last-child {
        text-align: center;
    }
    
    .call-to-action h1 {
        margin-bottom: 20px;
    }
}


/**********************************/
/********* Newsletter CSS *********/
/**********************************/
.newsletter {
    position: relative;
	padding: 18px 0 20px;  
    background: #1a386b;
}

.newsletter h1 {
	  font-family: 'Playfair Display', 'Times New Roman', serif;
	    font-style: italic;    /* italic */
    color: #8b95b3;
    font-size: 14px;
    margin: 0;
}
.newsletter h5 {
	font-family: 'Playfair Display', 'Times New Roman', serif;
	    font-style: italic;    /* italic */
    color: white;
    font-size: 13px;
    margin: 0;
}
.newsletter .form {
    position: relative;
    max-width: 300px;
    margin: 0 0 0 auto;
	margin-right:50px;
}

.newsletter .form input {
    width: 100%;
    height: 25px;
    padding: 0 35px;
    color: #666666;
    border: 1px solid #ffffff;
    border-radius: 15px;
}

.newsletter .form button {
    position: absolute;
    width: 80px;
    height: 25px;
    top: 0;
    right: 0;
    padding: 0 15px;
    border: none;
    background: #1a386b;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0 15px 15px 0;
}

.newsletter .form button:hover {
    color: #1a386b;
    background: #99a0ad;
}

@media (max-width: 767.98px) {
    .newsletter {
        text-align: center;
		    padding: 14px 0 16px;
    }
    
    .newsletter h1 {
        margin-bottom: 20px;
		font-size: 20px;
		margin-bottom: 6px;
    }
    .newsletter h5{
    font-size: 13px;
    margin-bottom: 10px;
  }
    .newsletter .form {
        margin: 0 auto;
    }
}


/**********************************/
/*********** Brand CSS ************/
/**********************************/
.brand {
    position: relative;
    margin-bottom: 30px;
    padding: 0 0;
    background: #ffffff;
}

.brand .brand-item {
    text-align: center; 
}

.brand .brand-item img {
    max-width: 45%;
	margin: auto; 
}

.brand .slick-prev,
.brand .slick-next {
    width: 40px;
    height: 40px;
    z-index: 1;
    opacity: 0;
    transition: .5s;
    background: #1a386b;
    border-radius: 4px;
}

.brand .slick-prev {
    left: 55px;
}

.brand .slick-next {
    right: 55px;
}

.brand .slick-slider:hover .slick-prev {
    left: 15px;
    opacity: 1;
}

.brand .slick-slider:hover .slick-next {
    right: 15px;
    opacity: 1;
}

.brand .slick-prev:hover,
.brand .slick-prev:focus,
.brand .slick-next:hover,
.brand .slick-next:focus {
    background: #1a386b;
}

.brand .slick-prev:hover::before,
.brand .slick-prev:focus::before,
.brand .slick-next:hover::before,
.brand .slick-next:focus::before {
    color: #1a386b;
}

.brand .slick-prev::before,
.brand .slick-next::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    color: #1a386b;
}

.brand .slick-prev::before {
    content: "\f104";
}

.brand .slick-next::before {
    content: "\f105";
}


/**********************************/
/*********** Review CSS ***********/
/**********************************/
.review {
    margin-bottom: 30px;
}

.review .review-slider {
    position: relative;
}

.review .review-slider-item {
    display: flex;
    align-items: center;
    flex-direction: row;
    background: #ffffff;
}

.review .review-img {
    width: 100%;
    max-width: 200px;
    overflow: hidden;
}

.review .review-img img {
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
}

.review .review-text {
    padding: 15px;
    width: 100%;
    max-width: calc(100% - 200px);
}

.review .review-text h2 {
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 5px;
	color:#1a386b;
}

.review .review-text h3 {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.review .review-text p {
    margin: 0;
}

.review .review-text .ratting {
    margin-bottom: 5px;
}

.review .review-text .ratting i {
    color: #1a386b;
    font-size: 14px;
}

.review .slick-slider:hover .slick-prev {
    left: 30px;
}

.review .slick-slider:hover .slick-next {
    right: 30px;
}


/**********************************/
/********** Contact CSS ***********/
/**********************************/
.contact {
    position: relative;
    padding-top: 30px;
}

.contact .contact-info,
.contact .contact-form,
.contact .contact-map {
    height: 100%;
    padding: 30px;
    background: #ffffff;
    border-bottom: 30px solid #f3f6ff;
}

.contact .contact-info h2 {
    margin-bottom: 15px;
}

.contact .contact-info h3 {
    margin-bottom: 15px;
    font-size: 18px;
}

.contact .contact-info h3 i {
    width: 20px;
    color: #1a386b;
    margin-right: 5px;
}

.contact .social {
    position: relative;
    width: 100%;
}

.contact .social a {
    display: inline-block;
    margin: 10px 10px 0 0;
    width: 40px;
    height: 40px;
    padding: 5px 0;
    text-align: center;
    font-size: 18px;
    border: 1px solid #1a386b;
    border-radius: 4px;
}

.contact .social a i {
    color: #1a386b;
}

.contact .social a:hover {
    background: #1a386b;
}

.contact .social a:hover i {
    color: #ffffff;
}

.contact .contact-map iframe {
    width: 100%;
    height: 450px;
}


/**********************************/
/****** Register & Login CSS ******/
/**********************************/
.login {
    position: relative;
    padding-top: 30px;
}

.login .login-form,
.login .register-form {
    padding: 30px;
    background: #ffffff;
    margin-bottom: 30px;
}


/**********************************/
/********** Footer CSS ************/
/**********************************/
.footer {
    position: relative;
    padding: 30px 0 0 0;
    background: #ffffff;
}

.footer .footer-widget {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.footer .footer-widget h2 {
    font-size: 17px;
	font-style: italic;
	font-weight: 200;
    white-space: nowrap;
    margin-bottom: 20px; 
	color:#445b85;
}

.footer .footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer .footer-widget ul li {
    margin-bottom: 12px; 
}

.footer .footer-widget ul li:last-child {
    margin-bottom: 0; 
}

.footer .footer-widget ul li a {
	
    color: #1a386b;
    white-space: nowrap;
    display: block;
    line-height: 23px;
    transition: all .3s;
	    font-size: 16px;

}

.footer .footer-widget ul li a::before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: 5px;
}

.footer .footer-widget ul li a:hover {
    color: #1a386b;
}

.footer .footer-widget ul li a:hover::before {
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.footer .contact-info p {
    margin-bottom: 10px;
    font-size: 16px;
	color: #1a386b;

}

.footer .contact-info p i {
    margin-right: 5px;
	    color: #1a386b;

}

.footer .social {
    position: relative;
    width: 100%;
}

.footer .social a {
    display: inline-block;
    margin: 10px 5px 0 0;
    width: 40px;
    height: 40px;
    padding: 6px 0;
    text-align: center;
    font-size: 18px;
    color: #1a386b;
    border: 1px solid #353535;
    border-radius: 4px;
    transition: all .3s;
}

.footer .social a:hover {
    color: #1a386b;
    border-color: #1a386b;
}

.footer .payment {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid rgba(0,0,0,.1);
}

@media (min-width: 992px) {
    .footer .payment {
        max-width: 80%;
        margin: 0 auto;
    }
}

.footer .payment-method,
.footer .payment-security {
    overflow: hidden;
}

.footer .payment-method {
    text-align: left;
}

.footer .payment-security {
    text-align: right;
}

@media (max-width: 768.98px) {
    .footer .payment-method {
        margin-bottom: 15px;
    }
    
    .footer .payment-method,
    .footer .payment-security {
        text-align: center; 
    } 
}

.footer .payment-method h2,
.footer .payment-security h2 {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

.footer .payment-method img,
.footer .payment-security img {
    height: 25px;
}


/**********************************/
/******** Footer Bottom CSS *******/
/**********************************/
.footer-bottom {
    position: relative;
    padding: 25px 0;
    background: #1a386b;
}

.footer-bottom .copyright {
    text-align: left;
	color: #fff;

}

.footer-bottom .template-by {
    text-align: right;
	color: #fff;
}

.footer-bottom .copyright p,
.footer-bottom .template-by p {
    color: #ffffff;
    font-weight: 400;
    margin: 0;
}

.footer-bottom .copyright p a,
.footer-bottom .template-by p a {
    font-weight: 600;
		color: #fff;

}

.footer-bottom .copyright p a:hover,
.footer-bottom .template-by p a:hover {
    color: #99a0ad;
}

@media (max-width: 768.98px) {
    .footer-bottom .copyright,
    .footer-bottom .template-by {
        text-align: center; 
			color: #1a386b;

    } 
}/* ===== Hero slider sizing (Bootstrap Carousel) ===== */
:root{
  --hero-h: 400px;               /* صغّر/كبّر على ذوقك */
}
@media (min-width: 1200px){ :root{ --hero-h: 400px; } }
@media (max-width: 767.98px){ :root{ --hero-h: 220px; } }

/* نفس الارتفاع للسلايدر */
#homeHero{
  height: var(--hero-h) !important;
  max-height: var(--hero-h) !important;
}
#homeHero .carousel-inner,
#homeHero .carousel-item{
  height: 100% !important;
}
#homeHero .carousel-item img{
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;   /* بدون crop */
  object-position: center center;
  display: block;
  background: #f5f7fa;              /* خلفية فاتحة حوالين الصورة */
}

/* إذا عندك عمود صورة ثابت على اليمين، خليه نفس العلو */
.header .header-img{
  height: var(--hero-h) !important;
  max-height: var(--hero-h) !important;
}
.header .img-item,
.header .img-item img{
  height: 100% !important;
}
  :root{
    --sf-blue:#123662;
    --sf-red:#fff;
    --sf-text:#1F2534;
  }

  /* ===== HERO + NEW ITEMS overlay جوّا البانر ===== */
.sf-hero-container {
  position: relative;
}
.sf-hero-card {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  min-height: 550px;
}

.sf-hero-bg {
  position: absolute;
  inset: 0;
  background-size: contain; /* بدل contain بـ cover */
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #d8dfeb;
}

.sf-hero-overlay {
  position: absolute;
  inset: 0;
/*  background: linear-gradient(90deg, rgba(0,0,0,0.52) 0%, rgba(0,0,0,0.28) 35%, rgba(0,0,0,0) 70%); */
}

.sf-hero-content{
  position:absolute;
  inset:0;                 /* top:0; right:0; bottom:0; left:0; */
  display:flex;
  align-items:center;      /* سنتر عمودي */
  justify-content:center;  /* سنتر أفقي */
  flex-direction:column;   /* لو حطّيت نص فوق/تحت الزر يبقوا تحت بعض */
  text-align:center;
  padding:0 20px;
  transform: translateY(30px); /* نزّلنا البلوك شوي لتحت */
}


.sf-hero-badge {
  font-family: 'Playfair Display', 'Times New Roman', serif;
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.sf-hero-badge span {
  font-family: 'Playfair Display', 'Times New Roman', serif;
  border-bottom: 2px solid #fff;
  padding-bottom: 3px;
}

.sf-hero-sub {
  font-family: 'Playfair Display', 'Times New Roman', serif;
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 400;
}

.sf-hero-title {
  font-family: 'Playfair Display', 'Times New Roman', serif;
  font-weight: 700;
  font-style: italic;
  font-size: 46px;
  line-height: 1.1;
  letter-spacing: .05em;
  margin-bottom: 20px;
}

.sf-hero-text {
  font-family: 'Playfair Display', 'Times New Roman', serif;
  font-size: 15px;
  max-width: 320px;
  margin-bottom: 25px;
}

.sf-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  border-radius: 999px;
  border: none;
  background: #1a386b;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .05em;
}

.sf-hero-btn:hover {
  color: #fff;
  text-decoration: none;
  opacity: .9;
}

/* الصندوق الأبيض تبع الكاروسيل جوّا الصورة */
.sf-new-wrapper{
  position: relative !important;  /* يلغي absolute القديم */
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;

  width: 100%;
  max-width: 100%;
  margin: 5px auto 40px;         /* مسافة بينه وبين البراند و الـ newsletter */
  z-index: 1;   
  /* ما يطلع فوق الهيرو أو فوق الفوتر */
}

.sf-new-inner {
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  padding: 5px 36px;
}

.sf-new-card {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  border-radius: 18px;
  border: 2px solid rgba(18, 54, 98, 0.35);
  text-decoration: none !important;
  color: white;
  min-height: 90px;
}

.sf-new-left {
  display: flex;
  align-items: center;
  min-width: 0;
}

.sf-new-thumb {
  width: 150px !important;
  height: 50%;
  border-radius: 16px;
  overflow: hidden;
  margin-right: 0px;
  flex-shrink: 0;
}

.sf-new-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sf-new-title {
  font-size: 17px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
  color: #1a386b;
}

.sf-new-price {
  font-size: 13px;
  margin-top: 4px;
  color: red;
  font-weight: 500;
}

.sf-new-btn {
  display: inline-flex;
  padding: 7px 22px;
  border-radius: 999px;
  background: var(--sf-red);
  color: #fff;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 600;
  flex-shrink: 0;
}

.sf-new-card:hover {
  border-color: var(--sf-red);
}

.sf-new-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(18, 54, 98, 0.4);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 4;
}

.sf-new-arrow i {
  font-size: 16px;
  color: var(--sf-blue);
}

.sf-new-prev {
  left: 100px;
}

.sf-new-next {
  right: 100px;
}

/* ===== Responsive ===== */
@media (max-width: 991.98px) {
  .sf-hero-card {
    min-height: 520px;
  }

  .sf-hero-content {
    padding: 40px 24px;
    max-width: 100%;
    text-align: center;
  }

  .sf-hero-title {
    font-size: 32px;
  }

  .sf-hero-text {
    margin-left: auto;
    margin-right: auto;
  }

  .sf-new-inner {
    padding: 12px 40px;
  }
}

@media (max-width: 767.98px) {
  .sf-hero-card {
    min-height: 130px !important;  /* zedna el height ʿal mobile */
  }

  .sf-hero-content {
    padding: 30px 22px;
  }

  .sf-hero-title {
    font-size: 38px;
  }

  .sf-hero-sub {
    font-size: 18px;
  }

  .sf-hero-text {
    font-size: 14px;
  }

  .sf-new-inner {
    padding: 10px 32px;
  }

  .sf-new-title {
    max-width: 120px;
  }
@media (max-width: 767.98px){
  .sf-hero-content{
    transform: translateY(0);   /* رجّعناها نص البنّر بالظبط */
    padding:0 16px;
  }

  .sf-hero-btn{
    font-size:8px;             /* أصغر شوي */
    padding:5px 14px;           /* زر أنعم على الموبايل */
  }
}
  
}

@media (max-width: 767.98px) {
  .sf-hero-bg {
    background-size: contain; /* btbayyen el soura kella */
    background-repeat: no-repeat;
    background-position: center top;
  }
}
/* Submenu to the right */
  .dropdown-submenu{position:relative}
  .dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-.25rem}

  .sf-top-links a{
    color:#fff;
    margin-left:20px;
    font-size:14px;
    font-weight:500;
    text-decoration:none;
  }
  .sf-top-links a:hover{
    text-decoration:underline;
  }

  .sf-top-icons{
    font-size:18px;
  }
  .sf-icon-btn{
    position:relative;
    color:#fff;
    text-decoration:none;
    margin-left:24px;
  }
  .sf-icon-btn:hover{
    color:#f5f5f5;
    text-decoration:none;
  }

  .sf-mainbar{
    background:#fff;
    border-bottom:1px solid #eee;
  }
  .sf-cat-nav{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
  }
  .sf-cat-nav a{
    margin-right:22px;
    font-size:14px;
    font-weight:600;
    color:var(--sf-text);
    text-decoration:none;
  }
  .sf-cat-nav a.sf-active{
    color:var(--sf-red);
  }
  .sf-cat-nav a:hover{
    color:var(--sf-red);
    text-decoration:none;
  }

  .sf-logo{
    text-align:center;
  }
  .sf-logo img{
    max-height:46px;
    width:auto;
  }

  /* NEW: search bar like the design */
  .sf-search-bar{
    position:relative;
    display:flex;
    align-items:center;
    background:#ffffff;
    border:1px solid #d4d8e0;
    border-radius:999px;
    padding:4px 18px 4px 44px;
    width:280px;
    max-width:100%;
  }
  .sf-search-input{
    border:0;
    outline:0;
    background:transparent;
    box-shadow:none !important;
    font-size:14px;
    color:#333;
    width:100%;
  }
  .sf-search-input::placeholder{
    color:#7c8493;
  }
  .sf-search-icon{
    position:absolute;
    left:10px;
    width:26px;
    height:26px;
    border-radius:50%;
    border:0;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#223a63;
    color:#fff;
    padding:0;
  }
  .sf-search-icon i{
    font-size:12px;
    line-height:1;
  }

  /* ====== TOP BAR MOBILE LAYOUT ====== */
  .sf-top-row{
    width:100%;
    flex-wrap:nowrap;
  }

  /* زر المينو للموبايل (يسار) */
  .sf-mobile-menu-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:26px;      /* كبّرنا حجم الأيقونة */
    line-height:1;
    color:#fff;
    background:transparent;
    border:0;
    padding:4px 10px;    /* زِدنا البادينغ ليكبر الزر نفسه */
}

  /* لفّة اللوجو بالنص */
  .sf-logo-wrap{
    flex:1 1 auto;
    text-align:center;
  }

  /* الأيكونات عاليمين */
  .sf-top-icons{
    margin-left:auto;
  }

  /* البادجات */
  .sf-badge{
    position:absolute;
    top:-6px;
    right:-10px;
    min-width:18px;
    height:18px;
    border-radius:999px;
    background:var(--sf-red);
    color:#1a386b;
    font-size:11px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:600;
  }

  @media (max-width: 767.98px){
    .sf-search-bar{
      width:100%;
      margin-top:8px;
    }
    .navbar-nav.ml-auto{
      width:100%;
      justify-content:flex-start;
    }
  }
  /* خلي لون الـ parent ما يصير أبيض وقت يفتح الـ dropdown */
.navbar .navbar-nav .nav-item.dropdown:hover > .nav-link,
.navbar .navbar-nav .nav-item.dropdown.show  > .nav-link,
.navbar .navbar-nav .nav-link.dropdown-toggle:focus,
.navbar .navbar-nav .nav-link.dropdown-toggle:active{
  color: #1a386b !important;      /* حط نفس لونك الأساسي */
  background: transparent !important;
}

/* إذا عندك fixed-top bg-white وعم يأثر */
.fixed-top.bg-white .navbar-nav .nav-item.dropdown:hover > .nav-link,
.fixed-top.bg-white .navbar-nav .nav-item.dropdown.show  > .nav-link{
  color: #1a386b !important;
  background: transparent !important;
}
/* ===== New Items (inside hero) - carousel cards + arrows inside ===== */
.sf-new-inner{
  position: relative;
  padding: 0 46px; /* space for arrows inside */
}

/* Slick basics */
.sf-new-slider .slick-list{ overflow: hidden; }
.sf-new-slider .slick-track{ display:flex !important; align-items:stretch; }
.sf-new-slider .slick-slide{ height:auto !important; }
.sf-new-slider .slick-slide > div{ height:100%; }

/* Card */
.sf-new-card{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap: 10px;
  width:100%;
  height:100%;
  min-height: 72px;
  padding: 12px;
  border-radius: 10px;
  box-sizing: border-box;
  background: #d8dfeb;
}

.sf-new-left{
  display:flex;
  align-items:center;
  gap: 10px;
  min-width: 0;
  width:100%;
}

/* Thumb (desktop/default) */
.sf-new-thumb{
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
  border-radius: 10px;
  overflow: hidden;
  background:#fff;
}
.sf-new-thumb img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
}

/* Text */
.sf-new-title{
  font-size: 14px;
  line-height: 1.15;
  white-space: normal;
  word-break: break-word;
}
.sf-new-price{
  margin-top: 3px;
  font-size: 13px;
}

/* Arrows */
.sf-new-arrow{
  position:absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.sf-new-prev{ left: 8px; }
.sf-new-next{ right: 8px; }

/* Slide spacing */
.sf-new-slider .slick-slide{ padding: 0 6px; }
.sf-new-slider{ margin: 0 -6px; }

/* Mobile */
@media (max-width: 575.98px){
  .sf-new-inner{ padding: 0; }
  .sf-new-arrow{ width: 32px; height: 32px; }
  .sf-new-prev{ left: 6px; }
  .sf-new-next{ right: 6px; }

  .sf-new-title{ font-size: 11px; }

  .sf-new-thumb{
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }
}

/* Very small screens */
@media (max-width: 420px){
  .sf-new-card{
    min-height: 62px;
    padding: 8px 10px;
  }
  .sf-new-left{ gap: 8px; }

  .sf-new-thumb{
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
  }

  .sf-new-title{
    font-size: 12px;
    white-space: normal;
    word-break: normal;       /* ما يقطع الكلمة نصّين McGre gor */
    overflow-wrap: break-word;
  }

  .sf-new-price{
    font-size: 12px;
  }
}

.brand .brand-slider{
  margin-top: 5px;
}

/* موبايل: زر بالنص والكاروسيل ينزل لتحت */
@media (max-width: 767.98px){

  .sf-hero-card{
    min-height: 480px;
    padding: 40px 0 24px;
    position: relative;
  }

  .sf-hero-content{
    position: relative;
    inset: auto;
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    z-index: 2;
    height: 100%;
  }

  .sf-new-wrapper{
    position: relative;
    margin-top: 5px;
    z-index: 1;
  }

  .sf-hero-btn{
    font-size: 9px;
    padding: 3px 13px;
    margin-top: -45px;
    margin-left: 10px;
  }
}
.sf-filterbar{
    display:flex;
    flex-wrap:nowrap;
    gap:10px;
    align-items:center;
  }
  .sf-fitem{ flex: 1 1 160px; min-width: 160px; }
  .sf-fsearch{ flex: 2 1 320px; min-width: 260px; }
  .sf-filterbar .dropdown, .sf-filterbar .product-short, .sf-filterbar .product-price-range{ width:100%; }
  .sf-filterbar .btn{ white-space:nowrap; }
  .sf-filterbar .dropdown-menu{ max-width: 340px; }

  @media (max-width: 991.98px){
    .sf-filterbar{ flex-wrap:wrap; }
    .sf-fsearch{ flex: 1 1 100%; min-width: 220px; }
    .sf-fitem{ flex: 1 1 calc(50% - 10px); min-width: 160px; }
  }

  @media (min-width: 992px) {
    .grid-4 .prod-col { flex: 0 0 25%;        max-width: 25%; }
    .grid-5 .prod-col { flex: 0 0 20%;        max-width: 20%; }
    .grid-6 .prod-col { flex: 0 0 16.66667%;  max-width: 16.66667%; }
  }

  .card-eq { display: flex; flex-direction: column; height: 100%; }
  .title-eq { min-height: 52px; }

  .img-eq{
  position: relative;
  width: 100%;
  height: 280px;
  background: #fff;
  overflow: hidden;
}

.img-eq > a{
  padding: 14px;           /* جرّب 10–20 */
  box-sizing: border-box;
}

.img-eq img{
  width:100%;
  height:100%;
  object-fit: contain;     /* مهم */
}

  .product-price{ margin-top:auto; }

  .product-action a.disabled{ pointer-events:none; opacity:.5; }
  .product-action a.act-wishlist.active i{ color:#e74c3c; }
  .preorder-page{padding:60px 0;}
.preorder-form{
  background:#fff;padding:30px;border-radius:10px;
  box-shadow:0 0 20px rgba(0,0,0,0.1);
}
.preorder-history{
  background:#fff;padding:30px;border-radius:10px;
  box-shadow:0 0 20px rgba(0,0,0,0.1);
  height:fit-content;
}
.preorder-list{max-height:600px;overflow-y:auto;padding-right:10px;}
.preorder-list::-webkit-scrollbar{width:5px;}
.preorder-list::-webkit-scrollbar-track{background:#f1f1f1;}
.preorder-list::-webkit-scrollbar-thumb{background:#888;border-radius:5px;}
.preorder-list::-webkit-scrollbar-thumb:hover{background:#555;}
.custom-file-label::after{content:"Browse";}
.addr-card { cursor: pointer; position: relative; display:block; }
  .addr-card .addr-radio { position:absolute; opacity:0; pointer-events:none; }
  .addr-card .card {
    border:1px solid #e5e5e5;
    transition: box-shadow .15s ease, border-color .15s ease, transform .05s ease;
  }
  .addr-card .card:hover {
    transform: translateY(-1px);
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.05);
  }
  /* highlight selected card */
  .addr-card .addr-radio:checked + .card {
    border-color:#007bff;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.15);
  }
  /* نفس روح الديزاين بدون ما نكسر شي */
.contact .contact-form,
.contact .contact-info{
  background:#fff;
  border-radius:14px;
  padding:20px;
  box-shadow: 0 8px 30px rgba(0,0,0,.06);
}

.contact .contact-form .btn{
  padding: 10px 18px;
  border-radius: 10px;
}

.contact-info-item{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:12px 0;
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.contact-info-item:last-child{ border-bottom:0; }

.contact-info-item i{
  width:38px; height:38px;
  display:flex; align-items:center; justify-content:center;
  border-radius: 10px;
  background: rgba(0,0,0,.05);
}
.contact-info-text h3{
  font-size: 16px;
  margin: 0 0 4px;
}
.contact-info-text p{
  margin: 0;
  opacity: .9;
}
body{font-family: DejaVu Sans, Arial, sans-serif; font-size:12px; color:#222;}
    .wrap{max-width:800px;margin:0 auto;}
    .flex{display:flex; justify-content:space-between; align-items:flex-start;}
    .muted{color:#777;}
    h1{font-size:22px;margin:0 0 6px;}
    table{width:100%; border-collapse:collapse;}
    th,td{padding:8px;border:1px solid #ddd;}
    th{background:#f5f5f5; text-align:left;}
    .tright{text-align:right;}
    .no-border td{border:none;}
	
	.wishlist-page .btn-cart[disabled]{ opacity:.6; pointer-events:none; }
  #toastMini { position:fixed; top:15px; right:15px; z-index:9999; padding:10px 14px; border-radius:4px; color:#fff; display:none; }


/* =========================================================
   SHOP FRANCE — HERO SECTION & NEW ITEMS CAROUSEL (OVERRIDES)
   ========================================================= */

/* Hero shell */
.sf-hero-shell {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}

.sf-hero-container {
  position: relative;
}

/* Banner card */
.sf-hero-card {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  min-height: 550px;
}

/* Banner background image */
.sf-hero-bg {
  position: absolute;
  inset: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Optional overlay (currently transparent) */
.sf-hero-overlay {
  position: absolute;
  inset: 0;
}

/* Hero content centered */
.sf-hero-content{
  position: relative;
  inset: auto;
  transform: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  z-index: 2;
  height: 100%;
  margin-top : 30px;
  margin-left: 60px;
}

/* Hero typography */
.sf-hero-title {
  font-family: 'Abril Fatface', cursive;
  font-size: 38px;
  letter-spacing: 0.06em;
  margin: 0 0 8px;
  color: #223a63;
}

.sf-hero-sub {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.30em;
  margin-bottom: 6px;
  color: #555;
}

.sf-hero-text {
  font-size: 14px;
  max-width: 320px;
  margin: 0 auto 18px;
  color: #333;
}

/* Hero main button */
.sf-hero-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 14px 58px;
  border-radius:999px;
  background:#223a63;
  color:#fff;
  font-size:15px;
  letter-spacing:0.15em;
  font-weight:600;
  border:1px solid transparent;
  margin-top:254px; /* lift a bit upwards */
}

.sf-hero-btn:hover{
  background:#fff;
  color:#223a63;
  border-color:#223a63;
  text-decoration:none;
}

/* Mobile hero adjustments */
@media (max-width: 767.98px){
  .sf-hero-card{
    min-height: 130px;
    padding: 18px 0 16px;
    position: relative;
  }

  .sf-hero-content{
    position: relative;
    inset: auto;
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 16px;
    z-index: 2;
    height: 100%;
	margin-top:40px;
	margin-right:60px;
  }

  .sf-hero-btn{
    font-size: 10px;
    padding: 5px 13px;
    margin-top:-10px;
  }

  .sf-hero-title{
    font-size: 24px;
  }
}

/* =========================
   New Items carousel (under hero)
   ========================= */

/* الكاروسيل ياخد تقريبا كل عرض الصفحة */
.sf-new-wrapper{
  position: relative !important;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;

  width: 100%;
  max-width: 100%;
  margin: 20px 0 30px;      /* شلنا auto لحتى ما يضيق بالنص */
  z-index: 1;
}

/* جوّا الكاروسيل: فل عرض + padding خفيف بس */
.sf-new-inner{
  position: relative;
  width: 100%;
  max-width: 100%;          /* ما بقا محدود بـ 1180px */
  margin: 0;
  padding: 10px 16px 16px;  /* padding خفيف عالطرفين للـ arrows */
}


/* slick basics */
.sf-new-slider .slick-list { overflow: hidden; }
.sf-new-slider .slick-track { display:flex !important; align-items:stretch; }
.sf-new-slider .slick-slide { height:auto !important; }
.sf-new-slider .slick-slide > div { height:100%; }

/* product card */
.sf-new-card{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:10px;
  width:100%;
  height:100%;
  min-height:72px;
  padding:12px;
  border-radius:10px;
  box-sizing:border-box;
  background:#d8dfeb;
}

.sf-new-left{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
  width:100%;
}

/* thumbnail */
.sf-new-thumb{
  width:70px;
  height:70px;
  flex:0 0 70px;
  border-radius:10px;
  overflow:hidden;
  background:#fff;
}
.sf-new-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* text */
.sf-new-title{
  font-size:14px;
  line-height:1.15;
  white-space:normal;
  word-break:break-word;
}
.sf-new-price{
  margin-top:3px;
  font-size:13px;
}

/* arrows */
.sf-new-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:20;
  width:34px;
  height:34px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:none;
  outline:none;
  background:transparent;
}
.sf-new-prev{ left:8px; }
.sf-new-next{ right:8px; }

/* slide spacing */
.sf-new-slider .slick-slide{ padding:0 6px; }
.sf-new-slider{ margin:0 -6px; }

/* mobile carousel */
@media (max-width: 575.98px){
  .sf-new-inner{ padding:0 10px 10px; }

  .sf-new-arrow{
    width:32px;
    height:32px;
  }
  .sf-new-prev{ left:4px; }
  .sf-new-next{ right:4px; }

  .sf-new-title{ font-size:11px; }

  .sf-new-thumb{
    width:40px;
    height:40px;
    flex:0 0 40px;
  }
  .sf-hero-btn{
    font-size: 9px;
    padding: 3px 11px;
  }
}

/* very small screens */
@media (max-width: 420px){
  .sf-new-card{
    min-height: 58px;
    padding: 7px 8px;
  }
  .sf-new-left{ gap:8px; }

  .sf-new-thumb{
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
  }

  .sf-new-title{
    font-size: 11px;
    line-height: 1.15;
    word-break: normal;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;   /* ما تتطوّل كتير */
    overflow: hidden;
  }

  .sf-new-price{ font-size:12px; }
}
/* ===== BIGGER CAROUSEL IMAGE ON MOBILE ===== */

