@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Black.woff2") format("woff2"), url("fonts/Inter-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-BoldItalic.woff2") format("woff2"), url("fonts/Inter-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Bold.woff2") format("woff2"), url("fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-ExtraBoldItalic.woff2") format("woff2"), url("fonts/Inter-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-ExtraBold.woff2") format("woff2"), url("fonts/Inter-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Italic.woff2") format("woff2"), url("fonts/Inter-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Medium.woff2") format("woff2"), url("fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-MediumItalic.woff2") format("woff2"), url("fonts/Inter-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-SemiBold.woff2") format("woff2"), url("fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Regular.woff2") format("woff2"), url("fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-SemiBoldItalic.woff2") format("woff2"), url("fonts/Inter-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Canela Web";
  src: url("fonts/CanelaWeb-Bold.woff2") format("woff2"), url("fonts/CanelaWeb-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Canela Web";
  src: url("fonts/CanelaWeb-Regular.woff2") format("woff2"), url("fonts/CanelaWeb-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Canela Web";
  src: url("fonts/CanelaWeb-Medium.woff2") format("woff2"), url("fonts/CanelaWeb-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

body {
  font-family: "Inter";
  background: black;
  font-size: 100%;
  color: white;
  line-height: 100%;
  font-style: normal;
  font-weight: 400;
  overflow: hidden;
}

html {
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}

html,
html a,
body {
  -webkit-font-smoothing: antialiased;
}

.img-wrap,
.text-wrap,
.section,
.comments-area .comment-form p input[type=text],
.comments-area .comment-form p input[type=email],
.comments-area .comment-form p input[type=url],
.comments-area .comment-form p textarea,
form .form-raw .form-col .wpcf7-form-control,
form .form-raw .form-col,
form .form-raw,
form,
.contact-section .right-conn .contact-form,
.contact-section .contact-detail .con-col,
.contact-section .contact-detail,
.about-raw .about-conn,
#header.header,
p,
ul, h1,
h2,
h3,
h4,
h5,
h6 {
  width: 100%;
  float: left;
  position: relative;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-family: "Inter";
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 400;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

button {
  cursor: pointer;
  border: none;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: " ";
}

blockquote,
q {
  quotes: "" "";
}

input[type=checkbox] {
  vertical-align: top;
}

input[type=radio] {
  height: auto;
  vertical-align: top;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

table {
  border: 0 none;
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

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

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

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

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

a {
  color: #a67012;
  outline: none !important;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  display: inline-block;
}
a:focus, a:hover {
  color: #c2a501;
}

section,
footer {
  width: 100%;
  float: left;
  position: relative;
}

h1 {
  font-size: 90px;
  color: white;
  line-height: 133%;
  font-weight: 400;
  font-family: "Canela Web";
}

h2 {
  font-size: 52px;
  font-weight: 400;
  font-family: "Canela Web";
  color: white;
  line-height: 135%;
  margin-bottom: 20px;
}

h3 {
  font-size: 32px;
  font-weight: 400;
  color: white;
  line-height: 175%;
  letter-spacing: 0.5px;
  font-family: "Canela Web";
}

h4 {
  font-size: 28px;
  color: white;
  font-weight: 600;
  line-height: 120%;
  font-family: "Inter";
}

h5 {
  font-size: 22px;
  color: white;
  font-weight: 600;
  line-height: 120%;
  font-family: "Inter";
}

h6 {
  font-size: 18px;
  color: white;
  font-weight: 500;
  line-height: 120%;
  font-family: "Inter";
}

p {
  font-size: 16px;
  color: white;
  line-height: 180%;
  font-weight: 400;
  font-family: "Inter";
}

.btn-main,
input[type=submit] {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(254, 165, 9, 0.6);
  text-align: center;
  width: auto;
  height: 48px;
  line-height: 48px;
  padding: 0 40px;
  font-size: 14px !important;
  font-family: "Inter";
  font-weight: 600;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  margin-top: 35px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -ms-box-shadow: inherit;
  box-shadow: inherit;
}
.btn-main:hover, .btn-main:focus, .btn-main:active,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:active {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(254, 165, 9, 0.6);
  border: 1px solid #fea509;
}
.btn-main:focus,
input[type=submit]:focus {
  outline: none;
}
.btn-main.btn-fill,
input[type=submit].btn-fill {
  color: white;
  background-color: #B27913;
  border: 1px solid #B27913;
  font-style: normal;
}
.btn-main.btn-fill:hover, .btn-main.btn-fill:focus, .btn-main.btn-fill:active,
input[type=submit].btn-fill:hover,
input[type=submit].btn-fill:focus,
input[type=submit].btn-fill:active {
  opacity: 0.7;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

b,
strong {
  font-weight: 600;
}

/*---------------------Header start------------------------*/
#header.header {
  position: fixed;
  background-color: transparent;
  left: 0;
  top: 0;
  z-index: 999;
  transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  transition-property: all;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  padding: 0;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
#header.header .header-main {
  position: relative;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  background: transparent;
  padding: 10px 0;
}
#header.header .header-main .logo {
  float: left;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  width: 140px;
  position: relative;
}
#header.header .header-main .logo a {
  color: white;
  font-size: 24px;
  font-family: "Canela Web";
}
#header.header .header-main .logo a strong {
  font-family: "Canela Web";
  margin-right: 5px;
}
#header.header .header-main .logo a img {
  height: auto;
  margin: 0 auto;
  display: inline-block;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
#header.header .header-right {
  float: right;
  position: relative;
  z-index: 9;
  margin-left: auto;
  padding: 20px 0;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
#header.header .header-right .nav-main {
  float: right;
  width: auto;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
#header.header .header-right .nav-main .menu {
  height: auto;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
#header.header .header-right .nav-main .menu li {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  position: relative;
  margin: 0 12px;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
#header.header .header-right .nav-main .menu li a {
  float: left;
  width: auto;
  height: auto;
  padding: 2px 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0.05em;
  color: white;
  text-decoration: none;
  overflow: hidden;
  font-family: "Inter";
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
#header.header .header-right .nav-main .menu li a::after {
  position: absolute;
  width: 0;
  height: 2px;
  background: white;
  content: "";
  left: 0;
  right: 0;
  bottom: -2px;
  margin: 0 auto;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
#header.header .header-right .nav-main .menu li a:hover, #header.header .header-right .nav-main .menu li a:focus, #header.header .header-right .nav-main .menu li a.active {
  text-shadow: 0 0 1px white;
}
#header.header .header-right .nav-main .menu li a:hover::after, #header.header .header-right .nav-main .menu li a:focus::after, #header.header .header-right .nav-main .menu li a.active::after {
  width: 100%;
}
#header.header .header-right .nav-main .menu li.current_page_item a, #header.header .header-right .nav-main .menu li.current-menu-item a {
  text-shadow: 0 0 1px white;
}
#header.header .header-right .nav-main .menu li.current_page_item a::before, #header.header .header-right .nav-main .menu li.current_page_item a::after, #header.header .header-right .nav-main .menu li.current-menu-item a::before, #header.header .header-right .nav-main .menu li.current-menu-item a::after {
  width: 100%;
}
#header.header .header-right .nav-main .menu li.btn-contact {
  margin-right: 0;
}
#header.header .header-right .nav-main .menu li.btn-contact a {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(254, 165, 9, 0.6);
  text-align: center;
  width: auto;
  height: 42px;
  line-height: 41px;
  padding: 0 30px;
  font-size: 13px !important;
  font-family: "Inter";
  font-weight: 400;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -ms-box-shadow: inherit;
  box-shadow: inherit;
}
#header.header .header-right .nav-main .menu li.btn-contact a::after {
  display: none;
}
#header.header .header-right .nav-main .menu li.btn-contact a:hover, #header.header .header-right .nav-main .menu li.btn-contact a:focus, #header.header .header-right .nav-main .menu li.btn-contact a:active {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(254, 165, 9, 0.6);
  border: 1px solid #fea509;
}
#header.header .header-right .nav-main .menu li.btn-contact a:focus {
  outline: none;
}
#header.header.sticky .header-main {
  background-color: black;
  -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1);
}
#header.header.sticky .header-main .logo {
  width: 130px;
}
#header.header.sticky .header-right {
  padding: 15px 0;
}
#header.header.sticky .header-right .nav-main ul.menu li.btn-contact a:hover::after, #header.header.sticky .header-right .nav-main ul.menu li.btn-contact a:focus::after, #header.header.sticky .header-right .nav-main ul.menu li.btn-contact a.active::after {
  display: none;
}

/*-----------------res-nav-Start-------------------*/
.res_navigation {
  display: none;
  width: 72px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 40px;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

.nav-toggle {
  position: absolute;
  top: 3px;
  right: 0;
  z-index: 999999;
  padding: 5px 30px 13px 0;
  cursor: pointer;
}
.nav-toggle:focus {
  outline: none;
}
.nav-toggle.active .top {
  -webkit-transform: translateY(12px) translateX(0) rotate(45deg);
  -moz-transform: translateY(12px) translateX(0) rotate(45deg);
  -ms-transform: translateY(12px) translateX(0) rotate(45deg);
  transform: translateY(12px) translateX(0) rotate(45deg);
  background: white;
  top: -3px;
}
.nav-toggle.active .bottom {
  -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-7px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
  transform: translateY(-7px) translateX(0) rotate(-45deg);
  background: white;
  top: 16px;
}
.nav-toggle.active .middle {
  opacity: 0;
  background: white;
}
.nav-toggle span {
  background: white;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: -2px;
  left: 0;
  -webkit-transition: all 0.55s ease;
  -moz-transition: all 0.55s ease;
  -ms-transition: all 0.55s ease;
  transition: all 0.55s ease;
  cursor: pointer;
}
.nav-toggle span:nth-of-type(2) {
  top: 7px;
}
.nav-toggle span:nth-of-type(3) {
  top: 16px;
}

/*-----------------res-nav-end-------------------*/
/*---------------------Header end------------------------*/
.container {
  width: 1430px;
  max-width: inherit;
  padding: 0 15px;
}

.section, .comments-area .comment-form p input[type=text], .comments-area .comment-form p input[type=email], .comments-area .comment-form p input[type=url], .comments-area .comment-form p textarea, form .form-raw .form-col .wpcf7-form-control, form .form-raw .form-col, form .form-raw, form, .contact-section .right-conn .contact-form, .contact-section .contact-detail .con-col, .contact-section .contact-detail, .about-raw .about-conn, p, #header.header {
  width: 100%;
  float: left;
}

.ptb80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ptb100,
.single-product div.product .woocommerce-tabs{
  padding-top: 100px;
  padding-bottom: 100px;
}

.background-vid {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -11;
}
.background-vid video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
}

/*---------------------Footer Start------------------------*/
footer#footer {
  padding: 78px 0;
  background-color: black;
}
footer#footer .footer-logo {
  color: white;
  font-size: 24px;
  width: 130px;
  font-family: "Canela Web";
}
footer#footer .footer-logo strong {
  font-family: "Canela Web";
  margin-right: 5px;
}
footer#footer .footer-logo img {
  width: auto;
  height: auto;
}
footer#footer .first-col p {
  margin-top: 20px;
  font-size: 14px;
line-height:120%;
  color: rgba(255, 255, 255, 0.5);
}
footer#footer .second-col .footer-menu {
  margin: 0 auto;
  width: 350px;
}
footer#footer .second-col .footer-menu .menu {
  column-count: 2;
  text-align: left;
}
footer#footer .second-col .footer-menu .menu li {
  margin-bottom: 20px;
}
footer#footer .second-col .footer-menu .menu li a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
footer#footer .second-col .footer-menu .menu li a:hover {
  color: white;
}
footer#footer .third-col .social-col li {
  display: inline-block;
  margin: 0 0 0 10px;
}
footer#footer .third-col .social-col li a {
  color: white;
  background-color: black;
  width: 38px;
  height: 38px;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
footer#footer .third-col .social-col li a:hover {
  color: black;
  background-color: white;
  border: 1px solid white;
}

