.header-top-area {
  background: rgb(178, 190, 195);
  max-height: none;
  border: none;
  padding: 0px;
  line-height: 1;
 
}

.header-top-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0px;
  /* margin-top: -20px !important; */
}

.top-bar-left {
  display: flex;
  gap: 30px;
}

.contact-link {
  display: flex;
  gap: 30px;
}

.contact-link .info_box {
  position: relative;
  line-height: 20px;
  text-shadow: none;
  font-size: 12px;
  vertical-align: top;
  font-weight: 400;
  color: rgb(51, 51, 51);
  text-transform: capitalize;
}

.contact-link .info_box.phone::before {
  content: "Ã¯Å Â ";
  color: #fff;
}

.contact-link .info_box::before {
  font-family: FontAwesome;
  font-size: 18px;
  color: #fff !important;
  margin-right: 5px;
  vertical-align: -2px;
}

.contact-link .info_box span {
  color: rgb(51, 51, 51);
}

.contact-link .info_box.email::before {
  content: "Ã¯Æ’Â ";
}

.top-bar-left .social_follow {
  padding: 0px;
  margin: 0px;
}

.social_follow {
  position: relative;
}

.social_follow ul {
  margin: 0px;
  display: flex;
  gap: 5px;
}

.top-bar-left .social_follow li {
  padding: 0px;
  margin: 0px;
  line-height: 1;
}

.top-bar-left .social_follow li a {
  position: relative;
  color: rgb(102, 102, 102);
  background: transparent;
  font-size: 18px;
  line-height: 20px;
  width: auto;
  height: auto;
  padding: 0px;
  z-index: 1;
  border: 0px;
  display: block;
  font-weight: normal;
  vertical-align: middle;
  transition: all 300ms ease-in 0s;
}

.topbar-nav {
  line-height: 1.5;
  display: flex;
  justify-content: end;
  gap: 15px;
}

.topbar-nav .dropdown {
}

.topbar-nav .dropdown button {
  padding: 0px;
  border: 0px;
  background: none;
  display: block;
  color: rgb(51, 51, 51);
  text-decoration: none;
  font-size: 13px;
}

.topbar-nav .dropdown button i {
  margin: 0px 3px;
}

.topbar-nav .dropdown button img {
  margin-right: 5px;
}

.topbar-nav .dropdown-menu {
  background: rgb(255, 255, 255);
  border-width: 2px 1px 1px;
  border-style: solid;
  border-color: rgb(168, 152, 66) rgb(237, 237, 237) rgb(237, 237, 237);
  border-image: initial;
  padding: 10px;
  min-width: 125px;
  border-radius: 0px;
  top: 10px !important;
}

.topbar-nav .dropdown-menu li {
}

.topbar-nav .dropdown-menu li a {
  text-decoration: none;
  font-size: 12px;
  line-height: 22px;
  color: rgb(99, 99, 99);
  display: block;
  padding: 0px 5px;
}

.topbar-nav .dropdown-menu li a:hover {
  background: rgb(168, 152, 66);
  padding: 0px 5px;
  color: rgb(255, 255, 255);
}

.topbar-nav .dropdown:last-child .dropdown-menu {
  right: 0px !important;
  left: auto !important;
}

.home-two .language ul li a:hover span {
  color: rgb(70, 183, 185);
}

.header-bottom-area {
  padding: 10px 0px;
}

.header-bottom-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.header-logo {
}

.main-menu nav > ul > li > a {
  /* color: rgb(51, 51, 51); */
  color: #636e72;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 58px;
  line-height: 58px;
  padding: 0px 20px;
  text-transform: uppercase;
}

.megamenu {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(229, 229, 227);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 6px 0px;
  left: 100%;
  padding: 20px 35px;
  top: 0px;
}

.menu-tile {
  border-bottom: 1px solid rgb(237, 237, 237);
  color: rgb(44, 44, 44);
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.single-megamenu ul li a {
  color: rgb(102, 102, 102);
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  padding: 0px;
  text-transform: capitalize;
}

.first-megamenu li.megamenu-img {
  flex-basis: 40%;
}

.main-menu ul {
  margin-bottom: 0px;
}

.main-menu ul li {
  display: inline-block;
  position: relative;
  list-style: none;
}

.main-menu ul li:hover a {
  text-decoration: none;
}

.main-menu nav > ul > li:first-child > a {
  padding-left: 0px;
}

.main-menu nav > ul > li:hover > a {
  color: rgb(202, 184, 89);
}

.main-menu nav > ul > li ul {
  position: absolute;
  padding: 10px 0px;
  width: 255px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px 2px;
  left: 0px;
  z-index: 9;
  background-color: rgb(255, 255, 255);
  margin-left: 0px;
  transform: perspective(600px) rotateX(-90deg);
  transform-origin: 100% 0%;
  transition: all 0.3s ease 0s;
}

.main-menu nav > ul > li:last-child ul {
  left: auto;
  right: 0px;
}

.main-menu nav > ul > li ul li {
  display: block;
}

.main-menu nav > ul > li ul li a {
  padding: 7px 10px 7px 25px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: rgb(68, 68, 68);
  text-transform: capitalize;
}

.main-menu nav > ul > li ul li a:hover {
  color: rgb(168, 152, 66);
}

.main-menu nav > ul > li ul.megamenu-3-column {
  width: 600px;
  transform: perspective(600px) rotateX(-90deg);
  transform-origin: 100% 0%;
  transition: all 0.3s ease 0s;
}

.main-menu nav > ul > li ul.megamenu-3-column > li {
  width: 33%;
  float: left;
}

.main-menu nav > ul > li ul.megamenu-3-column > li > a {
  font-size: 16px;
  font-weight: 700;
  color: rgb(41, 41, 41);
  padding-bottom: 0px;
}

.main-menu nav > ul > li ul.megamenu-3-column > li ul {
  width: auto;
  box-shadow: none;
  position: inherit;
}

.main-menu nav > ul > li ul {
  opacity: 0;
  visibility: hidden;
}

.main-menu nav > ul > li:hover ul {
  opacity: 1;
  visibility: visible;
  transform: perspective(600px) rotateX(0deg);
}

.header-bottom-action {
  display: flex;
  align-items: center;
  position: relative;
  gap: 30px;
}

.header-bottom-action > :nth-child(2)::before {
  position: absolute;
  content: "";
  background-color: rgb(211, 206, 180);
  width: 1px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: -16px;
}

/* .header-bottom-action .search-icon {
  display: inline-block;
  padding: 15px 0px;
  cursor: pointer;
  color: rgb(153, 153, 153);
  border: 0px;
  background: none;
  transition: all 300ms ease-in 0s;
}

.header-bottom-action .search-icon i {
  font-size: 16px;
}

.search_top {
  min-width: 530px;
  border-radius: 0px;
  padding: 10px;
  border: 0px;
  position: relative;
  right: 0px !important;
  left: auto !important;
  top: 100% !important;
  transform: translate(0px, 0px) !important;
}

.search_top .text_input {
  padding: 5px 50px 5px 10px;
  height: 40px;
  line-height: 30px;
  font-size: 14px;
  color: rgb(153, 153, 153);
  background: rgb(255, 255, 255);
  border: 1px solid rgb(229, 229, 229);
  box-shadow: none;
  overflow: hidden;
  width: 100%;
}

.search_top button {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 40px;
  width: 40px;
  background: transparent;
  color: rgb(153, 153, 153);
  font-size: 14px;
  border: 0px;
  text-align: center;
  border-radius: 0px;
  font-weight: 400;
}

.header-bottom-action .cart-icon {
  display: block;
  position: relative;
  color: rgb(153, 153, 153);
  font-size: 14px;
  text-transform: capitalize;
  background: none;
  padding: 15px 0px;
  border: 0px;
}

.header-bottom-action .cart-icon i {
  color: rgb(168, 152, 66);
  font-size: 16px;
  margin-right: 5px;
}

.header-bottom-action .cart-icon .item_total {
  color: rgb(70, 70, 70);
}

.header-cart {
  margin: 0px;
  padding: 0px;
  background: white;
  width: 355px;
  border-width: 2px 1px 1px;
  border-style: solid;
  border-color: rgb(168, 152, 66) rgb(229, 229, 229) rgb(229, 229, 229);
  border-image: initial;
  border-radius: 0px;
  left: auto !important;
  top: 100% !important;
  right: 0px !important;
  transform: translate(0px, 0px) !important;
}

.header-cart ul {
  max-height: 272px;
  overflow-y: auto;
  padding: 0px 20px;
}

.header-cart ul li {
  display: flex;
  padding: 20px 0px;
  border-bottom: 1px solid rgb(229, 229, 229);
  overflow: hidden;
}

.header-cart ul li .img_content {
  margin: 0px 20px 0px 0px;
  position: relative;
}

.header-cart ul li .img_content .product-quantity {
  position: absolute;
  top: 5px;
  left: 5px;
  min-width: 25px;
  line-height: 25px;
  border-radius: 100%;
  padding: 0px;
  text-align: center;
  background: rgb(168, 152, 66);
  color: white;
  font-size: 14px;
  display: inline-block;
}

.header-cart ul li .right_block {
  position: relative;
  flex: 1 1 0%;
  overflow: hidden;
}

.header-cart ul li .right_block .product-name {
  display: block;
  overflow: hidden;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgb(51, 51, 51);
  text-transform: capitalize;
  font-size: 13px;
  line-height: 20px;
}

.header-cart ul li .right_block .product-price {
  display: block;
  margin: 10px 0px 0px;
  color: rgb(168, 152, 66);
}

.header-cart ul li .right_block span {
  font-size: 13px;
}

.header-cart ul li .right_block .remove-from-cart {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  color: rgb(168, 152, 66);
  font-size: 16px;
}

.header-cart ul li .right_block .attributes_content {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: rgb(119, 119, 119);
  margin: 5px 0px 0px;
}

.header-cart .price_content {
  overflow: hidden;
  padding: 20px;
  border-bottom: 1px solid rgb(229, 229, 229);
  margin-bottom: 20px;
}

.header-cart .price_content .price_inline {
  overflow: hidden;
  line-height: 25px;
}

.header-cart .price_content .price_inline .label {
  float: left;
  font-weight: 500;
  color: rgb(51, 51, 51);
  font-size: 13px;
}

.header-cart .price_content .price_inline .value {
  float: right;
  font-weight: 600;
  color: rgb(51, 51, 51);
  font-size: 13px;
}

.header-cart .checkout {
  margin-bottom: 20px;
  padding: 0px 20px;
}

.header-cart .checkout a {
  background: rgb(51, 51, 51);
  font-weight: 600;
  color: white;
  box-shadow: none;
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: capitalize;
  border: none;
}

.header-cart .checkout a:hover {
  background: rgb(168, 152, 66);
}

.header-action-toggle {
}
*/
.header-action-toggle .toggle {
  padding: 0px 3px;
  border: 0px;
  background: none;
}

.header-action-toggle .toggle span {
  width: 24px;
  height: 2px;
  margin: 5px 0px;
  display: block;
  background-color: rgb(70, 70, 70);
} 

.hotline {
  padding-top: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 20px;
  height: 65px;
}

.hotline-icon {
  float: left;
  padding-top: 3px;
  padding-right: 3px;
}

.hotline-icon i {
  color: rgb(248, 46, 86);
  font-size: 40px;
}

.hotline-number {
  overflow: hidden;
}

.hotline-number span {
  display: block;
  line-height: 1.4;
}

.mobile-menu-area {
  display: none;
}

.mobile-menu-area {
  margin: 0px 10px;
}

.mobile-menu-area .mean-bar .mean-nav .menu-overflow {
  overflow-y: auto;
  height: 301px;
}

.mean-bar .mean-nav {
  background: rgb(255, 255, 255);
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 3px 5px;
  float: left;
  height: auto;
  left: 0px;
  max-width: 100%;
  overflow: hidden;
  position: absolute;
  top: 60px;
  transition: all 0.5s ease 0s;
  z-index: 99;
}

.mobile-menu-area::after {
  content: "MENU";
  position: absolute;
  top: 12px;
  left: 5px;
  color: rgb(255, 255, 255);
  font-size: 18px;
  display: block;
  z-index: 1;
}

.mean-container .mean-bar {
  background: rgb(52, 186, 238);
  padding: 15px 10px;
  right: 10px;
}

.mean-container a.meanmenu-reveal {
  position: relative;
  top: 0px;
  outline: none;
}

.mean-container a.meanmenu-reveal span {
  background: rgb(255, 255, 255);
  height: 3px;
  margin-top: 3px;
}

.mobile-menu-area {
  position: relative;
  z-index: 9999;
}

.mobile-menu-area .mean-container .mean-nav ul li a {
  outline: none;
}

.mobile-menu-area .mean-container .mean-nav ul li a {
  background: none 0px 0px repeat scroll rgb(248, 248, 248);
  color: rgb(102, 102, 102);
  display: block;
  float: left;
  font-size: 14px;
  margin: 0px;
  padding: 1em 5%;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
}

.mobile-menu-area .mean-container .mean-nav ul li a:hover {
  color: rgb(168, 152, 66);
}

.mobile-menu-area .mean-container .mean-nav ul li li a {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 1;
  padding: 1em 7%;
  visibility: visible;
  font-weight: normal;
  text-transform: capitalize;
  color: rgb(68, 68, 68);
  font-size: 14px;
  text-shadow: none !important;
}

.mobile-menu-area .mean-container .mean-nav ul li li li a {
  padding: 1em 11%;
}

.offcanvas-start {
  width: 300px;
}

.offcanvas-title {
  margin-top: 0px;
}

.offcanvas-accordion {
  margin-top: 25px;
  border-bottom: 1px solid rgb(238, 238, 238);
}

.offcanvas-accordion .accordion-item {
  border: 0px;
  border-radius: 0px;
}

.offcanvas-accordion .accordion-item .accordion-button {
  color: rgb(51, 51, 51);
  font-size: 14px;
  font-weight: 500;
  padding: 4px 20px;
  line-height: 30px;
  text-transform: capitalize;
  border-top: 1px solid rgb(238, 238, 238);
  border-radius: 0px;
  text-decoration: none;
}

.offcanvas-accordion .accordion-button::after {
  width: 14px;
  height: 14px;
  background-size: 14px;
}

.offcanvas-accordion .accordion-button:focus {
  box-shadow: none;
}

.offcanvas-accordion .accordion-button i, .offcanvas-accordion .accordion-button img {
  margin-right: 6px;
}

.offcanvas-accordion .offcanvas-meta {
  margin: 0px;
}

.offcanvas-accordion .offcanvas-meta li {
}

.offcanvas-accordion .offcanvas-meta li a {
  display: block;
  color: rgb(51, 51, 51);
  font-size: 14px;
  font-weight: 500;
  padding: 5px 20px 5px 35px;
  line-height: 30px;
  text-transform: capitalize;
  border-top: 1px solid rgb(238, 238, 238);
  text-decoration: none;
}

.offcanvas-accordion .offcanvas-meta li:hover a {
  background: rgb(168, 152, 66);
  color: rgb(255, 255, 255);
}

.canvas-menu {
  padding-bottom: 30px;
  padding-top: 30px;
}

.canvas-menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.canvas-menu > ul {
  border-bottom: 1px solid rgb(238, 238, 238);
}

.canvas-menu ul li {
  display: block;
  line-height: 1;
  position: relative !important;
}

.canvas-menu ul li a {
  display: block;
  color: rgb(51, 51, 51);
  font-size: 14px;
  font-weight: 500;
  padding: 5px 50px 5px 20px;
  line-height: 30px;
  text-transform: capitalize;
  border-top: 1px solid rgb(238, 238, 238);
  text-decoration: none;
}

.canvas-menu ul li .mobile-menu-expand {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 13px;
  right: 21px;
  cursor: pointer;
}

.canvas-menu ul li .mobile-menu-expand::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 1px;
  background-color: rgb(36, 36, 36);
  top: 7px;
  left: 1px;
}

.canvas-menu ul li .mobile-menu-expand::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 13px;
  background-color: rgb(36, 36, 36);
  left: 7px;
  bottom: 2px;
  transition: all 0.1s linear 0s;
}

.canvas-menu ul li.active-expand > .mobile-menu-expand::after {
  height: 0px;
}

.canvas-menu ul li ul li a {
  padding-left: 11%;
}

.canvas-menu ul li ul li ul li a {
  padding-left: 16%;
}

.canvas-menu ul li ul li ul li ul li a {
  padding-left: 21%;
}

.canvas-menu ul li ul li ul li ul li ul li a {
  padding-left: 26%;
}

.offcanvas-body .social_follow {
  margin-top: 0px;
}

.offcanvas-body .social_follow ul {
  justify-content: center;
}

.home-four .offcanvas-body .contact-link .info_box span, .home-four .offcanvas-body .contact-link .info_box a, .home-four .offcanvas-body .contact-link .info_box, .home-four .offcanvas-body .contact-link .info_box::before, .home-four .offcanvas-body .top-bar-left .social_follow li a, .topbar-nav .dropdown button {
  color: rgb(51, 51, 51);
}

.nivo-caption {
  position: absolute;
  left: 0px;
  top: 32%;
  background: transparent;
  color: rgb(255, 255, 255);
  width: 100%;
  z-index: 8;
  padding: 5px 10px;
  opacity: 1;
  overflow: hidden;
  display: none;
  box-sizing: border-box;
}

.nivo-directionNav .nivo-prevNav, .nivo-directionNav .nivo-nextNav {
  font-size: 30px;
  background: rgb(102, 102, 102);
  width: 40px;
  height: 40px;
  line-height: 37px;
  text-align: center;
  border-radius: 0%;
  margin: 0px 30px;
}

.slider-inner:hover .nivo-directionNav .nivo-prevNav, .slider-inner:hover .nivo-directionNav .nivo-nextNav {
  margin: 0px;
}

.nivo-directionNav .nivo-prevNav:hover, .nivo-directionNav .nivo-nextNav:hover {
  background: rgb(168, 152, 66);
}

.nivo-directionNav {
  opacity: 0;
  transition: all 0.3s ease 0s;
  padding: 0px 30px;
}

.nivo-directionNav i {
  color: rgb(255, 255, 255);
}

.slider-inner:hover .nivo-directionNav {
  opacity: 1;
}

