:root {
  --th-btn-bg: #242424;
  --th-btn-text: #ffffff;
  --th-btn-bg-hover: transparent;
  --th-btn-text-hover: #242424;
  --th-btn-border: #242424;
}


.banner-btn {
    background: var(--th-btn-bg) !important;
    color: var(--th-btn-text) !important;
    border:1px solid var(--th-btn-border) !important;
    border-radius: 0;
    margin-top: 40px;
    padding: 11px 20px;
    border-radius: 5px;
}

/* .banner-btn:hover {
    background: var(--th-btn-bg-hover)!important;
    color: var(--th-btn-text-hover)!important;
    border:1px solid var(--th-btn-border)!important;
} */

.clear {
  clear: both;
}

::-moz-selection {
  background: #1FC6C7;
  color: #FFFFFF;
  text-shadow: none;
}

::selection {
  background: #1FC6C7;
  color: #FFFFFF;
  text-shadow: none;
}

.no-mar {
  margin: 0 !important;
}

.no-pad {
  padding: 0 !important;
}

.some-pad {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.left-pad {
  padding-left: 90px !important;
}

.mar-1_br {
  margin-right: -1px;
  margin-bottom: -1px;
}

div#preloader {
  background: #ffffff url("../img/Preloder.gif") no-repeat scroll center center;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

header.header-area.nav-fixed {
  animation-duration: 0.8s;
  animation-name: fadeInDown;
  animation-timing-function: ease-in-out;
  -webkit-box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.15);
  -moz-box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.15);
  box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.15);
  left: 0;
  background: #ffffff;
  position: fixed !important;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

header.header-area.nav-fixed .def2 .search i {
  color: black !important;
}

.custom-padding {
  padding-bottom: 350px !important;
}

.mar-bot-50 {
  margin-bottom: 50px;
}

.mar-bot-40 {
  margin-bottom: 40px;
}

.mar-bot-150 {
  margin-bottom: 150px;
}

.mar-bot-30 {
  margin-bottom: 30px;
}

.margin-minas {
  margin-bottom: -50px;
}

.padding-minas {
  padding-bottom: 50px !important;
}

.padding-to-minas {
  padding-top: 0px !important;
}

.mar-top-30 {
  margin-top: 30px;
}

.mar-top-80 {
  margin-top: 80px;
}

.mar-top-80 {
  margin-top: 80px;
}

.mar-top-55 {
  margin-top: 55px;
}

.mar-top-140 {
  margin-top: 140px !important;
}

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

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: 0;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  background: #ffffff;
  font-weight: normal;
  font-size: 16px;
  font-family: "Krub", sans-serif;
  letter-spacing: 1.5px;
  color: #141313;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}

.body2 {
  background: #f6f6f6;
}

body.vs-light {
  background: #FFFFFF;
}

img {
  max-width: 100%;
  height: auto;
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
  /* Enhance clarity on high-res displays */
  image-rendering: crisp-edges;
}

button,
input,
textarea {
  letter-spacing: 0px;
}


/* 
--------------------------
- Default Typography
--------------------------
*/
body {
  font-family: "Raleway", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  letter-spacing: 0px;
  margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
  font-family: "Krub", sans-serif;
  letter-spacing: 0;
}

h1 {
  font-size: 70px;
  line-height: 84px;
  font-family: "Krub", sans-serif;
  margin-bottom: 0px;
}

h2 {
  font-size: 45px;
  line-height: 60px;
  font-family: "Krub", sans-serif;
  color: #411911;
}

h3 {
  font-size: 30px;
  color: #411911;
  line-height: 40px;
  font-family: "Krub", sans-serif;
}

h4 {
  font-size: 25px;
  font-family: "Krub", sans-serif;
  color: #411911;
  line-height: 35px;
}

h5 {
  font-size: 22px;
  color: #411911;
  line-height: 32px;
  font-family: "Krub", sans-serif;
  color: #0F1D34;
}

h6 {
  font-size: 20px;
  font-family: "Krub", sans-serif;
  color: #411911;
  line-height: 30px;
}

p {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0;
  margin: 0;
}

p img {
  margin: 0;
}

/* em and strong */
em {
  font: 15px/30px;
}

strong,
b {
  font: 15px/30px;
}

small {
  font-size: 11px;
  line-height: inherit;
}

/* links */
a,
a:visited {
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  outline: 0;
  transition: .5s ease !important;
}

a:hover,
a:active {
  color: var(--th-btn-bg);
  text-decoration: none;
  outline: 0;
  transition: .5s ease;
  font-family: "Raleway", sans-serif;
}

a:focus {
  text-decoration: none;
  outline: 0;
}

p a,
p a:visited {
  line-height: inherit;
  outline: 0;
}

/* list */
ul,
ol {
  margin-bottom: 0px;
  margin-top: 0px;
}

ul {
  margin: 0;
  padding: 0;
}

ol {
  list-style: decimal;
}

ol,
ul.square,
ul.circle,
ul.disc {
  margin-left: 0px;
}

ul.square {
  list-style: square outside;
}

ul.circle {
  list-style: circle outside;
}

ul.disc {
  list-style: disc outside;
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding: 0;
  margin: 0;
}

ul ul li,
ul ol li,
ol ul li,
ol ol li {
  margin-bottom: 0px;
}

li {
  line-height: 18px;
  list-style-type: none;
  margin: 0px;
  letter-spacing: 0;
  display: inline-block;
  font-size: 16px;
}

[class^="flaticon-"]:before {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  letter-spacing: inherit;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

button:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

span {
  letter-spacing: 0;
}

input:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #4E4E4E !important;
}

.form-control:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #4E4E4E !important;
}

.form-control {
  box-shadow: none !important;
}

.btn-1 {
  position: relative;
  padding: 11px 20px;
  color: #FFFFFF;
  border-radius: 5px !important;
  /* min-width: 135px; */
  text-align: center;
  /* display: inline-flex
; */
  /* align-items: center; */
  justify-content: center;
  height: 44px;
  border-radius: 19px;
  /* transition: 1.5s ease; */
  /* border: 1px solid #FFFFFF; */
  border-radius: 6px;
  cursor: pointer;
  z-index: 1;
}

.btn-2 {
  padding: 8px 30px;
  color: var(--th-btn-bg);
  background: #FFFFFF;
  display: inline-block;
  /* min-width: 170px; */
  cursor: pointer;
  /* height: 60px; */
  text-align: center;
  font-weight: 500;
  border-radius: 6px;
  font-size: 16px;
}

.btn-3 {
  text-align: center;
  padding: 14px 45px;
  color: #FFFFFF;
  background: var(--th-btn-bg);
  display: inline-block;
  min-width: 170px;
  cursor: pointer;
  transition: .3s ease !important;
}

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 20px;
  z-index: 99;
  opacity: 0;
  cursor: pointer;
  transition: .5s ease;
  border: none;
  background: transparent;
}

.scroll-top::before {
  position: absolute;
  content: '';
  /*   background: url(../img/poka.png); */
  background-size: cover;
  background-position: center;
  animation: spin 4s infinite;
  animation-duration: 6000ms;
  animation-delay: 2s;
  animation-timing-function: ease-in;
  left: 0;
  top: 1px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.scrollup-icon {
  font-size: 22px;
  color: #FFFFFF;
  padding: 8px 10px;
background: var(--th-btn-bg);
color: var(--th-btn-text);
border:1px solid var(--th-btn-border);
  border-radius: 50%;
}

.scr-3 {
  color: #4E4E4E;
}

.scroll-top.open {
  opacity: 1;
}

.custom-container {
  max-width: 1300px !important;
}

.cs-width {
  max-width: 80% !important;
}

.section-space {
  padding-top: 80px;
  padding-bottom: 80px;
}

.bg-light-green {
  background-color: #b7b8a3 !important;
}

.bg-light-grey {
  background-color: #f0efed !important;
}

/*==================================Header Style Start========================*/
.header-logo {
  max-height: 80px;
  height: 72px;
	padding: 6px 0;
}

header.header-area {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 5px 0;
  z-index: 9;
}

header.header-area .logo-wrapper {
  position: relative;
  z-index: 1;
}

header.header-area .logo-wrapper img {
  max-width: unset;
  width: auto;
}

header.header-area .btn-1 {
  position: relative;
  transition: .3s ease !important;
  margin-left: 25px;
  display: inline-flex;
}

header.header-area .btn-1 i {
  padding-right: 8px;
  font-size: 18px;
}

header.header-area .btn-1:hover {
  background: #FFFFFF;
}

header.header-area .header-extra-features {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

header.header-area .header-extra-features i {
  cursor: pointer;
  font-size: 20px;
}

header.header-area .header-extra-features .search {
  position: relative;
  margin-right: 30px;
}

header.header-area .header-extra-features .cart {
  position: relative;
  transition: .3s ease;
}

header.header-area .header-extra-features .cart:hover i {
  background: var(--th-btn-bg);
  color: #fff;
}

header.header-area .header-extra-features .cart i {
  background: #fff;
  padding: 8px 9px;
  border-radius: 50%;
  transition: .3s ease;
  font-size: 18px;
  color: #000000;
}

header.header-area .header-extra-features .side-ber {
  position: relative;
  display: inline-flex;
}

header.header-area .header-extra-features .side-ber .sidebar-btn {
  transition: .5s ease;
  cursor: pointer;
  margin-left: 30px;
  background: var(--th-btn-bg);
  color: var(--th-btn-text);
  border:1px solid var(--th-btn-border);
  height: 40px;
  width: 40px;
  padding: 12px 12px;
  border-radius: 50%;
}

header.header-area .header-extra-features .side-ber .sidebar-btn:hover {
    background: var(--th-btn-bg-hover);
    color: var(--th-btn-text-hover);
    border:1px solid var(--th-btn-border);
}

header.header-area .header-extra-features .side-ber .sidebar-btn:hover div {
    background: var(--th-btn-bg-hover);
    color: var(--th-btn-text-hover);
    border:1px solid var(--th-btn-border);
}

header.header-area .header-extra-features .side-ber .sidebar-btn div {
  width: 15px;
  height: 1px;
  transition: .3s ease;
  background: #ffffff;
}

header.header-area .header-extra-features .side-ber .sidebar-btn div:nth-child(2) {
  width: 12px;
  transition: .3s ease;
  margin: 4px 0;
  margin-left: 3px;
}

header.header-area .header-extra-features .side-ber .sidebar-btn div:nth-child(4) {
  width: 12px;
  transition: .3s ease;
  margin: 4px 0;
  margin-left: 3px;
}

header.inner-header {
  position: relative;
  background: #FFF8F2;
}

.boomrom-nav {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.boomrom-nav2 {
  position: relative;
  justify-content: flex-end;
}

.boomrom-nav3 {
  justify-content: flex-start;
	padding-left: 8rem;
}

.def2 .search i {
  color: #fff;
}

/* Ensure mobile menu works properly */
#main-menu-state {
  display: none;
}

.main-menu-btn {
  display: none;
  cursor: pointer;
}

/* Mobile menu styles */
@media (max-width: 991px) {
  .main-menu-btn {
    display: block;
    position: relative;
    z-index: 1001;
  }

  #main-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }

  #main-menu-state:checked~#main-menu {
    display: block;
  }

  /* Mobile menu items */
  #main-menu li {
    display: block;
    margin: 10px 0;
  }

  /* Submenu handling - support both .sub-menu and ul */
  #main-menu .sub-menu,
  #main-menu li ul {
    display: none;
    padding-left: 20px;
    overflow: hidden;
  }

  #main-menu li.active .sub-menu,
  #main-menu li.active ul {
    display: block;
  }

  /* Ensure submenu is hidden by default and only shown when active */
  #main-menu li:not(.active) .sub-menu,
  #main-menu li:not(.active) ul {
    display: none !important;
  }

  /* Mobile dropdown arrow styling - single arrow only */
  #main-menu .has-submenu .dropdown-arrow {
    float: right;
    margin-left: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: transform 0.3s ease;
    color: #333;
  }

  #main-menu .has-submenu .dropdown-arrow:hover {
    color: #FF662A;
  }

  #main-menu li.active .has-submenu .dropdown-arrow {
    transform: rotate(180deg) !important;
    color: #FF662A !important;
  }

  #main-menu li:not(.active) .has-submenu .dropdown-arrow {
    transform: rotate(0deg) !important;
    color: #333 !important;
  }

  /* Hide any duplicate arrows or plus/minus symbols */
  #main-menu .has-submenu>a:after {
    display: none !important;
  }

  #main-menu .has-submenu>a:before {
    display: none !important;
  }

  /* Mega menu in mobile */
  .megamenu {
    display: none !important;
  }
}

/* Desktop menu styles */
@media (min-width: 992px) {
  #main-menu {
    display: block !important;
  }

  .main-menu-btn {
    display: none !important;
  }

  /* Ensure mega menus work properly */
  .megamenu {
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
  }
}

/* Common styles for both mobile and desktop */
#main-menu a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
}

#main-menu .current-menu-item>a,
#main-menu .current-menu-ancestor>a {
  color: #333 !important;
}

.dropdown-arrow {
  margin-left: 5px;
  font-size: 12px;
  transition: transform 0.3s ease;
}

#main-menu .has-submenu:hover>a .dropdown-arrow {
  transform: rotate(180deg);
}

/*==================================Header Style End========================*/
.side-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  padding: 25px;
  max-width: 420px;
  height: 100vh;
  background-color: white;
  z-index: 9999;
  overflow-y: scroll;
  overflow-x: hidden;
  transition: .75s ease;
  box-shadow: -10px 2px 8px -12px black;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.side-panel::-webkit-scrollbar {
  width: 5px;
}

.side-panel::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.side-panel::-webkit-scrollbar-thumb {
  background: #b3b3b3;
}

.side-panel::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.side-panel.hide {
  right: -440px;
}

.sp-box {
  position: relative;
  padding: 15px;
}

.sp-box .sp-logo {
  position: relative;
}

.sp-box .sp-logo img {
  max-width: unset;
  width: auto;
}

.sp-box .sp-text {
  position: relative;
  margin: 25px auto;
}

.sp-box p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.sp-box h4 {
  font-size: 26px;
  letter-spacing: 0px;
  line-height: 36px;
  margin: 15px auto;
}

.sp-box .sp-close {
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 9;
}

span.close-sp {
  font-size: 24px;
  line-height: 28px;
  cursor: pointer;
  transition: .5s ease;
}

.sp-recent-post {
  position: relative;
}

.sp-single-rp {
  position: relative;
  border: 1px solid #ebebeb;
  border-right: none;
  border-left: none;
  border-bottom: none;
  padding: 20px 0px;
  min-height: 110px;
  padding-left: 85px;
}

.sp-single-rp .ssrp-img {
  position: absolute;
  left: 0;
  top: 20px;
  height: 70px;
  width: 70px;
}

.sp-single-rp .ssrp-img img {
  height: 100%;
  width: 100%;
}

.sp-single-rp .ssrp-text {
  position: relative;
}

.sp-single-rp .ssrp-text a {
  display: block;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 22px;
  color: #3e3c3c;
}

.sp-single-rp .ssrp-text a:hover {
  color: var(--th-btn-bg);
}

.sp-single-rp .ssrp-text span.date-meta {
  display: block;
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 400;
}

.sp-single-rp .ssrp-text span.date-meta i {
  font-size: 16px;
  margin-right: 5px;
  color: #525252;
}

.sp-contact {
  position: relative;
}

.sp-contact .spc-text h5 {
  font-size: 16px;
  letter-spacing: 0px;
  margin: 15px auto 5px;
  line-height: 24px;
}

.sp-social {
  position: relative;
  margin: 30px auto;
}

.sp-social ul.social-list {
  position: relative;
  padding: 0;
  list-style-type: none;
}

.sp-social ul.social-list li {
  position: relative;
  display: inline-block;
  margin: 5px;
}

.sp-social ul.social-list li a {
  font-size: 18px;
  display: block;
  line-height: 26px;
  color: #545151;
}

.sp-social ul.social-list li a:hover {
  color: var(--th-btn-bg);
}