/*---------------------Footer End------------------------*/
.bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
}
.bg-img source, .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
}

/*---------------------Home Start------------------------*/
.main-banner {
  height: 900px;
  position: relative;
}
.main-banner::before {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  content: "";
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.main-banner .container {
  position: relative;
  height: 100%;
}
.main-banner .banner-conn {
  width: 620px;
  position: absolute;
  top: 53%;
  left: 15px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}
.main-banner .banner-conn h1 {
  padding-bottom: 20px;
}
.main-banner .banner-conn p {
  color: white;
}

.home-product-section .title-raw h2 {
  margin-bottom: 40px;
}
.home-product-section .prod-item {
  margin-bottom: 70px;
}
.home-product-section .prod-item:nth-child(odd) {
  padding-right: 30px;
}
.home-product-section .prod-item:nth-child(even) {
  padding-left: 30px;
}
.home-product-section .prod-item:last-child, .home-product-section .prod-item:nth-last-child(2) {
  margin-bottom: 0;
}
.home-product-section .prod-item a {
  position: relative;
	width:100%;
	float:left;
}
.home-product-section .prod-item a .conn-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px 30px;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.home-product-section .prod-item a .conn-wrap .arrow {
  margin-left: auto;
  width: 34px;
  height: 34px;
  background: transparent url(../images/ic-arrow.svg) center center no-repeat;
  background-size: contain;
}
.home-product-section .prod-item a img {
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  filter: grayscale(1);
  filter: -webkit-grayscale(1);
  filter: -moz-grayscale(1);
  position: relative;
  z-index: -1;
	width:100%;
	height:100%;
	object-fit:cover;
	max-height:400px;
}
.home-product-section .prod-item a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75%;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  background: -moz-linear-gradient(top, rgba(9, 9, 9, 0) 0%, #090909 100%);
  background: -webkit-linear-gradient(top, rgba(9, 9, 9, 0) 0%, #090909 100%);
  background: linear-gradient(to bottom, rgba(9, 9, 9, 0) 0%, #090909 100%);
}
.home-product-section .prod-item a:hover .conn-wrap {
  padding-top: 35px;
  padding-bottom: 35px;
}
.home-product-section .prod-item a:hover img {
  filter: grayscale(0);
  filter: -webkit-grayscale(0);
  filter: -moz-grayscale(0);
}
.home-product-section .prod-item a:hover::before {
  height: 100%;
}
.home-product-section .btn-main {
  margin: 0;
}

.home-blog-section {
  background-color: #090909;
}
.home-blog-section .title-raw h2 {
  margin-bottom: 40px;
}
.home-blog-section .btn-main {
  margin-top: 25px;
}

.blog-item {
  padding: 10px 0;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 20px;
}
.blog-item::before, .blog-item::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.blog-item::before {
  top: -5px;
}
.blog-item::after {
  bottom: -5px;
}
.blog-item .img-wrap {
  margin-bottom: 15px;
  height: 140px;
  overflow: hidden;
}
.blog-item .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-item h5 {
  font-size: 18px;
  line-height: 160%;
  font-weight: 600;
  margin-bottom: 15px;
}
.blog-item h6 {
  font-size: 12px;
  color: #FEA509;
}

.blog-item-col {
  margin-bottom: 15px;
}

.cta-section h2 {
  margin-bottom: 10px;
}
.cta-section::before {
  background: radial-gradient(29.22% 87.4% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-radial-gradient(29.22% 87.4% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -moz-radial-gradient(29.22% 87.4% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.cta-section .subscribe-form {
  margin-top: 30px;
}
.cta-section .subscribe-form .email-input {
  color: #ffffff;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url(../images/ic-mail.svg);
  background-position: left 20px center;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  height: 48px;
  line-height: 48px;
  width: 390px;
  padding: 10px 15px 10px 50px;
}
.cta-section .subscribe-form .email-input:-webkit-autofill, .cta-section .subscribe-form .email-input:-webkit-autofill:hover, .cta-section .subscribe-form .email-input:-webkit-autofill:focus, .cta-section .subscribe-form .email-input:-webkit-autofill:active {
  -webkit-text-fill-color: #fff;
  transition: background-color 9999s ease-in-out 0s;
}
.cta-section .subscribe-form input[type=submit] {
  margin: 0 0 0 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: "Inter";
}

/*----------------------Home End-------------------------*/
/*----------------------Product List Start-------------------------*/
.hero-inner-banner-raw,
.woocommerce-products-header{
  padding: 180px 0 80px;
}

.product-list-raw .product-item-col {
  background-color: #0A0A0A;
  padding: 10px;
  width:100%;
  display: inline-block;
}
.product-list-raw .product-item-col .img-wrap {
  margin-bottom: 15px;
  height: 270px;
	width: 100%;
  overflow: hidden;
}
.product-list-raw .product-item-col .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.product-list-raw .product-item-col:hover .img-wrap img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.product-list-raw .product-item-col .prod-title {
  color: white;
  font-size: 20px;
  line-height: 150%;
  font-weight: 600;
}
.product-list-raw .product-item-col .color-list {
  padding: 20px 0 30px;
}
.product-list-raw .product-item {
  margin-bottom: 30px;
  position: relative;
}
.product-list-raw .product-item.out-of-stock-prd::before {
  content: "Out of stock";
  background: #000000;
  border: 1px solid #B27913;
  border-radius: 30px;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  font-weight: 300;
  padding: 5px 10px;
}
.product-list-raw .pagination {
  padding: 0 15px;
  margin-top: 20px;
  justify-content: center;
}
.product-list-raw .pagination .page-numbers {
  font-size: 18px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.product-list-raw .pagination .page-numbers.current {
  background: #B27913;
}
.product-list-raw .pagination .page-numbers.prev {
  background: transparent url(../images/ic-left.svg) center center no-repeat;
  background-size: 14px;
  font-size: 0;
}
.product-list-raw .pagination .page-numbers.next {
  background: transparent url(../images/ic-right.svg) center center no-repeat;
  background-size: 14px;
  font-size: 0;
}

.color-list {
  margin: 0;
  padding: 0;
}
.color-list li {
  display: inline-block;
  margin-right: 8px;
}
.color-list li:last-child {
  margin-right: 0;
}
.color-list li a {
  width: 36px;
  height: 36px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border: 3px solid transparent;
}
.color-list li a.active, .color-list li a:hover {
  border-color: #fbdba3;
}

/*-----------------------Product List End--------------------------*/
/*----------------------About Start-------------------------*/
.about-raw .about-conn {
  padding-right: 50px;
}
.about-raw .about-conn p {
  padding-bottom: 20px;
}
.about-raw .about-conn p:last-child {
  padding-bottom: 0;
}
.about-raw .img-wrap-col {
  padding-left: 50px;
}
.about-raw .img-wrap-col img {
  width: 50%;
  float: left;
}
.about-raw .img-wrap-col img.img1 {
  padding-right: 25px;
  margin-top: 60px;
}
.about-raw .img-wrap-col img.img2 {
  padding-left: 25px;
}

.video-raw {
  padding: 200px 0 100px;
}
.video-raw .video-inner {
  background-color: #171717;
  padding: 10px;
  max-width: 980px;
  margin: 0 auto;
  display: inline-block;
  position: relative;
}
.video-raw .video-inner video {
  max-width: 100%;
}
.video-raw .video-inner .play-pause-btn {
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  width: 80%;
  height: 80%;
  background: transparent url(../images/ic-play.svg) center center no-repeat;
  background-size: 80px;
}
.video-raw .video-inner.play-vid .play-pause-btn {
  opacity: 0;
}

/*-----------------------About End--------------------------*/
/*----------------------Product Detail Start-------------------------*/
.product-detail-raw {
  padding-top: 165px;
}
.product-detail-raw .product-image-gallery {
  position: relative;
  width: 100%;
}
.product-detail-raw .product-content-wrap {
  padding-left: 15px;
}
.product-detail-raw .product-detail-inner {
  padding: 30px;
  background: #0A0A0A;
}
.product-detail-raw h1 {
  font-size: 32px;
  line-height: 130%;
  margin-bottom: 15px;
}
.product-detail-raw .color-wrap {
  width: 100%;
  display: flex;
  align-items: center;
}
.product-detail-raw .color-wrap h6 {
  width: auto;
  font-size: 14px;
  font-weight: 600;
  padding-right: 20px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.product-detail-raw .btn-wrapper .btn-main {
  margin-top: 22px;
  margin-right: 25px;
}
.product-detail-raw .btn-wrapper .btn-main:last-child {
  margin-right: 0;
}
.product-detail-raw .btn-wrapper .btn-main.defult-hvr {
  background-color: transparent;
  color: white;
  border-color: #fea509;
  cursor: default;
}
.product-detail-raw .btn-wrapper .out-of-stock {
  cursor: default;
  color: #b27913;
}
.product-detail-raw .disclaimer-col, .raahaa_body.single-product .woocommerce-product-details__short-description {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.product-detail-raw .disclaimer-col p, .raahaa_body.single-product .woocommerce-product-details__short-description p {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  line-height: 180%;
}
.product-detail-raw .characteristics-col {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 25px;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
.product-detail-raw .characteristics-col h4 {
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 20px;
}
.product-detail-raw .characteristics-col ul {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.product-detail-raw .characteristics-col ul li {
  flex-basis: calc(50% - 15px);
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.product-detail-raw .characteristics-col ul li h6 {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.product-detail-raw .characteristics-col ul li h5 {
  font-weight: 600;
  font-size: 20px;
  margin: 10px 0;
}
.product-detail-raw .product-detail-row {
  padding-top: 0;
}
.product-detail-raw .product-detail-row .left-conn {
  padding-right: 2%;
}

.product-detail-tab-raw .tab-raw {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.product-detail-tab-raw .tab-raw .nav {
  display: flex;
}
.product-detail-tab-raw .tab-raw .nav li {
  flex: 1;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.product-detail-tab-raw .tab-raw .nav li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.product-detail-tab-raw .tab-raw .nav li a {
  width: 100%;
  padding: 20px;
  color: white;
  text-align: center;
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
}
.product-detail-tab-raw .tab-raw .nav li a::before {
  top: -1px;
  left: 0;
  width: 0;
  height: 3px;
  content: "";
  position: absolute;
  background-color: #B27913;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.product-detail-tab-raw .tab-raw .nav li a.active::before, .product-detail-tab-raw .tab-raw .nav li a:hover::before {
  width: 100%;
}
.product-detail-tab-raw .tab-pane {
  padding: 30px 0;
}
.product-detail-tab-raw .tab-content {
  margin-bottom: 30px;
}
.product-detail-tab-raw .tab-content h3 {
  font-size: 24px;
  color: #B27913;
}
.product-detail-tab-raw .tab-content p {
  line-height: 180%;
  color: rgba(255, 255, 255, 0.8);
}
.product-detail-tab-raw .tab-content:last-child {
  margin-bottom: 0;
}
.desktop-view {display: block;}
.mobile-view {display: none;}
@media (max-width: 1024px) {
    .desktop-view {display: none;}
    .mobile-view {display: block;}
}
/*-----------------------Product Detail end--------------------------*/
/*-----------------------Blog Detail start--------------------------*/
.post-detail-raw .blog-banner {
  height: 400px;
  overflow: hidden;
}
.post-detail-raw .blog-banner::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.post-detail-raw .blog-banner .container {
  height: 100%;
  position: relative;
  z-index: 1;
}
.post-detail-raw .blog-banner .container h1 {
  position: absolute;
  left: 15px;
  top: 55%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.post-detail-raw .blog-banner img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.post-detail-raw h1 {
  font-size: 50px;
  line-height: 120%;
  margin-bottom: 30px;
}
.post-detail-raw h2 {
  font-size: 44px;
  font-family: "Canela Web";
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.post-detail-raw h3 {
  font-size: 38px;
  font-family: "Canela Web";
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}
.post-detail-raw h4 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: "Canela Web";
  letter-spacing: 0.5px;
}
.post-detail-raw h5 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: "Canela Web";
  letter-spacing: 0.5px;
}
.post-detail-raw h6 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: "Canela Web";
  letter-spacing: 0.5px;
}
.post-detail-raw .detail-inner .container {
  width: 800px;
}
.post-detail-raw .detail-inner p {
  font-size: 16px;
  padding-bottom: 30px;
}
.post-detail-raw .detail-inner p:last-child {
  padding-bottom: 0;
}
.post-detail-raw .detail-inner ul li {
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
  line-height: 150%;
}
.post-detail-raw .detail-inner ul li:last-child {
  margin-bottom: 0;
}
.post-detail-raw .detail-inner ul li::before {
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #c2a501;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

.post-navigation {
  padding-bottom: 30px;
}
.post-navigation .screen-reader-text {
  display: none;
}
.post-navigation .nav-links {
  display: flex;
}
.post-navigation .nav-links .nav-previous {
  margin-right: auto;
}
.post-navigation .nav-links .nav-next {
  margin-left: auto;
}
.post-navigation .nav-links .btn-main {
  margin-top: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  font-weight: 300;
  font-size: 12px !important;
}
.post-navigation .nav-links a {
  position: relative;
}
.post-navigation .nav-links .nav-title {
  position: absolute;
  top: -25px;
  left: 50%;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.post-navigation .nav-links > div:hover .nav-title {
  opacity: 1;
}

/*-----------------------Blog Detail end--------------------------*/
.page-template-general-page .detail-inner {
  padding-top: 150px;
}
.page-template-general-page .detail-inner h1, .page-template-general-page .detail-inner p {
  margin-bottom: 20px;
}

.page-template-articles .home-blog-section {
  background-color: transparent;
}
.page-template-articles .home-blog-section .title-raw {
  padding: 30px 0;
}

/*-------------------------Contact Page---------------------------*/
.contact-section {
  padding-top: 60px;
}
.contact-section .contact-detail {
  background-color: #0A0A0A;
  padding: 30px 30px 50px;
}
.contact-section .contact-detail h5 {
  font-family: "Inter";
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  margin: 0 0 35px;
  color: white;
}
.contact-section .contact-detail .con-col {
  margin-bottom: 25px;
}
.contact-section .contact-detail .con-col:last-child {
  margin-bottom: 0;
}
.contact-section .contact-detail .con-col h6 {
  font-family: "Inter";
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 10px;
}
.contact-section .contact-detail .con-col a {
  font-weight: 400;
  color: white;
  font-size: 22px;
  line-height: 120%;
  font-family: "Canela Web";
}
.contact-section .contact-detail .con-col a:hover {
  color: #c2a501;
}
.contact-section .contact-detail .con-col.phone-col a {
  font-size: 32px;
}
.contact-section .contact-detail .con-col p {
  font-family: "Inter";
  color: #666666;
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
}
.contact-section .right-conn {
  padding-left: 60px;
}
.contact-section .right-conn .contact-form {
  padding: 50px;
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

form .form-raw .form-col {
  margin-bottom: 15px;
}
form .form-raw .form-col:nth-child(even) {
  padding-left: 10px;
}
form .form-raw .form-col:nth-child(odd) {
  padding-right: 10px;
}
form .form-raw .form-col.half-width {
  width: 50%;
}
form .form-raw .form-col:last-child, form .form-raw .form-col:nth-last-child(2) {
  padding: 0;
}
form .form-raw .form-col label {
  font-family: "Inter";
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 5px;
}
form .form-raw .form-col .wpcf7-form-control {
  height: 44px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  padding: 10px 12px;
  line-height: 120%;
  color: #666666;
  background: #0A0A0A;
  border: 1px solid #191919;
  text-transform: capitalize;
}
form .form-raw .form-col .wpcf7-form-control.wpcf7-textarea {
  height: 80px;
}
form .btn-wrap {
  text-align: center;
}
form .btn-wrap .wpcf7-submit {
  background-color: #b27913;
  border-color: #b27913;
  margin-top: 20px;
  font-weight: 400;
  margin: 10px auto 0;
}
form .btn-wrap .wpcf7-submit:hover {
  opacity: 0.8;
}
form .btn-wrap .wpcf7-spinner {
  display: none;
}

.contact-cta .contact-cta-inner {
  display: flex;
  align-items: center;
}
.contact-cta .contact-cta-inner .left-conn {
  width: 70%;
}
.contact-cta .contact-cta-inner .right-conn .btn-main {
  margin: 0;
}
.contact-cta .contact-cta-inner .right-conn .btn-main i {
  width: 25px;
  height: 25px;
  margin: -3px 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  background: transparent url(../images/ic-whatsapp.svg) center center no-repeat;
  background-size: contain;
}

/*--------------------------Contact End---------------------------*/
.parallax-img {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

body.modal-open {
  padding-right: 0 !important;
}

.product-detail-modal {
  z-index: 3333;
}
.product-detail-modal .modal-header {
  border-bottom: 1px solid #000000;
}
.product-detail-modal .modal-header .btn-close {
  filter: invert(1);
}
.product-detail-modal .modal-content {
  background-color: #171717;
}

.slideshow-items {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
}

.slideshow-thumbnails {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

#slideshow-items-container {
  display: inline-block;
  position: relative;
  width: 100%;
}

#lens {
  background-color: rgba(233, 233, 233, 0.4);
}

#lens,
#result {
  position: absolute;
  display: none;
  z-index: 111;
}

.slideshow-items {
  display: none;
}

.slideshow-items.active {
  display: block;
}

.slideshow-thumbnails {
  opacity: 0.5;
}

.slideshow-thumbnails.active {
  opacity: 1;
}

#lens,
.slideshow-items,
.slideshow-thumbnails,
#result {
  border: solid var(--light-grey-2) 1px;
}

.modal-backdrop {
  z-index: 2222;
}

.wpcf7 form .wpcf7-response-output {
  display: inline-flex;
  padding: 20px !important;
  font-size: 14px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.failed .wpcf7-response-output {
  border-color: red;
}

.wpcf7 form.valid .wpcf7-response-output, .wpcf7 form.success .wpcf7-response-output {
  border-color: red;
}

.wpcf7-not-valid-tip {
  font-size: 14px !important;
}
.main-banner video::-webkit-media-controls-panel,
.main-banner video::-webkit-media-controls-start-playback-button {display: none !important;}
.main-banner video::slotted::-webkit-media-controls-container{display:none !important;
      visibility: hidden!important;
      opacity: 0 !important;
     -webkit-appearance: none !important;
}
.wpcf7-form-control-wrap {
	margin-bottom:10px;
	float: left;
	width:100%;
}
.modal-body .wpcf7-form-control-wrap {margin-bottom: 0;}
.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 13px !important;
    bottom: -25px;
}
.back-wrap {
  position: relative;
  top: -35px;
}
.back-wrap .btn-back {
  color: #B27913;
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.back-wrap .btn-back:hover {
  color: #fea509;
}

.comments-area .comment-form p {
  font-size: 14px;
  float: left;
}
.comments-area .comment-form p.comment-notes {
  margin-bottom: 20px;
}
.comments-area .comment-form p.comment-form-comment {
  margin-bottom: 15px;
}
.comments-area .comment-form p.comment-form-comment, .comments-area .comment-form p.comment-form-cookies-consent {
  width: 100%;
}
.comments-area .comment-form p.comment-form-author, .comments-area .comment-form p.comment-form-email, .comments-area .comment-form p.comment-form-url {
  width: 30%;
  margin-right: 3.33%;
}
.comments-area .comment-form p.comment-form-url {
  margin-right: 0;
}
.comments-area .comment-form p > label {
  width: 100%;
}
.comments-area .comment-form p > label .required {
  color: red;
}
.comments-area .comment-form p input[type=text], .comments-area .comment-form p input[type=email], .comments-area .comment-form p input[type=url], .comments-area .comment-form p textarea {
  height: 44px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  padding: 10px 12px;
  line-height: 120%;
  color: #666666;
  background: #0A0A0A;
  border: 1px solid #191919;
}
.comments-area .comment-form p textarea {
  width: 100%;
  height: 80px;
}
.comments-area .comment-form p.comment-form-cookies-consent {
  margin-top: 15px;
}
.comments-area .comment-form p.comment-form-cookies-consent input[type=checkbox] {
  margin-top: 7px;
  margin-right: 5px;
}
.comments-area .comment-form p.comment-form-cookies-consent label {
  width: auto;
}

.testimonial-section {
  background: #0A0A0A;
}
.testimonial-section h2 {
  margin-bottom: 40px;
}
.testimonial-section .testimonial-slider {
  width: 90%;
  margin: 0 auto;
}
.testimonial-section .testimonial-slider .slick-list {
  width: 100%;
}
.testimonial-section .testimonial-slider .slick-list .testimonial-item {
  padding: 0 20px;
  display: flex;
}
.testimonial-section .testimonial-slider .slick-list .testimonial-item .img-wrap {
  width: 110px;
}
.testimonial-section .testimonial-slider .slick-list .testimonial-item .content-col {
  padding-left: 20px;
  text-align: left;
  flex: 1;
}
.testimonial-section .testimonial-slider .slick-list .testimonial-item h3 {
  margin-bottom: 10px;
  line-height: 130%;
}
.testimonial-section .testimonial-slider .slick-list .testimonial-item p {
  font-size: 15px;
  line-height: 170%;
  font-style: italic;
}
.testimonial-section .testimonial-slider .img-wrap {
  margin: 0 auto 20px;
  overflow: hidden;
  text-align: center;
}
.testimonial-section .testimonial-slider .img-wrap img {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  object-fit: cover;
  border: 2px solid #fea509;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.testimonial-section .testimonial-slider .slick-arrow {
  top: 50%;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 34px;
  height: 34px;
  font-size: 0;
  background: transparent url(../images/ic-arrow.svg) center center no-repeat;
  background-size: contain;
}
.testimonial-section .testimonial-slider .slick-arrow.slick-prev {
  left: -6%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.testimonial-section .testimonial-slider .slick-arrow.slick-next {
  right: -6%;
}

.mc4wp-response .mc4wp-success p {
  font-size: 14px;
  color: #270;
  border: 1px solid #270;
  background-color: #DFF2BF;
  line-height: 120%;
  float: none;
  max-width: 380px;
  margin: 10px auto;
  padding: 10px;
  border-radius: 3px;
}

/* CSS Document */
::selection {
  background: #fea509;
  color: white;
  text-shadow: none;
}

::-moz-selection {
  background: #fea509;
  color: white;
  text-shadow: none;
}

input[type=text] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

@media only screen and (min-width: 1440px) and (max-width: 1700px) {
  .container {
    width: 1320px;
  }

  h1 {
    font-size: 70px;
  }

  h2 {
    font-size: 46px;
  }

  h3 {
    font-size: 28px;
  }

  #header.header .header-main .logo {
    width: 180px;
  }

  .main-banner {
    height: 780px;
  }

  .blog-item h5 {
    font-size: 20px;
  }
}
@media (max-width: 1439px) {
  .container {
    width: 1280px;
  }

  h1 {
    font-size: 66px;
  }

  h2 {
    font-size: 44px;
  }

  h3 {
    font-size: 26px;
  }

  .main-banner {
    height: 680px;
  }
  .main-banner .banner-conn {
    width: 460px;
  }
}
@media (max-width: 1365px) {
  .container {
    width: 1170px;
  }

  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 26px;
  }

  .btn-main, input[type=submit] {
    height: 56px;
    line-height: 56px;
    font-size: 16px !important;
  }

  #header.header .header-main .logo {
    width: 150px;
  }
  #header.header.sticky .header-main .logo {
    width: 130px;
  }

  .main-banner {
    height: 750px;
  }
  .main-banner .banner-conn {
    width: 450px;
  }
}
@media (max-width: 1279px) {
  .container {
    width: 98%;
    padding: 0 15px;
  }

  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 24px;
  }

  p {
    font-size: 15px;
  }

  .btn-main, input[type=submit] {
    height: 50px;
    line-height: 50px;
    font-size: 16px !important;
  }

  #header.header .header-main .logo {
    width: 150px;
  }
  #header.header.sticky .header-main .logo {
    width: 130px;
  }
  #header.header .header-right .nav-main .menu li {
    margin: 0 8px;
  }
  #header.header .header-right .nav-main .menu li.btn-contact a {
    padding: 0 25px;
  }

  .main-banner {
    height: 700px;
  }
  .main-banner .banner-conn {
    width: 410px;
  }

  .blog-item h5 {
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .btn-main, input[type=submit] {
    padding: 0 30px;
  }

  .color-list li a {
    width: 30px;
    height: 30px;
  }

  .product-detail-raw .color-wrap h6 {
    padding-right: 20px;
  }
  .product-detail-raw .btn-wrapper .btn-main {
    margin-right: 20px;
  }

  .cta-section .subscribe-form .email-input {
    width: 350px;
  }
}

	.product-detail-raw .left-conn h1 {
		display: none;
	}
  .product-detail-raw .right-conn h1 {
    display: block;
  }
@media (max-width: 1120px) {
  .container {
    width: 98%;
    padding: 0 15px;
  }

  h1 {
    font-size: 54px;
  }

  h3 {
    font-size: 24px;
  }

  p {
    font-size: 15px;
  }

  .ptb100, .ptb80,
	.single-product div.product .woocommerce-tabs{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #header.header {
    background-color: #000000;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  #header.header .header-main {
    display: block;
  }
  #header.header .header-main .logo {
    width: 100px;
    position: relative;
    z-index: 111;
  }
  #header.header .header-main .logo a {
    border-width: 5px;
  }
  #header.header .header-main .header-right {
    padding-right: 20px;
    width: auto;
    margin-left: auto;
    float: right;
  }
  #header.header .header-main .header-right .res_navigation {
    width: 30px;
    display: block;
    top: 17px;
  }
  #header.header .header-main .header-right .nav-main {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -100%;
    padding-right: 0;
    overflow: hidden;
    z-index: 9;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    background: #000000;
  }
  #header.header .header-main .header-right .nav-main .menu {
    padding: 85px 0 0;
    position: relative;
    z-index: 9;
  }
  #header.header .header-main .header-right .nav-main .menu li {
    width: 100%;
    margin: 0;
    padding: 15px 20px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out 0.2s;
    -moz-transition: all 0.2s ease-out 0.2s;
    -ms-transition: all 0.2s ease-out 0.2s;
    transition: all 0.2s ease-out 0.2s;
    -webkit-transform: translate3d(0, -80px, 0);
    -moz-transform: translate3d(0, -80px, 0);
    -ms-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
  }
  #header.header .header-main .header-right .nav-main .menu li.btn-contact a, #header.header .header-main .header-right .nav-main .menu li a {
    font-size: 18px !important;
    font-weight: 600;
    color: white;
    padding: 0;
    width: 100%;
    float: left;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border: 0 !important;
    background: transparent !important;
  }
  #header.header .header-main .header-right .nav-main .menu li.btn-contact a:hover, #header.header .header-main .header-right .nav-main .menu li a:hover {
    color: white;
  }
  #header.header .header-main .header-right .nav-main .menu li.btn-contact a:hover:after, #header.header .header-main .header-right .nav-main .menu li a:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  #header.header .header-main .header-right .nav-main .menu li.btn-contact a::after, #header.header .header-main .header-right .nav-main .menu li.btn-contact a:before, #header.header .header-main .header-right .nav-main .menu li a::after, #header.header .header-main .header-right .nav-main .menu li a:before {
    display: none;
  }
  #header.header .header-main .header-right .nav-main .menu li.current_page_item a::after {
    opacity: 1;
  }
  #header.header .header-main .header-right .nav-main.open {
    top: 0;
  }
  #header.header .header-main .header-right .nav-main.open .menu-main-menu-container {
    width: 100%;
    float: left;
  }
  #header.header .header-main .header-right .nav-main.open .menu li {
    opacity: 1;
  }
  #header.header .header-main .header-right .nav-main.open .menu li:nth-child(1) {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease-out 0.2s;
    -moz-transition: all 0.2s ease-out 0.2s;
    -ms-transition: all 0.2s ease-out 0.2s;
    transition: all 0.2s ease-out 0.2s;
  }
  #header.header .header-main .header-right .nav-main.open .menu li:nth-child(2) {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease-out 0.3s;
    -moz-transition: all 0.2s ease-out 0.3s;
    -ms-transition: all 0.2s ease-out 0.3s;
    transition: all 0.2s ease-out 0.3s;
  }
  #header.header .header-main .header-right .nav-main.open .menu li:nth-child(3) {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease-out 0.4s;
    -moz-transition: all 0.2s ease-out 0.4s;
    -ms-transition: all 0.2s ease-out 0.4s;
    transition: all 0.2s ease-out 0.4s;
  }
  #header.header .header-main .header-right .nav-main.open .menu li:nth-child(4) {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease-out 0.5s;
    -moz-transition: all 0.2s ease-out 0.5s;
    -ms-transition: all 0.2s ease-out 0.5s;
    transition: all 0.2s ease-out 0.5s;
  }
  #header.header .header-main .header-right .nav-main.open .menu li:nth-child(5) {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease-out 0.6s;
    -moz-transition: all 0.2s ease-out 0.6s;
    -ms-transition: all 0.2s ease-out 0.6s;
    transition: all 0.2s ease-out 0.6s;
  }
  #header.header .header-main .header-right .nav-main.open .menu li:nth-child(6) {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease-out 0.7s;
    -moz-transition: all 0.2s ease-out 0.7s;
    -ms-transition: all 0.2s ease-out 0.7s;
    transition: all 0.2s ease-out 0.7s;
  }
  #header.header .header-main .header-right .nav-main.open .menu li:nth-child(7) {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease-out 0.8s;
    -moz-transition: all 0.2s ease-out 0.8s;
    -ms-transition: all 0.2s ease-out 0.8s;
    transition: all 0.2s ease-out 0.8s;
  }
  #header.header .header-main .header-right .nav-main.open .menu li:nth-child(8) {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease-out 0.9s;
    -moz-transition: all 0.2s ease-out 0.9s;
    -ms-transition: all 0.2s ease-out 0.9s;
    transition: all 0.2s ease-out 0.9s;
  }
  #header.header .header-main .header-right .nav-main.open .menu li:nth-child(9) {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease-out 1s;
    -moz-transition: all 0.2s ease-out 1s;
    -ms-transition: all 0.2s ease-out 1s;
    transition: all 0.2s ease-out 1s;
  }
  #header.header .header-main .header-right .nav-main.open .menu li:nth-child(10) {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease-out 1.1s;
    -moz-transition: all 0.2s ease-out 1.1s;
    -ms-transition: all 0.2s ease-out 1.1s;
    transition: all 0.2s ease-out 1.1s;
  }
  #header.header.sticky {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  }
  #header.header.sticky .header-main .logo {
    width: 100px;
  }

  .nav_open {
    overflow: hidden;
  }

  .main-banner {
    height: 600px;
  }
  .main-banner .banner-conn {
    width: 410px;
    top: 55%;
  }

  .blog-item h5 {
    font-size: 14px;
    line-height: 150%;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .btn-main, input[type=submit] {
    height: 46px;
    line-height: 46px;
    font-size: 14px !important;
  }

  .hero-inner-banner-raw,
.woocommerce-products-header{
    padding-top: 120px;
  }

  .about-raw .img-wrap-col {
    padding-left: 0;
  }

  .video-raw {
    padding: 150px 0 80px;
  }

  .contact-section .contact-detail {
    padding: 25px 25px 40px;
  }
  .contact-section .contact-detail h5 {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .contact-section .contact-detail .con-col h6 {
    font-size: 12px;
  }
  .contact-section .contact-detail .con-col a {
    font-size: 18px;
  }
  .contact-section .contact-detail .con-col p {
    font-size: 14px;
  }
  .contact-section .contact-detail .con-col.phone-col a {
    font-size: 26px;
  }
  .contact-section .right-conn {
    padding-left: 30px;
  }
  .contact-section .right-conn .contact-form {
    padding: 25px;
  }
  .contact-section .right-conn .contact-form form .form-raw .form-col label {
    font-size: 12px;
    margin-bottom: 2px;
  }

  .product-detail-raw .product-detail-inner {
    padding: 20px;
  }
  .product-detail-raw h1 {
    font-size: 28px;
  }
  .product-detail-raw .characteristics-col h4 {
    font-size: 18px;
  }
  .product-detail-raw .characteristics-col ul li h5 {
    font-size: 18px;
  }

  footer#footer .footer-logo {
    width: 140px;
  }

  .cta-section .col-md-6 {
    width: 60%;
  }
  .cta-section .subscribe-form .email-input {
    width: 350px;
  }
}
@media (max-width: 991px) {
  .container {
    width: 98%;
    padding: 0 15px;
  }

  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
  }

  p {
    font-size: 14px;
  }

  .ptb100, .ptb80,
	.single-product div.product .woocommerce-tabs{
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .btn-main, input[type=submit] {
    height: 46px;
    line-height: 46px;
    margin-top: 25px;
    font-size: 14px !important;
  }

  #header.header .header-main .logo {
    width: 120px;
  }
  #header.header.sticky .header-main .logo {
    width: 120px;
  }
  #header.header .header-right .nav-main .menu li a {
    font-size: 14px;
  }
  #header.header .header-right .nav-main .menu li a::before, #header.header .header-right .nav-main .menu li a::after {
    height: 4px;
  }
  #header.header .header-right .nav-main .menu li a::before {
    top: -8px;
  }
  #header.header .header-right .nav-main .menu li a::after {
    bottom: -8px;
  }

  .main-banner {
    height: 500px;
  }
  .main-banner .banner-conn {
    width: 360px;
  }
  .main-banner .banner-conn h1 {
    padding-bottom: 10px;
  }

  .home-product-section .title-raw h2 {
    margin-bottom: 25px;
  }
  .home-product-section .prod-item {
    margin-bottom: 35px;
  }
  .home-product-section .prod-item:nth-child(odd) {
    padding-right: 15px;
  }
  .home-product-section .prod-item:nth-child(even) {
    padding-left: 15px;
  }
  .home-product-section .prod-item h3 {
    font-size: 20px;
    line-height: 120%;
  }
  .home-product-section .prod-item a .conn-wrap {
    padding: 15px 20px;
  }
  .home-product-section .prod-item a .conn-wrap .arrow {
    width: 28px;
    height: 28px;
  }

  .home-blog-section .title-raw h2 {
    margin-bottom: 25px;
  }

  .blog-item h3 {
    font-size: 13px;
  }
  .blog-item .img-wrap {
    height: 100px;
  }

  footer#footer {
    padding: 55px 0;
  }
  footer#footer .first-col {
    width: 30%;
  }
  footer#footer .second-col {
    width: 40%;
  }
  footer#footer .second-col .footer-menu {
    width: auto;
  }
  footer#footer .second-col .footer-menu .menu li {
    margin-bottom: 15px;
  }
  footer#footer .second-col .footer-menu .menu li a {
    font-size: 14px;
    line-height: 120%;
    white-space: nowrap;
  }
  footer#footer .third-col {
    width: 30%;
  }
  footer#footer .third-col .social-col li a {
    width: 35px;
    height: 35px;
    font-size: 14px;
    line-height: 34px;
  }

  .about-raw .about-conn {
    padding-right: 20px;
  }

  .video-raw {
    padding: 100px 0 70px;
  }
  .video-raw .video-inner .play-pause-btn {
    background-size: 70px;
  }

  .contact-cta .contact-cta-inner .left-conn {
    width: 65%;
  }
  .contact-cta .contact-cta-inner .right-conn {
    margin-left: auto;
  }
  .contact-cta .contact-cta-inner .right-conn .btn-main {
    padding: 0 25px;
    font-size: 13px !important;
  }
  .contact-cta .contact-cta-inner .right-conn .btn-main i {
    width: 22px;
    height: 22px;
  }

  .product-list-raw h1 {
    font-size: 22px;
  }
  .product-list-raw .product-item-col .color-list {
    padding: 10px 0;
  }
  .product-list-raw .product-item-col .img-wrap {
    height: 200px;
  }
  .product-list-raw .product-item-col .prod-title {
    font-size: 16px;
  }

  .product-detail-raw {
    padding-top: 145px;
  }
  .product-detail-raw h1 {
    font-size: 24px;
  }
  .product-detail-raw .btn-wrapper .btn-main {
    margin-top: 20px;
  }
  .product-detail-raw .characteristics-col {
    padding: 20px;
  }
  .product-detail-raw .characteristics-col ul li h6 {
    font-size: 13px;
  }
  .product-detail-raw .characteristics-col ul li h5 {
    font-size: 16px;
  }
  .product-detail-raw .product-content-wrap {
    padding-left: 0;
  }

  .product-detail-tab-raw .tab-raw .nav li a {
    padding: 16px;
    letter-spacing: 1px;
  }

  footer#footer .footer-logo {
    width: 100px;
  }

  .cta-section .col-md-6 {
    width: 74%;
  }
	.product-detail-row .product-image-gallery figure.slideshow-items.zoom {
		background-position: 50% 50% !important;
		background-image: none !important;
	}
	.product-detail-row .product-image-gallery figure.slideshow-items.zoom:hover img {
		opacity: 1;
	}
	.product-detail-row .product-image-gallery figure.slideshow-items.zoom img {
		transition: inherit;
	}
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 28px;
  }

  .ptb100, .ptb80,
	.single-product div.product .woocommerce-tabs{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .btn-main, input[type=submit] {
    height: 46px;
    line-height: 46px;
    font-size: 14px !important;
  }

  #header.header .header-main .logo {
    width: 100px;
  }
  #header.header .header-main .header-right .res_navigation {
    top: 12px;
  }
  #header.header.sticky .header-main .logo {
    width: 100px;
  }
  #header.header .header-right .nav-main .menu li a {
    font-size: 14px;
  }
  #header.header .header-right .nav-main .menu li a::before, #header.header .header-right .nav-main .menu li a::after {
    height: 4px;
  }
  #header.header .header-right .nav-main .menu li a::before {
    top: -8px;
  }
  #header.header .header-right .nav-main .menu li a::after {
    bottom: -8px;
  }

  .main-banner {
    height: 450px;
  }

  .home-product-section .prod-item h3 {
    font-size: 16px;
  }
  .home-product-section .prod-item a .conn-wrap {
    padding: 15px;
  }
  .home-product-section .prod-item a .conn-wrap .arrow {
    width: 22px;
    height: 22px;
  }

  footer#footer {
    padding: 50px 0;
  }
  footer#footer .first-col {
    width: 100%;
    text-align: center;
  }
  footer#footer .second-col {
    margin-top: 15px;
    width: 100%;
  }
  footer#footer .second-col .footer-menu {
    width: auto;
  }
  footer#footer .second-col .footer-menu .menu {
    column-count: inherit;
    text-align: center;
  }
  footer#footer .second-col .footer-menu .menu li {
    margin: 0 8px 12px 0;
    display: inline-block;
  }
  footer#footer .second-col .footer-menu .menu li a {
    font-size: 14px;
    line-height: 120%;
    white-space: inherit;
  }
  footer#footer .third-col {
    width: 100%;
    text-align: center;
  }
  footer#footer .third-col .social-col li {
    margin: 10px 15px 0 0;
  }
  footer#footer .third-col .social-col li a {
    width: 35px;
    height: 35px;
    font-size: 14px;
    line-height: 34px;
  }

  .about-raw .about-conn {
    padding: 0 0 35px;
  }
  .about-raw .img-wrap-col img.img1 {
    padding-right: 15px;
    margin-top: 40px;
  }
  .about-raw .img-wrap-col img.img2 {
    padding-left: 15px;
  }

  .hero-inner-banner-raw,
	.woocommerce-products-header{
    padding: 100px 0 60px;
  }
	.woocommerce-products-header{
		padding-bottom: 0px !important;
	}
  .video-raw {
    padding: 80px 0 70px;
  }
  .video-raw .video-inner .play-pause-btn {
    background-size: 60px;
  }

  .contact-section .right-conn {
    padding: 30px 15px 0;
  }

  .product-detail-raw {
    padding-top: 130px;
  }
  .product-detail-raw .product-detail-inner {
    padding: 15px;
  }
  .product-detail-raw .product-image-gallery {
    padding-right: 0;
    margin-top: 30px;
  }
  .product-detail-raw .product-image-gallery > img {
    width: 100%;
  }
	.product-detail-raw .right-conn {
		margin-top:30px;
	}
	.product-detail-raw .left-conn h1 {
		display: block;
	}
  .product-detail-raw .right-conn h1 {
    display: none;
  }
  .product-detail-raw .product-detail-row .left-conn {
    padding-right: 15px;
  }
  .product-detail-raw .btn-wrapper .btn-main {
    margin-right: 10px;
  }

  .product-detail-tab-raw .tab-raw .nav {
    overflow: auto;
    flex-wrap: unset;
  }
  .product-detail-tab-raw .tab-raw .nav li a {
    padding: 14px;
    letter-spacing: 0.5px;
    white-space: nowrap;
  }

  footer#footer .footer-logo {
    margin: 0 auto;
  }

  .product-list-raw .pagination .page-numbers {
    font-size: 16px;
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
  .product-list-raw .pagination .page-numbers.prev, .product-list-raw .pagination .page-numbers.next {
    background-size: 12px;
  }

  .cta-section .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .contact-cta .contact-cta-inner {
    flex-wrap: wrap;
  }
  .contact-cta .contact-cta-inner .left-conn {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .contact-cta .contact-cta-inner .right-conn {
    width: 100%;
    text-align: center;
  }

  .cta-section .subscribe-form .email-input {
    width: 90%;
  }
  .cta-section .subscribe-form input[type=submit] {
    margin: 15px auto 0;
    display: block;
  }
}
@media (max-width: 575px) {
  .main-banner .banner-conn {
    width: 100%;
    left: 0;
    padding: 0 15px;
  }

  .home-product-section .btn-main {
    margin-top: 30px;
  }

  .blog-item .img-wrap {
    height: auto;
  }

  footer#footer {
    padding: 40px 0;
  }

  .contact-section .contact-detail {
    padding: 25px 15px 30px;
  }
  .contact-section .right-conn .contact-form {
    padding: 25px 15px;
  }
  .contact-section .right-conn .contact-form form .form-raw .form-col.half-width {
    width: 100%;
    padding: 0 !important;
  }
  .contact-section .right-conn .contact-form form .wpcf7-submit {
    margin-top: 5px;
    font-size: 13px !important;
  }

  .product-list-raw .product-item-col .img-wrap {
    height: auto;
  }

  .testimonial-section .testimonial-slider .slick-list .testimonial-item {
    flex-wrap: wrap;
  }
  .testimonial-section .testimonial-slider .slick-list .testimonial-item .img-wrap {
    margin: 0 auto;
  }
  .testimonial-section .testimonial-slider .slick-list .testimonial-item .content-col {
    padding: 20px 0 0;
    text-align: center;
    width: 100%;
    flex: inherit;
  }
}
@media only screen and (max-device-width: 480px) {
  html {
    -webkit-text-size-adjust: none;
  }
}
@media (max-width: 479px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 26px;
  }

  #header.header .header-main .logo, #header.header.sticky .header-main .logo {
    width: 100px;
  }
  #header.header .header-main .header-right .nav-main .menu li a, #header.header.sticky .header-main .header-right .nav-main .menu li a {
    font-size: 16px !important;
  }

  .main-banner {
    height: 380px;
  }

  .btn-main, input[type=submit] {
    height: 46px;
    line-height: 46px;
    font-size: 14px !important;
    padding: 0 25px;
  }

  .video-raw {
    padding: 60px 0 50px;
  }
  .video-raw .video-inner .play-pause-btn {
    background-size: 50px;
  }

  .cta-section .subscribe-form .email-input {
    width: 100%;
  }

  .product-detail-raw .btn-wrapper .out-of-stock {
    clear: both;
    display: block;
    margin: 25px 0 0;
  }
}
@media (max-width: 767px) {
	.home-blog-section {
		display: none;
	}
	.home-product-section .prod-item a img {
		filter: inherit;
	}
}

