@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Outfit:wght@100..900&display=swap');
body {
  width: 100%;
  height: 100%;
  font-family: Outfit;
  font-size: 16px;
  background: #f5f5f5 url(../image/floralbg.jpg) center top repeat scroll;
}
a {
    color: #163039;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}
/* content */
#content, #column-left, #column-right {
  padding-bottom: 730px;
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 400px;
    margin-top:10px;
  }
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* top */
#top {
  background: rgb(0,0,0);
background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 37%, rgba(48,99,95,1) 66%, rgba(52,139,133,1) 84%, rgba(48,99,95,1) 100%);
background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 37%,rgba(48,99,95,1) 66%,rgba(52,139,133,1) 84%,rgba(48,99,95,1) 100%);
background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 37%,rgba(48,99,95,1) 66%,rgba(52,139,133,1) 84%,rgba(48,99,95,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#30635f',GradientType=1 );
  margin-bottom: 0px;
  position: relative;
  padding-bottom: 5px;
}
#top ul.list-inline {
  margin-bottom: 0;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}
/* logo */
#logo {
  text-align: center;
  margin: 7px 0 7px 0;
}
#logo img {
  /*max-width: 200px;*/
}
@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
  margin-bottom: 10px;
}
#cart .btn {line-height: 18px;color: #fff!important;background:none;border:0;
box-shadow:none;}
#cart .img-thumbnail {
  min-width: 100px;
}
#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}
#cart .dropdown-menu {
  background: #eee;
}
#cart .dropdown-menu li {
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
.menu-bg {background-color: #213c3a;}
#menu {
  min-height: 40px;
  border-radius: 4px;
  padding: 0 1rem;
  margin-bottom: 20px;
}
#menu .nav > li > a {
  color: #fff;
  /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
  padding: 15px 15px 15px 5px;
  min-height: 15px;
  background-color: transparent;
  text-transform:uppercase;
  font-size:15px;
  font-weight:600;
}
#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  background-color: transparent;
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}
#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}
@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
footer {
  border: 1px solid #000000;
  position: absolute;
  bottom: -1px;
  width: 100%;
  color: #e2e2e2;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #ccc;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
footer h5 {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* breadcrumb */
.breadcrumb {
  display: none;
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-tertiary-bg);
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 29px;
  height: 29px;
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.product-thumb {
  border: 1px solid #ddd;
  position: relative;
  height: 100%;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 5px 0;
  background: #fff;;
  /*margin-bottom: 45px;*/
}
.description h4 a {
  font-weight: bold;
  font-size: 15px;
  color: #5b5959;
}
.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}
.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% -  15px);
    margin-left: 15px;
  }
}
.rating .fa-stack {
  width: 20px;
}
.rating .fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 600;
  color:##193b38;
}
.price-old {
  color: #cb6526;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}
header {
  background: rgb(0,0,0);
background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 37%, rgba(48,99,95,1) 66%, rgba(52,139,133,1) 84%, rgba(48,99,95,1) 100%);
background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 37%,rgba(48,99,95,1) 66%,rgba(52,139,133,1) 84%,rgba(48,99,95,1) 100%);
background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 37%,rgba(48,99,95,1) 66%,rgba(52,139,133,1) 84%,rgba(48,99,95,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#30635f',GradientType=1 );
}
.toplinks li a {color:#fff;font-size:16px;}
.toplinks {margin-top: 5px;}
.search-btn-bg {
  background-color: #102a4d;
  border: 1px solid #102a4d;
  border-radius: 0 10px 10px 0;
  color: #000;
  cursor: pointer;
  font-weight: 600;
  line-height: 17px;
  padding: 6px 12px;
  position: absolute;
  text-transform: uppercase;
  font-family: 'Outfit', sans-serif;
  font-size: 12px;
  /*margin-top: -1px;*/
}
.search-btn-bg i {color:#fff;}
.dropdown-column-2 .dropdown-inner {
  display: flex;
}
.dropdown-column-2 ul {
  width: 50%;
}
/* === HEADING STYLE #1 === */
.one h1 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
  font-size: 20px;
}
.one h1:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  background-color: #213c3a;
}
.one h1:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 10px;
  left: 50%;
  margin-left: -50px;
  background-color: #213c3a;
}
.anchortag li a {color:#000;}
.foot-bg {
	background: rgb(0,0,0);
	background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 37%, rgba(48,99,95,1) 66%, rgba(52,139,133,1) 84%, rgba(48,99,95,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 37%,rgba(48,99,95,1) 66%,rgba(52,139,133,1) 84%,rgba(48,99,95,1) 100%);
	background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 37%,rgba(48,99,95,1) 66%,rgba(52,139,133,1) 84%,rgba(48,99,95,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#30635f',GradientType=1 );
	padding-top: 10px;
	padding-bottom: 10px;
	}
  footer hr {border-top: none;border-bottom: 1px solid #666;}
footer a {color: #fff;}
footer address a {color: #000;}
footer a:hover {color: #fff;}
footer h5 {font-family: 'Outfit', sans-serif;font-size: 18px;color: #000;margin-top:20px;text-transform:uppercase;}
.contacts_right p {font-size:17px;color:#fff;line-height:30px;}
.foot-bg h5 {color:#fff;}
.footer-copy {background-color: #f7ac46;/*margin-top:30px;*/}
.footer-copy p {color:#fff;margin-bottom:0;}
.footer-copy p a {color:#fff;}
.ptb-10 {padding: 10px 0;}
footer .list-unstyled li {line-height:28px;}
footer .list-unstyled li a {font-size:17px;}
footer .list-unstyled li a:hover {color:#fff;}
.prod-name {color:#b63b3d;}
.copyright-content address {margin-bottom: 10px;color: #000;font-weight:400;}
.footer-bottom .copyright-content {padding-top: 8px;text-align: left;}
.footer-bottom .payment-content {text-align: right;}
.stockcolor {color:#fff;background:#31726d;font-weight:bold;margin-bottom: 5px;}
.datecolor {color:#BDBDBF;}
.warn {color:#fff;background:#193b38;font-size:16px;border-radius:50px;}
.arrival_stock {color:#000;}
.text-dark  {color:#000!important;}
.text-dark a {color:#000;}
h1 {
    font-size: 19px!important;
    font-weight: normal;
    color: #000;
}
.input-group .form-control[name^=quantity] {
    min-width: 90px;
    height: 40px;
    font-size: 15px;
    font-weight: 600;
}

.product-thumb .product-item{position:relative;-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-ms-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;background:#fff;box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;}
.product-thumb .product-item .image{position:relative;text-align:center;}
.product-thumb .product-item .image a{display:block;position:relative;}
.product-thumb .product-item .caption{text-align: center;padding: 0.3rem 0 0 0;}
.product-thumb .product-item .caption > .inner {position: relative;}
.product-thumb .product-item .caption .price {}
.product-thumb .product-item .caption .rating{margin-bottom: 1.2rem;}
.product-thumb .product-item .manufacture-product{
	margin:0;
}
.product-thumb .product-item .manufacture-product a{font-size: 1.2rem;font-weight: 400;color: #929292;text-transform: capitalize;font-family: var(--heading-font);}
.product-thumb .product-item .manufacture-product a:hover{color: var(--link-hover-color);}
.product-thumb .product-item .category-options{display:block;clear:both;}
.product-thumb .product-item .caption h4{margin-bottom: 5px;margin-top: 0;}
.product-thumb .product-item .caption h4 a{
	font-size: 17px;
    color: var(--heading-color);
    font-weight: 400;
    text-transform: capitalize;
    font-family: var(--main-font);
    line-height: 1;
}
.product-thumb .product-item .caption h4 a:hover{color:var(--link-hover-color);}
.product-thumb  .button-group{position:absolute;text-align:center;z-index:3;right: 0;left: 0;bottom: 0;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;-ms-transition: all 300ms ease-in-out;-o-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;opacity: 0;}
.product-thumb  .button-group > .inner {background: #fff;padding: 0px;border-radius: 3rem;-webkit-box-shadow: 0 2px 3px 1px rgba(0,0,0,0.1);box-shadow: 0 2px 3px 1px rgba(0,0,0,0.1);display: inline-block;vertical-align: top;}
.product-thumb .image button{}
.product-thumb .product-item:hover .button-group {opacity: 1;bottom: 2rem;}
.product-thumb .button-group button{width:auto;border:none;display: inline-block;vertical-align: top;width: 3.3rem;line-height: 1;height: 3.3rem;padding:0;background-color:#fff;color: #222222;font-size: 1.6rem;font-weight:normal;border-radius:100%;-webkit-border-radius:100%;}
.product-thumb .button-group button:hover{background: #22857f;color: #fff;}
.product-thumb .button-group button span{display:none;}
.product-thumb .button-group button:before{
	font-family: "Linearicons-Free";
    display: inline-block;
    vertical-align: middle;
    line-height: inherit;
    font-weight: normal;
}
.product-thumb .button-group button:last-child{margin:0 !important;}
.product-thumb .button-group button.button-wishlist:before{content:"\e813";}
.product-thumb .button-group button.button-compare:before{content:"\e862";}
.product-thumb .product-item .button-quickview:before{content:"\e86f";}
.product-thumb button.button-cart:before {content:"\e82e";}
.product-thumb[data-swiper-row="1"] > .grid-style,
.product-thumb[data-swiper-row="2"] > .grid-style,
.product-thumb[data-swiper-row="3"] > .grid-style,
.product-thumb[data-swiper-row="4"] > .grid-style,
.product-thumb[data-swiper-row="5"] > .grid-style,
.product-thumb[data-swiper-row="6"] > .grid-style{margin-top:3.4rem;}
.product-thumb .list-style { display:inline-block; width:100%; }
.list-style .product-item .caption{padding-left: 1.5rem;padding-top: 0;text-align: left;}
.product-thumb .list-style .button-group {text-align: left;/*! bottom: -1rem; */}
.product-thumb .list-style .product-item:hover .button-group {bottom: -1.8rem;}
.product-thumb .list-style .product-item .price .price-old {font-size: 1.2rem;}
.product-thumb .list-style .product-item .rating,.product-thumb .list-style .product-item .price {-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;-ms-transition: all 300ms ease-in-out;-o-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.product-thumb .list-style .product-item:hover .rating,.product-thumb .list-style .product-item:hover .price {opacity: 0;}
.product-thumb[data-swiper-row="1"] > .list-style,
.product-thumb[data-swiper-row="2"] > .list-style,
.product-thumb[data-swiper-row="3"] > .list-style,
.product-thumb[data-swiper-row="4"] > .list-style,
.product-thumb[data-swiper-row="5"] > .list-style,
.product-thumb[data-swiper-row="6"] > .list-style{margin-top: 2rem;}
.product-info-details > .inner {
	padding:1.5rem 1.5rem 1.5rem;
	border:1px solid #26706b;
	border-radius:1rem;
}
.product-info-details #button-cart{width:100%;font-size: 16px;padding: 10px;line-height: 20px;border-radius: 50px;-webkit-border-radius: 50px;text-transform: uppercase;font-weight:400;background:#218b85;}
.product-info-details .input-group #input-quantity{
	width: 40px;
    height: 40px;
    text-align: left;
    font-size: 16px;
    color: #201e1e;
    margin: 0;
    margin-right: 0;
    border: 0;
}
.inner a img {padding:5px;}
.popover__wrapper {
  position: relative;
  display: inline-block;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.popover__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -10px;
  left: 40px; /* show to right of thumbnail */
  background-color: #fff;
  padding: 8px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
  z-index: 999;
}

.popover__content img {
  width: 120px;   /* control size */
  height: auto;
  display: block;
}

.popover__wrapper:hover .popover__content {
  opacity: 1;
  visibility: visible;
}
.product-thumb .image img {padding:5px;}
.product-thumb {background: #fff;box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;}
.product-title {text-align: center;}