@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lobster&display=swap");
button, input[type=submit] {
  cursor: pointer;
}

input[type=text], input[type=email], input[type=password], input[type=tel], input[type=url], input[type=search], textarea, select {
  border: 1px solid #aaa;
  padding: 5px 10px;
  width: 100%;
  max-width: 100%;
}

.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  display: none;
  z-index: 9999;
  background: url("../images/up.png") no-repeat;
  background-size: 100% 100%;
}

body h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 55px;
}
body p {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #5c666a;
}

img {
  max-width: 100%;
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1484px;
  }
}
a {
  color: #F59A3D;
}

.headerWrapper {
  position: relative;
}

.topheader {
  background-color: #fff;
  padding: 10px 0px;
  position: relative;
  background-image: url(../images/headerTopLeft.png);
  background-repeat: no-repeat;
  background-size: auto 105%;
  background-position: left bottom;
}
@media screen and (min-width: 1400px) {
  .topheader {
    padding: 15px 0px;
  }
  .topheader:after {
    content: "";
    background-image: url(../images/headerTop.png);
    background-repeat: no-repeat;
    background-position: right center;
    display: block;
    height: 100%;
    width: 40%;
    position: absolute;
    top: 0px;
    right: 0px;
    background-size: auto 100%;
  }
}

.header_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .header_inner {
    margin: 0 10px;
  }
}
@media screen and (min-width: 992px) {
  .header_inner {
    margin: 0 0px;
  }
}
.header_inner .logo img {
  max-width: 120px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .header_inner .logo {
    width: 25%;
    margin-left: 0px;
  }
  .header_inner .logo img {
    max-width: 160px !important;
    width: 100%;
    max-height: 160px;
    height: auto;
  }
}
@media screen and (min-width: 1400px) {
  .header_inner .logo {
    width: 25%;
    margin-left: 72px;
  }
  .header_inner .logo img {
    max-width: 177px !important;
    width: 100%;
    max-height: 177px;
    height: auto;
  }
}

#menu:not(.mm-menu) {
  display: none;
}

.main-menu .search-box {
  margin-top: 10px;
}
.main-menu .phone-no-icon {
  display: block;
  justify-content: end;
  text-align: end;
  margin-bottom: 10px;
}
.main-menu .phone-no-icon a {
  color: #981D20;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  margin-right: 0px;
}
.main-menu .phone-no-icon a.cart_btn {
  color: #000;
}
.main-menu .phone-no-icon span {
  padding-left: 0;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  margin-right: 17px;
}
@media screen and (min-width: 768px) {
  .main-menu .phone-no-icon span {
    margin-right: 7px;
  }
}
.main-menu .phone-no-icon span span {
  position: absolute;
  top: -6px;
  min-width: 13px;
  width: 100%;
  min-height: 13px;
  left: 12px;
  background-color: #9A2021;
  border-radius: 50%;
  color: white;
  font-size: 12px;
  text-align: center;
}
.main-menu .phone-no-icon form .input {
  outline: 0;
  transition: 0.2s ease-in-out all;
  width: 0;
  margin-right: -10px;
  padding: 0;
  height: 25px;
  border: 0px solid transparent;
}
.main-menu .phone-no-icon form .trigger_btn {
  border: none;
  background-color: transparent;
  font-size: 17px;
}
.main-menu .phone-no-icon form .trigger_btn i {
  color: #000;
}
.main-menu .phone-no-icon form .input-open {
  width: 30vw;
  padding: 0 10px;
  margin-right: -4px;
  border: 1px solid #ddd;
}
.main-menu .phone-no-icon form .cart_btn {
  border: none;
  background: none;
}
@media screen and (min-width: 768px) {
  .main-menu .search-box {
    margin-top: 0px;
  }
  .main-menu .phone-no-icon {
    display: flex;
    justify-content: flex-end;
    text-align: end;
    align-items: center;
  }
  .main-menu .phone-no-icon a {
    color: #981D20;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-right: 7px;
  }
  .main-menu .phone-no-icon a:hover {
    color: #000000;
    transition: 0.4s;
    text-decoration: underline;
  }
  .main-menu .phone-no-icon span {
    padding-left: 0px;
    font-size: 16px;
  }
  .main-menu .phone-no-icon form .input {
    outline: 0;
    transition: 0.2s ease-in-out all;
    width: 0;
    margin-right: -10px;
    padding: 0;
    border: 0px solid transparent;
  }
  .main-menu .phone-no-icon form .trigger_btn {
    border: none;
    background-color: transparent;
    font-size: 17px;
  }
  .main-menu .phone-no-icon form .trigger_btn i {
    color: #000;
  }
  .main-menu .phone-no-icon form .input-open {
    width: 20vw;
    padding: 0 10px;
    margin-right: -4px;
    border: 1px solid #ddd;
  }
  .main-menu .phone-no-icon form .cart_btn {
    border: none;
    background: none;
  }
}
@media screen and (min-width: 992px) {
  .main-menu .phone-no-icon {
    margin: 8px 0 47px 0;
  }
}

.header {
  color: #000000;
  position: relative;
  z-index: 999;
}
.header a {
  display: block;
  width: 32px;
  height: 39px;
  padding: 2px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .header a {
    width: 52px;
    height: 39px;
    padding: 9px;
  }
}
.header a span {
  background: #000000;
  display: block;
  height: 4px;
  margin: 6px 0;
}
@media screen and (min-width: 576px) {
  .header a span {
    height: 4px;
  }
}

.header a span {
  background-color: #000000;
}

.header a::before,
.header a::after {
  content: "";
  display: block;
  background: #000;
  height: 4px;
}
@media screen and (min-width: 576px) {
  .header a::before,
  .header a::after {
    height: 4px;
  }
}

@media screen and (min-width: 992px) {
  #mobile-menu {
    display: none;
  }
}

.desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .desktop {
    display: block;
  }
}

.desktop-menu ul {
  padding: unset;
  margin: unset;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.desktop-menu ul li {
  font-size: 18px;
  font-weight: 700;
  list-style: none;
}
.desktop-menu ul li a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #000000;
  text-transform: uppercase;
}
.desktop-menu ul li a:hover {
  color: #03A142;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 992px) {
  .desktop-menu ul li {
    margin-left: 15px;
    margin-bottom: unset;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
  }
}
@media screen and (min-width: 1280px) {
  .desktop-menu ul li {
    margin-left: 27px;
  }
  .desktop-menu ul li a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #000000;
  }
}
.desktop-menu .dropdown {
  position: relative;
}
.desktop-menu .dropdown .arrow {
  padding-left: 13px;
}
.desktop-menu .dropdown:hover .dropdown-content {
  display: block;
  animation: load 0.5s forwards;
}
@keyframes load {
  0% {
    opacity: 0;
    transform: scaleY(-1);
    z-index: -5;
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
    z-index: 5;
  }
}
.desktop-menu .dropdown-content {
  display: none;
  position: absolute;
  background: gray;
  min-width: 150px;
  left: -45px;
  top: 100%;
}
.desktop-menu .dropdown-content ul {
  display: block !important;
  padding: unset;
  margin: unset;
  text-align: center;
  transition: 0.4s all ease-in-out;
}
.desktop-menu .dropdown-content ul li {
  margin-left: 0;
  padding: 10px 0px 10px 0px;
}
.desktop-menu .dropdown-content ul li:hover {
  background-color: #19A449;
  transition: 0.4s all;
}
.desktop-menu .dropdown-content ul a {
  font-size: 15px;
  color: white;
}
.desktop-menu .dropdown-content ul a:hover {
  color: white;
}

.current-menu-item {
  border-bottom: 3px solid #9A1B21;
}

.button {
  background-color: #47B674;
  border: none;
  font-size: 12px !important;
  border-radius: 5px;
  color: white;
  font-weight: 600 !important;
  font-family: "Poppins", sans-serif !important;
  padding: 10px 15px;
  white-space: nowrap;
}
.button:hover {
  background-color: #fff;
  transition: 0.4s all;
  color: #F59A3D;
}

@media screen and (min-width: 768px) {
  .button {
    background-color: #47B674;
    border: none;
    font-size: 19px !important;
    border-radius: 5px;
    color: white;
    font-weight: 600;
    padding: 10px 40px;
  }
  .button:hover {
    background-color: #fff;
    color: #F59A3D;
    transition: 0.4s all;
  }
}
.bannerwrapper {
  position: relative;
  background-image: url(../images/banner-new1.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .bannerwrapper {
    margin-bottom: 80px;
  }
}
.bannerwrapper .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.bannerwrapper .banner-introTxt {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 2;
}
.bannerwrapper.nextSecBottom {
  margin-bottom: 0px !important;
}

.banner-introTxt {
  background-color: rgba(10, 10, 10, 0.75);
}

.banner-shortTxt {
  align-items: center;
  margin: 8px 0px;
  margin-left: 0px;
}
@media screen and (min-width: 992px) {
  .banner-shortTxt {
    margin-left: 39px;
    margin: 10px 0px;
  }
}
.banner-shortTxt p {
  font-size: 14px;
  font-weight: 600;
  color: white;
  font-family: "Poppins", sans-serif;
  padding-left: 0px;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  line-height: 1.3;
}
.banner-shortTxt p span {
  color: #E8515C;
  font-size: 20px;
  margin-right: 10px;
  display: block;
}
.banner-shortTxt p a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: white;
}
.banner-shortTxt p a:hover {
  color: #F59A3D;
  transition: 0.4s all;
}
@media screen and (min-width: 1250px) {
  .banner-shortTxt p {
    font-size: 14px;
    font-weight: 600;
    color: white;
    font-family: "Poppins", sans-serif;
    padding-left: 21px;
    display: flex;
    align-items: center;
  }
  .banner-shortTxt p span {
    color: #E8515C;
    font-size: 20px;
    margin-right: 14px;
  }
  .banner-shortTxt p a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
  }
  .banner-shortTxt p a:hover {
    color: #F59A3D;
    transition: 0.4s all;
  }
}