figure.slideshow-items.zoom {
  background-position: 50% 50%;
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: zoom-in;
}
figure.slideshow-items.zoom:hover img {
  opacity: 0;
}
figure.slideshow-items.zoom img {
  transition: opacity 0.5s;
  display: block;
  width: 100%;
}
.thumbnail-row .slideshow-thumbnails {cursor:pointer;}
form .form-raw .form-col .wpcf7-form-control-wrap input[type=email] {
	text-transform:lowercase !important;
}
form .form-raw .form-col .wpcf7-form-control-wrap input[type=email]::-webkit-input-placeholder { 
  text-transform: capitalize;
}
form .form-raw .form-col .wpcf7-form-control-wrap input[type=email]::-moz-placeholder { 
  text-transform: capitalize;
}
form .form-raw .form-col .wpcf7-form-control-wrap input[type=email]:-ms-input-placeholder { 
  text-transform: capitalize;
}
form .form-raw .form-col .wpcf7-form-control-wrap input[type=email]:-moz-placeholder { 
  text-transform: capitalize;
}
.bottom-bar{background:rgba(255,255,255,0.2);}
.bottom-bar p {font-size:14px;padding: 10px 0; color:rgba(255, 255, 255, 0.5);}
.product-list-raw .product-item-col .img-wrap a {height: 100%;width:100%;}
footer#footer .first-col p.mt0 {margin-top:10px;font-size:12px}
nav.navigation.posts-navigation {display: none;}
footer#footer .second-col .footer-menu .menu {column-count: inherit;}
footer#footer .second-col .footer-menu .menu li {width:50%;float:left;}
@media (max-width: 767px) {
  footer#footer .second-col .footer-menu .menu li{float:inherit;width:auto;}
}
/*# sourceMappingURL=style.css.map */