.side-contact a {
  all: unset;
  color: #3e3c3c;
  cursor: pointer;
}

.side-contact a:hover {
  color: var(--th-btn-bg);
}

/* Anchor container */
.header-extra-features .cart .cart-link {
  position: relative;
  display: inline-flex;
  align-items: center;
}

/* Always-visible badge */
.cart-count-badge {
  position: absolute;
  top: -10px;
  right: -8px;
  background-color: var(--th-btn-bg);
  color: #ffffff;
  height: 20px;
  min-width: 20px;
  padding: 0 6px;
  /* room for "100+" */
  border-radius: 9999px;
  /* circle/pill */
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  box-shadow: 0 0 0 2px #ffffff;
  /* optional outline */
  z-index: 3;
}

/* Hide when zero via inline style */
.cart-count-badge[style*="display:none"] {
  display: none !important;
}

/*==================Search button style============================*/
#search-overlay {
  display: none;
}

.block {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  margin: 0;
}

.block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: 0;
  /* Adjusts for spacing */
  /* For visualization 
  background: #808080; width: 5px;
  */
}

.centered {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 10px 15px;
  color: #FFF;
  border: none;
  background: transparent;
}

#search-box {
  position: relative;
  width: 100%;
  margin: 0;
}

#search-form {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 2px;
  background-color: #fff;
  overflow: hidden;
}

#search-text {
  font-size: 14px;
  color: #ddd;
  border-width: 0;
  background: transparent;
}

#search-box input[type="text"] {
  width: 90%;
  padding: 15px;
  color: #333;
  outline: none;
  font-size: 16px;
}

#search-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 58px;
  border-width: 0;
  background-color: var(--th-btn-bg);
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
}

#close-btn {
  position: fixed;
  top: 1em;
  right: 1em;
}

#close-btn:hover {
  color: #777;
  cursor: pointer;
}

