/**
 * Theme Name:   The Nailer
 * Theme URI:    #
 * Author:       Jolly Creative Agency
 * Author URI:   jollycreativeagency.com
 * Version:      1.0
 * License:      GNU General Public License v2
 * License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 * Description:  Fully Responsive WordPress Theme
**/

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {margin: 0 1em 1em 0;}
.alignright {float:right; margin:0 0 1em 1em}
.alignleft {float:left; margin:0 1em 1em 0}
.aligncenter {display: block; margin-left: auto; margin-right: auto}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption.alignnone {margin: 0 1em 1em 0;}
.wp-caption.alignleft {float:left; margin:0 1em 1em 0}
.wp-caption.alignright {float:right; margin:0 0 1em 1em}
.wp-caption-text {  }
.sticky {  }
.gallery-caption {  }
.bypostauthor {  }
body#tinymce.wp-editor {
    font-family: Arial, Helvetica, sans-serif;
    margin: 10px;
}
body#tinymce.wp-editor a {
    color: #4CA6CF;
}
/* -----------------------------------------
   General fixes
----------------------------------------- */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
    margin: 0;
    height: auto;
}
html.homepage-html {font-size: 10px;}
/*html {font-size: 17px;}*/
html {font-size: 10px;}
body {
    -webkit-font-smoothing: antialiased;
    font-size: 1.7rem;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}
input[type=button] {	
    -webkit-appearance: none;
    -moz-appearance:none;
}

/* Placeholder Styling */
::-webkit-input-placeholder {
    color: rgb(17, 35, 55);
    opacity: 0.5;
}
::-moz-placeholder {
    color: rgb(17, 35, 55);
    opacity: 0.5;
}
::-o-placeholder {
    color: rgb(17, 35, 55);
    opacity: 0.5;
}
:-ms-input-placeholder {
    color: rgb(17, 35, 55)
    opacity: 0.5;
}
input:-moz-placeholder {
    color: rgb(17, 35, 55);
    opacity: 0.5;
}

/* Input Styling */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea { /* STYLES GO THERE */ }
embed, iframe, object { max-width: 100%; }

/* Align Middle */
.align-middle {
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
/*Centered FlexBox crossbrowser*/
.centered-flexbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
}

.wp-block-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wp-block-embed__wrapper {
    padding-bottom: 56.25%;
    height: 0;
}
.is-layout-flex > :is(*, div) {
    margin: 0 !important;
}

.hustle-ui.module_id_1 .hustle-field .hustle-input {
    border-radius: 0 !important;
}

/* -----------------------------------------
   Typography
----------------------------------------- */
a:focus {outline:none;}
p:empty {display: none;}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}


/* -----------------------------------------
    Clearfix
----------------------------------------- */
.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block; 
    height: 0; 
    overflow: hidden;
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* ------------------------------------
    Basic Styles
------------------------------------- */
html.html_wrapper {
  font-size: 62.5%;
}

html.html_wrapper {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: rgb(43, 43, 43);
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.nailer-custom-template {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
  color: #000;
  background-color: #ffffff;
}


body:not(.nailer-custom-template) .neve-main h1,
body:not(.nailer-custom-template) .neve-main h2,
body:not(.nailer-custom-template) .neve-main h3,
body:not(.nailer-custom-template) .neve-main h4,
body:not(.nailer-custom-template) .neve-main h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.3em;
  margin-top: 0;
  margin-bottom: 30px;
  color: rgb(43, 43, 43);
}

.nailer-custom-template h1,
.nailer-custom-template h2,
.nailer-custom-template h3,
.nailer-custom-template h4,
.nailer-custom-template h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
.nailer-custom-template h1 *,
.nailer-custom-template h2 *,
.nailer-custom-template h3 *,
.nailer-custom-template h4 *,
.nailer-custom-template h5 * {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
}
body:not(.nailer-custom-template) .neve-main h1 {
    margin-top: 50px;
    margin-bottom: 80px;
}
body:not(.nailer-custom-template) .neve-main h2 {
    font-size: 30px;
    margin-bottom: 30px;
}
body:not(.nailer-custom-template) .neve-main h3 {
    font-size: 20px;
    line-height: 1.3em;
}
body:not(.nailer-custom-template) .neve-main h4 {
    font-size: 20px;
}
body:not(.nailer-custom-template) .neve-main h5 {
    font-size: 16px;
}
body:not(.nailer-custom-template) .neve-main h6 {
    font-size: 16px;
}
body:not(.nailer-custom-template) .neve-main p,
body:not(.nailer-custom-template) .neve-main ul,
body:not(.nailer-custom-template) .neve-main ol {
    font-size: 15px;
    line-height: 1.6em;
    margin-bottom: 30px;
}
body:not(.nailer-custom-template) .neve-main ul, body:not(.nailer-custom-template) .neve-main ol {
    margin: 30px 0;
    padding-left: 20px;
}
body:not(.nailer-custom-template) .neve-main li {
    margin-top: 10px;
}

.neve-main figure {margin: 0;}

a {
    color: #fff;
    text-decoration: none;
}
a:not(.wp-element-button):focus, a:not(.wp-element-button):hover {
    opacity: .9;
    color: #f7c824 !important;
    text-decoration: underline;
}

.wp-block-button__link {
    padding: 15px 40px !important;
    font-family: "Roboto", sans-serif !important;
    font-size: 20px !important;
    font-style: normal !important;
    line-height: 1 !important;
    text-decoration: none !important;
    border-radius: 50px !important;
    color: #000 !important;
    background-color: #FFB206 !important;
    display: inline-block !important;
    min-width: 128px !important;
    border: 3px solid #FFB206 !important;
    transition: all 0.2s ease-in-out !important;
    font-weight: 700 !important;
    text-transform: capitalize !important;
}
.wp-block-button__link:hover {
    background-color: #000 !important;
    border: 3px solid #000 !important;
    color: #ffffff !important;
}