.m-left {
  margin-left: 0px;
}

@media screen and (min-width: 1400px) {
  .m-left {
    margin-left: 35px;
  }
}
.newslide {
  background-size: cover;
  background-position: center;
}

.sliderOuter {
  min-height: 600px;
  height: 100%;
  padding: 120px 0px 60px;
  background-size: cover;
  background-position: center;
  background-color: rgba(10, 10, 10, 0.55);
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.sliderOuter .container {
  max-width: 900px;
}
@media screen and (min-width: 768px) {
  .sliderOuter {
    padding: 100px 0px 60px;
  }
}
@media screen and (min-width: 1400px) {
  .sliderOuter {
    padding: 100px 0px 80px;
    min-height: 700px;
  }
}

.nextSecBottom .sliderOuter {
  min-height: 600px;
  padding: 100px 0px 240px;
}
@media screen and (min-width: 440px) {
  .nextSecBottom .sliderOuter {
    padding: 100px 0px 240px;
  }
}
@media screen and (min-width: 520px) {
  .nextSecBottom .sliderOuter {
    padding: 100px 0px 280px;
  }
}
@media screen and (min-width: 577px) {
  .nextSecBottom .sliderOuter {
    padding: 100px 0px 220px;
  }
}
@media screen and (min-width: 720px) {
  .nextSecBottom .sliderOuter {
    padding: 100px 0px 250px;
    min-height: 700px;
  }
}
@media screen and (min-width: 880px) {
  .nextSecBottom .sliderOuter {
    padding: 100px 0px 280px;
  }
}
@media screen and (min-width: 1024px) {
  .nextSecBottom .sliderOuter {
    padding: 100px 0px 300px;
    min-height: 900px;
  }
}
@media screen and (min-width: 1200px) {
  .nextSecBottom .sliderOuter {
    padding: 100px 0px 360px;
  }
}
@media screen and (min-width: 1400px) {
  .nextSecBottom .sliderOuter {
    padding: 100px 0px 385px;
    min-height: 985px;
  }
}
.nextSecBottom .text_slider .slick-dots {
  bottom: 150px;
}
@media screen and (min-width: 380px) {
  .nextSecBottom .text_slider .slick-dots {
    bottom: 170px;
  }
}
@media screen and (min-width: 440px) {
  .nextSecBottom .text_slider .slick-dots {
    bottom: 200px;
  }
}
@media screen and (min-width: 520px) {
  .nextSecBottom .text_slider .slick-dots {
    bottom: 240px;
  }
}
@media screen and (min-width: 577px) {
  .nextSecBottom .text_slider .slick-dots {
    bottom: 160px;
  }
}
@media screen and (min-width: 720px) {
  .nextSecBottom .text_slider .slick-dots {
    bottom: 200px;
  }
}
@media screen and (min-width: 880px) {
  .nextSecBottom .text_slider .slick-dots {
    bottom: 240px;
  }
}
@media screen and (min-width: 1024px) {
  .nextSecBottom .text_slider .slick-dots {
    bottom: 280px;
  }
}
@media screen and (min-width: 1200px) {
  .nextSecBottom .text_slider .slick-dots {
    bottom: 300px;
  }
}
@media screen and (min-width: 1400px) {
  .nextSecBottom .text_slider .slick-dots {
    bottom: 320px;
  }
}
.nextSecBottom + section, .nextSecBottom + div {
  margin-top: -120px;
}
@media screen and (min-width: 380px) {
  .nextSecBottom + section, .nextSecBottom + div {
    margin-top: -150px;
  }
}
@media screen and (min-width: 440px) {
  .nextSecBottom + section, .nextSecBottom + div {
    margin-top: -180px;
  }
}
@media screen and (min-width: 520px) {
  .nextSecBottom + section, .nextSecBottom + div {
    margin-top: -220px;
  }
}
@media screen and (min-width: 577px) {
  .nextSecBottom + section, .nextSecBottom + div {
    margin-top: -140px;
  }
}
@media screen and (min-width: 720px) {
  .nextSecBottom + section, .nextSecBottom + div {
    margin-top: -180px;
  }
}
@media screen and (min-width: 880px) {
  .nextSecBottom + section, .nextSecBottom + div {
    margin-top: -220px;
  }
}
@media screen and (min-width: 1024px) {
  .nextSecBottom + section, .nextSecBottom + div {
    margin-top: -260px;
  }
}
@media screen and (min-width: 1200px) {
  .nextSecBottom + section, .nextSecBottom + div {
    margin-top: -280px;
  }
}
.nextSecBottom + section .banner-cardSection .card-img img, .nextSecBottom + div .banner-cardSection .card-img img {
  height: 120px;
}
@media screen and (min-width: 380px) {
  .nextSecBottom + section .banner-cardSection .card-img img, .nextSecBottom + div .banner-cardSection .card-img img {
    height: 150px;
  }
}
@media screen and (min-width: 440px) {
  .nextSecBottom + section .banner-cardSection .card-img img, .nextSecBottom + div .banner-cardSection .card-img img {
    height: 180px;
  }
}
@media screen and (min-width: 520px) {
  .nextSecBottom + section .banner-cardSection .card-img img, .nextSecBottom + div .banner-cardSection .card-img img {
    height: 220px;
  }
}
@media screen and (min-width: 577px) {
  .nextSecBottom + section .banner-cardSection .card-img img, .nextSecBottom + div .banner-cardSection .card-img img {
    height: 140px;
  }
}
@media screen and (min-width: 720px) {
  .nextSecBottom + section .banner-cardSection .card-img img, .nextSecBottom + div .banner-cardSection .card-img img {
    height: 180px;
  }
}
@media screen and (min-width: 880px) {
  .nextSecBottom + section .banner-cardSection .card-img img, .nextSecBottom + div .banner-cardSection .card-img img {
    height: 220px;
  }
}
@media screen and (min-width: 1024px) {
  .nextSecBottom + section .banner-cardSection .card-img img, .nextSecBottom + div .banner-cardSection .card-img img {
    height: 260px;
  }
}
@media screen and (min-width: 1200px) {
  .nextSecBottom + section .banner-cardSection .card-img img, .nextSecBottom + div .banner-cardSection .card-img img {
    height: 280px;
  }
}

.text_slider .slick-dots {
  right: 0px;
  bottom: 15px;
}
@media screen and (min-width: 992px) {
  .text_slider {
    right: 22px;
    bottom: -10px;
  }
}
.text_slider .slick-dots li {
  height: 10px;
  width: 10px;
  padding: 0;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #fff;
  cursor: pointer;
}
.text_slider .slick-dots li.slick-active {
  background-color: #fff;
}
.text_slider .newslide h1 {
  font-size: 30px;
  color: white;
  font-family: "Lobster", cursive;
}
.text_slider .newslide p {
  color: white;
  padding: 0px 20px;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .text_slider .newslide h1 {
    font-size: 52px;
    color: white;
  }
  .text_slider .newslide p {
    color: white;
    text-align: center;
    padding: 0px 50px;
  }
}
@media screen and (min-width: 1200px) {
  .text_slider .newslide h1 {
    font-size: 72px;
    color: white;
    margin-top: 26px;
  }
  .text_slider .newslide p {
    color: white;
    text-align: center;
    margin-top: 12px;
    font-size: 18px;
    line-height: 30px;
  }
}
.text_slider img {
  height: 170px;
  width: 170px;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .text_slider img {
    height: 213px;
    width: 213px;
  }
}

.card_section {
  position: relative;
}

@media screen and (min-width: 992px) {
  .card_section {
    margin-top: auto;
  }
}
.card_container {
  max-width: 1550px;
  position: relative;
  margin: 0 auto;
  padding: 0 12px;
}
.card_container .slick-slider .banner-cardSection {
  padding: 0px 7px;
}

.banner-cardSection {
  max-width: 465px;
  width: 100%;
  margin: 0px auto;
  padding-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .banner-cardSection {
    position: relative;
  }
}
.banner-cardSection .card-img {
  position: relative;
  border: 1px solid #46B574;
}
.banner-cardSection .card-img img {
  width: 100%;
  height: 294px;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner-cardSection .card-outer {
  position: relative;
  background-color: #1F1F20;
}
.banner-cardSection .card-outer::after {
  content: "";
  width: 100%;
  display: block;
  background-color: #46B574;
  position: absolute;
  top: -13px;
  z-index: 100;
  height: 13px;
}
.banner-cardSection .card-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 88px;
  padding: 10px 10px;
}
.banner-cardSection .card-text p {
  color: white;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .banner-cardSection .card-text p {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .banner-cardSection .card-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 88px;
    padding: 20px 29px;
  }
  .banner-cardSection .card-text p {
    color: white;
    font-weight: 700;
  }
}
.banner-cardSection a {
  text-decoration: none;
}
.banner-cardSection .card-text a:hover, .banner-cardSection .card-text a:active {
  background-color: #9A1B21;
  color: #fff;
}

.productwrapper {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .productwrapper {
    margin-top: 62px;
  }
}

.product-content h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  margin-left: 0px;
}
@media screen and (min-width: 992px) {
  .product-content h2 {
    margin-left: 35px;
    margin-bottom: 50px;
  }
}