/*==============================Hero Area Style===================*/
.hero-area {
  position: relative;
  background: url(../img/hero/hero.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 150px 0 0px;
  overflow: hidden;
}

.hero-area .hero-content {
  position: relative;
}

.hero-area .hero-content h1 {
  color: #411911;
  font-weight: 700;
}

.hero-area .hero-content p {
  position: relative;
  margin: 25px 0;
  width: 75%;
  font-size: 18px;
  line-height: 28px;
}

.hero-area .hero-content .btn-2 {
  position: relative;
  color: #FFFFFF;
  background: var(--th-btn-bg);
  margin-top: 20px;
  border-radius: 30px;
}

.hero-area .hero-content .btn-2:hover {
  border-radius: 6px;
}

.hero-area .hero-img {
  position: relative;
  margin-left: -5%;
  width: 100%;
}

.hero-area2 {
  position: relative;
  background: #FFF8F2;
}

.hero-area2 .hero-img {
  padding-right: 8%;
}

.hero-area2 .hero-content {
  position: relative;
}

.hero-area2 .hero-content img.hero2-element {
  position: absolute;
  top: -40px;
  left: -10%;
}

.hero-area2 .hero-content h1 {
  color: #411911;
  font-weight: 700;
  font-family: unset;
}

.hero-area2 .hero-content p {
  position: relative;
  margin: 25px 0;
  width: 75%;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.hero-area2 .hero-content .reviews {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.hero-area2 .hero-content .reviews i {
  position: relative;
  color: #FFC107;
  margin: 0px 3px;
}

.hero-area2 .hero-content .reviews i:nth-child(5) {
  color: #4E4E4E;
}

.hero-area2 .hero-content .reviews p {
  line-height: 0;
  margin: 0;
  font-weight: 600;
  margin-left: 15px;
}

.hero-area2 .hero-content h3 {
  color: var(--th-btn-bg);
  margin-top: 15px;
  font-weight: 700;
}

.hero-area2 .hero-content .button-area {
  position: relative;
  margin-top: 30px;
}

.hero-area2 .hero-content .button-area .btn-1 {
  background: var(--th-btn-bg);
  color: var(--th-btn-text);
  border: 1px solid var(--th-btn-border);
  /*transition: .3s ease;*/
  border-radius: 0;
}

.hero-area2 .hero-content .button-area .btn-1:hover {
  background: var(--th-btn-bg-hover);
  color: var(--th-btn-text-hover);
  border: 1px solid var(--th-btn-border);
  
}

.hero-area2 .hero-content .button-area .btn-1 i {
  padding-left: 10px;
  padding-top: 5px;
}

.hero-area2 .hero-content .button-area .btn-2 {
  transition: .3s ease;
  border-radius: 0;
  margin-left: 20px;
}

.hero-area2 .hero-content .button-area .btn-2:hover {
  color: #fff;
  background: var(--th-btn-bg);
}

.hero-area2 .hero-content .button-area .btn-2 i {
  padding-left: 10px;
}

.hero-area3 {
  position: relative;
  overflow: hidden;
}

.hero-area3 .hero-img {
  padding-left: 8%;
  padding-right: 0;
}

.hero-area3 .hero-content {
  position: relative;
  padding-left: 30px;
}

.hero-area3 .hero-content h1 {
  color: #3C2856;
}

.inner-hero {
  position: relative;
  background: url(https://dolcevitale.com/wp-content/uploads/2025/12/about-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}

.inner-hero .inner-hero-content {
  position: relative;
  text-align: center;
  padding: 150px 0;
}

.inner-hero .inner-hero-content h2 {
  color: #411911;
}

.inner-hero .inner-hero-content ul li {
  color: #411911;
}

.inner-hero .inner-hero-content ul li a {
  color: #411911;
  padding-right: 8px;
  position: relative;
}

.inner-hero .inner-hero-content ul li a:hover {
  color: var(--th-btn-bg);
}

/*.inner-hero .inner-hero-content ul li a::after {*/
/*  position: absolute;*/
/*  content: '';*/
/*  background: #411911;*/
/*  width: 1px;*/
/*  height: 11px;*/
/*  top: 5px;*/
/*  right: 0;*/
/*}*/

.inner2 {
  background: url(../img/hero/inner2.jpg);
}

/* Protect your custom arrow from being hidden */
.dropdown-arrow {
  display: inline-block !important;
  opacity: 1 !important;
}

/* Swiper-specific styles */
.hero-slider {
  width: 100%;
  height: 100%;
}

.hero-slider .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Ensure slides don't stack */
.hero-slider .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

/* Fade effect */
.hero-slider .swiper-slide {
  opacity: 0 !important;
  transition: opacity 0.5s ease;
}

.hero-slider .swiper-slide-active,
.hero-slider .swiper-slide-duplicate-active {
  opacity: 1 !important;
}

/*==============================Hero Area Style===================*/

/*==============================Product Category Style===================*/
.product-category-item {
  background-color: rgb(220, 255, 210);
  display: block;
  height: 100%;
  position: relative;
  text-align: center;
  border-radius: 10px;
  padding: 45px 15px 30px;
  transition: 0.5s;
}

.product-category-item .icon {
  margin-bottom: 43px;
  transition: 0.8s;
  width: 70px;
}

.product-category-item:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 15px;
}

.product-category-item:hover img {
  transform: rotateY(1turn);
}

.product-category-item .title {
  color: rgb(29, 74, 33);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  position: relative;
  padding-top: 11px;
}

.product-category-item .title::before {
  background-color: rgb(255, 101, 101);
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 0px;
  transform: translate(-50%);
  width: 25px;
}

.product-category-item .flag-new {
  position: absolute;
  right: 20px;
  top: -35px;
  background-color: var(--th-btn-bg);
  color: var(--th-btn-text);
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  border-radius: 50px;
  padding: 22px 1px 22px 4px;
}


/* ********** Card Product Style ********** */

.card-product {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.card-product .product-img {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  align-items: stretch;
}

.card-product .card-product-wrapper {
  height: 387px;
  max-height: 387px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  z-index: 20;
}

/* Remove underline from sale prices */
.woocommerce ins,
.woocommerce .price ins,
.card-product-info ins,
.price ins {
  text-decoration: none !important;
}

.card-product .card-product-wrapper img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition-duration: 700ms;
}

.card-product .card-product-wrapper .img-hover {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.card-product .card-product-wrapper:hover .product-img .img-product {
  opacity: 0;
}

.card-product .card-product-wrapper:hover .product-img .img-hover {
  display: block;
  z-index: 1;
  opacity: 1;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.card-product .card-product-info {
  padding-top: 10px;
  gap: 4px;
  display: grid;
}

.card-product .card-product-info .title {
  font-size: 13px;
  line-height: 24px;
  overflow: hidden;
  font-weight: 500;
  text-align: start;
  color: #000;
}

.card-product .card-product-info .price {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.card-product .card-product-info .old-price {
  text-decoration: line-through;
  display: inline-block;
  margin-right: 8px;
  font-weight: 400;
  color: var(--secondary-2);
  font-size: 14px;
  line-height: 22px;
}

.card-product .card-product-info .btn-main-product {
  border: 1px solid var(--main);
}

.card-product .list-product-btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  top: 5px;
  right: 5px;
  z-index: 6;
}

.card-product .btn-main-product {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  font-weight: 600;
  letter-spacing: 1px;
  border: 1px solid transparent;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  background-color: var(--white);
  color: var(--main);
  border-radius: 44px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* -webkit-line-clamp: 1; */
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
}

.card-product .btn-main-product:hover {
  background-color: var(--main);
  color: var(--black);
}

.box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.card-product .box-icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 3px;
  background-color: var(--white);
  color: var(--main);
  position: relative;
  border-radius: 50%;
}

.card-product .box-icon:hover {
  background-color: var(--main) !important;
  color: var(--white) !important;
  border-color: var(--main) !important;
}

.card-product .box-icon:hover .tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-8px);
  transition-delay: 0.1s;
}

.card-product .tooltip {
  position: absolute;
  z-index: 202;
  opacity: 0;
  visibility: hidden;
  display: none;
  position: absolute;
  right: 100%;
  border-radius: 2px;
  white-space: nowrap;
  background-color: var(--main);
  color: var(--white);
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  padding: 6px 8px 8px;
  max-width: 250px;
  width: max-content;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

.card-product .tooltip::before {
  content: "";
  top: 50%;
  left: unset;
  transform: translateY(-50%) rotate(45deg);
  right: -4px;
  position: absolute;
  background: var(--main);
  width: 8px;
  height: 8px;
  z-index: 100;
}

.card-product .list-btn-main {
  position: absolute;
  bottom: 8px;
  left: 5px;
  right: 5px;
  z-index: 5;
  transition: 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  gap: 4px;
}

.card-product .card-product-wrapper .on-sale-wrap {
  position: absolute;
  top: 5px;
  right: 5px;
  left: 5px;
  z-index: 5;
  display: flex;
}

.card-product .card-product-wrapper .on-sale-wrap .on-sale-item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  word-break: break-word;
  padding: 0 6px;
  min-width: 50px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: capitalize;
  position: relative;
  background-color: #fff;
  color: var(--main);
  border-radius: 144px;
}

.card-product .variant-wrap {
  position: absolute;
  bottom: 0;
  z-index: 3;
  left: 0px;
  right: 0px;
  pointer-events: none;
  transition: 0.3s ease-out 0s;
}

.card-product .countdown-wrap {
  display: none;
}

.card-product .variant-box {
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 6px;
  max-height: 40px;
  background-color: rgba(255, 255, 255, 0.8);
}

.card-product .list-color-product {
  padding: 4px 0px;
}

.list-color-product {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.list-color-product .list-color-item {
  width: 24px;
  height: 24px;
  border: 1px solid transparent;
  background-color: transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.list-color-product .list-color-item .swatch-value {
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.list-color-product .list-color-item img {
  visibility: hidden;
  width: 18px;
  height: 18px;
  position: absolute;
}

.list-color-product .list-color-item.line {
  border: 1px solid var(--line);
}

.list-color-product .list-color-item.active,
.list-color-product .list-color-item:hover {
  border-color: var(--main);
}

.list-color-product .list-color-item.active .swatch-value,
.list-color-product .list-color-item:hover .swatch-value {
  border-color: var(--white);
}

@media (min-width:1200px) {

  .card-product .tooltip,
  .card-product .countdown-wrap {
    display: block;
  }
}

/* ********** Card Product Style  *************** */

/*===============================about style start===========================*/
.about-us {
  position: relative;
  background: #FFF0CE;
  padding: 80px 0;
}

.about-us .about-element {
  position: absolute;
  left: 0;
  top: -40px;
}

.about-us span {
  color: #285654;
  font-weight: 600;
  font-style: italic;
  position: relative;
}

.about-us span::before {
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  right: -65px;
  top: 10px;
  background: #285654;
}

.about-us h2 {
  position: relative;
  color: #3C2856;
  padding: 20px 0;
}

.about-us p {
  padding-right: 90px;
  margin-bottom: 22px;
}

.about-us .btn-1 {
    background: var(--th-btn-bg);
    color: var(--th-btn-text);
    border:1px solid var(--th-btn-border);
    transition: .3s ease;
    border-radius: 0;
    margin-top: 40px;
    border: 1px solid var(--th-btn-border);
}

.about-us .btn-1:hover {
    background: var(--th-btn-bg-hover);
    color: var(--th-btn-text-hover);
    border:1px solid var(--th-btn-border);
}

.about-us .btn-1 i {
  padding-left: 10px;
  padding-top: 5px;
}

.about-us .about-img {
  position: absolute;
  top: -200px;
}

.about-us .about-content {
  padding-left: 50px;
}

.about-us2 {
  background: inherit;
  overflow: hidden;
}

.about-us2 .about-element {
  position: absolute;
  left: -60px;
  top: 80px;
  width: 90%;
}

.about-us2 .about-img {
  position: absolute;
  top: -100px;
}

.about-us2 .about-content {
  background: #FFFEE8;
  padding: 120px 0;
  padding-left: 50px;
  width: 115%;
  margin-left: -15%;
}

.about-band {
  position: relative;
  margin-top: 150px;
  text-align: center;
}

.about-band .ab-content {
  position: relative;
}

.about-band .ab-content p {
  margin-top: 30px;
}

.about-band .ab-content .team {
  position: relative;
  margin-top: 20px;
}

.about-band .ab-content .team h6 {
  color: #3C2856;
  font-family: "Raleway", sans-serif;
}

.about-band .ab-content .team img {
  max-width: unset;
  width: auto;
}

/*===============================about style End===========================*/
/*=============================banner style Start========================*/
.offer-banner {
  position: relative;
}

.collection {
  position: relative;
  margin-top: 150px;
}

.collection .section-top {
  position: relative;
  text-align: center;
  margin-bottom: 0;
}

.collection .section-top span {
  color: #285654;
  font-weight: 600;
  font-style: italic;
  position: relative;
}

.collection .section-top span::before {
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  right: -65px;
  top: 10px;
  background: #285654;
}

.collection .section-top h2 {
  position: relative;
  color: #3C2856;
  padding-bottom: 50px;
}

.collection .collection-im {
  position: relative;
  z-index: 1;
}

.collection .collection-im::before {
  position: absolute;
  content: '';
  background: url(../img/bg-element/Bg-coll.jpg);
  width: 590px;
  height: 460px;
  left: -60px;
  bottom: -60px;
  z-index: -1;
}

.collection .c-product {
  position: relative;
  text-align: center;
  margin: 15px auto;
}

.collection .c-product h5 {
  color: #411911;
  font-size: 20px;
}

.collection .c-product p {
  color: #4E4E4E;
  font-family: "Krub", sans-serif;
}

/*=============================banner style End========================*/
/*============================FAq Stayle Start=========================*/
.faq-content-area {
  width: 1050px;
  margin: 100px auto;
  text-align: center;
}

.faq-content-area h3 {
  color: #3C2856;
}

.faq-content-area p {
  margin-top: 20px;
}

.faq-area {
  background: #FFF8F2;
  padding: 100px 0;
  margin-bottom: 100px;
}

.faq-area h3 {
  text-align: center;
  margin-bottom: 50px;
}

.faq-area .card {
  border-radius: 0;
  margin-bottom: 25px;
  background-color: rgba(255, 255, 255, 0);
  text-align: left;
  padding: 12px 20px;
}

.faq-area .card .card-header {
  position: relative;
  border-radius: 0;
  border-bottom: 0;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0);
}

.faq-area .card .card-header .accordion-toggle.collapsed {
  font-size: 20px;
  color: #515151;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
}

.faq-area .card .card-header .accordion-toggle.collapsed:hover {
  color: #515151;
}

.faq-area .card .card-header .accordion-toggle.collapsed .flaticon-up-arrow {
  display: none;
}

.faq-area .card .card-header .accordion-toggle.collapsed .flaticon-down-arrow {
  display: block;
  position: absolute;
  right: 5px;
  font-size: 20px;
  top: 12px;
  color: #515151;
}

.faq-area .card .card-header .accordion-toggle {
  font-size: 20px;
  color: #515151;
  font-family: "Raleway", sans-serif;
}

.faq-area .card .card-header .accordion-toggle:hover {
  color: #515151;
}

.faq-area .card .card-header .accordion-toggle .flaticon-down-arrow {
  display: none;
}

.faq-area .card .card-header .accordion-toggle .flaticon-up-arrow {
  position: absolute;
  right: 5px;
  font-size: 20px;
  top: 12px;
  color: var(--th-btn-bg);
}

.faq-area .card .card-block {
  padding: 0px 20px;
  background-color: rgba(255, 255, 255, 0);
}

.faq-area .card .card-block p {
  font-size: 16px;
  padding-bottom: 20px;
  line-height: 24px;
}

/*============================FAq Stayle End=========================*/
/*===================Testimonial Style start================*/
.testimonial {
  position: relative;
  background: #3C2856;
  padding: 100px 0;
}

.testimonial img.f-ab {
  position: absolute;
  left: 0;
  object-fit: cover;
  top: 0;
  height: 180px;
  width: 280px;
}

.testimonial .section-top {
  text-align: center;
  margin-bottom: 50px;
}

.testimonial .section-top span {
  color: var(--th-btn-text);
  font-size: 18px;
  font-weight: 600;
}

.testimonial .section-top h2 {
  color: #ffffff;
  font-size: 40px;
  margin-top: 10px;
}

.testimonial .testimonial-slider {
  position: relative;
}

.testimonial .testimonial-slider button.owl-prev,
.testimonial .testimonial-slider button.owl-next {
  position: absolute;
  top: -70px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff !important;
  color: #3C2856 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.testimonial .testimonial-slider button.owl-prev:hover,
.testimonial .testimonial-slider button.owl-next:hover {
  background: var(--th-btn-bg) !important;
  color: #fff !important;
}

.testimonial .testimonial-slider button.owl-prev {
  right: 60px;
}

.testimonial .testimonial-slider button.owl-next {
  right: 0;
}

.testimonial .testimonial-slider .single-client-comment {
  position: relative;
  background: white;
  border-radius: 10px;
  padding: 50px;
  margin: 15px;
}

.testimonial .testimonial-slider .single-client-comment i {
  color: var(--th-btn-bg);
  font-size: 40px;
}

.testimonial .testimonial-slider .single-client-comment p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.6;
  color: #555;
}

.testimonial .testimonial-slider .single-client-comment img.p-ab {
  position: absolute;
  top: 18%;
  left: 45%;
  height: 220px;
  width: 170px;
  object-fit: cover;
  z-index: 1;
}

.testimonial .testimonial-slider .single-client-comment .client-profile {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 30px;
  z-index: 2;
}

.testimonial .testimonial-slider .single-client-comment .client-profile .cp-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}

.testimonial .testimonial-slider .single-client-comment .client-profile .cp-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial .testimonial-slider .single-client-comment .client-profile .cp-text {
  flex: 1;
}

.testimonial .testimonial-slider .single-client-comment .client-profile .cp-text h5 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 5px;
  color: #333;
}

.testimonial .testimonial-slider .single-client-comment .client-profile .cp-text .client-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.testimonial .testimonial-slider .single-client-comment .client-profile .cp-text .client-meta span {
  font-size: 14px;
  color: #777;
}

.testimonial .testimonial-slider .single-client-comment .client-profile .cp-text .star-rating {
  display: flex;
  margin-left: 10px;
}

.testimonial .testimonial-slider .single-client-comment .client-profile .cp-text .star-rating .star {
  color: #ddd;
  font-size: 16px;
}

.testimonial .testimonial-slider .single-client-comment .client-profile .cp-text .star-rating .star.filled {
  color: #FFC107;
}

/* Responsive styles */
@media (max-width: 991px) {
  .testimonial .testimonial-slider .single-client-comment img.p-ab {
    display: none;
  }
}

@media (max-width: 767px) {
  .testimonial {
    padding: 60px 0;
  }

  .testimonial .section-top h2 {
    font-size: 30px;
  }

  .testimonial .testimonial-slider .single-client-comment {
    padding: 30px;
  }

  .testimonial .testimonial-slider button.owl-prev,
  .testimonial .testimonial-slider button.owl-next {
    top: -50px;
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 575px) {
  .testimonial .testimonial-slider .single-client-comment .client-profile .cp-text .client-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial .testimonial-slider .single-client-comment .client-profile .cp-text .star-rating {
    margin-left: 0;
    margin-top: 5px;
  }
}

/*===================Testimonial Style End================*/

/*======================Blog Style Start=====================*/
.blog {
  position: relative;
  padding-bottom: 80px;
}

.blog .section-top {
  position: relative;
  text-align: center;
}

.blog .single-blog {
  position: relative;
  -webkit-box-shadow: 5px 5px 30px 0px rgba(0, 0, 1, 0.03);
  -moz-box-shadow: 5px 5px 30px 0px rgba(0, 0, 1, 0.03);
  box-shadow: 5px 5px 30px 0px rgba(0, 0, 1, 0.03);
}

.blog .single-blog .sb-text {
  position: relative;
  padding: 20px 25px;
  padding-bottom: 35px;
}

.blog .single-blog .sb-text span {
  color: var(--th-btn-bg);
  font-size: 14px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
}

.blog .single-blog .sb-text h4 {
  margin-top: 20px;
}

.blog .single-blog .sb-text a.read-more {
  color: #4E4E4E;
  position: relative;
  margin-top: 10px;
  display: inline-block;
}

.blog .single-blog .sb-text a.read-more:hover {
  color: var(--th-btn-bg);
}

.blog .single-blog .sb-text a.read-more::before {
  position: absolute;
  content: '';
  background: #A5A5A5;
  height: 1px;
  width: 80px;
  bottom: 0;
}

/*======================Blog Style End=====================*/
/*=======================Media Style Start====================*/
.media {
  position: relative;
  display: block;
  overflow: hidden;
}

.media .section-top {
  width: 100%;
  text-align: center;
}

.media .section-top p {
  color: #4e4e4e;
  margin-top: 10px;
  font-family: "Raleway", sans-serif;
}

.media .instagram {
  position: relative;
  display: inline-flex;
}

.media .instagram .single-post {
  position: relative;
}

.media .instagram .single-post:hover::before {
  opacity: 1;
}

.media .instagram .single-post:hover .social-link {
  opacity: 1;
}

.media .instagram .single-post::before {
  position: absolute;
  content: '';
  background: #41191178;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: .3s ease;
  opacity: 0;
}

.media .instagram .single-post .social-link {
  position: absolute;
  color: #fff;
  top: 50%;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 1;
  transition: .3s ease;
  font-size: 20px;
  opacity: 0;
}

/*=======================Media Style End====================*/
/*====================Blog Page Style Start========================*/
.blog-page {
  position: relative;
  margin-top: 100px;
  margin-bottom: 80px;
}

.blog-page .blog-page-single-blog {
  position: relative;
  margin: 15px auto;
  display: inline-block;
}

.blog-page .blog-page-single-blog .bpsb-text {
  position: absolute;
  bottom: 0;
  background: #fff;
  padding: 30px;
  width: 77%;
}

.blog-page .blog-page-single-blog .bpsb-text span {
  color: var(--th-btn-bg);
  text-transform: uppercase;
}

.blog-page .blog-page-single-blog .bpsb-text ul li {
  font-size: 14px;
  margin-right: 15px;
  position: relative;
}

.blog-page .blog-page-single-blog .bpsb-text ul li::before {
  position: absolute;
  content: "";
  left: -9px;
  top: 6px;
  background: #707070;
  width: 1px;
  height: 8px;
}

.blog-page .blog-page-single-blog .bpsb-text ul li:first-child::before {
  display: none;
}

.blog-page .blog-page-single-blog .blog-sort h3 {
  font-size: 22px;
}

.blog-page .bpsb-2 {
  position: relative;
}

.blog-page .bpsb-2 .bpsb-text {
  position: relative;
  bottom: 0;
  background: #FBF6F6;
  padding: 25px;
  width: 100%;
}

.blog-page .bpsb-2 .bpsb-text span {
  color: var(--th-btn-bg);
  text-transform: uppercase;
}

.blog-page .bpsb-2 .bpsb-text h3 {
  font-size: 25px;
  line-height: 32px;
  font-weight: 600;
  margin-top: 10px;
}

.blog-page .blog-speciel-text {
  position: relative;
  background: #FBF6F6;
  margin: 15px auto;
  padding: 30px;
}

.blog-page .blog-speciel-text img {
  max-width: unset;
  width: auto;
}

.blog-page .blog-speciel-text h3 {
  font-size: 25px;
  line-height: 32px;
  font-weight: 500;
  margin-top: 30px;
  color: #4E4E4E;
  display: inline-block;
}

.blog-page .blog-speciel-text span {
  font-size: 18px;
  color: #3C2856;
  font-weight: 700;
  font-style: italic;
  margin-top: 20px;
  display: inline-block;
}

.blog-page .shop-elements {
  position: relative;
  margin-top: 15px;
  background: #F5F5F5;
}

.blog-page .shop-elements .searchbox {
  position: relative;
  padding: 30px 25px;
}

.blog-page .shop-elements .searchbox .input-group {
  background: #fff;
}

.blog-page .shop-elements .searchbox .input-group .form-control {
  padding: 25px 15px;
  font-size: 14px;
  color: #515151;
  padding-left: 20px;
  border-radius: 0;
  border: none;
}

.blog-page .shop-elements .searchbox .input-group .btn-outline-secondary {
  color: #515151;
  background-color: #FFFFFF;
  background-image: none;
  border: none;
  padding-right: 15px;
  font-size: 20px;
  transition: .5s ease;
}

.blog-page .shop-elements .catagory {
  position: relative;
  border-top: .5px solid #70707054;
  padding: 30px 25px;
}

.blog-page .shop-elements .catagory h6.shop-title {
  font-weight: 500;
  font-size: 25px;
  text-transform: uppercase;
}

.blog-page .shop-elements .catagory ul {
  margin-top: 20px;
}

.blog-page .shop-elements .catagory ul li {
  font-size: 16px;
  display: flex;
  line-height: 40px;
  font-weight: 400;
}

.blog-page .shop-elements .product-list {
  position: relative;
  border-top: .5px solid #70707054;
  padding: 30px 25px;
}

.blog-page .shop-elements .product-list h6.shop-title {
  font-weight: 500;
  font-size: 25px;
  text-transform: uppercase;
}

.blog-page .shop-elements .product-list .single-brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 10px auto;
}

.blog-page .shop-elements .product-list .single-brand .sb-text {
  position: relative;
  padding-left: 15px;
}

.blog-page .shop-elements .product-list .single-brand .sb-text span {
  color: var(--th-btn-bg);
  font-size: 14px;
  text-transform: uppercase;
}

.blog-page .shop-elements .product-list .single-brand .sb-text p {
  font-weight: 600;
  font-size: 17px;
}

.blog-page .shop-elements .instagram {
  position: relative;
  border-top: .5px solid #70707054;
  padding: 30px 25px;
}

.blog-page .shop-elements .instagram h6.shop-title {
  font-weight: 500;
  font-size: 25px;
  text-transform: uppercase;
}

.blog-page .shop-elements .instagram .instagram-img {
  position: relative;
  width: 48%;
  display: inline-flex;
  margin: 10px auto;
}

.blog-page .shop-elements .Tags {
  position: relative;
  border-top: .5px solid #70707054;
  padding: 30px 25px;
}

.blog-page .shop-elements .Tags h6.shop-title {
  font-weight: 500;
  font-size: 25px;
  text-transform: uppercase;
}

.blog-page .shop-elements .Tags ul {
  margin-top: 20px;
}

.blog-page .shop-elements .Tags ul li {
  display: inline-block;
  margin-right: 12px;
}

.blog-page .shop-elements .Tags ul li a {
  color: #4E4E4E;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
}

.blog-page .banner-size {
  position: relative;
  margin-top: 40px;
}

.blog-page .blog-details {
  position: relative;
  margin-bottom: 40px;
}

.blog-page .blog-details .tag {
  position: relative;
  display: flex;
}

.blog-page .blog-details .tag span {
  color: var(--th-btn-bg);
  text-transform: uppercase;
}

.blog-page .blog-details .tag ul {
  margin-left: 30px;
}

.blog-page .blog-details .tag ul li {
  font-size: 14px;
  margin-right: 15px;
  position: relative;
}

.blog-page .blog-details .tag ul li:last-child::before {
  position: absolute;
  content: "";
  left: -9px;
  top: 6px;
  background: #707070;
  width: 1px;
  height: 8px;
}

.blog-page .blog-details h2 {
  margin-top: 15px;
}

.blog-page .blog-details .special {
  font-weight: 500;
  font-style: italic;
  margin-top: 10px;
}

.blog-page .blog-details p {
  margin-top: 20px;
}

.blog-page .blog-details img {
  margin-top: 20px;
}

.blog-page .blog-details .blog-speciel-text {
  position: relative;
  margin-top: 30px;
}

.blog-page .blog-details .blog-speciel-text h3 {
  font-size: 20px;
  line-height: 28px;
}

.blog-page .blog-details .blog-speciel-text span {
  font-size: 16px;
  color: #4E4E4E;
  font-weight: 400;
}

.blog-page .blog-details .share {
  position: relative;
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}

.blog-page .blog-details .share .sharein-social {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.blog-page .blog-details .share .sharein-social p {
  margin-top: 0px;
}

.blog-page .blog-details .share .sharein-social ul {
  margin-left: 10px;
}

.blog-page .blog-details .share .sharein-social ul li {
  margin: 0px 2px;
}

.blog-page .blog-details .share .sharein-social ul li a {
  color: #4E4E4E;
}

.blog-page .blog-details .share .share-tag {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-page .blog-details .share .share-tag p {
  margin-top: 0px;
  margin-left: 8px;
}

.blog-page .comment-titel {
  font-size: 25px;
}

.blog-page .comment-box {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: .5px solid #7070709e;
}

.blog-page .comment-box .comment-img {
  position: relative;
}

.blog-page .comment-box .comment-img img {
  max-width: unset;
  width: auto;
}

.blog-page .comment-box .comment-text {
  position: relative;
  margin-left: 20px;
}

.blog-page .comment-box .comment-text h6 {
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  color: #3C2856;
}

.blog-page .comment-box .comment-text span {
  font-size: 14px;
}

.blog-page .comment-box .comment-text p {
  font-size: 14px;
  line-height: 22px;
  margin-top: 5px;
}

.blog-page .comment-box .comment-text small {
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 0;
}

.blog-page .comment-form {
  position: relative;
  margin-top: 40px;
}

.blog-page .comment-form h3 {
  position: relative;
  margin-bottom: 40px;
  font-size: 25px;
}

.blog-page .comment-form form .form-control {
  position: relative;
  padding: 25px 30px;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}

.blog-page .comment-form form button.btn-1 {
  background: var(--th-btn-bg);
  height: 50px;
  min-width: 150px;
  border-radius: 0;
  margin-left: 20px;
}

/*====================Blog Page Style End========================*/

/*============Product Style Start==============*/
.best-selling {
  position: relative;
  margin-top: 0px;
}

.best-selling .bestsell-slider .owl-stage {
  padding-bottom: 10px;
}

.best-selling .bestsell-slider button.owl-prev {
  top: -25%;
  position: absolute;
  font-size: 24px !important;
  right: 6%;
  padding: 4px 19px !important;
  border-radius: 20px;
  color: #4E4E4E !important;
  transition: .3s ease;
  height: 34px;
}

.best-selling .bestsell-slider button.owl-prev:hover {
  color: #ffffff !important;
  background: var(--th-btn-bg) !important;
}

.best-selling .bestsell-slider button.owl-next {
  position: absolute;
  font-size: 24px !important;
  top: -25%;
  right: 0;
  padding: 4px 19px !important;
  border-radius: 20px;
  color:var(--th-btn-text)!important;
  border:1px solid var(--th-btn-border);
  background: var(--th-btn-bg) !important;
  height: 34px;
}

.best-selling .bestsell-slider button.owl-next i{
    color:var(--th-btn-text)!important;
}

.best-selling .bestsell-slider .single-service-slide {
  position: relative;
  -webkit-box-shadow: 14px 15px 40px 0px rgba(0, 0, 1, 0.03);
  -moz-box-shadow: 14px 15px 40px 0px rgba(0, 0, 1, 0.03);
  box-shadow: 14px 15px 40px 0px rgba(0, 0, 1, 0.03);
}

.best-selling .bestsell-slider .single-service-slide .sss-text {
  text-align: center;
  padding: 10px;
}

.best-selling .bestsell-slider .single-service-slide .sss-text h6 {
  font-size: 20px;
  padding-top: 15px;
}

.best-selling .bestsell-slider .single-service-slide .sss-text p {
  color: #4E4E4E;
  font-family: "Krub", sans-serif;
  font-weight: 600;
  line-height: 30px;
}

.best-selling .bestsell-slider .single-service-slide .sss-text .reviews {
  position: relative;
  padding: 10px 0;
}

.best-selling .bestsell-slider .single-service-slide .sss-text .reviews span {
  font-size: 10px;
  color: #FFC107;
}

.best-selling .bestsell-slider .single-service-slide .sss-text .reviews span .no-color {
  color: #C9C9C9;
}

.best-selling .bestsell-slider .single-service-slide .sss3-text {
  position: relative;
}

.best-selling .bestsell-slider .single-service-slide .sss3-text p {
  font-weight: 300;
}

.best-selling .bestsell-slider .single-service-slide .sss3-text .add-cart {
  display: flex;
  align-items: center;
  justify-content: center;
}

.best-selling .bestsell-slider .single-service-slide .sss3-text .add-cart:hover p {
  color: #febd85;
}

.best-selling .bestsell-slider .single-service-slide .sss3-text .add-cart:hover i {
  color: #febd85;
}

.best-selling .bestsell-slider .single-service-slide .sss3-text .add-cart p {
  color: #4E4E4E;
  font-size: 14px;
  font-weight: 300;
}

.best-selling .bestsell-slider .single-service-slide .sss3-text .add-cart i {
  margin-left: 5px;
  color: #4E4E4E;
}

.section-top {
  margin-bottom: 40px;
}

.section-top span {
  color: var(--th-btn-bg);
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
}

.section-top h1 {
  line-height: 65px;
}

.section-top2 {
  margin-bottom: 40px;
}

.section-top2 span {
  color: var(--th-btn-bg);
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  position: relative;
  margin-left: -60px;
}

.section-top2 span::before {
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  right: -65px;
  top: 10px;
  background: var(--th-btn-bg);
}

.section-top2 h2 {
  color: #3C2856;
}

/*============Product Style End==============*/
/*============Product Style 02==============*/
.product {
  position: relative;
  margin-top: 150px;
  text-align: center;
}

.product .single-product {
  position: relative;
  -webkit-box-shadow: 14px 15px 40px 0px rgba(0, 0, 1, 0.03);
  -moz-box-shadow: 14px 15px 40px 0px rgba(0, 0, 1, 0.03);
  box-shadow: 14px 15px 40px 0px rgba(0, 0, 1, 0.03);
  margin: 15px auto;
}

.product .single-product .sp-text {
  text-align: center;
  padding: 10px;
}

.product .single-product .sp-text h6 {
  font-size: 20px;
  padding-top: 15px;
}

.product .single-product .sp-text p {
  color: #4E4E4E;
  font-family: "Krub", sans-serif;
  font-weight: 600;
  line-height: 30px;
}

.product .single-product .sp-text .reviews {
  position: relative;
  padding: 10px 0;
}

.product .single-product .sp-text .reviews span {
  font-size: 10px;
  color: #FFC107;
}

.product .single-product .sp-text .reviews span .no-color {
  color: #C9C9C9;
}

.feature-product {
  margin-top: 00px;
  padding-top: 80px;
  padding-bottom: 60px;
  background: #FFF8F2;
}

.feature-product .single-product {
  background: #fff;
  position: relative;
  border-radius: 20px;
}

.feature-product .single-product .sp-img {
  position: relative;
}

.feature-product .single-product .sp-img img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.feature-product .single-product .sp-text {
  position: relative;
}

.feature-product .single-product .sp-text p {
  font-weight: 300;
}

.feature-product .single-product .sp-text .add-cart {
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-product .single-product .sp-text .add-cart:hover p {
  color: #febd85;
}

.feature-product .single-product .sp-text .add-cart:hover i {
  color: #febd85;
}

.feature-product .single-product .sp-text .add-cart p {
  color: #4E4E4E;
  font-size: 14px;
  font-weight: 300;
}

.feature-product .single-product .sp-text .add-cart i {
  margin-left: 5px;
  color: #4E4E4E;
}

/*============Product Style 02 End==============*/
/*==================Catagory Stayle Start===============*/
.catagory-section {
  position: relative;
  margin-top: 150px;
  text-align: center;
}

.catagory-section .single-catagory {
  position: relative;
  margin: 15px auto;
  border: .5px solid #4119112b;
  padding: 20px;
  transition: .3s ease;
}

.catagory-section .single-catagory:hover {
  border-color: #fff;
  -webkit-box-shadow: 20px 20px 35px 0px rgba(65, 25, 17, 0.05);
  -moz-box-shadow: 20px 20px 35px 0px rgba(65, 25, 17, 0.05);
  box-shadow: 20px 20px 35px 0px rgba(65, 25, 17, 0.05);
}

.catagory-section .single-catagory img {
  max-width: unset;
  width: auto;
}

.catagory-section .single-catagory h6 {
  padding-top: 20px;
  font-size: 18px;
  color: #4E4E4E;
  font-family: unset;
  font-weight: 500;
}

.catagory-section .catagoty-product {
  position: relative;
  margin-top: 20px;
}

.catagory-section .catagoty-product .simgle-catagory-product {
  position: relative;
  margin: 15px auto;
}

.catagory-section .catagoty-product .simgle-catagory-product h6 {
  color: #411911;
  margin-top: 15px;
  font-family: "Raleway", sans-serif;
}

.catagory-section .catagoty-product .simgle-catagory-product p {
  font-family: "Krub", sans-serif;
}

/*==================Catagory Stayle End===============*/
/*===============Single Product Details Start=====================*/
.single-product-details {
  position: relative;
  margin-top: 90px;
}

.single-product-details .color-select {
  width: 100%;
  position: relative;
  display: inline-flex;
  align-items: center;
}

.single-product-details .color-select .single-item-color {
  padding: 20px;
}

.single-product-details .pd-content {
  position: relative;
  padding-top: 50px;
}

.single-product-details .pd-content .product-price {
  position: relative;
  margin-top: 15px;
}

.single-product-details .pd-content .product-price span.p-pricr {
  color: #4E4E4E;
  font-size: 25px;
  font-weight: 500;
  margin-right: 5px;
}

.single-product-details .pd-content .product-price del {
  position: relative;
  font-size: 25px;
  font-weight: 500;
  color: #4e4e4e61;
  padding-left: 10px;
}

.single-product-details .pd-content .product-price del::before {
  position: absolute;
  content: '';
  height: 8px;
  width: 1px;
  background: #707070;
  top: 12px;
  left: 0;
}

.single-product-details .pd-content .review-area {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 15px 0;
}

.single-product-details .pd-content .review-area .reviews {
  position: relative;
  margin-right: 10px;
}

.single-product-details .pd-content .review-area .reviews span {
  font-size: 10px;
  color: #FFC107;
}

.single-product-details .pd-content .review-area .reviews span .no-color {
  color: #C9C9C9;
}

.single-product-details .pd-content .review-area p {
  margin: 0;
}

.single-product-details .pd-content ul li {
  display: block;
  line-height: 35px;
  color: #3C2856;
  font-size: 18px;
  font-weight: 700;
}

.single-product-details .pd-content ul li span {
  color: #4E4E4E;
  font-weight: 400;
  padding-left: 5px;
}

.single-product-details .pd-content p {
  margin-top: 20px;
}

.single-product-details .pd-content .p-qtn {
  width: 100%;
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
}

.single-product-details .pd-content .p-qtn .p-details-qu {
  position: relative;
  display: inline-block;
}

.single-product-details .pd-content .p-qtn .product-quantity form {
  border: 1px solid #B8B8B8;
  max-width: 125px;
  display: inline-flex;
  align-items: center;
  padding: 8px 0;
}

.single-product-details .pd-content .p-qtn .product-quantity form #decrease {
  margin-right: -4px;
}

.single-product-details .pd-content .p-qtn .product-quantity form #increase {
  margin-left: -4px;
}

.single-product-details .pd-content .p-qtn .product-quantity form .value-button {
  display: inline-flex;
  width: 40px;
  cursor: pointer;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}

.single-product-details .pd-content .p-qtn .product-quantity form #number {
  border: none;
  width: 35px;
  color: #4E4E4E;
  font-weight: 400;
  font-size: 18px;
  padding: 0;
  margin: 0;
  font-family: 'Krub';
}

.single-product-details .pd-content .p-qtn .btn-1 {
  background: var(--th-btn-bg);
  height: 50px;
  min-width: 150px;
  border-radius: 0;
  margin-left: 20px;
}

.single-product-details .pd-content .p-qtn .btn-1:hover {
  color: #000;
}

.single-product-description {
  position: relative;
  margin: 0px 100px;
  margin-top: 50px;
}

.single-product-description nav {
  border-bottom: 1px solid #707070be;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.single-product-description nav .nav-tabs {
  max-width: 400px;
  border-bottom: 0;
}

.single-product-description nav .nav-tabs .nav-link {
  border: 0;
  flex: inherit;
  border-radius: 0;
  padding: 0;
  color: #4e4e4ea6;
  font-size: 16px;
  padding-right: 20px;
  font-weight: 600;
}

.single-product-description nav .nav-tabs .nav-link.active {
  color: #3C2856;
}

.single-product-description nav .nav-tabs #nav-profile-tab {
  position: relative;
}

.single-product-description nav .nav-tabs #nav-profile-tab::before {
  position: absolute;
  content: '';
  left: -10px;
  top: 10px;
  background: #707070a4;
  height: 10px;
  width: 1px;
}

.single-product-description .tab-content {
  position: relative;
}

.single-product-description .tab-content p {
  margin-bottom: 15px;
}

.single-product-description .tab-content .review-content h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}