.pt100 {
	padding-top: 100px;
}
@media (max-width: 1120px) {
	.pt100 {
		padding-top: 80px;
	}
}
@media (max-width: 991px) {
	.pt100 {
		padding-top: 80px;
	}
}
@media (max-width: 767px) {
	.pt100 {
		padding-top: 60px;
	}
}

.what-we-do-section {
	text-align: center;
}
.what-we-do-section .title-raw {
    padding-bottom: 20px;
	display: inline-block;
}
.what-we-do-section h6 {
	margin-top: 30px;
}
.what-we-do-section .what-we-do-box {
	padding: 60px 30px;
	position: relative;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	flex-direction: column;
}
.what-we-do-section .border-sep {
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.what-we-do-section .border-sep.border-top,
.what-we-do-section .border-sep.border-bottom {
	width: 80%;
	height: 1px;
	margin: 0 auto;
}
.what-we-do-section .border-sep.border-top {
	top: 0;
	left: 0;
	right: 0;
}
.what-we-do-section .border-sep.border-bottom {
	bottom: 0;
	left: 0;
	right: 0;
}
.what-we-do-section .border-sep.border-left,
.what-we-do-section .border-sep.border-right {
	height: 80%;
	width: 1px;
	margin: auto 0;
}
.what-we-do-section .border-sep.border-left {
	top: 0;
	left: 0;
	bottom: 0;
}
.what-we-do-section .border-sep.border-right {
	top: 0;
	right: 0;
	bottom: 0;
}
.what-we-do-section .what-we-do-col:nth-last-child(-n + 3) span.border-sep.border-top {
	border: 0 !important;
}
.what-we-do-section .what-we-do-box {
	width: 100%;
}
.what-we-do-section .what-we-do-box img {
	-webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1); 
	max-width: 80px;
	max-height: 80px;
	margin: 0 auto;
}
.what-we-do-section .what-we-do-box:hover img {
	-webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);
}
.what-we-do-imgbox {
    width: 100%;
}