.slider-area {
  margin-bottom: 90px;
}

.slider-banner {
  margin-bottom: 35px;
}

.slider-single-banner a:hover img {
  transform: scale(1.05);
}

.slider-single-banner {
  overflow: hidden;
}

.single-slider-wrapper {
  height: 92vh;
  display: flex;
  align-items: center;
}

.slider-content.slider-content-1 p, .slider-content.slider-content-2 p {
  font-size: 36px;
  color: rgb(137, 137, 137);
  font-weight: 400;
  margin-bottom: 20px;
  font-style: italic;
  animation-duration: 0.9s;
}

.slider-content.slider-content-1 h1, .slider-content.slider-content-2 h1 {
  position: relative;
  font-size: 60px;
  /* color: rgb(239, 203, 9); */
  color: #fff;
  font-weight: 700;
  animation-duration: 0.9s;
  margin: 0px;
}

.slider-content.slider-content-1 h2, .slider-content.slider-content-2 h2 {
  position: relative;
  font-size: 90px;
  /* color: rgb(168, 152, 66); */
  color: rgb(168, 152, 66);
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
  animation-duration: 0.9s;
  margin-top: 0px;
  line-height: 90px;
}

.button-1 a {
  transition: all 300ms ease-in 0s;
  position: relative;
  font-size: 20px;
  color: black;
  line-height: 40px;
  text-transform: uppercase;
  padding: 7px 60px;
  border-radius: 30px;
  background: transparent;
  display: inline-block;
  border: 2px solid black;
}

.button-1 a:hover {
  /* border-color: rgb(168, 152, 66); */
  /* background: rgb(168, 152, 66); */
  background: black;
  border-color: 1px solid black;
  color: rgb(255, 255, 255) !important;
  transition: all 300ms ease-in 0s;
}

.slider-content-2 h3 {
  font-size: 32px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  display: block;
  margin: 0px;
  line-height: 1;
}

.slider-content-2 h3.h3one {
  margin-top: 20px;
}

.slider-content-2 h3.h3two {
  margin-bottom: 25px;
}

.slider-carousel-active.owl-carousel .owl-dots {
  bottom: 35px;
  position: absolute;
  width: 100%;
}

.slider-carousel-active.owl-carousel .owl-dots .owl-dot span {
  border: 2px solid rgb(255, 255, 255);
  background: transparent;
  height: 17px;
  width: 17px;
  outline: none;
}

.slider-carousel-active.owl-carousel .owl-dots .owl-dot.active span {
  background-color: rgb(255, 255, 255);
}



.slider-carousel-active.arrow-style-2 .owl-nav button {
  left: 0px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgb(238, 238, 238);
  color: rgb(255, 255, 255);
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
}

.slider-carousel-active.arrow-style-2 .owl-nav button.owl-next {
  left: auto;
  right: 0px;
}

.slider-carousel-active.arrow-style-2 .owl-nav button:hover {
  background: rgb(168, 152, 66);
  border: 1px solid rgb(168, 152, 66);
}

@media (min-width: 992px) {
  .slider-content-1 {
      margin-left: 75px;
  }

  .slider-content-2 {
      margin-left: 75px;
  }
}

.slider-content * {
  animation-duration: 1.3s;
  animation-fill-mode: both;
  margin-top: 1.5rem;
}

.slider-content * {
}

.slider-animated-1 p.hp1 {
  animation-delay: 0.6s;
  animation-name: fadeInLeft;
}

.slider-animated-1 h1.hone {
  animation-delay: 0.9s;
  animation-name: zoomIn;
}

.slider-animated-1 h2.htwo {
  animation-delay: 1.2s;
  animation-name: fadeInDown;
}

.slider-animated-1 a {
  animation-delay: 1.5s;
  animation-name: fadeInRight;
}

.slider-animated-2 p.hp1 {
  animation-delay: 0.6s;
  animation-name: fadeInDown;
}

.slider-animated-2 h1.hone {
  animation-delay: 0.9s;
  animation-name: zoomIn;
}

.slider-animated-2 h2.htwo {
  animation-delay: 1.2s;
  animation-name: fadeInLeft;
}

.slider-animated-2 a {
  animation-delay: 1.5s;
  animation-name: fadeInRight;
}

.slider-animated-3 h2 {
  animation-delay: 0.9s;
  animation-name: fadeInDown;
}

.slider-animated-3 a {
  animation-delay: 1.1s;
  animation-name: fadeInUp;
}

.slider-animated-4 h2 {
  animation-delay: 0.9s;
  animation-name: fadeInLeft;
}

.slider-animated-4 a {
  animation-delay: 1.1s;
  animation-name: fadeInRight;
}

.policy-area {
  margin: 45px 0px 50px;
}

.policy-area-inner {
  /* background: none 0px 0px repeat scroll rgb(255, 255, 255); */
  overflow: hidden;
  padding: 2px 22px 24px 12px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-bottom: 30px;
  background: aliceblue;
}

/* .single-policy {
  display: flex;
  gap: 15px;
  align-items: center;
} */
/* 
.single-policy .icon i {
  height: 70px;
  width: 70px;
  line-height: 68px;
  border: 1px solid rgb(229, 229, 229);
  border-radius: 100%;
  text-align: center;
  font-size: 28px;
  color: rgb(168, 152, 66);
  transition: all 300ms ease-in 0s;
}

.single-policy .icon:hover i {
  border-color: rgb(168, 152, 66);
  background: rgb(168, 152, 66);
  color: white;
  transition: all 300ms ease-in 0s;
}

.policy-area-inner .txt_cms {
  flex: 1 1 0%;
}

.policy-area-inner .txt_cms h2 {
  font-size: 16px;
  color: rgb(70, 70, 70);
  line-height: 25px;
  margin: 0px;
  text-transform: uppercase;
}

.policy-area-inner .txt_cms p {
  font-size: 14px;
  color: rgb(153, 153, 153);
  margin: 0px;
  line-height: 25px;
}

.poslistcategories {
  margin-bottom: 90px;
}

.poslistcategories .pos_title_categories {
  text-align: center;
  margin-bottom: 50px;
}

.poslistcategories .pos_title_categories h2 {
  font-size: 50px;
  color: rgb(168, 152, 66);
  font-style: italic;
  font-weight: 400;
  margin-bottom: 0px;
}

.poslistcategories .pos_title_categories h2 span {
  font-weight: 700;
  font-style: normal;
}

.poslistcategories .pos_title_categories p {
  max-width: 55%;
}

.poslistcategories .pos_title_categories p {
  color: rgb(102, 102, 102);
  font-size: 14px;
  line-height: 28px;
  margin: 10px auto;
}

.pos_content {
  position: relative;
}

.poslistcategories .list-categories {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.poslistcategories .list-categories .thumb-category {
  overflow: hidden;
}

.pos_content .owl-item .thumb-category img {
  display: block;
}

.poslistcategories .list-categories .thumb-category img {
  border: 2px solid rgb(168, 152, 66);
  border-radius: 100%;
}

.poslistcategories .list-categories:hover .thumb-category img {
  opacity: 0.4;
  transition: all 300ms ease-in 0s;
}

.poslistcategories .list-categories .desc-listcategoreis {
  padding: 30px 0px;
}

.poslistcategories .list-categories .desc-listcategoreis .name_categories {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  color: rgb(168, 152, 66);
  text-transform: capitalize;
  margin-bottom: 30px;
  transition: all 300ms ease-in 0s;
}

.poslistcategories .list-categories .desc-listcategoreis .description-list {
  color: rgb(102, 102, 102);
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 30px;
}

.poslistcategories .list-categories .desc-listcategoreis .listcate_shop_now a {
  position: relative;
  font-size: 16px;
  color: rgb(102, 102, 102);
  line-height: 30px;
  text-transform: uppercase;
  padding: 5px 50px;
  border-radius: 30px;
  background: transparent;
  display: inline-block;
  border: 2px solid rgb(214, 214, 214);
} */

.poslistcategories .list-categories .desc-listcategoreis .listcate_shop_now a:hover {
  background: rgb(168, 152, 66);
  color: white;
  border-color: rgb(168, 152, 66);
}

.poslistcategories .owl-nav {
  top: -100px;
  position: absolute;
  right: 0px;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  user-select: none;
}

.owl-nav > button.owl-prev {
  border-radius: 15px 0px 0px 15px;
}

.owl-nav > button.owl-next {
  border-radius: 0px 15px 15px 0px;
  margin-left: -1px;
}

.owl-nav > button {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: 25px;
  line-height: 22px;
  color: rgb(102, 102, 102);
  z-index: 1;
  vertical-align: top;
  font-size: 14px;
  padding: 0px 5px;
  min-width: 60px;
  outline: none;
  opacity: 0;
  text-transform: capitalize;
  transition: all 300ms ease-in 0s;
  border: 1px solid rgb(229, 229, 229) !important;
  background: white !important;
}

.pos_content:hover .owl-nav > button {
  opacity: 1;
  transition: all 300ms ease-in 0s;
}

.owl-nav > button:hover {
  transition: all 300ms ease-in 0s;
  color: rgb(70, 70, 70);
  font-weight: 700;
}

.box-inner .thumb-category a {
  display: inline-block;
}

.home-banner {
  margin-bottom: 80px;
}

.banner-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.banner-box a::before {
  background: rgba(255, 255, 255, 0.2);
  inset: 0px 51% 0px 50%;
  content: "";
  position: absolute;
  opacity: 1;
}

.banner-box:hover a::before {
  left: 0px;
  right: 0px;
  opacity: 0;
  transition: all 900ms ease-in 0s;
}

.banner-box a::after {
  background: rgba(255, 255, 255, 0.2);
  inset: 50% 0px;
  content: "";
  position: absolute;
  opacity: 1;
}

.banner-box:hover a::after {
  top: 0px;
  bottom: 0px;
  opacity: 0;
  transition: all 900ms ease-in 0s;
}

.home-banner .row .col {
  padding: 0px;
}

.product-tabs-container-slider {
  margin-bottom: 80px;
}

.product-tabs-container-slider .col-sm-12 {
  padding: 0px;
}

.item-product {
  padding: 0px 15px;
}