.nailer-custom-template h1 {
  font-size: 7rem;
}
.nailer-custom-template h2 {
  font-size: 4.5rem;
}
.nailer-custom-template h3 {
  font-size: 3rem;
}
.nailer-custom-template h4 {
  font-size: 2.4rem;
  margin: 0;
}
.nailer-custom-template h5 {
  font-size: 2rem;
}
.nailer-custom-template h6 {
  font-size: 1.8rem;
}
.nailer-custom-template sup {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1;
  margin-left: 5px;
  top: inherit;
  vertical-align: super;
  position: unset;
}
.nailer-custom-template p,
.nailer-custom-template strong,
.nailer-custom-template a {
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #000;
  margin: 0;
}
.nailer-custom-template .language_wrapper a {
  text-decoration: none;
}
.nailer-custom-template .language_wrapper a:hover {
  color: #FFB206 !important;
}
.nailer-custom-template b,
.nailer-custom-template strong {
  font-weight: bolder !important;
}
.nailer-custom-template ul,
.nailer-custom-template ol {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.nailer-custom-template img {
  width: 100%;
  display: block;
}
.nailer-custom-template .text-center {
  text-align: center;
}
.nailer-custom-template .text-left {
  text-align: left;
}
.nailer-custom-template .site-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 1;
  color: #000;
  position: relative;
  z-index: 1;
}
.nailer-custom-template .site-title.white_text {
  color: #ffffff;
}
.nailer-custom-template .site-title span {
  position: relative;
}
.nailer-custom-template .site-title span:before {
  content: "";
  position: absolute;
  left: -8px;
  bottom: 0.1em;
  width: 105%;
  height: 0.5em;
  z-index: -1;
  transform: scaleX(0) skew(-22deg);
  transform-origin: left;
  transition: transform 0.6s ease-out;
  background: linear-gradient(-12deg, #ffd500 0%, #ffd500 100%);
}
.nailer-custom-template .site-title span.animate:before {
  transform: scaleX(1) skew(-22deg);
  background-size: 100% 0.6em;
}
.nailer-custom-template .site-title.title_line {
  position: relative;
  display: inline-block;
}
.nailer-custom-template .site-title.title_line:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 100%;
  height: 7px;
  background-image: url('images/title_line.svg');
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
.nailer-custom-template .site-desc {
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.nailer-custom-template .site-desc p {
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.nailer-custom-template .site-desc.white_text {
  color: #ffffff;
}
.nailer-custom-template .site-desc.white_text p {
  color: #ffffff;
}
.nailer-custom-template .black_text {
  color: #000;
}
.nailer-custom-template .white_text {
  color: #ffffff;
}
.nailer-custom-template .container {
  width: min(100% - 30px, 1260px);
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}
.nailer-custom-template .base-button {
  padding: 15px 40px;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
  border-radius: 50px;
  color: #000;
  background-color: #FFB206;
  display: inline-block;
  min-width: 128px;
  border: 3px solid #FFB206;
  transition: all 0.2s ease-in-out;
  font-weight: 700;
  text-transform: capitalize;
}
.nailer-custom-template .base-button span {
  font-size: 2rem;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  font-style: italic;
}
.nailer-custom-template .base-button span em {
  all: unset;
}
.nailer-custom-template .base-button.border_button:hover {
  background-color: #FFB206;
  border: 3px solid #FFB206;
  color: #000 !important;
  opacity: 1;
  text-decoration: none;
}
.nailer-custom-template .base-button:hover {
  background-color: #000;
  border: 3px solid #000;
  color: #ffffff !important;
  opacity: 1;
  text-decoration: none;
}
.nailer-custom-template .glsr-form-wrap .glsr-form .base-button:hover {
 color: #fff !important;
}
.nailer-custom-template .base-button.border_button {
  border: 3px solid #000;
  background-color: transparent;
}
.nailer-custom-template .base-button.white_button {
  background-color: #ffffff;
  border: 3px solid #ffffff;
}
.nailer-custom-template .base-button.white_button:hover {
  background-color: #FFB206;
  border: 3px solid #FFB206;
  color: #000 !important;
}
.nailer-custom-template .base-button.white_button.border_button {
  background-color: transparent;
  color: #ffffff;
}
.nailer-custom-template .base-button.white_button.border_button:hover {
  background-color: #ffffff;
  border: 3px solid #ffffff;
  color: #000;
}
.nailer-custom-template .neve-skip-link {
  display: none;
}
.nailer-custom-template a.loading {
  position: relative;
  background-color: rgba(255, 178, 6, 0.8) !important;
  border-color: rgba(255, 178, 6, 0.1) !important;
  opacity: 1 !important;
}
.nailer-custom-template a.loading:before {
  content: "";
  width: 25px;
  height: 25px;
  border: 3px dotted #FFF;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
  animation: rotation 2s linear infinite;
  left: 40%;
}
.nailer-custom-template a.loading:after {
  display: none !important;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.wp-block-group__inner-container {
    padding: 0 15px;
    max-width: 1170px;
    margin: 0 auto;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    max-width: 1170px;
}
.container.single-page-container {
    padding: 0;
}

.has-nv-dark-bg-color {
  color: #2b2b2b !important;
}

.has-nv-dark-bg-background-color {
  background-color: #2b2b2b !important;
}


/* form styling */
#gform_wrapper_1.gform-theme--foundation .gform_fields {
    grid-row-gap: 12px;
    row-gap: 12px;
}
#gform_wrapper_1.gform-theme--framework .gfield_description:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    color: #fff;
}
.gform-theme.gform-theme--framework.gform_wrapper .gform-footer .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper .gform-footer .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper .gform-footer :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper .gform-footer button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper .gform-footer input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper .gform-footer input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper .gform-footer input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){
    padding: 10px 24px;
    text-align: center;
    min-width: 100px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: 1;
    text-decoration: none;
    border-radius: 50px;
    color: #000;
    background-color: #FFB206;
    display: inline-block;
    border: 3px solid #FFB206;
    transition: all 0.2s ease-in-out;
    font-weight: 700;
    text-transform: capitalize;
}
.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover {
    background-color: #ffffff;
    border: 3px solid #ffffff;
}


/* ------------------------------------
    Header Styles
------------------------------------- */
.wrapper > header {
  padding: 25px 0;
  background-color: #000;
  position: relative;
  z-index: 120;
  position: sticky;
  top: 0;
}
body.logged-in .wrapper > header {
  top: 32px;
}
header .header_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_block .header_logo {
  position: relative;
  z-index: 125;
}
header .header_block .header_logo a {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #000;
  display: block;
  line-height: 1.2;
}
header .header_block .header_logo a img {
  max-width: 247px;
}
header .header_block .header_menu_wrapper .header_leng_cart {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  margin-bottom: 12px;
}
header .header_block .header_menu_wrapper .header_leng_cart img {
  max-width: 23px;
}
header .header_block .header_menu_wrapper .header_leng_cart .language_wrapper * {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
header .header_block .header_menu {
  display: flex;
  align-items: center;
  gap: 30px;
}
header .header_block .header_menu .menu_wrap ul {
  display: flex;
  align-items: center;
  gap: 40px;
  list-style: none;
}
header .header_block .header_menu .menu_wrap ul li:not(.buy-now-item) a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  position: relative;
  display: inline-block;
  padding: 0 !important;
  text-decoration: none;
}
header .header_block .header_menu .menu_wrap ul li:not(.buy-now-item) a::after {
  background: #FFB206;
  bottom: -3px;
  content: "";
  height: 1px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transform-origin: 100% 100%;
  transition-duration: 0.4s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}
header .header_block .header_menu .menu_wrap ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: 0 0;
}
header .header_block .menu_toggle_trigger {
  display: none;
}
header .header_block .menu_toggle_trigger span {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.25s ease 0s;
}