.what-we-do-section .what-we-do-box {
    display: flex !important;
}
.what-we-do-section .what-we-do-box img {
    max-width: 240px !important;
    width: 100%;
    height: auto;
    max-height: initial !important;
}
@media (max-width: 991px) {
	.what-we-do-section .what-we-do-box {
		padding: 40px 25px;
	}
}
@media (max-width: 767px) {
	.pt100 {
		padding-top: 60px;
	}
	.what-we-do-section .what-we-do-col:nth-last-child(-n + 3) span.border-sep.border-top {
		border: 1px solid rgba(255, 255, 255, 0.2) !important;
	}
	.what-we-do-section .row {
		display: inline-flex;
		flex-wrap: nowrap;
	}
	.what-we-do-section .what-we-do-box {
		padding: 30px 15px;
	}
	.what-we-do-section .what-we-do-box img {
		max-width: 70px;
		max-height: 70px;
	}
}
@media (max-width: 479px) {
	.what-we-do-section h6 {
		font-size: 16px;
	}
}
.what-we-do-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .what-we-do-wrap .what-we-do-col {
    width: 33.333%;
  }
  .what-we-do-wrap .what-we-do-col:nth-child(2) .border-sep.border-left,
  .what-we-do-wrap .what-we-do-col:nth-child(3) .border-sep.border-left,
  .what-we-do-wrap .what-we-do-col:nth-child(5) .border-sep.border-left,
  .what-we-do-wrap .what-we-do-col:nth-child(6) .border-sep.border-left {
    display: none;
  }
  @media (max-width: 767px) {
    .what-we-do-wrap .what-we-do-col {
      width: 50%;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
    }
    .what-we-do-wrap .what-we-do-col:nth-child(3) .border-sep.border-left,
    .what-we-do-wrap .what-we-do-col:nth-child(5) .border-sep.border-left {
      display: block;
    }
    .what-we-do-wrap .what-we-do-col:nth-child(2) .border-sep.border-left,
    .what-we-do-wrap .what-we-do-col:nth-child(4) .border-sep.border-left,
    .what-we-do-wrap .what-we-do-col:nth-child(6) .border-sep.border-left,
    .what-we-do-wrap .what-we-do-col:nth-last-child(-n + 4) span.border-sep.border-top {
      display: none;
    }
    .what-we-do-section h6 {
      margin-top: 20px;
      clear: both;
    }
    .what-we-do-section .title-raw {
        padding-bottom: 5px;
    }
    .what-we-do-section h6 br {
      display: none;
    }
  }


  .color-switch {
    display: flex;
    margin: 20px 0;
}

