@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500&display=swap");
/* FuturaStd Book */
@font-face {
  font-family: 'FuturaStd';
  src: url('../fonts/FuturaStd-Book/FuturaStdBook.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

/* FuturaStd Book Oblique */
@font-face {
  font-family: 'FuturaStd';
  src: url('../fonts/FuturaStd-Book/FuturaStdBookOblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

/* FuturaStd Bold */
@font-face {
  font-family: 'FuturaStd';
  src: url('../fonts/FuturaStd-Book/FuturaStdBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

/* FuturaStd Bold Oblique */
@font-face {
  font-family: 'FuturaStd';
  src: url('../fonts/FuturaStd-Book/FuturaStdBoldOblique.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}

/* FuturaStd Condensed */
@font-face {
  font-family: 'FuturaStd';
  src: url('../fonts/FuturaStd-Book/FuturaStdCondensed.otf') format('opentype');
  font-weight: 400;
  font-stretch: condensed;
  font-style: normal;
}

/* FuturaStd Condensed Bold */
@font-face {
  font-family: 'FuturaStd';
  src: url('../fonts/FuturaStd-Book/FuturaStdCondensedBold.otf') format('opentype');
  font-weight: 700;
  font-stretch: condensed;
  font-style: normal;
}

/* FuturaStd Condensed Bold Oblique */
@font-face {
  font-family: 'FuturaStd';
  src: url('../fonts/FuturaStd-Book/FuturaStdCondensedBoldObl.otf') format('opentype');
  font-weight: 700;
  font-stretch: condensed;
  font-style: italic;
}

/* FuturaStd Condensed Extra Bold */
@font-face {
  font-family: 'FuturaStd';
  src: url('../fonts/FuturaStd-Book/FuturaStdCondensedExtraBd.otf') format('opentype');
  font-weight: 800;
  font-stretch: condensed;
  font-style: normal;
}

/* FuturaStd Condensed Extra Bold Oblique */
@font-face {
  font-family: 'FuturaStd';
  src: url('../fonts/FuturaStd-Book/FuturaStdCondExtraBoldObl.otf') format('opentype');
  font-weight: 800;
  font-stretch: condensed;
  font-style: italic;
}

/* FuturaStd Condensed Light */
@font-face {
  font-family: 'FuturaStd';
  src: url('../fonts/FuturaStd-Book/FuturaStdCondensedLight.otf') format('opentype');
  font-weight: 300;
  font-stretch: condensed;
  font-style: normal;
}

/* FuturaStd Condensed Light Oblique */
@font-face {
  font-family: 'FuturaStd';
  src: url('../fonts/FuturaStd-Book/FuturaStdCondensedLightObl.otf') format('opentype');
  font-weight: 300;
  font-stretch: condensed;
  font-style: italic;
}

/* FuturaStd Extra Bold */
@font-face {
  font-family: 'FuturaStd';
  src: url('../fonts/FuturaStd-Book/FuturaStdExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}

/* FuturaStd Extra Bold Oblique */
@font-face {
  font-family: 'FuturaStd';
  src: url('../fonts/FuturaStd-Book/FuturaStdExtraBoldOblique.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
}

/* FuturaStd Heavy */
@font-face {
  font-family: 'FuturaStd';
  src: url('../fonts/FuturaStd-Book/FuturaStdHeavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

/* FuturaStd Heavy Oblique */
@font-face {
  font-family: 'FuturaStd';
  src: url('../fonts/FuturaStd-Book/FuturaStdHeavyOblique.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}

/* FuturaStd Light */
@font-face {
  font-family: 'FuturaStd';
  src: url('../fonts/FuturaStd-Book/FuturaStdLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

/* FuturaStd Light Oblique */
@font-face {
  font-family: 'FuturaStd';
  src: url('../fonts/FuturaStd-Book/FuturaStdLightOblique.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}

/* FuturaStd Medium */
@font-face {
  font-family: 'FuturaStd';
  src: url('../fonts/FuturaStd-Book/FuturaStdMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

/* FuturaStd Medium Oblique */
@font-face {
  font-family: 'FuturaStd';
  src: url('../fonts/FuturaStd-Book/FuturaStdMediumOblique.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}

/* FuturaStd Medium Oblique */
@font-face {
  font-family: 'goodly-font';
  src: url('../fonts/goodly-font/goodly-medium.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}


body {
font-family: 'FuturaStd', sans-serif;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
  font-weight: 500;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #001c3e;
}
h1 {
  font-size: 150px;
  font-weight: 400;
  line-height: 150px;
  color: #ffffff;
}
h2 {
  font-size: 32px;
  line-height: 40px;
}
h3 {
  font-size: 36px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 16px;
}
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #222222;
}
span,
input,
img {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.table td,
.table th {
  border-top: 1px solid #dee2e6;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  text-decoration: none;
}
a {
  text-decoration: none;
}
.fix {
  overflow: hidden;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}
/* For Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}
.container-wrapper {
  max-width: 1430px;
  margin: 0 auto;
}
.container-wrapper-home4 {
  max-width: 1480px;
  margin: 0 auto;
}
.extra-padding-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.slider-wrapper {
  max-width: 1920px;
  margin: 0 auto;
}
.home-page-4-bg {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  background-color: #f5f5f5;
}
a,
button,
li {
  transition: 0.3s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: #999999;
}
textarea{
  resize: none;
}
.over-hidden {
  overflow: hidden;
}
.clear-both {
  clear: both;
}
.over-scroll {
  overflow: scroll;
}
.over-x-hidden {
  overflow-x: hidden;
}
.over-x-scroll {
  overflow-y: scroll;
}
.transition-3 {
  transition: 0.3s;
}
.mlr-15 {
  margin-left: -15px;
  margin-right: -15px;
}
a:focus,
button:focus,
.btn:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer-menu li a:hover {
  color: #222222;
  text-decoration: none;
  outline: 0 none;
}
*::-moz-selection {
  background: #fc8459;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
*::-moz-placeholder {
  color: #858585;
  font-size: 14px;
  opacity: 0.6;
}
*::placeholder {
  color: #858585;
  font-size: 14px;
  opacity: 0.6;
}
.transition {
  transition: 0.3s;
}
.btn:focus {
  outline: 0 none;
}
.icon-clear {
  color: #999;
}
select:focus-visible{
  outline: none;
}
/* bttton */
.btn {
    padding: 20px 75px;
    font-size: 13px;
    line-height: 15px;
    border-radius: 0;
    background: #001c3e;;
    color: #fff;
    outline: 0 none;
    text-transform: capitalize;
    transition: 0.3s;
    white-space: nowrap;
    vertical-align: middle;
    letter-spacing: 1px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: transparent;
    background-color: #001c3e !important;
}
.btn:hover {
  color: #ffffff !important;
  background: #231745;
}
.single-blog .btn,
.footer-widget .btn {
  padding: 16px 52px;
}
.subscriber-area .btn {
  background: transparent;
  color: #fff;
}
.footer-widget .btn:hover {
  background: #fff;
  color: #001c3e;
}
.btn.btn3 {
  color: #fff;
  background: #222;
  line-height: 55px;
  padding: 15px 75px;
}
.subscribe-form .btn,
.blog-subscribe .btn {
  padding: 20px 90px;
  background: #001c3e;
  color: #fff;
}
.contact-form-right .btn {
  background: #222;
}
.contact-form-right .btn:hover {
  background: #001c3e;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding:0;
  margin-bottom: 0;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
/* slider dots */
.slick-dots {
    position: absolute;
    left: 50%;
    bottom: -85px;
    z-index: 9;
    transform: rotate(90deg) translateX(0);
    transform-origin: center center;
    display: flex;
    width: max-content;
    flex-direction: column-reverse;
}
.p-view-position{
  position: relative;
}
.slider-2 .slick-dots,
.slider-3 .slick-dots,
.slider-6 .slick-dots,
.slider-4 .slick-dots,
.testimonial-active .slick-dots {
  right: auto;
  top: auto;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}
.slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #001c3e;
  box-shadow: 0 0 1 #001c3e;
  opacity: 0.3;
  display: block;
  text-indent: -10000px;
  margin: 10px 2px;
  border: 2px solid transparent;
}
.slider-2 .slick-dots li,
.slider-3 .slick-dots li,
.slider-6 .slick-dots li,
.slider-4 .slick-dots li,
.testimonial-active .slick-dots li {
  display: inline-block;
  margin: 0 10px;
}
.slider-6 .slick-dots li {
  background: #001c3e;
  box-shadow: 0 0 1 #001c3e;
}
.slick-dots li.slick-active {
  position: relative;
  background: transparent;
  opacity: 1;
}
.slick-dots li.slick-active::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: -5px;
  left: -5px;
  border: 2px solid #646464;
  border-radius: 50%;
  background: #ebebeb;
}
.slider-6 .slick-dots li.slick-active::before {
  border: 2px solid #001c3e;
}
.slider-2 .slick-dots li.slick-active::before,
.slider-3 .slick-dots li.slick-active::before,
.slider-6 .slick-dots li.slick-active::before {
  top: -5px;
}
.slick-arrow .l-a,
.slick-arrow .r-a,
.blog-post-active .slick-arrow .l-a,
.blog-post-active .slick-arrow .r-a {
  position: absolute;
  left: 10px;
  top: 36%;
  transform: translateY(-50%);
  border: 0;
  background: none;
  color: #fff;
  z-index: 1;
  font-size: 28px;
  visibility: hidden;
  transition: 0.7s;
}
.slick-arrow .r-a {
  right: 10px;
  left: auto;
}
.blog-post-active .slick-arrow .l-a,
.blog-post-active .slick-arrow .r-a {
  top: 35%;
  left: 10px;
  background: #001c3e;
  padding: 8px 15px;
}
.blog-post-active .slick-arrow .r-a {
  right: 10px;
  left: auto;
}
.blog-slider-active:hover .slick-arrow .r-a,
.blog-slider-active:hover .slick-arrow .l-a,
.blog-post-active:hover .slick-arrow .l-a,
.blog-post-active:hover .slick-arrow .r-a {
  visibility: visible;
}

/* tooltip css*/
.tooltip-inner {
  background-color: #fff;
  color: #222;
  border: 1px solid #222;
  font-size: 12px;
  border-radius: 100%;
  padding: 1px 10px;
}
.tooltip .arrow {
  display: none;
}

/* common section title & content */
.section-title p {
  font-size: 18px;
}
.store-product-position .section-title p,
.subscribe-area .section-title p {
  font-size: 18px;
  color: #666666;
}
.section-title-2 h2 {
  font-weight: 400;
  color: #ffffff;
}
.underline::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 2px;
  background: #001c3e;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section-content span,
.section-content p {
  font-size: 18px;
  line-height: 24px;
  text-transform: capitalize;
}
.section-content a.btn2, .store-product-title a.btn2 {
  font-size: 18px;
  color: #222222;
}
.section-content a.btn2::before, .slider-content a.btn2::before, .store-product-title a.btn2::before {
  position: absolute;
  width: 24px;
  height: 2px;
  background: #222222;
  content: "";
  bottom: 0;
  left: 0;
  transition: 0.3s;
}
.btn:active, .btn:focus{
  color: #fff !important;
}
.section-content a:hover::before, .slider-content a.btn2:hover::before, .store-product-title a.btn2:hover::before  {
  width: 100%;
}
.section-content-position {
    /* top: 0; */
    left: 25px;
    /* right: 0; */
    bottom: 25px;
}
/* page css */
.page-title h2 {
  font-size: 24px;
  margin-bottom: 0;
}
.page-height {
  min-height: 590px;
}
/* common css end */

/* 2. header
--------------------------------------------------- */
.header {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 22;
  transition: 0.3s;
  position: relative;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}
.sticky-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 22;
  width: 100%;
}
.sticky-menu .header-6 {
  top: -20px;
}
.sticky-menu .header {
  background: #fff;
  -webkit-box-shadow: 0 8px 4px -7px rgba(115, 115, 115, 0.1);
  -moz-box-shadow: 0 8px 4px -7px rgba(115, 115, 115, 0.1);
  box-shadow: 0 8px 4px -7px rgba(115, 115, 115, 0.1);
}
/* .header-area.sticky-menu,
.header:hover {
  background: #fff;
} */
.logo img {
  max-width: 150px;
}
#main-logo {
  transition: all 0.3s ease-in-out;
}

header.fixHeader.scrolled #main-logo {
  content: url('../images/logo/logo2.png'); /* new logo on scroll */
}

/* .logo img {
  filter: invert(1) sepia(1) hue-rotate(0deg) brightness(1.2);
} */
/* .sticky-menu .header .logo img,
.header-area:hover .logo img,
.header-2 .logo img,
.header-6 .logo img {
  filter: invert(0) sepia(0) hue-rotate(0deg) brightness(0);
} */
.sticky-menu .header a.active::before,
.header-area:hover a.active::before,
.header.header-2 a.active::before,
.header.header-6 a.active::before {
  background: #222;
}
.main-menu ul li {
  display: inline-block;
  margin: 0 22px;
  position: relative;
}
.main-menu ul li > a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
    padding: 18px 0;
    position: relative;
    text-decoration: none;
    letter-spacing: 1px;
}
/* .main-menu ul li:hover > a {
  color: #222;
} */
.main-menu ul li > a::before {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  bottom: 16px;
  background: #fff;
  height: 2px;
  transition: 0.3s;
}
.main-menu ul li > a.active::before {
  width: 100%;
}
.main-menu ul li > a:hover::before,
.main-menu ul li > a:hover a.active::before {
  background: #222;
  width: 100%;
  left: 0;
}
/* mega menu */
.main-menu ul li .mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 750px;
  height: auto;
  background: #fff;
  padding-left: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center top;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
  transition: 0.5s;
  -webkit-transition: transform 500ms ease, opacity 500ms ease;
  -moz-transition: transform 500ms ease, opacity 500ms ease;
  -ms-transition: transform 500ms ease, opacity 500ms ease;
  -o-transition: transform 500ms ease, opacity 500ms ease;
  transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
}
.header-area.white-bg .mega-menu {
  top: 100%;
}
.main-menu ul li:hover > .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.main-menu ul li:hover > .mega-menu.mega-sub-menu {
  top: -25px;
}
.main-menu ul li .mega-menu li {
  display: block;
  height: auto;
  margin: 25px 0;
  margin-right: 0;
}
.main-menu ul li .mega-menu a {
  font-size: 14px;
  font-weight: 400;
  color: #222222 !important;
  padding: 0 10px;
  display: block;
}
.main-menu ul li .mega-menu a::before {
  position: static;
}
.main-menu ul li .mega-menu li a:hover {
  color: #069;
  padding-left: 30px;
}
.main-menu ul li .mega-menu li a.mega-title:hover {
  padding-left: 0;
}
.main-menu ul li .mega-menu li > a:hover {
  padding-left: 10px;
}
.main-menu ul li .mega-menu li .mega-menu {
  left: 100%;
  top: 0;
}
.main-menu ul li .mega-menu .mega-title a,
.main-menu ul li .mega-menu a.mega-title {
  font-size: 18px;
}
.main-menu ul li .mega-menu .mega-title a {
  padding-top: 30px;
}
.main-menu ul li .mega-menu.mega-dropdown-menu,
.main-menu ul li .mega-menu .mega-sub-menu {
  min-width: 250px;
}
.mega-dropdown-menu li a span {
  font-size: 13px;
  font-size: 300;
}
.main-menu ul li.full-mega-menu-position {
  position: static;
}
.mean-container.main-menu ul li.full-mega-menu-position {
  position: inherit;
}
.mean-container .mega-menu {
  background-image: none !important;
}
.main-menu ul li .mega-menu.full-mega-menu {
  top: 100%;
  width: 100%;
  display: flex;
}
.mega-menu.full-mega-menu > li {
  min-width: 210px;
  padding-left: 55px;
  padding-top: 35px;
}
.mean-container .mega-menu.full-mega-menu > li {
  padding-left: 0;
  padding-top: 0;
}
.main-menu .mega-menu ul > li {
  margin-left: 0;
}
.main-menu ul li .mega-menu.full-mega-menu a {
  padding: 0;
}
/* header right */
.header-right ul li {
padding-left: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.header-right ul li a,
a.mobile-menubar {
  color: #fff;
  font-size: 18px;
}
.header a.mobile-menubar {
  font-size: 22px;
  display: block;
  margin-top: 5px;
}
.s-count {
  font-size: 12px;
  font-family: "Rubik", sans-serif;
  padding-left: 3px;
}
/* header-2 */
.main-menu ul li.logo > a::before {
  display: none;
}
/* .header-2 .main-menu ul li.logo a::before{display: none;} */
.header-2 .main-menu ul li,
.header-3 .main-menu ul li {
  margin-left: 0px;
  margin-right: 40px;
}
.header-2 ul li a,
.header-2 .header-right li a {
  color: #222222;
}
.sticky-menu .header a,
.header-area:hover a,
.header.header-2 a,
.header.header-6 a {
  color: #222222;
}
.header-right .header-login a,
.header-2 .header-right .search a {
  font-size: 14px;
}
.sticky-menu .header-area:hover a{
  color: #000;
}
.header-area:hover a{
  color: #ffffff;
}
/* 3. slider
-------------------------------------------------------------- */
.slider-height {
  min-height: 900px;
}
.slider-2 .slider-active {
  min-height: 820px;
}
/* .slider-height-2,
.slider-site {
  min-height: 950px;
} */
/* .slider-height-3 {
  min-height: 800px;
} */
/* .slider-height-4 {
  min-height: 660px;
} */
.slider-height-5 {
  min-height: 100vh;
}
.slider-5 {
  min-height: 100vh;
}
.slider-height-6 {
  min-height: 765px;
}
.page-height4 {
  min-height: 285px;
}
.single-slider {
  background-size: cover;
  background-position: center right;
}
.slider-content {
  position: absolute;
  left: 15.5%;
}
.slider-2 .slider-content,
.slider-4 .slider-content {
  left: 5.5%;
}
.slider-4 .slider-content {
  left: 8.6%;
}
.slider-3 .slider-content {
  left: 13.5%;
}
.slider-6 .slider-content {
  left: 12.8%;
}
.slider-5 .slider-content {
  left: 7.5%;
  position: relative;
}
.slider-2 h1 {
    font-size: 45px;
    line-height: 58px;
}
.slider-4 h1 {
  font-size: 100px;
}
.slider-5 h1 {
  font-size: 88px;
  line-height: 1;
}
.slider-6 h1 {
  font-size: 120px;
  margin-top: 30px;
}
.slider-content span {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 60px;
  text-transform: capitalize;
}

.slider-content-5 {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.slider-content > span::before,
.history-title span:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: #fff000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.history-title span::before {
  background: #001c3e;
  left: -140px;
  width: 100px;
}
.slider-6 .slider-content > span::before {
  background: #001c3e;
}
.slider-content p {
  line-height: 24px;
}
.single-banner img {
  min-height: 265px;
}
/* 4. feature
------------------------------------------------------------- */
.feature-position {
  top: -115px;
  margin-bottom: -115px;
}
.feature-position .single-feature > img {
  height: 542px;
  transition: 0.3s;
  width: 100%;
}
.single-feature:hover .img-zoom,
.single-blog .blog-img img:hover,
.single-banner:hover .img-zoom,
.single-store-product .img-zoom:hover,
.portfolio-img .img-zoom:hover {
  transform: scale(1.1);
}
.sale-off-img {
  max-width: 235px;
}
.feature-position .single-feature.single-feature-3 > img {
  height: 360px;
}
.feature-position-3 {
  margin-bottom: 0;
}

/* 5. product-area
-------------------------------------------------------------- */
h5.product-names {
    padding-left: 10px;
    padding-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-price{
  padding-left: 10px;
}
.single-product {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
      padding-bottom: 15px;
}

.single-product:hover {
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.single-product-img img {
  width: 100%;
}
.countdown-time .count-time {
  padding: 6px 0 2px;
}

.single-product-button li a span,
.sale-tag {
    width: 43px;
    height: 40px;
    background-color: #001c3e7d;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    margin: 5px;
    display: inline-block;
}
.timer {
  padding: 8px 1px 3px 1px;
}
.timer span {
  font-size: 10px;
  color: #222;
  font-family: "Rubik", sans-serif;
  min-width: 45px;
  display: inline-block;
  text-align: center;
  line-height: 1;
  font-weight: 500;
}
.timer p {
  text-transform: uppercase;
  font-size: 10px;
  font-family: "Rubik", sans-serif;
  margin-bottom: 0;
  line-height: 2.1;
}
.timer .time-count {
  position: relative;
}
.timer .time-count::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 12px;
  right: 12px;
  height: 1px;
  background: -moz-linear-gradient(
    left,
    #f5f5f5 0%,
    #ededed 36%,
    #ededed 56%,
    #ededed 57%,
    #f5f5f5 76%,
    #f5f5f5 100%
  );
}
.single-product-img .countdown-time {
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  opacity: 1;
  transition: 0.3s;

  background-color: rgba(255, 255, 255, 0.4); /* light black */
  backdrop-filter: blur(5px); /* background blur */
  -webkit-backdrop-filter: blur(5px); /* Safari support */
  color: #fff; /* ensures text remains readable */
}

.single-product:hover .countdown-time {
  opacity: 0;
}
.single-product-button {
  bottom: 25px;
  left: 55%;
  transform: translate(-50%);
  opacity: 0;
  transition: 0.5s;
}
.single-product:hover .single-product-button {
  left: 50%;
  opacity: 1;
}
.single-product-button li a span {
  color: #ffffff;
}
.single-product-button li a span:hover {
  background: #001c3e;
}
.product-price span {
    font-weight: 400;
    font-size: 14px;
    font-family: "Rubik", sans-serif;
}
.product-price span.old-price {
  color: #999999;
}
.sale-tag {
font-size: 11px;
    top: -5px;
    left: -5px;
    background: #000000;
    z-index: 1;
    border-radius: 0;
    font-weight: 500;
    letter-spacing: 1px;
}
.single-product-hover-img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.single-product-hover-img a img {
  opacity: 0;
  transition: 0.3s;
}
.single-product:hover .single-product-hover-img a img {
  opacity: 1;
}
.product-dot span {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
}
/* 6. product offer area
-------------------------------------------------------------- */
.product-offer-height .single-feature > img {
  min-height: 450px;
  transition: 0.3s;
}

/* 7. blog-area
-------------------------------------------------------------- */
.date {
  color: #006699;
}
.single-blog .blog-img {
  height: 290px;
}

/* 8. instagram area
-------------------------------------------------------------- */
.instagram-img img {
  width: 100%;
  opacity: 1;
  transition: 0.3s;
}
.instagram-img img:hover {
  opacity: 0.93;
}

/* 9. modal box
-------------------------------------------------------------- */
.size-option {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    font-family: inherit;
}

/* Hide the default radio */
.size-option input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-radius: 4px; /* change to 50% for circular */
    background-color: #fff;
    outline: none;
    cursor: pointer;
    position: relative;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

/* Checked state */
.size-option input[type="radio"]:checked {
    border-color: #fda942;
    background-color: #fda942;
}

/* Tick mark */
.size-option input[type="radio"]:checked::after {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    color: white;
}

.blue-color {
   font-weight: 500;
    color: #000000;
}
.product-modal {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1080px;
  border-radius: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.product-view-scroll-area .dialog-modal-dialog {
  height: auto;
}
.close {
  font-size: 30px;
}
.modal-content {
  border-radius: 0;
}

.product-tabs {
  width: 100px;
}
.product-tabs .nav-link {
  width: 80px;
  height: 100px;
  padding: 0;
  opacity: 0.6;
  border-radius: 0;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.nav-pills .nav-link:hover,
.nav-pills .show > .nav-link {
  background-color: transparent;
  opacity: 1;
  border:1px solid #000;
}

.product-modal-left h4 {
  font-size: 24px;
}
.modal-old-price{
  color: #5c5c5c;
}
.product-modal-left .price > span {
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #df894b;
}
.modal-old-price {
  color: #999;
  font-size: 16px !important;
}

.product-modal-left p {
  font-size: 14px;
}
.available p,
.suk p {
  line-height: 1;
}
/* quanti-field */
.quantity-field {
  position: relative !important;
  display: inline-flex;
}

.add-cart-btn {
    height: 42px;
    line-height: 42px;
  padding: 0 40px;
  background: #001c3e;
  color: #fff;
  border: 1px solid transparent;
  display: inline-block;
  margin-bottom: 20px;
}
.add-cart-btn:hover {
  border-color: #131215;
  color: #131215;
  background: #fff;
}
.quantity-field input {
    width: 100px;
    height: 40px;
    padding: 0px 14px;
    border: 1px solid #ccc;
}
.custom-prev,
.custom-next {
  position: absolute;
  right: 32px;
  top: 70%;
  transform: translateY(-50%);
  font-size: 13px;
  color: #c8c8c8;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  height: 15px;
}
.custom-next {
  top: 22%;
  height: 15px;
}
/* social-link */
.social-sharing li {
  font-size: 14px;
  display: inline-block;
}
.social-sharing li a {
  font-size: 14px;
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #fff;
  color: #555555;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  transition: 0.3s;
}
.social-sharing li a:hover {
  background: #df850c;
  color: #fff;
  border: 0;
}
/* 10. store product-area
-------------------------------------------------------------- */
.store-product-title {
  bottom: 30px;
  left: 30px;
}
.store-product-title h4 {
  font-size: 34px;
  margin-bottom: 0;
}
.store-product-title span a {
  font-size: 14px;
  color: #888;
}
.single-store-product img {
  /* max-height: 370px; */
  object-fit: cover;
}
.author-signature img {
  width: 180px;
}
/* 11. welcome area
-------------------------------------------------------------- */
.welcome-bg {
  height: 970px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
/* 12. service feature area
-------------------------------------------------------------- */
.single-service-feature h4 {
  font-size: 18px;
}
.single-service-feature p {
  font-size: 14px;
}
.service-feature-bg {
  background-image: linear-gradient(180deg, #16151a 0%, #16151a 100%);
}
.ser-f-icon::before,
.ser-f-icon span::after {
  font-size: 50px;
}
.single-service-feature {
  padding: 0 20px;
}

/* 13. big img product area
-------------------------------------------------------------- */
/* .product-left-img-info .quantity-field input {height: 62px;} */

.product-left-img-info .social-sharing li a {
  margin-right: 10px;
  margin-left: 0;
}
.product-left-img-info .price span {
  font-size: 24px;
  font-weight: 700;
}
.product-view-tab .nav-link {
    color: #999;
    font-size: 14px;
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.product-tab .product-info li{
    padding: 10px 0;
    font-weight: 400;
    text-transform: capitalize;
    width: 45%;
    display: inline-flex;
    color: #414141;
}
.product-tab li span{
  padding-left: 5px;
  color: #df850c;
}
.product-view-tab .nav-link:hover {
  color: #222222;
}
.product-view-tab .nav-link.active {
  color: #222222;
  border-bottom: 2px solid #222222;
}
.desc-title {
   font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.describe-text p {
    font-size: 15px;
    color: #555;
    line-height: 30px;
    font-family: sans-serif;
}
.add-color-area h6,
.add-brand-area h6 {
  font-weight: 600;
}
.add-color li {
  font-style: italic;
}
.add-brand-area,
.group-p-table thead {
  background: rgba(0, 0, 0, 0.025);
}
.group-p-table .table td,
.table th {
  padding: 22px;
}
.group-p-table a {
  font-size: 15px;
}
.rat {
  display: none;
  top: -2px;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s;
}
.ratting a {
  color: #ffae00;
  font-size: 14px;
}
.product-review .ratting:hover .rat {
  display: block;
}
.product-left-img-info p, .quantity {
    font-size: 16px;
    color: #8c8c7c;
    letter-spacing: 1px;
}
.product-left-img img {
  cursor: crosshair;
  margin-bottom: 40px;
}
.product-left-img {
  height: 600px;
  overflow-x: hidden;
}
.tbl-title {
  min-width: 150px;
}
.p-view-position .dialog-modal-dialog {
  max-width: 470px;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.product-img a {
  cursor: crosshair;
}
.p-view-position .modal-content {
  border-radius: 4px;
  border: 18px solid #f9f9f9;
  background: #fff;
}
.p-view-position .close span {
  border-radius: 50px;
  width: 32px;
  height: 32px;
  font-size: 24px;
  border: 2px solid #fff;
  line-height: 22px;
}
.p-view-position .modal-close {
  top: 0px;
  right: 0;
}
.product-gallery-btn a {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  padding: 10px 15px;
}
.product-gallery-btn {
  left: 0;
  top: 0;
}
.product-gallery-btn.right-site {
  left: auto;
  right: 0;
}
.vertical-left-tab .product-gallery-btn {
  left: auto;
  right: 0;
  top: 0;
}
.product-gallery-btn a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* 14. cart page
-------------------------------------------------------------- */
.quick-add-to-cart{
  padding-top: 20px;
  padding-bottom: 20px;
}
.cart-total-title{
  font-size: 18px;
}
.coupon-code-area  .btn.p-add-cart2 {
 color: #fff;
    background: #001c3e;
    /* width: 50%; */
    font-size: 12px;
    text-align: center;
    padding: 15px;
    height: 45px;
}

.product-size span, .product-price span {
    font-weight: 500;
    color: #df850c;
}
.product-infor{
    position: relative;
    border: 1px solid #e0e0e0;
    padding: 15px;
    margin-bottom: 15px;
}
.product-details p{
  font-size: 12px;
  padding-left: 5px;
}
.product-details p {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.5;
}
.cart-item{
  display: flex;
  gap: 35px;
}
.cart-item .product-name{
  padding-top: 0;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding-left: 0;
}
.cart-img {
  width: 140px;
}
.actions.cartAbs{
  position: absolute;
  right: 20px;
  top: 20px;
}
.cart-table .table td,
.cart-table .table th {
  padding: 20px 10px;
  vertical-align: middle;
}
.cart-area .sub-btn {
  padding: 28px 48px;
}
.coupon-code-area input {
  border: 1px solid #dee2e6;
  width: 100%;
  min-width: 200px;
  padding: 10px;
}
.total-price-area h2 {
  font-size: 22px;
}
.p-name {
  font-size: 14px;
}
.cart-total-box {
    background: #f1f1f1;
    border-radius: 0px;
    padding: 25px;
    margin-bottom: 6px;
}
.couponHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.copyBtn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.2em;
}
.copyBtn {
    color: #001c3e;
}

.couponDetails {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
    color: #1a1a1a;
}
.couponDetails li{
  margin-bottom: 15px;
  font-size: 15px;
}

.couponDetails li strong{
  font-weight: 900;
}
.couponCode{
  font-weight: 900;
}
.subtotal-item.subtotal-box, .subtotal-item.shipping-box, .subtotal-item.discount-box {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.cart-total-box p {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #001c3e;
}
.cart-total-box h5{
  letter-spacing: 1px;
}

.coupons-main {
    height: 100%;
    overflow-y: auto;
    max-height: 200px;
}
/* 16. checkout page
-------------------------------------------------------------- */
.coupon-content,
.checkout-content,
#ship-box-info,
#cbox-account-info {
  display: none;
}
#login,
#couponshow {
  cursor: pointer;
}
.coupon-accordion h6 {
  background: #f9f9f9;
  border-top: 3px solid #001c3e;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.coupon-accordion h6::before {
  content: "\f07b";
  left: 20px;
  top: 17px;
  position: absolute;
  color: #001c3e;
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
}
.close {
  float: right;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #001c3e;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.coupon-area span,
.checkout-area span,
.checkout-area label {
  font-size: 16px;
  color: #222;
  line-height: 1.5;
}
.coupon-area span:hover, .coupon-area span {
  color: #df850c;
}
.checkout-area label {
  display: block;
}
.checkbox-form label{
  font-size: 14px;
  color: #4c4c4c;
}
.checkbox-form .checkout-area label span,
.lost-password a {
  color: #006699;
}
.coupon-area input,
.checkout-area input,
.country-select select {
  height: 45px;
  margin: 0 0 14px;
  padding: 0 0 0 10px;
  border-radius: 0;
  border-color: #c5c5c5;
}
.coupon-area .form-control:focus,
.checkout-area .form-control:focus,
.country-select select .form-control:focus {
  border-color: #e7e7e7;
}
.country-select select.form-control:not([size]):not([multiple]) {
  height: 45px;
  font-size: 15px;
}
.save-info input,
.shipping .r-inpt {
  height: auto !important;
}
/* checkout-area */
.checkout-area .nice-select, .coupon-area .nice-select {
  border-radius: 0;
  height: 45px;
  line-height: 42px;
  width: 100%;
}
.checkout-area .different-address .nice-select {
  line-height: 2.3;
}
.checkout-area .nice-select::after {
  height: 8px;
  right: 22px;
  width: 8px;
}
.checkout-area h4 {
  font-size: 26px;
}
.save-info p {
 font-size: 14px;
  font-weight: 400;
  color: #222;
  letter-spacing: 0.1px;
}
.order-notes textarea {
  height: 90px;
}
.order-notes textarea::placeholder {
  opacity: 1;
}
.your-order {
  background: #f9f9f9;
  padding: 25px;
}
.your-order-table table th {
  border-top: medium none;
  vertical-align: middle;
  white-space: nowrap;
  width: 50%;
}
.your-order .your-order-table table th {
    border-bottom: 1px solid #e7e7e7;
    border-right: medium none;
    color: #4f4f4f;
    font-size: 15px;
    padding: 10px 0;
    font-weight: 500;
    width: 80%;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-size: 14px;
    white-space: normal;
    margin-bottom: 0;
}
.checkout-area .grand-total{
  color: #df850c;
}
.your-order-table table th,
.your-order-table table td {
  border-bottom: 1px solid #e7e7e7;
  border-right: medium none;
  color: #777;
  font-size: 15px;
  padding: 10px 0;
}
.payment-method h6 .btn-link {
  font-size: 13px;
  color: #292929;
  font-weight: 500;
  cursor: pointer;
}

.payment-method .rdio{
  position: relative;
  display: flex;
  height: 40px;
  input[type="radio"] {
    opacity: 0;
  }
  label {
    padding-left: 10px;
    cursor: pointer;
    margin-bottom: 7px !important;
    &:before {
      width: 18px;
      height: 18px;
      position: absolute;
      top: 1px;
      left: 0;
      content: '';
      display: inline-block;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      border-radius: 50px;
      border: 1px solid #001c3e;
      background: #fff;
    }
  }
  input[type="radio"] {
      margin:0px;
    &:disabled + label {
      color: #999;
      &:before {
        background-color: #001c3e;
      }
    }
    &:checked + label::after {
      content: '';
      position: absolute;
      top: 5px;
      left: 4px;
      display: inline-block;
      font-size: 11px;
      width: 10px;
      height: 10px;
      background-color: #001c3e;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      border-radius: 50px;
    }
  }
}

.payment-method .rdio-default input[type="radio"]:checked + label:before{
  border-color: #001c3e;
}

.payment-method .rdio-primary input[type="radio"]:checked + label{
  &:before {
    border-color: #001c3e;
  }
  &::after {
    background-color: #001c3e;
  }
}

.select-address .rdio:last-child{
  border-bottom: transparent;
  padding-bottom: 0;
}

.select-address .rdio{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 25px;

  input[type="radio"] {
    opacity: 0;
  }
  label {
    padding-left: 10px;
    cursor: pointer;
    margin-bottom: 2px !important;
    &:before {
      width: 18px;
      height: 18px;
      position: absolute;
      top: 1px;
      left: 0;
      content: '';
      display: inline-block;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      border-radius: 50px;
      border: 1px solid #001c3e;
      background: #fff;
    }
  }
  input[type="radio"] {
      margin:0px;
    &:disabled + label {
      color: #999;
      &:before {
        background-color: #001c3e;
      }
    }
    &:checked + label::after {
      content: '';
      position: absolute;
      top: 5px;
      left: 4px;
      display: inline-block;
      font-size: 11px;
      width: 10px;
      height: 10px;
      background-color: #001c3e;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      border-radius: 50px;
    }
  }
}

.select-address .rdio-default input[type="radio"]:checked + label:before  {
  border-color: #001c3e;
}

.select-address .rdio-primary input[type="radio"]:checked + label {
  &:before {
    border-color: #001c3e;
  }
  &::after {
    background-color: #001c3e;
  }
} 

.select-address span{
  display: block;
  padding-left: 30px;
  font-size: 14px;
  color: #656565;
}
.coupon-area input{
  height: auto;
}

.agree-term {
    display: flex;
    align-items: start;
}

.agree-term label{
  padding-left: 5px;
  font-size: 14px;
}

.agree-term input{
  height: 20px;
}

.select-address{
    border: 1px solid #dedede;
    padding: 20px 15px 10px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 25px;
}

.select-address span:hover{
  color: #000;
  text-decoration:none;
}

.btn-edit-user, .btn-remove-user {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    color: #585858;
    font-weight: 500;
    border: 1px solid #d7d7d7;
    padding: 10px 15px;
}

.coupon-area{
  margin-top: 80px;
  margin-bottom: 80px;
}
/* 15. Shop page area
-------------------------------------------------------------- */
.page-height3 {
  min-height: 42px;
}
.nice-select.open .list {
  border-radius: 0;
}
.nice-select .option.selected {
  font-weight: normal;
}
.nice-select {
  height: 22px;
  line-height: 20px;
  display: none !important;
}
select{
  display: block !important;
}
.shop-title h5,
.product-filter a,
.single-product-content p {
    font-size: 11px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.f-category{
  margin-top: -35px;
}
.filters-btns{
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
.ser-icon {
    min-width: 20px;
    height: 15px;
    display: block;
}
.nav-tabs .nav-item.show .nav-link.ser-icon,
.nav-tabs .nav-link:hover .ser-icon,
.nav-tabs .nav-item.show .nav-link.ser-icon,
.nav-tabs .nav-link.active .ser-icon,
.nav-tabs .nav-item.show .nav-link .ser-icon,
.nav-tabs .nav-link:focus .ser-icon {
  filter: invert(0) sepia(0) hue-rotate(0deg) brightness(0);
}
/* round-checkbox css start*/
.option-input:checked::after {
  background: #001c3e;
  content: "";
  display: block;
  position: relative;
  z-index: 1;
}
/* .option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
} */
.option-input {
  appearance: none;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  height: 20px;
  width: 20px;
  transition: 0.15s;
  border: 1px solid #b8b8b8;
  color: #001c3e;
  cursor: pointer;
  display: inline-block;
  outline: none;
  position: relative;
  z-index: 1;
}
.product-choose-colors .option-input {
  height: 25px;
  width: 25px;
}
.option-input:checked::before {
    position: absolute;
    content: "✓";
    display: inline-block;
    font-size: 16px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
}
.listing-cf{
  padding-left: 40px;
  padding-right: 40px;
}
.all-product-area{
  padding-left: 35px;
  padding-right: 35px;
}

.listing-type  .product-filter-details-wrapper .row{
      margin-bottom: 10px;
    padding: 30px 10px 0;
}
.clear-btn{
    color: #ffffff;
    font-size: 12px;
    background: #16151a;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}
.clear-btn:hover{
  color: #ffffff;
}
.listing-type  .product-filter-details-wrapper .row h4{
    color: #001c3e;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    width: 100%;
}
.filters-options {
    margin-bottom: 30px;
}
/* round-checkbox css end*/
.f-choose-color .option-input {
  color: #001c3e;
}
.product-menubar a {
  color: #3e3e3e;
  font-size: 14px;
}
.product-menubar h4,
.single-product-content h5 {
  font-size: 18px;
}
.product-menubar a:hover {
  color: #222222;
}
.product-menubar {
  margin-top: 15px;
}
.product-menubar li{
  padding-right: 10px;
  display: inline-block;
}
.Bestsellers.Products-areas {
    padding-bottom: 0;
}
.f-price-filter{
  margin-top: 35px;
  width: 30%;
  padding-left: 5px;
}
.product-menubar li span{
    padding-left: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #000;
}
.ui-widget.ui-widget-content {
  border: 1px solid #001c3e;
  background: #ebebeb;
  height: 3px;
}
.ui-widget-header {
  background: #001c3e;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -10px;
  border-radius: 50%;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 6px solid #001c3e;
  background: #fff;
  font-weight: normal;
  color: #454545;
}
.product-filter-details {
    width: 95%;
    box-shadow: 0 8px 32px -8px rgba(0, 0, 0, 0.1);
    top: 60px;
    left: 0;
    transition: 0.5s;
    z-index: 11;
    display: none;
    right: 0;
    margin: 0 auto;
}
.product-filter-details.product-filter-block {
  box-shadow: none;
}
#col5 .container-wrapper .col-xl-2 {
  min-width: 20% !important;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:focus {
  border-color: transparent;
}
.nav-tabs a {
  color: #999;
  padding-left: 8px;
}
.product-search input {
  height: 50px;
}
.product-search p {
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.shop-left-sidebar-area #col-5 .single-product:hover {
  box-shadow: none;
  background: none;
}
.fitler-input input {
  /* max-width: 90px; */
  font-size: 14px;
}
.single-product-list .single-product-img img {
  min-width: 330px;
}
.single-product-img a {
  display: block;
}
.shop-sidebar-left .product-search p {
  right: 50px;
}
.single-product-list-button li.tool a:hover {
  border: 1px solid #001c3e;
}
.single-product-list-button li {
  padding: 0 !important;
  border: none !important;
}
.single-product-list-button li a span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
  color: #343a40;
  padding-left: 0 !important; 
}

#list .single-product-list-button li a span {
  width: 54px;
  height: 54px;
  line-height: 54px;
}
.single-product-list-button span {
  line-height: 54px;
  text-align: center;
  display: block;
}
.wishlist-area .p-stock-status {
  font-size: 14px;
  color: #df850c;
}
.wishlist-area a {
  font-size: 14px;
}
.wishlist-area a img {
  width: 90px;
  height: 115px;
}
.wishlist-row {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0;
    align-items: center;
}
.wishlist-title {
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}
.table th {
  border-top: none;
  font-weight: 400;
}
.wishlist-area{
  margin-top: 80px;
  margin-bottom: 80px;
}
.wishlist-area a.p-remove {
    font-size: 22px;
    padding: 5px;
}
.table td,
.table th {
  vertical-align: middle;
  border-bottom: 1px solid #dee2e6;
}
.table thead th {
  border-top: 1px solid #dee2e6;
  border-bottom: 0;
}
.table-content.table-content1 {
  width: 20px;
}
.table-content.table-content2 {
  width: 110px;
}
.wishlist-area .table-content6 a {
  font-size: 16px;
}
.wishlist-area .btn.p-add-cart {
    width: 75%;
    color: #fff;
    background: #001c3e;
    text-align: center;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 12px;
}
.p-price del{
  color: #a8a8a8;
}
.btn.p-add-cart2 {
  color: #fff;
  background: #001c3e;
}
.coupon-and-update-area .btn.p-add-cart2 {
  padding: 13px 20px;
  color: #fff;
  background: #001c3e;
}
.btn.p-add-cart2:hover {
  color: #ffffff;
  background: #fff;
  border: 1px solid #001c3e;
}
.mobile-wishlist .p-img img {
  max-width: 110px;
}
.p-remove {
  right: 0;
  top: 30px;
}
.pn {
  margin-top: 10px;
}
/* 16. blog sidebar none area
-------------------------------------------------------------- */
.page-title-content h2 {
  font-size: 50px;
}
.page-title-content .blog-tag li a {
  font-size: 16px;
}
.page-height-2 {
  min-height: 900px;
}
.page-height-2::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.65);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-nav {
  left: 0;
  right: 0;
  bottom: 30px;
}
.blog-testimonial .testimonials-text {
  font-size: 24px;
  line-height: 44px;
}
.blog-testimonial .client h5 {
  font-size: 18px;
}
.blog-content .post-tag li,
.social-link li {
  display: inline-block;
}
.blog-content .post-tag li a:hover {
  color: #fff;
  background: #001c3e;
}
.author-post span,
.blog-posts a {
  font-size: 18px;
}
.author-post span::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: #222;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.single-author-post li a span {
  font-size: 16px;
}
.author-img {
  max-width: 125px;
}
.reply-form form .save-info input {
  height: 0;
}
.reply-form h3 {
  font-size: 30px;
  font-weight: 600;
}
.blog-testimonial-client-img {
  width: 110px;
}
/* 17. blog box landing area
-------------------------------------------------------------- */
.single-blog-box img {
  height: 275px;
  width: 100%;
}
.blog-large-img {
  width: 100%;
}
.blog-large-img img {
  height: 590px;
  width: 100%;
}
.single-box-content h4 {
  font-size: 24px;
}
.single-box-content {
  top: 40%;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #001c3e 60%);
}
.single-box-text {
  left: 0;
  right: 0;
  bottom: 0;
}
.single-blog-box-hover {
  margin: 0;
  transition: 0.3s;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
}
.single-blog-box {
  transition: 0.3s;
}
.single-blog-box:hover .single-blog-box-hover {
  transform: translateY(-20px);
}
.single-box-content .blog-post-data {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.single-blog-box:hover .blog-post-data {
  opacity: 1;
  height: 12%;
}
.single-blog-box .blog-post-data li {
  width: 50%;
}
/* 18. blog gird page area
-------------------------------------------------------------- */
.blog-grid-img img {
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.blog-gird-content {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 1;
}
.blog-grid-iteams .blog-gird-content:hover {
  background: rgba(0, 0, 0, 0.8);
}
.blog-grid-iteams:hover .blog-grid-img img {
  visibility: visible;
  opacity: 1;
}
.blog-grid-iteams:hover p,
.blog-grid-iteams:hover li,
.blog-grid-iteams:hover h4,
.blog-grid-iteams :hover a {
  color: #fff;
}

/* 19. blog page area
-------------------------------------------------------------- */
.blog-tag li a {
  background: #069;
  padding: 6px 12px;
  font-size: 14px;
  margin-right: 5px;
}
.blog-right-sidebar-left-content h3 {
  font-size: 30px;
}
.blog-right-sidebar-left-content p {
  line-height: 30px;
  color: #555;
}
.blog-post-data li {
  display: inline-block;
  color: #555;
}
.blog-widget h5 {
  font-size: 20px;
}
.blog-widget h5 {
  position: relative;
}
.blog-widget h5::before {
  position: absolute;
  background: #222;
  width: 40px;
  height: 2px;
  content: "";
  bottom: 0;
  left: 0;
}
.blog-search-form {
  background: #cde5d3;
}
.blog-widget input {
  height: 60px;
  padding: 25px 22px;
  border-radius: 0;
  border: 1px solid #222;
}
.blog-widget.blog-search-form form span {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.blog-slider-active span,
.blog-subscribe p,
.blog-widget p {
  font-size: 14px;
}
.blog-subscribe {
  background: #f2e1e0;
}
.header-search-content{
  padding-top: 20px;
  margin-left: 150px;
  margin-right: 150px;
}
.search-tag li {
  display: inline-block;
}
.search-tag li a {
  font-size: 12px;
  color: #7d7d7d;
  background: #f5f5f5;
  padding: 7px 16px;
  margin: 0 10px 8px 0;
  display: block;
  border-radius: 30px;
  transition: 0.3s;
}
.search-tag li a:hover {
  background: #069;
  color: #fff;
}
.blog-instagram-img {
  background: #e0e7f2;
}
.blog-widget .instagram-img {
  height: 100px;
  width: 100px;
}
.agota-page .page-item.active .page-link {
  color: #fff;
  background-color: #006699;
  border-color: #006699;
}
.agota-page .page-link {
  width: 42px;
  height: 40px;
  text-align: center;
  color: #888;
  border: 1px solid #dee2e6;
  margin-right: 10px;
  line-height: 24px;
  display: block;
  font-size: 14px;
}
.agota-page .page-item.active .page-link {
  color: #fff;
  background-color: #006699;
  border-color: #006699;
}
.agota-page .page-link:hover {
  background-color: #006699;
  border-color: #006699;
  color: #fff;
}
.page-item:last-child .page-link,
.page-item:first-child .page-link {
  border-radius: 0;
}
/* 20. about us area
-------------------------------------------------------------- */
.history-area{
    padding-top: 55px;
    padding-bottom: 55px;
}
.single-page {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    /* background: url(../images/bg-inner.jpg); */
    background-size: cover;
    background: #e9e9e9;
}

.single-portfolio .portfolio-img img {
  width: 100%;
}
.our-single-service h5 {
  font-size: 24px;
}
.ship-icon span::before {
  font-size: 130px;
}
.our-icon span::before {
  font-size: 62px;
}
.shipping-content {
  height: 800px;
  background-attachment: fixed;
}
.team-member h5,
.client h5 {
  font-size: 18px;
}
.client.text-center span {
  color: #e7b6bb;
}
.testimonial-bg {
  background-color: transparent;
  background-image: linear-gradient(180deg, #97545b 100%, #f2295b 100%);
  height: 800px;
}
.quit a {
  font-size: 30px;
}
.client img {
  max-width: 300px;
  margin: 0 auto;
}

/* 21. about page area
-------------------------------------------------------------- */
.about-bg {
  background: #161619;
  height: 100vh;
}
.about-me-img {
  left: 0;
  top: 0;
  width: 50%;
  bottom: 0;
  background-position: left center;
  background-size: cover;
  height: 100%;
}
.about-d-height {
  top: 0;
  right: 0;
  width: 50%;
  bottom: 0;
}
.about-details {
  max-width: 75%;
  max-height: 70vh;
  overflow: hidden;
  overflow-y: scroll;
  margin: auto;
}
.about-details p,
.about-details li {
  color: #999999;
  line-height: 24px;
}
.about-details li {
  color: #fff;
  line-height: 24px;
}
.about-details h1 {
  font-size: 80px;
  line-height: 1;
}
.my-social-info li {
  display: inline-block;
}
.my-social-info li a {
  font-size: 16px;
  width: 120px;
  height: 40px;
  line-height: 40px;
}
.about-footer {
  margin-top: -90px;
}
.about-footer ul li a,
.about-footer a,
.about-footer p {
  color: #fff;
  font-size: 14px;
}
.about-footer .copyright-text::before {
  display: none;
}

/* 22. no page area
-------------------------------------------------------------- */
.no-page-height {
  height: 950px;
}
.no-page-height h3 {
  font-size: 48px;
}
.no-page-height h1 {
  font-size: 220px;
}

/* 23. contact page
-------------------------------------------------------------- */
.logWrap{
  padding: 10px;
}
.contact-form-area{
  padding-top: 80px;
  padding-bottom: 80px;
}
.contact-form-area {
  z-index: 100;
}
.contact-form-area .row{
  position: relative;
}
.contact-form-right2 {
    position: absolute;
    left: 45%;
    width: 50%;
    background: #fff;
    padding: 50px;
    top: 5%;
    box-shadow: 5px 0px 10px #d0d0d0;
}
.contact-form-left::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Black overlay with 50% opacity */
    z-index: -1; /* Put behind content */
}
.contact-form-right2 .btn {
    padding: 20px 75px;
    font-size: 14px;
    line-height: 15px;
    border-radius: 0;
    background: #faa942;
    color: #fff;
    outline: 0 none;
    text-transform: capitalize;
    transition: 0.3s;
    white-space: nowrap;
    vertical-align: middle;
    letter-spacing: 1px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #f3910c !important;
    letter-spacing: 5px;
}
.contact-form .secondary-color {
    font-size: 22px;
    color: #202020;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5px;
}
.contact-form-left span,
.contact-form-right span {
  font-size: 24px;
}
.contact-form-right input,
.comment textarea {
    height: 40px;
    border-radius: 0;
    padding: 10px;
}
.comment textarea {
  min-height: 150px;
}
.contact-map {
  z-index: -1;
  top: -270px;
  margin-bottom: -275px;
  width: 100%;
}
.contact-map iframe {
  width: 100%;
  height: 570px;
  border: 0;
}

/* 24. login area
-------------------------------------------------------------- */
.login-area,
.register-area {
  width: 85%;
}
.login-form {
  background: #f7f7f7;
}
.login-register-area h5 {
  font-size: 20px;
}
.login-form label,
.login-form .login-check p,
.f-get-pass a,
.register-form label,
.register-form input {
  font-size: 14px;
  color: #222222;
}
.login-register-area input {
    height: 55px;
    border-radius: 0;
    position: relative;
}
.register-email {
  position: relative;
}
.forgot-form input{
  border-radius: 0;
}
.login-register-area .otp-btn{
    position: absolute;
    top: 37px;
    right: 0;
    width: 35%;
    padding: 15px;
    text-align: center;
    height: 54px;
}

.login-register-area input.form-control:focus {
  border-color: #7d7d7d;
  border: 2px solid #7d7d7d;
  box-shadow: none;
}
.f-get-pass a {
  border-bottom: 2px solid #222;
}
.register-form h6 {
  font-size: 16px;
}
.register-form p {
  font-size: 14px;
  line-height: 26px;
  color: #555;
}
.password-field {
    position: relative;
}
.toggle-password {
    position: absolute;
    top: 75%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #000000;
}

/* 25. footer area
-------------------------------------------------------------- */
.footer-widget h4 {
  font-size: 13px;
  font-weight: 900;
}
.widget-area p,
.widget-area li,
.widget-area li a {
  color: #999999;
  font-size: 14px;
  margin-bottom: 15px;
  display: block;
}
.footer-widget p:hover,
.footer-widget li:hover,
.footer-widget li a:hover {
  color: #ffffff;
}
.footer-info form input {
  width: 420px;
  height: 55px;
  padding-left: 20px;
  background: transparent;
  border: 1px solid #999;
  color: #fff;
}
.footer-4 .footer-info form input {
  border: 1px solid #2e2e30;
  width: 95%;
  text-align: center;
  color: #fff;
}
.footer-4 .footer-info form input:focus {
  border: 1px solid #ffffff;
}
.footer-4 .footer-widget.subscriber-area {
  border-left: 1px solid #2e2e30;
  border-right: 1px solid #2e2e30;
}
.copyright-text::before {
  position: absolute;
  content: "";
  background: #999999;
  width: 1px;
  height: 25px;
  right: 60px;
  top: 0;
}
.copyright-text-4::before {
  display: none;
}
.footer-area-2 .copyright-text::before {
  display: none;
}
.copyright-area p,
.copyright-area li,
.copyright-area li a {
  margin-bottom: 0;
}
.copyright-text p a:hover {
  color: #069 !important;
}
.copyright-menu {
  margin-left: -26px;
}
.copyright-area .copyright-menu li {
  margin-right: 25px;
}
.footer-area-2 .copyright-menu li a {
  color: #222;
  font-size: 14px;
}
.footer-6 .footer-address li {
  margin-bottom: 12px;
}
.footer-4 .footer-widget li a {
  color: #e1e1e1;
}
.footer-area-5 {
  bottom: 60px;
  width: 100%;
}
.footer-area-5 .copyright-menu li a {
  color: #999;
}
.footer-area-5 .copyright-text p {
  font-size: 14px;
}

/* 26. extra info css
-------------------------------------------------------------- */
/* back top */
.top {
  position: fixed;
  color: #555555;
  right: 30px;
  bottom: 10px;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
}
.mean-container a.meanmenu-reveal.meanclose, .mean-container a.meanmenu-reveal {
    background: transparent;
    width: 0;
    display: none !important;
}
.top span {
  font-size: 18px;
  padding: 12px 12px;
  display: block;
}
/* header-search-details */
.header-search-details {
  width: 100%;
  position: fixed;
  top: -250%;
  left: 0;
  z-index: 999;
  height: 100%;
  transition: 0.5s;
}
.header-search-content ul{
  display: flex;
  justify-content: center;
}
.header-search-details.open-search-info {
  top: 0;
}
.header-search-content h4 {
  font-size: 30px;
}
.header-search-details .close-icon {
  font-size: 30px;
    padding-right: 10%;
}
.header-search-content ul li a {
  font-size: 18px;
  color: #888;
  margin: 20px;
  display: block;
}
.header-search-content ul li a:hover,
.header-search-details ul li a.active {
  color: #222222;
}
/* form css  start*/
.header-search-content form a {
  left: 10px;
  top: 18px;
  font-size: 22px;
  color: #555555;
}
.header-search-content form input,
.subscribe-form input {
  border: 0;
  border-bottom: 2px solid #e1e1e1;
  padding: 0;
  width: 100%;
  padding-left: 45px;
  margin: 0;
  color: #555;
  padding-left: 10px;
  font-size: 14px;
  background: none;
  box-shadow: none;
  height: 45px;
  text-indent: 40px;
}
.subscribe-form form input {
  text-align: center;
  height: 55px;
  padding-left: 0;
}
.header-search-content form input:focus,
.subscribe-form input:focus {
  border-bottom: 2px solid #222;
}
.search-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.search-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.search-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.search-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
/* form css  end*/

/* header-shopping-cart-details */
.header-shopping-cart-details {
  width: 400px;
  position: fixed;
  right: -205%;
  top: 0;
  z-index: 999;
  height: 100%;
  transition: 0.7s;
}
.header-shopping-cart-details.open-shopping-info {
  right: 0;
}
.header-shopping-cart-details h5 {
  font-size: 18px;
}
.h-shop-cart-img img {
  max-width: 85px;
}
.h-shop-cart-contetn ul li {
  display: inline-block;
}
/* .side-mobile-menu start*/
.side-mobile-menu {
  width: 340px;
  position: fixed;
  left: -340px;
  top: 0;
  z-index: 9999;
  height: 100%;
  transition: all 0.3s ease-out;
  overflow: scroll;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.side-mobile-menu.open-menubar {
  left: 0;
}
.close-icon {
  font-size: 30px;
}
.side-mobile-menu .header-search-content ul li a {
  font-size: 16px;
  margin: 12px;
  color: #222;
}
.side-mobile-menu .header-search-content ul li a:hover,
.side-mobile-menu .header-search-content ul li a.active {
  color: #006699;
}
.side-mobile-menu .header-search-content form a {
  right: 10px;
  left: auto;
  font-size: 18px;
}
.side-mobile-menu .header-search-content form input {
  text-indent: 0;
}
.side-mobile-menu .menu-login ul li a {
  color: #222;
  font-size: 16px;
}
.side-mobile-menu .menu-login ul li {
  padding: 15px 0;
}
.side-mobile-menu .menu-login {
  clear: both;
}
/* .side-mobile-menu end*/

.cartmini-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 995;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(15px);
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
}
.cartmini-overlay.openeds {
  opacity: 1;
  visibility: visible;
}
.slider-height-2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
/* .heroVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; 
} */

.heroVideo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero.slider-content {
    bottom: 6%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 2;
    text-align: center;
}
/* .heroVideo .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
} */
.catgories .store-product-title h4,
.catgories .store-product-title {
  color: #fff;
}
.instagram-img {
  position: relative;
  overflow: hidden;
}

.instagram-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: 0.3s ease;
  z-index: 1;
}

.instagram-img img {
  /* width: 100%; */
  display: block;
}

.instagram-img img.instaicon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px !important;
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 2;
}

.instagram-img:hover::before {
  opacity: 1;
}

.instagram-img:hover .instaicon {
  opacity: 1;
}
.footerhome.footer-area-2 .copyright-menu li a {
  color: #fff;
}
.footerhome.footer-area-2 .copyright-text p {
  color: #fff;
}
.footerhome.footer-area-2 .copyright-text p a {
  color: #fff;
}
.videoTwo {
  overflow: hidden;
}
.videoTwo video {
  height: 100%;
  width: 100%;
}

/* From Uiverse.io by Praashoo7 */

.card1 {
  width: 90px;
  height: 90px;
  outline: none;
  border: none;
  background: white;
  border-radius: 90px 5px 5px 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  transition: 0.2s ease-in-out;
}

.instagram {
  margin-top: 1.5em;
  margin-left: 1.2em;
  fill: #cc39a4;
}

.card2 {
  width: 90px;
  height: 90px;
  outline: none;
  border: none;
  background: white;
  border-radius: 5px 90px 5px 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  transition: 0.2s ease-in-out;
}

.facebook {
  margin-top: 1.5em;
  margin-left: -0.9em;
  fill: #03a9f4;
}
.card1:hover {
  cursor: pointer;
  scale: 1.1;
  background-color: #cc39a4;
}
.cart-area{
  margin-top: 50px;
  margin-bottom: 50px;
}
.cart-area h2{
  margin-bottom: 20px;
}
.card1:hover .instagram {
  fill: white;
}

.card2:hover {
  cursor: pointer;
  scale: 1.1;
  background-color: #03a9f4;
}
.card2:hover .facebook {
  fill: #fff;
}

.card2:hover .twitter {
  fill: white;
}
.section-title span{
  margin-bottom: 25px;
  font-size: 22px;
}
.product-name {
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #000;
    margin-bottom: 5px;
    display: block;
    padding-top: 15px;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mega-product a{
  color: #111;
  font-weight: 600;
}
.fixHeader{
  position: fixed;
  z-index: 99;
  width: 100%;
  background: transparent;
  /* -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0000000a;
  transition: background-color .8s cubic-bezier(.215,.61,.355,1), -webkit-backdrop-filter .5s cubic-bezier(.215,.61,.355,1);
  transition: backdrop-filter .5s cubic-bezier(.215,.61,.355,1), background-color .8s cubic-bezier(.215,.61,.355,1);
  transition: backdrop-filter .5s cubic-bezier(.215,.61,.355,1), background-color .8s cubic-bezier(.215,.61,.355,1), -webkit-backdrop-filter .5s cubic-bezier(.215,.61,.355,1); */
}
.fixHeader .header.header-2 a {
    color: #000000;
}
.fixHeader .sticky-menu .header.header-2 a {
    color: #111;
}
  /* .header-area.sticky-menu, .header:hover {
      background: transparent;
  } */
.marqueeWrap {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background: #f9f9f9;
    padding: 6px;
    background: #001c3e;
}

.marqueeList {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  animation: scrollMarquee 15s linear infinite;
}

.marqueeList li {
  flex: 0 0 auto;
  padding: 0 40px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 2px;
}

@keyframes scrollMarquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.hero.slider-content .btn{
  margin-top: 12px;
}

.footerWrap{
  width: 100%;
  overflow: hidden;
  position: relative;
}
footer .footerWrap ul li a {
  color: #111;
}
footer .footerWrap ul li {
  padding-bottom: 20px;
      word-wrap: break-word;
}

footer {
    background-color: #f1f1f1;
    padding: 80px 0 0 0;
    position: relative;
    overflow: hidden;
}
footer h4{
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 30px;
}
.footerBottom{
    padding: 2rem 4px; 
    border-top: 1px solid #d1d1d1;
}
footer .ftSocial ul{
  display: flex;
  gap: 15px;
}
.ftSocial ul li a{
  font-size: 24px;
  color: #001c3e !important;
}
.liSocial{
  margin-bottom: 3rem;
}
.instagram-gradient {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
      color: #fff;
    width: 35px;
    height: 35px;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
}
.facebook-blue-background {
    background-color: #395498;
    color: #fff;
    width: 35px;
    height: 35px;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
}
.facebook-text-color {
    color: #F0F2F5;
}
.newsletter-box {
  background-color: #001c3e;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  color: #fff;
  margin: 40px 0 60px;
}

.newsletter-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
}

.newsletter-title {
    color: #fff;
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
}

.newsletter-form {
  display: flex;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding: 8px;
  height: 60px;
}

.newsletter-form input[type="email"] {
  padding: 10px 15px;
  border: none;
  outline: none;
  width: 250px;
  font-size: 14px;
}

.newsletter-form button {
  background-color: #001c3e;
  color: white;
  border: none;
  padding: 0 20px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  border-radius: 4px;
  transition: background 0.3s;
}

.newsletter-form button:hover {
  background-color: #df850c;
}
.shape {
    position: absolute;
    top: -50px;
}
.header-area.has-classforheader {
  background: #fff;
}
.header-area.has-classforheader .header.header-2 a{
    color: #000000;
}
.innerHeader .main-menu ul li > a, .innerHeader .header-right ul li a, .innerHeader a.mobile-menubar{
  color: #000;
}
.page-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
}

.breadcrumb-p{
  padding-left: 30px;
  padding-right: 30px;
}

.header-2 .main-menu ul li.logo, .header-3 .main-menu ul li.logo{
    padding-top: 7px;
    margin-right: 0;
    padding-bottom: 15px;
}

.breadcrumb-item {
    text-transform: uppercase !important;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.listing-type .row {
   border: 1px solid #dcdcdc;
    margin-bottom: 25px;
    width: 98.5%;
    margin: 0px auto 30px;
    padding: 5px;
    display: flex;
    align-items: center;
  }

  .filter-sec{
    align-items: center;
  }

  .results{
    border-right: 1px solid #ccc;
  }

.product-selection select {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: transparent;
    color: #000;
}

  .product-selection{
    padding-right: 15px;
    display: flex;
    align-items: baseline;
  }

    .product-selection h6{
      margin-bottom: 0;
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 500;
    }

  .product-filter a{
        letter-spacing: 2px;
  }

  .shop-header-area h2{
    font-size: 32px;
    margin-bottom: 15px;
  }

  .product-img{
    padding: 5px;
  }

.product-left-img-info h3 a{
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    display: block;
  }
  .product-left-img-info ul {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-top: 0;
  }

  .product-left-img-info ul li span{
    font-weight: 500;
    font-size: 16px;
    color: #001c3e;
    padding-left: 10px;
  }
  .product-left-img-info ul li{
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    color: #6c6c6c;
    text-align: left;
  }
  .tax{
    color: #df850c;
    font-size: 12px;
    text-align: right;
  }
  .size-detail{
    padding-left: 0px;
  }
  .color-option{
    padding-right: 0;
  }
  .size-detail .f-choose-color{
    display: flex;
    align-items: center;
  }
  .quantity-div{
    text-align: start;
  }
  .f-choose-color h4{
     font-size: 14px;
     margin-bottom: 0;
     margin-right: 10px;
  }
  .product-row2{
    display: flex;
    align-items: center;
    margin: 0;
    padding: 15px 0;
  }
  .pincode{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }
  .pincode input{
    border: 1px solid #ccc;
    padding: 10px;
    max-height: 40px;
    width: 100%;
  }
  .quantity-div .quantity-field{
    width: auto;
  }
    .pincode button{
    padding: 10px;
    max-height: 40px;
    border: 1px solid #df850c;
    background: #df850c;
    color: #fff;
    font-size: 14px;
  }
  .pincode-form{
    position: relative;
    width: 80%;
  }
  .pincode-form button  { 
    position: absolute;
    right: 0;
    top: 0;
  }
  .detail-btns {
    justify-content: center;
    display: flex;
  }
  .single-product-list-button .btn{
    padding: 15px 30px;
    font-size: 12px;
    line-height: 10px;
    border-radius: 0;
    background: #ffffff;
    color: #001c3e;
    outline: 0 none;
    text-transform: uppercase;
    transition: 0.3s;
    white-space: nowrap;
    vertical-align: middle;
    /* padding: 5px; */
    margin: 5px;
  }

  .product-left-img-info .product-menubar li span{
    font-size: 13px;
  }
  .product-tab .tab-pane{
    background: #f5f5f5;
    padding: 30px;
  }
  .review-comments-area {
    background: #fff;
    padding: 20px;
    align-items: center;
    margin-bottom: 20px;
}
  .review-comments-area p{
    margin-bottom: 0;
    color: #363636;
  }
  .star-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    font-size: 2.5em;
    width: max-content;
  }
  .star-rating input {
    display: none;
  }
  .reply-form .star-rating label {
    color: #c2c2c2;
    cursor: pointer;
    transition: color 0.2s;
    font-size: 27px;
    padding-right: 5px;
}
  /* Hover and highlight all previous stars */
  .star-rating label:hover,
  .star-rating label:hover ~ label {
    color: #fca120;
  }

  /* When checked, highlight current and all previous stars */
  .star-rating input:checked ~ label {
    color: #fca120;
  }

  .reply-form label {
    margin-bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #3c3c3c;
}

.reply-form{
  background: #fff;
  padding: 20px;
}

.reply-form .btn {
    padding: 10px 40px;
    font-size: 12px;
    line-height: 21px;
    border-radius: 0;
    background: #ffffff;
    color: #001c3e;
    outline: 0 none;
    text-transform: capitalize;
    transition: 0.3s;
    white-space: nowrap;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.comments li{
  padding: 10px;
    background: #f5f5f5;
}

.product-tab .comments li span{
    color: #898989;
    font-size: 12px;
    padding-left: 0;
}

.stars-rate i{
  color: #fca120;
  padding-right: 5px;
}

.comments h5{
  margin-bottom: 2px;
}
.cart-table .table th{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}

/*---------thank you ------------*/

.thank-you .row {
    width: 60%;
    background: #fafafa;
    margin: 0 auto;
    padding: 50px;
}
.thank-you .row img{
  width: 100px;
  margin: 0 auto;
}
.thank-you .row h2{
  text-transform: uppercase;
    font-size: 32px;
    letter-spacing: 5px;
}
.thank-you p{    font-weight: 400;
    color: #4b4b4b;
    line-height: 1.5;
    margin-top: 15px;
}

.thank-you a{
    color: #d3691e;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
}

.thank-you .order-amt {
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 18px;
}
.contact-form-left{
    background: url(../images/contact.jpg);
    background-size: cover;
    padding: 65px 40px;
    background-repeat: no-repeat;
    color: #fff;
    height: 650px;
    position: relative;
    overflow: hidden;
}
.contact-form-left::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 13 28 / 86%);
    z-index: 0; /* Put behind content */
}
.contInnner{
  z-index: 9;
  position: relative;
      padding-right: 60px;
}
.contact-form-left h4, .contact-form-left p{ 
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 15px;
}

.contact-form-left .section-title span {
    margin-bottom: 0px;
    font-size: 27px;
    color: #fff;
  }

  .contact-form-left h4{
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 2px;
  }

  .contact-form-left p a{
    color: #fff;
  }

   .contact-form-left p{
    margin-bottom: 10px;
   }

  .follow-us{
    display: flex;
    margin-top: 20px;
  }

.follow-us li a i{
   color: #fff;
    padding-right: 20px;
    font-size: 27px;
}

.contact-form-left p strong{
  font-size: 16px;
}


#checkout-coupon input, .checkout-coupon_2 input{
  height: 45px;
}
.free-ship{
  font-weight: 700;
  font-size: 16px;
}
/*-------account pages-------*/

.accTabs ul {
  list-style: none;
  padding: 0;
  font-size: 16px;
}
.accTabs ul li {
  background: #001c3e;
  border-bottom: 1px solid #fff;
  padding: 10px;
  font-size: 20px;
  width: 90%;
}
.accWrap .accTabs a {
    font-weight: 300;
    color: #fff;
    font-size: 14px;
    display: block;
    letter-spacing: 1px;
    padding: 5px 0px;
    text-transform: capitalize;
}
.accWrap .accTabs a.active{
  font-weight: 500;
}
.orderInfo {
  border: 1px solid #d9d9d9;
  padding: var(--spacingLg);
  margin: var(--spacingXl) 0;
}
.orderInfo h5 {
  color: var(--primary-blue);
  font-weight: var(--weightXl);
  margin-bottom: var(--spacingXl);
}
.orderInfo p {
  margin-bottom: 0px;
  padding: 5px 10px 0;
  font-size: 14px;
  line-height: 1.8;
}
.prodImg {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.collection.listing .row img {
  width: 100px;
  max-height: 100px;
  object-fit: contain;
  margin-bottom: 20px;
}
.orderProd {
  padding: 15px;
}

.overlayFilter-content h3{
  font-size: 20px;
}

.infoSocial a img{
  width: 35px;
}

.project-image{
  padding: 5px;
}

#addAddressModal input, #addAddressModal select {
    border-radius: 0;
    padding: 10px;
    font-size: 14px;
}
.collection h3{
    font-size: 24px;
    margin-bottom: 0;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.address-detail-area{
  padding: 10px;
}
.accPage input{
  padding: 5px;
}
.accPage .button1, .button1{
    background: transparent;
    color: #000;
    padding: 9px 25px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 400;
    border: 1px solid #535353;
}

.accPage .button2, .button2{
    background: #001c3e;
    color: #fff;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 400;
    border: transparent;
}
.accPage input, .accPage select {
    padding: 10px;
    border-radius: 0;
    border: 1px solid #ccc;
    width: 100%;
    color: #5f5f5f;
}

.accPage h5{
    border-bottom: 1px solid #cacaca;
    padding: 10px;
    font-size: 14px;
    color: #151c4d;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.Billing-details {
    background: #f3f3f3;
    width: 48%;
    margin: 5px;
    padding: 20px 15px 25px;
}
.Billing-details .info p{
  font-size: 14px;
  margin-bottom: 5px;
}
.Billing-details .info{
  margin-bottom: 20px;
}
.accPage label {
    font-size: 14px;
    margin-bottom: 0;
}
.accWrap .accTabs ul li:has(a.active) {
    background: #df850c;
}

.order-table.table thead th{
    font-weight: 900;
    padding: 10px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.order-table.table tr td{
    font-weight: 500;
    padding: 10px;
    font-size: 14px;
    color: #464646;
}

.order-table.table tr td i{
  color: #df850c;
  font-size: 15px;
}

.order-Time-id {
  padding: 0px 0 15px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order-Time-id .btn{padding: 15px;}

.orderWrap {
    padding: 5px 10px 0;
}

.accPage span{
  font-size: 14px;
}

.orderProd .row {
    border: 1px solid #e3e3e3;
    padding: 10px 5px;
}

.orderProd .prodImg {
    height: auto;
}

.ordProdInfo a {
    font-size: 16px;
    font-weight: 500;
    color: #060b2c;
}

.ordProdInfo .orderWrap{
  padding: 0;
}

.returnOrder .btn {
    padding: 15px;
    margin: 5px;
    width: 100%;
}

.collection{
  margin-top: 30px;
  margin-bottom: 80px;
}


.size {
    font-size: 13px;
    background: #df850c;
    color: #fff !important;
    padding: 5px;
}
.header-right .header-login a, .header-2 .header-right .search a, .main-menu ul li > a{
  font-size: 13px;
}
.header{
  padding: 10px
}

.header-shopping-cart img{
  width: 25px;
}
.head-review {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f2f2;
    margin-bottom: 30px;
    padding: 15px;
}

.head-review h3{
  margin-bottom: 0;
}

.head-review .dtlRev{
  padding-left: 10px;
}

.head-review .dtlRev i{
  color: #fca13c
}
.video-product {position: relative;}

.video-product i {
    position: absolute;
    top: 48%;
    left: 0;
    right: 0;
    font-size: 50px;
    color: #7c7c7c;
    text-align: center;
}

.color-option .f-choose-color{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.color-option .product-menubar li{
  padding-right: 15px;
}

.product-row3{
  padding: 15px 0;
}

.product-row3 .quantity-field input{
  width: 100%;
}

.product-row2 h4{
  color: #7c7c7c;
  letter-spacing: 1px;
      font-size: 16px;
}

.color-option .product-dot span{
    width: 18px;
    height: 18px;
}

.businessForm{
    padding: 40px;
    /* border: 1px solid #dedede; */
    margin: 0 auto;
    background: #f0f0f0;
    box-shadow: 5px 4px 5px #ccc;
}
.business-forms {
    display: inline-block;
    width: 47%;
    margin: 5px 10px 0 0px;
}
.star-red{
  color:red;
}
.businessForm input::placeholder,
.businessForm select::placeholder,
.businessForm textarea::placeholder {
    color: #999; /* your desired color */
    opacity: 1;  /* ensures color is fully applied in Firefox */
}

.businessForm input, .businessForm select, .businessForm textarea{
  border-radius:0 ;
  padding: 10px;
}


.whatsapp-icon img {
    width: 45px;
}

.whatsapp-icon {
    position: fixed;
    right: 25px;
    bottom: 70px;
    z-index: 3000;
}

#return_Product input, #return_Product select, #return_Product textarea, #exchangeModal select{
  padding: 10px;
  border: 1px solid #ccc;
}

#return_Product label, .exchangeModal label{
  font-size: 13px;
}

#return_Product .modal-footer{
  padding-left: 0;
  justify-content: flex-start;
}

#sendOtpBtn {
    position: absolute;
    top: 0;
    right: 3px;
    width: 58px !important;
    padding: 10px 55px;
    height: 55px;
    font-size: 12px;
}

.register__form{
  position: relative;
}

.store-product-area {
  margin-top: 25px;
  margin-bottom: 0px;
}

.Bestsellers.Products-area {
    padding-bottom: 15px;
}

.Bestsellers.Products-area .btn{
  margin: 0 auto;
    text-align: center;
    display: flex;
    width: fit-content;
}

.ser-f-icon::before, .ser-f-icon span::after{
  margin-left: 0;
}

.our-single-service h5 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.our-single-service p {
    font-size: 14px;
    color: #777777;
    display: none;
    line-height: 1.7;
}

.product-carousel-active{
    margin: 0 auto 55px;
    text-align: center;
}

.aboutimg img{
padding: 30px;
}

.about2{
  margin-top: 50px;
}

.aboutText{
  background: #f4f4f4;
  padding: 5px;
}

.our-icon svg{
  opacity: 0.8;
  margin-bottom: 10px;
}

button.slick-prev.slick-arrow {
    width: 40px;
    position: absolute;
    bottom: -55px;
    /* left: 0; */
    background: transparent;
    border: 1px solid #ccc;
    padding: 6px;
    /* gap: 5px; */
    /* display: flex
; */
    margin-left: -50px;
}

button.slick-next.slick-arrow {
    position: absolute;
    bottom: -55px;
    width: 40px;
    /* left: 0; */
    background: transparent;
    border: 1px solid #ccc;
    padding: 6px;
    margin-left: 15px;
}

.coupon-area h2{
  margin-bottom: 20px;
}

/*------------slider-category-------------*/

.store-product-area .slick-slide {
  display: flex;
  gap: 20px; /* Spacing between slides */
}
.store-product-area .slick-slider .slick-slide {
  padding: 0 10px;
}
.store-product-area button.slick-prev.slick-arrow{
    width: 40px;
    bottom: 0x;
    background: transparent;
    border: 1px solid #000000;
    padding: 14px;
    margin-left: 50px;
}

.store-product-area  button.slick-next.slick-arrow {
    position: absolute;
    bottom: 0;
    width: 40px;
    /* left: 0; */
    background: transparent;
    border: 1px solid #000000;
    padding: 12px;
    margin-right: 45px;
}

.category-slider{
  padding-right: 12px;
}
/* Common */
.store-product-area .slick-prev,
.store-product-area .slick-next {
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  color: transparent;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

/* Left (line arrow) */
.store-product-area .slick-prev::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 3px solid black;
  border-left: 3px solid black;
  transform: rotate(-45deg);
  margin: auto;
}

/* Right (line arrow) */
.store-product-area .slick-next::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 3px solid black;
  border-right: 3px solid black;
  transform: rotate(45deg);
  margin: auto;
}

.store-product-area .slick-prev { left: 0px; }
.store-product-area .slick-next { right: 0px; }


.store-product-area .slick-prev::before,
.store-product-area .slick-next::before {
  transition: all 0.3s ease;
}

/* On hover → arrow turns red + grows */
.store-product-area .slick-prev:hover::before,
.store-product-area .slick-next:hover::before {
  border-color: rgb(21, 21, 21);
  transform: scale(1.3) rotate(-45deg); /* left */
}

.store-product-area .slick-next:hover::before {
  transform: scale(1.3) rotate(45deg); /* right */
}

.store-product-area .slick-dots li button {
  width: 9px;
  height: 9px;
  padding: 1px;
}
.store-product-area .slick-dots li button:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #777;
}

.store-product-area .card{
  border: transparent;
}

.category-slider h4 a{
  color: #000;
}
/* Responsive */
@media (max-width: 1024px) {
  .store-product-area .multiple-items {
    gap: 15px;
  }
}

@media (max-width: 768px) {
  .store-product-area .multiple-items {
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .store-product-area .multiple-items {
    gap: 5px;
  }
}
.scrolled .header-area:hover a{
  color: #000;
}

/* preloader internal css */
#preloader1 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff ;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes animate-svg-stroke {
    0% {
        stroke-dasharray: 2230px;
        stroke-dashoffset: 2230px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 2230px;
    }
}
 
@keyframes fill-color {
    0% {
        fill: transparent;
    }
    100% {
        fill: #F8A944;
    }
}
 
.star3 {
    stroke: #F8A944;
    stroke-width: 5;
    stroke-miterlimit: 10;
    fill: transparent; /* start with no fill */
 
    /* Run stroke animation first */
    animation: animate-svg-stroke 2s cubic-bezier(0.47, 0, 0.745, 0.715) infinite,
               fill-color 2s ease infinite 2s; /* starts after stroke */
}

/* preloader home css */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff ;
  
}
#preloader.fadeUp {
  opacity: 0;
  transform: translateY(-100%);
  transition: all 1s ease;
  pointer-events: none;
}

.loader {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff; 
  overflow: hidden;

}

.header-cart{
  padding-left: 20px;
}

/* Black cover layer */
.overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  animation: slideUp 2s ease forwards;
  animation-delay: 1s;
}

.text {
  position: relative;
  font-size: 80px;
  font-weight: 900;
  transform: translateY(100px);
  color: #fff;
  animation: textUp 1s ease forwards, colorSwitch 0s linear forwards;
  animation-delay: .1s, 1.5s; 
  letter-spacing: 2px;
 font-family: 'goodly-font' !important;
 text-align: center;
}

.text span{
    position: absolute;
    font-style: italic;
    top: -14px;
    left: 26%;
    font-size: 60px;
    transform: rotate(15deg);
    font-weight: 600;
}
@keyframes textUp {
  to { transform: translateY(0); }
}

/* Pull black layer upward */
@keyframes slideUp {
  to { transform: translateY(-100%); }
}

@keyframes colorSwitch {
  to { color: #000; }
}

.innerHeader{
  position: relative;
}

/*------banner points------*/

.header-area.has-classforheader.sticky-menu, .web-view{
  position: relative;
}
.web-view a {
    position: absolute;
    color: #ededed;
    font-size: 14px;
}
.web-view a::after {
    content: '';
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    animation: ripple 2s ease infinite;
    opacity: 1;
}

@keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

.web-view .point1 {
    top: 50%;
    left: 57%;
}
.web-view .point2 {
    top: 40%;
    left: 38%;
}

.web-view .point3 {
    top: 45%;
    left: 48%;
}

.web-view .point4 {
    top: 35%;
    left: 70%;
}
.web-view .point5 {
    top: 35%;
    left: 30%;
}

.totalItems{
  padding-left: -15px;
}

/* cart rotate */

  .rotate3d {
      perspective: 1000px;
      width: 25px;
      height: auto;
      position: relative;
      top: -25px;
      left: -25px;
    }
 
    .rotate3d-inner {
      width: 100%;
      height: 100%;
      position: relative;
      transform-style: preserve-3d;
      animation: spin3d 3s linear infinite;
    }
 
    .rotate3d img {
      position: absolute;
      width: 100%;
      height: auto;
      top: -5px;
      left: 0;
      backface-visibility: hidden;
    }
 
    .rotate3d img.back {
      transform: rotateY(180deg); /* backside */
    }
 
    @keyframes spin3d {
      from { transform: rotateY(0deg); }
      to   { transform: rotateY(360deg); }
    }

    .pagination-wrapper > nav > div + div .active>.page-link, .page-link.active {
    background-color: #1a1132 ;
    color: #fff;
    border-color: #1a1132;
  }
  .pagination-wrapper .page-link{
    color: #1a1132 ;
  }

  .pagination-wrapper > nav > div + div {
    flex-direction: column;
}

.Sale-Products-active button.slick-prev.slick-arrow{
   height: 37px;
    top: 45%;
    bottom: 0;
    left:20px
}

.Sale-Products-active button.slick-next.slick-arrow{
   height: 37px;
    top: 45%;
    bottom: 0;
    right: -30px;
}

.register-email-message{
  color: red;
}

.no-result{
    border: 1px solid #ccc;
    width: 98%;
    margin: 0 auto;
    font-size: 18px;
    padding: 20px;
}
.copyBtn .fa.fa-check::before{
  content: 'code copied';
  font-size: 12px;
  color: rgb(3, 113, 3);
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  text-transform: capitalize;
  font-size: 14px;
}

.product-row1 ul li, .attrP{
  color: #111;
    display: flex;
    gap: 5px;
    align-items: baseline;
    margin-top: 5px;
  margin-bottom: 2px;
}

.attrD{
  color: #777777;
}

#passwordForm .toggle-password{
  top: 55%;
  right: 30px;
}