.product-tabs-container-slider ul.tabs_slider {
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.product-tabs-container-slider ul.tabs_slider li {
  display: inline-block;
  position: relative;
  z-index: 2;
  background: white;
  margin: 0px;
  padding: 0px 30px 0px 15px;
  line-height: 30px;
  cursor: pointer;
  color: rgb(168, 152, 66);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  transition: all 300ms ease-in 0s;
}

.product-tabs-container-slider ul.tabs_slider li a.active, .product-tabs-container-slider ul.tabs_slider li a.active:hover {
  font-weight: 700;
  transition: all 300ms ease-in 0s;
}

.js-product-miniature {
  position: relative;
  background: white;
  display: inline-block;
  width: 100%;
  text-align: center;
  transition: all 300ms ease-in 0s;
  margin-bottom: 30px;
}

.js-product-miniature .img_block {
  overflow: hidden;
  position: relative;
}

.js-product-miniature .img_block::before {
  content: "";
  position: absolute;
  inset: 0px;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: all 300ms ease-in 0s;
  background: linear-gradient(rgba(249, 249, 249, 0.4) 0%, rgba(70, 70, 70, 0.4) 100%);
}
/* 
.product-miniature .product-thumbnail {
  display: block;
}

.pos_content .owl-item .js-product-miniature img {
  display: block;
}

.product-flag {
  margin: 0px;
}

.product-flag .new, .product-flag .on-sale, .product-flag .pack {
  position: absolute;
  left: 0px;
  right: auto;
  text-align: center;
  overflow: hidden;
  display: block;
  z-index: 2;
  padding: 0px 5px;
  line-height: 30px;
  min-width: 60px;
  font-size: 12px;
  font-weight: 700;
  color: white;
  background: rgb(51, 51, 51);
  text-transform: uppercase;
  top: 0px !important;
}

.product-flag .new, .product-flag .on-sale, .product-flag .pack {
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
}

.js-product-miniature .img_block .quick-view {
  position: absolute;
  bottom: 45%;
  left: 0px;
  right: 0px;
  opacity: 0;
  text-align: center;
  z-index: 2;
  transition: all 300ms ease-in 0s;
}

.js-product-miniature .img_block .quick-view a.quick_view {
  display: inline-block;
  background: rgba(168, 152, 66, 0.7);
  color: white;
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 40px;
  margin-bottom: -20px;
  font-size: 0px;
  text-transform: capitalize;
  border-radius: 100%;
}

.js-product-miniature .img_block .quick-view a.quick_view i {
  font-size: 18px;
  line-height: 40px;
}

.fa-search::before {
  content: "Ã¯â‚¬â€š";
}

.js-product-miniature .img_block .hook-reviews {
  display: block;
  line-height: 1;
  position: absolute;
  bottom: 10px;
  left: 0px;
  right: 0px;
  z-index: 2;
  text-align: center;
  opacity: 0;
  transition: all 300ms ease-in 0s;
}

.js-product-miniature .img_block .hook-reviews .comments_note {
  text-align: left;
  display: inline-block;
  direction: ltr !important;
}

.js-product-miniature .img_block .hook-reviews .star_content {
  display: inline-block;
  vertical-align: bottom;
}

.hook-reviews i {
  color: rgb(255, 255, 255);
  font-size: 20px;
}

.product-price-and-shipping_top .discount-percentage {
  position: absolute;
  right: 0px;
  left: auto;
  text-align: center;
  overflow: hidden;
  display: block;
  z-index: 2;
  padding: 0px 5px;
  line-height: 30px;
  min-width: 60px;
  font-size: 12px;
  font-weight: 700;
  color: white;
  background: rgb(51, 51, 51);
  text-transform: uppercase;
  top: 0px !important;
}

.js-product-miniature .product_desc {
  padding: 25px 10px;
  overflow: hidden;
  background: white;
}

.js-product-miniature {
  text-align: center;
}

.js-product-miniature .product_desc .manufacturer a {
  color: rgb(153, 153, 153);
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

.js-product-miniature .product_desc .manufacturer a::before {
  content: "Ã¯â‚¬Â«";
  font-family: FontAwesome;
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
}

.js-product-miniature .product_desc h1 {
  font-weight: 400;
  margin: 0px;
  line-height: 1;
}

.js-product-miniature .product_desc .product_name {
  line-height: 28px;
  display: block;
  color: rgb(70, 70, 70);
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 25px;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.js-product-miniature .product-price-and-shipping {
  line-height: 1;
  transition: all 300ms ease-in 0s;
}

.js-product-miniature .product-price-and-shipping .regular-price {
  font-size: 20px;
  color: rgb(153, 153, 153);
  font-weight: 400;
  text-decoration: line-through;
  display: inline-block;
  margin-right: 5px;
}

.js-product-miniature .product-price-and-shipping .price {
  font-size: 20px;
  font-weight: 400;
  color: rgb(51, 51, 51);
}

.js-product-miniature .product-price-and-shipping .price.price-sale {
  color: rgb(168, 152, 66);
}

.js-product-miniature .product_desc div.cart {
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0px;
  right: 0px;
  opacity: 0;
  transition: all 300ms ease-in 0s;
}

.add-to-cart-or-refresh a {
  display: inline-block;
  border: 2px solid rgb(214, 214, 214);
  background: white;
  color: rgb(102, 102, 102);
  padding: 0px 40px;
  line-height: 32px;
  height: 36px;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 30px;
}

.js-product-miniature:hover .img_block::before {
  opacity: 1;
  transition: all 300ms ease-in 0s;
}

.js-product-miniature:hover .quick-view {
  opacity: 1;
  bottom: 50%;
  transition: all 300ms ease-in 0s;
}

.js-product-miniature:hover .hook-reviews {
  bottom: 20px;
  opacity: 1;
  transition: all 300ms ease-in 0s;
}

.js-product-miniature:hover .product_desc .cart {
  bottom: 10px;
  opacity: 1;
  transition: all 300ms ease-in 0s;
}

.js-product-miniature:hover .product_desc .product-price-and-shipping {
  opacity: 0;
  transform: translateY(-10px);
  transition: all 300ms ease-in 0s;
}

.js-product-miniature .product_desc div.cart .product-add-to-cart a {
  display: inline-block;
  border: 2px solid rgb(214, 214, 214);
  background: white;
  color: rgb(102, 102, 102);
  padding: 0px 40px;
  line-height: 32px;
  height: 36px;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 30px;
}

.js-product-miniature .product_desc div.cart .product-add-to-cart a:hover {
  background: rgb(168, 152, 66);
  border-color: rgb(168, 152, 66);
  color: white;
  transition: all 300ms ease-in 0s;
} */

.owl-nav {
  position: absolute;
  top: -77px;
  right: 0px;
}

.item-static {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.banner-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
}

.banner-box a::before {
  background: rgba(255, 255, 255, 0.2);
  inset: 0px 51% 0px 50%;
  content: "";
  position: absolute;
  opacity: 1;
}

.banner-box img {
  width: 100%;
  transition: all 1000ms ease-in 0s;
}

.banner-box a::after {
  background: rgba(255, 255, 255, 0.2);
  inset: 50% 0px;
  content: "";
  position: absolute;
  opacity: 1;
}

.item-static .content-static {
  padding: 10px 30px 50px;
  text-align: center;
  /* background: rgb(168, 152, 66) !important; */
  /* background: rgb(171 169 160) !important; */
  background: rgb(63 68 68 1) !important;
}

.item-static .content-static .sale-static {
  color: rgb(168, 152, 66);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.item-static .content-static h2 {
  color: rgb(70, 70, 70);
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.item-static .content-static p {
  color: rgb(102, 102, 102);
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 25px;
}

.item-static .content-static a {
  position: relative;
  font-size: 16px;
  color: rgb(255, 255, 255);
  line-height: 35px;
  text-transform: uppercase;
  padding: 2px 45px;
  border-radius: 30px;
  background: transparent;
  display: inline-block;
  border: 2px solid rgb(214, 214, 214);
  transition: all 1s ease 0s;
}

.item-static .content-static a:hover {
  border: 1px solid grey;
  background: rgb(255, 255, 255);
  color: rgb(168, 152, 66);
}

.testimonials_container {
  position: relative;
  padding: 120px 0px 350px;
  background: url("../images/bg/testimonial.webp") center center / cover no-repeat fixed;
  
  text-align: center;
  margin-bottom: 2rem;
  height: 70vh;
}

.testimonials_container .item-testimonials .item {
  position: relative;
  max-width: 70%;
  margin: auto;
}

.testimonials_container .item-testimonials .item img {
  margin: 0px auto 30px;
  border: 2px solid rgb(168, 152, 66);
  border-radius: 100%;
}

.testimonials_container .item-testimonials .item .content_author .content_test {
  overflow: hidden;
  padding: 0px 30px;
}

.testimonials_container .item-testimonials .item .content_author .content_test .des_testimonial {
  font-size: 14px;
  color: rgb(255, 255, 255);
  line-height: 28px;
  padding: 0px 0px 10px;
  position: relative;
}

/* .testimonials_container .item-testimonials .item .content_author .content_test .des_testimonial::before {
  content: "Ã¯â€žÂ";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  top: -4px;
  left: -25px;
} */

.testimonials_container .item-testimonials .item .content_author .content_test .des_namepost {
  font-size: 16px;
  color: rgb(168, 152, 66);
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
}

.testimonials_container .item-testimonials .item .content_author .content_test .des_namepost {
  font-size: 16px;
  color: aliceblue;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

.testimonials_container .item-testimonials .item .content_author .content_test .des_email {
  font-size: 14px;
  color: antiquewhite;
  line-height: 24px;
  margin: 0px;
}


.owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.owl-dots .owl-dot {
  display: inline-block;
  margin: 0px 4px;
}

.owl-dots .owl-dot span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: rgb(201, 200, 200);
  transition: all 300ms ease-in 0s;
}

.pos-special-products {
  margin-top: -220px;
  width: 100%;
  padding-bottom: 80px;
  position: relative;
  background: transparent !important;
}

.pos-special-products .pos_content .product-miniature {
  padding: 0px 90px;
  border-left: 1px solid rgb(229, 229, 229);
}

.pos-special-products .pos_content .product-miniature:first-child {
  border-left: 0px solid rgb(229, 229, 229);
}

.pos-special-products .special-products {
  padding: 70px 0px 0px;
  background: white;
}

.pos-special-products .pos_title {
  padding: 0px 90px;
  text-align: left;
}

.pos_title h2 {
  margin: 0px;
  position: relative;
  z-index: 2;
  color: rgb(168, 152, 66);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  display: inline-block;
}

.pos-special-products .pos_title h2 {
  color: rgb(51, 51, 51);
}

.pos-special-products .pos_title h2::before {
  display: none;
}

.pos-special-products .js-product-miniature .product_name {
  line-height: 1.25;
  display: block;
  color: rgb(168, 152, 66);
  font-size: 40px;
  font-style: italic;
  text-transform: capitalize;
  margin-bottom: 25px;
  font-weight: 400;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.pos-special-products .js-product-miniature .product_desc .product-desc {
  margin-bottom: 25px;
  display: block;
}

.js-product-miniature .product_desc .product-desc p {
  font-size: 14px;
  color: rgb(102, 102, 102);
  line-height: 28px;
  padding: 15px 0px;
  margin: 0px;
}

.pos-special-products .js-product-miniature .product_desc .product-desc p {
  padding: 0px;
}

.pos-special-products .js-product-miniature .product_desc .product-price-and-shipping .regular-price {
  font-size: 24px;
}

.js-product-miniature .product-price-and-shipping .regular-price {
  font-size: 20px;
  color: rgb(153, 153, 153);
  font-weight: 400;
  text-decoration: line-through;
  display: inline-block;
  margin-right: 5px;
}

.pos-special-products .js-product-miniature .product_desc .product-price-and-shipping .price {
  font-size: 54px;
  font-weight: 700;
}

.js-product-miniature .product-price-and-shipping .price.price-sale {
  color: rgb(168, 152, 66);
}

.pos-special-products .js-product-miniature .product_desc div.cart {
  bottom: 120px;
}

.js-product-miniature .product_desc div.cart .product-add-to-cart a {
  display: inline-block;
  border: 2px solid rgb(214, 214, 214);
  background: white;
  color: rgb(102, 102, 102);
  padding: 0px 32px;
  line-height: 32px;
  height: 36px;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 30px;
}

.pos-special-products .js-product-miniature .product_desc div.cart .product-add-to-cart a {
  padding: 0px 50px;
  line-height: 46px;
  height: 50px;
  font-size: 20px;
}

.js-product-miniature {
  text-align: center;
}

.pos-special-products .pos_content .owl-nav {
  right: 90px;
  top: -75px;
}

.time_count_down {
  display: block;
}

.time_count_down .cdown {
  background-color: transparent;
  display: inline-block;
  min-height: 80px;
  min-width: 80px;
  text-align: center;
  position: relative;
  float: left;
  padding: 10px 0px;
  border: 1px solid rgb(168, 152, 66);
  margin-right: 5px;
  margin-bottom: 5px;
}

.time_count_down .cdown .time-count {
  font-size: 24px;
  color: rgb(168, 152, 66);
  margin: 15px 0px 0px;
  display: block;
  line-height: 24px;
}

.time_count_down .cdown p {
  font-size: 14px;
  margin: 0px;
  font-weight: 700;
  color: rgb(168, 152, 66);
  display: inline-block;
  line-height: 20px;
}

.is-countdown {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 25px;
}

.home_blog_post_area .home_blog_post {
  padding: 70px 0px 0px;
  background: url("../images/bg/slidernn.webp") center center / cover no-repeat fixed;
  margin-bottom: 92px;
}

.home_blog_post_area .owl-stage-outer {
  transform: translateY(100px);
}

.home_blog_post_area {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: 73px;
}

.home_blog_post_area .pos_title {
  text-align: left;
}

.pos_title {
  position: relative;
  display: block;
  margin-bottom: 25px;
  text-align: center;
  margin-top: 40px;
}

.home_blog_post_area .pos_title {
  text-align: left;
}

.home_blog_post_area .pos_title h2 a {
  color: white;
}

.pos_title h2 {
  margin: 0px;
  position: relative;
  z-index: 2;
  color: rgb(168, 152, 66);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  display: inline-block;
}

.home_blog_post_area .pos_title h3 {
  font-size: 50px;
  color: white;
  font-style: italic;
  font-weight: 400;
  margin: 30px 0px;
}

.home_blog_post_area .pos_title h3 span {
  font-weight: 700;
  font-style: normal;
}

.home_blog_post_area .pos_title p {
  color: white;
  font-size: 18px;
  max-width: 60%;
  line-height: 34px;
  margin: 0px;
}

.home_blog_post_area .blog_slider {
  position: static;
}

.home_blog_post_area .blog_slider .item .blog_post {
  display: inline-block;
  width: 100%;
  background: white;
  transition: all 300ms ease-in 0s;
}

.home_blog_post_area .home_blog_post .blog_post .post_thumbnail {
  position: relative;
  overflow: hidden;
}

.home_blog_post_area .blog_slider .item .blog_post img {
  width: 100%;
}

.home_blog_post_area .home_blog_post .blog_post .post_thumbnail .blog_mask {
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: all 0.4s ease 0s;
  background-color: rgba(0, 0, 0, 0.5);
}

.home_blog_post_area .blog_slider .item .blog_post a.read-more {
  position: absolute;
  left: 30px;
  bottom: 20px;
  z-index: 1;
  display: inline-block;
  padding: 0px 15px;
  line-height: 30px;
  border-radius: 15px;
  color: white;
  background: rgb(50, 50, 50);
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
}

.home_blog_post_area .blog_slider .item .blog_post .post_content {
  background: rgb(168, 152, 66);
  padding: 20px 15px;
}

.home_blog_post_area .blog_slider .item .blog_post .date_time {
  float: left;
  width: 60px;
  min-height: 75px;
  margin-right: 15px;
  color: white;
  line-height: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.home_blog_post_area .blog_slider .item .blog_post .date_time .moth_time {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}

.home_blog_post_area .blog_slider .item .blog_post .date_time .day_time {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}

.home_blog_post_area .blog_slider .item .blog_post .content-inner {
  overflow: hidden;
}

.home_blog_post_area .blog_slider .item .blog_post .post_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  color: white;
  text-transform: uppercase;
  position: relative;
  display: block;
  margin-bottom: 10px;
  margin-top: 0px;
}

.home_blog_post_area .blog_slider .item .blog_post .post_meta {
  overflow: hidden;
  color: white;
}

.home_blog_post_area .blog_slider .item .blog_post .post_meta span {
  font-size: 14px;
  line-height: 25px;
  text-transform: capitalize;
  display: inline-block;
}

.home_blog_post_area .owl-nav {
  position: absolute;
  top: 48px;
  right: 0px;
}

.countdown {
  overflow: hidden;
  display: inline-block;
}

.home-two .countdown {
  overflow: hidden;
  display: block;
}

#footer {
  padding: 55px 0px 0px;
  color: rgb(102, 102, 102);
  /* background-color: rgb(220, 221, 225); */
  background-color: #F6F6F6;
  margin-bottom: 2rem;
}

#footer .footer-container {
  /* margin: 0px; */
  padding: 0px;
  overflow: visible;
  box-shadow: none;
  margin: -83px 0;
}

.ft_newsletter {
  max-width: 50%;
  margin: auto;
}

.ft_newsletter {
  position: relative;
  text-align: center;
}

.ft_newsletter h2 {
  font-size: 28px;
  font-weight: 700;
  color: rgb(168, 152, 66);
  text-transform: uppercase;
  line-height: 25px;
  margin-bottom: 10px;
}

.home-two .ft_newsletter h2 {
  margin-top: 0px;
}

#footer p {
  font-size: 13px;
  line-height: 28px;
}

.ft_newsletter .desc {
  font-size: 14px;
  color: rgb(102, 102, 102);
  margin: 0px;
  line-height: 25px;
}

.ft_newsletter form {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 120px;
}

.home-two .ft_newsletter form {
  margin-bottom: 0px;
}

.ft_newsletter form .btn {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0px 45px;
  display: block;
  line-height: 45px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  color: white;
  background: rgb(168, 152, 66);
  border: 0px;
  border-radius: 0px 30px 30px 0px;
  box-shadow: none;
  transition: all 300ms ease-in 0s;
}

.ft_newsletter form .input-wrapper input {
  height: 45px;
  background: transparent;
  color: rgb(102, 102, 102);
  padding: 10px 120px 10px 10px;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  border: 2px solid rgb(214, 214, 214);
  border-radius: 30px;
}

.pos_logo {
  position: relative;
  margin-bottom: 0px;
  border: 1px solid rgb(229, 229, 229);
}

.pos_content:hover .owl-nav button {
  opacity: 1;
  transition: all 300ms ease-in 0s;
}

.pos_logo .item-banklogo {
  position: relative;
  padding: 20px 0px;
}

.pos_logo .owl-nav {
  top: auto;
  right: 51%;
  bottom: -12px;
  transform: translateX(50%);
}

#footer .footer-container .footer-main {
  padding: 115px 0px;
}

#footer .footer-container .footer_block h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: rgb(51, 51, 51);
  margin: 0px 0px 25px;
  cursor: pointer;
  text-transform: uppercase;
}

#footer .footer-container .footer-contact .add.address::before {
  content: "Ã¯ÂÂ";
}

#footer .footer-container .footer-contact .add.phone::before {
  content: "Ã¯â€šâ€¢";
}

#footer .footer-container .footer-contact .add.email::before {
  content: "Ã¯Æ’Â ";
}

#footer .footer-container .footer-contact .add.time::before {
  content: "Ã¯â‚¬â€”";
}

#footer .footer-container .footer-contact .add::before {
  display: inline-block;
  color: rgb(153, 153, 153);
  font-family: FontAwesome;
  font-size: 18px;
  margin-right: 10px;
  vertical-align: -2px;
}

#footer .footer-container .footer-contact .add {
  position: relative;
  overflow: visible;
  margin-bottom: 0px;
  color: rgb(102, 102, 102);
}

#footer p {
  font-size: 14px;
  line-height: 28px;
  /* line-height: 15px !important; */
}

#footer .footer-container .footer-contact a {
  color: rgb(102, 102, 102);
}

#footer .footer-container .footer-contact a:hover {
  color: rgb(168, 152, 66);
}

.social_follow {
  position: relative;
}

.social_follow li {
  display: inline-block;
  line-height: 30px;
  padding: 0px;
  background-image: none !important;
}

.social_follow li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: rgb(70, 70, 70);
  background: transparent;
  font-size: 0px;
  padding: 0px;
  line-height: 30px;
  border: 0px;
  z-index: 1;
  margin-right: 8px;
  transition: all 300ms ease-in 0s;
}

.social_follow li.facebook a::before {
  content: "Ã¯â€šÅ¡";
  color: #fff;
}

.social_follow li a::before {
  font-size: 18px;
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  transition: all 300ms ease-in 0s;
  padding: 0px !important;
}

.social_follow li a:hover {
  color: rgb(168, 152, 66);
}

.social_follow li.twitter a::before {
  content: "Ã¯â€šâ„¢";
  color: #fff;
}

.social_follow li.youtube a::before {
  content: "Ã¯â€¦Â§";
  color: #fff;
}

.social_follow li.googleplus a::before {
  content: "Ã¯Æ’â€¢";
  color: #fff;
}

.social_follow li.instagram a::before {
  content: "Ã¯â€¦Â­";
  color: #fff;
}

#footer .footer-container .footer_block .footer_list {
  margin-bottom: 15px;
  background: none;
}

#footer .footer-container .footer_block .footer_list li {
  display: block;
  margin: 0px;
  line-height: 28px;
  border: 0px;
  padding: 0px;
  font-weight: 400;
}

#footer .footer-container .footer_block .footer_list li a {
  font-size: 14px;
  line-height: 28px;
  display: block;
  position: relative;
  padding: 0px 0px 0px 15px;
  color: rgb(102, 102, 102);
  transition: all 300ms ease-in 0s;
}

#footer .footer-container .footer_block .footer_list li a:hover {
  color: rgb(168, 152, 66);
}

#footer .footer-container .footer_block .footer_list li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 0px;
  width: 6px;
  height: 6px;
  background: rgb(153, 153, 153);
  border-radius: 100%;
}

.item-instagram .col-sm-4 {
  padding: 2px;
}

.item-instagram a {
  position: relative;
  display: block;
}

.item-instagram a::before {
  content: "";
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  position: absolute;
  inset: 0px;
  pointer-events: none;
  transition: all 300ms ease-in 0s;
  background-color: rgba(0, 0, 0, 0.5);
}

.item-instagram a:hover::before {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transition: all 300ms ease-in 0s;
}

.footer-copyright-area .copyright-inner {
  border-top: 1px solid rgb(229, 229, 229);
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-copyright-area p {
  margin-bottom: 0px;
}

.product-tabs-container-slider .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}

.pos_tab {
  text-align: center;
}

.pos_tab .pos_title_cate h2 {
  font-size: 50px;
  font-weight: 700;
  text-transform: capitalize;
  color: rgb(168, 152, 66);
}

.pos_tab .pos_desc p {
  max-width: 55%;
}

.pos_tab .pos_desc p {
  color: rgb(102, 102, 102);
  font-size: 14px;
  line-height: 28px;
  margin: 15px auto 30px;
}

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

.cms_info:hover .info_content {
  transition: all 1000ms ease-in 0s;
  transform: scale3d(0.95, 0.95, 0.95);
}

.cms_info .cms_container {
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  transform: translateY(-50%);
}

.cms_info .cms_container .info_content {
  max-width: 65%;
  text-align: center;
  line-height: 1.25;
  transition: all 1000ms ease-in 0s;
}

.cms_info .cms_container .info_content .txt1 {
  font-size: 26px;
  color: rgb(137, 137, 137);
  font-style: italic;
  margin-bottom: 20px;
}