.popular-products {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .popular-products {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 992px) {
  .popular-products {
    margin-bottom: 0px;
  }
}
.popular-products .first-img {
  margin-top: 11px;
}
.popular-products .first-img img {
  width: 100%;
  max-width: 108px;
  height: auto;
  max-height: 250px;
}
.popular-products .productLoopImg {
  height: 0px !important;
  min-height: 0px !important;
  max-height: 0px !important;
  position: relative;
  padding-top: 100%;
}
.popular-products .productLoopImg img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain !important;
  object-fit: contain !important;
}
.popular-products .second-img img {
  margin-left: 0px;
  width: 100%;
  max-width: 370px;
  max-height: 250PX;
  height: auto;
}
@media screen and (min-width: 992px) {
  .popular-products .second-img img {
    margin-left: 26px;
    width: 100%;
    max-width: 370px;
    max-height: 250PX;
    height: auto;
  }
}
.popular-products .third-img {
  margin-left: 0px;
}
@media screen and (min-width: 992px) {
  .popular-products .third-img {
    margin-left: 14px;
  }
}
.popular-products .third-img img {
  width: 100%;
  max-width: 259px;
  max-height: 250PX;
  height: auto;
}
.popular-products .product-info {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .popular-products .product-info {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .popular-products .product-info {
    margin-top: 40px;
  }
}
.popular-products .product-info h3 {
  font-size: 19.74px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 0;
}
.popular-products .product-info h3 a {
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 0;
  color: black;
}
.popular-products .product-info h3 a:hover {
  color: #F59A3D;
  transition: 0.4s all;
}
@media screen and (min-width: 768px) {
  .popular-products .product-info h3 a {
    font-size: 19.74px;
  }
}
.popular-products .product-info h5 {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #242425;
  padding-top: 10px;
  margin: 0;
}
.popular-products .product-info h5 a {
  color: #242425;
}
@media screen and (min-width: 768px) {
  .popular-products .product-info h5 {
    font-size: 15px;
    font-weight: 600;
  }
}
.popular-products .product-info p {
  font-family: "Poppins", sans-serif;
  font-size: 17.5px;
  font-weight: 700;
  color: #9C1A22;
  margin: 0;
  padding-bottom: 9px;
}
.popular-products .product-info .button {
  background-color: #000;
  color: #fff;
  margin-top: 10px !important;
  line-height: 1.3;
  max-width: 235px;
}
.popular-products .product-info .button:hover {
  background-color: #0AA049;
  color: white;
  transition: 0.4s all;
}
.popular-products .product-info .price {
  color: #9c1a22 !important;
  font-family: "Poppins", sans-serif;
  font-weight: 700 !important;
  font-size: 17px !important;
  margin: 10px 0px !important;
}

.accoris-price {
  padding-bottom: 3px !important;
}

.xtra-style {
  padding-right: 25px;
}

.asSecTitle {
  text-align: center;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .asSecTitle {
    font-size: 24px;
  }
}

.hand-crft {
  position: relative;
}

.handwrapper {
  position: relative;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 334px;
  z-index: 0;
  padding-top: 20%;
  color: #fff;
}
@media screen and (min-width: 576px) {
  .handwrapper {
    padding-top: 0%;
  }
}
@media screen and (min-width: 768px) {
  .handwrapper {
    min-height: 434px !important;
  }
}
.handwrapper :after {
  position: absolute;
  content: "";
  left: 0;
  top: 40%;
  height: 60%;
  width: 100%;
  z-index: -1;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 51%, rgb(0, 0, 0) 51%);
}
@media screen and (min-width: 576px) {
  .handwrapper :after {
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.4) 50%, rgb(0, 0, 0) 100%);
    top: 0%;
    height: 100%;
  }
}

.handcrft-info {
  display: flex;
  flex-direction: column;
  padding: 40px 0px;
}
.handcrft-info h1 {
  font-family: "Lobster", cursive;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .handcrft-info h1 {
    font-size: 60px;
  }
}
@media screen and (min-width: 1300px) {
  .handcrft-info h1 {
    font-family: "Lobster", cursive;
    font-size: 100px;
    font-weight: 400;
    color: white;
    margin-bottom: 0;
  }
}
.handcrft-info .hand-details h4 {
  color: white;
  font-size: 20px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin: 0 0 18px 12px;
}
@media screen and (min-width: 992px) {
  .handcrft-info .hand-details h4 {
    color: white;
    font-size: 30px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    margin: 0 0 18px 12px;
  }
}
.handcrft-info img {
  width: 100%;
  max-width: 200px;
  height: auto;
}
.handcrft-info a {
  display: inline-block;
  text-decoration: none;
  max-width: 238px;
  margin: 33px 0 0 5px;
  display: block;
  text-align: center;
}
.handcrft-info .button:hover, .handcrft-info .button:active {
  background-color: white !important;
  color: #000;
}

.testomonialwrapper {
  position: relative;
  background-position: left;
  background-repeat: no-repeat;
  min-height: 300px;
}
.testomonialwrapper .leftImgrev {
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.testomonialwrapper .rightCntrev {
  position: relative;
  z-index: 1;
}
.testomonialwrapper:after {
  content: "";
  position: absolute;
  top: 220px;
  left: 15px;
  background-repeat: no-repeat;
  background-position: left center;
  width: 150px;
  height: 150px;
  background-size: contain;
  background-image: url("../images/bbq-png.png");
}
@media screen and (min-width: 576px) {
  .testomonialwrapper .leftImgrev {
    height: 300px;
  }
  .testomonialwrapper:after {
    top: 320px;
    width: 150px;
    height: 150px;
  }
}
@media screen and (min-width: 768px) {
  .testomonialwrapper {
    padding-left: 45%;
    display: flex;
    min-height: 420px;
  }
  .testomonialwrapper:after {
    top: 15px;
    width: 250px;
    height: 250px;
    left: 47%;
  }
  .testomonialwrapper .leftImgrev {
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
    position: absolute;
  }
  .testomonialwrapper .rightCntrev {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .testomonialwrapper {
    min-height: 440px;
  }
  .testomonialwrapper:after {
    width: 375px;
    height: 375px;
  }
  .testomonialwrapper .rightCntrev {
    max-width: 800px;
    width: 100%;
    padding-left: 250px;
  }
}

.test_content {
  text-align: center;
  padding: 25px 15px;
  max-width: 500px;
  margin: auto;
}
.test_content h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 30px;
}
.test_content .star-rating p {
  margin: 0 0 5px 0;
}
.test_content p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 12px;
}
.test_content h6 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 32px;
}
.test_content .client-logo img {
  max-width: 125px;
  width: 100%;
  max-height: 40px;
  height: auto;
}

.testomonial {
  background-color: #EFEFEF;
  margin: 20px 0px;
}

.about-bbq {
  margin: 20px 0px;
}

.bbqwrapper {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 400px;
  background-repeat: no-repeat;
  max-width: 100%;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0px;
}
@media screen and (min-width: 992px) {
  .bbqwrapper {
    min-height: 575px;
  }
}
.bbqwrapper:after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.76);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.bbqwrapper .bbq-details {
  text-align: center;
}
.bbqwrapper .bbq-details h1 {
  color: white;
  font-family: "Lobster", cursive;
  font-size: 50px;
}
@media screen and (min-width: 992px) {
  .bbqwrapper .bbq-details h1 {
    font-size: 96px;
  }
}
.bbqwrapper .bbq-details h2 {
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 18px;
}
@media screen and (min-width: 992px) {
  .bbqwrapper .bbq-details h2 {
    font-size: 55px;
    margin-top: -30px;
    margin-bottom: 18px;
  }
}
.bbqwrapper .bbq-details p {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: white;
  padding: 0 20px 30px 20px;
}
@media screen and (min-width: 992px) {
  .bbqwrapper .bbq-details p {
    padding: 0 208px 60px 208px;
    font-size: 18px;
  }
}
.bbqwrapper .bbq-details a {
  margin-right: 0px;
  padding: 10px 50px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .bbqwrapper .bbq-details a {
    margin-right: 30px;
  }
}
.bbqwrapper .bbq-details a:hover {
  color: #fff;
  background-color: #9A1B21;
  border-color: #9A1B21;
}