header .header_block .header_menu .menu_wrap ul li.buy-now-item a {
  padding: 10px 24px;
  text-align: center;
  min-width: 100px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
  border-radius: 50px;
  color: #000;
  background-color: #FFB206;
  display: inline-block;
  border: 3px solid #FFB206;
  transition: all 0.2s ease-in-out;
  font-weight: 700;
  text-transform: capitalize;
}
header .header_block .header_menu .menu_wrap ul li.buy-now-item a:hover {
  background-color: #ffffff;
  border: 3px solid #ffffff;
  color: inherit !important;
  opacity: 1;
}

/*  */
header  li:not(.buy-now-item) a:hover,
footer a:hover{
  color: #FFB206 !important;
}
.gtranslate_wrapper {
  display: flex;
      grid-gap: 7px;
  }
  
  .gtranslate_wrapper a:not(:last-of-type)::after {
    content: "|";
    margin:0 0 0 7px;
    color: #FFF;
    font-weight: 500;
  }
header .header_block .header_menu .menu_wrap .menu-primary-container ul li {
    position: relative;
    
  }
  
  /* Hide sub-menus by default */
  header .header_block .header_menu .menu_wrap .menu-primary-container ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    z-index: 9999;
    min-width: 210px;
  }
  
  /* Show sub-menu on hover */
  header .header_block .header_menu .menu_wrap .menu-primary-container ul li:hover > ul {
    display: block;
  }
  
  /* Sub-menu item styling */
  header .header_block .header_menu .menu_wrap .menu-primary-container ul ul li:not(.js-generated) {
    display: block;
    padding: 10px 15px;
    
  }
  
  header .header_block .header_menu .menu_wrap .menu-primary-container ul ul li a {
    color: #000!important;
    text-decoration: none;
    line-height: 1.4!important;
  }
  
  header .header_block .header_menu .menu_wrap .menu-primary-container ul ul li:hover {
    background-color: #f5f5f5;
  }
  
  /* Optional arrow for parent items */
  header .header_block .header_menu .menu_wrap .menu-primary-container li.menu-item-has-children > a::after {
    content: " ▼";
    font-size: 0.6em;
    margin-left: 5px;
  }

  .custom-cart-menu .cart-contents {
    position: relative;
    display: block;
    line-height: 1;
  }
  
  .custom-cart-menu .cart-contents .cart-count {
    position: absolute;
    background: #FFB206;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #000;
    font-size: 12px;
    display: grid;
    place-items: center;
    top:-10px;
    right: -10px;
    font-weight: 500;
    line-height: 1;
  }


#discount-bar {
  position: relative;
  background-color: #FFB206;
  color: #000;
  font-size: 1.6rem !important;
  line-height: normal !important;
  font-weight: 400;
  padding: 9px 20px;
}
#discount-bar p,
#discount-bar strong {
  font-size: 1.6rem;
  line-height: 2.8rem;
  line-height: normal;
}
#discount-bar .content-wrapper strong {
  background-image: url(images/strong-underline.svg);
  background-repeat: no-repeat;
  background-position: bottom center;

}
#discount-bar .content-wrapper {
  display: flex;
  justify-content: center;
}
#discount-bar .bar-code {
  display: flex;
  font-size: 1.4rem;
  line-height: 2.6rem;
  font-weight: 600;
  margin-left: 17px;
}
#discount-bar .bar-code .code {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px 0 0 5px;
  text-transform: uppercase;
  padding: 0 8px;
}
#discount-bar .bar-code .copy-btn {
  font-family: 'Roboto', sans-serif;
  background-color: #000;
  color: #fff;
  border-radius: 0 5px 5px 0;
  padding: 0 10px;
  cursor: pointer;
}
#discount-bar .discount-details {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 22px;
  text-decoration: underline;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 2.8rem;
  margin-top: -1.4rem;
}
#discount-bar .discount-details:hover {
  text-decoration: none;
}

#discount-popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px;
  font-family: 'Poppins', sans-serif;
  overflow-y: auto;
}
#discount-popup .popup-container {
  position: relative;
  top: 100px;
  background-color: #fff;
  max-width: 940px;
  width: 100%;
  margin: auto;
  padding: 38px 61px 31px 72px;
}

#discount-popup .popup-container h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 5.5rem;
  margin-bottom: 25px;
}
#discount-popup .popup-container p {
  line-height: 2.8rem;
  margin-bottom: 30px;
}
#discount-popup .popup-container ul {
  margin-bottom: 45px;
}
#discount-popup .popup-container ul li {
  margin: 0;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#discount-popup .popup-container ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
#discount-popup .popup-container ul li p {
  margin: 0;
}
#discount-popup .popup-container ul li:after {
  content: '';
  display: block;
  max-width: 460px;
  width: 100%;
  height: 1px;
  background-color: #c8c8c8;
  position: absolute;
  left: 0;
  bottom: 0;
}
#discount-popup .popup-container ul li:last-child:after {
  display: none;
}
#discount-popup .popup-container .btn-wrapper {
  text-align: center;
}

#discount-popup .popup-container .base-button {
  border: none;
}