.cms_info .cms_container .info_content h2 {
  font-size: 90px;
  color: rgb(184, 123, 95);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.cms_info .cms_container .info_content .phone {
  font-size: 48px;
  color: rgb(102, 102, 102);
  margin-bottom: 30px;
}

.cms_info .cms_container .info_content .phone::before {
  font-family: FontAwesome;
  content: "Ã¯â€šËœ";
  margin-right: 10px;
  color: rgb(153, 153, 153);
}

.cms_info .cms_container .info_content .txt2 {
  font-size: 20px;
  color: rgb(144, 144, 144);
  margin-bottom: 30px;
}

.cms_info .cms_container .info_content a {
  font-size: 28px;
  color: rgb(168, 152, 66);
  border-bottom: 1px solid rgb(168, 152, 66);
}

.categori-mini-product-area {
  margin-bottom: 90px;
}

.categori-mini-product-area .js-product-miniature {
  display: flex;
  gap: 30px;
}

.categori-mini-product-area .js-product-miniature .img_block {
  width: 140px;
}

.categori-mini-product-area .js-product-miniature .product_desc {
  padding: 0px;
  overflow: hidden;
  text-align: left;
  flex: 1 1 0%;
}

.categori-mini-product-area .js-product-miniature .product_desc h1 a {
  line-height: 28px;
  display: block;
  color: rgb(70, 70, 70);
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 15px;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.categori-mini-product-area .js-product-miniature .product_desc .product-price-and-shipping {
  opacity: 1 !important;
  transform: none !important;
}

.categori-mini-product-area .js-product-miniature .product-price-and-shipping .price {
  font-size: 20px;
  font-weight: 400;
  color: rgb(51, 51, 51);
}

.categori-mini-product-area .js-product-miniature .product_desc div.cart {
  opacity: 1;
  position: static;
  text-align: left;
  margin-top: 25px;
}

.categori-mini-product-area .pos_title {
  text-align: left;
}

.categori-mini-product-area .product_desc div.cart .product-add-to-cart a {
  display: inline-block;
  border: 2px solid rgb(214, 214, 214);
  background: white;
  color: rgb(102, 102, 102);
  padding: 0px 30px;
  line-height: 32px;
  height: 36px;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 30px;
}

.categori-mini-product-area .owl-nav {
  top: -30px;
}

.home-four .categori-mini-product-area .owl-nav {
  top: -55px;
}

.home-two .pos-special-products .js-product-miniature .img_block {
  float: left;
  width: 40%;
  margin-right: 30px;
}

.home-two .pos-special-products .js-product-miniature .product_desc {
  position: relative;
  overflow: hidden;
  text-align: left;
}

.home-two .pos-special-products .js-product-miniature .product_desc .product-price-and-shipping {
  opacity: 1 !important;
  transform: none !important;
}

.home-two .pos-special-products .js-product-miniature .product_desc div.cart {
  opacity: 1;
  position: static;
  text-align: left;
  margin-top: 35px;
}

s .home-two .js-product-miniature .countdown {
  text-align: left;
}

.home-two .special-products .pos_title {
  margin-bottom: 50px;
}

.home-two .ft_newsletter {
  position: relative;
  background: url("../images/bg/bg_newletter.webp") center center / cover no-repeat fixed;
  text-align: center;
  padding: 150px 0px;
  max-width: 100%;
  margin: auto;
}

.ft_newsletter .content-newsletter {
  max-width: 550px;
  margin: auto;
}

.home-two .ft_newsletter h2 {
  color: rgb(255, 255, 255);
}

.home-two .ft_newsletter .desc {
  color: rgb(255, 255, 255);
}

.home-two .home_blog_post_area .home_blog_post {
  padding: 70px 0px 0px;
  background: 0% 0% / cover rgb(255, 255, 255);
}

.home-two .home_blog_post_area .pos_title h2 a {
  color: rgb(51, 51, 51);
}

.home-two .home_blog_post_area .pos_title h3 {
  color: rgb(168, 152, 66);
}

.home-two .home_blog_post_area .pos_title p {
  color: rgb(102, 102, 102);
}

.home-two .pos_title {
  margin-bottom: 0px;
}

.home-two .ft_newsletter form .input-wrapper input[type="text"] {
  color: rgb(255, 255, 255) !important;
}

.home-two .ft_newsletter form .input-wrapper input[type="text"]::-webkit-input-placeholder {
  color: rgb(255, 255, 255) !important;
}

.ft_newsletter form .btn:hover {
  opacity: 0.8;
  transition: all 300ms ease-in 0s;
}

.home-two .home_blog_post_area {
  margin-bottom: 55px;
}

.home-three .slider-area {
  margin-bottom: 0px;
  padding-left: 170px;
  padding-right: 170px;
}

.home-three .pos-special-products {
  margin-top: 0px;
}

.home-three .product-tabs-container-slider {
  margin-bottom: 40px;
}

.home-three .js-product-miniature {
  text-align: left;
}

.cms_aboutus {
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
}

.cms_aboutus .cms-info {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 120px;
}

.cms_aboutus .cms-info .cms-desc {
  background: white;
  line-height: 1.25;
  transition: all 1000ms ease-in 0s;
}

.cms_aboutus .cms-info .cms-desc .info-content {
  padding: 70px;
}

.cms_aboutus .cms-info .cms-desc .info-content h4 {
  font-size: 20px;
  color: rgb(51, 51, 51);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.cms_aboutus .cms-info .cms-desc .info-content h2 {
  font-size: 50px;
  color: rgb(168, 152, 66);
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-style: italic;
}

.cms_aboutus .cms-info .cms-desc .info-content h2 span {
  font-weight: 700;
  font-style: initial;
}

.cms_aboutus .cms-info .cms-desc .info-content p {
  font-size: 14px;
  color: rgb(102, 102, 102);
  line-height: 28px;
  margin-bottom: 30px;
}

.cms_aboutus .cms-info .cms-desc .info-content a {
  display: inline-block;
  border: 2px solid rgb(214, 214, 214);
  background: white;
  color: rgb(102, 102, 102);
  padding: 0px 30px;
  line-height: 32px;
  height: 36px;
  font-size: 16px;
  border-radius: 30px;
  text-transform: uppercase;
}

.cms_aboutus .cms-info .cms-desc .info-content a:hover {
  border: 2px solid rgb(168, 152, 66);
  background: rgb(168, 152, 66);
  color: rgb(255, 255, 255);
}

.home-three .home-banner {
  margin-bottom: 0px;
}

.home-three .testimonials_container {
  padding: 120px 0px 115px;
  background: rgb(244, 244, 244);
}

.home-three .banner-box {
  margin-bottom: 0px;
}

.home-three .ft_newsletter .container {
  padding: 25px 50px 60px;
  background: rgb(246, 246, 246);
}

.home-two.home-three .ft_newsletter h2 {
  color: rgb(168, 152, 66);
  margin-top: 30px;
}

.home-three .ft_newsletter .desc {
  color: rgb(102, 102, 102);
}

.home-three .ft_newsletter form {
  margin-bottom: 0px;
}

.home-three .slider-content.slider-content-2 p {
  color: rgb(153, 153, 153);
}

.home-three .slider-content.slider-content-2 h1 {
  color: rgb(139, 171, 70);
}

.home-three .slider-content.slider-content-2 h2 {
  color: rgb(95, 132, 3);
}

.home-three .slider-content.slider-content-1 p {
  color: rgb(255, 255, 255);
}

.home-three .slider-content.slider-content-1 h1 {
  color: rgb(206, 191, 114);
}

.home-three .slider-content.slider-content-1 h2 {
  color: rgb(188, 166, 50);
}

.home-three .slider-content.slider-content-1 .button-1 a {
  color: rgb(255, 255, 255);
  border: 2px solid rgb(255, 255, 255);
}

.home-three .slider-content.slider-content-1 .button-1 a:hover {
  border: 2px solid rgb(155, 142, 76);
}

.home-two.home-three .ft_newsletter form .input-wrapper input[type="text"] {
  color: rgb(51, 51, 51) !important;
}

.home-two.home-three .ft_newsletter form .input-wrapper input[type="text"]::-webkit-input-placeholder {
  color: rgb(51, 51, 51) !important;
}

.home-four .header-area {
  background: rgb(168, 152, 66);
}

.home-four .header-top-area {
  background: rgb(168, 152, 66);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.home-four .slider-area {
  margin-bottom: 40px;
}

.home-four .slider-content-1 {
  margin-left: 200px;
}

.home-four .slider-content-2 {
  margin-left: 45px;
}

.home-four .slider-content.slider-content-1 h1 {
  color: rgb(54, 54, 54);
}

.home-four .slider-content.slider-content-1 p {
  color: rgb(255, 255, 255);
}

.home-four .button-1 a {
  font-size: 16px;
  padding: 7px 30px;
}

.home-four .info_box.email a {
  color: rgb(255, 255, 255);
}

.home-four .header-bottom-action .cart-icon {
  position: relative;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  border-radius: 30px;
  padding: 0px 25px;
  background: white;
}

.home-four .header-area .header-top {
  padding: 25px 0px;
}

.home-four .ft_newsletter {
  max-width: 650px;
  margin-left: auto;
  margin-right: 15px;
}

.home-four .header-action-toggle .toggle span {
  background-color: rgb(255, 255, 255);
}

.home-one.home-four .header-top .ft_newsletter form .input-wrapper input::-webkit-input-placeholder {
  color: rgb(255, 255, 255);
}

.home-four .search_top {
  width: 100%;
}

.home-four .ft_newsletter form .btn {
  background: rgb(202, 184, 89);
  margin: 0px;
}

.home-four .ft_newsletter form .input-wrapper input {
  border: 2px solid rgb(202, 184, 89);
  margin: 0px;
}

.home-four .ft_newsletter form {
  margin-top: 0px;
  margin-bottom: 0px;
}

.home-four .blockcart.cart-preview {
  float: right;
  line-height: 1;
}

.home-four .contact-link .info_box span, .home-four .contact-link .info_box, .home-four .contact-link .info_box::before, .home-four .top-bar-left .social_follow li a, .home-four .topbar-nav .dropdown button {
  color: rgb(255, 255, 255);
}

.home-four .display_top {
  margin-top: 15px;
}

.home-four .header-bottom-area {
  padding: 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.home-four .header-bottom-area .display_top {
  margin-top: 0px;
}

.home-four .main-menu nav > ul > li > a {
  color: rgb(255, 255, 255);
}

.home-four .product-tabs-container-slider {
  margin-top: 80px;
}

.home-four .home_blog_post_area {
  margin-bottom: 55px;
}

.categori-menu {
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0px;
}

.categori-menu::before {
  display: block;
  content: "Ã¯â€žâ€¡";
  color: rgb(255, 255, 255);
  position: absolute;
  top: 4px;
  right: 20px;
  line-height: 50px;
  font-family: FontAwesome;
  font-size: 21px;
  font-weight: 400;
}

.categori-menu > span::after {
  content: "Ã¯Ë†Å½";
  font-family: Ionicons;
  font-size: 27px;
  font-weight: normal;
  left: 20px;
  position: absolute;
}

.categori-menu > span > i {
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.categori-menu-list > li > a i {
  position: absolute;
  right: 0px;
  top: 18px;
}

.categori-menu > span {
  color: rgb(255, 255, 255);
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  line-height: 58px;
  margin-left: 50px;
  text-transform: uppercase;
}

.categori-menu-list {
  background: none 0px 0px repeat scroll rgb(255, 255, 255);
  border-color: rgb(229, 229, 229);
  border-image: none 100% / 1 / 0 stretch;
  border-style: solid;
  border-width: 0px 1px 1px;
  left: 0px;
  padding: 0px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 99;
  display: none;
}

.categori-menu-list li {
  position: relative;
}

.categori-menu-list > li a {
  background: none 0px 0px repeat scroll rgb(255, 255, 255);
  color: rgb(44, 44, 44);
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  overflow: hidden;
  overflow-wrap: break-word;
  padding: 5px 20px;
  position: relative;
  text-transform: capitalize;
}

.categori-menu-list li span {
  display: inline-block;
  margin-right: 10px;
  width: 30px;
}

.categori-menu-list > li a {
  color: rgb(44, 44, 44);
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  overflow-wrap: break-word;
  text-transform: capitalize;
}

ul {
  list-style: outside none none;
}

.categori-menu-list .ht-dropdown::before {
  background-color: rgb(255, 255, 255);
  border-color: rgb(241, 241, 241) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgb(241, 241, 241);
  border-image: none 100% / 1 / 0 stretch;
  border-style: solid;
  border-width: 1px;
  content: "";
  display: block;
  height: 15px;
  left: -8px;
  position: absolute;
  top: 15px;
  transform: rotate(-45deg);
  width: 15px;
}

.categori-menu-list > li ul.first-megamenu {
  width: 605px;
}

.categori-menu-list .ht-dropdown {
  display: flex;
}

.megamenu {
  background: none 0px 0px repeat scroll rgb(255, 255, 255);
  border: 1px solid rgb(229, 229, 227);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 6px 0px;
  left: 100%;
  padding: 20px 35px;
  top: 0px;
}

.ht-dropdown {
  background: none 0px 0px repeat scroll rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 6px 1px;
  left: 92%;
  opacity: 0;
  padding: 10px 0px;
  position: absolute;
  top: 0px;
  transform: scaleY(0);
  transform-origin: 0px 0px 0px;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 120px;
  z-index: 999;
}

.categori-menu-list li {
  position: relative;
}

.ht-dropdown {
  visibility: hidden;
}

.categori-menu-list li {
  position: relative;
  background-color: rgb(42, 41, 41);
}

.menu-tile {
  border-bottom: 1px solid rgb(237, 237, 237);
  color: rgb(44, 44, 44);
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.single-megamenu ul li a {
  color: rgb(102, 102, 102);
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  padding: 0px;
  text-transform: capitalize;
}

.categori-menu-list > li a {
  background: none 0px 0px repeat scroll rgb(255, 255, 255);
  color: rgb(44, 44, 44);
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  overflow: hidden;
  overflow-wrap: break-word;
  padding: 0px;
  position: relative;
  text-transform: capitalize;
}

.first-megamenu li.megamenu-img {
  flex-basis: 40%;
}

.contact-link a {
  color: rgb(51, 51, 51);
}

.categori-menu-list li {
  padding: 0px 20px;
  position: relative;
  border-bottom: 1px solid rgb(229, 229, 229);
}

.categori-menu-list li ul li {
  padding: 15px 20px 10px 30px;
}

.categori-menu-list li ul li ul {
  margin: 0px;
}

.categori-menu-list li ul li ul li {
  padding: 0px;
  margin: 0px;
}

.categori-menu-list li ul li ul li.menu-tile {
  padding-bottom: 10px;
}

.categori-menu-list li ul li a {
  border-bottom: 0px solid transparent;
}

li.megamenu-img a {
  padding: 0px;
}

.categori-menu-list > li a {
  line-height: 50px;
  text-transform: uppercase;
  overflow-wrap: break-word;
  color: rgb(70, 70, 70);
  font-size: 14px;
  font-weight: 400;
}

.categori-menu-list > li:last-child a {
  border-bottom: 0px solid rgba(0, 0, 0, 0);
}

.header-top-left > ul > li:hover ul.ht-dropdown, .cart-box ul li:hover ul.ht-dropdown, .categori-menu-list > li:hover ul.ht-dropdown, .header-bottom-list li:hover ul.ht-dropdown {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}

.categori-menu-list > li ul.megamenu-two {
  width: 420px;
}

.home-four .banner-box {
  margin-bottom: 10px;
}

.home-four .slider-area {
  margin-top: 10px;
}

.home-four .slideshow_container .slider-inner {
  margin-right: -20px;
}

.home-four .policy-area-inner {
  border-bottom: 1px solid rgb(229, 229, 229);
  padding-bottom: 60px;
  padding-top: 10px;
}

.home-four .home-banner {
  margin-bottom: 0px;
}

.home-four .home_blog_post_area .home_blog_post {
  background: rgb(255, 255, 255);
}

.home-four .home_blog_post_area .pos_title h2 a {
  color: rgb(51, 51, 51);
}

.home-four .home_blog_post_area .pos_title h3 {
  color: rgb(168, 152, 66);
}

.home-four .home_blog_post_area .pos_title p {
  color: rgb(102, 102, 102);
}

.home-four .home_blog_post_area .pos_title {
  margin-bottom: 0px;
  margin-top: 30px;
}

.home-four .home_blog_post_area .owl-nav {
  top: 35px;
  right: 15px;
}

.home-four .footer-top .ft_newsletter {
  max-width: 590px;
  margin: auto;
}

.home-four .footer-top .ft_newsletter form {
  margin-top: 30px;
  margin-bottom: 5px;
}

.home-four .pos_logo {
  margin-bottom: 120px;
}

.home-four .footer-main > .container > .row {
  border-top: 1px solid rgb(229, 229, 229);
  padding-top: 60px;
}

.home-four .categori-mini-product-area {
  margin-bottom: 90px;
  margin-top: 62px;
}

.home-five .header-area .header-top {
  background: rgb(255, 255, 255);
}

.home-four.home-five .blockcart .header {
  border-radius: 0px;
}

.home-four.home-five .header-bottom-area {
  padding: 0px;
  border-top: 1px solid rgb(229, 229, 229);
  background: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(229, 229, 229);
}

.home-five .categori-menu {
  background: rgb(168, 152, 66);
}

.home-four.home-five .main-menu nav > ul > li > a {
  color: rgb(51, 51, 51);
}

.home-four.home-five .main-menu nav > ul > li > a:hover {
  color: rgb(168, 152, 66);
}

.home-five .categori-menu-list > li a {
  line-height: 49px;
  background-color: rgb(42, 41, 41);
  color: #fff;
}

.home-five .categori-menu-list > li:hover a {
  color: #fff !important;
  background-color: #000;
  transition: 1s all;
}

.categori-menu-list li:hover{
  background-color: #000;
  transition: 1s all;
}

.home-five .categori-menu-list {
  display: block;
}

.home-five .categori-mini-product-area .js-product-miniature .img_block {
  width: 76px;
}

.home-five .categori-mini-product-area .js-product-miniature .product_desc h1 a {
  margin-bottom: 15px;
}

.advertising {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  overflow: hidden;
}

.advertising a {
  display: block;
}

.advertising a::before {
  background: rgba(255, 255, 255, 0.2);
  inset: 0px 51% 0px 50%;
  content: "";
  position: absolute;
  opacity: 1;
}

.advertising a::after {
  background: rgba(255, 255, 255, 0.2);
  inset: 50% 0px;
  content: "";
  position: absolute;
  opacity: 1;
}

.advertising a img {
  width: 100%;
  height: auto;
}

.advertising:hover a::before {
  left: 0px;
  right: 0px;
  opacity: 0;
  transition: all 900ms ease-in 0s;
}

.advertising:hover a::after {
  top: 0px;
  bottom: 0px;
  opacity: 0;
  transition: all 900ms ease-in 0s;
}

.home-four.home-five .categori-mini-product-area {
  margin-bottom: 90px;
  margin-top: 100px;
}

.home-five .block-content.pos_content {
  position: relative;
  padding: 30px 5px;
  background: rgb(244, 244, 244);
  text-align: center;
  margin-bottom: 30px;
}

.home-five .product-tabs-container-slider {
  margin-bottom: 80px;
  margin-top: 100px;
}

.home-five .product-tabs-container-slider .pos_title {
  text-align: left;
}

.home-five .categori-mini-product-area.two-col .js-product-miniature .img_block {
  float: left;
  width: 140px;
  margin-right: 30px;
}

.home-five .ft_newsletter.home-five-newsletter {
  position: relative;
  background: url("../images/bg/bg_newletter.webp") center center / cover no-repeat fixed;
  text-align: center;
  padding: 120px 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  max-width: 100%;
}

.ft_newsletter.home-five-newsletter .container {
  padding: 50px;
  background: rgb(246, 246, 246);
}

.home-five .ft_newsletter.home-five-newsletter form {
  margin-top: 30px;
  margin-bottom: 0px;
}

.home-four.home-five .ft_newsletter h2 {
  margin-top: 0px;
}

.home-five .slider-content {
  text-align: right;
}

.home-five .slider-content h1.hone {
  font-style: italic;
  color: rgb(168, 152, 66);
  line-height: 60px;
  margin-bottom: 10px;
}

.home-five .slider-content p.hp1 {
  position: relative;
  font-size: 34px;
  color: rgb(151, 151, 151);
  text-transform: uppercase;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 30px;
  animation-duration: 0.9s;
}

.home-four.home-five .policy-area-inner {
  border-bottom: 0px solid rgb(229, 229, 229);
  padding-bottom: 0px;
  padding-top: 0px;
}

.pos_title h2::before {
  content: "";
  height: 6px;
  width: 6px;
  background: rgb(168, 152, 66);
  margin-right: 10px;
  border-radius: 100%;
  vertical-align: middle;
  display: inline-block;
}

.home_blog_post_area .home_blog_post .pos_title h2::before {
  content: "";
  height: 6px;
  width: 6px;
  background: rgb(168, 152, 66);
  margin-right: 10px;
  border-radius: 100%;
  vertical-align: middle;
  display: none;
}

.home-four.home-five .footer-main > .container > .row {
  border-top: 0px solid rgb(229, 229, 229);
  padding-top: 0px;
}

.home-four.home-five .home_blog_post_area {
  margin-bottom: 60px;
}

.home-four.home-five .pos_logo {
  margin-bottom: 0px;
}

.home-five-content-area .categori-mini-product-area .owl-nav {
  top: -52px;
  right: 15px;
}

.home-five #footer .footer-container .footer-main {
  padding: 100px 0px;
}

.home-five .policy-area {
  margin: 55px 0px;
}

.home-six .slider-content-1 {
  margin-left: 0px;
}

.home-six .slider-content-2 {
  margin-left: 0px;
}

.home-six .slider-area {
  margin-bottom: 110px;
}

.home-six .cms_aboutus {
  margin-bottom: 0px;
}

.home-six .pos-special-products {
  padding-bottom: 90px;
}

.home-six .home-banner {
  margin-bottom: 10px;
}

.home-six .ft_newsletter form {
  margin-bottom: 120px;
}

.home-six .pos-special-products .pos_title h2::before {
  display: none;
}

.product-tabs-container-slider ul.tabs_slider li::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 0px;
  width: 8px;
  height: 8px;
  background: rgb(168, 152, 66);
  border-radius: 100%;
}

.home-three .nivo-caption, .home-six .nivo-caption {
  opacity: 1;
}

.home-six #footer .footer-container .footer-main {
  padding: 115px 0px 110px;
}

.error_page_start {
  text-align: center;
  margin-bottom: 50px;
  padding-top: 60px;
}

.hom_btn > a {
  background: rgb(168, 152, 66);
  border-radius: 35px;
  box-shadow: none;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  margin-top: 40px;
  padding: 0px 30px;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}

.hom_btn > a:hover {
  background: none 0px 0px repeat scroll rgb(52, 52, 52);
}

.search__sidbar .button:hover {
  color: rgb(168, 152, 66);
}

.error_page_start .search__sidbar .input_form {
  margin: 45px auto 1px;
  max-width: 500px;
}

.error_page_start .search__sidbar input.input_text[type="text"] {
  background: none 0px 0px repeat scroll transparent;
  border: 1px solid rgb(221, 221, 221);
  color: rgb(67, 67, 67);
  font-size: 14px;
  height: 55px;
  padding: 0px 40px 0px 15px;
}

.error_page_start .search__sidbar .button {
  font-size: 16px;
  top: 4px;
}

.error_page_start h2 {
  color: rgb(67, 67, 67);
  font-size: 35px;
  margin-top: 0px;
  text-transform: uppercase;
}

.error_page_start p {
  color: rgb(67, 67, 67);
  font-size: 22px;
  font-weight: 300;
  line-height: 37px;
  margin: 20px auto 40px;
  text-align: center;
  width: 60%;
}

#scrollUp {
  /*background: none 0px 0px repeat scroll rgb(67, 67, 67);*/
  background: url('../images/footer/arrow-up.webp') 0px 0px repeat scroll rgb(67, 67, 67);
  background-size: contain;
  border: 2px solid rgb(221, 221, 221);
  border-radius: 50%;
  bottom: 85px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: none;
  font-size: 21px;
  height: 50px;
  line-height: 49px;
  position: fixed;
  right: 12px;
  text-align: center;
  width: 50px;
  z-index: 9999;
}

/*#scrollUp:hover {*/
/*  background: rgb(168, 152, 66);*/
/*  border-color: rgb(168, 152, 66);*/
/*}*/

.top_breadcrumb {
  position: relative;
  margin: 0px 0px 75px;
}

.breadcrumb_container {
  overflow: hidden;
  margin: 0px;
  font-size: 12px;
  background: rgb(246, 246, 246);
}

.breadcrumb_container .breadcrumb {
  background: transparent;
  padding: 10px 0px;
  margin: 0px;
}

.breadcrumb_container .breadcrumb ol {
  padding-left: 0px;
  margin-bottom: 0px;
}

.breadcrumb_container {
  font-size: 12px;
}

.breadcrumb_container .breadcrumb ol li {
  display: inline;
}

.breadcrumb_container .breadcrumb ol li a {
  display: inline-block;
  position: relative;
  color: rgb(102, 102, 102);
  line-height: 25px;
}

.breadcrumb_container .breadcrumb ol li a {
  color: rgb(102, 102, 102);
  line-height: 30px;
  font-size: 14px;
}

.breadcrumb_container .breadcrumb ol li::after {
  /* content: "Ã¯â€žÂ"; */
  font-family: FontAwesome;
  color: rgb(102, 102, 102);
  margin: 0.3125em;
  font-size: 12px;
}

.breadcrumb_container .breadcrumb ol li a:hover {
  color: rgb(168, 152, 66);
}

.breadcrumb_container .breadcrumb ol li:last-child a, .breadcrumb_container .breadcrumb ol li:last-child span {
  color: rgb(168, 152, 66);
}

.breadcrumb_container .breadcrumb ol li:last-child::after {
  content: "";
}

.single-product-page-area {
  padding: 45px 45px 30px;
}

.single-product-description-area {
  margin-top: 100px;
}

.images-container {
  display: flex;
  gap: 10px;
}

.images-container .js-qv-mask {
}

.thumb-container .nav-tabs {
  border-bottom: 0px solid rgb(222, 226, 230);
  flex-direction: column;
}

.thumb-container ul li {
  margin-bottom: 10px;
  width: 100px;
}

.pos_content .owl-item .thumb-container img {
  display: block;
}

.thumb-container img:first-child {
  margin: 0px;
}

.thumb-container img {
  width: 100%;
  height: auto;
  cursor: pointer;
  margin: -1px 0px 0px;
  border: 1px solid rgb(229, 229, 229);
  position: relative;
  transition: all 300ms ease-in 0s;
}

.thumb-container img:hover {
  border-color: rgb(168, 152, 66);
  z-index: 1;
  transition: all 300ms ease-in 0s;
}

.product-cover {
  flex: 1 1 0%;
  overflow: hidden;
  position: relative;
  display: block;
  border: 1px solid rgb(229, 229, 229);
}

.product-cover img {
  box-shadow: none;
  border: none;
}

.product-cover .layer {
  background: transparent;
  transition: all 300ms ease-in 0s;
}

.product-cover .layer {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  background: rgba(255, 255, 255, 0.698);
  text-align: center;
  cursor: pointer;
}

.product-cover .layer .zoom-in {
  color: rgb(168, 152, 66);
  font-size: 4.25rem;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  overflow-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-feature-settings: "liga";
}

.h1.namne_details, .product_name_h1 {
  font-size: 44px;
  line-height: 1;
  color: rgb(168, 152, 66);
  text-transform: capitalize;
  font-weight: 400;
  margin: 0px 0px 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(229, 229, 229);
  font-style: italic;
}

.reference {
  font-size: 13px;
}

#product_comments_block_extra {
  padding: 0px;
  font-weight: normal;
  line-height: 18px;
  margin: 10px 0px 0px;
}

#product_comments_block_extra .comments_note {
  margin-bottom: 5px;
  display: inline-block;
}

#product_comments_block_extra .comments_note span {
  float: left;
  color: rgb(51, 51, 51);
}