.single-product-description .tab-content .review-content .review-area {
  display: inline-flex;
}

.single-product-description .tab-content .review-content .review-area .reviews {
  margin-left: 15px;
}

.single-product-description .tab-content .review-content .review-area .reviews i {
  color: #4e4e4eb4;
}

.single-product-description .tab-content .review-content form .form-control {
  position: relative;
  padding: 25px 30px;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}

.single-product-description .tab-content .review-content form button.btn-1 {
  background: var(--th-btn-bg);
  height: 50px;
  min-width: 150px;
  border-radius: 0;
  margin-left: 20px;
}

/*===============Single Product Details End=====================*/
/*=================Checkout Style start=====================*/
.billing-details {
  position: relative;
  margin-top: 100px;
}

.billing-details h4 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}

.billing-details form .form-control {
  position: relative;
  padding: 25px 30px;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}

.billing-details form button.btn-1 {
  background: var(--th-btn-bg);
  height: 50px;
  min-width: 150px;
  border-radius: 0;
}

/*=================Checkout Style End=====================*/
/*=================Invoice Style start=====================*/
.invoice {
  position: relative;
  margin-top: 100px;
  padding: 100px 0px;
  background: #FFF6EF;
}

.invoice h4 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}

.invoice button.btn-1 {
  background: var(--th-btn-bg);
  height: 50px;
  min-width: 150px;
  border-radius: 0;
}

.invoice .invoice-pad {
  border: 1px solid #7070704d;
  background: #fff;
  padding: 30px;
}

.invoice .invoice-pad .invoice-single-row {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 5px auto;
}

.invoice .invoice-pad .invoice-single-row h6 {
  color: #4E4E4E;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
}

.invoice .invoice-pad .invoice-single-row p {
  font-weight: 500;
}

.invoice .invoice-pad .with-broder {
  border-bottom: 1px solid #70707054;
  padding-bottom: 10px;
}

.invoice .invoice-pad .btn-1 {
  margin-top: 15px;
}

/*=================Invoice Style End=====================*/
/*====================Working Process Style=================*/
.formula {
  overflow: hidden;
  display: inline-flex;
  width: 100%;
  background: #285654;
}

.formula .formula-img {
  position: relative;
  width: 50%;
}

.formula .formula-content {
  position: relative;
  width: 50%;
  background: #285654;
  display: inline-flex;
  align-items: center;
  padding: 30px;
}

.formula .formula-content .formula-content-details {
  position: relative;
}

.formula .formula-content .formula-content-details h2 {
  color: #FFFFFF;
}

.formula .formula-content .formula-content-details p {
  color: #FFFFFF;
  padding-top: 30px;
  padding-right: 90px;
}

.formula .formula-content .formula-content-details .all-formula {
  position: relative;
  width: 100%;
  margin-top: 20px;
}

.formula .formula-content .formula-content-details .all-formula .single-formula {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 15px auto;
  width: 48%;
}

.formula .formula-content .formula-content-details .all-formula .single-formula .img {
  position: relative;
}

.formula .formula-content .formula-content-details .all-formula .single-formula .img img {
  max-width: unset;
  width: auto;
}

.formula .formula-content .formula-content-details .all-formula .single-formula .text {
  position: relative;
  margin-left: 15px;
}

.formula .formula-content .formula-content-details .all-formula .single-formula .text h6 {
  font-size: 18px;
  color: #ffffff;
  line-height: 28px;
}

.formula .formula-content .formula-content-details .btn-2 {
    background: var(--th-btn-bg);
    color: var(--th-btn-text);
    border:1px solid var(--th-btn-border);
  text-align: center;
  font-weight: 600;
  transition: .3s ease;
  font-size: 16px;
  margin-top: 30px;
	border-radius:5px !important;
}

.formula .formula-content .formula-content-details .btn-2 i {
  padding-left: 10px;
  padding-top: 5px;
}

.formula .formula-content .formula-content-details .btn-2:hover {
    background: var(--th-btn-bg-hover);
    color: var(--th-btn-text);
    border:1px solid var(--th-btn-border);
}

/*====================Project Details==========================*/
/*====================Video style Start========================*/
.video {
  position: relative;
  margin-top: 200px;
  text-align: center;
  background: url(../img/bg-element/video.jpg);
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video a {
  position: relative;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #FFFFFF;
  color: #FF662A;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.video a::before {
  content: '';
  position: absolute;
  left: -6px;
  top: -6px;
  height: 120%;
  width: 120%;
  opacity: 0;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  -webkit-animation: spin2 1000ms linear infinite;
  -o-animation: spin2 1000ms linear infinite;
  animation: spin2 1000ms linear infinite;
}

.video a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  border-radius: 50%;
  border: 10px solid #FFFFFF;
  -webkit-animation: spin2 1000ms linear infinite;
  -o-animation: spin2 1000ms linear infinite;
  animation: spin2 1000ms linear infinite;
}