.color-switch input[type="radio"] {
    display: none; /* Hide the radio buttons */
}

.color-switch label {
    cursor: pointer;
    width: 40px;  /* Adjust size as needed */
    height: 40px; /* Adjust size as needed */
    margin: 0 5px;
    border-radius: 50%; /* Circle shape */
    border: 2px solid #ccc; /* Border color */
    transition: border-color 0.3s;
}

.color-switch input[type="radio"]:checked + label {
    border-color: #000; /* Change border on select */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Add shadow on select */
}





.raahaa_body.woocommerce-page .site-main .entry-header {
  padding: 180px 15px 80px;
}
.raahaa_body.woocommerce-page .site-main .entry-header .entry-title {
  text-align: center;
	margin-bottom: 30px !important;
}
.raahaa_body .woocommerce-pagination {
  padding: 0 15px;
  margin-top: 20px;
  display: flex;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
.raahaa_body nav.woocommerce-pagination ul,
.raahaa_body.woocommerce nav.woocommerce-pagination ul {
  justify-content: center;
  display: flex;
}
.raahaa_body nav.woocommerce-pagination ul li,
.raahaa_body.woocommerce nav.woocommerce-pagination ul li {
  margin: 0 2px;
}
.raahaa_body nav.woocommerce-pagination ul, .raahaa_body nav.woocommerce-pagination ul li,
.raahaa_body.woocommerce nav.woocommerce-pagination ul, .raahaa_body.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
}
.raahaa_body nav.woocommerce-pagination ul li a,
.raahaa_body.woocommerce nav.woocommerce-pagination ul li a {
  font-size: 18px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.raahaa_body nav.woocommerce-pagination ul li span.current,
.raahaa_body.woocommerce nav.woocommerce-pagination ul li span.current{
  background: #B27913;
  color: white;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  padding: 0;
	display: inline-block;
	text-align: center;
}

.raahaa_body nav.woocommerce-pagination ul li a.next,
.raahaa_body.woocommerce nav.woocommerce-pagination ul li a.next {
  background: transparent url(../images/ic-right.svg) center center no-repeat;
  background-size: 14px;
  font-size: 0;
  margin: 0;
}
.raahaa_body nav.woocommerce-pagination ul li a.prev,
.raahaa_body.woocommerce nav.woocommerce-pagination ul li a.prev {
  background: transparent url(../images/ic-left.svg) center center no-repeat;
  background-size: 14px;
  font-size: 0;
  margin: 0;
}

.product-list-raw .product-item-col .woocommerce-loop-product__link {
    width: 100%;
}

/* html {
  position: relative;
  top: -32px;
}
#wpadminbar {
  display: none;
} */
.yay-currency-single-page-switcher {
  width: auto;
  float: left;
}
.yay-currency-custom-select.open .yay-currency-custom-select__trigger {
  border: 1px solid #9f6a0d;
}
body .yay-currency-custom-select__trigger {
  line-height: 14px;
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid #a67012 !important;
  border-radius: 20px !important;
  font-size: 14px;
  color: #fff;
  height: 42px !important;
  padding: 0 10px;
	transition: all 0.3s;
}
.yay-currency-custom-arrow::before,
.yay-currency-custom-arrow::after{
  background-color: #fff !important;
}
body .yay-currency-custom-option-row.selected {
  color: #ffffff;
  background-color: #a67012;
}
body .yay-currency-custom-option-row {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}
body .yay-currency-custom-option-row:hover {
  background-color: rgb(0, 0, 0);
}
body .yay-currency-custom-option.small {
  font-size: 14px !important;
}
body .yay-currency-custom-options {
	border: 0px;
}
body .yay-currency-single-page-switcher {
  margin-bottom: 0px;
	position: relative;
  z-index: 9;
}
#header.header .header-right .nav-main {
	float: left;
	margin-right: 20px;
}
.login-box {
  width: auto;
  float: left;
	position: relative;
  z-index: 9;
}
.login-box svg {
  width: 26px;
  float: left;
  height: 24px;
  fill: #fff;
}
.login-box a {
  position: relative;
  width: 42px;
  height: 42px;
  float: left;
  background-color: rgba(0,0,0,0.8);
  border: 1px solid #a67012;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
	margin-right: 20px;
}
.login-box a:hover,
body .yay-currency-custom-select__trigger:hover{
  background-color: #a67012 !important;
}
.login-box a span {
  background-color: #ffffff;
  border-radius: 100%;
  font-size: 10px;
  width: 14px;
  height: 14px;
  color: #000000;
  float: left;
  text-align: center;
  position: absolute;
  right: 7px;
  top: 6px;
  line-height: 14px;
  font-weight: 700;
}
.search-box {
  width: 100%;
  text-align: right;
	position: relative;
	margin-bottom: 10px;
	order: -1;
  z-index: 10;
}
.search-box #searchform {
    max-width: 350px;
    float: right;
}
#header.header .header-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
.search-box input[type="text"] {
  width: 100%;
  box-shadow: none;
  border: none;
  padding: 10px 50px 10px 16px;
    font-size: 14px;
  border-radius: 40px;
	border: 1px solid rgba(254, 165, 9, 0.6);
	background-color: transparent;
	color: #ffffff;
}
.search-box input[type="submit"] {
    margin-top: 0px;
    position: absolute;
    right: 4px;
    top: 3px;
    height: 29px;
    line-height: 26px;
    background-color: rgba(0, 0, 0, 0);
    padding: 0 20px;
    font-size: 0px !important;
    letter-spacing: 0.5px;
    font-weight: 400;
	background-image: url(/wp-content/uploads/2024/11/search-icon.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center center;
    border: none;
}
#header.header .header-right {
  padding: 0px !important;
	width: 80%;
}
#header.header .header-main .logo {
  padding: 9px 0;
}
#header.header .menu-main-menu-container {
  display: flex;
  align-items: center;
}
.woocommerce nav.woocommerce-pagination {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    float: none;
}

.woocommerce-products-header {
  text-align: center;
}
.woocommerce-products-header h1 {
  text-transform: uppercase;
}
.woocommerce-products-header h1,
.woocommerce-products-header .term-description{
  display: inline-block;
  float: none;
}
.product-list-raw .product-item-col .color-list {
  margin: 0px;
}
.woocommerce div.product .product_title,
.product-list-raw .product-item-col .prod-title {
  text-transform: capitalize;
}
.product-list-raw .product-item-col .price,
.single-product div.product p.price{
  width: 100%;
  float: left;
  margin-top: 10px;
}
.product-list-raw .product-item-col .price span{
  font-weight: 700;
  font-size: 18px;
}
.single-product div.product p.price span {
  font-weight: 700;
  font-size: 24px;
}
.woocommerce .product-item {
  margin-bottom: 30px !important;
}
.product-list-raw .product-item-col {
  height: 100%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  margin-right: 0px !important;
  padding: 2.5px;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: initial !important;
}
.woocommerce-breadcrumb {
  display: none;
}
.single-product div.product p.price {
  margin: 0px !important;
}
.woocommerce div.product form.cart .variations label {
  width: auto;
  font-size: 14px;
  font-weight: 600;
  padding-right: 20px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1rem !important;
}
.woocommerce div.product div.images .flex-control-thumbs {
  width: calc(100% + 5px) !important;
  margin: 0 -2.5px !important;
}
.woocommerce div.product form.cart .variations th.label {
  float: left;
  padding: 3px 0;
}
.woocommerce div.product form.cart .reset_variations {
  float: left;
  margin-left: 0px;
}
.single-product div.product .single_variation .price span {
  font-size: 22px;
  font-weight: 700;
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 0 !important;
}
.woocommerce-variation.single_variation {
  margin-top: 10px;
}
.woocommerce div.product form.cart div.quantity {
  width: 150px !important;
	margin: 10px 20px 0px 0 !important;
}
body .rtwpvs-term:not(.rtwpvs-radio-term) {
  width: 36px;
  height: 36px;
}
.woocommerce .quantity .qty {
  width: 100% !important;
  padding: 14px 20px;
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  font-weight: 500;
  border: 1px solid #a67012;
  border-radius: 40px;
  font-size: 18px;
  line-height: 120% !important;
  height: 50px;
}
.woocommerce div.product form.cart .button {
  background-color: #a67012 !important;
  padding: 15px 40px !important;
  border-radius: 40px;
  height: 50px;
  color: #fff !important;
	margin: 10px 0px 0px 0 !important;
}
.single-product div.product form.cart {
  margin-bottom: 0px !important;
}
.product_meta {
  display: none;
}
.woocommerce-product-details__short-description {
  width: 100%;
  display: inline-block;
}
/* .bulk-pricing {
  background-color: #fffae6;
  width: 100%;
  display: inline-block;
  color: #000;
  padding: 20px 30px;
  margin-top: 15px;
} */
.bulk-pricing {
    background-color: transparent;
    width: 100%;
    display: inline-block;
    color: #f5f5f5;
    padding: 20px 30px;
    margin-top: 15px;
    border: 1px solid rgba(254, 165, 9, 0.6);
    border-radius: 10px;
}
.bulk-pricing p {
  color: #f5f5f5;
  line-height: 130%;
	margin: 0 0 10px;
}
.bulk-pricing p:last-child {
	margin: 0;
}
.bulk-pricing ul {
	margin: 0 0 10px;
}
.bulk-pricing ul li {
  padding-left: 16px;
  line-height: 120%;
  margin-bottom: 8px;
  position: relative;
}
.bulk-pricing ul li::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: rgba(254, 165, 9, 0.6);
  border-radius: 100%;
  left: 0;
  top: 6px;
}
.bulk-pricing ul {
  margin: 15px 0 0;
}
.bulk-pricing p svg {
  width: 30px;
  margin-right: 10px;
  display: inline-block;
}
.bulk-pricing p a {
  color: rgba(254, 165, 9, 0.6);
  line-height: 130%;
	text-decoration: none;
}