#product_comments_block_extra .star_content {
  margin-top: 1px;
}

.product-rattings {
  margin-bottom: 7px;
  color: rgb(254, 189, 105);
}

#product_comments_block_extra .comments_advices {
  display: inline-block;
  vertical-align: top;
  margin: 0px;
}

.comments_advices li {
  display: inline-block;
  line-height: 21px;
}

.comments_advices a.reviews {
  margin-right: 9px;
}

.comments_advices a {
  text-decoration: none;
  position: relative;
  margin-right: 8px;
  line-height: 21px;
  padding: 0px;
  font-size: 12px;
  margin-bottom: 10px;
  cursor: pointer;
  display: inline-block;
  color: rgb(153, 153, 153) !important;
}

.comments_advices a.reviews::before {
  content: "Ã¯Æ’Â¥";
}

.comments_advices a.open-comment-form::before {
  content: "Ã¯Ââ‚¬";
}

.comments_advices a::before {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  margin-right: 6px;
}

.comments_advices a {
  line-height: 21px;
  font-size: 12px;
  cursor: pointer;
  color: rgb(153, 153, 153) !important;
}

.no-print .hook-reviews i {
  color: rgb(168, 152, 66);
  font-size: 20px;
}

.no-print .hook-reviews {
  float: left;
  margin-right: 15px;
}

.comments_advices a:hover {
  color: rgb(168, 152, 66) !important;
}

.product-prices {
  margin: 0px;
}

.product-prices div {
  margin-bottom: 0.625rem;
}

.product-discount .regular-price {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: rgb(153, 153, 153);
}

.has-discount.product-price, .has-discount p {
  font-weight: 700;
  font-size: 28px;
  line-height: 30px;
  display: inline-block;
  color: rgb(168, 152, 66);
}

.product-prices .current-price span:first-child {
  font-weight: 700;
  font-size: 28px;
  line-height: 27px;
  color: rgb(168, 152, 66);
}

.has-discount .discount {
  font-weight: 700;
  font-size: 12px;
  line-height: 21px;
  color: white;
  padding: 2px 5px 0px;
  background: rgb(212, 35, 43);
  vertical-align: 5px;
}

.product-information {
  color: rgb(102, 102, 102);
  font-size: 14px;
  font-weight: normal;
}

.product-variants > .product-variants-item {
  margin: 0px 0px 1.25rem;
}

.product-information .control-label {
  text-transform: uppercase;
}

.product-actions .control-label {
  margin-bottom: 0.375rem;
  display: block;
  width: 100%;
}

.product-information span {
  font-size: 14px !important;
  font-family: "PT Serif", serif !important;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.5rem - 2px);
}

.product-variants > .product-variants-item select {
  box-shadow: none;
}

.product-variants > .product-variants-item select {
  background-color: rgb(255, 255, 255);
  width: auto;
  padding-right: 1.875rem;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 4px 0px;
}

.form-control {
  background: white;
  color: rgb(102, 102, 102);
  border: 1px solid rgb(229, 229, 229);
  font-size: 13px;
}

.product-variants > .product-variants-item ul li {
  margin-right: 0.625rem;
  display: inline-block;
}

.input-color {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 1.25rem;
  width: 1.25rem;
}

.input-color:checked + span {
  border: 2px solid rgb(35, 35, 35);
}

.product-information span {
  font-size: 14px !important;
  font-family: "PT Serif", serif !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px);
  border: 0px;
}

.box-quantity input {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(237, 237, 237);
  float: left;
  height: 45px;
  width: 65px;
  line-height: 43px;
  margin-right: 15px;
  padding: 0px 15px;
  border-radius: 0px;
}

.box-quantity a {
  position: relative;
  padding: 0px 30px;
  color: white;
  line-height: 46px;
  height: 46px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  border: 0px;
  background: rgb(168, 152, 66);
  border-radius: 30px;
  box-shadow: none;
}

.single-product-page-area .social-sharing {
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 30px;
}

.single-product-page-area .social-sharing ul {
  margin-bottom: 0px;
}

.single-product-page-area .social-sharing li {
  box-shadow: none;
  height: auto;
  width: auto;
  border-radius: 0px;
  display: inline-block;
  background-color: transparent;
  line-height: 1;
}

.single-product-page-area .social-sharing li a {
  display: inline-block;
  line-height: 29px;
  text-align: center;
  border: 1px solid rgb(229, 229, 229);
  color: rgb(51, 51, 51);
  margin-right: 10px;
  white-space: normal;
  text-indent: 0px;
  overflow: hidden;
  font-size: 13px;
}

.single-product-page-area .social-sharing li a::before {
  font-family: FontAwesome;
  font-size: 14px;
  display: inline-block;
  background: transparent;
}

.single-product-page-area .social-sharing li.facebook a::before {
  content: "Ã¯â€šÅ¡";
}

.single-product-page-area .social-sharing li.twitter a::before {
  content: "Ã¯â€šâ„¢";
}

.single-product-page-area .social-sharing li.googleplus a::before {
  content: "Ã¯Æ’â€¢";
}

.single-product-page-area .social-sharing li.pinterest a::before {
  content: "Ã¯Æ’â€™";
}

.single-product-page-area .product-discount {
  display: inline-block;
}

.color, .custom-checkbox input[type="checkbox"] + span.color {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  margin: 0.3125rem;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 4px 0px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-size: contain;
}

.color.color-two {
  background: rgb(67, 74, 84);
}

.product-information .social-sharing span {
  text-transform: uppercase;
  margin-right: 15px;
}

.social-sharing li.facebook:hover a {
  background: rgb(67, 95, 159);
  border-color: rgb(67, 95, 159);
}

.social-sharing li.twitter:hover a {
  background: rgb(0, 170, 240);
  border-color: rgb(0, 170, 240);
}

.social-sharing li.googleplus:hover a {
  background: rgb(224, 75, 52);
  border-color: rgb(224, 75, 52);
}

.social-sharing li.pinterest:hover a {
  background: rgb(206, 31, 33);
  border-color: rgb(206, 31, 33);
}

.social-sharing li:hover a {
  color: white;
}

.img-thumbnail {
  margin-bottom: 20px;
}

#ProductDetails .label {
  font-size: 1rem;
  color: rgb(35, 35, 35);
  font-weight: 700;
}

#product_comments_block_tab {
  margin: 0px 0px 20px;
}

#product_comments_block_tab div.comment .comment_author span {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
  color: rgb(108, 108, 108);
}

#product_comments_block_tab div.comment .comment_author .star_content {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0px 0px 5px;
}

#product_comments_block_tab .comment_author_infos {
  clear: both;
  padding-top: 9px;
}

#product_comments_block_tab .comment_author_infos strong {
  display: block;
  color: rgb(51, 51, 51);
  margin-bottom: 10px;
}

#product_comments_block_tab .comment_author_infos em {
  color: rgb(173, 173, 173);
}

#product_comments_block_tab div.comment .comment_details {
  overflow: hidden;
  margin-top: 20px;
}

#product_comments_block_tab div.comment .comment_details h4 {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
  color: rgb(108, 108, 108);
}

#product_comments_block_tab div.comment .comment_details p {
  color: rgb(173, 173, 173);
  font-size: 12px;
}

#product_comments_block_tab a {
  text-decoration: none;
  font-weight: 400;
  color: white;
}

.btn-secondary {
  color: white;
  background-color: rgb(51, 51, 51);
  /* background-color: rgb(51, 51, 51); */
  border-color: transparent;
  box-shadow: none;
}

.btn-secondary:hover {
  color: white;
  background-color: #000;
  border-color: transparent;
}

#product_comments_block_tab .hook-reviews i {
  color: rgb(168, 152, 66);
  font-size: 20px;
}

.single-product-related-post {
  margin-bottom: 0px;
}

.modal-dialog {
  max-width: 1070px;
  margin: 1.75rem auto;
}

.modal-close-btn {
  padding: 15px 15px 0px;
  text-align: right;
}

.shop-page-wraper {
  padding-bottom: 35px;
  padding-top: 42px;
}

.product-toolbar .topbar-title {
  margin: 0px 0px 18px;
  border-bottom: 1px solid rgb(238, 238, 238);
  padding-bottom: 10px;
}

.product-toolbar .product-view-mode {
  float: left;
}

.product-toolbar .woocommerce-ordering {
  float: right;
  margin: 0px;
  position: relative;
}

.product-toolbar .woocommerce-result-count {
  float: left;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  margin-bottom: 0px;
  margin-left: 70px;
  text-align: left;
}

.shop-page-product-area {
  display: block;
  clear: both;
  padding-top: 30px;
  border-top: 1px solid rgb(238, 238, 238);
  margin-top: 80px;
}

.shop-categori-title h3 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  color: white;
  padding: 10px 20px;
  position: relative;
  display: block;
  background: rgb(168, 152, 66);
  margin: 0px;
}

.shop-categori-title h3::before {
  font-family: FontAwesome;
  font-size: 16px;
  margin-right: 10px;
  display: inline-block;
  content: "Ã¯Æ’â€°";
  font-weight: 400;
}

.sidebar-product-categori .widget-title h3 {
  display: block;
  clear: both;
  color: rgb(51, 51, 51);
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 30px;
}

.product-toolbar .woocommerce-result-count {
  float: left;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  margin-bottom: 0px;
  margin-right: 70px;
  text-align: right;
}

.product-view-mode ul li a.active {
  color: rgb(168, 152, 66);
}

#price-range {
  background: none 0px 0px repeat scroll rgb(225, 225, 225);
  border: medium none;
  border-radius: 50px;
  float: left;
  height: 10px;
  margin-top: 14px;
  width: 100%;
}

.widget-content #price-range {
  width: 90%;
  margin: 0px 12px !important;
}

#price-range .ui-slider-range {
  background-color: rgb(168, 152, 66);
  border-radius: 0px;
}

#price-range .ui-slider-handle {
  background-color: rgb(168, 152, 66);
  border: 6px solid rgb(255, 255, 255);
  border-radius: 50%;
  cursor: pointer;
  height: 21px;
  top: -6px;
  transition: none 0s ease 0s;
  width: 21px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 6.65px 0.35px;
}

.price-values {
  float: left;
  margin-top: 29px;
  width: 100%;
}

.price_text_btn {
  display: inline-block;
  margin-top: 8px;
  overflow: hidden;
}

.price-values span {
  color: rgb(111, 111, 111);
  display: block;
  float: left;
  font-family: droidserifregular;
  font-size: 14px;
  line-height: 23px;
  margin-right: 6px;
}

