body, html {
    overflow-x: clip;
	margin: 0;
	padding: 0;
	background: #ffffff;
	background-color: #ffffff;
	scroll-behavior: smooth;
	line-height: 1.4;
  font-family: Marcellus;
}
a, a:hover {
	text-decoration: none !important;
    display: inline-block;
    font-weight: 400;
}
ol, ul {
	margin: 0;
    padding: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	margin-bottom: 0;
}
.align-center {
	align-items: center;
}
.text-right {
	text-align: right;
}
.text-center {
    text-align: center;
}
.al-section {
	padding: 100px 0;
	z-index: 2;
	position: relative;
}

.main-title {
    text-align: center;
    color: #000000;
    font-family: Marcellus;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.main-title:after {
    position: absolute;
    background: #5f7d8c;
    height: 1px;
    width: 70px;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    margin: auto;
}
.description {
    color: #868686;
    margin: 0;
    font-size: 15px;
}
.description a {
    color: #868686;
}
.description a:hover {
    color: #000;
}
.go-to-top {
    display: flex !important;
    z-index: 9;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    opacity: 0;
    pointer-events: none;
    transition: .5s;
    background: #9e9e9ec2;
    position: fixed;
    bottom: 16px;
    right: -3px;
    height: 43px;
    width: 46px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
}
.go-to-top.active {
    bottom: -20px;
    pointer-events: auto;
    opacity: 1;
    transform: translateY(-55px);
    text-decoration: none;
    color: #fff;
    background: #5f7d8cbd;
}


/* start main style */

.header {
  margin-bottom: 0;
  position: relative;
  z-index: 9999;
  background: transparent;
}
.header .header-top {
  border-bottom: 1px solid #e6e6e6;
  background-color: #f1f1f1;
  padding: 10px 0;
}
.header-top .phone,
.header-top .email {
  display: inline-block;
  font-size: 14px;
}
.header-top .email {
    position: relative;
    margin-left: 15px;
    padding-left: 20px;
}
.header-top .email:before {
    position: absolute;
    content: "";
    left: 0;
    background: #e2e2e2;
    width: 1px;
    height: 18px;
    top: calc(50% - 9px);
}
.header-top .phone i,
.header-top .email i {
    margin-right: 10px;
    font-size: 14px;
    position: relative;
    color: #5f7d8c;
}
.header-top a,
.header-top a:hover {
  color: #5f7d8c;
}
.header-top .topbar-right {
    text-align: right;
}
.header-top .social-link {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-top .social-link li {
  display: inline-block;
    text-align: center;
    margin: 0 13px;
    font-size: 14px;
}
.header-top .social-link li:first-child {
    margin-left: 0;
}
.header-top .social-link li:last-child {
    margin-right: 0;
}
.header-nav {
    box-shadow: 0 5px 10px #00000012;
    background-color: #fff;
}
.header-nav .navbar-brand {
  padding: 0;
}
.header-nav .navbar-brand .logo {
  height: 80px;
}
.header-nav .navbar .navbar-nav li {
    position: relative;
    display: table;
    float: left;
    padding: 0 20px;
    line-height: 24px;
}
.header-nav .navbar .navbar-nav li:last-child {
    padding-right: 0;
}
.header-nav .navbar .navbar-nav li a, 
.header-nav .navbar .navbar-nav .nav-link {
      padding: 0;
    text-transform: uppercase;
    color: #5f7d8c;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: inline-block;
}
.header-nav .navbar .navbar-nav li a:before, 
.header-nav .navbar .navbar-nav .nav-link:before {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #5f7d8c;
    opacity: 0;
    visibility: hidden;
}
.header-nav .navbar .navbar-nav li:hover a:before, 
.header-nav .navbar .navbar-nav li a.active:before, 
.header-nav .navbar .navbar-nav li:hover .nav-link:before,
.header-nav .navbar .navbar-nav .nav-link.active:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.header-nav .navbar .navbar-nav li .dropdown-menu {
      display: block;
          position: absolute;
          top: 100%;
    z-index: 9999;
        background: #fff;
        opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .1s linear,transform .1s linear;
    transition: opacity .1s linear,transform .1s linear;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
        box-shadow: 0 0 2px rgba(0,0,0,.1);
        padding: 22px 0;
}
.header-nav .navbar .navbar-nav li .dropdown-menu.show {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: translate(0) !important;
    transform: translate(0) !important;
    display: block;
}
.header-nav .login-register ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-nav .login-register ul li {
    display: inline-block;
    margin-left: 15px;
}
.header-nav .login-register ul li a {
  padding: 0;
    text-transform: uppercase;
    color: #5f7d8c;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    display: inline-block;
}
.header-nav .login-register ul li span {
    color: #5f7d8c;
    font-size: 14px;
    margin: 0 8px;
}
.header-nav .search-box {
      margin-top: 5px;
}
.header-nav .search-box .search-toggle {
  cursor: pointer;
}
.header-nav .search-box .search-toggle i {
    padding: 0;
    color: #5f7d8c;
    font-size: 20px;
    position: relative;
}
.header-nav .search-box .dropdown-search {
    text-align: left;
    width: 380px;
    padding: 30px 20px;
    background: #fff;
    border: 1px solid #f3f3f3;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(60px) !important;
    transform: translateY(60px) !important;
    z-index: 10001;
    left: auto !important;
    right: 0 !important;
    top: 45px !important;
    box-shadow: 0 5px 5px 0 rgba(50,50,50,.2);
}
.header-nav .search-box .dropdown-search.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(30px) !important;
    transform: translateY(30px) !important;
}
.header-nav .search-box .dropdown-search .search-box {
    max-width: 350px;
    margin: 0 auto;
    width: 100%;
    color: #000;
    position: relative;
    text-align: left;
}
.header-nav .search-box .dropdown-search .search-box:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 45px;
    z-index: -1;
    border: 1px solid #dadada;
}
.header-nav .search-box .dropdown-search .search-box #searchsubmit {
    background: transparent;
    color: #000;
    font-size: 0;
    float: left;
    width: 43px;
    height: 43px;
    border: 0;
}
.header-nav .search-box .dropdown-search .search-box #searchsubmit i {
    font-size: 18px;
}
.header-nav .search-box .dropdown-search .search-box input[type=text] {
    background: transparent;
    padding: 0;
    border: 0;
    display: inline-block;
    width: calc(100% - 43px);
    line-height: 43px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    float: left;
    outline: none;
}
.header-nav .search-box .dropdown-search .search-box .result-search-products-content {
    display: none;
}
.header-nav .search-box .dropdown-search .search-box .result-search-products {
    display: none;
    z-index: 10;
    max-height: 300px;
    overflow-y: auto;
    padding: 30px 5px;
    overflow-x: hidden;
    list-style: none;
}
.header-nav .navbar button.navbar-toggler {
      padding: 0;
    border: none;
    box-shadow: none;
    width: 35px;
    height: 35px;
    position: relative;
}
.header-nav .navbar button.navbar-toggler span {
      background-image: none;
    width: auto;
    height: auto;
}
.header-nav .navbar button.navbar-toggler:before, 
.header-nav .navbar button.navbar-toggler:after {
  content: "";
    position: absolute;
    display: block;
    border-top-width: 2px;
    border-top-style: solid;
    left: 0;
    right: 0;
    top: 10%;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    -webkit-transform-origin: 50% 1px;
    -moz-transform-origin: 50% 1px;
    -ms-transform-origin: 50% 1px;
    transform-origin: 50% 1px;
    border-top-color: #181818;
        -webkit-transition: all 280ms ease;
    -moz-transition: all 280ms ease;
    transition: all 280ms ease;
}
.header-nav .navbar button.navbar-toggler:after {
    top: auto;
    bottom: 10%;
}
.header-nav .navbar button.navbar-toggler span:before {
    content: "";
    position: absolute;
    display: block;
    border-top-width: 2px;
    border-top-style: solid;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -1px;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    border-top-color: #181818;
        -webkit-transition: all 280ms ease;
    -moz-transition: all 280ms ease;
    transition: all 280ms ease;
}
.header-nav .navbar button.navbar-toggler[aria-expanded="true"]:before, 
.header-nav .navbar button.navbar-toggler[aria-expanded="true"]:after {
  top: -webkit-calc(50% - 1px);
    top: -moz-calc(50% - 1px);
    top: calc(50% - 1px);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header-nav .navbar button.navbar-toggler[aria-expanded="true"]:after {
  bottom: -webkit-calc(50% - 1px);
    bottom: -moz-calc(50% - 1px);
    bottom: calc(50% - 1px);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.header-nav .navbar button.navbar-toggler[aria-expanded="true"] span:before {
  -webkit-transform: scaleX(0) !important;
    -moz-transform: scaleX(0) !important;
    -ms-transform: scaleX(0) !important;
    transform: scaleX(0) !important;
}
.header-nav .navbar .navbar-brand-mobile,
.header-nav .navbar .header-top-mobile {
  display: none;
}


.footer {
  background-color: #F6F6F6;
}
.footer-newslatter {
  background-color: #5f7d8c;
  padding: 35px 0;
}
.footer-newslatter .row {
  align-items: center;
}
.footer-newslatter .newslatter-text {
  padding-left: 75px;
  position: relative;
}
.footer-newslatter .newslatter-text img {
  height: 52px;
    position: absolute;
    color: #fff;
    left: 0;
    top: 3px;
}
.footer-newslatter .newslatter-text .main-text {
      margin: 0;
    position: relative;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: Marcellus;
    align-items: center;
    font-weight: 400;
    color: #fff;
    margin-bottom: 5px;
}
.footer-newslatter .newslatter-text .p-praf {
      margin: 0;
    color: #fff;
}
.footer-newslatter form {
    width: 100%;
    max-width: 600px;
    border: 0;
   /*  background: #fff; */
    margin: auto;
    display: flex;
}
.footer-newslatter form .input-text {
  width: 100%;
}
.footer-newslatter form .input-text input {
  width: 100%;
    border: 0;
    padding-left: 25px;
    height: 55px;
    line-height: 55px;
    font-size: 14px;
  background-color: #fff;
}
.footer-newslatter form .input-btn input {
  border: 0;
    padding: 0 40px;
    background: #000;
    height: 55px;
    line-height: 55px;
    font-family: Marcellus;
    letter-spacing: .1em;
    position: relative;
    top: 0;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}
.footer-area {
  padding: 35px 0;
  border-bottom: 1px solid #e6e6e6;
}
.footer-area .footer-content {
  padding: 15px 0;
}
.footer-area .footer-content .footer-content-title {
  font-family: Marcellus;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #000;
    font-weight: 600;
    margin-bottom: 25px;
}
.footer-area .footer-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-area .footer-content ul li {
      margin-bottom: 10px;
    line-height: 1.8;
    font-size: 15px;
    color: #868686;
}
.footer-area .footer-content ul li:last-child {
  margin: 0;
}
.footer-area .footer-content ul li strong {
  color: #000;
  margin-right: 8px;
}
.footer-area .footer-content ul li a {
  color: #868686;
}
.footer-area .footer-content ul li a:hover {
    color: #000;
}
.footer-bottom {
  padding: 15px 0;
}
.footer-bottom .row {
  align-items: center;
}
.footer-bottom .company-copyright {
      font-size: 15px;
    color: #868686;
    font-weight: 400;
    margin: 0;
}
.footer-bottom .company-copyright a {
      font-size: 15px;
    color: #000;
    font-weight: 600;
}
.footer-bottom  .img-area {
  text-align: right;
}






.home-slider-area {
  margin-top: 40px;
}
.home-slider-area .owl-home-slider .item,
.home-slide-rightside {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.home-slider-area .owl-home-slider .item .overlay,
.home-slide-rightside .overlay {
    background: #000;
    opacity: 0.4;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}
.home-slider-area .owl-home-slider .item .img-box img {
    height: 528px;
    object-fit: cover;
    object-position: left;
}
.home-slider-area .owl-home-slider .box-content {
    position: absolute;
    display: block;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
}
.home-slider-area .owl-home-slider .box-content .row {
    align-items: center;
    height: 100%;
}
.home-slider-area .owl-home-slider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 40px;
    margin: 0;
}
.home-slider-area .owl-home-slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #ffffff36;
    cursor: pointer;
    box-sizing: content-box;
    border-radius: 50%;
}
.home-slider-area .owl-home-slider .owl-dots .owl-dot:hover span,
.home-slider-area .owl-home-slider .owl-dots .owl-dot.active span {
    width: 10px;
    height: 10px;
    background: #fff;
    cursor: pointer;
    box-sizing: content-box;
    border-radius: 50%;
}
.home-slider-area .box-content .banner-text {
  text-align: center;
}
.home-slider-area .box-content .banner-text .save-up {
  font-family: Marcellus;
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 3px;
    margin-bottom: 10px;
}
.home-slider-area .box-content .banner-text .main-text {
          font-family: Marcellus;
    color: #fff;
    font-weight: 400;
    font-size: 38px;
    letter-spacing: 3px;
    margin-bottom: 30px;
}
.home-slider-area .box-content .banner-text .collection-btn {
  font-family: Marcellus;
    color: #fff;
    font-weight: 400;
    border-color: #fff;
    font-size: 16px;
    border-style: solid;
    border-width: 2px;
    border-radius: 30px;
    padding: 9px 20px;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
}
.home-slider-area .box-content .banner-text .collection-btn img {
  width: auto;
    height: 23px;
    margin-left: 10px;
}
/*.home-slider-area .box-content .banner-text .collection-btn i {
  margin-left: 10px;
}*/
.home-slider-area .box-content .banner-text .collection-btn:hover {
  background-color: #5f7d8c;
  border-color: #5f7d8c;
}
.home-slider-area .box-content .banner-img {
      text-align: center;
    padding: 64px 0;
}
.home-slider-area .box-content .banner-img img {
    height: 300px;
    width: auto;
    position: relative;
    animation: bounce 1.5s linear 0s infinite alternate;
}
@keyframes bounce {
  0% {
    right: 50px;
  }
  100% {
    right: 70px;
  }
}

.home-slide-rightside:first-child {
  margin-bottom: 20px;
}
.home-slide-rightside .img-box img {
      height: 254px;
    object-fit: cover;
    object-position: center top;
    width: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.home-slide-rightside:hover .img-box img {
        -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.home-slide-rightside .box-content {
  position: absolute;
    display: grid;
    align-items: center;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0%;
    left: 0%;
    padding-left: 5%;
}
.home-slide-rightside .box-content .banner-text {
    text-align: left;
}
.home-slide-rightside .box-content .banner-text .save-up {
    font-family: Marcellus;
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: 5px;
}
.home-slide-rightside .box-content .banner-text .main-text {
    font-family: Marcellus;
    color: #fff;
    font-weight: 400;
    font-size: 38px;
    letter-spacing: 3px;
    margin-bottom: 12px;
}
.home-slide-rightside .box-content .banner-text .shopnow-btn {
  font-family: Marcellus;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    border-radius: 30px;
    padding: 8px 20px;
    background-color: #5f7d8c;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
}
.home-slide-rightside .box-content .banner-text .shopnow-btn img {
  width: auto;
    height: 17px;
    margin-left: 8px;
}
.home-slide-rightside .box-content .banner-text .shopnow-btn:hover {
  background-color: #5f7d8c;
}

.discover-section {
      padding: 80px 0;
    position: relative;
}
.discover-section .head-content {
    margin-bottom: 40px;
}
.discover-section .discover-item {
  text-align: center;
  padding: 0 15px;
}
.discover-section .discover-item .img-box {
  border-radius: 5px;
    overflow: hidden;
}
.discover-section .discover-item .img-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
        border-radius: 5px;
}
.discover-section .discover-item:hover .img-box img {
    -webkit-transform: scale(.9);
    transform: scale(.9);
}
.discover-section .discover-item .text-box a {
  font-size: 16px;
    font-family: Marcellus,serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 0;
        color: #000;
        transition: all .3s ease;
}
.discover-section .discover-item .text-box a:hover {
    color: #5f7d8c;
}
.discover-section .owl-discover-slider .owl-dots {
  display: none;
}
.discover-section .owl-discover-slider .owl-nav button.owl-prev,
.discover-section .owl-discover-slider .owl-nav button.owl-next {
    background-color: #5f7d8c;
    height: 40px;
    width: 40px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    font-size: 44px;
    padding: 0 !important;
    margin: 0;
}
.discover-section .owl-discover-slider .owl-nav button span {
    height: 78px;
}
.discover-section .owl-discover-slider .owl-nav button.owl-prev {
  left: -15px;
    top: 50%;
}
.discover-section .owl-discover-slider .owl-nav button.owl-next {
  right: -15px;
    top: 50%;
}

.top-three-selling-products {
  
  position: relative;
}
.top-three-selling-products .container {
  max-width: 1770px;
}
.top-three-selling-products .selling-products-box {
    width: 36.33%;
    padding: 0px 7px 0px 7px;
    
}
.top-three-selling-products .selling-products-box:nth-last-child(2) {
    width: 27.34%;
}
.top-three-selling-products .selling-products-box .main-content {
  box-shadow: 8px 8px 30px -16px rgba(0, 0, 0, 0.2);
  position: relative;
  height: 450px;
      background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
        border-radius: 5px;
    overflow: hidden;
}
.top-three-selling-products .selling-products-box .overlay {
      background: #000;
    opacity: 0.4;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
}
.top-three-selling-products .selling-products-box .text-box {
  position: absolute;
    margin: 25px;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    text-align: center;
    border: 1px solid #fff;
}
.top-three-selling-products .selling-products-box .text-box .info {
      position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    display: inline-block;
    padding: 0 10px;
}
.top-three-selling-products .selling-products-box .text-box .bwp-image-subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    letter-spacing: .1em;
}
.top-three-selling-products .selling-products-box .text-box .title-banner {
  margin: 6px 0;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .1em;
    color: #fff;
    text-transform: uppercase;
    font-family: Marcellus;
    margin-bottom: 10px;
}
.top-three-selling-products .selling-products-box .text-box .button {
    font-size: 12px;
    letter-spacing: .1em;
    font-family: Marcellus;
    color: #fff;
    position: relative;
    display: block;
    padding-bottom: 4px;
        width: fit-content;
    margin: auto;
}
.top-three-selling-products .selling-products-box .text-box .button:before {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #fff;
}
.top-three-selling-products .selling-products-box .text-box .button:hover:before {
    width: 50%;
}

.feature-products-section {
  padding: 80px 0;
}
.feature-products-section .feature-banner video {
        width: 130%;
    height: 460px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
    border: 1px solid #5f7d8c;
}
/*.feature-products-section .feature-banner img {
      width: 100%;
    height: 460px;
    object-fit: cover;
    object-position: center;
}*/
.feature-products-section .feature-head {
    margin-bottom: 35px;
}
.feature-products-section .title {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: Marcellus;
    position: relative;
    padding-bottom: 11px;
    letter-spacing: 1px;
    display: inline-block;
}
.feature-products-section .title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background: #5f7d8c;
    width: 100%;
    height: 2px;
    vertical-align: middle;
}
.feature-products-section .feature-products-item {
  position: relative;
  margin-bottom: 55px;
}
.feature-products-section .feature-products-item .img-box img {
  height: 339px;
    max-width: 100%;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    object-fit: cover;
    object-position: center;
        border-radius: 3px;
    overflow: hidden;
}
.feature-products-section .feature-products-item .text-box {
  position: absolute;
    margin: 0 30px;
    left: 0;
    bottom: -50px;
    text-align: center;
     width: -webkit-fill-available;
}
.feature-products-section .feature-products-item .text-box .info {
    background: #fff;
    padding: 20px 10px;
    border-radius: 3px;
    overflow: hidden;
}
.feature-products-section .feature-products-item .text-box .title-banner {
    margin: 6px 0;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 25px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: Marcellus;
}
.feature-products-section .feature-products-item .text-box .button {
    font-size: 16px;
    font-family: Marcellus;
    color: #000;
    letter-spacing: .1em;
    position: relative;
    display: inline-block;
    padding-bottom: 2px;
}
.feature-products-section .feature-products-item .text-box .button:before {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #000;
}
.feature-products-section .feature-products-item .text-box .button:hover:before {
    width: 50%;
}
.feature-products-section .owl-feature-products-slider .owl-dots {
  display: none;
}
.feature-products-section .owl-feature-products-slider .owl-nav {
      position: absolute;
    top: -4rem;
    margin: 0;
    right: 0;
}
.feature-products-section .owl-feature-products-slider .owl-nav button.owl-prev,
.feature-products-section .owl-feature-products-slider .owl-nav button.owl-next {
      background-color: #5f7d8c;
    height: 35px;
    width: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    font-size: 40px;
    padding: 0 !important;
    margin: 0;
}
.feature-products-section .owl-feature-products-slider .owl-nav button.owl-prev {
  margin-right: 10px;
}
.feature-products-section .owl-feature-products-slider .owl-nav button span {
  height: 69px;
}

