* {
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
}

body {
  background: white;
  color: #000;
}

#logo {
  width: 150px;
  margin: 5px;
  text-align: left;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  padding: 5px 20px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: fff;
  text-decoration: underline;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.slider img {
  width: 100%;
  height: auto;
  padding: 10px;
  object-fit: cover;
}

.slider span {
  text-align: center;
}

#viewitem a {
  text-decoration: none;
  font-weight: bold;
  background-color: #fff;
  padding: 10px;
  color: #ffffff;
}

.shipping img {
  margin: 7px 20px;
  height: 40px;
  transition: all 1s;
}

.shipping img:hover {
  rotate: 30deg;
}

#shippingspan h4 {
  font-size: 18px;
  font-weight: 600;
}

#shippingspan h5 {
  font-size: 14px;
  font-weight: 300;
}

.fourbox {
  border-top: 1px groove rgb(150, 150, 150);
  border-bottom: 1px groove rgb(150, 150, 150);
}

/* --------masonary css */

figure {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 30px;
  break-inside: avoid;
  position: relative;
}

figure>img {
  grid-row: 1 / -1;
  grid-column: 1;
}

figure a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

figcaption {
  background-color: rgba(78, 77, 77, 0.5);
  padding: .2em .5em;
  position: absolute;
  bottom: 20px;
  left: 20px;
  visibility: hidden;
}

.container-gallery {
  column-count: 4;
  column-gap: 30px;
  row-gap: 0px;
}

figure:hover figcaption {
  visibility: visible;
}

/* -----for footer */

.footer {
  margin: 10%;
  border-top: 1px solid rgb(211 208 208);
  background: #fff;
}

#ftrlogo {
  width: 150px;
  padding: 0px;
  margin: 0px 0px 20px;
  filter: invert(1);
}

.footerone h4 {
  padding: 0px;
  margin: 20px 0 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

.social-icons {
  display: flex;
  gap: 30px;
  margin: 20px 0px 0px;
  justify-content: left;
  align-items: center;
}
.social-icons a:hover img {
  transform: translate(0, 5px);
}
.social-icons img {
  transform: translate(0, 0);
transition: 0.5s all;
  width: 35px;
}
.social-icons a i {
  color: #fff;
  transition: .5s all;
}

.social-icons a:hover i {
  transform: translateY(-10px);
  transition: .5s all;
}

#socialicon {
  width: 40px;
  padding: 10px;
  margin: 5px;
  margin-top: 3%;
  border-radius: 20%;
}

#socialicon:hover {
  transition: all 1s ease-in;
  cursor: pointer;
  background-color: rgb(172, 165, 165);
}

.email-box {
  width: 100%;
  display: flex;
  gap: 5px;
}

#email {
  width: 250px;
  padding: 7px;
  border: 1px solid #fff !important;
  border-radius: 0px;
}

#email:focus-visible {
  outline: none;
}

#sbscrbtn {
  padding: 10px;
  font-weight: 500;
  background-color: #fff;
  color: #000;
  border: none;
  line-height: 1.2;
  text-decoration: none;
  height: 40px;
  transition: all 1s;
}

#sbscrbtn:hover {
  background-color: #ffffff;
  color: #000000;
  border: none;
  transition: all 1s;
}
.footertwo {
  padding: 0 8% 0 0;
}
.footertwo h4 {
  padding: 16px;
  font-size: 20px;
  font-weight: bold;
}

.footertwo ul {
  padding: 10px;
}

.footertwo li {
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  color: #74787C;
}

.footertwo li:hover {
  color: #131212;
  cursor: pointer;
}

.footerthree ul {
  padding: 0px;
  margin: 0;
}

.footerthree li {
  padding: 0px 0px 16px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.footerthree a {
  color: #000;
  text-decoration: none;
}
.footerthree li i {
  margin-right: 10px;
}

.footerthree li:last-child {
  padding: 0;
}

.footer h4 {
  padding: 0px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
}

.footertwo i {
  padding: 0px 15px;
}

#ftrline {
  color: #74787C;
  text-align: center;
  padding: 16px;
  margin: 0px;
}

.header-img {
  padding: 25px 25px 25px 35px;
  position: sticky;
  top: 0px;
}

.header-img img {
    border-radius: 10px;
  height: 100%;
  object-fit: cover;
}

.heading-title {
  font-weight: 700;
  letter-spacing: 3.2px;
}

.header-details ul li {
  text-transform: uppercase;
  font-size: 20px;
}

.header-details h1+ul li {
  gap: 15px;
  padding: 5px 0px;
  border: 1px solid #00000026;
  border-left: none;
  border-right: none;
}

.header-details h1+ul li:first-child {
  border-top: none;
}

.suitable-txt ul li {
  gap: 20px;
  padding: 0px 0px 12px;
  border-bottom: 1px solid #fbfbfb26;
}

.header-details ul li .title {
  width: 50%;
}

.header-details ul li i {
  padding: 0 10px 0 0px;
  font-size: 20px;
}

.header-details ul .only-icons .product-detail-title {
  text-align: left;
}

.header-details ul .icon-with-details:first-child {
  margin-bottom: 15px;
}

.header-details ul .icon-with-details:last-child .title {
  width: 35%;
}

.header-details ul .icon-with-details:last-child .topics {
  width: 65%;
}

.header-details ul .product-detail-title,
.header-details ul .icon-with-details .title,
.header-details ul .only-icons .product-detail-title {
  width: 35%;
  text-align: left;
}

.header-details ul .icon-with-details .topics {
  width: 65%;
  display: grid;
  gap: 5px;
  justify-content: left;
}