.star-rating p {
  color: #83ADEF;
  font-size: 14px;
}

.another-btn {
  border: 2px solid white;
  border-radius: 5px;
  background: rgba(99, 99, 97, 0.75);
  color: white;
  padding: 10px 40px;
}
.another-btn:hover {
  border: 2px solid #14A44E;
  color: #14A44E;
  transition: 0.4s all;
}

.news_section {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .news_section {
    margin-top: 105px;
  }
}
@media (max-width: 575px) {
  .news_section.sectiongap .row > div:nth-child(2) {
    display: none;
  }
}

.news-title {
  text-align: center;
  margin: 0 0 25px 0px;
}
@media screen and (min-width: 992px) {
  .news-title {
    margin: 0 0 60px 0px;
  }
}
.news-title h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 55px;
}

.recent-news {
  border: 1px solid gray;
  width: 100%;
  margin: 15px auto;
}
@media screen and (min-width: 992px) {
  .recent-news {
    margin: 0 0 15px 0 !important;
    padding: 0;
  }
}
.recent-news .img-recentNews {
  position: relative;
}
.recent-news .img-recentNews img {
  width: 100%;
  height: 200px !important;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 440px) {
  .recent-news .img-recentNews img {
    height: 250px !important;
  }
}
.recent-news .img-recentNews .asLogo img {
  -o-object-fit: contain;
  object-fit: contain;
  padding: 15px;
  background: #eee;
}
.recent-news .recent-news-btn {
  position: absolute;
  bottom: 2px;
  left: 35px;
}
.recent-news .recent-news-btn .company-btn {
  text-decoration: none;
  background-color: #47B674;
  border: none;
  font-size: 14px;
  line-height: 30px;
  border-radius: 20px;
  color: white;
  font-weight: 600;
  padding: 2px 20px;
}
.recent-news .recent-news-btn .company-btn:hover {
  background-color: black;
  transition: 0.4s all;
}
.recent-news .recent-newsTxt {
  padding: 30px 20px 20px 20px;
  position: relative;
  height: 200px;
  overflow: hidden;
}
.recent-news .recent-newsTxt:after {
  position: absolute;
  bottom: 0px;
  width: 94%;
  left: 3%;
  height: 50px;
  content: "";
  display: block;
  background-color: transparent;
  background-image: linear-gradient(to top, #fff, transparent);
}
@media screen and (min-width: 992px) {
  .recent-news .recent-newsTxt {
    padding: 40px 20px 50px 40px;
  }
}
.recent-news .recent-newsTxt h3 {
  font-size: 21px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.recent-news .recent-newsTxt h3 a {
  text-decoration: none;
  color: #10242b;
}
.recent-news .recent-newsTxt h3 a:hover {
  color: #F59A3D;
  transition: 0.4s all;
}
.recent-news .recent-newsTxt p {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #5c666a;
  margin-bottom: 0;
}
.recent-news .recent-author {
  padding: 15px 0px 15px 20px;
  border-top: 1px solid gray;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .recent-news .recent-author {
    padding: 15px 0px 15px 50px;
  }
}
.recent-news .recent-author a {
  text-decoration: none;
}
.recent-news .recent-author img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.recent-news .recent-author span {
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
}

.news-margin {
  margin: 15px auto;
}
@media screen and (min-width: 1920px) {
  .news-margin {
    margin: 15px 0px !important;
  }
}

.second-margin {
  margin: 15px auto;
}
@media screen and (min-width: 992px) {
  .second-margin {
    margin: 0 0 0 15px !important;
  }
}

.promisewrapper {
  margin-top: 45px;
}
@media screen and (min-width: 992px) {
  .promisewrapper {
    margin-top: 50px;
  }
}

.promise-content {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .promise-content {
    margin-bottom: 60px;
  }
}
.promise-content h3 {
  font-size: 19px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.promise-content p {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 400;
  padding: 0 20px;
}
@media screen and (min-width: 992px) {
  .promise-content p {
    padding: 0 150px;
  }
}

footer {
  position: relative;
}
footer hr {
  opacity: 0.6;
  width: 100%;
}

.footerWrapper {
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-position: 60% 95%;
}
.footerWrapper .container {
  max-width: 1170px;
}

.companyLink {
  padding-top: 62px;
}
.companyLink h2 {
  font-size: 21px;
  font-weight: 600;
  line-height: 26px;
}
.companyLink a:hover {
  color: #14A44E;
  transition: 0.3s all;
}

.seacrhOption {
  padding-top: 62px;
}
.seacrhOption h2 {
  font-size: 21px;
  font-weight: 600;
  line-height: 26px;
}
.seacrhOption a:hover {
  color: #14A44E;
  transition: 0.3s all;
}
.seacrhOption .boubleContent {
  display: flex;
}
.seacrhOption .mar-left {
  margin-left: 60px;
}
@media screen and (min-width: 768px) {
  .seacrhOption .mar-left {
    margin-left: 117px;
  }
}

.footerAdress {
  display: flex;
  flex-direction: column;
  padding-top: 45px;
  margin-bottom: 44px;
  align-items: center;
  margin-left: 0px;
}
@media screen and (min-width: 992px) {
  .footerAdress {
    display: flex;
    flex-direction: column;
    padding-top: 45px;
    margin-bottom: 44px;
    align-items: flex-start;
    margin-left: 65px;
  }
}
.footerAdress img {
  width: 162px;
  height: 162px;
}
.footerAdress .footerpera {
  padding-top: 15px;
}
.footerAdress .footerpera p {
  font-size: 16px;
  font-weight: 400;
  margin: unset;
  padding: unset;
}
.footerAdress .mailANDphone {
  padding-top: 15px;
}
.footerAdress .mailANDphone p {
  font-size: 15px;
  font-weight: 400;
  padding: unset;
  margin: unset;
}
.footerAdress .mailANDphone a {
  text-decoration: none;
  color: black;
}
.footerAdress .mailANDphone a:hover {
  color: #1DA955;
  text-decoration: underline;
  transition: 0.3s all;
}

@media screen and (min-width: 992px) {
  .peragraph-icon-phone {
    padding-left: 15px;
  }
}
@media screen and (min-width: 992px) {
  .mm-panels {
    display: none;
  }
}
.alternative-menu ul {
  padding-left: 0px;
  margin-bottom: 0;
  -moz-columns: 160px 3;
  columns: 160px 3;
}
.alternative-menu ul li {
  list-style: none;
  padding-top: 15px;
}
.alternative-menu ul li.current-menu-item > a {
  color: #9A1B21;
}
.alternative-menu ul a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  color: #000000;
}
.alternative-menu .current-menu-item {
  border: none;
}

@media screen and (min-width: 992px) {
  .alternative-menu ul {
    padding-left: 0;
  }
  .alternative-menu ul li {
    list-style: none;
    padding-top: 15px;
  }
  .alternative-menu ul a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
  }
}
.social-midea-icon {
  padding-top: 25px;
}
.social-midea-icon ul {
  display: flex;
  padding: 0;
}
.social-midea-icon ul li {
  list-style: none;
}
.social-midea-icon ul li a {
  color: #ffffff;
  font-size: 17px;
  text-decoration: none;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  transition: 0.4s all;
  background-color: #333;
}
.social-midea-icon ul li a.facebook {
  background-color: #465F94;
}
.social-midea-icon ul li a.twitter {
  background: rgba(85, 172, 238, 0.75);
}
.social-midea-icon ul li a.google {
  background-color: #DD4B39;
}
.social-midea-icon ul li a:hover {
  border-radius: 10px;
}
.social-midea-icon.zeropadding {
  padding: unset;
  margin: 23px 0 0 2px;
}
.social-midea-icon.zeropadding ul li a {
  color: #2c2c2d;
  font-size: 12px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #2c2c2d;
}

.copyRight {
  padding: 20px 0px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .copyRight {
    padding: 30px 0px;
    text-align: center;
  }
}
.copyRight p {
  font-size: 15px;
  padding: unset;
  margin: unset;
}

.footer-menu ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-menu ul li {
  padding-top: 15px;
}
.footer-menu ul li:not(:last-child) {
  margin-right: 15px;
}
.footer-menu a {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #000000;
}
.footer-menu a:hover {
  color: #1DA955;
  text-decoration: underline;
  transition: 0.3s all;
}

.adresscontent {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .adresscontent {
    text-align: left;
  }
}

.blog-header {
  padding-top: 3px;
}

.blogBanner {
  background-image: url(../images/banner-new1.jpg);
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.blogBanner ::after {
  content: url(../images/blog-logo.png);
  position: absolute;
  right: 18%;
  top: 60px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .blogBanner ::after {
    right: 35%;
    top: 60px;
    z-index: -1;
  }
}
@media screen and (min-width: 992px) {
  .blogBanner ::after {
    right: 310px;
    top: 60px;
    z-index: -1;
  }
}

.bbq-layer {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.bbq-intro {
  background: rgba(0, 0, 0, 0.7);
}

.bbq-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  min-height: 180px;
}
.bbq-title h1 {
  font-size: 30px !important;
  font-family: "Lobster", cursive;
  color: white;
}
@media screen and (min-width: 768px) {
  .bbq-title h1 {
    font-size: 52px !important;
  }
}
@media screen and (min-width: 992px) {
  .bbq-title h1 {
    font-size: 72px !important;
  }
}

.product-features {
  margin-top: 45px;
}
@media screen and (min-width: 992px) {
  .product-features {
    margin-top: 90px;
  }
}

.product-contact ul {
  display: flex;
  margin-left: 0px;
}
@media screen and (min-width: 992px) {
  .product-contact ul {
    margin-left: 14px;
  }
}
.product-contact ul li {
  list-style: none;
  margin-right: 7px;
  color: #69696A;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
}
.product-contact ul a {
  text-decoration: none;
  color: #69696A;
}
.product-contact ul a:hover {
  color: black;
}

.product-information {
  margin-top: 65px;
}
.product-information .single-img {
  margin-left: 0px;
}
@media screen and (min-width: 992px) {
  .product-information .single-img {
    margin-left: 90px;
  }
}
.product-information .single-img img {
  max-width: 768px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .product-information .single-img img {
    max-width: 600px;
    width: 100%;
  }
}
.product-information .product-slider {
  margin-top: 30px;
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (min-width: 992px) {
  .product-information .product-slider {
    margin-top: 120px;
    margin-left: 137px;
    margin-right: 60px;
  }
}
.product-information .product-slider .blog-cont {
  margin: 0;
  padding: 0;
}
.product-information .product-slider img {
  max-width: 140px;
  width: 100%;
}
.product-information .product-slider .slick-prev::before {
  content: "<";
  color: black;
  margin-top: -28px;
}
.product-information .product-slider .slick-next::before {
  content: ">";
  color: black;
  margin-top: -28px;
}

.info-blogproduct h2 {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  max-width: 535px;
  width: 100%;
}
.info-blogproduct p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 17px;
  margin-bottom: 5px;
}
.info-blogproduct p .x-color {
  color: #02DB02;
  font-weight: 700;
}
.info-blogproduct p .stock-red {
  color: #9A1B21;
}
.info-blogproduct .modelno {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-top: 0;
}
.info-blogproduct .modelno .sku-model {
  color: #777676;
  font-weight: 400;
}

.order-system {
  margin-top: 40px;
  margin-left: 0px;
}
@media screen and (min-width: 768px) {
  .order-system {
    margin-left: 4px;
  }
}
.order-system .value {
  text-transform: uppercase;
  margin-bottom: 0;
}
.order-system .f-size {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.order-system .price {
  font-family: #000;
  font-size: 24px;
  font-weight: 700;
  color: #9c1a22 !important;
}
.order-system .price del {
  font-size: 80%;
}
.order-system .vat {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.order-system .delivery-chrg {
  text-decoration: underline;
  color: #9b1c1e;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-top: 3px;
}
.order-system .delivery-details {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #2c2c2d;
  margin-top: 35px;
  margin-left: 2px;
}
.order-system a {
  text-decoration: none;
}

.wish {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #2d2d2d;
  margin: 10px 0 15px 0px;
}
@media screen and (min-width: 992px) {
  .wish {
    margin: 50px 0 25px 15px;
  }
}
.wish span {
  font-size: 20px;
}

.mesurment {
  margin-top: 28px;
  padding-left: 0px;
}
@media screen and (min-width: 992px) {
  .mesurment {
    padding-left: 7px;
  }
}
.mesurment h4 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.mesurment .table {
  max-width: 473px;
  width: 100%;
  background: #F5F5F5;
}
.mesurment .background {
  border-bottom: none;
  background: #E7E7E7;
}
.mesurment td {
  padding: 0;
}
.mesurment td p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 1px 4px;
}
.mesurment td p span {
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
}

.descrivewrapper {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .descrivewrapper {
    margin-top: 106px;
  }
}
.descrivewrapper .descrive_content {
  text-align: center;
}
.descrivewrapper .descrive_content h3 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 400;
  margin-left: 0px;
}
@media screen and (min-width: 992px) {
  .descrivewrapper .descrive_content h3 {
    margin-left: 97px;
  }
}
.descrivewrapper .descrive_content p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0 0 0px;
}
@media screen and (min-width: 992px) {
  .descrivewrapper .descrive_content p {
    margin: 20px 0 0 122px;
  }
}

.deliverywrapper {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .deliverywrapper {
    margin-top: 68px;
  }
}
.deliverywrapper .dilivery_content {
  text-align: center;
}
.deliverywrapper .dilivery_content h3 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 400;
  margin-left: 0px;
}
@media screen and (min-width: 992px) {
  .deliverywrapper .dilivery_content h3 {
    margin-left: 105px;
  }
}
.deliverywrapper .dilivery_content p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0px 0 0 0px;
}
@media screen and (min-width: 992px) {
  .deliverywrapper .dilivery_content p {
    margin: 20px 0 0 122px;
  }
}