.our-collections-section {
    position: relative;
}
.our-collections-section .head-content {
    margin-bottom: 40px;
}
.our-collections-section .owl-our-collections-slider .owl-dots {
    display: none;
}
.our-collections-section .owl-our-collections-slider .owl-nav {
  margin: 0;
}
.our-collections-section .owl-our-collections-slider .owl-nav .owl-prev,
.our-collections-section .owl-our-collections-slider .owl-nav .owl-next {
    top: calc(50% - 22px);
    position: absolute;
    border-radius: 50%;
     -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
}
.our-collections-section .owl-our-collections-slider .owl-nav .owl-prev {
  left: -10px;
}
.our-collections-section .owl-our-collections-slider .owl-nav .owl-next {
  right: -10px;
}
.our-collections-section .owl-our-collections-slider .owl-nav .owl-prev:hover,
.our-collections-section .owl-our-collections-slider .owl-nav .owl-next:hover {
  background: transparent;
}
.our-collections-section .owl-our-collections-slider .owl-nav .owl-prev span,
.our-collections-section .owl-our-collections-slider .owl-nav .owl-next span {
        width: 45px;
    height: 45px;
    line-height: 30px;
    font-size: 44px;
    background: #5f7d8c;
    display: inline-block;
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 50%;
}
.our-collections-section .owl-our-collections-slider:hover .owl-nav .owl-prev,
.our-collections-section .owl-our-collections-slider:hover .owl-nav .owl-next {
  opacity: 1;
    visibility: visible;
}
.our-collections-section .owl-our-collections-slider:hover .owl-nav .owl-prev {
  left: 90px;
}
.our-collections-section .owl-our-collections-slider:hover .owl-nav .owl-next {
  right: 90px;
}
.our-collections-section .our-collections-item {
  position: relative;
}
.our-collections-section .our-collections-item img {
  width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    height: 525px;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 3px;
    overflow: hidden;
}
.our-collections-section .our-collections-item .text-box {
  background: #fff;
    position: absolute;
    padding: 45px 40px 60px;
    top: 50%;
        -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -14%;
    display: none;
    border-radius: 3px;
    overflow: hidden;
}
.our-collections-section .owl-item.center .our-collections-item .text-box {
    display: inline-block;
}
.our-collections-section .our-collections-item .text-box .title {
  font-size: 40px;
    line-height: 50px;
    font-family: Marcellus;
    margin: 0 0 15px;
    font-weight: 400;
}
.our-collections-section .our-collections-item .text-box .description {
      color: #868686;
      margin: 0;
      font-size: 15px;
}
.our-collections-section .our-collections-item .text-box .button a {
    display: inline-block;
    line-height: 34px;
    height: 38px;
    padding: 0 15px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Marcellus;
    border: 2px solid #000;
    color: #000;
    margin-top: 25px;
    letter-spacing: .1em;
}
.our-collections-section .our-collections-item .text-box .button a img {
  width: auto;
      height: 18px;
    margin-left: 5px;
  display: inline-block;
}