.header-details ul .icon-with-details .topics .product-detail-value {
  white-space: nowrap;
}

.product-detail-value img {
  height: 25px;
  padding: 0 5px 0 0;
  width: 35px;
  object-fit: contain;
}

.header-details ul li span.product-detail-value {
  text-align: left;
  width: 50%;
}

.header-details ul {
  padding: 0;
}

.header-details {
  width: 100%;
}

.suitable-txt .header-details ul li span.product-detail-title {
  text-align: left;
  position: absolute;
}

.suitable-txt .header-details ul li i {
  padding: 0 5px 0 10px;
  font-size: 20px;
}

.suitable-txt .header-details ul li span.product-detail-value {
  text-align: left;
  width: 100%;
  font-size: 15px;
  text-transform: capitalize;
  line-height: 2;
}

.instruction-text {
  font-size: 15px;
  padding: 0px 0px 0px 20px;
}

.instruction-text ul {
  padding: 0;
}

.instruction-text ul li {
  text-align: left;
  width: 100%;
  font-size: 15px;
  text-transform: capitalize;
  line-height: 1.7;
  padding: 5px 0px;
  border-bottom: 1px solid #fbfbfb26;
}

.instruction-text ul li:last-child {
  border: none;
}

.colour-txt {
  text-transform: capitalize;
  font-size: 16px;
  border: 1px solid #fff;
  width: 100%;
  border-radius: 20px;
  padding: 10px;
  margin: auto;
}

.logo-img {
  width: 50%;
  margin: auto;
  align-items: center;
  display: flex;
}

.product-detail-value img {
  height: 20px;
  padding: 0 5px 0 0
}

.pe-50 {
  padding: 0px 120px 0px 80px;
}

input:focus~label,
textarea:focus~label,
input:valid~label,
textarea:valid~label {
  -webkit-transition: all 0.225s ease;
  transition: all 0.225s ease;
  display: none;
}

.styled-input {
  width: 293px;
  margin: 0px 0px 15px;
  position: relative;
  border-radius: 4px;
  -webkit-transition: all 0.225s ease;
  transition: all 0.225s ease;
}

/* ---- .grid-item ---- */
.grid {
  width: 100%;margin: 0 auto;
}
.grid-item {
  float: left;
  width: 23%;
  background: #000;
  margin-bottom: 2%;
  transition: 0.5s all;
}

.grid-item  .img-fluid {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.grid-item:hover span {
  background: rgb(0 0 0 / 100%);
}
.grid-item span{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background: rgb(0 0 0 / 50%);
  transition: 0.5s all;
}
.grid-item span a{
  color: #fff;
  text-decoration: none;
}

.grid-item--height2 { height: 200px; }
.grid-item--height3 { height: 240px; }

.styled-input label {
  color: #999;
  padding: 0px 10px 10px;
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transition: all 0.225s ease;
  transition: all 0.225s ease;
  pointer-events: none;
}

input,
textarea {
  padding: 10px;
  border: 0;
  width: 100%;
  font-size: 1rem;
  background-color: #2d2d2d;
  color: white;
  border-radius: 4px;
}

input:focus,
textarea:focus {
  outline: 0;
}

input:focus~span,
textarea:focus~span {
  width: 100%;
  -webkit-transition: all 0.075s ease;
  transition: all 0.075s ease;
}

textarea {
  width: 100%;
  min-height: 10px;
}

/* .input-container {
  width: 650px;
  max-width: 100%;
  margin: 0px auto;
} */

a .submit-btn {
  padding: 7px 35px;
  border: none;
  border-radius: 60px;
  display: inline-block;
  background-color: #000;
  color: white;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06),
    0 2px 10px 0 rgba(0, 0, 0, 0.07);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid #fff;
}

a .submit-btn:hover {
  transform: translateY(1px);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.10),
    0 1px 1px 0 rgba(0, 0, 0, 0.09);
}

input[type=checkbox]+label {
  color: #ccc;
  font-style: italic;
}

input[type=checkbox]:checked+label {
  color: #f00;
  font-style: normal;
}

body {
  overflow-x: hidden;
}
.navbar-toggler {
  background: #fff;
}

.navbar {
  background-color: #000;
}
.Grid-item{
  list-style-type: none;
}
.collection-image{
  border-radius: 10px;
  height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  margin-left: 75px;
}
.collection-content {
  border-radius: 10px;
  border: solid 1px #d1d1d1;
  height: 100%;
  background: #fff;
  width: 75%;
  position: relative;
  padding: 70px 50px;
}
.collection-content a{
  text-decoration: underline;
  color: #000;
}
.body-width {
  --doc-width: 100%;
}

.collection-main {
  margin: 0 auto;
  width:fit-content;
}
.section-count{
  position: absolute;
    right: 30px;
    top: 20px;
}
.Grid-item{
  margin-top: 50px;
}
.slick-slide img{
  border: solid 1px #eee;
  padding: 0px;
}
.main-image-section {
  background: url(../images/main-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 350px;
  background-color: rgb(28 28 31 / 100%);
  background-blend-mode: multiply;
}
.main-image-section img{
  width: 450px;
}

.product-detail-table table, th, td{
    border: 2px solid lightgray;
}

.product-detail .main-image-section {
    height: fit-content;
    padding: 10px 0px;
}
.product-detail .main-image-section img{
    width: 150px;
}

@media(max-width:576px){
    .header-img img{
        height:300px;
    }
}

.section-header{
    overflow: hidden;
}

@media(max-width:767px){
    .w-md-100 {
        width: 100% !important;
    }
}

.paragraph {
    max-width: 950px;
}

@media (max-width: 767px) {
    .paragraph {
        width: 100% !important;
    }
}