/*====================Video style End========================*/
/*====================Sponsor Style Start==================*/
.sponsor {
  position: relative;
  margin-top: 150px;
  margin-bottom: 50px;
}

.sponsor .single-sponsor {
  position: relative;
}

.sponsor .single-sponsor img {
  max-width: unset;
  width: auto;
}

/*====================Sponsor Style End==================*/
/*==================Featuars Style Start======================*/
.features-area2 {
  position: relative;
  margin-top: 50px;
  padding: 100px 0;
  background: #FFF9F3;
}

.features-area2 .single-feature {
  position: relative;
  text-align: center;
}

.features-area2 .single-feature img {
  max-width: unset;
  width: auto;
}

.features-area2 .single-feature p {
  color: #3C2856;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  margin-top: 10px;
}

/*==================Featuars Style End======================*/
/*==================Error Page Style Start========================*/
.error-area {
  position: relative;
  padding: 100px 0;
  width: 1050px;
  margin: auto;
  text-align: center;
}

.error-area img {
  max-width: unset;
  width: auto;
}

.error-area h2 {
  text-align: center;
  font-size: 65px;
  font-weight: 400;
  margin-top: -100px;
}

.error-area .btn-2 {
  color: #ffffff;
  background: #285654;
  text-align: center;
  font-weight: 600;
  margin-top: 100px;
  border-radius: 32px;
  -webkit-box-shadow: 0px 30px 50px 0px rgba(40, 86, 84, 0.3);
  -moz-box-shadow: 0px 30px 50px 0px rgba(40, 86, 84, 0.3);
  box-shadow: 0px 30px 50px 0px rgba(40, 86, 84, 0.3);
}

/*==================Error Page Style End========================*/
/*====================Contact style start==================*/
.contact-info {
  position: relative;
  margin: 60px auto;
}

.contact-info .single-contact-info {
  position: relative;
  text-align: center;
  margin: 20px auto;
  padding: 40px 20px;
  -webkit-box-shadow: 15px 15px 50px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 15px 15px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 15px 15px 50px 0px rgba(0, 0, 0, 0.05);
}

.contact-info .single-contact-info img {
  max-width: unset;
  width: auto;
}

.contact-info .single-contact-info h4 {
  margin: 10px auto;
}

.contact-info .single-contact-info p {
  font-size: 20px;
}

.contact-page-form {
  position: relative;
  margin: 50px auto;
}

.contact-page-form .comment-form {
  position: relative;
  text-align: center;
  padding: 50px 100px;
  -webkit-box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.07);
}

.contact-page-form .comment-form h3 {
  margin-bottom: 30px;
}

.contact-page-form .comment-form .form-control {
  position: relative;
  padding: 25px 30px;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}

.contact-page-form .comment-form button.btn-1 {
  background: var(--th-btn-bg);
  height: 50px;
  min-width: 150px;
  border-radius: 0;
  margin-left: 20px;
}

.g-map {
  position: relative;
  margin: 100px auto;
}

.g-map .map {
  position: relative;
  width: 100%;
  height: 450px;
  margin-top: 10px;
}

.g-map .map div#googleMap {
  height: 100%;
  width: 100%;
}

.g-map img {
  max-width: unset;
  width: auto;
}

/*====================Contact style end==================*/
/*=================Team Style================*/
.our-team {
  position: relative;
  text-align: center;
  margin-top: 110px;
}

.our-team h2 {
  margin-bottom: 50px;
}

.our-team .single-teammember {
  position: relative;
  margin: 15px auto;
}

.our-team .single-teammember h5 {
  color: #3C2856;
  font-family: "Raleway", sans-serif;
  margin-top: 15px;
}

/*=================Team Style================*/
/*==================Video style===============*/
.video2 {
  position: relative;
}

.video2 .video2 {
  margin-top: 100px;
  background: url(../img/team/video-bg.jpg);
}

.video2 .product-contact {
  position: relative;
  background: var(--th-btn-bg);
  width: 1050px;
  margin: auto;
  margin-bottom: 100px;
  text-align: center;
  padding: 35px 0;
  margin-top: -60px;
  z-index: 1;
}

.video2 .product-contact p {
  font-size: 20px;
  color: #fff;
}

.video2 .product-contact .icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-top: 15px;
}

.video2 .product-contact .icon i.flaticon-call {
  background: #fff;
  color: var(--th-btn-bg);
  padding: 12px;
  border-radius: 50%;
  line-height: 0;
}

.video2 .product-contact .icon h3 {
  color: #fff;
  margin-left: 20px;
  font-weight: 500;
}

/*==================Video style===============*/
/*===============================Shop Start=======================*/
.shoppage-product {
  position: relative;
}

.shoppage-product .sp-top {
  width: 100%;
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

.shoppage-product .sp-top select.form-select {
  padding: 12px 20px;
  padding-right: 50px;
  border-color: #70707094;
}

.shoppage-product .single-product {
  position: relative;
  margin: 15px auto;
  border-radius: 20px;
  -webkit-box-shadow: 14px 15px 40px 0px rgba(0, 0, 1, 0.03);
  -moz-box-shadow: 14px 15px 40px 0px rgba(0, 0, 1, 0.03);
  box-shadow: 14px 15px 40px 0px rgba(0, 0, 1, 0.03);
}

.shoppage-product .single-product .sp-img {
  position: relative;
}

.shoppage-product .single-product .sp-img img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.shoppage-product .single-product .sp-text {
  text-align: center;
  padding: 10px;
}

.shoppage-product .single-product .sp-text h6 {
  font-size: 20px;
  padding-top: 15px;
}

.shoppage-product .single-product .sp-text .add-cart {
  display: flex;
  align-items: center;
  justify-content: center;
}

.shoppage-product .single-product .sp-text .add-cart p {
  color: #4E4E4E;
  font-size: 14px;
  font-weight: 300;
}

.shoppage-product .single-product .sp-text .add-cart i {
  margin-left: 5px;
  color: #4E4E4E;
}

.shoppage-product .shop-elements {
  position: relative;
  border: 1px solid #B7B7B7;
}

.shoppage-product .shop-elements h6.shop-title {
  position: relative;
  color: #3C2856;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
}

.shoppage-product .shop-elements h6.shop-title::before {
  position: absolute;
  content: '';
  left: 0;
  width: 20px;
  bottom: 0px;
  height: 1px;
  background: #3C2856;
}

.shoppage-product .shop-elements .searchbox {
  position: relative;
  padding: 20px 30px;
}

.shoppage-product .shop-elements .searchbox .input-group {
  border: 1px solid #70707099;
}

.shoppage-product .shop-elements .searchbox .input-group .form-control {
  padding: 25px 15px;
  font-size: 14px;
  color: #515151;
  padding-left: 20px;
  border-radius: 0;
  border: none;
}

.shoppage-product .shop-elements .searchbox .input-group .btn-outline-secondary {
  color: #515151;
  background-color: #FFFFFF;
  background-image: none;
  border: none;
  padding-right: 15px;
  font-size: 20px;
  transition: .5s ease;
}

.shoppage-product .shop-elements .catagory {
  position: relative;
  border-top: 1px solid #817b7b;
  padding: 30px;
}

.shoppage-product .shop-elements .catagory ul {
  margin-top: 20px;
}

.shoppage-product .shop-elements .catagory ul li {
  font-size: 16px;
  display: flex;
  line-height: 40px;
  font-weight: 400;
}

.shoppage-product .shop-elements .catagory ul li span {
  margin-left: auto;
}

.shoppage-product .shop-elements .bands {
  position: relative;
  border-top: 1px solid #817b7b;
  padding: 30px;
}

.shoppage-product .shop-elements .bands ul {
  margin-top: 20px;
}

.shoppage-product .shop-elements .bands ul li {
  font-size: 16px;
  display: flex;
  line-height: 40px;
  font-weight: 400;
}

.shoppage-product .shop-elements .product-list {
  position: relative;
  border-top: 1px solid #817b7b;
  padding: 30px;
}

.shoppage-product .shop-elements .product-list .single-brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 10px auto;
}

.shoppage-product .shop-elements .product-list .single-brand .sb-text {
  position: relative;
  padding-left: 15px;
}

.shoppage-product .shop-elements .product-list .single-brand .sb-text p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Raleway", sans-serif;
}

.shoppage-product .shop-elements .product-list .single-brand .sb-text span {
  font-size: 14px;
  line-height: 24px;
  font-family: "Raleway", sans-serif;
}

.shoppage-product .shop-elements .Tags {
  position: relative;
  border-top: 1px solid #817b7b;
  padding: 30px;
}

.shoppage-product .shop-elements .Tags ul {
  margin-top: 20px;
}

.shoppage-product .shop-elements .Tags ul li {
  display: inline-block;
  margin-right: 12px;
}

.shoppage-product .shop-elements .Tags ul li a {
  color: #4E4E4E;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
}

.shoppage-product .shop-elements .Tags ul li a:hover {
  color: #000;
}

.shop-pagination {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}

.shop-pagination .pagination {
  position: relative;
}

.shop-pagination .pagination li {
  margin: 0px 5px;
}

.shop-pagination .pagination li a {
  height: 35px;
  width: 35px;
  border-radius: 50% !important;
  padding: 0;
  margin: 0;
  border: 1px solid #3C2856;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

.shop-pagination .pagination li a:hover {
  background: #3C2856;
  color: #fff;
}

/*===============================Shop End=======================*/
/*=====================Footer Style Start=============*/
.footer-area {
  position: relative;
  background: #3C2856;
  padding-top: 80px;
}

.footer-area .fta-1 {
  position: relative;
}

.footer-area .fta-1 .f-logo {
  position: relative;
  margin-bottom: 45px;
}

.footer-area .fta-1 .f-logo img {
  max-width: unset;
  width: auto;
}

.footer-area .fta-1 p {
  color: #fff;
}

.footer-area .fta-1 .payment-method {
  position: relative;
  margin-top: 40px;
}

.footer-area .fta-1 .payment-method p {
  color: #fff;
  font-weight: 600;
}

.footer-area .fta-1 .payment-method ul {
  margin-top: 20px;
}

.footer-area .fta-1 .payment-method ul li {
  margin-right: 5px;
}

.footer-area .fta-2 {
  position: relative;
}

.footer-area .fta-2 h6 {
  color: #fff;
  margin-bottom: 60px;
}

.footer-area .fta-2 ul li {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  display: block;
  line-height: 36px;
}

.footer-area .fta-2 ul li a {
  color: #fff;
  font-weight: 400;
}

.footer-area .subscrive h6 {
  color: #fff;
  margin-bottom: 20px;
}

.footer-area .subscrive .input-group {
  position: relative;
}

.footer-area .subscrive .input-group input.form-control {
  background: transparent;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  padding: 10px 15px;
  height: unset;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.footer-area .subscrive .input-group span#basic-addon2 {
  background: transparent;
  font-size: 28px;
  display: flex;
  align-items: center;
  border-left: 0;
  padding-right: 25px;
  padding-top: 10px;
  cursor: pointer;
  color: #fff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.footer-area ul.f-social {
  position: relative;
  margin-top: 25px;
}

.footer-area ul.f-social li {
  position: relative;
  height: 30px;
  width: 30px;
    background:#fff;
    border:1px solid #fff;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  border-radius: 6px;
  margin-right: 6px;
}

.footer-area ul.f-social li:hover {
    background: rgba(255,255,255, 0.8);
    color: var(--th-btn-text-hover);
    border:1px solid var(--th-btn-border);
}

.footer-area ul.f-social li a {
  position: relative;
  color: #000;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-area footer {
  text-align: center;
  margin-top: 60px;
  border-top: 1px solid #fff;
  padding-top: 12px;
  padding-bottom: 10px;
}

.footer-area footer p {
  color: #fff;
  font-size: 14px;
  text-align: left;
}

.footer-area footer p a {
  color: #fff;
}

.footer-area footer p a:hover {
  color: var(--th-btn-bg);
}

.footer2 {
  background: #FFF0CE;
}

.footer2 .fta-2 h6 {
  color: #3C2856;
  margin-bottom: 20px;
  border-bottom: 1px solid #4E4E4E;
  display: inline-block;
  padding-bottom: 5px;
}

.footer2 .fta-2 ul li {
  line-height: 40px;
}

.footer2 .fta-2 ul li a {
  color: #4e4e4e;
}

.footer2 .fta-1.subs {
  margin-right: 60px;
}

.footer2 .fta-2.follow {
  position: relative;
}

.footer2 .fta-2.follow ul li {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
}

.footer2 .fta-2.follow ul li:hover::before {
  opacity: 1;
}

.footer2 .fta-2.follow ul li:hover .social-link {
  opacity: 1;
}

.footer2 .fta-2.follow ul li::before {
  position: absolute;
  content: '';
  background: #41191178;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: .3s ease;
  opacity: 0;
}

.footer2 .fta-2.follow ul li .social-link {
  position: absolute;
  color: #fff;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 1;
  transition: .3s ease;
  font-size: 15px;
  opacity: 0;
}

.footer2 .subscrive h6 {
  color: #3C2856;
}

.footer2 .subscrive .input-group input {
  border-color: #4E4E4E;
}

.footer2 .subscrive .input-group span#basic-addon2 {
  color: #285654;
  border-color: #4E4E4E;
}

.footer2 .subscrive ul.f-social li {
  background: #978F7E;
}

.footer2 .subscrive ul.f-social li:hover {
  background: #285654;
}

.footer2 .subscrive ul.f-social li a {
  position: relative;
  color: #FFF0CE;
}

.footer2 footer {
  border-top: 1px solid #707070;
}

.footer2 footer p {
  color: #3C2856;
  text-align: right;
}

.footer2 footer p a {
  color: #000;
}

footer.footer-area .payment-method {
  text-align: left;
}

footer.footer-area .payment-method ul li {
  margin-right: 8px;
}

footer.footer-area .payment-method p {
  text-align: left;
  font-weight: 500;
}

/*=====================Footer Style End=============*/
/* Animation style */
@-webkit-keyframes spinnerRotateone {
  0% {
    -webkit-transform: rotate(0deg) translateY(30px);
    transform: rotate(0deg) translateY(30px);
  }

  100% {
    -webkit-transform: rotate(160deg) translateY(30px);
    transform: rotate(160deg) translateY(30px);
  }
}

@keyframes spinnerRotateone {
  0% {
    -webkit-transform: rotate(0deg) translateY(30px);
    transform: rotate(0deg) translateY(30px);
  }

  100% {
    -webkit-transform: rotate(160deg) translateY(30px);
    transform: rotate(160deg) translateY(30px);
  }
}