.related {
  margin-bottom: 50px;
}
@media screen and (min-width: 1300px) {
  .related {
    margin-bottom: 120px;
  }
}
.related h2 {
  text-align: center;
  margin: 45px 0px 20px 0px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .related h2 {
    margin-top: 120px 0px 30px 0px;
  }
}
.related h2::before {
  position: absolute;
  content: "";
  width: 300px;
  height: 100%;
  background: url(../images/blog-border.jpg);
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  top: 100%;
}
.related .popular-products .product-info h3 a {
  font-size: 16px;
}
@media screen and (min-width: 1400px) {
  .related .popular-products .product-info h3 a {
    font-size: 19px;
  }
}
.related .popular-products .product-info h5 {
  font-size: 13px;
  font-weight: 400;
}
@media screen and (min-width: 1400px) {
  .related .popular-products .product-info h5 {
    font-size: 15px;
    font-weight: 600;
  }
}
.related .popular-products .product-info .button {
  font-size: 14px !important;
  padding: 7px 12px;
  text-align: center;
}
@media screen and (min-width: 1400px) {
  .related .popular-products .product-info .button {
    font-size: 16px !important;
    padding: 10px 16px;
  }
}

.title-blog {
  margin: 30px 0px 30px 0px;
}
@media screen and (min-width: 992px) {
  .title-blog {
    margin: 109px 0px 130px 46px;
  }
}
.title-blog h2 {
  margin-bottom: 10px;
}
.title-blog .title-img {
  display: flex;
  justify-content: center;
}
.title-blog img {
  max-width: 320px;
  min-height: 5px;
  height: auto;
}

.m-zero-auto {
  margin: 0 auto;
}

.first-product {
  margin: 0 0 30px 0px;
}
.first-product img {
  margin-right: 0px;
}
@media screen and (min-width: 992px) {
  .first-product {
    margin: 0 0 0 30px;
  }
  .first-product img {
    margin-right: 70px;
  }
}

.second-product {
  margin: 0 0 30px 0px;
}
.second-product img {
  margin-right: 0px;
}
@media screen and (min-width: 992px) {
  .second-product {
    margin: 0 0 0 66px;
  }
  .second-product img {
    margin-right: 70px;
  }
}

.third-product {
  margin: 0 0 30px 0px;
}
.third-product img {
  margin-right: 0px;
}
@media screen and (min-width: 992px) {
  .third-product {
    margin: 0 0 0 80px;
  }
  .third-product img {
    margin-right: 70px;
  }
}

.bbq-firstp h5 {
  padding-top: 3px !important;
}

.more-mrgn {
  margin-left: 0px;
}
@media screen and (min-width: 992px) {
  .more-mrgn {
    margin-left: 30px;
  }
}
.more-mrgn h5 {
  margin-top: 0px !important;
  padding-top: 2px !important;
}

.blog-btn {
  background-color: black;
  border: none;
  font-size: 19px;
  border-radius: 5px;
  color: white;
  font-weight: 600;
  padding: 10px 40px;
}
.blog-btn:hover {
  background-color: #14A44E;
  transition: 0.4s all;
}

.firewrapper {
  position: relative;
  background-image: url(../images/fireandflame.jpg);
  width: 100%;
  height: 558px;
}