.two-banner-section {
  position: relative;
  padding: 80px 0;
}
.two-banner-section .container {
  max-width: 1770px;
}
.two-banner-section .banner-box {
  position: relative;
  border-radius: 5px;
    overflow: hidden;
}
.two-banner-section .banner-box img {
  width: 100%;
  height: 496px;
  object-fit: cover;
  object-position: center;
}
.two-banner-section .banner-box .text-box {
      position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding: 0 210px;
    left: 0;
    text-align: center;
}
.two-banner-section .banner-box .text-box .title-banner {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    font-family: Marcellus;
}
.two-banner-section .banner-box .text-box .bwp-image-description {
      color: #fff;
          margin: 0;
    font-size: 15px;
}
.two-banner-section .banner-box .text-box .button {
    display: inline-block;
    line-height: 44px;
    height: 48px;
    padding: 0 25px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: Marcellus;
    border: 2px solid #fff;
    color: #fff;
    margin-top: 25px;
    letter-spacing: .1em;
}
.two-banner-section .banner-box .text-box .button img {
        width: auto;
    height: 18px;
    margin-left: 5px;
    display: inline-block;
}
.two-banner-section .banner-box .overlay {
    background: #000;
    opacity: 0.4;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
}

.Discover-Our-Range-section {
  padding: 60px 0px 0px 0px;
}
.Discover-Our-Range-section .container {
  max-width: 1200px;
}
.Discover-Our-Range-section .tabs-area .tabs {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.Discover-Our-Range-section .tabs-area .tabs.mobile {
  display: none;
}
.Discover-Our-Range-section .tabs-area .tabs li {
    font-family: Marcellus;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #868686;
    padding: 20px 35px;
    display: table-cell;
    position: relative;
}

.Discover-Our-Range-section .tabs-area .tabs li a:hover,
.Discover-Our-Range-section .tabs-area .tabs li.active {
  color: #000;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.Discover-Our-Range-section .tabs-area .tabs li a {
  cursor: pointer;
  padding-bottom: 1px;
    position: relative;
    z-index: 0;
}
.Discover-Our-Range-section .tabs-area .tabs li a:before {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    position: absolute;
    width: 50%;
    height: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #5f7d8c;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.Discover-Our-Range-section .tabs-area .tabs li.active a:before {
  opacity: 1;
    visibility: visible;
    width: 100%;
}
.Discover-Our-Range-section .tabs-area .tabs-content {
    padding: 0 20px;
}
.Discover-Our-Range-section .tabs-content .tabs-all-content {
    display: none;
}
.Discover-Our-Range-section .tabs-content .tabs-all-content.active {
    display: block;
}
.Discover-Our-Range-section .tabs-content .tabs-all-content .row {
  align-items: center;
}
.Discover-Our-Range-section .tabs-content .tabs-all-content .text-box h3 {
    font-size: 50px;
    line-height: 60px;
    font-family: Marcellus;
    font-weight: 400;
    margin: 0;
    margin-bottom: 15px;
    color: #000;
}
.Discover-Our-Range-section .tabs-content .tabs-all-content .text-box a {
    display: inline-block;
    line-height: 35px;
    height: 38px;
    padding: 0 15px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Marcellus,serif;
    border: 2px solid #000;
    color: #000;
    margin-top: 30px;
    letter-spacing: .1em;
}
.Discover-Our-Range-section .tabs-content .tabs-all-content .text-box a img {
  width: auto;
    height: 17px;
    margin-left: 5px;
    display: inline-block;
}
.Discover-Our-Range-section .tabs-content .tabs-all-content .img-box img {
  width: 100%;
}
.maps-section .row {
  height: 100%;
}
.maps-section img {
  width: 100%;
  height: 450px;
  padding: 0;
  object-fit: cover;
  object-position: center;
  box-shadow: 0px -10px 15px -10px rgba(0,0,0,0.1);
}
.maps-section iframe {
    box-shadow: 0px -10px 15px -10px rgba(0,0,0,0.1);
    padding: 0 !important;
}


.about-top-banner-section {
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    margin-top: 0;
    margin-bottom: 35px;
    padding: 200px 0;
}
.about-top-banner-section .content {
    text-align: center;
}
.about-top-banner-section .content .sub-title {
    color: #fff;
    font-family: Marcellus;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 3px;
}
.about-top-banner-section .content .main-title {
    color: #fff;
    font-size: 70px;
    line-height: 80px;
    text-transform: math-auto;
    padding: 0;
    margin: 0;
    margin-bottom: 50px;
}
.about-top-banner-section .content .main-title:after {
    display: none;
}
@keyframes d {
    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes d {
    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
.about-top-banner-section .content .drop-icon {
    text-align: center;
    -webkit-animation: d 3s ease-in infinite;
    animation: d 3s ease-in infinite;
}
.about-top-banner-section .content .drop-icon svg {
    transform: rotate(90deg);
    height: 25px;
        fill: #fff;
}
.our-story-section {
    background-position: top right;
    background-repeat: no-repeat;
    padding: 30px 0;
    margin-bottom: 20px;
}
.our-story-section .row {
    align-items: center;
}
.our-story-section .img-area img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.our-story-section .content-area h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    letter-spacing: .3em;
    text-transform: uppercase;
    color: #000;
    font-family: Marcellus;
    font-weight: 400;
}
.our-story-section .content-area h2 {
    font-size: 38px;
    line-height: 50px;
    margin-top: 15px;
    margin-bottom: 25px;
    font-family: Marcellus;
    color: #000;
    font-weight: 400;
}
.our-story-section .content-area .description {
    margin-bottom: 15px;
}
.our-story-section .content-area ul li {
    color: #868686;
}
.meet-team-section {
    border-top: 1px solid #e9e9e9;
    padding: 30px 0;
    padding-top: 50px;
}
.meet-team-section .head-content {
    margin-bottom: 40px;
}
.meet-team-section .owl-ourteam-slider .item {
    padding: 0 15px;
}
.meet-team-section .owl-ourteam-slider .ourteam-image {
    position: relative;
    text-align: center;
    padding: 30px;
    margin-bottom: -18px;
        height: 444px;
}
.meet-team-section .owl-ourteam-slider .ourteam-image:before {
    content: "";
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    background: rgba(0,0,0,.3);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) scale(.8);
    transform: translate(-50%,-50%) scale(.8);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}
.meet-team-section .owl-ourteam-slider .ourteam-image:after {
    content: "";
    top: 0;
    left: 0;
    border: 1px solid #5f7d8c;
    width: 100%;
    height: 80%;
    position: absolute;
    z-index: -1;
}
.meet-team-section .owl-ourteam-slider .ourteam-items:hover .ourteam-image:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
}
.meet-team-section .owl-ourteam-slider .ourteam-image img {
    width: 100%;
    height: 384px;
    object-fit: cover;
    object-position: center top;
}
.meet-team-section .owl-ourteam-slider .ourteam-image .social-link {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%; 
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 2;
}
.meet-team-section .owl-ourteam-slider .ourteam-items:hover .ourteam-image .social-link {
    opacity: 1;
    visibility: visible;
}
.meet-team-section .owl-ourteam-slider .ourteam-image .social-link li {
    margin: 0 7px;
    display: inline-block;
    text-align: center;
}
.meet-team-section .owl-ourteam-slider .ourteam-image .social-link li a {
    font-size: 12px;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 42px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #000;
}
.meet-team-section .owl-ourteam-slider .ourteam-image .social-link li a i {
    font-size: 14px;
    color: #000;
}
.meet-team-section .owl-ourteam-slider .ourteam-info {
    text-align: center;
}
.meet-team-section .owl-ourteam-slider .name {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin-bottom: -2px;
    margin-top: 6px;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.meet-team-section .owl-ourteam-slider .job {
    color: #5f7d8c;
}
.easy-steps-section {
    padding: 30px 0;
    padding-bottom: 50px;
}
.easy-steps-section .step-box {
    background-color: #5f7d8c;
    padding: 50px 0 45px;
}
.easy-steps-section .step-box .item-box {
    text-align: center;
}
.easy-steps-section .step-box .item-box .icon {
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 29px;
    margin-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
        width: fit-content;
}
.easy-steps-section .step-box .item-box .icon svg {
    height: 40px;
    width: 40px;
    fill: #fff;
}
.easy-steps-section .step-box .item-box .content-area h3 {
    font-family: Marcellus;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    margin-bottom: 3px;
}
.easy-steps-section .step-box .item-box .content-area p {
    color: #fff;
    line-height: 20px;
    margin: 0;
}
.testimonial-section {
    background-color: #f0f3f7;
    padding: 70px 0;
    padding-top: 50px;
}
.testimonial-section .head-content {
    margin-bottom: 40px;
}
.testimonial-section .owl-testimonial-slider .item {
    text-align: center;
    padding: 0 15px;
}
.testimonial-section .owl-testimonial-slider .star.star-5 {
    margin-top: -3px;
}
.testimonial-section .owl-testimonial-slider .star.star-5:before {
    content: "\f005\f005\f005\f005\f005";
    display: inline-block;
    color: #ffc107;
    font-family: FontAwesome;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 9px;
}
.testimonial-section .owl-testimonial-slider .testimonial-title {
    font-family: Marcellus;
    font-size: 24px;
    font-weight: 400;
    margin-top: 7px;
    margin-bottom: 12px;
    line-height: 1.2;
    color: #000;
}
.testimonial-section .owl-testimonial-slider .description {
        margin-bottom: 1rem;
}
.testimonial-section .owl-testimonial-slider .testimonial-info {
    position: relative;
    padding-top: 2px;
}
.testimonial-section .owl-testimonial-slider .testimonial-image {
    width: 83px;
    height: 83px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    margin-bottom: 5px;
}
.testimonial-section .owl-testimonial-slider .testimonial-image img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    height: auto;
    max-width: 100%;
    border: none;
    box-shadow: none;
}
.testimonial-section .owl-testimonial-slider .testimonial-info .name {
    margin: 0;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 600;
    font-family: Open Sans,sans-serif;
    line-height: 1.2;
    color: #000;
}
.testimonial-section .owl-testimonial-slider .owl-dots {
    display: none;
}
.testimonial-section .owl-testimonial-slider .owl-nav {
    margin: 0;
    position: absolute;
    top: 40%;
    width: 100%;
}
.testimonial-section .owl-testimonial-slider .owl-nav button {
    background: transparent !important;
    color: #000 !important;
    font-size: 100px !important;
    font-weight: 100 !important;
    line-height: 0 !important;
}
.testimonial-section .owl-testimonial-slider .owl-nav button span {
        line-height: inherit;
}
.testimonial-section .owl-testimonial-slider .owl-nav button.owl-prev {
    position: absolute;
    left: -60px;
}
.testimonial-section .owl-testimonial-slider .owl-nav button.owl-next {
    position: absolute;
    right: -60px;
}