.price-values input {
  background: none 0px 0px repeat scroll transparent;
  border: medium none;
  color: rgb(67, 67, 67);
  display: block;
  float: left;
  font-size: 15px;
  height: 23px;
  margin-left: 3px;
  margin-top: 0px;
  padding: 0px;
  width: 105px;
  margin-bottom: 0px;
}

.price-values .button {
  float: right;
}

.price-values .button {
  background: none 0px 0px repeat scroll rgb(168, 152, 66);
  border: medium none;
  border-radius: 0px;
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: normal;
  height: 35px;
  letter-spacing: 0px;
  line-height: 35px;
  margin-top: 2px;
  padding: 0px 15px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}

.price-values .button:hover {
  background: rgb(51, 51, 51);
  color: rgb(255, 255, 255);
}

.shop-categori-page.categori-mini-product-area .js-product-miniature .img_block {
  float: left;
  width: 76px;
  margin-right: 15px;
}

.shop-categori-page .owl-nav {
  position: absolute;
  top: -40px;
  left: 15px;
}

.facet h3 {
  margin-bottom: 5px;
  font-size: 18px;
  color: rgb(51, 51, 51);
}

.sidebar-product-categori .widget-content {
  float: left;
  margin: 0px 0px 35px;
  width: 100%;
  background: rgb(255, 255, 255);
  padding: 0px 5px;
}

.sidebar-product-categori .widget-content ul {
  margin-bottom: 0px;
}

.sidebar-product-categori .widget-content ul li {
  border-bottom: 1px solid rgb(237, 237, 237);
  list-style-type: none;
  margin: 0px;
  padding-right: 20px;
  position: relative;
}

.sidebar-product-categori .widget-content ul li:last-child {
  border-bottom: 0px solid rgb(237, 237, 237);
}

.sidebar-product-categori .widget-content ul li a {
  display: inline-block;
  padding: 10px 0px;
  color: rgb(102, 102, 102);
}

.cat-item .count {
  display: block;
  right: 0px;
  position: absolute;
  top: 10px;
}

.product_list_widget > li {
  display: block;
  margin-bottom: 42px;
  overflow: hidden;
}

.product_list_widget .product-image {
  float: left;
  width: 30%;
}

.product_list_widget .product-image a {
  display: block;
}

.product_list_widget .product-info {
  float: left;
  padding-left: 20px;
  width: 70%;
}

.widget-content ul.product_list_widget {
  padding: 0px;
  margin: 0px;
}

.widget-content ul.product_list_widget li.widget-mini-product {
  padding: 0px;
  margin-bottom: 20px;
  border: none;
}

.widget-content ul.product_list_widget li.widget-mini-product:last-child {
  padding: 0px;
  margin-bottom: 0px;
}

.product_list_widget li.widget-mini-product .product-info a {
  color: rgb(51, 51, 51);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0px;
  text-transform: none;
  padding: 0px;
}

.product-info span.product-title {
  transition: all 0.2s ease 0s;
}

.product_list_widget .star-rating {
  margin-bottom: 4px;
  margin-top: 6px;
  overflow: hidden;
}

.rating-box {
  line-height: 16px;
}

.rating-box span i {
  color: rgb(254, 189, 105);
}

.product_list_widget .product-info .woocommerce-Price-amount {
  color: rgb(168, 152, 66);
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-top: 6px;
  overflow: hidden;
}

.sidebar-single-banner {
  margin-bottom: 30px;
}

.sidebar-single-banner a {
  overflow: hidden;
  display: inline-block;
  position: relative;
}

.sidebar-single-banner a:hover img {
  transform: scale(1.05);
}

.product-tags {
}

.product-tags a {
  text-decoration: none;
  border: 1px solid rgb(204, 204, 204);
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 5px;
}

.product-tags a:hover {
}

.shop-banner {
  margin-bottom: 50px;
}

.product-toolbar {
  color: rgb(51, 51, 51);
  margin-bottom: 10px;
  position: relative;
}

.product-toolbar .topbar-title h1 {
  color: rgb(51, 51, 51);
  font-size: 24px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  margin: 0px;
  text-transform: uppercase;
}

.product-view-mode {
}

.product-view-mode ul.nav-tabs {
  border-bottom: 0px solid rgb(222, 226, 230);
}

.product-view-mode ul li {
}

.product-view-mode ul li:last-child a {
  margin-right: 0px;
}

.product-view-mode ul li a {
  border: none;
  color: rgb(51, 51, 51);
  float: left;
  height: 40px;
  line-height: 40px;
  margin-right: 20px;
  outline: none;
}

.product-view-mode ul li a i {
  font-size: 38px;
}

.product-toolbar .woocommerce-ordering .orderby-wrapper label {
  font-size: 1em;
  font-weight: 600;
  margin-right: 10px;
  line-height: 40px;
}

.product-toolbar .woocommerce-ordering .orderby-wrapper .nice-select {
  display: inline-block;
  font-size: 1em;
  vertical-align: top;
  float: right;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(237, 237, 237);
  border-radius: 0px;
  box-shadow: none;
  color: inherit;
  height: 40px;
  line-height: 38px;
  min-width: 180px;
  padding: 0px 15px;
  text-align: left;
}

.shop-page-product-area .single-product-area {
  margin-bottom: 30px;
}

.shop-page-product-area #list .js-product-miniature .img_block {
  float: left;
  width: 40%;
  margin-right: 30px;
}

.shop-page-product-area #list .js-product-miniature .product_desc {
  position: relative;
  overflow: hidden;
  text-align: left;
}

.shop-page-product-area #list .js-product-miniature .product_desc .product-price-and-shipping {
  opacity: 1 !important;
  transform: none !important;
}

.shop-page-product-area #list .js-product-miniature .product_desc div.cart {
  opacity: 1;
  position: static;
  text-align: left;
  margin-top: 35px;
}

s .shop-page-product-area #list .js-product-miniature .countdown {
  text-align: left;
}

.shop-page-product-area #list .pos_title {
  margin-bottom: 50px;
}

.shop-page-product-area #list .js-product-miniature .product_desc .product_name {
  margin-bottom: 0px;
}

.shop-page-product-area #list .js-product-miniature .product_desc {
  padding-top: 90px;
}

.shop-content nav.woocommerce-pagination {
  text-align: center;
}

nav.woocommerce-pagination {
  padding: 30px 0px;
  width: 100%;
  border-bottom: 1px solid rgb(229, 229, 229);
}

nav.woocommerce-pagination ul.page-numbers {
  border: none;
  margin: 0px;
  text-align: right;
  width: 100%;
}

nav.woocommerce-pagination ul.page-numbers li {
  border: none;
  float: none;
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block !important;
}

nav.woocommerce-pagination ul.page-numbers li span.current, nav.woocommerce-pagination ul.page-numbers li a:hover {
  background: rgb(168, 152, 66);
  color: rgb(255, 255, 255);
}

nav.woocommerce-pagination ul.page-numbers li a, nav.woocommerce-pagination ul.page-numbers li span {
  background: rgb(255, 255, 255);
  color: rgb(51, 51, 51);
  font-size: 15px;
  font-weight: normal;
  height: 42px;
  line-height: 42px;
  min-width: 0px;
  padding: 0px 8px;
  text-align: center;
  width: 42px;
  display: block;
  text-decoration: none;
  outline: none;
  transition: all 0.2s ease 0s;
}

.about__us_page_area .banner_h2_Right_text {
  max-width: 100%;
  padding: 0px 15px;
}

.about__us_page_area .wpb_wrapper > h3 {
  font-size: 30px;
  font-weight: bolder;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 0px;
}

.about__us_page_area .wpb_wrapper p > a {
  background: none 0px 0px repeat scroll rgba(0, 0, 0, 0);
  border: 1px solid rgb(67, 67, 67);
  color: rgb(111, 111, 111);
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  height: 40px;
  line-height: 36px;
  margin-top: 10px;
  padding: 0px 31px;
  text-align: center;
}

.skrill_here {
  padding: 10px 0px 40px;
}

.about-page-area {
  background: rgb(255, 255, 255);
  margin-top: 120px;
  margin-bottom: 15px;
}

.about__us_page_area .container-fluid .col-md-6.col-xs-12 {
  padding: 0px;
}

.about__us_page_area .wpb_wrapper > p {
  color: rgb(111, 111, 111);
  font-size: 15px;
  text-align: justify;
}

.about__us_page_area .wpb_wrapper p > a:hover {
  background: none 0px 0px repeat scroll rgb(168, 152, 66);
  border-color: rgb(168, 152, 66);
  color: rgb(255, 255, 255);
}

.funfact::before {
  content: "";
  height: 100%;
  left: 0px;
  opacity: 1;
  position: absolute;
  top: 0px;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
  z-index: 2;
}

.about__us_page_area .container-fluid .col-md-12.col-lg-6.col-xs-12 {
  padding: 0px;
}

.funfact {
  color: rgb(255, 255, 255);
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 93px 30px;
  position: relative;
  text-align: center;
}

.funfacts div[class^="col-"]:nth-child(n) .funfact {
  background: none 0px 0px repeat scroll rgb(243, 243, 243);
}

.funfacts div[class^="col-"]:nth-child(2n) .funfact {
  background: none 0px 0px repeat scroll rgb(232, 232, 232);
}

.fun__fact_img {
  vertical-align: middle;
}

.fun_fact_info {
  text-align: left;
  vertical-align: middle;
  flex: 1 1 0%;
}

.funfact h1 {
  color: rgb(67, 67, 67);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0px;
  margin: 0px;
}

.funfact h5 {
  color: rgb(67, 67, 67);
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: 600 !important;
}

.funfact:hover::before {
  opacity: 0.9;
}

.funfact:hover::after {
  transform: scale(1);
}

.abou_skrill__area .container-fluid .row div[class^="col-md-"] {
  padding: 0px;
}

.abou_skrill__area .banner_h2__left_image.lft_to_right > img {
  position: relative;
  right: 0px;
  width: 100%;
}

.pg-advisor__progress {
  width: 65%;
}

.abou_skrill__area .progress {
  background: none 0px 0px repeat scroll rgb(247, 247, 247);
  border-radius: 3px;
  height: 16px;
  margin-bottom: 8px;
  margin-top: 25px;
  overflow: visible;
}

.abou_skrill__area {
  margin-top: 27px;
  overflow: hidden;
}

.abou_skrill__area {
  margin-top: 0px;
  overflow: hidden;
}

.abou_skrill__area .progress span {
  color: rgb(208, 208, 208);
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  right: 0px;
  top: -35px;
  transform: translate(50%, 0px);
  transition: all 0.4s ease 1s;
}

.abou_skrill__area .progress-bar {
  background: none 0px 0px repeat scroll rgb(123, 123, 123);
  border-radius: 3px;
  margin-left: 2px;
  position: relative;
}

.pos-special-products .pos_content .owl-carousel .owl-item.firstActiveItem {
  border: none;
}

.width80 {
  width: 80%;
}

.width90 {
  width: 90%;
}

.width70 {
  width: 70%;
}

.width95 {
  width: 95%;
}

.progress .p_g_title > p {
  color: rgb(255, 255, 255);
  padding-left: 60px;
  text-align: left;
  text-transform: uppercase;
}

.skrill_here .p_g_title {
  height: 100%;
  left: 0px;
  position: absolute;
  text-align: left;
  top: -4px;
  width: 100%;
}

.abou_skrill__area .progress span {
  background: none 0px 0px repeat scroll rgb(62, 62, 62);
  border: 3px solid rgb(160, 160, 160);
  border-radius: 50%;
  color: rgb(255, 255, 255);
  font-size: 11px;
  font-weight: 700;
  height: 40px;
  left: -22px;
  line-height: 33px;
  padding-top: 0px;
  position: absolute;
  text-align: center;
  top: -13px;
  width: 40px;
}

.bar__span.wow.slideInLeft {
  background: none 0px 0px repeat scroll rgb(0, 0, 0);
  content: "";
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  z-index: 999999;
}

.progress {
  background: none 0px 0px repeat scroll rgb(235, 235, 235);
  border-radius: 30px;
  box-shadow: none;
  height: 24px;
  overflow: visible;
}

.progress-bar {
  background: none 0px 0px repeat scroll rgb(141, 152, 170);
  border-radius: 30px;
  box-shadow: none;
  position: relative;
  overflow: visible;
}

.progress-bar .text-top {
  background: none 0px 0px repeat scroll rgb(54, 63, 77);
  border-radius: 50%;
  font-size: 12px;
  height: 42px;
  left: 0px;
  line-height: 42px;
  position: absolute;
  text-transform: uppercase;
  top: -9px;
  width: 42px;
}

.skill-bar-item {
  padding-bottom: 6px;
  position: relative;
}

.skill-bar-item > span {
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  margin-left: 50px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}

.skill-bar {
  overflow: hidden;
  padding-top: 9px;
}

#funfact-area {
  margin-top: 120px;
}

.abou_skrill__area {
  margin-top: 120px;
}

.cart-page-area .section-title h2, .coupon-area .section-title h2 {
  text-transform: capitalize;
  color: rgb(85, 85, 85);
  font-weight: 500;
}

.cart-page-area form {
  margin-bottom: 0px;
  padding: 0px;
}

.cart-page-area {
  margin: 120px 0px 37px;
}

.shipping_method input {
  background: none 0px 0px repeat scroll rgb(236, 239, 248);
  border: 2px solid rgb(236, 239, 248);
  box-shadow: none;
  color: rgb(98, 98, 98);
  font-size: 14px;
  height: 45px;
  padding-left: 10px;
  width: inherit;
}

.cart-title-area {
  padding-top: 30px;
}

.car-header-title {
}

.car-header-title h2 {
  font-size: 20px;
  margin: 0px;
  text-transform: uppercase;
}

.table-content table {
  background: none 0px 0px repeat scroll rgb(255, 255, 255);
  border-color: rgb(229, 229, 229);
  border-radius: 0px;
  border-style: solid;
  border-width: 1px 0px 0px 1px;
  text-align: center;
  width: 100%;
}

.table-content table th {
  border-top: medium none;
  padding: 20px 10px;
  text-align: center;
  text-transform: capitalize;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: 500;
}

.table-content table th, .table-content table td {
  border-bottom: 1px solid rgb(229, 229, 229);
  border-right: 1px solid rgb(229, 229, 229);
}

.table-content table td {
  border-top: medium none;
  padding: 20px 10px;
  vertical-align: middle;
  font-size: 13px;
}

.table-content table td input {
  background: none 0px 0px repeat scroll rgb(229, 229, 229);
  border: medium none;
  border-radius: 3px;
  color: rgb(111, 111, 111);
  font-size: 15px;
  font-weight: normal;
  height: 40px;
  padding: 0px 5px 0px 10px;
  width: 60px;
}

.table-content table td.product-subtotal {
  font-size: 14px;
  font-weight: 500;
  width: 120px;
}

.table-content table td.product-name a, .product-stock-status span {
  font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
  color: rgb(111, 111, 111);
  text-transform: capitalize;
}

.product-stock-status span {
  font-weight: normal;
  color: rgb(168, 152, 66);
}

.table-content table td.product-name {
  width: 270px;
}

.table-content table td.product-thumbnail {
  width: 100px;
}

.table-content table td.product-remove i {
  color: rgb(145, 145, 145);
  display: inline-block;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}

.table-content table .product-price .amount {
  font-size: 15px;
  font-weight: 500;
}

.table-content table td.product-remove i:hover {
  color: rgb(168, 152, 66);
}

.table-content table td.product-quantity {
  width: 180px;
}

.table-content table td.product-remove {
  width: 150px;
}

.table-content table td.product-price {
  width: 130px;
}

.table-content table td.product-name a:hover, .buttons-cart a:hover {
  color: rgb(168, 152, 66);
}

.product-thumbnail img {
  width: 100%;
}

.buttons-cart {
  margin-bottom: 30px;
  overflow: hidden;
}

.buttons-cart input, .coupon input[type="submit"], .buttons-cart a, .coupon-info p.form-row input[type="submit"] {
  background: none 0px 0px repeat scroll rgb(54, 63, 77);
  border: medium none;
  border-radius: 0px;
  box-shadow: none;
  color: rgb(255, 255, 255);
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0px 15px;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
  width: inherit;
}

.wc-proceed-to-checkout {
  clear: both;
  display: block;
}

.buttons-cart input:hover, .coupon input[type="submit"]:hover, .buttons-cart a:hover {
  background: none 0px 0px repeat scroll rgb(168, 152, 66);
  color: rgb(255, 255, 255);
}

.buttons-cart a {
  color: rgb(255, 255, 255);
  float: left;
  height: 40px;
  line-height: 40px;
}

.coupon input[type="submit"] {
}

.cart_totals {
  float: left;
  text-align: right;
  width: 100%;
}

.cart_totals h2 {
  border-bottom: 2px solid rgb(34, 34, 34);
  display: inline-block;
  font-size: 30px;
  margin: 0px 0px 35px;
  text-transform: uppercase;
  font-weight: 500;
}

.cart_totals table {
  border: medium none;
  float: right;
  margin: 0px;
  text-align: right;
}

.cart_totals table th {
  border: medium none;
  font-size: 14px;
  font-weight: bold;
  padding: 0px 20px 12px 0px;
  text-align: right;
  text-transform: uppercase;
  vertical-align: top;
}

.cart_totals table td {
  border: medium none;
  padding: 0px 0px 12px;
  vertical-align: top;
}

.cart_totals table td .amount {
  color: rgb(168, 152, 66);
  font-size: 13px;
  font-weight: bold;
  margin-left: 5px;
  text-align: right;
  text-transform: uppercase;
}

.cart_totals table td ul#shipping_method {
  list-style: outside none none;
  margin: 0px;
  padding: 0px;
}

.cart_totals table td ul#shipping_method li {
  float: left;
  margin: 0px 0px 10px;
  padding: 0px;
  text-indent: 0px;
  width: 100%;
}

.cart_totals table td ul#shipping_method li input {
  margin: 0px;
  position: relative;
  top: 2px;
}

.cart_totals table {
}

a.shipping-calculator-button {
  font-weight: bold;
  color: rgb(111, 111, 111);
}

a.shipping-calculator-button:hover {
  color: rgb(131, 203, 220);
}