.bulk-pricing .btn-link, .bulk-pricing p a {
	color: rgba(254, 165, 9, 0.6);
	position: relative;
	margin: 10px 0 0;
}

.bulk-pricing .btn-link::after, .bulk-pricing p a::after {
	display: inline-block;
  -webkit-transform: scale(0.5, 1);
  -moz-transform: scale(0.5, 1); 
  -ms-transform: scale(0.5, 1);
  -o-transform: scale(0.5, 1); 
  transform: scale(0.5, 1); 
  content: ">";
  position: relative;
  margin-left: 2px;
  transition: all 0.25s ease-in-out;
}
.bulk-pricing .btn-link:hover::after, .bulk-pricing p a:hover:after {
	margin-left: 5px;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0px;
  padding: 0;
	width: 100%;
	background-color: transparent !important;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0px;
  border-radius: 0px;
  padding: 0px;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
	background-color: transparent !important;
	border-top: 0px !important;
  border-bottom: 0px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after{
	display: none !important;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  width: 100%;
  padding: 20px;
  color: #fff !important;
  text-align: center;
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
}
.product-detail-tab-raw .tab-raw .nav li a::before{
	width: 0% !important;
}
.product-detail-tab-raw .tab-raw .nav li.active a::before {
  width: 100% !important;
}
body.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0px !important;
  padding: 30px 0;
  width: 100%;
}
 .product-detail-raw .right-conn h1 {
    display: block !important;
  }
.woocommerce div.product div.images {
  margin-bottom: 0px !important;
}
.single-product div.product .variations_button {
  padding-top: 0px !important;
}
.woocommerce-notices-wrapper {
  width: 100%;
  max-width: 1430px;
  padding: 0 15px;
  margin: 0 auto;
}
.woocommerce-notices-wrapper .woocommerce-message{
	margin: 180px auto 0;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
  padding: 0px !important;
  background-color: transparent !important;
  color: #fff !important;
}
.page-template-general-page .detail-inner .entry-header {
  padding: 0px !important;
}
.wc-block-components-sidebar-layout {
  width: 100%;
}
.wc-block-cart .wc-block-cart__submit-container .wc-block-cart__submit-button,
.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button{
  background-color: rgba(254, 165, 9, 0.6);
  color: #fff;
  border-radius: 40px;
  margin-top: 20px;
  font-size: 18px;
}
.is-large.wc-block-cart {
  margin-bottom: 0px !important;
}
body .wc-block-grid__products .wc-block-grid__product .price {
  color: #fff;
  font-size: 18px;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  background-color: #c2a501;
  font-size: 16px !important;
	color: #fff;
}
.wc-block-cart__submit {
	margin: 0 0 0px !important;
}
.wc-block-components-address-form {
  width: 100%;
  display: inline-block;
}
.wc-block-components-notice-snackbar-list {
  position: initial;
  width: 200%;
  display: inline-block;
}
.wc-block-components-checkout-step__content > * {
  margin-bottom: 0px !important;
}
body .wc-block-components-notices__snackbar {
  bottom: 20px;
  left: 16px;
  position: initial;
  width: 100%;
}
body .wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
  margin: 0px !important;
  padding-top: 20px !important;
}
body .wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step {
	margin-bottom: 20px;
}
body .wc-block-components-form .wc-block-components-checkout-step {
	margin: 0 0 20px;
}
.wc-block-components-checkout-step__content {
  width: 100%;
  display: inline-block;
}
.page-template-general-page .detail-inner h1 {
  margin-bottom: 0px !important;
}
body .wc-block-components-totals-item__description {
  padding-top: 8px;
  font-size: 14px;
}
.wc-block-components-form .wc-block-components-text-input input[type="email"], .wc-block-components-form .wc-block-components-text-input input[type="number"], .wc-block-components-form .wc-block-components-text-input input[type="password"], .wc-block-components-form .wc-block-components-text-input input[type="tel"], .wc-block-components-form .wc-block-components-text-input input[type="text"], .wc-block-components-form .wc-block-components-text-input input[type="url"], .wc-block-components-text-input input[type="email"], .wc-block-components-text-input input[type="number"], .wc-block-components-text-input input[type="password"], .wc-block-components-text-input input[type="tel"], .wc-block-components-text-input input[type="text"], .wc-block-components-text-input input[type="url"] {
  outline: none !important;
  box-shadow: none !important;
}
.wc-block-components-panel__content {
  width: 100%;
  display: inline-block;
}
.is-large .wc-block-checkout__actions {
  padding: 0 0 0px !important;
}
.wc-block-components-notice-banner {
  margin: 0px !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  margin-right: 2%;
}
.woocommerce-MyAccount-content fieldset {
  width: 100%;
  padding-top: 20px;
  display: inline-block;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  padding: 12px 15px;
  box-shadow: none;
  border: none;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
  color: #000;
  top: 0;
  right: 0;
}
.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide label {
  display: flex;
  gap: 10px;
	align-items: center;
}
body .woocommerce-MyAccount-content .woocommerce-Button.button,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
button.woocommerce-Button.button{
  background-color: rgba(254, 165, 9, 0.6) !important;
  color: #fff !important;
  border-radius: 40px;
  margin-top: 20px;
  font-size: 18px;
  padding: 16px 40px !important;
}
.woocommerce .woocommerce-MyAccount-content form .form-row {
  padding: 0px;
  margin: 0 0 16px !important;
}
.col2-set.addresses {
  margin-top: 20px;
}
.col2-set.addresses address {
  margin-top: 20px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  width: 100%;
  display: flex !important;
	align-items: center;
  gap: 10px;
}
.form-row input[type="checkbox"], .form-row input[type="radio"] {
  outline: none;
  border: none;
  width: 18px;
}
a, button, input {
  outline: none !important;
	box-shadow: none !important;
}
.woocommerce-message {
  border-top-color: rgba(254, 165, 9, 0.6) !important;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
	background-color: #0a0a0a !important;
}
.woocommerce-form.woocommerce-form-login.login {
  margin: 0px;
}
body .wc-block-components-totals-item__description a {
  text-decoration: underline;
  color: rgba(254, 165, 9, 0.6);
}
.wp-custom-logo .woocommerce {
    max-width: 600px;
    margin: 0 auto;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    background-color: transparent;
    border: 1px solid rgba(254, 165, 9, 0.6);
    color: #ffffff;
}
.wp-custom-logo .woocommerce form .form-row {
    width: 100%;
}
::-webkit-input-placeholder {
  color: #fff;
}
::-moz-placeholder {
  color: #fff;
}
:-ms-input-placeholder {
  color: #fff;
}
:-moz-placeholder {
  color: #fff;
}
.wc-block-components-quantity-selector {
    border: 1px solid #a67012;
}
.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url],
.wc-blocks-components-select .wc-blocks-components-select__select{
    background-color: transparent !important;
	border:1px solid #a67012 !important;
	color: #fff !important;
}
.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label,
.wc-blocks-components-select .wc-blocks-components-select__label{
	color: #ffffff !important;
}
.wc-blocks-components-select .wc-blocks-components-select__container {
	background: transparent !important;
}
.wc-blocks-components-select .wc-blocks-components-select__select option {
    color: #000000;
}
.wc-blocks-components-select .wc-blocks-components-select__expand {
	fill: #ffffff;
}
.yay-currency-checkout-notice {
    width: 100%;
    display: inline-block;
    border-color: #a67012 !important;
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.2) !important;
}
.is-large .wp-block-woocommerce-checkout-order-summary-block {
	border: 1px solid #a67012 !important;
}
.wc-block-components-totals-wrapper {
	border-top: 1px solid #a67012 !important;
}
.wp-block-woocommerce-checkout-order-summary-discount-block.wc-block-components-totals-wrapper, .wp-block-woocommerce-checkout-order-summary-fee-block.wc-block-components-totals-wrapper {
    border: none !important;
}

.raahaa_body.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
	background: #a67012 !important;
}

.raahaa_body.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .raahaa_body.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price, .raahaa_body.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
	color: #a67012 !important;
}

@media (max-width: 1120px) {
	.search-box {
		width: auto;
		margin-bottom: 0px;
	  margin-right: 20px;
	}
	#header.header .header-main .logo {
	  padding: 0px 0;
	}
	#header.header .header-main .header-right {
    	padding-right: 50px !important;
		margin: 6px 0;
	}
	.nav-toggle {
		top: -3px;
	}
	.search-box input[type="text"] {
		padding: 10px 130px 10px 20px;
	}
	.search-box #searchform {
		max-width: 360px;
	}
}
@media (max-width: 991px) {
	#header.header .header-main .header-right {
		width: calc(100% - 120px);
	}
	#header.header .header-main .header-right {
		margin: 12px 0;
	  }
	 .search-box {
		width: calc(100% + 120px);
		margin-bottom: 0px;
		margin-right: 0px;
		position: absolute;
		order: 1;
		left: -120px;
		bottom: -64px;
	  }
	 #header.header .header-main {
		padding: 10px 0 60px;
	  }
	.search-box #searchform {
		max-width: 100%;
	  }
	#container {
	  padding-top: 50px;
	}
	.woocommerce-notices-wrapper .woocommerce-message {
		margin: 100px auto 0;
	}
}
@media (max-width: 767px) {
	#header.header .header-main .header-right {
		margin: 7px 0;
		width: calc(100% - 100px);
	  }
	.nav-toggle {
		top: 1px;
	  }
	.search-box {
    	width: calc(100% + 100px);
		left: -100px;
		bottom: -58px;
	  }
	.single-product div.product p.price span {
	  font-size: 24px;
	}
	.bulk-pricing {
		padding: 15px 20px 20px;
	}
	.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
	  float: none;
	  display: inline-block;
	}
}
@media (max-width: 600px) {
  .is-mobile .wc-block-components-form .wc-block-components-checkout-step::after, .is-small .wc-block-components-form .wc-block-components-checkout-step::after {
	  bottom: -20px !important;
	}
	.is-mobile .wc-block-components-form .wc-block-components-checkout-step, .is-small .wc-block-components-form .wc-block-components-checkout-step {
		margin-bottom: 20px !important;
	}
	.is-mobile .wc-block-components-form .wc-block-components-checkout-step, .is-small .wc-block-components-form .wc-block-components-checkout-step {
		padding-top: 20px !important;
	  }
	.is-medium .wc-block-checkout__sidebar, .is-mobile .wc-block-checkout__sidebar, .is-small .wc-block-checkout__sidebar {
		margin-bottom: 0px !important;
	}
}
@media (max-width: 479px) {
	 #header.header .header-main .header-right {
		 padding-right: 38px !important;
	}
	 .login-box a {
		margin-right: 8px;
		width: 36px;
		height: 36px;
	  }
	body .yay-currency-custom-select__trigger {
  	font-size: 13px;
  	height: 36px !important;
		padding: 0 0px;
	}
	#header.header .header-main {
		padding: 10px 0 52px;
	  }
	.search-box {
		bottom: -56px;
	  }
	.search-box input[type="text"] {
		padding: 8px 120px 8px 20px;
	  }
	.search-box input[type="submit"] {
  		height: 38px;
		line-height: 38px;
	}
	.login-box a span {
  	right: 5px;
		top: 4px;
	}
	.nav-toggle {
		top: -2px;
	  }
	.woocommerce div.product form.cart .button {
  		padding: 15px 25px !important;
	}
	.woocommerce div.product form.cart div.quantity {
	  width: 120px !important;
	  margin: 10px 15px 0px 0 !important;
	}
	.login-box svg {
  		width: 22px;
		height: 20px;
	}
}