.products-wocommerce-section {
        padding: 50px 0;
}
.products-wocommerce-section .woocommerce .woocommerce-result-count {
    margin-bottom: 30px;
    font-size: 16px;
    position: relative;
    font-weight: 400;
    line-height: 1.75;
    color: #868686;
    text-align: left;
}
.products-wocommerce-section .woocommerce .orderby {
    position: relative;
    border: 1px solid #000;
    display: inline-block;
    line-height: 34px;
    height: 34px;
    padding: 0 20px;
    padding-right: 0;
    float: right;
    background: #fff;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    cursor: pointer;
    width: 160px;
        margin-top: -3px;
    outline: none;
}
.products-wocommerce-section .woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}
.products-wocommerce-section .woocommerce ul.products li {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 20px !important;
    text-align: center;
    border: 1px solid #dadada;
    padding-bottom: 25px !important;
    border-radius: 10px;
    overflow: hidden;
}
.products-wocommerce-section .woocommerce ul.products li:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.products-wocommerce-section .woocommerce ul.products::before {
    display: none;
}
{
    position: relative;
    padding: 0;
    margin: 0 0 40px;
    text-align: center;
}
.products-wocommerce-section .woocommerce ul.products li .woocommerce-LoopProduct-link {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: inline-block;
        text-align: center;
}
.products-wocommerce-section .woocommerce ul.products li .woocommerce-LoopProduct-link img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    vertical-align: top;
    margin-bottom: 12px;
}
.products-wocommerce-section .woocommerce ul.products li .yith-wcwl-add-to-wishlist {
    position: absolute;
    z-index: 10;
    margin: 0;
    top: 10px;
    right: 15px;
    left: auto;
}
.products-wocommerce-section .woocommerce ul.products li .yith-wcwl-add-to-wishlist .add_to_wishlist {
    background: #fff;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}
.products-wocommerce-section .woocommerce ul.products li .yith-wcwl-add-to-wishlist .add_to_wishlist span {
    display: none;
}
.products-wocommerce-section .woocommerce ul.products li .yith-wcwl-add-to-wishlist .add_to_wishlist i {
    font-size: 17px;
    margin: auto;
}
.products-wocommerce-section .woocommerce ul.products li .onsale {
    left: 15px !important;
    background: #b12a2a;
    right: auto !important;
    text-align: center !important;
    color: #fff;
    font-size: 14px;
    padding: 1px 7px;
    text-transform: capitalize;
    font-weight: 500;
    font-family: Marcellus;
    display: block;
    line-height: 22px;
    position: absolute;
    top: 10px !important;
    min-width: 47px;
    min-height: auto;
    z-index: 1;
    border-radius: 0;
    margin: 0 !important;
}
.products-wocommerce-section .woocommerce ul.products li .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
    font-size: 12px;
    text-transform: uppercase;
    font-family: Marcellus;
    letter-spacing: .1em;
    margin: 2px auto 0;
    font-weight: 400;
    line-height: 16px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    max-width: 280px;
    color: #000;
}
.products-wocommerce-section .woocommerce ul.products li .woocommerce-LoopProduct-link .woocommerce-loop-product__title:hover {
    color: #5f7d8c;
}
.products-wocommerce-section .woocommerce ul.products li .woocommerce-LoopProduct-link .price {
    font-size: 20px;
    color: #5f7d8c;
    font-weight: 400;
    font-family: Marcellus;
    text-align: center;
    margin: 0;
}
.products-wocommerce-section .woocommerce ul.products li .woocommerce-LoopProduct-link .price del {
    font-size: 18px;
    color: #a3a3a3;
}
.products-wocommerce-section .woocommerce ul.products li .woocommerce-LoopProduct-link .price del span {
    text-decoration: line-through;
}
.products-wocommerce-section .woocommerce ul.products li .woocommerce-LoopProduct-link .price ins {
    text-decoration: none;
}
.products-wocommerce-section .woocommerce ul.products li .add_to_cart_button {
    font-family: Marcellus;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    border-radius: 3px;
    padding: 8px 20px;
    background-color: #5f7d8c;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    margin: auto;
    margin-top: 1em;
    width: fit-content;
    position: relative;
}
.products-wocommerce-section .woocommerce ul.products li .added_to_cart {
    display: none;
}
.products-wocommerce-section .product__details__content.row-grid {
    padding-left: 0;
    padding-right: 0;
}
.products-wocommerce-section .woocommerce .product.type-product .woocommerce-product-gallery {
    flex: 0 0 auto !important;
    width: 41.66666667%;
    padding: 0 12px;
    margin-top: -100px;
}
.products-wocommerce-section .woocommerce .product.type-product .summary {
    flex: 0 0 auto;
    width: 58.33333333%;
    padding: 0 12px;
    padding-left: 28px;
}
.products-wocommerce-section .product__details__content {
    padding-left: 10px;
}
.products-wocommerce-section .product__details__content .breadcrum-new {
    display: block;
    margin-bottom: 10px;
}
.products-wocommerce-section .product__details__content .breadcrum-new a {
    color: #3333339a;
    font-weight: 400;
    position: relative;
    font-size: 13px;
    line-height: 24px;
}
.products-wocommerce-section .product__details__content .breadcrum-new a i {
    font-size: 14px;
    margin-right: 3px;
}
.products-wocommerce-section .product__details__content .breadcrum-new a:after {
    content: "/";
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    color: #8e8e8e;
}
.products-wocommerce-section .product__details__content .breadcrum-new span {
    color: #333;
    font-size: 13px;
    font-weight: 400;
}
.products-wocommerce-section .product__details__content .titlehead {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    color: #000;
    word-break: break-word;
    display: block;
    font-family: Marcellus;
}
.products-wocommerce-section .blogs-img-area img {
    height: 450px;
    object-fit: cover;
    margin-bottom: 35px;
    margin-top: 10px;
}
.products-wocommerce-section .woocommerce .product.type-product .summary .price {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
    color: #5f7d8c;
    font-size: 26px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-family: Marcellus;
    line-height: 24px;
}
.products-wocommerce-section .woocommerce .product.type-product .summary .price del {
    font-size: 24px;
    color: #a3a3a3;
}
.products-wocommerce-section .woocommerce .product.type-product .summary  .price ins {
    text-decoration: none;
}
.products-wocommerce-section .woocommerce .product.type-product .summary table.shop_attributes {
        border: none;
}
.products-wocommerce-section .woocommerce .product.type-product .summary table.shop_attributes td, 
.products-wocommerce-section .woocommerce .product.type-product .summary table.shop_attributes th, 
.products-wocommerce-section .woocommerce .product.type-product .summary table.shop_attributes tr:nth-child(even) td, 
.products-wocommerce-section .woocommerce .product.type-product .summary table.shop_attributes tr:nth-child(even) th {
    background: transparent;
    border: none;
    color: #868686;
    font-weight: 400;
    padding: 0;
    line-height: 15px;
    font-size: 15px;
}
.products-wocommerce-section .woocommerce .product.type-product .summary table.shop_attributes td p {
    color: #000;
}
.products-wocommerce-section .woocommerce .product.type-product .summary .cart {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 25px 0;
    margin-bottom: 20px;
}
.products-wocommerce-section .woocommerce .product.type-product .summary .cart .quantity input.qty {
    height: 33px;
    margin-right: 10px;
}
.products-wocommerce-section .woocommerce .product.type-product .summary .cart .single_add_to_cart_button {
    font-family: Marcellus;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    border-radius: 3px;
    padding: 8px 20px;
    background-color: #5f7d8c;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    position: relative;
}
.products-wocommerce-section .woocommerce .product.type-product .summary .product_meta {
    background: transparent;
    border: none;
    color: #868686;
    font-weight: 400;
    padding: 0;
    font-size: 15px;
}
.products-wocommerce-section .woocommerce .product.type-product .summary .product_meta .sku_wrapper, 
.products-wocommerce-section .woocommerce .product.type-product .summary .product_meta .posted_in {
    display: block;
    margin-bottom: 10px;
}
.products-wocommerce-section .woocommerce .product.type-product .summary .product_meta .sku_wrapper .sku, 
.products-wocommerce-section .woocommerce .product.type-product .summary .product_meta .posted_in a {
    color: #000;
        font-style: italic;
}
.products-wocommerce-section .woocommerce .single-product .product.type-product .onsale {
    left: 26px !important;
    background: #b12a2a;
    right: auto !important;
    text-align: center !important;
    color: #fff;
    font-size: 14px;
    padding: 1px 7px;
    text-transform: capitalize;
    font-weight: 500;
    font-family: Marcellus;
    display: block;
    line-height: 22px;
    position: absolute;
    top: -89px !important;
    min-width: 47px;
    min-height: auto;
    z-index: 1;
    border-radius: 0;
    margin: 0 !important;
}
.products-wocommerce-section .woocommerce .single-product .related.products .onsale {
    left: 15px !important;
    top: 10px !important;
}
.products-wocommerce-section .woocommerce .single-product .product.type-product .woocommerce-product-gallery__trigger {
    display: none;
}
.products-wocommerce-section .woocommerce .product.type-product .yith-wcwl-add-to-wishlist {
    position: absolute;
    z-index: 10;
    margin: 0;
    top: 10px;
    right: 15px;
    left: auto;
}
.products-wocommerce-section .woocommerce .product.type-product .yith-wcwl-add-to-wishlist .add_to_wishlist {
    background: #fff;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}
.products-wocommerce-section .woocommerce .product.type-product .yith-wcwl-add-to-wishlist .add_to_wishlist i {
    font-size: 18px;
    margin: 0;
}
.products-wocommerce-section .woocommerce .product.type-product .yith-wcwl-add-to-wishlist .add_to_wishlist span {
    display: none;
}
.products-wocommerce-section .woocommerce .product.type-product .woocommerce-tabs ul.tabs li a {
    font-size: 20px;
    padding: 4px;
    border: 0;
    display: inline-block;
    position: relative;
    font-weight: 400;
    font-family: Marcellus;
    color: #000;
}
.products-wocommerce-section .woocommerce .product.type-product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
    display: none;
}
.products-wocommerce-section .woocommerce .product.type-product .woocommerce-tabs .woocommerce-Tabs-panel p {
    color: #868686;
    margin: 0;
    font-size: 15px;
    margin-bottom: 1rem;
}
.products-wocommerce-section .woocommerce .single-product .related.products {
    padding: 30px 0;
    margin-top: 50px;
    border-top: 1px solid #e5e5e5;
    padding-bottom: 0;
}
.products-wocommerce-section .woocommerce .single-product .related.products h2 {
    text-align: center;
    color: #000000;
    font-family: Marcellus;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.products-wocommerce-section .woocommerce .single-product .related.products h2:after {
    position: absolute;
    background: #5f7d8c;
    height: 1px;
    width: 70px;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    margin: auto;
}
.map-section iframe {
    border: 0;
    width: 100%;
    height: 500px;
}
.contact-section {
    padding: 50px 0;
}
.contact-section .info-area .heading-title {
    margin: 0 0 45px;
    font-family: Marcellus;
    font-size: 30px;
        line-height: 1;
    font-weight: 400;
    color: #000;
}
.contact-section .info-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
        margin-top: 40px;
}
.contact-section .info-area ul li {
    margin: 0 0 35px;
    display: flex;
    text-align: left;
    align-items: center;
}
.contact-section .info-area ul li .icon {
    margin-right: 15px;
    display: inline-flex;
        flex: 0 0 auto;
        padding: 15px;
        border: 1px solid #e3e3e3;
}
.contact-section .info-area ul li .icon svg {
    fill: #000;
    height: 30px;
}
.contact-section .info-area ul li .heading-title {
    font-family: Marcellus;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 0;
}
.contact-section .form-area {
    background-color: #5f7d8c;
    margin: -180px 0 0;
    padding: 70px 70px 80px;
}
.contact-section .form-area .icon {
    text-align: center;
}
.contact-section .form-area .icon svg {
    fill: #fff;
    height: 45px;
}
.contact-section .form-area .heading-title {
    margin: 0 0 35px;
    margin-top: 10px;
    font-family: Marcellus;
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-align: center;
}
.contact-section .form-area .input-area {
	  margin-bottom: 20px;
}
.contact-section .form-area .input-area .form-control {
    height: 50px;
    font-size: 13px;
    line-height: 50px;
    width: 100%;
    padding: 10px 20px;
    font-weight: 400;
    outline: none !important;
    box-shadow: none;
    border: none;
}
.contact-section .form-area .input-area textarea.form-control {
    min-height: 140px;
}
.contact-section .form-area .button-area {
        text-align: center;
}
.contact-section .form-area .button-area .submit {
    font-family: Marcellus;
    color: #5f7d8c;
    font-weight: 500;
    font-size: 18px;
    border-radius: 3px;
    padding: 8px 20px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    margin: auto;
    margin-top: 1em;
    width: fit-content;
    position: relative;
    border: none;
}