@-webkit-keyframes slideInnew3 {
  0% {
    -webkit-transform: translate(-30px, -100px);
    -ms-transform: translate(-30px, -100px);
    transform: translate(-30px, -100px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes slideInnew3 {
  0% {
    -webkit-transform: translate(-30px, -100px);
    -ms-transform: translate(-30px, -100px);
    transform: translate(-30px, -100px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes slideInnew4 {
  0% {
    -webkit-transform: translate(30px, 0px);
    -ms-transform: translate(30px, 0px);
    transform: translate(30px, 0px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes slideInnew4 {
  0% {
    -webkit-transform: translate(30px, 0px);
    -ms-transform: translate(30px, 0px);
    transform: translate(30px, 0px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes scrollup {
  0% {
    -webkit-transform: translate(0px, 30px);
    -ms-transform: translate(0px, 30px);
    transform: translate(0px, 30px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes scrollup {
  0% {
    -webkit-transform: translate(0px, 30px);
    -ms-transform: translate(0px, 30px);
    transform: translate(0px, 30px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes roket {
  0% {
    -webkit-transform: translate(0px, 30px);
    -ms-transform: translate(0px, 30px);
    transform: translate(0px, 30px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes roket {
  0% {
    -webkit-transform: translate(0px, 80px);
    -ms-transform: translate(0px, 80px);
    transform: translate(0px, -70px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes spin2 {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@-webkit-keyframes years {
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes years {
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
}

/* End Animation style */
/*----------------------------------------*/
/*  Potfo RTL Style
/*----------------------------------------*/
html[dir="rtl"] header.header-area .logo-wrapper {
  text-align: right;
}

html[dir="rtl"] header.header-area .btn-1 {
  margin-left: 0;
  margin-right: 20px;
}

html[dir="rtl"] .sm-mint a,
html[dir="rtl"] .sm-mint a:hover,
html[dir="rtl"] .sm-mint a:focus,
html[dir="rtl"] .sm-mint a:active,
html[dir="rtl"] .sm-mint a.highlighted {
  padding: 20px 15px;
}

html[dir="rtl"] .hexa-nav {
  float: left;
}

html[dir="rtl"] .sm-mint a .sub-arrow {
  right: 0px;
}

html[dir="rtl"] header.header-area .btn-1 i {
  padding-right: 0;
  padding-left: 8px;
}

html[dir="rtl"] header.header2 .btn-1 i {
  padding-left: 8px;
  padding-left: 0;
}

html[dir="rtl"] .hero-area .hero-content {
  text-align: right;
}

html[dir="rtl"] .protect .protect-img {
  width: calc(100% + 25%);
  margin-left: unset;
  margin-right: -28%;
}

html[dir="rtl"] .protect .protect-img::before {
  left: unset;
  right: -40%;
}

html[dir="rtl"] .protect .protect-content {
  text-align: right;
}

html[dir="rtl"] .protect .protect-content p {
  padding-right: 0;
}

html[dir="rtl"] .protect .protect-content ul li i {
  font-size: 18px;
  margin-right: 0;
  margin-left: 10px;
}

html[dir="rtl"] .covid-protecttion .cp-top h2 {
  text-align: right;
}

html[dir="rtl"] .covid-protecttion .single-protection {
  text-align: right;
}

html[dir="rtl"] .service-slider-area {
  direction: ltr;
}

html[dir="rtl"] .appointment-area .appointment form {
  text-align: right;
}

html[dir="rtl"] .testimonial {
  direction: ltr;
}

html[dir="rtl"] .testimonial .testimonial-slide .client-feedback {
  text-align: right;
}

html[dir="rtl"] .testimonial .testimonial-slide button.owl-prev {
  right: unset;
  left: 40%;
}

html[dir="rtl"] .testimonial .testimonial-slide button.owl-next {
  right: 45%;
}

html[dir="rtl"] .blog .single-blog2 .sb-text {
  text-align: right;
}

html[dir="rtl"] .blog .single-blog2 .sb-text span {
  padding-right: 0;
  padding-left: 20px;
}

html[dir="rtl"] .blog .single-blog .sb-text span {
  padding-right: 0;
  padding-left: 20px;
}

html[dir="rtl"] .blog .single-blog .sb-text {
  text-align: right;
}

html[dir="rtl"] .blog .single-blog2 .sb-img img {
  border-radius: 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

html[dir="rtl"] .blog .single-blog2 .sb-text {
  border-radius: 20px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

html[dir="rtl"] .footer-area {
  text-align: right;
}

html[dir="rtl"] .footer-area .footer-top h4 {
  margin-left: 0;
  margin-right: 85px;
}

html[dir="rtl"] .footer-area .footer-pages .page-links ul li a i {
  padding-right: 0;
}

html[dir="rtl"] .footer-area .footer-pages .page-links ul li .con-icon {
  margin-right: 0;
  margin-left: 10px;
}

html[dir="rtl"] .footer-area .footer-top .btn-1 i {
  padding-right: 0;
  padding-left: 5px;
}

html[dir="rtl"] footer {
  text-align: right;
}

html[dir="rtl"] .about-us .about-img::before {
  left: unset;
  right: -20%;
}

html[dir="rtl"] .about-us .experience {
  padding-right: 20px;
  padding-left: 0;
  text-align: right;
}

html[dir="rtl"] .about-us .about-img {
  position: relative;
  width: 110%;
  margin-left: unset;
  margin-right: -20%;
}

html[dir="rtl"] .hero-area {
  position: relative;
  background: url(../img/hero/herortl.jpg);
  background-position: center;
}

html[dir="rtl"] .hero-2 .hero-content .eastimate form .form-group {
  margin-right: 0;
  margin-left: 20px;
}

html[dir="rtl"] .about-us .about-content {
  text-align: right;
}

html[dir="rtl"] .about-us .about-content span::before {
  left: unset;
  right: 105px;
}

html[dir="rtl"] .about-us .about-content .ab-service h5 {
  margin-left: 0;
  margin-right: 20px;
}

html[dir="rtl"] .header-top {
  text-align: right;
}

html[dir="rtl"] .header-top ul li::before {
  right: unset;
  left: -27px;
}

html[dir="rtl"] .header-top ul li {
  margin-right: 0;
  margin-left: 50px;
}

html[dir="rtl"] .offers-2 .single-offer .sf-text h6 {
  text-align: right;
}

html[dir="rtl"] .offers-2 .single-offer .sf-text ul li i {
  padding-right: 0;
  padding-left: 5px;
}

html[dir="rtl"] .appointment-2 .offer-top {
  text-align: right;
}

html[dir="rtl"] .appointment-area .appointment .btn-1 {
  margin-left: 0;
  margin-right: 15px;
}

html[dir="rtl"] .blog2 .single-blog .sb-img span {
  left: unset;
  right: 0;
}

html[dir="rtl"] .blog2 .single-blog .sb-text {
  text-align: right;
}

html[dir="rtl"] .hero-3 {
  background: #ECFFFF;
}

html[dir="rtl"] .hero-3 .hero-content .hero-links .single-link a i {
  padding-right: 0;
  padding-left: 5px;
}

html[dir="rtl"] .about-us2 .about-img {
  width: 140%;
  margin-left: unset;
  margin-right: -50%;
}

html[dir="rtl"] .about-us2 .about-content {
  text-align: right;
}

html[dir="rtl"] .about-us2 .about-content .ab-service .abs-img {
  margin-right: 0;
  margin-left: 30px;
}

html[dir="rtl"] .about-us2 .about-content .about-links .single-link a.cal-num:last-child {
  margin-left: 0;
  margin-right: 35px;
}

html[dir="rtl"] .appointment-3 .appointment form .form-group i {
  right: unset;
  left: 40px;
}

html[dir="rtl"] .testimonial .testimonial-slide2 .client-feedback {
  text-align: right;
}

html[dir="rtl"] .faq-content {
  text-align: right;
}

html[dir="rtl"] .faq .card .card-block p {
  text-align: right;
}

html[dir="rtl"] .about-us2 .extra-features .single-ef::before {
  right: unset;
  left: 0;
}

html[dir="rtl"] .about-us2 .extra-features .single-ef span {
  margin-left: 50px;
}

html[dir="rtl"] .inner-hero .hero-content ul li a::before {
  right: 130px;
}

html[dir="rtl"] .blog-page .single-blog-details .sb-img .img-tag {
  left: unset;
  right: 0;
}

html[dir="rtl"] .blog-page .single-blog-details .sb-text {
  text-align: right;
}

html[dir="rtl"] .blog-page .single-blog-details .sb-text .bloger .sfp-text {
  margin-left: 0;
  margin-right: 30px;
}

html[dir="rtl"] .blog-page .single-blog-details .sb-text .comment .comment-about .comment-text {
  margin-left: 0;
  margin-right: 25px;
}

html[dir="rtl"] .service-booking .form-group i {
  right: unset;
  left: 35px;
}

html[dir="rtl"] .blog-page .searchbox {
  text-align: right;
}

html[dir="rtl"] .blog-page .categorie {
  text-align: right;
}

html[dir="rtl"] .blog-page .categorie .single-categorie {
  padding-left: 0;
  padding-right: 30px;
}

html[dir="rtl"] .blog-page .calender {
  text-align: right;
}

html[dir="rtl"] .blog-page .tag {
  text-align: right;
}

html[dir="rtl"] .blog-page .feature-post {
  text-align: right;
}

html[dir="rtl"] .blog-page .feature-post .single-feature-post .sfp-text {
  margin-left: 0;
  margin-right: 20px;
}

html[dir="rtl"] .blog-page .single-blog {
  text-align: right;
}

html[dir="rtl"] .blog-page .single-blog .sb-img .img-tag {
  left: unset;
  right: 0;
}

html[dir="rtl"] .contact-info .information form {
  text-align: right;
}

html[dir="rtl"] .contact-info .information .btn-1 {
  margin-left: 0;
  border: 0;
}

html[dir="rtl"] .contact-info .information .btn-1 {
  margin-right: 15px;
}

html[dir="rtl"] .cleaning-faq .card .card-block {
  text-align: right;
}

html[dir="rtl"] .categorie {
  text-align: right;
}

html[dir="rtl"] .categorie .single-categorie {
  padding-left: 0;
  padding-right: 30px;
}

html[dir="rtl"] .categorie .single-categorie a p {
  margin-left: 0;
  margin-right: 15px;
}

html[dir="rtl"] .service-details .service-details-single .project-info {
  text-align: right;
}

html[dir="rtl"] .service-details .service-details-single {
  text-align: right;
}

html[dir="rtl"] .service-booking {
  text-align: right;
}

html[dir="rtl"] .service-details .service-details-single ul li i {
  margin-right: 0;
  margin-left: 10px;
}

html[dir="rtl"] .blog .single-blog2 .sb-text {
  border-radius: 0;
}

html[dir="rtl"] .hero-2 {
  position: relative;
  background: url(../img/hero/hero2.jpg);
}

html[dir="rtl"] .about-us .about-content .ab-service {
  width: 100%;
}

/*----------------------------------------*/
/*  Portfo RTL Style END
/*----------------------------------------*/
/*----------------------------------------*/
/*  Portfo RTL Responsive Style
/*----------------------------------------*/
@media only screen and (max-width: 1499px) {
  html[dir="rtl"] .service-slider-area .service-slider button.owl-next {
    right: 19%;
  }

  html[dir="rtl"] .about-us2 .about-img {
    width: 140%;
    margin-left: unset;
    margin-right: -40%;
  }
}

@media only screen and (max-width: 991px) {
  html[dir="rtl"] .footer-area .footer-top .btn-1 {
    margin-left: 0;
    margin-right: 50px;
  }

  html[dir="rtl"] .footer-area .footer-top .btn-2 {
    margin-left: 0;
    margin-right: 30px;
  }

  html[dir="rtl"] .footer-area .footer-top h4 {
    margin-left: 0;
    margin-right: 50px;
  }

  html[dir="rtl"] .hero-3 .hero-content .hero-links .single-link {
    margin-right: 0;
  }

  html[dir="rtl"] .hero-3 .hero-content .hero-links .single-link a:last-child {
    padding-right: 20px;
  }

  html[dir="rtl"] .about-us2 .about-content .about-links .single-link a.cal-num:last-child {
    margin-right: 10px;
  }

  html[dir="rtl"] .appointment-area .appointment form {
    padding: 70px 0px 5px;
  }

  html[dir="rtl"] .blog-page .feature-post .single-feature-post .sfp-text {
    margin-left: 0;
    margin-right: 0;
  }

  html[dir="rtl"] .blog-page .feature-post h4 i {
    color: #048D8D;
    margin-right: 0;
    margin-left: 7px;
  }
}

@media only screen and (max-width: 767px) {
  html[dir="rtl"] .protect .protect-img {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  html[dir="rtl"] .footer-area .footer-top h4 {
    margin: auto;
    padding-top: 26px;
    padding-right: 50px;
  }

  html[dir="rtl"] .about-us .about-img {
    width: 100%;
    margin-right: 0;
  }

  html[dir="rtl"] .service-slider-area .cp-top {
    text-align: right;
    margin-left: auto;
  }

  html[dir="rtl"] .testimonial .cp-top {
    text-align: right;
  }

  html[dir="rtl"] .about-us2 .extra-features .single-ef::before {
    display: none;
  }

  html[dir="rtl"] .about-us2 .about-img {
    width: 100%;
    margin-left: unset;
    margin-right: 0;
  }

  html[dir="rtl"] .pricing2 {
    padding: 100px 0px 80px;
  }

  html[dir="rtl"] .blog-page .feature-post .single-feature-post .sfp-text {
    margin-right: 20px;
  }

  html[dir="rtl"] .appointment-area .appointment form {
    padding: 70px 20px 5px;
  }
}

@media only screen and (max-width: 512px) {
  html[dir="rtl"] .footer-area .footer-top .btn-1 {
    margin-left: 0;
    margin-right: 30px;
  }

  html[dir="rtl"] .covid-protecttion::before {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  html[dir="rtl"] .footer-area .footer-top .btn-1 {
    margin-left: 0;
    margin-right: 0;
    margin: 20px 15px;
  }

  html[dir="rtl"] .footer-area .footer-top .btn-2 {
    margin-left: 0;
    margin-right: 0;
    margin: 20px 15px;
  }

  html[dir="rtl"] #main-menu {
    top: 65px;
  }
}

@media only screen and (max-width: 402px) {
  html[dir="rtl"] .hero-area .hero-content .hero-links .single-link .btn-2 {
    margin-right: 0;
  }

  html[dir="rtl"] .hero-area .hero-content .hero-links .single-link a:last-child {
    padding-right: 20px;
  }

  html[dir="rtl"] #main-menu {
    top: 60px;
  }

  html[dir="rtl"] .about-us .about-content .about-links {
    display: block;
  }

  html[dir="rtl"] .about-us .about-content .about-links .single-link {
    margin-bottom: 50px;
  }

  html[dir="rtl"] .footer-area2 .footer-top .ft-social-link ul li {
    margin-right: 8px;
  }

  html[dir="rtl"] .blog-page .feature-post .single-feature-post .sfp-text {
    margin-left: 0;
    margin-right: 0;
  }
}

/*----------------------------------------*/
/*  Portfo RTL Responsive Style End
/*----------------------------------------*/
/*========================

Responsive Style

==========================*/
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  .catagory-section .single-catagory {
    padding: 10px;
  }

  .catagory-section .single-catagory h6 {
    padding-top: 15px;
    font-size: 12px;
    line-height: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sm-mint a .sub-arrow {
    display: none;
  }
}

@media only screen and (min-width: 1199px) {
  .sm-mint a.has-submenu {
    padding-right: 34px;
  }
}

@media only screen and (max-width: 1199px) {

  .sm-mint a,
  .sm-mint a:hover,
  .sm-mint a:focus,
  .sm-mint a:active,
  .sm-mint a.highlighted {
    padding: 23px 12px;
    font-size: 12px;
  }

  .hero-content h1 {
    font-size: 50px;
    line-height: 63px;
  }

  h2 {
    font-size: 40px;
    line-height: 50px;
  }

  h5 {
    font-size: 20px;
    line-height: 30px;
  }

  p {
    font-size: 14px;
    line-height: 24px;
  }

  h6 {
    font-size: 20px;
    line-height: 30px;
  }

  h4 {
    font-size: 25px;
    line-height: 36px;
  }

  a,
  a:visited {
    font-size: 14px;
  }

  .best-selling .bestsell-slider button.owl-next {
    font-size: 16px !important;
    padding: 3px 16px !important;
    height: 30px;
  }

  .best-selling .bestsell-slider button.owl-prev {
    font-size: 16px !important;
    padding: 3px 16px !important;
    height: 30px;
  }

  .best-selling .bestsell-slider .single-service-slide .sss-text h6 {
    font-size: 16px;
    padding-top: 10px;
  }

  .best-selling .bestsell-slider .single-service-slide .sss-text p {
    line-height: 30px;
  }

  /* .formula {
    margin-top: 70px;
  }

  .product {
    margin-top: 100px;
  } */

  .testimonial .testimonial-slider button.owl-prev {
    right: 8%;
    font-size: 16px !important;
    padding: 2px 19px !important;
    height: 28px;
  }

  .testimonial .testimonial-slider button.owl-next {
    font-size: 16px !important;
    padding: 2px 19px !important;
    height: 28px;
  }


  .blog .single-blog .sb-text h4 {
    margin-top: 20px;
    font-size: 18px;
    line-height: 28px;
  }


  header.header-area .header-extra-features .search {
    margin-right: 15px;
  }

  .catagory-section {
    margin-top: 100px;
  }

  .about-us .about-img {
    position: absolute;
    top: -150px;
  }

  .about-us {
    margin-top: 100px;
  }

  .about-us .about-img {
    position: relative;
    top: 0px;
  }

  .about-us .about-content {
    padding-top: 100px;
  }

  .about-us .about-element {
    position: absolute;
    left: 0;
    top: 80px;
    width: 60%;
  }

  .about-us h2 {
    padding: 10px 0;
    font-size: 30px;
    line-height: 40px;
  }

  .collection {
    margin-top: 100px;
  }

  .collection .collection-im::before {
    display: none;
  }

  .testimonial2 {
    margin-top: 100px;
  }

  .offer-banner {
    margin-top: 80px;
  }

  .video {
    margin-top: 100px;
  }

  .about-us2 .about-img {
    position: relative;
    top: -80px;
  }

  .about-us2 {
    overflow: hidden;
  }

  .testimonial3 {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .sponsor {
    margin-top: 100px;
    margin-bottom: 50px;
  }

  .error-area {
    padding: 100px;
    width: 100%;
  }

  .error-area img {
    max-width: 100%;
    width: 100%;
  }

  .error-area h2 {
    font-size: 40px;
    margin-top: -75px;
  }

  .error-area .btn-2 {
    margin-top: 75px;
  }

  .features-area2 .single-feature p {
    font-size: 20px;
    line-height: 28px;
  }

  .about-band {
    margin-top: 100px;
  }

  .blog-page .shop-elements .product-list .single-brand .sb-text p {
    font-size: 14px;
    line-height: 20px;
  }

  .blog-page .shop-elements .product-list .single-brand .sb-text span {
    font-size: 12px;
    line-height: 20px;
  }

  .blog-page .blog-page-single-blog .blog-sort h3 {
    font-size: 22px;
    line-height: 26px;
  }

  .blog-page .blog-page-single-blog .bpsb-text span {
    font-size: 12px;
  }

  .blog-page .blog-page-single-blog .bpsb-text {
    padding: 15px;
  }

  .video2 .product-contact {
    width: 90%;
  }

  .video2 .product-contact .icon h3 {
    font-size: 20px;
  }

  .video2 .product-contact p {
    font-size: 16px;
  }

  .contact-info .single-contact-info h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .contact-info .single-contact-info p {
    font-size: 14px;
  }

  .faq-content-area {
    width: 80%;
  }

  .faq-area .card .card-header .accordion-toggle.collapsed {
    font-size: 18px;
  }

  .faq-area .card .card-header .accordion-toggle {
    font-size: 18px;
  }

  .faq-area .card .card-block p {
    font-size: 14px;
  }

  .faq-area .card {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.9px) {
  .sm-mint a {
    font-size: 10px;
  }

  .sm-mint a .sub-arrow {
    display: none;
  }

  header.header-area {
    padding: 12px 0;
  }

  .btn-2 {
    padding: 10px 25px;
  }

  .sponsor .single-sponsor img {
    max-width: 100%;
    width: 100%;
  }

  .shoppage-product .shop-elements .searchbox {
    padding: 20px 5px;
  }

  .shoppage-product .shop-elements .catagory {
    padding: 10px;
  }

  .shoppage-product .shop-elements h6.shop-title {
    font-size: 10px;
  }

  .shoppage-product .shop-elements .catagory ul li {
    font-size: 12px;
    line-height: 30px;
  }

  .shoppage-product .shop-elements .bands {
    padding: 10px;
  }

  .shoppage-product .shop-elements .bands ul li {
    font-size: 12px;
    line-height: 30px;
  }

  .shoppage-product .shop-elements .product-list {
    padding: 10px;
  }

  .shoppage-product .shop-elements .product-list .single-brand .sb-text p {
    font-size: 10px;
    line-height: 16px;
  }

  .shoppage-product .shop-elements .Tags {
    padding: 10px;
  }

  .shoppage-product .shop-elements .Tags ul li a {
    font-size: 12px;
    line-height: 30px;
  }

  .shoppage-product .single-product .sp-text h6 {
    font-size: 16px;
    line-height: 22px;
  }

  .blog-page .blog-page-single-blog .blog-sort h3 {
    font-size: 12px;
    line-height: 18px;
  }

  .blog-page .blog-page-single-blog .bpsb-text ul li {
    font-size: 10px;
    margin-right: 15px;
  }

  .blog-page .shop-elements .product-list h6.shop-title {
    font-size: 18px;
  }

  .blog-page .shop-elements .instagram h6.shop-title {
    font-size: 18px;
  }

  .blog-page .shop-elements .catagory h6.shop-title {
    font-size: 18px;
  }

  .blog-page .shop-elements .searchbox {
    padding: 30px 15px;
  }

  .blog-page .shop-elements .catagory {
    padding: 30px 15px;
  }

  .blog-page .shop-elements .product-list {
    padding: 30px 15px;
  }

  .blog-page .shop-elements .instagram {
    padding: 30px 15px;
  }

  .blog-page .shop-elements .Tags {
    padding: 30px 15px;
  }

  .blog-page .blog-page-single-blog .bpsb-text h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .blog-page .blog-speciel-text h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .blog-page .blog-speciel-text {
    padding: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .hero-content h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .best-selling {
    margin-top: 0px;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .best-selling .bestsell-slider button.owl-prev {
    right: 12%;
  }

  .hero-area2 .hero-content {
    padding-top: 25px;
  }

  header.header-area .header-extra-features .side-ber .sidebar-btn {
    margin-left: 10px;
  }

  .hero-area2 .hero-content img.hero2-element {
    top: 10px;
    width: 80%;
  }

  .hero-area2 .hero-content p {
    margin: 10px 0;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }

  .hero-content h1 {
    font-size: 35px;
    line-height: 40px;
  }

  .hero-area2 .hero-content .button-area {
    margin-top: 15px;
  }

  .hero-area2 .hero-content h3 {
    margin-top: 10px;
    line-height: 35px;
    font-size: 25px;
  }

  .btn-1 {
    min-width: 150px;
    height: 50px;
  }

  .btn-2 {
    min-width: 150px;
    padding: 10px 25px;
    height: 50px;
  }

  header.header-area .header-extra-features i {
    font-size: 15px;
  }

  header.header-area .header-extra-features .cart i {
    padding: 5px 7px;
    font-size: 15px;
  }

  header.header-area .header-extra-features .search {
    margin-right: 10px;
  }

  header.header-area .header-extra-features .side-ber .sidebar-btn {
    height: 30px;
    width: 30px;
    padding: 9px 9px;
  }

  header.header-area .header-extra-features .side-ber .sidebar-btn div:nth-child(2) {
    margin: 2px 0;
  }

  header.header-area .header-extra-features .side-ber .sidebar-btn div:nth-child(4) {
    margin: 3px 0;
  }

  .testimonial2 .testimonial-slider2 button.owl-next {
    font-size: 15px !important;
    right: 50px;
    height: 35px;
    width: 35px;
  }

  .testimonial2 .testimonial-slider2 button.owl-prev {
    font-size: 15px !important;
    left: 50px;
    height: 35px;
    width: 35px;
  }

  .testimonial2 .testimonial-slider2 .item .single-client-comment {
    padding: 30px 40px;
  }

  .footer2 .fta-1.subs {
    margin-right: 0;
  }

  .footer2 .fta-2 ul li {
    line-height: 30px;
  }

  .footer2 .fta-2.follow ul li {
    width: 40%;
  }

  .feature-product {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-us2 .about-img {
    position: relative;
    top: 0;
  }

  .about-us2 {
    margin-top: 0;
  }

  .testimonial3 .testimonial-slider2 .item .single-client-comment {
    padding: 30px 40px;
    margin: 0;
  }

  .testimonial3 .testimonial-slider2 button.owl-next {
    right: 0;
  }

  .testimonial3 .testimonial-slider2 button.owl-prev {
    left: 0;
  }

  .inner-hero .inner-hero-content {
    padding: 100px 0;
  }

  .error-area h2 {
    font-size: 30px;
    margin-top: -60px;
  }
}

/*--Max-width :991px----------*/
@media only screen and (max-width: 850px) {
  .sm-mint a {
    font-size: 10px;
    padding: 14px 9px;
  }

  .formula {
    display: inline-block;
    width: 100%;
  }

  .formula .formula-img {
    width: 100%;
  }

  .formula .formula-content {
    width: 100%;
    padding-bottom: 50px;
  }
}

/*===========Max-width : 867px---------------*/
@media only screen and (max-width: 767px) {
  .sm-mint a {
    color: white;
    padding: 14px 10px;
    font-size: 12px;
  }

  .sm-mint {
    padding: 31px 20px;
  }

  #main-menu {
    position: fixed;
    max-height: 383px;
    border-bottom: 0;
    overflow-y: scroll;
    width: 100%;
    top: 93px;
    border-radius: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: 0;
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
  }

  .hero-area .hero-img {
    margin-left: 0;
  }

  .def2 .search i {
    color: #000000;
  }


  .testimonial .testimonial-slider button.owl-prev {
    display: none;
  }

  .testimonial .testimonial-slider button.owl-next {
    display: none;
  }

  .testimonial {
    padding-bottom: 50px;
  }

  .blog .single-blog {
    margin: 20px 0;
  }


  .footer-area {
    padding-top: 60px;
  }

  .footer-area .fta-2 {
    margin-top: 50px;
  }

  .footer-area .fta-2 h6 {
    margin-bottom: 20px;
  }

  .footer-area .fta-2 ul li {
    font-weight: 400;
    line-height: 35px;
  }

  .footer-area .subscrive {
    margin-top: 50px;
  }

  .footer-area footer p {
    font-size: 12px;
  }

  header.header-area .header-extra-features .side-ber {
    display: none;
  }

  .hero-area2 .hero-content {
    padding-top: 200px;
    padding-left: 20px;
  }

  .hero-area2 .hero-content img.hero2-element {
    top: 150px;
    width: 65%;
    left: 0;
  }

  .hero-area2 .hero-img {
    padding-right: 0;
    padding-left: 20px;
    margin-top: 60px;
  }

  .about-us .about-img {
    margin-top: 60px;
    padding-right: 15px;
  }

  .about-us .about-content {
    padding-top: 0;
    padding-left: 0;
  }

  .about-us .about-element {
    top: 0;
  }

  .about-us p {
    padding-right: 0;
  }

  .offer-banner .single-banner {
    margin-top: 50px;
  }

  .video {
    height: 300px;
  }

  .video a {
    height: 40px;
    width: 40px;
    font-size: 14px;
  }

  .video a::before {
    left: -4px;
    top: -4px;
  }

  .footer2 footer p {
    font-size: 12px;
    text-align: left;
    margin-top: 20px;
  }

  .hero-area3 .hero-img {
    padding-right: 15px;
    padding-left: 0;
    margin-top: 60px;
  }

  .about-us2 .about-img {
    padding-right: 15px;
    padding-left: 15px;
  }

  .about-us2 .about-content {
    padding: 50px 30px;
    width: 95%;
    margin-left: 15px;
    margin-right: 30px;
  }

  .about-us2 .about-element {
    top: 40px;
    left: 59px;
    width: 40%;
  }

  .sponsor .single-sponsor {
    text-align: center;
    margin: 20px 0;
  }

  .error-area {
    padding: 20px;
    width: 100%;
  }

  .error-area h2 {
    font-size: 24px;
    margin-top: 0;
  }

  .error-area .btn-2 {
    margin-top: 35px;
    display: inline-block;
    margin-bottom: 60px;
  }

  .features-area2 .single-feature {
    margin: 20px auto;
  }

  .shoppage-product .shop-elements {
    margin-top: 80px;
  }

  .sproduct-right {
    margin: 0;
  }

  .spt-right {
    position: relative;
    margin-top: 80px;
  }

  .single-product-details {
    margin-top: 40px;
  }

  .single-product-description {
    margin: 0;
    margin-top: 50px;
  }

  .invoice {
    padding: 60px 0px;
  }

  .blog-page .shop-elements {
    margin-top: 80px;
  }

  .contact-page-form .comment-form {
    padding: 40px 50px;
  }

  .cs-width {
    max-width: 95% !important;
  }

  .faq-area .card .card-header {
    line-height: 25px;
  }

  .faq-area .card .card-header .accordion-toggle.collapsed {
    font-size: 16px;
    line-height: 17px;
  }

  .faq-area .card .card-header .accordion-toggle {
    font-size: 16px;
    line-height: 17px;
  }

  .centered {
    width: 90%;
    padding: 0;
  }

  #search-box input[type="text"] {
    padding: 8px;
    font-size: 14px;
  }

  #search-button {
    font-size: 14px;
    line-height: 44px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-page .blog-page-single-blog .bpsb-text h3 {
    font-size: 18px;
    line-height: 23px;
  }

  .category_card {
    height: 229px;
  }

  .category_icon {
    width: 70px;
    height: 70px;
  }
}

@media only screen and (max-width: 512px) {
  .hero-content h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .btn-2 {
    padding: 10px 35px;
    min-width: 120px;
    height: 50px;
    font-size: 16px;
  }

  .hero-area .hero-content p {
    margin: 20px 0;
    font-size: 16px;
    line-height: 26px;
  }

  .hero-area .hero-content .btn-2 {
    margin-top: 10px;
  }

  .formula .formula-content .formula-content-details p {
    padding-right: 0;
  }

  .formula .formula-content .formula-content-details .btn-2 {
    min-width: 140px;
    height: 50px;
    font-size: 14px;
    margin-top: 30px;
  }

  .formula .formula-content .formula-content-details .all-formula .single-formula {
    width: 100%;
  }

  .testimonial2 .testimonial-slider2 button.owl-next {
    display: none;
  }

  .testimonial2 .testimonial-slider2 button.owl-prev {
    display: none;
  }

  .testimonial2 .testimonial-slider2 .item .single-client-comment {
    padding: 30px 25px;
    margin: 20px;
  }

  .shoppage-product .sp-top {
    display: block;
  }

  .shoppage-product .sp-top select.form-select {
    margin-top: 30px;
  }

  .blog-page .comment-box .comment-text small {
    font-size: 10px;
  }

  .blog-page .blog-details .blog-speciel-text h3 {
    font-size: 15px;
    line-height: 25px;
  }

  .blog-page .blog-details .blog-speciel-text {
    padding: 20px;
  }

  .blog-page .comment-form h3 {
    margin-bottom: 25px;
    font-size: 20px;
  }

  .blog-page .blog-details h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .blog-page .blog-details .tag span {
    font-size: 12px;
  }

  .blog-page .blog-details .tag {
    display: block;
  }

  .blog-page .blog-details .tag ul {
    margin-left: 0;
  }

  .video2 .product-contact .icon h3 {
    font-size: 15px;
  }

  .video2 .product-contact p {
    font-size: 14px;
  }

  .scroll-top {
    right: 10px;
    bottom: 35px;
  }

  .scrollup-icon {
    font-size: 15px;
    padding: 8px 11px;
  }
}

@media only screen and (max-width: 480px) {
  .best-selling .bestsell-slider button.owl-next {
    display: none;
  }

  .best-selling .bestsell-slider button.owl-prev {
    display: none;
  }

  h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .testimonial3 .testimonial-slider2 .item .single-client-comment {
    padding: 30px 10px;
    margin: 0;
  }

  .contact-page-form .comment-form {
    padding: 30px;
  }
}

@media only screen and (max-width: 434px) {
  h2 {
    font-size: 24px;
    line-height: 34px;
  }

  h3 {
    font-size: 20px;
    line-height: 30px;
  }

  header.header-area .header-extra-features .cart i {
    padding: 5px 7px;
    font-size: 16px;
  }

  header.header-area .header-extra-features .search {
    margin-right: 15px;
  }

  header.header-area .header-extra-features i {
    font-size: 16px;
  }

  .faq-area .card .card-header .accordion-toggle.collapsed .flaticon-down-arrow {
    right: -6px;
    font-size: 15px;
  }

  .faq-area .card .card-header .accordion-toggle .flaticon-up-arrow {
    right: -6px;
    font-size: 15px;
  }

  .faq-area {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 402px) {
  p {
    font-size: 12px;
    line-height: 20px;
  }

  .hero-area {
    padding: 150px 0 0px;
  }

  h2 {
    font-size: 24px;
    line-height: 35px;
  }

  .btn-1 {
    min-width: 120px;
    height: 50px;
    font-size: 12px;
  }

  .btn-2 {
    min-width: 120px;
    height: 50px;
    font-size: 12px;
    padding: 10px 22px;
  }
}

@media only screen and (max-width: 388px) {
  .hero-content h1 {
    font-size: 24px;
    line-height: 34px;
  }

  .hero-area .hero-content p {
    width: 80%;
    margin-top: 15px;
  }

  .collection .section-top h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .collection .section-top span {
    font-size: 12px;
  }
}



/* *********** 29/07/2025 *************** */


.newsletter-content-wrap {
  height: 230px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 171px 0 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

.newsletter-content {
  padding-top: 10px;
}

.section-title .title {
  font-size: 50px;
  /* font-weight: 400; */
  margin-bottom: 13px;
  line-height: 39px;
  padding-bottom: 10px;
  text-transform: capitalize;
}

.newsletter-form {
  position: relative;
  margin-top: 12px;
}

.newsletter-form .form-control {
  box-shadow: none;
  border: 1px solid var(--th-btn-bg);
  border-radius: 10px;
  font-size: 13px;
  font-style: italic;
  color: #979797;
  height: 42px;
  width: 400px;
  padding: 5px 58px 7px 14px;
}

.newsletter-form .btn-submit {
    background: var(--th-btn-bg);
    color: var(--th-btn-text);
    border:1px solid var(--th-btn-border);

  border-radius: 10px;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  color: #fff;
  height: 100%;
  width: 50px;
  padding: 0;
  margin: 0;
  display: inline-block;
  font-size: 15px;
  line-height: 38px;
}

.footer-area a.footer-logo img {
  width: 76px;
  margin-bottom: 15px;
}

.footer-cont p {
  font-size: 15px;
}

.copyright img {
  width: auto;
}

.whatsaap2 {
    position: fixed;
    right: 33px;
    bottom: 60px;
    z-index: 100000000;
    height: 66px !important;
    width: 50px !important;
}


@media (max-width:576px) {
  .section-space {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero-area2 .hero-content {
    padding-top: 139px;
  }

  .about-us .about-img {
    margin-top: 0px;
  }

  .about-us {
    padding: 50px 0;
  }

  .offer-banner {
    margin-top: 0px;
  }

  .newsletter-content-wrap {
    padding: 0;
  }

  .newsletter-form .form-control {
    width: 100%;
  }

  .blog {
    padding-bottom: 50px;
  }
}


.def2 .search i {
  color: #000000;
}

.about-thumb {
  margin-bottom: 84px;
}

.about-content {
  text-align: center;
}

.about-content .title {
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 25px;
}

.about-content .desc {
  max-width: 758px;
  margin: 0 auto;
}

.map-area iframe {
  width: 100%;
  height: 600px;
  border-radius: 0;
}

.contact-info {
  background: #fffaef;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  padding: 41px 0;
}

.contact-info-item {
  text-align: center;
  width: 33.3333%;
	padding: 0 10px;
}

.contact-info-item a,
.contact-info-item p {
  color: #000;
  font-size: 16px;
  line-height: 28px;
  display: block;
  margin-bottom: 5px;
}

.contact-info-item:nth-child(2n) {
  border-left: 2px solid #e0e0e0;
  border-right: 2px solid #e0e0e0;
}

.contact-info-item .icon {
  margin-bottom: 24px;
}

.shoppage-product .shop-elements .Tags ul li a:hover {
  background-color: #ff6565;
  border-color: #ff6565;
  color: #fff;
}

.shoppage-product .shop-elements .Tags ul li a {
  background-color: #f9f9f9;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 2px 12px 3px;
}

/* product details page */

.sub {
  display: flex;
  align-items: center;
  gap: 30px;
}

.sub .tf-product-info-sold {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  align-items: center;
}

.sub .tf-product-info-sold i {
  font-size: 20px;
  color: #ff6565;
  animation: tf-ani-flash 2s infinite;
}

@keyframes tf-ani-flash {

  50%,
  0%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.tf-product-info-liveview {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 20px;
}

.tf-product-info-help {
  padding-bottom: 19px;
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 20px;
}

.tf-product-info-help .tf-product-info-extra-link {
  display: flex;
  gap: 15px 34px;
  align-items: center;
  flex-wrap: wrap;
}

.tf-product-info-help .tf-product-info-extra-link .tf-product-extra-icon {
  display: flex;
  gap: 4px;
  align-items: center;
  position: relative;
}

.tf-product-info-help .tf-product-info-extra-link .tf-product-extra-icon .icon {
  font-size: 20px;
  line-height: 20px;
  color: #000;
}

.tf-product-info-help .tf-product-info-time,
.tf-product-info-help .tf-product-info-return {
  display: flex;
  gap: 4px;
  align-items: center;
}

.tf-product-info-guranteed {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.tf-payment {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.tf-product-info-guranteed a img {
  width: 50px;
}


/* cart page */

.shopping-cart-form table {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-width: 1px 0 1px 1px;
  color: #323232;
  margin: 0 0 70px;
  text-align: left;
  width: 100%;
  border-radius: 5px;
  margin: 0;
}

.shopping-cart-form table .product-remove .remove {
  color: #323232;
  font-size: 30px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}

.shopping-cart-form table .product-remove .remove:hover {
  color: #ff6565;
}

.shopping-cart-form table .product-name .title {
  color: #323232;
  font-weight: 500;
}

.pro-qty {
  display: inline-block;
  position: relative;
}

.shopping-cart-form table .product-quantity .pro-qty input {
  border: 1px solid #eee;
  box-shadow: inset 0 0 6px 0 #00000017;
}

.pro-qty input {
  width: 170px;
  height: 50px;
  font-size: 13px;
  border-radius: 50px;
  color: #231942;
  font-weight: 700;
  padding: 0 55px;
  text-align: center;
}

.pro-qty .dec {
  left: 0;
  border-right: 1px solid #cdcdcd;
  padding-left: 5px;
  line-height: 22px;
}

.pro-qty .inc {
  right: 0;
  border-left: 1px solid #cdcdcd;
  padding-right: 5px;
}

.pro-qty .qty-btn {
  cursor: pointer;
  position: absolute;
  line-height: 21px;
  color: #555;
  height: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  width: 53px;
  text-align: center;
  transition: all .5s ease 0s;
  user-select: none;
}

.shopping-cart-form table .tbody-item-actions td {
  text-align: right;
}

.shopping-cart-form .btn-update-cart {
  background: #fff;
  border: 2px solid #d9d9d9;
  box-shadow: none;
  color: #545454;
  display: inline-block;
  font-size: 1.077em;
  font-weight: 500;
  height: 50px;
  line-height: 46px;
  padding: 0 35px;
  border-radius: 4px;
  transition: all .3s ease 0s;
  text-transform: capitalize;
}

.coupon-wrap .title {
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  margin: 0 0 22px;
  padding: 0 0 10px;
  text-transform: uppercase;
  font-weight: 600;
}

.coupon-wrap .desc {
  color: #888;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 12px;
}

.coupon-wrap .form-control {
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  padding: 0 16px;
  vertical-align: middle;
  margin: 0 0 25px;
  width: 100%;
  background: #fff;
  box-shadow: none;
  height: 50px;
  line-height: 48px;
  font-size: 14px;
}

.coupon-wrap .btn-coupon {
  border: 2px solid #cdcdcd;
  color: #323232;
  display: inline-block;
  padding: 8px 35px;
  border-radius: 4px;
  transition: all .3s ease-out;
  font-weight: 600;
  text-transform: uppercase;
}

.cart_totals h2 {
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 4px;
  padding: 0 0 10px;
  text-transform: uppercase;
}

.shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
}

.shop_table th {
  text-align: left;
  font-weight: normal;
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 14px;
  color: #333;
}

.shop_table td {
  /* text-align: right; */
  padding: 10px 0;
  font-size: 16px;
  color: #333;
}

.cart-subtotal th,
.cart-subtotal td {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.order-total th {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}

.order-total td {
  font-weight: bold;
  font-size: 18px;
}

.woocommerce-Price-amount {
  color: #333;
}

.woocommerce-Price-currencySymbol {
  margin-right: 2px;
}

.wc-proceed-to-checkout .checkout-button {
  background: #ff6565;
  border: 2px solid #ff6565;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  height: 50px;
  letter-spacing: 0;
  margin-top: 30px;
  line-height: 46px;
  outline: none;
  overflow: hidden;
  padding: 0 35px;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 4px;
  transition: all .3s ease-out;
}

.cart-totals-wrap .checkout-button:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}


/* ************ Checkout Page CSS Style *********** */

.checkout-page-coupon-wrap {
  margin-bottom: 45px;
}

.checkout-page-coupon-wrap .coupon-accordion .card h3 {
  background-color: #eeeff2;
  border-top: 2px solid #1e85be;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  padding: 5px 20px 5px;
}

.checkout-page-coupon-wrap .coupon-accordion .card h3 i {
  font-size: 14px;
  color: #1e85be;
  margin-right: 12px;
}

.checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap {
  border: 1px solid #e8e8e8;
  padding: 20px;
  margin: 0;
  text-align: left;
  border-radius: 5px;
}

.checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap form .form-group .form-control {
  border: 1px solid #e8e8e8;
  border-radius: 0;
  box-shadow: none;
  color: #626262;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}

.checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap form .form-group .form-control:focus {
  border: 0;
}

.checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap form .btn-coupon {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  color: #626262;
  width: 162px;
  height: 50px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px;
  line-height: 40px;
  margin-left: 0;
}

.checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap form .btn-coupon:hover {
  color: #fff;
  background-color: #ff6565;
  border-color: #ff6565;
}

.billing-form-wrap form .form-group {
  margin-bottom: 20px;
}

.billing-form-wrap form .form-group label {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
}

.billing-form-wrap form .form-group label .required {
  color: red;
}

.billing-form-wrap form .form-group .form-control {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #e8e8e8;
  color: #626262;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: var(--th-btn-bg);
}

.billing-form-wrap .checkout-box .custom-checkbox {
  position: relative;
  margin-bottom: 20px;
  margin-top: 6px;
}

.billing-form-wrap .checkout-box .custom-checkbox .custom-control-label {
  color: #000;
  font-size: 14px;
  margin-bottom: 0;
  padding-left: 10px;
  padding-top: 2px;
  cursor: pointer;
}

.billing-form-wrap .custom-control .custom-control-input {
  position: initial;
  z-index: -1;
  opacity: 1;
}

.billing-form-wrap .custom-checkbox .custom-control-label::before {
  display: none !important;
}

.billing-form-wrap .custom-control-label::after {
  display: none !important;
}

.billing-form-wrap form .form-group textarea.form-control {
  min-height: 120px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  padding: 20px;
  line-height: 1.3;
}

.checkout-order-details-wrap .order-details-table-wrap {
  border: 2px solid rgba(52, 53, 56, .1);
  margin-bottom: 50px;
  padding: 48px 50px 54px;
  position: relative;
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method {
  margin-top: 34px;
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .p-text {
  color: #747474;
  font-size: 14px;
  margin-top: 24px;
  margin-bottom: 18px;
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .p-text a {
  color: #ff6565;
  text-decoration: underline;
  font-size: 14px;
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .agree-policy .custom-checkbox {
  position: relative;
  padding-left: 0px;
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .agree-policy .custom-checkbox .custom-control-label {
  color: #000;
  font-size: 14px;
  margin-bottom: 0;
  padding-left: 25px;
  padding-top: 0;
  cursor: pointer;
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .agree-policy .custom-checkbox .custom-control-label:before {
  content: "";
  position: absolute;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  border: 2px solid #848383;
  width: 15px;
  height: 15px;
  top: 7px;
  left: 0;
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .agree-policy .required {
  color: red;
  font-size: 18px;
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .btn-place-order {
  display: block;
  text-align: center;
  border-radius: 0;
  padding: 18px 20px 16px;
  margin-top: 32px;
  font-size: 16px;
  background-color: #ff6565;
  border-color: #ff6565;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.agree-policy .custom-checkbox .custom-control-input:checked~.custom-control-label:after {
  display: inline-block;
  color: #000;
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 8px;
  position: absolute;
  text-align: center;
  padding-left: 0;
  line-height: 14px;
  box-shadow: none;
  left: 4px;
  top: 7px;
}

.list-product-btn {
  position: relative;
  z-index: 10;
}

.list-product-btn .box-icon {
  position: relative;
  z-index: 20;
}

.list-product-btn .box-icon i {
  z-index: 25;
  position: relative;
}

/* अगर parent card पर overflow hidden लगा है */
.product-card,
.product-item,
.product-wrapper {
  overflow: visible !important;
}

.list-product-btn .tooltip {
  z-index: 9999;
  position: absolute;
}


/* ***************************** 31 December, 2025 **************************************  */

.shoppage-product.sproduct-right {
    background: #fff7e6;
}
.shoppage-product.sproduct-right .card-product {
    margin-bottom: 20px;
}
.card-product .box-icon:hover {
	color: var(--th-btn-bg) !important;
}

.card-product .btn-main-product {
    background: var(--th-btn-bg);
    color: var(--th-btn-text);
    border:1px solid var(--th-btn-border);
    opacity: 1 !important;
}
.card-product .btn-main-product:hover {
    
    background: var(--th-btn-bg-hover);
    color: var(--th-btn-text-hover);
    border:1px solid var(--th-btn-border);
	opacity: 1 !important;
}


td.text-left a {
    display: flex;
    justify-content: center;
    /* align-items: center; */
}

ul.product-categories li {
    display: flex;
    align-items: center;
}


ul.product-categories li {
    margin: 0px !important;
    margin-bottom: 1px!important;
}

.sidebar-widget {
    padding-bottom: 10px!important;
    margin-bottom: 10px!important;
}

    #main-menu li.active .has-submenu .dropdown-arrow {
        color: var(--th-btn-bg) !important;
    }

a.button.wc-backward {
    color: #411911;
    font-weight: 600;
}

.price del {
    color: #838383;
    font-size: 14px;
    padding-right: 12px;
}

@media (max-width: 991px) and (min-width: 768px) {
    #main-menu {
		top: -27px;
		background: none;
		box-shadow: none;
	}
	
}

@media(max-width:767px) and (min-width: 481px){
	.header-area .container.dv-header-container {
        width: 100% !important;
		max-width: 100% !important;
    }
	header.header-area .header-extra-features {
		    justify-content: flex-start;
	}
	header.header-area .logo-wrapper {
    padding-left: 25px;
}
	.boomrom-nav3 {
    justify-content: flex-end;
    padding-left: 0rem;
}
	
}

@media (max-width: 480px){
	header.header-area .header-extra-features {
		    justify-content: flex-start;
	}
	header.header-area .logo-wrapper {
    padding-left: 25px;
}
	.boomrom-nav3 {
    justify-content: flex-end;
    padding-left: 0rem;
}
	    .hero-area2 .hero-content {
        padding-left: 0px;
    }
	.whatsaap2 {
    right: 12px;
		bottom: 80px;}
	.contact-info {
		display: flex;
		justify-content: space-between;
    padding: 19px 010px;
    flex-direction: column;
    align-items: center;
    gap: 26px;
		margin: 0px auto;
	}
	.contact-info-item {
    text-align: center;
    width: 100%;
	}
	.contact-info-item:nth-child(2n) {
    border: none;
	}
	    .about-band {
        margin-top: 30px;
    }
	.card-product {
    padding: 0px 20px;
}
	.about-content .title {
    line-height: 55px;
}
}