.cart_totals table tr.order-total th, .cart_totals table tr.order-total .amount {
  font-size: 20px;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 600;
}

.cart_totals table tr.order-total th {
  font-weight: 700;
}

.wc-proceed-to-checkout a {
  background: rgb(168, 152, 66);
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  margin-top: 20px;
  padding: 0px 30px;
  text-transform: none;
}

.wc-proceed-to-checkout a:hover {
  background: rgb(54, 63, 77);
}

.amount del {
  font-size: 13px;
  margin-left: 5px;
  font-weight: 600;
}

.cart-page-area .product-remove {
  width: 20px;
}

.cart-page-area table td.product-thumbnail {
  width: 140px;
}

.cart-page-area .product-add-to-cart a {
  background: none 0px 0px repeat scroll rgb(168, 152, 66);
  color: rgb(255, 255, 255);
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 56px;
  text-transform: uppercase;
  width: 260px;
  margin: 0px auto;
}

.cart-page-area .product-add-to-cart a:hover {
  background: rgb(26, 26, 26);
}

.cart-page-area td.product-add-to-cart {
  width: 240px;
}

.shop-categori-page .owl-nav {
  display: none;
}

.checkout-page-area {
  margin: 120px 0px 0px;
}

.coupon-area .coupon-info input {
  background: transparent;
  border: 1px solid rgb(229, 229, 229);
}

.coupon-area .coupon-info .checkout-coupon .code:focus {
  border: 1px solid rgb(229, 229, 229);
}

.coupon-area {
}

.coupon-accordion {
  padding: 0px;
}

.checkout-area form {
  padding: 0px;
  margin-bottom: 60px;
}

.coupon-accordion h3 {
  background-color: rgb(246, 246, 246);
  border-top: 3px solid rgb(168, 152, 66);
  color: rgb(81, 81, 81);
  font-size: 14px;
  font-weight: 400;
  list-style: outside none none;
  margin: 0px 0px 2em;
  padding: 1em 2em 1em 3.5em;
  position: relative;
  width: auto;
  text-transform: capitalize;
}

.coupon-accordion h3::before {
  color: rgb(119, 119, 119);
  content: "Ã¯Æ’Â¶";
  display: inline-block;
  font-family: FontAwesome;
  left: 16px;
  position: absolute;
  top: 16px;
}

.coupon-accordion span {
  cursor: pointer;
  color: rgb(111, 111, 111);
  transition: all 0.3s ease 0s;
}

.coupon-accordion span:hover, p.lost-password a:hover {
  color: rgb(136, 136, 136);
}

.coupon-content {
  border: 1px solid rgb(229, 229, 229);
  display: none;
  margin-bottom: 20px;
  padding: 20px;
}

.coupon-info {
}

.coupon-info p.coupon-text {
  margin-bottom: 15px;
}

.coupon-info p {
  margin-bottom: 0px;
}

.coupon-info p.form-row-first {
}

.coupon-info p.form-row-first label, .coupon-info p.form-row-last label {
  display: block;
  color: inherit;
}

.coupon-info p.form-row-first label span.required, .coupon-info p.form-row-last label span.required {
  color: red;
  font-weight: 700;
}

.coupon-info p.form-row-first input, .coupon-info p.form-row-last input {
  border: 1px solid rgb(204, 204, 204);
  height: 34px;
  margin: 0px 0px 14px;
  max-width: 100%;
  padding: 0px 0px 0px 10px;
  width: 370px;
  box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
}

input[type="text"], input[type="email"], input[type="submit"] {
  margin-bottom: 0px;
}

.coupon-info p.form-row input[type="submit"]:hover, p.checkout-coupon input[type="submit"]:hover {
  background: none 0px 0px repeat scroll rgb(168, 152, 66);
}

.coupon-info p.form-row input[type="checkbox"] {
  height: inherit;
  position: relative;
  top: 2px;
  width: inherit;
}

.form-row > label {
  margin-top: 7px;
}

p.lost-password {
  margin-top: 15px;
}

p.lost-password a {
  color: rgb(111, 111, 111);
  font-size: 12px;
}

p.checkout-coupon {
}

p.checkout-coupon input[type="text"] {
  height: 36px;
  padding-left: 10px;
  width: 170px;
}

p.checkout-coupon input[type="submit"] {
  background: none 0px 0px repeat scroll rgb(51, 51, 51);
  border: medium none;
  border-radius: 0px;
  color: rgb(255, 255, 255);
  height: 36px;
  margin-left: 6px;
  padding: 5px 10px;
  transition: all 0.3s ease 0s;
  width: inherit;
}

.coupon-checkout-content {
  margin-bottom: 30px;
  display: none;
}

.checkbox-form h3 {
  border-bottom: 1px solid rgb(235, 235, 235);
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 500;
}

.ship-different-title h3 label {
  display: inline-block;
  margin-right: 20px;
  font-size: 22px;
  font-weight: 500;
  color: rgb(34, 34, 34);
}

.country-select label, .country-select label, .checkout-form-list label {
  color: rgb(51, 51, 51);
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  margin: 0px 0px 5px;
  display: block;
  font-weight: 700;
}

.country-select label span.required, .checkout-form-list label span.required {
  color: rgb(168, 152, 66);
}

.country-select select {
  border: 1px solid rgb(221, 221, 221);
  padding-left: 10px;
  width: 100%;
  appearance: none;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px;
}

.checkout-form-list label {
  color: rgb(51, 51, 51);
}

.checkout-form-list label span.required {
}

.checkout-form-list input[type="text"], .checkout-form-list input[type="password"], .checkout-form-list input[type="email"] {
  background: none 0px 0px repeat scroll rgb(255, 255, 255);
  border: 1px solid rgb(235, 235, 235);
  border-radius: 0px;
  width: 100%;
  padding: 0px 0px 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px;
}

.checkout-form-list {
}

.checkout-form-list input[type="checkbox"] {
  display: inline-block;
  height: inherit;
  margin-right: 10px;
  position: relative;
  top: 0px;
  width: inherit;
}

.create-acc label {
  color: rgb(51, 51, 51);
  display: inline-block;
}

.checkout-form-list input[type="password"] {
}

.create-accounts {
  display: none;
}

.ship-different-title {
}

.ship-different-title h3 label {
  display: inline-block;
  margin-right: 20px;
}

.order-notes textarea {
  height: 90px;
  padding: 15px;
  width: 100%;
  background: rgb(255, 255, 255);
}

.ship-different-title input {
  margin-top: 0px;
  vertical-align: middle;
}

#ship-box-info {
  display: none;
}

.your-order {
  background: none 0px 0px repeat scroll rgb(242, 242, 242);
  padding: 30px 40px 45px;
}

.your-order h3 {
  border-bottom: 1px solid rgb(235, 235, 235);
  font-size: 30px;
  margin: 0px 0px 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
  font-weight: 500;
}

.your-order-table table {
  background: none 0px 0px repeat scroll rgba(0, 0, 0, 0);
  border: medium none;
  width: 100%;
}

.your-order-table table th, .your-order-table table td {
  border-bottom: 1px solid rgb(216, 216, 216);
  border-right: medium none;
  font-size: 14px;
  padding: 15px 0px;
  text-align: center;
}

.your-order-table table th {
  border-top: medium none;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  width: 250px;
}

.your-order-table table .shipping ul li input {
  position: relative;
  top: 2px;
}

.your-order-table table .shipping th {
  vertical-align: top;
}

.your-order-table table .order-total th {
  border-bottom: medium none;
  font-size: 18px;
}

.your-order-table table .order-total td {
  border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
  background: rgb(249, 249, 249);
}

.your-order-table table tr.order-total td span {
  color: rgb(168, 152, 66);
  font-size: 20px;
}

.your-order-table table {
}

.payment-method {
  margin-top: 40px;
}

.payment-accordion {
}

.payment-accordion h3 {
  border-bottom: 0px none;
  margin-bottom: 10px;
  padding-bottom: 0px;
}

.payment-accordion h3 a {
  color: rgb(111, 111, 111);
  font-size: 14px;
  padding-left: 25px;
  position: relative;
  text-transform: capitalize;
  text-decoration: none;
}

.payment-accordion h3 a::before, .payment-accordion h3.open a::after {
  content: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢";
  display: inline-block;
  font-family: fontawesome;
  font-size: 20px;
  left: 0px;
  position: absolute;
  top: -2px;
}

.payment-accordion h3.open a::after {
  content: "Ã¯Ââ€“";
}

.payment-content {
}

.payment-content p {
  font-size: 13px;
}

.payment-accordion img {
  height: 60px;
  margin-left: 15px;
}

.order-button-payment input {
  background: rgb(168, 152, 66);
  border: medium none;
  color: rgb(255, 255, 255);
  font-size: 17px;
  font-weight: 600;
  height: 50px;
  margin: 20px 0px 0px;
  padding: 0px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.order-button-payment input:hover {
  background: rgb(68, 68, 68);
}

.sub-heading {
  padding-bottom: 40px;
  color: rgb(85, 85, 85);
  font-weight: 500;
  font-size: 25px;
}

.contact-page-area {
  margin-top: 120px;
}

.contact-page-map .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
}

#map {
  height: 400px;
  margin: 0px 15px;
}

.contact-page-map {
  margin-bottom: 120px;
}

.contact-address-area {
  background-color: rgb(245, 245, 245);
  padding: 10px 30px !important;
}

.contact-form-inner {
  background: none 0px 0px repeat scroll rgb(255, 255, 255);
  padding: 10px 20px !important;
  /* padding: 10px 0px !important; */
}

.contact-form-area .container .col-md-6.col-xs-12 {
  padding: 0px;
}

.contact-form-area {
  margin-bottom: 38px;
}

.contact-address-area h2, .contact-form-inner h2 {
  color: rgb(67, 67, 67);
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0px;
  line-height: 1.35;
  margin-bottom: 35px;
}

.styles___1 .footer-nav ul a:hover {
  color: rgb(168, 152, 66);
}

.contact-address-area p {
  margin-bottom: 35px;
}

.contact-address-area ul {
  margin-bottom: 35px;
  max-width: 380px;
  padding: 0px;
}

.contact-address-area ul li {
  border-top: 1px solid rgb(228, 228, 228);
  color: rgb(111, 111, 111);
  list-style: outside none none;
  padding: 10px 0px;
}

.contact-address-area ul li i {
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}

.contact-address-area h3 {
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 1.35;
  margin: 0px 0px 5px;
  color: rgb(67, 67, 67) !important;
}

.contact-form-inner .col input {
  background: none 0px 0px repeat scroll rgb(242, 242, 242);
  border: medium none;
  border-radius: 0px;
  font-size: 14px;
  height: 46px;
  margin-bottom: 20px;
  padding-left: 15px;
  width: 100%;
}

.contact-form-inner .col input:focus {
  outline: none medium;
}

:focus {
  outline: none medium;
}

.contact-form-inner .col textarea {
  background: none 0px 0px repeat scroll rgb(242, 242, 242);
  border: medium none;
  font-size: 14px;
  border-radius: 0px;
  height: 92px;
  padding-left: 15px;
  width: 100%;
  resize: none;
}

.contact-submit {
  margin-top: 30px;
}

.contact-submit input {
  background: rgb(102, 102, 102);
  border: 2px solid rgb(102, 102, 102);
  border-radius: 0px;
  box-shadow: none;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 14px;
  height: 45px;
  letter-spacing: 0px;
  line-height: 42px;
  outline: none medium;
  overflow: hidden;
  padding: 0px;
  text-align: center;
  text-shadow: none;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  width: 150px;
}

.contact-submit input:hover {
  /* background: rgb(168, 152, 66); */
  border: 2px solid #9E9E9E;
  color: rgb(255, 255, 255);
}

.faq-area {
  margin: 90px 0px 27px;
}

.faq-desc {
  margin-bottom: 90px;
}

.faq-desc h3 {
  color: rgb(67, 67, 67);
  font-size: 23px;
  font-weight: 700;
}

.faq-desc p {
  color: rgb(81, 81, 81);
  font-size: 14px;
  margin: 0px;
}

.card-header h5 {
  margin: 0px;
  background: rgb(255, 255, 255);
}

.faq-accordion .card .show {
  border-top: 1px solid rgb(221, 221, 221);
}

.card-body {
  font-size: 14px;
}

.faq-accordion .card {
  border-radius: 0px;
  margin-bottom: 10px;
}

.faq-accordion .card-header {
  padding: 0px;
  margin-bottom: 0px;
  background-color: rgb(245, 245, 245);
  border: 0px;
}

.faq-accordion .card-header a.collapsed::before, .faq-accordion .card-header a::after {
  content: "Ã¯ÂÂ§";
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  top: 15px;
}

.faq-accordion .card-header a::after {
  content: "Ã¯ÂÂ¨";
  font-family: FontAwesome;
}

.faq-accordion .card-header a {
  display: block;
  padding: 15px 10px 15px 25px;
  cursor: pointer;
  color: rgb(34, 34, 34);
}

.faq-accordion .card-header a:hover {
  color: rgb(168, 152, 66) !important;
}

.forget-page-area {
  background: rgb(255, 255, 255);
  padding: 0px;
  margin-bottom: 70px;
}

.password-forgot legend {
  border-bottom: 1px solid rgb(237, 237, 237);
  font-size: 16px;
  margin-bottom: 20px;
  padding: 7px 0px;
  font-weight: 500;
}

.password-forgot label {
  font-size: 15px;
}

.password-forgot input {
  font-size: 14px;
}

.require {
  color: rgb(204, 0, 0);
  font-weight: 600;
  margin-right: 5px;
}

.password-forgot .form-group {
  margin-bottom: 0px;
}

.forget-page-area fieldset {
  border: 0px solid rgb(192, 192, 192);
  margin: 0px;
  padding: 0px;
}

.custom-title {
  color: rgb(51, 51, 51);
  font-size: 25px;
  font-weight: 600;
  text-transform: capitalize;
}

.well {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(237, 237, 237);
  border-radius: 4px;
  padding: 20px;
}

.login-area {
  background: rgb(255, 255, 255);
  padding: 0px;
  margin-bottom: 0px;
}

.log-in p strong {
  color: rgb(68, 68, 68);
  font-weight: 500;
}

.customer-btn, .return-customer-btn {
  background: none 0px 0px repeat scroll rgb(168, 152, 66);
  border: medium none;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  margin-top: 20px;
  padding: 10px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: all 300ms ease-in 0s;
  cursor: pointer;
}

.return-customer-btn {
  background: rgb(27, 129, 197);
}

a:hover {
  text-decoration: none;
}

.return-customer-btn:hover {
  background: rgb(168, 152, 66);
  color: rgb(255, 255, 255);
  text-decoration: none;
  border: 1px solid rgb(168, 152, 66) !important;
}

.customer-btn:hover {
  background: rgb(27, 129, 197);
  color: rgb(255, 255, 255);
}

.return-customer label {
  font-weight: 500;
  color: rgb(68, 68, 68);
  font-size: 14px;
}

.return-customer input {
  font-size: 14px;
}

.lost-password a {
  color: rgb(85, 85, 85);
  font-weight: 500;
  font-size: 13px;
}

.lost-password a:hover {
  color: rgb(27, 129, 197);
}

.register-page-area {
  background: rgb(255, 255, 255);
}

.form-register label {
  font-size: 14px;
  text-align: left;
}

.register-page-area fieldset {
  border: 0px solid rgb(192, 192, 192);
  margin: 0px;
  padding: 0px;
}

.form-register .form-group {
  margin-bottom: 20px;
}

.form-register .form-group input[type="password"] {
  font-size: 14px;
  height: 45px;
  padding: 10px;
}

.form-register .form-group input[type="radio"] {
  box-sizing: border-box;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  margin: 10px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  border-color: rgb(168, 152, 66);
  box-shadow: none;
  outline: none;
}

label.radio-inline {
  margin-right: 15px;
}

.form-register legend {
  border-bottom: 1px solid rgb(237, 237, 237);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 7px 0px;
}

.agree {
  color: rgb(168, 152, 66);
  font-size: 13px;
}

.terms input[type="checkbox"] {
  vertical-align: middle;
}

.co-isotop-item-1 img {
  width: 100%;
}

.co-isotop-filter-1 button::after {
  border-color: rgb(255, 255, 255) rgb(255, 255, 255) transparent transparent;
  border-style: solid;
  border-width: 5px;
  content: "";
  display: block;
  position: absolute;
  right: 2px;
  top: 2px;
}

.co-isotop-filter-1 button:hover, .co-isotop-filter-1 button.active {
  background: none 0px 0px repeat scroll rgb(113, 169, 208);
  color: rgb(255, 255, 255);
}

.co-isotop-filter-1 button {
  background: none 0px 0px repeat scroll rgb(102, 102, 102);
  border: medium none;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 45px;
  margin-bottom: 5px;
  margin-right: -1px;
  padding: 0px 30px;
  position: relative;
  transition: all 0.4s ease-out 0s;
  z-index: 2;
}

.co-isotop-filter-1 button:hover, .co-isotop-filter-1 button.active {
  background: none 0px 0px repeat scroll rgb(168, 152, 66);
  color: rgb(255, 255, 255);
}

.co-isotop-filter-1.isotop-filter {
  margin-bottom: 83px;
}