.faq-section {
    padding: 50px 0;
}
.faq-section .head-content {
    margin-bottom: 40px; 
}
.faq-section .content-area {
    margin-bottom: 40px;
}
.faq-section .content-area .title {
    font-size: 26px;
    line-height: 50px;
    font-family: Marcellus;
    color: #000;
    font-weight: 400;
}
.faq-section .content-area .description {
    margin-bottom: 8px;
}
.faq-section .content-area .description.strong {
    margin-top: 20px;
}

.blog-section {
    padding: 50px 0;
}
.blog-section .head-content {
    margin-bottom: 40px; 
}
.blog-section .row-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}
.blog-section .row-grid .blog-box {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.blog-section .row-grid .blog-box:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    background: linear-gradient(0deg,rgba(0,0,0,.65) 0,transparent); 
}
.blog-section .row-grid .blog-box .range-img-area {
    width: 100%;
    position: relative;
}
.blog-section .row-grid .blog-box .range-img-area img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
.blog-section .row-grid .blog-box .published-date-box {
    display: inline-block;
    padding: 7px;
    position: absolute;
    background: #fff;
    top: 20px;
    left: 20px;
    border-radius: 3px;
}
.blog-section .row-grid .blog-box .published-date-box .published-date {
    margin: 0;
    line-height: 20px;
    margin-top: -2px;
    font-family: Marcellus;
    color: #868686;
    font-size: 16px;
}
.blog-section .row-grid .blog-box .range-content-area {
    z-index: 9;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 25px;
    left: 0;
}
.blog-section .row-grid .blog-box .range-content-area .title {
    font-size: 20px;
    line-height: 1.1;
    width: 100%;
    margin: 8px 0;
    word-break: break-word;
    font-family: Marcellus;
    font-weight: 400;
    color: #fff;
}
.blog-section .row-grid .blog-box .range-content-area p {
    color: #fff;
    margin: 0;
    font-size: 14px;
}
.blog-section .row-grid .blog-box .range-content-area .stretched-btn {
    color: #fff;
    text-decoration: underline !important;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 15px;
}
.products-wocommerce-section .single-product .woocommerce-message {     
    float: right;
   width: 56% !important;
   z-index: 1;
}
.woocommerce-message {
    border-top-color: #5f7d8c !important;
}
.woocommerce-message::before {
    color: #5f7d8c !important;
}
.woocommerce-message .button {
    font-family: Marcellus !important;
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    border-radius: 3px !important;
    padding: 8px 20px !important;
    background-color: #5f7d8c !important;
    -webkit-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important;
    display: inline-flex !important;
    align-items: center !important;
    width: fit-content !important;
    position: relative !important;
}
.products-wocommerce-section .woocommerce h2 {
    text-align: center;
    color: #000000;
    font-family: Marcellus;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.products-wocommerce-section .woocommerce h2:after {
    position: absolute;
    background: #5f7d8c;
    height: 1px;
    width: 70px;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    margin: auto;
}
.woocommerce-ResetPassword, 
.woocommerce-form-login.login {
    max-width: 400px !important;
    background: #fff !important;
    margin: auto !important;
    overflow: hidden !important;
    border: 1px solid #e5e5e5 !important;
    border-top: 2px solid #5f7d8c !important;
    border-radius: 0 !important;
    padding: 20px;
}
.woocommerce-ResetPassword label, 
.woocommerce-form-login.login label {
    margin: 0 0 5px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #8d8d8d !important;
}
.woocommerce-ResetPassword p {
    float: none !important;
    width: 100% !important; 
}
.woocommerce-ResetPassword .input-text, 
.woocommerce-form-login.login .input-text {
    padding: 0 20px !important;
    width: 100% !important;
    height: 45px !important;
    line-height: 45px !important;
    font-size: 14px !important;
    border: 1px solid #ddd !important;
    box-shadow: none !important;
    background: 0 0 !important;
}
.woocommerce-ResetPassword .woocommerce-Button, 
.woocommerce-form-login.login .woocommerce-LostPassword a, 
.woocommerce-form-login.login .woocommerce-form-login__submit {
    font-family: Marcellus !important;
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    border-radius: 3px !important;
    padding: 8px 20px !important;
    background-color: #5f7d8c !important;
    -webkit-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important;
    align-items: center !important;
    width: 100% !important;
    position: relative !important;
    text-align: center;
}
.products-wocommerce-section table.shop_table .product-remove {
    padding: 9px 9px;
}
.products-wocommerce-section table.shop_table .product-remove .remove {
    background-color: #5f7d8c !important;
    color: #fff !important;
    width: 100% !important;
    border-radius: 3px !important;
    height: 24px !important;
    line-height: 19px;
}
.products-wocommerce-section table.shop_table .product-thumbnail img {
    height: 120px;
    width: 120px;
    object-fit: cover;
}
.products-wocommerce-section table.shop_table .product-name a {
    padding: 0 !important;
    color: #5f7d8c !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    position: relative !important;
    display: inline-block !important;
}
.products-wocommerce-section table.cart td.actions .input-text {
    width: 200px !important;
    height: 34px !important;
    padding: 0 20px !important;
    line-height: 34px !important;
    box-shadow: none !important;
}
.woocommerce table.shop_table td {
    text-align: left !important;
}
.wishlist_table .product-add-to-cart a, 
.products-wocommerce-section .woocommerce #payment #place_order, 
.products-wocommerce-section .checkout_coupon .button, 
.products-wocommerce-section .cart-collaterals .checkout-button, 
.products-wocommerce-section table.cart td.actions .button {
    font-family: Marcellus !important;
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    border-radius: 3px !important;
    padding: 8px 20px !important;
    background-color: #5f7d8c !important;
    -webkit-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important;
    display: inline-flex !important;
    align-items: center !important;
    width: fit-content !important;
    position: relative !important;
}
.products-wocommerce-section .woocommerce form .form-row input.input-text, 
.products-wocommerce-section .checkout_coupon input {
    border-radius: 0px;
    background-color: white;
    color: #333333;
    border: #d9d9d9 thin solid;
    width: 100% !important;
    padding: 10px 10px;
    margin-bottom: 0px !important;
    font-size: 14px;
    box-shadow: none;
    outline: none !important;
}
.products-wocommerce-section .woocommerce-additional-fields h3 , 
.products-wocommerce-section .woocommerce-billing-fields h3 {
    font-size: 24px;
    font-weight: 400;
    color: #000;
    word-break: break-word;
    display: block;
    font-family: Marcellus;
}
.products-wocommerce-section .woocommerce-checkout #payment {
    background: transparent !important;
}
.yith-wcwl-share {
    display: none !important;
}
.error {
color: #970000;
font-size: 14px;
font-weight: bold;
}
#thanksmsg {
color: #fff;
font-size: 18px;
font-weight: 600;
}
#thanksnewslatter {
text-align: center;
margin: 10px;
color: #fff;
font-weight: 600;
}