.product-content-wrap .button-variable-wrapper .rtwpvs-button-term {
	color: #ffffff !important;
    background: #a67012 !important;
	transition: all 0.25s ease-in-out !important;
}
.raahaa_body.woocommerce .product-content-wrap .button-variable-wrapper .rtwpvs-button-term:hover,
.raahaa_body.woocommerce .product-content-wrap .rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term):hover,
.raahaa_body.woocommerce.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-button-term,
.raahaa_body.woocommerce.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term):hover {
	background: #a67012 !important;
	color: #ffffff !important;
}
.product-content-wrap .rtwpvs-button-term span {
	color: #ffffff !important;
	font-size: 14px !important
	padding-left: 8px !important;
	padding-right: 8px !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before,
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after{
	border-color: #a67012 !important;
}
.woocommerce-notices-wrapper .woocommerce-message {
	margin: 0 auto 60px !important;
}
.wc-block-cart .wc-block-cart-items td,
.wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option::after,
.wc-block-components-radio-control--highlight-checked::after,
.raahaa_body.woocommerce-account .hentry .entry-content .woocommerce-MyAccount-navigation ul li,
.raahaa_body.woocommerce-account .hentry .entry-content .woocommerce-MyAccount-navigation ul,
.raahaa_body .is-large.wc-block-cart .wc-block-cart-items {
	border-color: #a67012 !important;
}
.wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option::after,
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked::before {
	background-color: #a67012 !important;
}
.raahaa_body .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .raahaa_body .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
	box-shadow: inset 0 0 0 2px #a67012 !important;
}
.raahaa_body.woocommerce-account .woocommerce {
    max-width: 100%;
	margin-bottom: 50px;
}
.raahaa_body.woocommerce-account table.shop_table_responsive tr td {
	text-align: left;
}
.raahaa_body.woocommerce-account .addresses header.title a {
	overflow: inherit;
}
.raahaa_body .wc-block-components-product-details.wc-block-components-product-details li.wc-block-components-product-details__fabric-type,
.raahaa_body .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping__options {
	margin-bottom: 5px;
}
.raahaa_body.woocommerce-account .woocommerce form.login {
	border: 2px solid rgba(254, 165, 9, 0.6);
}
.login-form-wrap.raahaa_body.woocommerce-account .woocommerce {
	max-width: 600px;
}

.raahaa_body.woocommerce-page div.product div.images {
	width:100% !important;
}
body.woocommerce-cart .wc-block-components-totals-item__description {
	display: none;	
}
body.tax-product_cat .product-list-raw.products, body.woocommerce-shop .product-list-raw.products, body.search-results .product-list-raw.products {
	padding-top: 0;
}
body.search-results .hero-inner-banner-raw {
	padding-top: 100px;
}
.product-list-raw .product-item-col .price {
	color: #a67012;
}
@media (max-width: 1200px) {
	body.search-results .hero-inner-banner-raw {
		padding-top: 80px;
	}	
}
@media (max-width: 767px) {
	body.search-results .hero-inner-banner-raw {
		padding-top: 60px;
	}	
}
.woocommerce-cart .wc-block-components-product-metadata .wc-block-components-product-metadata__description>p, .woocommerce-cart .wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data {
	line-height:120%;
}
.woocommerce-cart .wc-block-components-product-metadata {
	display: inline-block;
}
.woocommerce-cart .wc-block-components-totals-item {
	padding-bottom:10px;
}
.woocommerce-cart .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-wrapper {
	line-height:120%;
}

body.search-results .detail-inner.section.ptb80 {
	padding-bottom: 0;
}

// cart input or button 
/* .raahaa_body .wc-block-components-quantity-selector input {
	pointer-events: none !important;
}
.raahaa_body .wc-block-components-quantity-selector button {
	display: none;
} */


body.woocommerce-checkout .wc-block-components-totals-item__description {
	display: none;
}
.wp-custom-logo .detail-inner .woocommerce {
	max-width: 100%;
}
.woocommerce .cart .actions .button {
	padding: 8px 20px !important;
    margin: 15px;
    font-size: 14px !important;
    text-transform: capitalize;
	border-radius: 20px;
	background: rgba(254, 165, 9, 0.6) !important;
}
@media (max-width: 767px) {
	.woocommerce .cart .actions .button {
		width: calc(100% - 20px) !important;
		margin: 10px auto;
	}	
	.raahaa_body #payment .place-order .button,
	.raahaa_body #add_payment_method .wc-proceed-to-checkout a.checkout-button, 
	.raahaa_body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
	.raahaa_body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
		font-size: 1em;
	}
}
.raahaa_body table.cart td.actions, .raahaa_body .woocommerce table.shop_table td, .raahaa_body .woocommerce table.shop_table, .raahaa_body .woocommerce table.shop_table, .raahaa_body.woocommerce-cart .cart-collaterals .cart_totals tr th, .raahaa_body table.cart td.product-remove, .raahaa_body .woocommerce table.shop_table td,
.raahaa_body .woocommerce table.shop_table tbody th, .raahaa_body .woocommerce table.shop_table tfoot td, .raahaa_body .woocommerce table.shop_table tfoot th{
	border-color: rgba(254, 165, 9, 0.6) !important;
}
table.cart td.product-remove {
	border-top: 1px solid rgba(254, 165, 9, 0.6) !important;
}
table.cart td.product-name {
	text-align: left !important;
}
.woocommerce-cart table.cart td.product-remove {
	text-align: center;
}
.woocommerce-cart table.cart td.product-remove a {
	margin: 0 auto;
}
.raahaa_body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.raahaa_body #payment .place-order .button {
	padding: 20px !important;
    text-transform: capitalize !important;
    border-radius: 5px !important;
    background: rgba(254, 165, 9, 0.6) !important;
}
.raahaa_body #payment .place-order .button {
	margin: 15px 0 0;
}
.raahaa_body.woocommerce-checkout #payment ul.payment_methods {
	border-color: rgba(254, 165, 9, 0.6) ;
}
.raahaa_body.woocommerce-cart table.shop_table_responsive tr td {
	text-align: left;
}
.raahaa_body.woocommerce-cart table.shop_table_responsive tr td.actions {
	text-align: right;
}
.raahaa_body .woocommerce-message, 
.raahaa_body .woocommerce-info, 
.raahaa_body .woocommerce-error, 
.raahaa_body .woocommerce-noreviews, 
.raahaa_body p.no-comments {
	padding-left: 1em;
}
.raahaa_body .woocommerce-message::before, 
.raahaa_body .woocommerce-info::before, 
.raahaa_body .woocommerce-error::before, 
.raahaa_body .woocommerce-noreviews::before, 
.raahaa_body p.no-comments::before {
	display: none;
}
.raahaa_body table.cart td.product-name {
	color: #a67012;
}
.raahaa_body.woocommerce-checkout #payment div.payment_box {
	width: 96%;
}
.raahaa_body.woocommerce-checkout #payment div.payment_box p {
	color: #333333;
	font-size: 14px;
    line-height: 140%;
}
.raahaa_body #add_payment_method #payment div.payment_box, 
.raahaa_body.woocommerce-cart #payment div.payment_box, 
.raahaa_body.woocommerce-checkout #payment div.payment_box {
	display: inline-block;
}
.raahaa_body #add_payment_method #payment ul.payment_methods li, 
.raahaa_body.woocommerce-cart #payment ul.payment_methods li, 
.raahaa_body.woocommerce-checkout #payment ul.payment_methods li {
	padding-left: 20px;	
}
.raahaa_body #add_payment_method #payment ul.payment_methods li .input-radio, 
.raahaa_body.woocommerce-cart #payment ul.payment_methods li .input-radio, 
.raahaa_body.woocommerce-checkout #payment ul.payment_methods li .input-radio {
	position: absolute;
	top: 31px;
}

.raahaa_body #add_payment_method #payment, 
.raahaa_body.woocommerce-cart #payment, 
.raahaa_body.woocommerce-checkout #payment {
	border:1px solid rgba(254, 165, 9, 0.6) ;
	background: transparent;
}
.raahaa_body .select2-container--default .select2-selection--single {
	padding: 5px;
	height: 46px;
	border-radius:0;
	background: transparent;
	border-color: rgba(254, 165, 9, 0.6);
}
.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--default .select2-selection--single .select2-selection__rendered{
	color: #ffffff !important;
}
.select2-dropdown, .select2-container--open .select2-dropdown {
	background-color: #a67012;
}
.select2-search--dropdown .select2-search__field {
	color: #000;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	font-weight: 300;
}
.raahaa_body table.cart td.product-remove a.remove {
	background: #ddd;
    text-align: center;
    font-weight: 400;
    line-height: 90%;
}
.raahaa_body .select2-container--default .select2-results__option[aria-selected=true] {
	color: #333333;
}
.raahaa_body .freight-shipping-quote-form {
	background: #000 !important;
    border: 1px solid #a67012;
}
.raahaa_body .freight-shipping-quote-form-fields :is([type=text],[type=email],[type=tel],select,textarea) {
	background: #000;
	color: #a67012;
    border: 1px solid #a67012;
}
.raahaa_body .freight-shipping-quote-form [type=submit] {
	background: #a67012;
}
.raahaa_body .freight-shipping-quote-form-fields .shipping-address-note {
	color: #d91616;
	display: inline-block;
}
.what-we-do-section .what-we-do-box h6 {
	width: 100%;
}
.raahaa_body.woocommerce-account table.shop_table_responsive tr td.woocommerce-orders-table__cell-order-actions {
	display:grid;
	gap: 5px;
}
.raahaa_body.woocommerce-account table.shop_table_responsive tr td.woocommerce-orders-table__cell-order-actions a {
	font-weight: 500;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields button.button {
	background-color: #a67012 !important;
    padding: 15px 40px !important;
    border-radius: 40px;
    height: 50px;
    color: #fff !important;
    margin: 10px 0px 0px 0 !important;
    font-weight: 500;
	opacity: 1;
	transition: all 0.25s ease-in-out !important;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields button.button:hover {
	opacity: 0.7;
}
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_razorpay img {
	padding-right: 5px;
	background-color: white;
}
.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
	line-height: 130%;
	margin-bottom: 10px;
}
.woocommerce-error li:last-child, .woocommerce-info li:last-child, .woocommerce-message li:last-child {
	margin-bottom: 0;
}
.raahaa_body ul.woocommerce-error {
	width: 100%;
}
.col2-set.addresses .woocommerce-column address {
	display:inline-block;
	padding: 0 !important;
	margin-top: 0;
}
.col2-set.addresses .woocommerce-column address p {
	margin: 15px 0 0;
}

.what-we-do-section .what-we-do-box {display: block; text-align: center;}
@media (max-width: 767px) {
	body.woocommerce-account .woocommerce-MyAccount-content form {
		margin-top: 50px;
	}
}

.what-we-do-section .what-we-do-box img { max-height: auto !important; max-width: auto !important;}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    margin: 10px 0 0 20px !important;
    border: 1px solid rgba(254, 165, 9, 0.6) !important;
    background: transparent;
    color: white;
    min-width: 125px;
    font-size: 14px;
	border-radius: 25px !important;
	padding-left:15px !important;
	padding-right:15px !important;
}
.woocommerce-cart table.cart td.actions .coupon .input-text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  text-transform: capitalize;
}
.woocommerce-cart table.cart td.actions .coupon .input-text::-moz-placeholder { /* Firefox 19+ */
  text-transform: capitalize;
}
.woocommerce-cart table.cart td.actions .coupon .input-text:-ms-input-placeholder { /* IE 10+ */
  text-transform: capitalize;
}
.woocommerce-cart table.cart td.actions .coupon .input-text:-moz-placeholder { /* Firefox 18- */
  text-transform: capitalize;
}
@media (max-width: 767px) {
	.woocommerce-cart table.cart td.actions .coupon .input-text {
		width: calc(100% - 40px) !important;
	}
	.woocommerce .cart td.actions .coupon .button {
        width: calc(100% - 40px) !important;
		margin-right: 20px;
	}
	.search-box form input[type="submit"] {
		top: -1px !important;
	}
}