.firelayer {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.fire-content {
  text-align: center;
  min-height: 579px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
}
.fire-content h1 {
  color: white;
  font-family: "Lobster", cursive;
  font-size: 35px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -3.5px;
  margin-left: 0px;
}
@media screen and (min-width: 768px) {
  .fire-content h1 {
    font-size: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .fire-content h1 {
    font-size: 60px;
    margin-left: 90px;
  }
}
.fire-content h1 span {
  font-weight: 600;
  color: #cc333b;
  border-bottom: 3px solid #cc333b;
}
.fire-content h2 {
  font-family: "Poppins", sans-serif;
}
.fire-content p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: white;
  padding: 0 0 40px 0;
}
@media screen and (min-width: 992px) {
  .fire-content p {
    padding: 0 206px 46px 244px;
    margin-top: 28px;
  }
}
.fire-content a {
  padding: 10px 50px;
  margin-left: 0px;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .fire-content a {
    margin-left: 47px;
  }
}

.sectiongap {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .sectiongap {
    margin-top: 100px;
  }
}
.sectiongap .second-margin {
  margin: 15 auto !important;
}
@media screen and (min-width: 768px) {
  .sectiongap .second-margin {
    margin: 0 auto;
  }
}

.imgOfrecent {
  max-width: 775px;
  width: 100%;
  border: 1px solid gray !important;
  margin-left: 0;
  margin: 0 auto;
}
@media screen and (min-width: 1450px) {
  .imgOfrecent {
    margin-left: 180px;
  }
}
.imgOfrecent .btnandimg {
  position: relative;
  height: 200px;
}
@media screen and (min-width: 440px) {
  .imgOfrecent .btnandimg {
    height: 250px;
  }
}
.imgOfrecent a {
  text-decoration: none;
}
.imgOfrecent a img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}
.imgOfrecent .recent-news-btn {
  position: absolute;
  bottom: 2px;
  left: 35px;
}
.imgOfrecent .recent-news-btn a {
  border: none;
  font-size: 14px;
  line-height: 30px;
  border-radius: 20px;
  color: white;
  font-weight: 600;
  padding: 2px 20px;
  background-color: #47B674;
  text-decoration: none;
}
.imgOfrecent .recent-news-btn a:hover {
  background-color: black;
  transition: 0.4s all;
}
.imgOfrecent .recent-newsTxt {
  padding: 30px 20px 20px;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.imgOfrecent .recent-newsTxt:after {
  position: absolute;
  bottom: 0px;
  width: 94%;
  left: 2%;
  height: 50px;
  content: "";
  display: block;
  background-color: transparent;
  background-image: linear-gradient(to top, #fff, transparent);
}
@media screen and (min-width: 992px) {
  .imgOfrecent .recent-newsTxt {
    padding: 40px 20px 50px 40px;
  }
}
.imgOfrecent .recent-newsTxt h3 {
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  line-height: 20px;
  font-weight: 500;
}
.imgOfrecent .recent-newsTxt h3 a {
  color: #10242b !important;
  text-decoration: none;
}
.imgOfrecent .recent-newsTxt h3 a:hover {
  color: #F59A3D !important;
  transition: 0.4S all;
}
.imgOfrecent .recent-newsTxt p {
  font-family: "Poppins", sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 30px;
  margin-bottom: 43px;
  color: #5c666a;
}
.imgOfrecent .blog-autror {
  position: relative;
  padding-left: 45px;
  padding: 15px 0px 15px 10px;
  border-top: 1px solid gray !important;
}
@media screen and (min-width: 992px) {
  .imgOfrecent .blog-autror {
    padding: 15px 0px 15px 45px;
    border-top: 1px solid gray !important;
  }
}
.imgOfrecent .blog-autror img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.imgOfrecent .blog-autror span {
  margin-left: 11px;
}

.newswrapper .recent-news .recent-autror {
  position: relative;
  padding-left: 45px;
  padding: 15px 0px 15px 10px;
  border-top: 1px solid gray !important;
}
@media screen and (min-width: 992px) {
  .newswrapper .recent-news .recent-autror {
    padding: 15px 0px 15px 45px;
    border-top: 1px solid gray !important;
  }
}
.newswrapper .recent-news .recent-autror img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.newswrapper .recent-news .recent-autror span {
  margin-left: 11px;
}
.newswrapper .recent-news .recent-newsTxt h3 a {
  color: #10242b !important;
  text-decoration: none;
}
.newswrapper .recent-news .recent-newsTxt h3 a:hover {
  color: #F59A3D !important;
  transition: 0.4S all;
}
.newswrapper .recent-news .recent-newsTxt p {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #5c666a !important;
}
.newswrapper .asbottomnewslider .slick-slide {
  padding: 0px 10px;
}

.another-card h3 {
  width: 220px;
  max-width: 100%;
}

.small-coll {
  width: 100%;
  min-height: 300px;
  margin: 20px 0 0 0 0px;
}
@media screen and (min-width: 576px) {
  .small-coll {
    margin: 0px;
  }
}
@media screen and (min-width: 992px) {
  .small-coll {
    margin: 0 0 0 0 !important;
    max-width: 350px;
    width: 100%;
    min-height: 300px;
  }
}
@media screen and (min-width: 1480px) {
  .small-coll {
    max-width: 370px;
    width: 100%;
    min-height: 300px;
  }
}
.small-coll .blogrecent-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.addnew {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .addnew {
    margin-top: 65px;
  }
}

.blogfooter {
  margin: 0px 0 0 0;
}
@media screen and (min-width: 992px) {
  .blogfooter {
    margin: 30px 0 0 15px;
  }
}
.blogfooter img {
  width: 120px;
  height: 120px;
}

.sidebar {
  max-width: 410px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.sidebar form input {
  border: 1px solid #ddd;
}

.widget_search span.input-group-text {
  background: transparent;
  border: 0;
  padding: 0;
}
.widget_search input[type=submit] {
  padding: 11px 10px;
}

.woocommerce-product-search {
  position: relative;
}
.woocommerce-product-search .search-field {
  width: 100%;
  height: 46px;
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  padding: 5px 10px;
}
.woocommerce-product-search button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 100%;
  background-color: #E9ECEF;
  border: 0px;
  font-size: 0;
  background-size: 40% auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/search.png");
}
.woocommerce-product-search input[type=text] {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}
.woocommerce-product-search input[type=text]:focus {
  border-color: #222;
}
.woocommerce-product-search .input-group-text {
  border: none;
  cursor: pointer;
}

.sidebar-widget .sidebar-title h5 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 26px;
  font-weight: 700;
  padding-bottom: 13px;
  border-bottom: 2px solid #ededed;
}

ul.sidebar-link-list {
  padding: 0;
  list-style-type: none;
}
ul.sidebar-link-list li a {
  color: #222;
}
ul.sidebar-link-list li a:hover {
  color: #9A1B21;
}

.widget_product_categories ul {
  padding: 0;
  list-style-type: none;
}
.widget_product_categories ul li + li:not(.chosen) {
  margin-top: 10px;
}
.widget_product_categories ul li a {
  color: #222;
}
.widget_product_categories ul li a:hover {
  color: #9A1B21;
}
.widget_product_categories ul li ul {
  margin-top: 5px;
  padding-left: 15px;
}

.sidebar-widget {
  width: 100%;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
}
.sidebar-widget label {
  color: #222;
}
.sidebar-widget + .sidebar-widget {
  margin-top: 35px;
}
@media only screen and (min-width: 1200px) {
  .sidebar-widget + .sidebar-widget {
    margin-top: 55px;
  }
}

.filter-type-price {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.filter-type-price input[type=text] {
  border: none;
  text-align: right;
  max-width: 132px;
  color: #222;
  font-size: 18px;
  margin-bottom: 8px;
}

/*--------- Price Range -------*/
.widget_price_filter .ui-widget-content {
  border: 1px solid #c5c5c5 !important;
  background-color: #fff !important;
}
.widget_price_filter .ui-slider-range, .widget_price_filter .ui-slider-handle {
  background-color: #9A1B21 !important;
}
.widget_price_filter .price_slider_amount .button {
  color: #fff;
  background-color: #9A1B21;
}
.widget_price_filter .price_slider_amount .button:hover, .widget_price_filter .price_slider_amount .button:active {
  color: #fff;
  background-color: #0AA049 !important;
}

.ui-widget.ui-widget-content {
  height: 5px;
  border-radius: 3px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -8px;
  border-radius: 50%;
}

.yith-wcwl-icon {
  font-family: "FontAwesome";
  color: #9EDAEE;
}

.product-information .woocommerce-product-gallery, .product-information .summary {
  float: none;
  width: 100% !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background-color: #0AA049;
  color: #fff;
}
.woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:active, .woocommerce a.button:hover, .woocommerce a.button:active, .woocommerce button.button:hover, .woocommerce button.button:active, .woocommerce input.button:hover, .woocommerce input.button:active {
  background-color: #000;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #9A1B21;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit.alt:active, .woocommerce a.button.alt:hover, .woocommerce a.button.alt:active, .woocommerce button.button.alt:hover, .woocommerce button.button.alt:active, .woocommerce input.button.alt:hover, .woocommerce input.button.alt:active {
  background-color: #9A1B21;
  color: white;
  opacity: 0.85;
}

#menu-copyright-menu {
  display: flex !important;
  list-style: none;
  justify-content: center;
  margin: 0;
  padding: 0px;
}
#menu-copyright-menu li {
  position: relative;
  margin-right: 20px;
}
#menu-copyright-menu li::after {
  content: "/";
  right: -10px;
  position: absolute;
  top: 0;
}
#menu-copyright-menu li:last-child:after {
  display: none;
}
#menu-copyright-menu a {
  text-decoration: none;
  color: black;
  font-size: 14px;
}
#menu-copyright-menu a:hover {
  color: #9A1B21;
  transition: 0.4s all;
  text-decoration: underline;
}
#menu-copyright-menu .current-menu-item {
  border: none !important;
}

.page-banner {
  margin: 40px 0px 30px 0px;
}
@media screen and (min-width: 992px) {
  .page-banner {
    margin: 80px 0px 60px 0px;
  }
}