#discount-popup .popup-container .close {
  display: block;
  width: 26px;
  height: 26px;
  cursor: pointer;
  background-image: url(images/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 22px;
  right: 26px;
  transition: all 0.3s ease;
}
#discount-popup .popup-container .close:hover {
  transform: rotate(90deg);
}

/* ------------------------------------
    Content Styles
------------------------------------- */
.row {
    max-width: 1170px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.shop-container .row {
    max-width: none;
}
.columns {
    padding-left: 15px;
    padding-right: 15px;
}

/* Home
--------------------------------------------- */
.hero-section {
  padding: 50px 0px;
}
.hero-section__wrapper___row {
  display: grid;
  grid-template-columns: 1fr 31%;
  align-items: center;
  padding-left: 48px;
}
.hero-section__wrapper___row--column .hero_title h1 {
  line-height: 114%;
}
.hero-section__wrapper___row--column .hero_title h1 span {
  position: relative;
  display: inline;
  padding: 0 10px;
  background: linear-gradient(-12deg, #ffd500 0%, #ffd500 100%);
  background-size: 0% 0.6em;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: background-size 0.8s ease-out;
}
.hero-section__wrapper___row--column .hero_title h1 span.animate {
  background-size: 100% 0.6em;
}
.hero-section__wrapper___row--column .site-desc {
  margin-top: 45px;
  max-width: 637px;
}
.hero-section__wrapper___row--column .site-desc p {
  line-height: 183%;
}
.hero-section__wrapper___row--column .hero_button_wrapper {
  margin-top: 42px;
  display: flex;
  gap: 30px;
}
.hero-section__wrapper___row--column .nailer_hero_image {
  margin-left: -320px;
  margin-bottom: -70px;
}
/* Home Hero title line  */
.hero-section__wrapper___row--column .hero_title h1 span.animate {
  white-space: nowrap;
  
}
.hero-section__wrapper___row--column .hero_title h1 span{
  background: transparent !important;
}
/* Home End Hero title line  */

.how_it_work-section {
  background-color: #2B2B2B;
  padding: 110px 0px;
}
.how_it_work-section__wrapper__title .site-title {
  color: #ffffff;
}
.how_it_work-section__wrapper___row {
  margin-top: 57px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  grid-column-gap: 32px;
  grid-row-gap: 30px;
}
.how_it_work-section__wrapper___row--column ul {
  counter-reset: my-counter;
  font-size: 1.8rem;
}
.how_it_work-section__wrapper___row--column ul li {
  display: flex;
  align-items: center;
  grid-gap: 23px;
  margin-bottom: 23px;
}
.how_it_work-section__wrapper___row--column ul li .counter_number {
  min-width: 35px;
  max-width: 35px;
  height: 35px;
  background: #FFB206;
  border-radius: 50px;
  display: inline-grid;
  place-items: center;
}
.how_it_work-section__wrapper___row--column ul li .work_point {
  padding: 10px 20px;
  background-color: #303030;
  border-radius: 5px;
  font-size: 2.2rem;
  color: #ffffff;
  font-weight: 400;
  min-height: 119px;
  display: flex;
  align-items: center;
  flex: 1;
}
.how_it_work-section__wrapper___row--column ul li:last-of-type {
  margin-bottom: 0px;
}
.how_it_work-section__wrapper___row--column img {
  border-radius: 5px;
}
.how_it_work-section__wrapper__video {
  position: relative;
  margin-top: 46px;
  padding-top: 56.25%;
}
.how_it_work-section__wrapper__video iframe {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
.how_it_work-section__wrapper__button {
  margin-top: 61px;
  display: flex;
  grid-gap: 30px;
  justify-content: center;
}
/* youtube poster */
.how_it_work-section__wrapper__video .video_poster_img {
  width: 100%;
  height: 100%;
  border-radius:5px !important;
  position: absolute;
  top: 0;
  left: 0;
}
.how_it_work-section__wrapper__video .video_poster_img  img{
  border-radius:5px !important;
}
.how_it_work-section__wrapper__video .video_poster_img .youtube-play-button{
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  background-size: contain !important;
}


.category_product-section.home-page-products {
  padding: 123px 0px;
  background-color: #F0F0F0;
}


/* Shop
--------------------------------------------- */
.header_banner .header_banner {
  text-align: center;
  color: #FFF;
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: normal;
 padding: 12px 0px;
}
.header_banner .header_banner a{
  text-decoration: none;
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
.header_banner.shipping_info {
  background: #2B2B2B;
}
.international_call{
  background: #FFF;
  color: #000!important;;
}
.single-product .international_call{
  background: #F0F0F0;
}

.header_banner .header_banner .container{
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 10px;
  flex-wrap: wrap;
}
.header_banner .header_banner .container span{
  display: block;
  line-height: 0;
}

.header_banner.international_call {
  background:#F0F0F0;
}

.page-template-template-shop {
  background: #F0F0F0;
}

.category_product-section.nailer-products {
  padding-top: 95px;
}
.category_product-section__wrapper__row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 43px;
  padding-top: 80px;
}
.category_product-section__wrapper__row--column {
  grid-column: span 3;
  border-radius: 5px;
  border: 1.5px solid #000;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.category_product-section__wrapper__row--column--image {
  height: 265px;
}
.category_product-section__wrapper__row--column--image .product-image {
  display: block;
  width: 100%;
  height: 100%;
}
.category_product-section__wrapper__row--column--image .product-image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
.category_product-section__wrapper__row--column--content {
  padding: 22px 12px;
  background-color: #000;
  color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-gap: 20px;
}
.category_product-section__wrapper__row--column--content * {
  color: #ffffff;
}
.category_product-section__wrapper__row--column--content .product_desc {
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
  margin-bottom: 0;
}
.category_product-section__wrapper__row--column--content .product_desc * {
  color: #ffffff;
  line-height: normal;
  font-size: 14px;
}
.category_product-section__wrapper__row--column--content .product_price_button_wrraper .product_price_txt {
  color: #ffffff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.category_product-section__wrapper__row--column--content .product_price_button_wrraper .product_price {
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #ffffff;
  margin: 0;
}
.category_product-section__wrapper__row--column--content .product_price_button_wrraper .product_price sup {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #ffffff;
}
.category_product-section__wrapper__row--column--content .product_price_button_wrraper .button, .category_product-section__wrapper__row--column--content .product_price_button_wrraper .added_to_cart {
  padding: 10px 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  text-decoration: none;
  border-radius: 50px;
  color: #000;
  background-color: #FFB206;
  display: inline-block;
  min-width: 128px;
  border: 3px solid #FFB206;
  transition: all 0.2s ease-in-out;
  text-transform: capitalize;
}
.category_product-section__wrapper__row--column--content .product_price_button_wrraper .button:hover, .category_product-section__wrapper__row--column--content .product_price_button_wrraper .added_to_cart:hover {
  background-color: #ffffff;
  border: 3px solid #ffffff;
  color: #000 !important;
}
.category_product-section.additional-products {
  padding: 125px 0px;
}
.product_price_button_wrraper .glsr .glsr-summary-wrap .glsr-summary .review_summary_one {
  display: none;
}

.product_price_button_wrraper .glsr .glsr-summary-wrap .glsr-summary .review_summary_two {
  display: flex;
  gap: 2px;
  margin-bottom: 12px;
}
.product_price_button_wrraper .glsr .glsr-summary-wrap .glsr-summary .review_summary_two .glsr-tag-value {
color: #B3B3B3;
font-family: Roboto;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.build_smarter-section {
  padding-top: 135px;
}
.build_smarter-section__wrapper__background-image {
  margin-top: 71px;
  height: 605px;
}
.build_smarter-section__wrapper__background-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.build_smarter-section__wrapper .build_smarter-section__main-content {
  margin-top: -190px;
}
.build_smarter-section__wrapper___row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 50px;
}
.build_smarter-section__wrapper___row--column {
  background-color: #000;
  padding: 27px 36px;
  border-radius: 10px;
  min-height: 440px;
}
.build_smarter-section__wrapper___row--column__icon img {
  width: 50px;
}
.build_smarter-section__wrapper___row--column__title {
  margin-top: 20px;
}
.build_smarter-section__wrapper___row--column__title h3 {
  color: #ffffff;
  line-height: 40px;
}
.build_smarter-section__wrapper___row--column__list {
  margin-top: 20px;
}
.build_smarter-section__wrapper___row--column__list ul {
  list-style: disc;
  padding-left: 26px;
}
.build_smarter-section__wrapper___row--column__list ul li {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 28px;
}
.build_smarter-section__wrapper___row--column * {
  color: #ffffff;
}

.savemore_nailer-section {
  padding: 112px 0px;
}
.savemore_nailer-section__wrapper__title_description {
  max-width: 551px;
}
.savemore_nailer-section__wrapper__title_description p {
  color: #B3B3B3;
  margin-top: 27px;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
}
.savemore_nailer-section__wrapper___row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  grid-column-gap: 105px;
  grid-row-gap: 15px;
  margin-top: 63px;
}
.savemore_nailer-section__wrapper___row--column .nailer_without_title {
  text-align: center;
}
.savemore_nailer-section__wrapper___row--column .nailer_without_title sup {
  font-size: 14px;
  margin-left: 5px;
}
.savemore_nailer-section__wrapper___row--column .nailer_without_title h3 em {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
}
.savemore_nailer-section__wrapper___row--column .nailer_without_title.nailer_with {
  border-radius: 5px;
  border: 3px solid #2B2B2B;
  background: #ffffff;
  padding: 7px 25px;
  max-width: 275px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
.savemore_nailer-section__wrapper___row--column .nailer_without_title.nailer_with h3 {
  color: #2B2B2B;
  line-height: 1;
  font-weight: 500;
}
.savemore_nailer-section__wrapper___row--column ul.longleaders {
  overflow: hidden;
  margin-top: 41px;
}
.savemore_nailer-section__wrapper___row--column ul.longleaders li {
  margin-bottom: 20px;
}
.savemore_nailer-section__wrapper___row--column ul.longleaders li:last-of-type {
  margin-bottom: 0px;
}
.savemore_nailer-section__wrapper___row--column ul.longleaders li::after {
  float: left;
  width: 0;
  white-space: nowrap;
  content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . ";
  color: #000;
  font-size: 1.8rem;
}
.savemore_nailer-section__wrapper___row--column ul.longleaders li span {
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
}
.savemore_nailer-section__wrapper___row--column ul.longleaders li span:first-child {
  padding-right: 0.33em;
  background: #ffffff;
}
.savemore_nailer-section__wrapper___row--column ul.longleaders li span + span {
  float: right;
  padding-left: 0.33em;
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.savemore_nailer-section__wrapper___row--column ul.longleaders li span.total {
  font-size: 2rem;
  color: #000;
  background-color: #F0F0F0;
  padding: 10px;
  margin-top: -10px;
  border-radius: 5px;
  font-weight: 700;
}
.savemore_nailer-section__wrapper___row--column .with_nailer {
  padding: 40px 20px 19px;
  background-color: #000;
  border-radius: 10px;
  margin-top: -20px;
}
.savemore_nailer-section__wrapper___row--column .with_nailer ul.longleaders {
  margin-top: 0px;
}
.savemore_nailer-section__wrapper___row--column .with_nailer ul.longleaders li::after {
  content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . ";
  color: #ffffff;
}
.savemore_nailer-section__wrapper___row--column .with_nailer ul.longleaders li span {
  background-color: #000;
  color: #ffffff;
}
.savemore_nailer-section__wrapper___row--column .with_nailer ul.longleaders li span.total {
  background-color: #F0F0F0;
  color: #000;
}
.savemore_nailer-section__wrapper___row--column .average_saving_box {
  background-color: #FFB206;
  border-radius: 10px;
  padding: 35px 24px;
  margin-top: 12px;
  text-align: center;
}
.savemore_nailer-section__wrapper___row--column .average_saving_box_total {
  margin-top: 10px;
}
.savemore_nailer-section__wrapper___row--column .average_saving_box_total h2 {
  font-size: 4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 55px;
}
.savemore_nailer-section__wrapper___row--column .average_saving_box_square_feet {
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  margin-top: 10px;
}

.testimonials-section {
  background-color: #2B2B2B;
  padding: 100px 0px;
}
.testimonials-section__wrapper__title .site-title {
  color: #ffffff;
}
.testimonials-section__wrapper___row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 50px;
}
.testimonials-section__wrapper___row--column {
  padding: 0px 35px;
}
.testimonials-section__wrapper___row--column .quote_icon {
  margin-bottom: 10px;
}
.testimonials-section__wrapper___row--column .quote_icon img {
  width: 62px;
  margin-left: -30px;
}
.testimonials-section__wrapper___row--column .quote_text h3 {
  line-height: 48px;
  font-weight: 500;
  color: #ffffff;
}
.testimonials-section__wrapper___row--column .quote_author {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.testimonials-section__wrapper___row--column .quote_author .author_name {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}
.testimonials-section__wrapper___row--column .quote_author .author_name span {
  margin: 5px;
}
.testimonials-section__wrapper___row--column .quote_author .author_role {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}

.faq-section {
  padding: 130px 0px;
}
.faq-section__wrapper .accordion {
  margin-top: 70px;
}
.faq-section__wrapper .accordion-item {
  background: #fff;
  margin-bottom: 26px;
  overflow: hidden;
}
.faq-section__wrapper .accordion-item.active .plus_icon {
  display: none;
}
.faq-section__wrapper .accordion-item.active .minus_icon {
  display: block;
}
.faq-section__wrapper .accordion-item.active .accordion-header {
  background-color: #000;
}
.faq-section__wrapper .accordion-item.active .accordion-header h4 {
  color: #ffffff;
  font-weight: 500;
}
.faq-section__wrapper .accordion-item.active .accordion-header h4 * {
  color: #ffffff;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
.faq-section__wrapper .accordion-item.active .accordion-header h4 * sup {
  font-size: 12px;
  margin: 0px 3px;
}
.faq-section__wrapper .accordion-item .minus_icon {
  display: none;
  width: 28px;
}
.faq-section__wrapper .accordion-item .plus_icon {
  display: block;
  width: 28px;
}
.faq-section__wrapper .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-section__wrapper .accordion-header {
  background-color: #ffffff;
  color: #fff;
  font-size: 1.2rem;
  padding: 22px 20px;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 3px solid #000;
}
.faq-section__wrapper .accordion-header h4 {
  color: #000;
  font-weight: 500;
}
.faq-section__wrapper .accordion-header h4 * {
  color: #000;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
.faq-section__wrapper .accordion-header h4 * sup {
  font-size: 12px;
  margin: 0px 3px;
}
.faq-section__wrapper .accordion-content {
  padding: 40px 10% 40px 20px;
  display: none;
  font-size: 1.8rem;
  line-height: 211.111%;
  color: #000;
  border-radius: 5px;
  background: #F0F0F0;
  margin-top: 26px;
}
.faq-section__wrapper .accordion-content * {
  color: #000;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
.faq-section__wrapper .accordion-content * sup {
  font-size: 12px;
}

.cta-section {
  padding: 134px 0px;
  background-image: url(images/bg_footer_top.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
}
.cta-section__wrapper___row {
  padding: 120px 20px;
  background-color: #ffffff;
  border-radius: 10px;
}
.cta-section__wrapper___row__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-gap: 30px;
  max-width: 750px;
  text-align: center;
  margin: 0 auto;
}
.cta-section__wrapper___row__wrapper .site-title {
  font-size: 7rem;
  z-index: 1;
}
.cta-section__wrapper___row__wrapper .site-title sup {
  font-size: 30px;
  margin: 0px 0px 0px 7px;
}
.cta-section__wrapper___row__wrapper .site-desc {
  font-size: 2rem;
  line-height: 200%;
  max-width: 660px;
}



/*woocommerce*/
/* single page css  */
body.single-product  .product.purchasable.product-type-variable .nv-single-product-top  .summary > p.price,
body.single-product .variations_form .variations td.value .reset_variations{
  display: none !important;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  float: left;
  width: 60%;
}
.nv-bc-count-wrap {
  margin-bottom: 45px;
}


.single-product .related.products {
  clear:both;
  padding-top: 50px;
}
.single-product.woocommerce div.product {
  padding-bottom:130px;
}



.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  display: flex;
  flex-direction: column;
  float: none;
  width: auto;
}
.woocommerce div.product .product_title.site-title{
  margin-bottom: 14px;
}

.woocommerce div.product .site-desc{
    margin-bottom: 20px;
}
.woocommerce div.product p.price{
color: #000;
font-size: 45px;
font-style: normal;
font-weight: 700;
line-height: 1;
margin-bottom: 20px;
}

.woocommerce div.product form.cart .variations tbody tr th{
  display: none;
}
.woocommerce div.product form.cart .variations tbody tr .value select{
  border-radius: 5px;
  border: 1.5px solid #B3B3B3;
    padding: 6px 11px 6px 15px;
    color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
   margin: 0px;
   max-width: 320px;
   min-width: unset;
 }

 form.cart .quantity {
  display: flex;
}
form.cart .quantity button {

background: #000;
  display: flex;
width: 36px;
height: 36px;
padding: 8px;
justify-content: center;
align-items: center;
flex-shrink: 0;
  color: #fff;
  border: none;
  cursor: pointer;
}
form.cart .quantity button.minus{
   border-radius: 5px 0px 0px 5px;
}
form.cart .quantity button.plus{
   border-radius: 0px 5px 5px 0px;
}
.woocommerce.single .quantity input {
  border: none;
  border-top: 1.5px solid #B3B3B3;
  border-bottom: 1.5px solid #B3B3B3;
  appearance: none!important;
  padding: 6px 0px;
  height: 36px !important;
  width: 182px;
  line-height: 1;
}
.woocommerce.single .quantity input::-webkit-outer-spin-button,
.woocommerce.single .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none!important;
  margin: 0;
}

/* Firefox */
.woocommerce.single .quantity input[type=number] {
  -moz-appearance: textfield!important;
}
.woocommerce.single .quantity input:focus{
  outline: none;
}

.accordion.single_product_accordion {
  margin-top: 30px;
}
.accordion.single_product_accordion .accordion-content {
  display: none;
  margin-top:6px;
  border-radius: 5px;
border: 1.5px solid #B3B3B3;
background: #FFF;
  padding: 40px 20px;
}
.accordion.single_product_accordion .accordion-content p {
  color: #000;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 237.5%;
}
.accordion-header.single_product_accordion-header {
  border-radius: 5px;
  border: 1.5px solid #B3B3B3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  cursor: pointer;
}
.accordion-header.single_product_accordion-header .icon img{
    width: 20px;
}
.single-product .product.product-type-simple form.cart {
  align-items: center;
  grid-gap: 8px;
}

.woocommerce.single .woocommerce-variation-add-to-cart {
  align-items: center;
  grid-gap: 8px;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button {
 padding: 10px 24px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: 1;
  text-decoration:none;
  border-radius:50px;
  color: #000;
  background-color: #FFB206;
  display: inline-block;
  min-width: 128px;
    max-width: 170px;
  border:3px solid #FFB206;
  transition:all 0.2s ease-in-out;
  font-weight: 700;
  text-transform: capitalize;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button:hover,
.woocommerce div.product form.cart .button.single_add_to_cart_button:focus {
  background-color: #000;
  border-color: #000;
}

.woocommerce-variation-price .price .amount bdi{
  color: #000;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.woocommerce div.product form.cart .variations tr{
  margin-bottom: 0!important;
}
.woocommerce div.product p.price sup{
  font-weight: 700;
}



.woocommerce-breadcrumb,.woocommerce-breadcrumb a {
  color: #000;
 font-size: 14px!important;
 font-style: normal;
 font-weight: 400;
 line-height: 271.429%!important;
 }
 .woocommerce-breadcrumb span{
   color: #B3B3B3!important;
   font-size: 14px!important;
 }

 .woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message{
  background: #333
}


.woocommerce-notices-wrapper .woocommerce-message a.button{
  padding:10px 24px;
  text-align: center;
  min-width: 100px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 1;
  text-decoration:none;
  border-radius:50px;
  color: #000!important;;
  background-color: #FFB206;
  display: inline-block;
  border:3px solid #FFB206;
  transition:all 0.2s ease-in-out;
  font-weight: 700;
  text-transform: capitalize;
}

.woocommerce-notices-wrapper .woocommerce-message a.button:hover{
 opacity: 0.8;
 color: #000 !important;
}

/* Review css  */

  .product-review-section.site-reviews {
    clear: both;
    padding-top: 90px;
    display: block;
  }
  .product-review-section.site-reviews .site-title{
    margin-bottom: 84px
  }

  
.product-review-section.site-reviews .reviews_wrraper {
  display: flex;
  margin-bottom: 50px;
}
.product-review-section.site-reviews .reviews_wrraper .overall_rating {
  width: 25%;
}
.product-review-section.site-reviews .reviews_wrraper .review_form_wrraper {
   width: 75%
}

.product-review-section.site-reviews .glsr-reviews-wrap{
  gap: 50px;
}
.product-review-section.site-reviews .glsr-reviews {
  grid-gap: 0;
}

.product-review-section.site-reviews .glsr-reviews .glsr-review:first-of-type{
  border-top: 1px solid #B3B3B3;
}
.product-review-section.site-reviews .glsr-reviews .glsr-review{
  border-bottom: 1px solid #B3B3B3;
  padding: 34px 0px;
  gap: 15px;
}

.product-review-section.site-reviews .glsr-reviews .glsr-review .glsr-tag-value p{
  font-size: 16px;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.page-numbers,.nailer-custom-template a.page-numbers  {
  color: #B3B3B3;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 271.429%;
}
.page-numbers.current {
  color: #000;
    font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 271.429%;
}

.nailer-custom-template .page-numbers:after{
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-size: cover;
  top:50%;
  transform: translateY(-50%);
background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.0767 9.99995L7.53836 6.46161C7.46058 6.38384 7.41892 6.28828 7.41336 6.17495C7.40781 6.06161 7.44947 5.9605 7.53836 5.87161C7.62725 5.78273 7.72558 5.73828 7.83336 5.73828C7.94114 5.73828 8.03947 5.78273 8.12836 5.87161L11.785 9.52911C11.8578 9.60134 11.9089 9.6755 11.9384 9.75161C11.9678 9.82773 11.9825 9.9105 11.9825 9.99995C11.9825 10.0894 11.9678 10.1722 11.9384 10.2483C11.9089 10.3244 11.8578 10.3988 11.785 10.4716L8.12836 14.1283C8.05058 14.2061 7.95503 14.2477 7.8417 14.2533C7.72836 14.2588 7.62725 14.2172 7.53836 14.1283C7.44947 14.0394 7.40503 13.9411 7.40503 13.8333C7.40503 13.7255 7.44947 13.6272 7.53836 13.5383L11.0767 9.99995Z' fill='%23B3B3B3'/%3E%3C/svg%3E");
}
.nailer-custom-template .page-numbers:last-child:after{
 display: none;
}

.product-review-section.site-reviews .reviews_wrraper .overall_rating h3{
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}
.product-review-section.site-reviews .reviews_wrraper .overall_rating .glsr .glsr-summary .glsr-summary-rating {
  color: #000;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.product-review-section.site-reviews .reviews_wrraper .review_form_wrraper form{
  display: flex
}
.product-review-section.site-reviews .reviews_wrraper .review_form_wrraper form .Review_form_column_one{
 width: 40%;
}
.product-review-section.site-reviews .reviews_wrraper .review_form_wrraper form .Review_form_column_two{
 width: 60%;
}

.Review_form_column.Review_form_column_one .glsr-field .glsr-label span {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
  display: block;
  font-family: "Roboto", sans-serif;
}
.Review_form_column.Review_form_column_one .glsr-field-choice span label span{
  color: #000;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
  margin-top: 12px;
}
.product-review-section.site-reviews .reviews_wrraper .review_form_wrraper form .Review_form_column_two .review_maintitle{
  margin-bottom: 30px;
}
.product-review-section.site-reviews .reviews_wrraper .review_form_wrraper form .Review_form_column_two .glsr-field label span{
  color: #000;
  font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    display: block;
    font-family: "Roboto", sans-serif;
    
  }
  .product-review-section.site-reviews .reviews_wrraper .review_form_wrraper form .Review_form_column_two .glsr-field.glsr-field-textarea label span{
     margin-top: 15px;
     margin-bottom: 10px;
    font-size: 18px
  }
  .product-review-section.site-reviews .reviews_wrraper .review_form_wrraper form .Review_form_column_two .glsr-field.glsr-field-textarea{
     margin-bottom: 10px;
  }
  .product-review-section.site-reviews .reviews_wrraper .review_form_wrraper form .Review_form_column_two [data-field="submit-button"]{
    text-align: right;
  }

  .product-review-section.site-reviews .reviews_wrraper .overall_rating .glsr .glsr-summary{
    gap: 17px;
    align-items: center;
  }
  .product-review-section.site-reviews .reviews_wrraper .overall_rating .glsr .glsr-summary .glsr-summary-text{
  color: #B3B3B3;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
    margin-top: 5px
  }
/*End Review css  */

/* End single page css  */


/* cart page css */

.woocommerce-cart .button{
  color: rgb(0, 0, 0)!important;;
  background-color: rgb(255, 178, 6)!important;
  border-radius: 50px!important;
  border: 3px solid rgb(255, 178, 6)!important;
  transition: 0.2s ease-in-out;
}
.woocommerce-cart .button:hover{
  color: rgb(0, 0, 0)!important;;
  background-color: rgb(255, 255, 255)!important;
  border-radius: 50px!important;
  border: 3px solid rgb(0, 0, 0)!important;
  opacity: 1!important;
}
.woocommerce-cart input{
  color: rgb(0, 0, 0)!important;;
  border-radius: 50px!important;

}
.woocommerce-cart input:focus{
  outline: none;
}

.nv-page-title-wrap {
    margin-top: 60px;
}

body.woocommerce-cart .neve-main .nv-page-title h1,
.woocommerce-checkout .neve-main .nv-page-title h1 {
  color: #000;
  font-family: Roboto;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  margin-bottom: 30px;
}
/* End cart page css */

/* checkout page css */

.woocommerce-checkout .nv-page-title {
  margin-bottom: 0px;
}
.woocommerce-checkout.woocommerce-page .woocommerce-info{
  background: #000;
  font-size: 16px;
  line-height: 1.5;
}
.woocommerce-checkout.woocommerce-page .woocommerce-info .showlogin,
.woocommerce-checkout.woocommerce-page .woocommerce-info .showcoupon,
#place_order{
 padding: 10px 24px;
  text-align: center;
  min-width: 100px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
  border-radius: 50px;
  color: #000;
  background-color: #FFB206;
  display: inline-block;
  border: 3px solid #FFB206;
  transition: all 0.2s ease-in-out;
  font-weight: 700;
  text-transform: capitalize;
}
.woocommerce-checkout.woocommerce-page .woocommerce-info .showlogin:hover,
.woocommerce-checkout.woocommerce-page .woocommerce-info .showcoupon:hover{
  background-color: #ffffff;
  border: 3px solid #ffffff;
  color: #000 !important;
  opacity: 1;
}
#place_order:hover{
  background-color: #000;
  border: 3px solid #000;
  color: #fff;
}
.woocommerce-checkout.woocommerce-page #payment .woocommerce-info{
  margin: 0;
}

.woocommerce-terms-and-conditions-checkbox-text,
.woocommerce-terms-and-conditions-checkbox-text a{
  color: inherit;
  line-height: 1;
  line-height: 1.5;
  font-size: 12px;
}
body .neve-main .woocommerce-privacy-policy-text p{
  color: #000;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}
body .neve-main .woocommerce-privacy-policy-text p a{
   color: inherit;
  text-decoration: underline;
font-size: 16px;
font-style: normal;
line-height: normal;
}

.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
  display: flex;
  align-items: center;
  line-height: 1;
}

.woocommerce .cart_totals .wc-proceed-to-checkout {
    flex-direction: column;
}
a.shipping-calculator-button {
    color: #FFB206!important;
}

/* End checkout page css */


.product_price_button_wrraper .glsr .glsr-summary-wrap .glsr-summary .review_summary_one {
  display: none;
}

.product_price_button_wrraper .glsr .glsr-summary-wrap .glsr-summary .review_summary_two {
  display: flex;
  gap: 2px;
  margin-bottom: 12px;
}
.product_price_button_wrraper .glsr .glsr-summary-wrap .glsr-summary .review_summary_two .glsr-tag-value {
color: #B3B3B3;
font-family: Roboto;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
}


.summary.entry-summary .woocommerce-product-rating {
  display: none;
}

.single_product_summary_review .review_summary_two {
  display: flex;
   gap:2px;
   margin-bottom: 15px;
 }
 
 
 .single_product_summary_review .review_summary_two .glsr-tag-value {
  color: #B3B3B3;
   font-family: Roboto;
   font-size: 12px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
 }


/* ------------------------------------
    Footer Styles
------------------------------------- */
.footer-section {
  background-color: #000;
  padding: 99px 0px;
}
.footer-section * {
  color: #ffffff;
}
.footer-section__wrapper__row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  grid-gap: 30px;
}
.footer-section__wrapper__row--column {
  flex: 1;
}
.footer-section ul {
    list-style: none;
    margin: 0;
}
.footer-section .buy-now-item {
    display: none;
}
.footer-section__wrapper__row--column__logo img {
  max-width: 645px;
}
.footer-section__wrapper__row--column__menu ul {
  display: flex;
  align-items: center;
  grid-gap: 30px;
}
.footer-section__wrapper__row--column__menu ul li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.footer-section__wrapper__row--column__menu ul li a:hover,
.footer-section__wrapper__row--column__menu ul li a:focus {
    text-decoration: none;
}
.footer-section__wrapper__row--column .footer_address {
  margin-top: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer-section__wrapper__row--column .footer_phone {
  margin-top: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #ffffff;
}
.footer-section__wrapper__row--column .footer_phone a {
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #ffffff;
}
.footer-section__wrapper__row--column .footer_phone a:hover {
  color: #FFB206;
}
.footer-section__wrapper__row--column__social {
  margin-top: 30px;
}
.footer-section__wrapper__row--column__social ul {
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
.footer-section__wrapper__row--column__social ul li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.footer-section__wrapper__row--column__social ul li a img {
  max-width: 24px;
}
.footer-section__wrapper__row--copyright {
  margin-top: 30px;
  color: #B3B3B3;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer-section__wrapper__row--copyright a {
    color: #B3B3B3;
}
.footer-section__wrapper__row--copyright a:hover,
.footer-section__wrapper__row--copyright a:focus {
    text-decoration: none;
}
.footer-section__wrapper__row--copyright a, .footer-section__wrapper__row--copyright em {
  color: #B3B3B3 !important;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
