@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');

/* Scss Document */

body {
  font-family: "Inter", serif !important;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-weight: normal;
  background:url(../images/bg.jpg) #fff;
  overflow-x: hidden;
  color: #111;
  line-height: normal;
  background-size: 100%;
  background-repeat: repeat-y;
}


p {
  font-size: 14px;
  color: #111;
  line-height: 20px;
}

img {
  max-width: 100%;
  border: 0; }

.clear {
  clear: both;
  float: none;
  width: 100%; }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

a {
  text-decoration: none !important;
  transition: all 0.2s ease-in;
  color: #000; }

a:hover { color: #7e7e7e; }

.img-responsive { width: 100%; height: auto; }

/*------------------common-css-------------------*/

 .common-btn{
    font-size: 14px;
    background:#000;
    color: #fff;
    padding: 17px 40px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    line-height: 1;
    border-radius:6px;
    font-weight: 400;
    border:1px solid #000;
    text-transform: uppercase;
}

.common-btn:hover {
  background: #999; 
  color: #000;
  border-color: #999;
}

.common-btn-fill {
  font-size: 14px;
  background:#fb7809;
  color: #fff;
  padding: 17px 40px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
  border-radius:6px;
  font-weight: 400;
  border:1px solid #fb7809;
  text-transform: uppercase;
}

.common-btn-fill:hover {
background: #fff; 
color: #000;
border-color: #fff;
}

.common-btn-line {
  font-size: 14px;
  background: none;
  color: #000;
  padding: 17px 40px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
  border-radius: 6px;
  font-weight: 400;
  border: 1px solid #000;
  text-transform: uppercase;
}

.common-btn-line:hover {
  background: #000; 
  color: #fff;
  border-color: #000;
}

.title-col{ margin-bottom:40px; }

.title {
  font-family: "Playfair", serif;
  position: relative;
  font-size:32px;
  font-weight:600;
  color:#000;
  margin-bottom:0px;
  display: inline-block;
}

.title-para{ font-size:16px; max-width: 900px; margin:20px auto 50px; width: 100%; }

.form-control {
  border-radius: 6px;
  padding: 1.3rem 15px;
  font-size:14px;
  height: 44px;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

select.form-control { padding: 0; padding-left:15px; height:50px; -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; 
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.3em;
  background-color: #fff;
  border: 1px solid #000;
  color: #000 !important;
}

textarea.form-control{ height:auto !important; }

.form-control:focus {
  box-shadow: none !important;
  outline: none !important;
  background-color:#fff;
  border: 1px solid #fb7809 !important;
  color: #000 !important;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #666;
}


@media (min-width: 992px){ .dropdown:hover>.dropdown-menu { display: block; } }

/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


/*------------------end common-css-------------------*/

.topbar{ background:#ECECEC; padding:12px 0px 7px; font-size: 12px; color: #646464; font-weight:500; text-transform: uppercase; }
.topbar marquee{ line-height: 1; cursor: default; position: relative; }
.topbar marquee span{ margin: 0px 30px; position: relative; }
.topbar marquee span a{ text-decoration: underline !important; color: #404040; }
.topbar marquee span:after {
  content: ".";
  position: absolute;
  font-size: 48px;
  color: #000;
  top: 6px;
  right: -31px;
  z-index: 1;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
}
.topbar marquee span:last-child:after { display: none; }

.main-header{ padding: 10px 0px; }
.main-header .container{ max-width: 96%; }
.inner-topheader {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}

.left-header { width: 100%; }

.logo img{ max-height: 52px; }

.right-header {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-left: auto;
  padding-left: 10px;
}
.top-user-ico{ margin: 0px 20px;}

.main-header .navbar-expand-lg .navbar-nav .nav-link {
  color: #111;
  text-transform: uppercase;
  font-size: 15px;
  font-weight:500;
  margin: 0px 18px;
padding: .6rem 0.1rem;
transition: all 0.1s ease-in;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link:hover{ color:#7e7e7e; }
.navbar-toggler{ color: #111; font-size: 24px; border: none; padding-right: 0px; }

.main-header .navbar-nav .dropdown-menu {
  min-width: 240px;
  overflow: hidden;
  background: #000;
  border-radius: 0px;
}

.main-header .dropdown-item {
  font-weight: 500;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
}

.main-header .dropdown-item:hover{ background: #999999; }

/*--------search---------*/

.top-search-ico{ cursor: pointer; }

.search-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background:rgb(255 255 255 / 100%);
  padding: 10px 20px 15px;
  display: none;
  z-index: 9;
}

.search-box h3 {
  color: #000;
  font-weight: 500;
  font-size: 28px;
}

.search-close {
  position: absolute;
  top:6px;
  cursor: pointer;
  right: 20px;
}
.search-close i {
  font-size: 22px;
  transition: all 0.5s ease;
  color: #000;
}

.search-box .container{ position: relative; }

.search-box .subs-ico {
  top: 2px;
  right: 0;
  border: 0;
  font-size: 18px;
  position: absolute;
  color: #111;
  padding: 11px 15px;
  margin: 0px;
  text-align: center;
  background: none;
}

.search-box .subs-ico:hover{ color:#12b433; }

form.search-form { position: relative; }

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

.banner{ position: relative; overflow: hidden; }

.banner-pic{ background: #fff; overflow: hidden; position: relative; }
.banner-pic img{ opacity: 1; object-fit: cover; width: 100%; height:83vh; }

.banner-pic:before {
  content: "";
  background-image: linear-gradient(to left, rgb(255 255 255 / 0%), rgb(0 0 0 / 70%));
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  z-index: 1;
}


.banner .banner_containt {
position: absolute;
left:0;
right:0;	
top: 50%;
transform: translateY(-50%);
z-index: 9;
max-width:1120px;
padding-left:30px;
padding-right:30px;
margin:auto;	
}


.banner .banner_containt h1 {
color: #fff;
margin-top: 0;
font-size:40px;
font-weight:600;
max-width:700px;
text-transform: uppercase;
font-family: "Playfair", serif;	
}


.banner .banner_containt p {
color: #fff;
font-size:20px;
margin:15px 0px 25px;
font-weight:200;
max-width:550px;
line-height: 30px; 
}

.banner .owl-nav .owl-prev {
position: absolute;
color: #000;
top: 50%;
left:1%;
transform: translateY(-50%);
text-transform: uppercase;
font-size: 19px; 
z-index: 99;	
}

.banner .owl-nav span {
position: relative; 
}

.banner .owl-nav .owl-next {
position: absolute;
color: #000;
top: 50%;
right:1%;
transform: translateY(-50%);
text-transform: uppercase;
font-size: 19px;
z-index: 99;	
}

.banner .owl-nav img {
  max-width: 50px;
}

.banner .owl-dots{ position: absolute; bottom:15px; width: 100%; }
.banner .owl-theme .owl-dots .owl-dot span{ background: #fff; }
.banner .owl-theme .owl-dots .owl-dot.active span{ background:#999999; }

.banner_containt .common-btn{ background: #fff; color: #000; border-color: #fff; }
.banner_containt .common-btn:hover{ background: #000; color: #fff; border-color: #000; }

.homepro1-sec { padding-left: 100px; padding-top: 40px; padding-bottom: 20px; }
.container-custom {
  padding-right: 50px;
  margin-bottom: 25px;
}
.container-custom .common-btn-line{ padding: 12px 30px; }


.slider-col .item-pic img{ border-radius: 10px; }

.slider-col .item-text{ margin-top:20px; }
.slider-col .item-text h3{ font-size: 16px; font-weight:500; color: #000; }
.slider-col .item-text p{ font-size: 13px; color: #646464; }

.innvoation-columns .owl-nav [class*=owl-] {
  color: #999;
  font-size:26px;
  margin:5px 0px;
}

.innvoation-columns .owl-nav {
  position: absolute;
  left: 0;
  top:50%;
  transform: translateY(-50%);
  margin-left: -6%;
}

.innvoation-columns .owl-nav img{ filter: invert(1); max-width: 50px; }

.innvoation-columns .owl-nav [class*=owl-]:hover { color: #000; }

.brand-pic{ background: #fff; padding: 10px; text-align: center; min-height:80px; max-height: 80px; display: flex; align-items: center; border: 1px solid #ccc; }
.brand-pic img{ max-height: 50px; width: auto !important; margin: auto; }

.categorylogo-sec{ margin-top: 20px; }

.homeicons-sec{ background: url(../images/icon-mainbg.png) no-repeat; background-size: cover; padding: 50px 0px 30px; }
.inner-homeicons ul{ list-style: none; padding: 0px; margin-bottom: 0px; display: flex; flex-wrap: wrap; justify-content: center; }
.inner-homeicons ul li{ max-width: 20%; flex: 0 0 20%; text-align: center; margin: 20px 0px; }
.inner-homeicons ul li a{ display: block; text-align: center; }
.inner-homeicons ul li a span{ background: #fff; width: 125px; height: 125px; border: 1px solid #E3E3E3; border-radius: 50%; line-height: 125px; margin: auto; display: inline-block; }
.inner-homeicons ul li a span:hover{ border-color: #aaa; }
.inner-homeicons ul li a span img{ max-height: 54px; }
.inner-homeicons ul li a h3 {
  font-size: 16px;
  font-weight: 500;
  color: #404040;
  max-width: 150px;
  margin: 15px auto 0px;
}

footer { padding: 50px 0px 25px; background: rgb(0 0 0 / 3%); margin-top: 30px; }

.joinmailing-sec{ display: flex; align-items: center; justify-content: center; border-bottom: 1px dashed #ccc; padding-bottom: 25px; margin-bottom: 30px; }

.joinmailleft { flex: 0 0 60%; max-width: 60%; display: flex; align-items: center; }
.joinmail-form { flex: 0 0 40%; max-width: 40%; }
.joinmailtxt{ margin-left: 20px; }
.joinmailtxt h3{ font-size: 26px; font-weight: 500; color: #404040; }
.joinmailtxt p{ font-size: 15px; color: #404040; margin-bottom: 0px; }

.subscribe-form {
  width: 100%;
  position: relative;
}

.subscribe-form input {
  font-size: 14px;
  border: 1px solid #e1e1e1;
  padding-left: 20px;
  font-weight: 500;
}

.subs-btn {
  background: #404040;
  border: 0;
  font-size: 14px;
  position: absolute;
  top: 0px;
  right: 0px;
  color: #fff;
  padding: 8px 30px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  text-transform: uppercase;
  height: 100%;
}


.footer-logo img{ max-height: 52px; }
.footer-logo{ margin-bottom: 20px; }
.footer-about p{ font-size: 14px; line-height: 21px; color: #404040; margin-bottom: 25px; }
.footer-social a {
  font-size: 20px;
  color: #000;
  margin-right: 15px;
}
.footer-title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.contact-conten p {
  color: #404040;
  display: flex;
  line-height: 22px;
  margin-bottom: 16px;
  font-size: 14px;
}
.contact-conten p strong {
  max-width: 40px;
  flex: 0 0 40px;
}
.contact-conten a {
  color: #444;
}
.contact-conten img {
  max-height: 24px;
}

.innerfoot-links ul{ list-style: none; padding: 0px; margin: 0px; display: flex; flex-wrap: wrap; }
.innerfoot-links ul li{ max-width: 50%; flex: 0 0 50%; margin-bottom:10px; }
.innerfoot-links ul li a{ color: #404040; font-size: 14px; line-height: 22px; }
.footer-links { padding-left:70px; }
.footer-about{ padding-right: 50px; }

.copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #404040;
  font-size: 13px;
  border-top: 1px dashed #ccc;
  padding-top: 25px;
  margin-top: 30px;
}
.copyright a { color: #000; }

footer a:hover{ color:#000 !important; text-decoration: underline !important; }


/*------------inner page------------*/

.inner-banner{ position: relative; background: #fff; }
.inner-banner:before {
  content: "";
  background-image: linear-gradient(#000, transparent);
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0.8;
}
.inner-banner .img-responsive {
  height:400px;
  object-fit: cover;
  width: 100%;
}

.breadcrumb {
  background: none;
  margin-bottom: 0;
  padding:0px 5px;
  justify-content: center;
}
.breadcrumb-item {
  font-size: 12px;
}

.breadcrumb-item { font-size: 12px; }
.breadcrumb-item a{ color: #fff; }
.breadcrumb-item.active { color:#fff; text-decoration: underline; font-weight: 400; }
.breadcrumb-item+.breadcrumb-item::before{ color: #fff; }

.innerbanner-text {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 1;
  padding: 0px 15px;
  width: 100%;
  text-align: center;
}

.innerbanner-text h1{ color: #fff; font-size: 42px; margin-bottom: 20px; }
.innerbanner-text p{ 
  font-size: 14px;
  font-weight: 300;
  color: #eee;
  line-height: 21px;
  padding: 0px 30px;
 }

.inner-page{ padding: 50px 0;}

.overview-content{ text-align: center; max-width: 1200px; width: 100%; margin: auto; }

/*---------------listing----------------*/

.listing-page .custom-lg-3 {
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  max-width: 24%;
}

.listing-page .custom-lg-9 {
  -ms-flex: 0 0 76%;
  flex: 0 0 76%;
  max-width: 76%;
}

.listing-filter-menu {
  display: none;
}

.sub-filter-cat {
  margin-bottom: 20px;
  border: 1px solid #e1e1e1;
  padding: 15px;
}

.sub-filter-cat h3 {
  font-size: 17px;
  padding: 8px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #000;
  border-bottom: 1px solid #e1e1e1;
}

.filter-subs-list a {
  font-size: 13px;
  color: #353434;
  padding: 2px 0;
}

.filter-subs-list a:hover {
  color: #5926b8;
  text-decoration: underline !important;
}

.sub-filter-cat .filter-subs-list {
  list-style: none;
  padding-left: 0px;
  margin-top: 5px;
  margin-bottom: 0;
  max-height: 300px;
  overflow-y: auto;
}

.filter-subs-list li {
  line-height: 24px;
  margin-bottom: 0px;
}


.product-listing {
  margin-bottom:30px;
}

.hint-text {
  float: left;
  margin-top: 3px;
  font-size: 13px;
}

.pagination {
  float: right;
  margin-bottom: 0;
  font-size: 13px;
  color: #333;
  font-weight: 500;
}

.pagination .page-link {
  background: none;
  border: 0;
  color: #999999;
}

.page-item.active .page-link {
  color: #333;
  border-bottom: 1px solid #333;
}

.custom-control-label {
  font-size: 14px;
  cursor: pointer;
  vertical-align: 2px;
  margin-left: 4px;
}

.custom-control:hover {
  color: #000;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #12b433;
  background-color: #12b433;
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: none;
}

.category-col{ margin-bottom: 24px; }
.cate-pic{ margin-bottom: 10px; overflow: hidden; border-radius: 10px; }
.category-col a img{  transition: all 0.3s ease-in; transform: scale(1.3); }
.category-col a:hover img{ filter: grayscale(1); transform: scale(1); }

.cate-texts h4 { font-size: 14px; color: #000; }
.pro-price {
  font-size: 14px;
  margin-top: 10px;
  font-weight: 500;
  color: #646464;
}

.filter-subs-list li{ margin: 5px 0px; }

.filter-subs-list .custom-control.custom-checkbox {
  display: flex;
  align-items: self-start;
}

.filter-subs-list input{ margin-top: 5px; margin-right: 4px; }

/*--------------end listing---------------*/

.innerlogin-sec {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 30px 0px 40px;
}

.innerlogin-text{ text-align: center; }
.innerlogin-text .title{ margin-bottom: 10px; }
.innerlogin-text p{ font-size: 15px; color: #444; }

.login-form{ margin-top:25px; }
.login-form .form-group{ margin-bottom:15px; position: relative; }
.login-form .form-group label{ font-size:14px; font-weight:400; color:#636363; display: block; margin-bottom:6px;   }

.login-form .form-group .form-control{ font-size: 14px; color:#333;  }
.login-user-ico {
    position: absolute;
    top:34px;
    right: 15px;
    font-size: 16px;
	color:#777; 
}

.login-form .form-check .form-check-label{ font-weight: 400; font-size:14px; display: inline; color:#6e6e6e;  }

.forgot-txt{ text-align: right; }
.forgot-txt a{ 
  font-weight: 400;
  font-size: 14px;
  display: inline;
  color: #111;
  text-decoration: underline !important;
}

.login-form .common-btn{ background: #000; color: #fff; }
.new-account{ text-align: center; color: #666; }
.new-account a{ margin-left: 10px; color: #111; text-decoration: underline !important; }

.who-text{ padding-left:40px; padding-right: 30px; }
.who-text p{ line-height: 24px; }

.aboutus-page .homeicons-sec{ background: none; padding:70px 0px 0px; }

/*--------------contact-page--------------*/

.contact-content{ margin-bottom: 30px; }

.contact-info {
  text-align: left;
  display: flex;
}
.contact-info-icon {
  max-width: 50px;
  flex: 0 0 50px;
}
.contact-info-icon i{ font-size: 26px; color: #333; margin-top: 3px; }

.contact-info-content h5{ margin-bottom: 20px; position: relative; padding-bottom: 10px; font-size: 26px; }
.contact-info-content p{ font-size: 15px; margin-bottom:10px; color: #666; }
.contact-info-content p a{ color: #666; }
.contact-info-content p a:hover{ color: #000; }

.contact-info-content h5:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 42px;
  height: 3px;
  background: #999;
}

.contact-map {
  border-radius: 20px;
  overflow: hidden;
}

.contact-map iframe {
  border-radius: 15px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.contactpg-sec2 {
  background: rgb(255 255 255 / 80%);
  padding: 20px;
  border-radius: 20px;
  box-shadow: 30px 30px 30px rgb(0 0 0 / 5%);
}
.contactus2-left { padding: 0px 10px; }

.contactus2-left label {
  width: 100%;
  margin-bottom: 8px;
  color: #333;
}

.static-pages h4{ border-bottom: 1px dashed #ccc; padding-bottom: 10px; margin-bottom: 15px; margin-top: 40px; border-left: 5px solid #ccc; padding-left: 15px;  }
.static-pages li{ margin-bottom: 10px;  }

/*--------faq-page---------*/

.faqs-sec{ padding:0px 0px 80px; }

.faqs-sec .faq-questions{ max-width: 900px; margin: auto; }

.faq-questions .card-header {
  background: #fff;
  margin-top:15px !important;
  border: 1px solid #333;
  padding: 15px 25px;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 0px !important;
}

.faq-questions .card-header.collapsed a.card-title {
  color: #000;
  font-weight: 500;
  font-size: 15px;
}
.faq-questions .card-header a.card-title{ color:#000; font-weight:500; font-size: 15px; }

.faq-questions .card-header a.card-title:hover{ color:#000; }

.faq-tabs-sec ul.nav.nav-pills { margin-bottom: 10px; }

.faq-questions .card{ border: none; background: none; }
.faq-questions .card-body {
  background: #fff;
  padding: 0px;
  margin-bottom: 10px;
  border: 1px solid #000;
  margin-top: -8px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.faq-questions .card-body p {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  padding: 20px;
}

.faq-questions .card-title{ font-size:20px; margin-bottom:0; width:100%; padding-right: 70px;  }

.accordion .card-header:after {
font-family: 'Font Awesome 6 Free';
font-weight: 900;  
content: "\f068";
float: right;
font-size:14px;
color:#2A2A2A;
position: absolute;
right:20px;
margin-top:2px;
}
.accordion .card-header.collapsed:after {
  content:"\f067";
color:#000; 

}

.overview-content p{ font-size: 16px; line-height: 24px; }

.faq-questions .title-col{ margin-top: 40px; }

.cartpg img{ max-height: 400px; }

/*---------------detail page------------*/

.related-pros .owl-theme .owl-nav [class*=owl-]{ filter: invert(1); padding: 0px; }
.related-pros .owl-nav img { max-width: 50px; }

.product-single-qty, .add-cart-btn, .whislist-ico{ display: inline-block; }
.minus i, .plus i{ font-size:16px;  }

.minus{ margin-right:-6px; }
.plus{ margin-left:-6px; }

.minus, .plus {
  padding: 0px 15px;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  height: 48px;
  line-height: 48px;
}

.number input {
    height: 48px;
    width: 70px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    border-right: 0;
}

.pro-details-content .prod-title{ font-size:36px; margin-bottom:10px; color:#00529b;   }
.pro-itemcode{ font-size:16px; color:#000; margin-bottom:10px; font-weight: 500;   }
.ratings{ margin-bottom:15px; }
.ratings span{ border-left:2px solid #000; padding-left:10px; margin-left:5px;   }
.bigpro-price{ font-size:20px; margin-top:18px; font-weight:600; color:#000; margin-bottom: 20px;   }
.bigpro-price .cut-price {
    color: #999;
    text-decoration: line-through;
    margin-right: 10px;
	font-weight: 400;
	
}

.pro-details-content .title{ text-transform: capitalize; color:#000; font-size:36px;   }

.pro-fulldesc .title{ margin-bottom:25px; color:#000; text-transform: capitalize; font-size:28px; font-weight: 500;   }

.pro-desc{ margin-top:30px; margin-bottom:20px; font-size:17px; color:#000;  line-height: 24px;  } 

.pro-desc strong {
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}

.pro-size{ margin-bottom:30px; }

.product-single-qty{ margin-right:15px; }

.pro-fulldesc{ margin-top:30px; margin-bottom:50px;  }
.pro-fulldesc p{ font-size:18px; margin-bottom:20px; color:#3d3d3d;  }
.pro-fulldesc p strong{ color:#4fad26; font-weight: 500;  }

.thumbnails {
  overflow: hidden;
  margin: 0px;
  padding: 0;
  margin-left: -5px;
  display: block;
  flex: 0 0 10%;
  max-width: 10%;
}

.thumbnails li {
  display: block;
  margin: 0px 0px 10px;
}

.thumbnails li a{ border:1px solid #ccc; display: block; }

.easyzoom img{ max-width: 100%; }

.pro-table{ margin:40px 0 80px; }


table.product-info {
  margin: 15px 0;
}
.product-info td {
  padding: 3px;
  color: #999;
}
.product-info .product-info-value {
  color: #111;
  padding: 3px 3px 3px 10px;
  font-weight: 500;
}

.pro-title{ font-size:26px; color:#333; font-weight:600; font-family: "Playfair", serif; }

.pro-form-group {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  max-width: 70%;
}
.pro-form-group label {
  font-weight: 700;
  color: #000;
  font-size: 16px;
  margin-right: 30px;
}


.pro-desc h4{ font-weight: 600; font-family: "Playfair", serif; margin-bottom: 15px; }
.pro-desc p{ line-height: 24px; }
.pro-desc ul{ padding-left: 16px; }
.pro-desc ul li{ margin-bottom:7px; font-size: 14px; } 

.pro-detailreview .tab-pane.active {
  color: #444;
  line-height: 26px;
  font-size: 16px;
  padding: 0px;
}

.pro-detailreview .tab-pane.active ul li{ margin-bottom: 15px; }

.pro-detailreview .tab-pane.active h5{ font-weight: 600; margin-top:20px; }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  font-weight: 600;
  color: #fff;
  background: #000;
}

.pro-detailreview .tab-pane {
  color: #444;
  line-height: 24px;
  font-size: 15px;
}

.wordpress-review{ padding:30px 0px;}

.related-pros .title-col{ margin-bottom: 27px; }
.pro-detailreview{ margin-top: 30px; }

.nav-tabs .nav-link {
  font-size: 17px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 12px;
  padding-bottom: 12px;
  min-width: 200px;
  text-align: center;
  background: #ccc;
  margin-right: 4px;
  color: #000;
  font-weight: 500;
}

.related-pros{ margin-top: 60px; }

.owl-theme .owl-nav [class*=owl-]{ background: none; color: #000; font-size: 18px; }

.about-paratext{ padding-right: 80px; }
.about-paratext p{ font-size: 16px; line-height:26px; }

.about-page .about-paratext { padding-right: 0px; padding-left: 60px; }
.about-page .flex-lg-row-reverse .about-paratext { padding-left: 0px; padding-right: 60px; }

.aboutpg-pic{ border-radius: 15px; overflow: hidden; }

.mt-7{ margin-top: 90px; }

.tallowtalk-sec1{ margin-bottom: 20px; margin-top: 30px; border-bottom: 1px solid #e1e1e1; padding-bottom: 30px; }
.tallowtalk-sec1:last-child{ border-bottom: none; padding-bottom: 0px; margin-bottom: 0px; }
.tallowtalk-text .title{ margin-bottom: 15px; }
.tallowtalk-text p{ font-size: 17px; }

.products-big-pic #example {
  display: flex;
  flex-direction: row-reverse;
}
.easyzoom{ margin-left: 10px; }

.smalltxt{ font-size: 14px; font-weight: 300; margin-bottom: 10px; }

.prodt-calc img{ max-height: 30px; margin-right: 10px; }
.prodt-calc{ margin-bottom: 20px; }
.prodt-calc a{ color: #000; background: rgb(0 0 0 / 3%); padding: 10px 20px; border-radius:6px; display: inline-block; width: 30%; text-align: center; font-weight: 500; border: 1px solid #ccc; margin-right: 10px; }

.prodt-calc a:hover{ border-color: #111; }

.maindetail-page{ padding:10px 0px 20px; }
.products-big-pic { padding-right: 10px; }

.pro-detailreview p{ margin-bottom: 0px; }
.pro-detailreview tr *{ font-size: 14px; }
.pro-detailreview tr a{ color: #000; }
.pro-detailreview tr a:hover{ text-decoration: underline !important; }

.prodt-mainthumbs{ margin-top: 7px; }
.prodt-mainthumbs img{ width:100%; }

.addon-right img{ max-height:60px; }
.inner-addon label{ display: flex; align-items: center }
.inner-addon label p{ margin-bottom: 0px; }
.inner-addon{ display: flex;; }
.pro-addon{ margin-top: 20px; margin-bottom: 20px; }
.pro-addon h3{ font-size: 18px; border-bottom: 1px dashed #ccc; padding-bottom: 10px; margin-bottom: 15px;  }

.pro-detail-wrapper{ position: relative; }

.productsdt-big-pic {
  position: sticky;
  top: 40px;
  z-index: 1;
}

.pro-details-content{
  position: sticky;
    top: 20px;
    z-index: 1;
}
.faq-questions .card-header{ padding-right: 35px; position: relative; }




/*------------------media css------------------*/

@media (max-width:1180px){
.main-header .navbar-expand-lg .navbar-nav .nav-link{ margin: 0px 12px; }
.logo img { max-height: 42px; }
.banner-pic img{ height: 50vh; }
.banner .banner_containt{ max-width: 950px; }
.joinmailtxt{ padding-right: 40px; }
.container{ max-width: 96%; }
.subs-btn{ padding: 8px 20px; }
.prodt-calc a{ width: 40%; }


}

@media (max-width:1024px){
.main-header .navbar-expand-lg .navbar-nav .nav-link{ margin: 0px 8px; font-size: 14px; }
.banner .banner_containt h1{ font-size: 36px; }
.banner .banner_containt { max-width: 80%; }
.homepro1-sec{ padding-left: 20px; }
.innvoation-columns .owl-nav{ display: none; }
.accordion .card-header:after{ top: 16px; }

}

@media (max-width:980px){
.navbar-toggler{ font-size: 18px; }
.right-header{ position: absolute; right: 40px; top: 11px; }
.navbar-toggler:focus{ box-shadow:none;  }
.navbar-toggler{ padding-left: 0; }
.main-header .navbar-expand-lg .navbar-nav .nav-link{ margin: 0px 0px; padding:0.8rem 0px; }
.banner-pic img{ height:400px; }
.listing-page .custom-lg-3{
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
.listing-page .custom-lg-9{
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}
.footer-about{ border-bottom: 1px dashed #ccc; padding-bottom: 25px; margin-bottom: 30px; }
.copyright{ flex-direction: column; align-items: flex-start; }
.copyright span{ margin-top: 10px; }
.prodt-calc a { width: 46%; }
.search-box h3{ font-size: 24px; }
.search-box{ padding: 10px 0px 15px; }

}

@media (max-width:768px){
.inner-homeicons ul li a span{ width: 100px; height: 100px; line-height: 100px; }
.inner-homeicons ul li a span img{ max-height: 46px; }
.inner-homeicons ul li a h3{ font-size: 14px; }
.inner-homeicons ul li a{ padding: 0px 10px; }
.banner .banner_containt h1 { font-size: 32px; }
.slider-col .item-text h3{ font-size: 14px; line-height: 22px; }
.listing-page .custom-lg-3{
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
}
.listing-page .custom-lg-9{
-ms-flex: 0 0 65%;
flex: 0 0 65%;
max-width: 65%;
}
.hint-text {
  float: none;
  width: 100%;
  text-align: center;
}
.pagination{
  float: none;
  width: 100%;
  text-align: center;
  justify-content: center;
  margin-top: 20px;
}
.prodt-calc a{ padding: 10px 0px; }
.who-text {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 15px;
}
.contact-info{ margin-top: 15px; }
.contactus2-left {
  padding: 0px;
  margin-bottom: 30px;
}
.footer-about { padding-right: 0px; }

}

@media (max-width:767px){
.banner .banner_containt p{ font-size: 16px; line-height: 24px; font-weight: 400; }
.title{ letter-spacing: -1px; }
.container-custom{ padding-right: 20px; }
.homeicons-sec{ padding:30px 0px 30px; }
.listing-page .custom-lg-3, .listing-page .custom-lg-9{ -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
.listing-filter{ display: none; }
.listing-filter-menu{ display: block; }
.listing-filter-menu {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ccc;
  padding: 10px 15px;
  border-radius: 6px;
}
.joinmailtxt h3{ font-size: 24px; }
.joinmailing-sec{ display: block; }
.joinmailleft, .joinmail-form{ flex: 0 0 100%; max-width: 100%; }
.joinmail-form{ margin-top: 15px; }
.inner-banner .img-responsive{ height:300px; }
.inner-homeicons ul li a h3 { font-size: 13px; }
.innerbanner-text p{ font-size: 12px; line-height: 15px; }
.pro-details-content{ margin-top: 30px; }
.pro-detailreview .container{ max-width: 100%; }
.joinmailtxt { padding-right: 0px; }

}

@media (max-width:520px){
.banner .banner_containt h1 { font-size: 24px; }
.banner .banner_containt p { font-size: 14px; line-height: 20px; font-weight: 400; margin: 10px 0px 15px; }
.common-btn{ padding: 14px 30px; }
.banner .owl-nav img { max-width: 40px; }
.inner-topinovation{ display: block !important; }
.inner-topinovation .common-box{ margin-top: 15px; }
.inner-homeicons ul li{ max-width: 50%; flex: 0 0 50%; }
.inner-homeicons ul li a h3 { font-size: 16px; }
.slider-col .item-text h3{ font-size: 16px; }
.slider-col .item-text p{ font-size: 14px; }
.joinmail-ico{ display: none; }
.footer-links { padding-left: 0px; }
.contact-conten{
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.innerbanner-text p{ max-height: 70px; overflow-y: scroll; padding: 0px; }
.inner-banner .img-responsive { height: 240px; }
.innerbanner-text h1{ font-size: 34px; }
.pro-title{ line-height: 27px; }
.nav-tabs .nav-link{ padding-left: 15px; padding-right: 15px; min-width:auto; }

}


 .abc{
            height: 400px;
        }
                .woof_block_html_items{
                max-height: 300px;
    overflow-y: auto;
        }
                .gform_wrapper.gravity-theme .gfield_label {
            width: 100%;
            margin-bottom: 8px;
            color: #333 !important;
            font-size: 14px !important;
            font-weight: 400 !important;
        }


        .navbar-nav .nav-item:nth-last-child(2) .mega-dropdown-content {
            max-width: 700px !important;
            left: auto !important;
        }

        .navbar-nav .nav-item:nth-last-child(2) .mega-dropdown-content .mega-menu-column.col-lg-3.col-md-6{ width: 100% !important;}

.navbar-nav .nav-item:nth-last-child(2) .mega-dropdown-content .col-lg-9{ width: 50% !important;}
.navbar-nav .nav-item:nth-last-child(2) .mega-dropdown-content .col-lg-3{ width: 50%  !important;}

@media (max-width: 767px) {
    .navbar-nav .nav-item:nth-last-child(2) .mega-dropdown-content .col-lg-9,
    .navbar-nav .nav-item:nth-last-child(2) .mega-dropdown-content .col-lg-3 {
        width: 100% !important;
    }
}