.blogOuter h1 {
  font-family: "Lobster", cursive;
  letter-spacing: 0.5px;
  margin: 10px 0px;
}
.blogOuter .blog-img img {
  margin: 20px 0px;
}

.breadcrumb {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap;
  font-size: 12px;
  color: #000;
}
.breadcrumb a {
  color: #69696A;
  margin-right: 5px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.breadcrumb a:hover {
  color: black;
  text-decoration: underline;
}

.wp-block-group ul {
  list-style-type: circle !important;
  padding-left: 8px !important;
}
.wp-block-group ul li {
  margin-bottom: 7px;
}
.wp-block-group ul a {
  text-decoration: none;
  color: #9A1B21;
}
.wp-block-group ul a:hover {
  text-decoration: underline;
  color: #F59A3D;
  transition: 0.4s all;
}

.socialShare {
  margin: 10px 0px;
}
.socialShare a {
  margin: 3px;
}

.blog-text h3 {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
}

.wp-block-latest-comments__comment-meta a {
  text-decoration: none;
  color: #F59A3D;
}
.wp-block-latest-comments__comment-meta a:hover {
  color: #9A1B21;
  transition: 0.4s all;
  text-decoration: underline;
}

.products {
  margin-top: 30px !important;
}
@media screen and (min-width: 992px) {
  .products {
    margin-top: 120px !important;
  }
}

.woocommerce-product-gallery ol {
  margin-top: 30px !important;
}
.woocommerce-product-gallery ol li {
  margin-left: 5px !important;
}
.woocommerce-product-gallery a img {
  width: 100%;
}

.woocommerce span.onsale {
  left: 1.5em;
}
@media screen and (min-width: 992px) {
  .woocommerce span.onsale {
    left: -0.5em;
  }
}

.yith-wcwl-add-button {
  margin: 10px 0px;
}
.yith-wcwl-add-button a {
  text-decoration: none;
  color: #222;
}
.yith-wcwl-add-button a span {
  color: #999798;
}
.yith-wcwl-add-button a span:hover {
  color: black;
  transition: 0.4s all;
}

.pagination {
  margin-top: 40px;
}
.pagination .nav-links {
  display: flex;
  margin: auto;
}
.pagination .nav-links a {
  color: #00a0f4;
  display: block;
  width: 40px;
  height: 34px;
  border: 1px solid gray;
  line-height: 34px;
  text-align: center;
  text-decoration: none;
}
.pagination .nav-links span {
  color: #00a0f4;
  border: 1px solid gray;
  display: block;
  width: 40px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.pagination .nav-links .current {
  background-color: #01283f;
  color: #fff;
}

.sidebar-widget a {
  color: #9A1B21;
  text-decoration: none;
}
.sidebar-widget a:hover {
  color: #F59A3D !important;
  text-decoration: underline;
  transition: 0.4s all;
}

.sidebar-inner {
  margin-bottom: 20px;
  display: none;
}
@media screen and (min-width: 992px) {
  .sidebar-inner {
    display: block !important;
  }
}

.right-side-product .woocommerce-result-count {
  font-size: 12px !important;
}
@media screen and (min-width: 768px) {
  .right-side-product .woocommerce-result-count {
    font-size: 16px !important;
  }
}
.right-side-product .xtra-style {
  padding: 0;
}
.right-side-product .popular-products {
  margin: 0;
}
.right-side-product select {
  border: 1px solid #aaa;
  background-color: #fff;
  border-radius: 0px;
  padding: 5px 10px;
}

.woocommerce-button {
  background-color: #F59A3D;
  color: white !important;
}
.woocommerce-button:hover {
  background-color: #9A1B21;
  color: white !important;
}

.price {
  color: #9c1a22 !important;
}

.value select, .variations select {
  background-color: #fff;
}

.single_add_to_cart_button {
  background-color: #9A1B21 !important;
  color: white;
  height: 40px;
  border-radius: 0px;
}
.single_add_to_cart_button:hover, .single_add_to_cart_button:active {
  opacity: 0.85;
}

.type-product .xtra-style {
  padding: 0;
}

.woocommerce span.onsale {
  padding: 0;
}

.mm-panel .current-menu-item {
  color: #9A1B21;
  border-bottom: none;
}

.product-area h2 {
  text-align: center;
}
.product-area ul.products {
  margin: 0px -7px !important;
}
.product-area ul.products.slick-slider li {
  padding: 0px 7px !important;
  clear: none !important;
  margin-bottom: 0px !important;
}
.product-area ul.products.slick-slider li span.onsale {
  margin: 0px !important;
}
@media screen and (min-width: 768px) {
  .product-area a.button {
    font-size: 14px !important;
  }
}

.secPadding {
  padding: 40px 0px;
}

.secPaddingTop {
  padding-top: 40px;
}

.secPaddingBottom {
  padding-bottom: 40px;
}

.secMargin {
  margin: 40px 0px;
}

.secMarginTop {
  margin-top: 40px;
}

.secMarginBottom {
  margin-bottom: 40px;
}

.boxMargin > div {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media screen and (min-width: 1200px) {
  .secPadding {
    padding: 80px 0px;
  }
  .secPaddingTop {
    padding-top: 80px;
  }
  .secPaddingBottom {
    padding-bottom: 80px;
  }
  .secMargin {
    margin: 80px 0px;
  }
  .secMarginTop {
    margin-top: 80px;
  }
  .secMarginBottom {
    margin-bottom: 80px;
  }
}
.secOuter,
.defualtSection {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .secOuter,
  .defualtSection {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .secOuter,
  .defualtSection {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.contactPage {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .contactPage {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .contactPage {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.contactPage a {
  color: inherit;
}

.sidebar {
  max-width: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mapOuter {
  margin-bottom: 25px;
  height: 230px;
  border: 3px solid #b7c2cf;
  background-color: #E8E8E8;
}
.mapOuter iframe {
  width: 100%;
  height: 100%;
}

.contactForm {
  padding: 20px 15px;
  border: 1px solid #b8b8b8;
  background-color: #fff;
  margin-bottom: 30px;
}
.contactForm h3 {
  max-width: 360px;
  font-size: 20px;
}

.formInner label {
  font-weight: 600;
  display: block;
  margin-bottom: 2px;
}
.formInner > div {
  margin-bottom: 15px;
}
.formInner input[type=submit] {
  border-radius: 0px;
  border: none;
  font-weight: 500;
  background-color: #0AA049;
  color: #fff;
  padding: 7px 12px;
}
.formInner input[type=submit]:hover {
  background-color: #F59A3D;
}
.formInner textarea {
  height: 120px;
}

.contactPages {
  background-color: #9A1B21;
  padding: 20px 15px;
  margin-bottom: 20px;
}
.contactPages .contactPagesInner {
  padding: 15px;
  background-color: #F59A3D;
  color: #fff;
}
.contactPages .contactPagesInner * {
  color: #fff;
}
.contactPages .contactPagesInner p,
.contactPages .contactPagesInner address {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}
.contactPages .contactPagesInner p strong,
.contactPages .contactPagesInner address strong {
  font-weight: 700;
}
.contactPages .contactPagesInner p + p, .contactPages .contactPagesInner p + address,
.contactPages .contactPagesInner address + p,
.contactPages .contactPagesInner address + address {
  margin-top: 40px;
}

.contactSocial {
  text-align: left;
}

.gMapOuter {
  width: 100%;
  height: 100%;
}
.gMapOuter .marker {
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .contactForm {
    padding: 20px 15px;
  }
  .contactForm h3 {
    margin-bottom: 20px;
  }
  .formInner label {
    margin-bottom: 3px;
  }
  .formInner input {
    width: 100%;
    height: 42px;
    padding: 5px 10px;
  }
  .formInner textarea {
    height: 125px;
    width: 100%;
  }
  .formInner > div {
    margin-bottom: 20px;
  }
  .formInner input[type=submit] {
    min-width: 198px;
    padding: 15px 20px;
    text-align: center;
    font-size: 18px;
    height: auto;
    width: auto;
    color: #fff;
  }
}
@media screen and (min-width: 1500px) {
  .mapOuter {
    height: 320px;
  }
  .contactForm {
    padding: 50px 30px;
  }
  .contactForm h3 {
    font-size: 24px;
    line-height: 27px;
    letter-spacing: -0.65px;
  }
  .contactPages .contactPagesInner {
    padding: 15px;
  }
  .contactPages .contactPagesInner p,
  .contactPages .contactPagesInner address {
    font-size: 20px;
    line-height: 27px;
  }
  .contactSocial a {
    font-size: 30px;
    width: 55px;
    line-height: 55px;
    margin-right: 5px;
  }
}
.twoColumn,
.fullColumn {
  margin-bottom: 30px;
}
.twoColumn .half_content,
.fullColumn .half_content {
  margin-bottom: 20px;
}

.woocommerce span.onsale {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  background-color: #9A1B21 !important;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .woocommerce span.onsale {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
}

.single-block .quantity input {
  height: 40px;
}
.single-block .stock {
  display: none;
}

ul.products > li.product {
  padding-bottom: 30px !important;
  margin-bottom: 30px !important;
}

a.show_sidebar_mobile {
  padding: 12px 20px;
  border: 1px solid #ddd;
  color: #000;
  text-decoration: none;
  display: block;
  width: 200px;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 30px;
  box-shadow: 0 0 5px rgba(78, 3, 59, 0.2);
}
@media only screen and (min-width: 992px) {
  a.show_sidebar_mobile {
    display: none;
    margin-top: 0px;
  }
}
a.show_sidebar_mobile.active {
  background: #0AA049;
  color: #fff;
}

.yith-wcwl-add-to-wishlist {
  margin: 15px 0px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-top: 3px solid #F59A3D;
}

.woocommerce-info, .woocommerce-message {
  border-top-color: #F59A3D;
}
.woocommerce-info:before, .woocommerce-message:before {
  color: #F59A3D;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  min-width: auto;
}

.coupon .button {
  background-color: #F59A3D;
  color: #fff;
  border-radius: 0px;
  height: 37px;
}
.coupon .button:hover, .coupon .button:active {
  background-color: #9c1a22;
  color: #000;
}

.woocommerce-cart-form td.actions .button {
  border-radius: 0px;
  height: 37px;
  color: #fff;
  font-size: 14px !important;
}

.checkout_coupon .button {
  border-radius: 0px;
  height: 37px;
  color: #fff;
  font-size: 14px !important;
}
.checkout_coupon .input-text {
  width: 200px;
}
.checkout_coupon .form-row {
  width: auto !important;
  float: left !important;
}

.woocommerce .woocommerce-form-login__submit, .woocommerce .woocommerce-form-register__submit {
  border-radius: 0px;
  height: 37px;
  color: #fff;
  font-size: 14px !important;
  background-color: #9A1B21 !important;
}
.woocommerce .woocommerce-form-login__submit:hover, .woocommerce .woocommerce-form-register__submit:hover {
  background-color: #9A1B21 !important;
  color: #fff;
  opacity: 0.85;
}
.woocommerce td.product-name a {
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  color: #000;
}
.woocommerce td.product-name a:hover {
  text-decoration: underline;
  color: inherit;
}
.woocommerce td.product-price {
  font-weight: 600;
  color: #9A1B21;
}
.woocommerce td.product-price del {
  font-size: 80%;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li {
  padding: 2px;
}
@media screen and (min-width: 768px) {
  .woocommerce nav.woocommerce-MyAccount-navigation ul li {
    padding: 0px;
    width: 100%;
  }
  .woocommerce nav.woocommerce-MyAccount-navigation ul li + li {
    border-top: 1px solid #ddd;
  }
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li a {
  background: #eee;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover, .woocommerce nav.woocommerce-MyAccount-navigation ul li a:active {
  background-color: #ddd;
  color: inherit;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a {
  background: #d9d9d9;
  color: #000;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Button {
  font-size: 14px !important;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Button:hover {
  background-color: #F59A3D !important;
  color: #fff;
}

@media screen and (min-width: 768px) {
  #add_payment_method table.cart td.actions .coupon .input-text,
  .woocommerce-cart table.cart td.actions .coupon .input-text,
  .woocommerce-checkout table.cart td.actions .coupon .input-text {
    min-width: 290px;
  }
}
@media screen and (min-width: 1200px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20%;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 78%;
  }
}
@media screen and (min-width: 576px) {
  .shop-area .productLoopImg {
    min-height: 260px;
  }
}
@media screen and (min-width: 768px) {
  .shop-area .productLoopImg {
    min-height: 215px;
  }
}
@media screen and (min-width: 1200px) {
  .shop-area .productLoopImg {
    min-height: 255px;
  }
}
@media screen and (min-width: 1400px) {
  .shop-area .productLoopImg {
    min-height: 334px;
  }
}
.asTopFeature.slick-slider {
  margin: 0px !important;
}

.pwb-brands-cols-outer {
  margin: 30px 0px;
}
.pwb-brands-cols-outer > div {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}
.pwb-brands-cols-outer > div p {
  position: absolute;
  bottom: 2px;
  left: 17px;
  display: inline-block;
  padding: 3px 6px;
  background-color: #E8E8E8;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 3px;
  color: #333;
  margin: 0px;
}
.pwb-brands-cols-outer > div p a {
  display: inline-block;
  color: #333;
  text-decoration: none;
}
.pwb-brands-cols-outer > div p a:hover, .pwb-brands-cols-outer > div p a:active {
  text-decoration: none;
}
.pwb-brands-cols-outer > div > div {
  border: 2px solid #E8E8E8;
  height: 130px;
  padding: 5px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.pwb-brands-cols-outer > div > div img {
  min-width: 1px;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.pwb-brands-cols-outer > div > div a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 26px;
  color: #333;
  font-weight: 700;
  text-align: center;
}
.pwb-brands-cols-outer > div > div a:hover, .pwb-brands-cols-outer > div > div a:active {
  text-decoration: none;
}

@media screen and (min-width: 701px) {
  .pwb-brands-cols-outer > div {
    width: 50% !important;
  }
}
@media screen and (min-width: 768px) {
  .pwb-brands-cols-outer > div {
    width: 33.333% !important;
  }
}
@media screen and (min-width: 1200px) {
  .pwb-brands-cols-outer > div {
    width: 25% !important;
  }
}
@media screen and (min-width: 1500px) {
  .pwb-brands-cols-outer > div {
    width: 20% !important;
  }
}
.error-page .error-page-inner {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 576px) {
  .error-page .error-page-inner {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 992px) {
  .error-page .error-page-inner {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .error-page .error-page-inner {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.error-page .error-page-inner > div {
  width: 100%;
}
.error-page .error-page-inner .error-code {
  font-size: 106px;
  letter-spacing: 4px;
  margin: 0 0 20px;
  line-height: 0.73;
  font-weight: 700;
  color: #ff0000;
}
@media only screen and (min-width: 576px) {
  .error-page .error-page-inner .error-code {
    font-size: 130px;
    letter-spacing: 4px;
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .error-page .error-page-inner .error-code {
    font-size: 200px;
    margin-bottom: 52px;
  }
}
.error-page .error-page-inner .error-title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 14px;
}
@media only screen and (min-width: 1200px) {
  .error-page .error-page-inner .error-title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 1500px) {
  .error-page .error-page-inner .error-title {
    font-size: 40px;
  }
}
.error-page .error-page-inner .error-msg-detail {
  color: #222;
  font-size: 14px;
  margin-bottom: 22px;
  font-weight: 400;
  line-height: 1.6;
}
@media only screen and (min-width: 1200px) {
  .error-page .error-page-inner .error-msg-detail {
    margin-bottom: 30px;
    font-size: 17px;
  }
}
.error-page .error-page-inner form {
  position: relative;
  max-width: 400px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1200px) {
  .error-page .error-page-inner form {
    margin-bottom: 40px;
  }
}
.error-page .error-page-inner form input {
  height: 54px;
}
.error-page .error-page-inner form input[type=search] {
  border: 1px solid #ddd;
  color: #444444;
  padding: 10px 17px;
  width: 100%;
  border-radius: 5px;
  padding-right: 52px;
  font-size: 18px;
}
.error-page .error-page-inner form input[type=submit] {
  background: transparent;
  border: medium none;
  color: #666666;
  padding: 11px 16px;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 10;
  font-size: 20px;
  outline: none;
  border-radius: 25px;
  line-height: 1.2;
  border-left: 1px solid #ddd !important;
}
.error-page .error-page-inner .btn {
  background-color: #F59A3D;
  color: #fff;
  outline: none;
  padding: 12px 15px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  height: 46px;
  border-radius: 0px;
  border: none;
}
.error-page .error-page-inner .btn:hover, .error-page .error-page-inner .btn:active {
  background-color: #9A1B21;
  color: #fff;
}
.error-page .error-page-inner form[role=search] {
  background-repeat: no-repeat;
}
.error-page .error-page-inner form[role=search] input {
  border-color: #EFEFEF;
  border-radius: 0px;
}
.error-page .error-page-inner form[role=search] input[type=submit] {
  border: none;
}
.error-page .error-page-inner form[role=search] .input-group-text {
  padding: 0px;
}

.searchPageBlog form {
  position: relative;
  max-width: 400px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1200px) {
  .searchPageBlog form {
    margin-bottom: 40px;
  }
}
.searchPageBlog form[role=search] {
  background-repeat: no-repeat;
}
.searchPageBlog form[role=search] input {
  border-color: #EFEFEF;
  border-radius: 0px;
  height: 46px;
}
.searchPageBlog form[role=search] input[type=submit] {
  border: 1px solid #efefef;
  border-left: none;
}
.searchPageBlog form[role=search] .input-group-text {
  padding: 0px;
  border: 0px;
}

.accordionOuter .card:not(:last-child) {
  margin-bottom: 20px;
}
.accordionOuter .card .card-header {
  position: relative;
  padding-right: 40px;
}
.accordionOuter .card .card-header i.fa-minus {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.accordionOuter .card .card-header .collapsed i.fa-minus::before {
  content: "\f067";
}/*# sourceMappingURL=style.css.map */