.co-section-title-2 h1 {
  color: rgb(67, 67, 67);
  font-weight: 700;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.portfolio___single .portfolio__icon {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.portfolio___single .content::before {
  background: none 0px 0px repeat scroll rgba(113, 169, 208, 0.68);
  content: "";
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  transform: scale(0);
  transition: all 0.3s ease 0s;
  width: 100%;
}

.portfolio___single:hover .content::before {
  opacity: 1;
  transform: scale(1);
}

.portfolio___single .content {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}

.portfolio___single {
  position: relative;
}

.portfolio___single div.title {
  bottom: 55px;
  color: rgb(255, 255, 255);
  font-size: 19px;
  left: -85px;
  opacity: 0;
  position: absolute;
  transition: all 0.4s ease 0s;
  background: rgba(0, 0, 0, 0.15);
  padding: 0px 15px;
}

.portfolio___single:hover div.title {
  left: 80px;
  opacity: 1;
  padding: 6px 18px;
  bottom: 20px;
}

.portfolio__icon > a {
  color: rgb(255, 255, 255);
  display: inline-block;
  height: 50px;
  line-height: 52px;
  margin: 0px 7px;
  text-align: center;
  transform: scale(0);
  transition: all 0.3s ease 0s;
  width: 50px;
  border-radius: 100%;
  background: none 0px 0px repeat scroll rgba(0, 0, 0, 0.15) !important;
}

.portfolio___single:hover .portfolio__icon > a {
  transform: scale(1);
}

.portfolio__icon > a:hover {
  background: rgba(0, 0, 0, 0.4) !important;
}

.co-isotop-item-1.isotop-item {
  margin-bottom: 30px;
}

.co-portfolio-section-1 {
  padding-bottom: 5px;
  padding-top: 45px;
}

.blog-page-area {
  margin: 120px 0px 0px;
}

.blog-page article {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(237, 237, 237);
  margin: 0px 0px 60px;
  padding: 45px 30px;
  width: 100%;
}

.single-blog article {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(237, 237, 237);
  margin: 0px 0px 100px;
  padding: 0px;
  width: 100%;
}

.blog-page .blog-entry-header {
  background: none;
  border: none;
  float: none;
  margin: 0px 0px 30px;
  position: relative;
  text-align: center;
}

.blog-page .post-category {
  color: rgb(168, 152, 66);
  display: block;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.blog-page .post-category::before {
  content: "Ã¯ÂÂ»";
  display: inline-block;
  font-family: FontAwesome;
  margin-right: 5px;
}

.blog-page .post-category a {
  color: rgb(168, 152, 66);
  text-decoration: underline;
}

.blog-page .post-category a:hover {
  color: rgb(51, 51, 51);
}

.blog-page h1 {
  color: rgb(168, 152, 66);
  font-size: 27px;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-page h1 a {
  color: rgb(41, 41, 41);
}

.blog-page h1 a:hover {
  color: rgb(168, 152, 66);
}

.blog-page h1 a::before {
  content: "Ã¯â‚¬â€¦";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 8px;
  margin-right: 5px;
  vertical-align: top;
}

.post-meta a {
  color: rgb(51, 51, 51);
  display: inline-block;
  font-size: 0.93em;
  vertical-align: middle;
  padding: 0px 10px;
}

.post-meta a i {
  margin-right: 5px;
  color: rgb(51, 51, 51);
}

.post-meta a.post-author {
  border-right: 1px solid rgb(140, 140, 140);
}

.post-thumbnail {
  margin: 30px 0px;
  position: relative;
  text-align: center;
}

.post-thumbnail a img {
  width: 100%;
}

.postinfo-wrapper a.readmore.button {
  background: rgb(168, 152, 66);
  border: 0px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin-top: 0px;
  display: inline-block;
  padding: 0px 20px;
}

.postinfo-wrapper a.readmore.button:hover {
  background: rgb(51, 51, 51);
}

.social-sharing {
  margin: 15px 0px 0px;
}

.social-sharing h3 {
  background: none;
  color: rgb(50, 50, 50);
  font-size: 12px;
  line-height: 26px;
  margin: 0px 20px 15px;
  text-transform: uppercase;
  width: auto;
}

.social-sharie {
  display: inline-block;
}

.social-sharing ul {
  float: left;
  margin: 0px;
  padding: 0px;
}

.social-sharing ul li {
  float: left;
  list-style: none;
  position: relative;
}

.social-sharing ul li a {
  background: rgb(247, 247, 247);
  border-radius: 0px;
  color: rgb(53, 53, 53);
  display: inline-block;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  text-align: center;
  width: 30px;
}

.social-sharing ul li a:hover {
  color: rgb(168, 152, 66);
}

.blog_sidebar .product-filter h5 {
  color: rgb(51, 51, 51);
  font-size: 20px;
  text-transform: uppercase;
  margin: 0px;
  font-weight: 700;
  border-bottom: 1px solid rgb(245, 245, 245);
  padding-bottom: 10px;
  display: inline-block;
}

.product_left_sidbar .product-filter > div {
  float: left;
  margin: 0px;
  width: 100%;
  background: rgb(255, 255, 255);
  padding-top: 15px;
}

.search__sidbar input.input_text[type="text"] {
  background: none 0px 0px repeat scroll transparent;
  color: rgb(66, 66, 66);
  font-size: 14px;
  padding: 0px 40px 0px 15px;
  margin-bottom: 0px;
}

.search__sidbar .button {
  border: 0px none;
  padding: 15px 21px;
  position: absolute;
  right: 0px;
  top: 2px;
  background: transparent;
}

.search__sidbar .input_form {
  position: relative;
}

.product-filter {
  overflow: hidden;
}

.blog_Archives__sidbar > ul {
  list-style: disc;
  padding-left: 13px;
}

.blog_Archives__sidbar li {
  color: rgb(111, 111, 111);
  font-size: 14px;
  list-style: outside none disc;
  margin-bottom: 5px;
  transition: all 0.3s ease 0s;
}

.blog_Archives__sidbar li:hover a {
  color: rgb(168, 152, 66);
}

.blog-page-area .pagination {
  margin-bottom: 60px;
  text-align: right;
  width: 100%;
  display: block;
}

.blog-page-area .pagination span.current, .blog-page-area .pagination a:hover {
  background: rgb(168, 152, 66);
  color: rgb(255, 255, 255);
}

.blog-page-area .pagination a, .blog-page-area .pagination span {
  background: rgb(255, 255, 255);
  color: rgb(51, 51, 51);
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  height: 42px;
  line-height: 42px;
  margin-right: 5px;
  min-width: 0px;
  padding: 0px 8px;
  text-align: center;
  vertical-align: middle;
  width: 42px;
  transition: all 0.2s ease 0s;
}

.blog-page-area .pagination a.next, .blog-page-area .pagination a.prev, .blog-page-area .pagination span.next, .blog-page-area .pagination span.prev {
  font-size: 0px;
}

.blog-page-area .pagination a.next::before, .blog-page-area .pagination span.next::before {
  content: ">>";
  display: block;
  font-size: 15px;
}

.blog-tags a {
  text-decoration: none;
  color: rgb(102, 102, 102);
  border: 1px solid rgb(204, 204, 204);
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 5px;
}

.blog_sidebar .sidebar-single-banner a {
  width: 100%;
}

.blog_sidebar .sidebar-single-banner a img {
  width: 100%;
}

.single-blog {
  background: rgb(255, 255, 255);
}

.single-blog article {
  border: 0px solid rgb(237, 237, 237);
}

.blog-page.text-center p {
  text-align: center;
}

.blog_Archives__sidbar ul li a {
  color: rgb(102, 102, 102);
}

.blog-page blockquote {
  background: rgb(255, 255, 255);
  border-width: 1px 1px 1px 5px;
  border-style: solid;
  border-color: rgb(237, 237, 237) rgb(237, 237, 237) rgb(237, 237, 237) rgb(168, 152, 66);
  border-image: initial;
  font-size: 14px;
  font-style: italic;
  line-height: 26px;
  margin: 40px 0px 40px 40px;
  padding: 30px 45px;
}

.single-post-tag {
  text-align: left;
}

.single-post-tag a {
  color: rgb(168, 152, 66);
  font-weight: 600;
}

.single-post-tag a:hover {
  text-decoration: underline;
}

.blog-page .relatedposts {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(237, 237, 237);
  margin: 0px 0px 60px;
  padding: 45px 30px;
  width: 100%;
}

.page-content.blog-page .postinfo-wrapper {
  text-align: left;
}

.blog-page.blog-text-align .postinfo-wrapper, .page-content.blog-page.text-center .postinfo-wrapper {
  text-align: center;
}

.comments-area ol {
  list-style: none;
}

.comments-area .commentlist li .single-comment {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(237, 237, 237);
  margin: 0px 0px 20px;
  padding: 30px;
  width: 100%;
}

.comments-area .commentlist li .comment-avatar {
  float: left;
  margin-right: 20px;
}

.comments-area .commentlist li .comment-info {
  border: none;
  overflow: hidden;
  position: relative;
}

.comments-area .commentlist li .comment-info .reply {
  display: inline-block;
  float: right;
  position: absolute;
  right: 0px;
  top: 0px;
}

.comments-area .commentlist li .comment-info .reply a {
  background: none;
  border: 1px solid rgb(168, 152, 66);
  box-shadow: none;
  color: rgb(168, 152, 66);
  display: inline-block;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  height: 28px;
  line-height: 26px;
  padding: 0px 20px;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
  border-radius: 500px;
}

.comments-area .commentlist li .comment-info .reply a:hover {
  background: rgb(168, 152, 66);
  border-color: rgb(168, 152, 66);
  color: rgb(255, 255, 255);
}

.comments-area .commentlist .comment-info a {
  color: rgb(51, 51, 51);
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}

.comments-area .commentlist .comment-info a:hover {
  color: rgb(29, 168, 222);
}

.comments-area .commentlist .comment-info span.date {
  display: block;
  font-size: 0.93em;
  font-style: italic;
  margin-bottom: 15px;
}

.comment-respond {
  margin: 40px 0px 50px;
  width: 100%;
}

.comment-respond h3 {
  font-size: 24px;
  margin: 0px 0px 10px;
  text-transform: uppercase;
}

.comment-respond .text-filds label {
  color: rgb(153, 153, 153);
  display: block;
  margin: 0px 0px 5px;
}

.comment-respond .text-filds textarea {
  border: 1px solid rgb(237, 237, 237);
  height: 130px;
  width: 100%;
  background: rgb(255, 255, 255);
  margin-bottom: 20px;
}

.comment-respond .comment-input {
  margin: 0px -10px;
}

.comment-respond .comment-input .comment-form-author, .comment-respond .comment-input .comment-form-email, .comment-respond .comment-input .comment-form-url {
  float: left;
  padding: 0px 10px;
  width: 33.3333%;
  margin-bottom: 0px;
}

.comment-respond .comment-input label {
  color: rgb(153, 153, 153);
  display: block;
  margin: 0px 0px 5px;
}

.comment-respond .comment-input p input {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(237, 237, 237);
  border-radius: 0px;
  height: 45px;
  line-height: 45px;
  max-width: 100%;
  padding: 0px 0px 0px 10px;
  vertical-align: middle;
}

.comment-respond .form-submit input {
  background: rgb(102, 102, 102);
  border: none;
  box-shadow: none;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 0.714em;
  font-weight: normal;
  height: 45px;
  letter-spacing: 0.2em;
  line-height: 45px;
  outline: none;
  overflow: hidden;
  padding: 0px 30px;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 0px;
  margin-top: 30px;
}

.comment-respond .form-submit input:hover {
  background: rgb(168, 152, 66);
  border: 1px solid rgb(168, 152, 66);
  color: rgb(255, 255, 255);
}

.text-filds {
  margin-top: 20px;
}

.service-title > h4 {
  font-size: 14px;
  color: rgb(68, 68, 68);
  text-align: left;
  font-weight: 900;
  font-style: normal;
  margin-bottom: 20px;
}

.service-content > p {
  margin-bottom: 30px;
}

section.service-item-area {
  margin: 120px 0px 85px;
}

.single-service {
  overflow: hidden;
}

.service-img img {
  width: 100%;
}

.service-icon {
  width: 10%;
  height: 40px;
  color: rgb(168, 152, 66);
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  padding-top: 10px;
}

.service-info {
  width: 90%;
  padding-left: 20px;
}

.service-info > h3 {
  font-size: 13px;
  color: rgb(198, 198, 198);
  text-align: left;
  font-weight: 700;
  font-style: normal;
  margin: 0px;
}

.service-info > p {
  margin-bottom: 35px;
  color: rgb(204, 204, 204);
}

.unlimited-ideas-content {
  text-align: center;
  padding: 20px 20px 30px;
}

.unlimited-ideas-title > h2 {
  font-size: 30px;
  color: rgb(68, 68, 68);
  text-align: center;
  font-weight: 900;
  font-style: normal;
}

.service-btn {
  display: inline-block;
  border: 2px solid rgb(42, 42, 42);
  padding: 13px 48px 13px 19px;
  position: relative;
  color: rgb(42, 42, 42);
  background: transparent;
  transition: all 0.3s ease-in-out 0s;
}

.unlimited-ideas-btn > a > i.fa {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.service-btn:hover {
  border-color: rgb(42, 42, 42);
  background: rgb(42, 42, 42);
  color: rgb(255, 255, 255);
}

.section-title3 {
  text-align: center;
}

.section-title3 h3 {
  font-size: 30px;
  color: rgb(255, 255, 255);
  text-align: center;
  font-weight: 900;
  font-style: normal;
}

.section-title3 p {
  color: rgb(204, 204, 204);
}

.our-service-area-2 {
  background: rgb(246, 246, 246);
  padding-bottom: 100px;
}

.section-title-img {
  padding: 80px 0px;
}

.section-title-img .section-title2 > p {
  color: rgb(51, 51, 51);
  margin: 0px;
}

.our-service-area.service-two {
  background: rgb(255, 255, 255);
}

.our-service-area.service-two h3 {
  font-size: 13px;
  color: rgb(68, 68, 68);
  text-align: left;
  font-weight: 700;
  font-style: normal;
}

.our-service-area.service-two p {
  font-family: "Open Sans";
  line-height: 25px;
  font-weight: 400;
  font-style: normal;
  color: rgb(85, 85, 85);
  font-size: 15px;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.24s ease-in-out 0s;
}

.single-service-4 {
  position: relative;
  overflow: hidden;
}

.service-box {
  position: absolute;
  inset: 0px;
  text-align: center;
  padding: 30px;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.single-service-4:hover .service-box {
  opacity: 1;
  visibility: visible;
}

.service-icon4 i {
  background: rgb(34, 34, 34);
  border-radius: 100%;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 40px;
  height: 115px;
  line-height: 115px;
  text-align: center;
  width: 115px;
}

.service-content-4 > h2 {
  font-size: 24px;
  color: rgb(68, 68, 68);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 30px;
  margin-bottom: 5px;
}

.service-content-4 > p {
  font-size: 14px;
  color: rgb(85, 85, 85);
  margin-bottom: 0px;
}

.idea-img.img-full > img {
  width: 100%;
}

.our-service-area-2 .section-title2 > h3 {
  color: rgb(51, 51, 51);
  font-weight: 700;
  margin-bottom: 40px;
}

.what-we-do-title > h2 {
  font-size: 30px;
  color: rgb(68, 68, 68);
  font-weight: 900;
  text-align: center;
}

.single-service-3 {
  display: flex;
}

.service-icon3 {
  border: 2px solid rgb(79, 193, 240);
  border-radius: 100%;
  color: rgb(79, 193, 240);
  -webkit-box-flex: 0;
  flex: 0 0 60px;
  font-size: 28px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 60px;
}

.service-content {
  padding-left: 10px;
}

.service-content > h3 {
  font-size: 14px;
  color: rgb(68, 68, 68);
  text-align: left;
  font-weight: 700;
  font-style: normal;
}

.service-content > p {
  font-size: 14px;
  line-height: 25px;
  color: rgb(85, 85, 85);
}

.ideas-content {
  padding: 30px;
  text-align: center;
}

.ideas-content > h2 {
  font-size: 30px;
  color: rgb(68, 68, 68);
  text-align: center;
  font-weight: 900;
  font-style: normal;
}

.ideas-content > p {
  color: rgb(85, 85, 85);
  font-size: 14px;
  line-height: 27px;
  margin: 20px 0px;
  text-align: center;
}

a.ideas-btn {
  background: none 0px 0px repeat scroll transparent;
  border: 2px solid rgb(42, 42, 42);
  color: rgb(42, 42, 42);
  display: inline-block;
  font-weight: 400;
  padding: 13px 23px 13px 19px;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}

a.ideas-btn:hover {
  background-color: rgb(42, 42, 42);
  color: rgb(255, 255, 255);
}

.design-and-code-area {
  background-color: rgb(246, 246, 246);
}

.pricing-head > h4 {
  padding: 20px;
  text-align: center;
  background: rgb(195, 174, 60);
  color: rgb(255, 255, 255);
  font-weight: 600;
  text-transform: uppercase;
  margin: 0px;
}

.active-table .pricing-head > h4 {
  background: rgb(168, 152, 66);
}

.pricing-body {
  padding: 0px 20px 40px;
  text-align: center;
  background: rgb(255, 255, 255);
  border-radius: 0px 0px 3px 3px;
  box-shadow: rgb(255, 255, 255) 0px 1px inset, rgba(34, 25, 25, 0.4) 0px 1px 3px;
}

.price {
  font-size: 48px;
  font-weight: bold;
  margin: 0px;
  text-transform: uppercase;
  color: rgb(122, 122, 122);
}

.desc-price {
  font-size: 12px;
}

.pricing-body > ul {
  padding-left: 15px;
  margin-bottom: 20px;
}

.pricing-body > ul > li {
  padding: 15px 0px;
  border-bottom: 1px solid rgb(235, 235, 235);
  margin-bottom: 10px;
}

.pricing-body > ul > li:first-child {
  border-top: 1px solid rgb(235, 235, 235);
}

.pricing-button {
  border: 1px solid rgb(76, 76, 76);
  padding: 0px 20px;
  line-height: 40px;
  margin: 40px 0px 0px;
  display: inline-block;
  border-radius: 3px;
  text-transform: capitalize;
  font-size: 14px;
  color: rgb(76, 76, 76);
  height: 42px;
  transition: all 0.3s ease-in-out 0s;
}

.active-table .pricing-button {
  background: rgb(168, 152, 66);
  border-color: rgb(168, 152, 66);
  color: rgb(255, 255, 255);
}

.pricing-button:hover {
  background: rgb(168, 152, 66);
  color: rgb(255, 255, 255);
  border-color: rgb(168, 152, 66);
}

.active-table .pricing-button:hover {
  background: rgb(76, 76, 76);
  border-color: rgb(76, 76, 76);
  color: rgb(255, 255, 255);
}

.bg-1 {
  background: url("../images/bg/bg-1.webp") center center / cover no-repeat;
}

.bg-2 {
  background: url("../images/bg/bg-2.webp") center center / cover no-repeat;
}

.our-service-area {
  padding: 85px 0px 32px;
}

.pricing-table-area {
  padding: 120px 0px 85px;
}