.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    background: #5f7d8c;
    border-top: 1px solid rgba(0, 0, 0, .05);
}
.woocommerce-MyAccount-navigation ul li {
    display: inline-block;
    border: none;
    border-left: 1px solid #5f7d8c;
    margin: 0 auto;
    position: relative;
}
.woocommerce-MyAccount-navigation ul li a {
    color: #fff;
    padding: 10px 10px;
    display: block;
    border: 0;
    font-size: 14px;
}
.woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
    margin: 0 0 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.woocommerce-MyAccount-content p {
    font-size: 12pt;
    line-height: 24px;
    color: black;
    letter-spacing: 1px;
}
.woocommerce-MyAccount-content p a {
    color: #5f7d8c;
}
table tbody .woocommerce-orders-table__cell-order-actions .button.view {
    position: relative;
    cursor: pointer;
    transition: all ease-out 0.4s;
    background: #5f7d8c !important;
    border: 1px solid #5f7d8c !important;
    color: #fff !important;
}
.woocommerce-MyAccount-content .button {
    position: relative;
    cursor: pointer;
    transition: all ease-out 0.4s;
    background: #5f7d8c !important;
    border: 1px solid #5f7d8c !important;
    color: #fff !important;
}
.woocommerce-MyAccount-content .addresses .woocommerce-Address {
    border: 1px solid rgba(0,0,0,.1);
    padding: 20px;
    border-radius: 5px;
}
.woocommerce-MyAccount-content h3 {
    font-size: 22px;
    color: #1c1c1c;
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 1.5;
    font-family: Marcellus;
}