﻿html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
q,
em,
img,
small,
strong,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ol,
ul {
  list-style: none;
}
:focus {
  outline: 0;
}
input,
textarea {
  margin: 0;
  outline: 0;
}
textarea {
  overflow: auto;
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* End Reset */
/* html5 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* Default Font Styles
______________________*/
body,
input,
select,
textarea {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 1.3;
}

.container {
  max-width: 1380px;
}
/* Links
______________________*/
a {
  -webkit-transition: 0.1s ease-out 0.1s;
  -moz-transition: 0.1s ease-out 0.1s;
  transition: 0.1s ease-out 0.1s;
}

/* input , textarea , button
______________________*/
input,
textarea,
select {
  display: block;
  width: 100%;
  border: 1px solid #d7d7d7;
  padding: 15px;
  box-shadow: none;
  border-radius: 5px;
  font-size: 14px;
  color: #333;
  font-weight: 400;
  background: #fff;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f6f6f6 url(../images/arrow.png) no-repeat 93% center / 12px 8px !important;
  background-size: 100% auto;
  cursor: pointer;
  padding: 6px 30px 6px 10px;
  color: #888888;
}
.navbar-header {
  display: none;
  position: absolute;
  right: 0;
  top: -30px;
}

.navbar-header .collapse-button {
  background: none;
  border: none;
  height: auto;
  transition: all 450ms ease-out 0s;
  width: auto;
  vertical-align: top;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
}

.navbar-header .collapse-button span {
  display: block;
  width: 25px;
  height: 3px;
  margin-bottom: 5px;
  /* background: rgb(8, 233, 112);
    background: linear-gradient(90deg, rgba(8, 233, 112, 1) 0%, rgba(17, 195, 186, 1) 52%, rgba(0, 177, 255, 1) 100%); */
  background: #000;
  border-radius: 2px;
}

.navbar-header .collapse-button span:last-child {
  margin: 0;
}

.btn-theme {
  background: #dc9d11;
  border-radius: 50px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 10px 12px;
  color: #fff;
  display: inline-block;
  transition: 0.3s ease-out 0.3s;
  text-decoration: none;
  border: 1px solid transparent;
  width: 150px;
}
.btn-theme:hover {
  background: none;
  border: 1px solid #dc9d11;
  color: #dc9d11;
}
.btn-border {
  background: none;
  border-radius: 50px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 10px 12px;
  color: #fff;
  display: inline-block;
  transition: 0.3s ease-out 0.3s;
  text-decoration: none;
  border: 1px solid #fff;
  width: 150px;
}
.btn-border:hover {
  background: #fff;
  border: 1px solid transparent;
  color: #000000;
}
.btn-border-blk {
  background: none;
  border-radius: 50px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 10px 12px;
  color: #000;
  display: inline-block;
  transition: 0.3s ease-out 0.3s;
  text-decoration: none;
  border: 1px solid #000;
  width: 150px;
}
.btn-border-blk:hover {
  background: #000;
  border: 1px solid transparent;
  color: #fff;
}
.btn-blk {
  background: #000;
  border-radius: 50px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 20px 12px;
  color: #fff;
  display: inline-block;
  transition: 0.3s ease-out 0.3s;
  text-decoration: none;
  border: 1px solid transparent;
  width: 150px;
  text-align: center;
}
.btn-blk:hover {
  background: none;
  border: 1px solid #000;
  color: #000000;
}

/* Headings
______________________*/
h1 {
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 80px;
  line-height: 80px;
}
h1 span {
  display: block;
  color: #dc9d11;
}
h2 {
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 46px;
}
h2 em {
  font-style: normal;
  display: inline-block;
  color: #dc9d11;
}
h4 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #393939;
}
h5 {
}

#header {
  position: absolute;
  left: 0;
  top: 25px;
  width: 100%;
  z-index: 9;
}
#headercontent {
  background: #fff;
  padding: 15px 10px;
  border-radius: 10px;
  width: 950px;
  margin: 0 auto;
}
#headercontent .logo a {
  display: block;
  background: url(../images/mainlogo.png) no-repeat;
  background-size: 100% auto;
  width: 180px;
  height: 35px;
}
#headercontent menu {
  margin: 0 0 0 50px;
  padding: 0;
}
#headercontent .navigation li {
  margin-right: 10px;
  display: inline-block;
}
#headercontent .navigation li a {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 5px;
}
#headercontent .navigation li a:hover {
  color: #dc9d11;
}
#headercontent .headerright {
  display: flex;
  justify-content: end;
  gap: 25px;
  align-items: center;
}
#headercontent .headerright .cart {
  display: block;
  text-decoration: none;
  position: relative;
}
#headercontent .headerright .cart i {
  color: #000;
  font-size: 16px;
}
#headercontent .headerright .cart span {
  display: block;
  width: 15px;
  height: 15px;
  background: #dc9d11;
  border-radius: 50px;
  text-align: center;
  line-height: 15px;
  color: #fff;
  font-size: 8px;
  position: absolute;
  right: -8px;
  top: -4px;
}
#headercontent .headerright .btn-blk {
  width: auto;
}

@media (min-width: 992px) {
  #headercontent menu {
    margin: 0;
  }

  #headercontent .navigation {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: center;
    flex: 1;
  }

  #headercontent .navigation li {
    margin-right: 0;
  }

  #headercontent .navigation li a {
    font-size: 14px;
    padding: 0;
    font-weight: 600;
  }

  #headercontent .headerright {
    gap: 14px;
  }
}

#mainbanner {
  background: url(../images/banner-bg.webp) no-repeat;
  background-size: cover;
  height: 100vh;
  box-shadow: 0 19px 30px 10px rgba(0, 0, 0, 0.12);
}
#mainbanner > a {
  display: block;
  background: url(../images/scrolldownicon.png) no-repeat;
  background-size: 100% auto;
  width: 17px;
  height: 50px;
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translate(-50%, 0);
  animation: slowFadeAndMove 2s ease-in-out infinite alternate;
}
.mainbannercontent {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.mainbannercontent h1 {
  margin-bottom: 25px;
}
.mainbannercontent p {
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
  color: #fff;
  margin-bottom: 50px;
}
.mainbannercontent .btn-theme {
  margin-right: 15px;
}

#aboutus {
  padding: 60px 0;
  background: url(../images/aboutbg.png) right top no-repeat;
  background-size: 368px 400px;
}
#aboutus span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #595959;
  font-family: "DM Sans", sans-serif;
  margin: 0 0 10px 0;
}
#aboutus span::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #dc9d11;
  border-radius: 50px;
  margin-right: 7px;
}
#aboutus h2 {
  margin-bottom: 30px;
}
#aboutus p {
  font-weight: 300;
  font-size: 17px;
  line-height: 35px;
  color: #000;
  margin-bottom: 30px;
}
#aboutus li {
  display: block;
  background: url(../images/checkicon.png) no-repeat left center;
  background-size: 16px 16px;
  font-weight: 300;
  font-size: 17px;
  line-height: 35px;
  color: #000;
  margin-bottom: 5px;
  padding-left: 25px;
}
#aboutus .cardwrapper {
  display: flex;
}
#aboutus .aboutcard {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.05);
  padding: 15px;
}
#aboutus .aboutcard .abouticon1 {
  background: url(../images/abouticon1.png) no-repeat;
  background-size: 100% auto;
  width: 43px;
  height: 43px;
  display: block;
  margin-bottom: 15px;
}
#aboutus .aboutcard .abouticon2 {
  background: url(../images/abouticon2.png) no-repeat;
  background-size: 100% auto;
  width: 43px;
  height: 43px;
  display: block;
  margin-bottom: 15px;
}
#aboutus .aboutcard .abouticon3 {
  background: url(../images/abouticon3.png) no-repeat;
  background-size: 100% auto;
  width: 43px;
  height: 43px;
  display: block;
  margin-bottom: 15px;
}
#aboutus .aboutcard h4 {
  margin-bottom: 15px;
}
#aboutus .aboutcard p {
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  margin: 0;
}
#aboutus .aboutcard.downcard {
  margin-top: 135px;
}
#aboutus .aboutcard.upcard {
  margin-top: -105px;
}
#featurevisuals {
  padding: 60px 0;
}
#featurevisuals .featuretop span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #595959;
  font-family: "DM Sans", sans-serif;
  margin: 0 0 10px 0;
  text-align: center;
}
#featurevisuals .featuretop span::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #dc9d11;
  border-radius: 50px;
  margin-right: 7px;
}
#featurevisuals .featuretop h2 {
  margin-bottom: 30px;
  text-align: center;
  line-height: 60px;
}
#featurevisuals .featuretop h2 em {
  display: block;
}
#featurevisuals .featuretop p {
  font-weight: 300;
  font-size: 17px;
  line-height: 35px;
  color: #000;
  margin-bottom: 30px;
  text-align: center;
}
.featurewrap {
  width: 950px;
  margin: 0 auto;
}
.featuretab > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  border-radius: 15px;
  background: #000;
  border: 1px solid #000;
  padding: 8px;
  margin: 16px 0;
}
.featuretab .featureicon {
  margin-left: 10px;
}
.featuretab .featureicon span {
  display: inline-block;
  border: 1px solid #fff;
  padding: 8px;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  text-align: center;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: 7px;
}
.featuretab .featureicon span i {
  display: block;
  color: #fff;
  font-size: 20px;
}
.featuretab .featureicon h4 {
  display: inline-block;
  vertical-align: middle;
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 600;
  font-size: 40px;
  color: #fff;
}
.featuretab .featureimg {
  border-radius: 8px;
  overflow: hidden;
  width: 90px;
  height: 90px;
  flex-shrink: 0;
}
.featuretab .featureimg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.featuretab .featurecontent {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.5s ease,
    opacity 0.4s ease;
}
.featuretab .featurecontent .featurecontentinner {
  border: 1px solid #b8b8b8;
  border-radius: 15px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.09);
  padding: 30px;
  /* margin-bottom: 30px; */
  background: url(../images/bg.png) no-repeat right top;
  background-size: 825px 546px;
}
.featuretab .fetureconentimg {
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02);
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin-bottom: 30px;
}
.featuretab .fetureconentimg img {
  display: block;
  width: 100%;
  height: auto;
}
.featuretab .featurecontent h4 {
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 600;
  font-size: 40px;
  color: #000;
  margin-bottom: 20px;
}
.featuretab .featurecontent p {
  font-size: 16px;
  font-weight: 300;
  color: #050505;
  line-height: 28px;
  padding-bottom: 20px;
}
.featuretab .featurecontent .featurecontentinner > a {
  text-align: center;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.09);
  margin-right: 15px;
  margin-top: 15px;
}
.featuretab.active > a {
  display: none;
}
.featuretab.active .featurecontent {
  max-height: 650px;
  opacity: 1;
}
#unlockpowersection {
  background: url(../images/unlockpower-bg.webp) no-repeat;
  background-size: cover;
  padding: 130px 0 50px;
}
.powersectioncontent {
  background: url(../images/cardbg.webp) no-repeat;
  background-size: 100% auto;
  width: 720px;
  padding: 60px 80px 40px 40px;
  min-height: 450px;
  margin-left: 30px;
  position: relative;
}
.powersectioncontent::before {
  content: "";
  background: url(../images/cardborder.png) no-repeat left top;
  background-size: 100% auto;
  width: 116px;
  height: 114px;
  display: block;
  position: absolute;
  left: -30px;
  top: -30px;
}
.powersectioncontent h2 {
  margin-bottom: 30px;
  line-height: 60px;
  color: #fff;
}
.powersectioncontent p {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}
#testimonial {
  overflow: hidden;
  height: 750px;
}
#testimonial .testileft span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #595959;
  font-family: "DM Sans", sans-serif;
  margin: 0 0 10px 0;
}
#testimonial .testileft span::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #dc9d11;
  border-radius: 50px;
  margin-right: 7px;
}
#testimonial .testileft h2 {
  margin-bottom: 20px;
  line-height: 60px;
}
#testimonial .testileft h3 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #000;
  margin-bottom: 30px;
}
#testimonial .testileft p {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  color: #000;
}
.carouselwrap {
  display: flex;
}
.carousel1 {
  margin-right: 40px;
}
.carousel1,
.carousel2 {
  width: 370px;
}
.testicard {
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 0 84px 0 rgba(0, 0, 0, 0.07);
  padding: 30px;
  margin-bottom: 40px;
}
.testicard .teticardtop {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.testicard .teticardtop .testimg {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.testicard .teticardtop .testimg img {
  display: block;
  width: 100%;
  height: auto;
}
.testicard .testdetail h5 {
  font-family: "Darker Grotesque", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}
.testicard .testdetail span {
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: 300;
}
.testicard p {
  font-size: 15px;
  line-height: 24px;
  color: #000;
}
.carouselwrap {
  position: relative;
}
.carouselwrap > span.shadowtop,
.carouselwrap > span.shadowdown {
  background: url(../images/shadowlayer.png) no-repeat;
  background-size: 1023px 304px;
  display: block;
  width: 950px;
  height: 304px;
  position: absolute;
  right: 0;
  top: -103px;
  z-index: 9;
}
.carouselwrap > span.shadowdown {
  background: url(../images/shadowlayer2.png) no-repeat;
  top: auto;
  bottom: -45px;
}
#testimonial .bx-wrapper {
  box-shadow: none;
  border: none;
  background: none;
}
#testimonial .bx-viewport {
  overflow: visible !important;
}

#faqsection {
  background: #fafafa;
  padding: 70px 0 150px;
}
#faqsection .faqtop {
  text-align: center;
  margin-bottom: 40px;
}
#faqsection .faqtop span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #595959;
  font-family: "DM Sans", sans-serif;
  margin: 0 0 5px 0;
  text-align: center;
}
#faqsection .faqtop span::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #dc9d11;
  border-radius: 50px;
  margin-right: 7px;
}
#faqsection .faqtop h2 {
  margin-bottom: 15px;
  text-align: center;
}
#faqsection .faqtop p {
  font-weight: 300;
  font-size: 17px;
  line-height: 35px;
  color: #000;
  text-align: center;
}
#faqsection .accordion-button {
  font-weight: 500;
  font-size: 18px;
  color: #000;
  box-shadow: none;
  background: none;
  padding: 25px 20px;
  border-radius: 5px;
  font-family: "Inter", sans-serif;
}
#faqsection .accordion-button.collapsed {
  background: #fff;
  color: #000;
}
#faqsection .accordion-item {
  margin-bottom: 20px;
  border-radius: 5px;
  border: none;
  background: rgba(220, 157, 17, 0.05);
}
#faqsection .accordion-button::after {
  content: "\f056";
  background: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
}
#faqsection .accordion-button.collapsed::after {
  content: "\f055";
  background: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
}
#faqsection .accordion {
  width: 75%;
  margin: 0 auto;
}
#faqsection .accordion-button::after {
  color: #dc9d11;
}
#faqsection .accordion-button.collapsed::after {
  color: #000;
}
#faqsection .accordion-body p {
  font-size: 14px;
  color: #000;
}
#faqsection .accordion-body {
  padding-top: 0;
  padding-bottom: 35px;
}

#contactus {
  padding: 60px 0 200px;
  background: url(../images/contactbg.webp) no-repeat right top;
  background-size: 100% auto;
  background-size: contain;
}
#contactus span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #595959;
  font-family: "DM Sans", sans-serif;
  margin: 0 0 10px 0;
}
#contactus span::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #dc9d11;
  border-radius: 50px;
  margin-right: 7px;
}
#contactus h2 {
  margin-bottom: 20px;
  line-height: 60px;
}
#contactus h2 em {
  font-style: normal;
  display: inline-block;
  color: #dc9d11;
}
#contactus p {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  color: #000;
}
#contactus h5 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  padding: 15px 0 3px 0;
}
#contactus i {
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  color: #595959;
  margin-bottom: 30px;
  display: block;
}
#contactus h3 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-bottom: 15px;
}
#contactus .row .col-sm-6 p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  color: #000;
  padding-bottom: 25px;
}
#contactus .row .row:last-child p {
  padding: 0;
}
#contactus .contactformwrap {
  background: #000;
  border-radius: 20px;
  padding: 45px 40px;
  margin-top: 15px;
}
#contactus .contactformwrap label {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 15px;
}
#contactus .contactformwrap input,
#contactus .contactformwrap textarea {
  background: #f4f4f4;
  border-radius: 10px;
  font-size: 14px;
  margin-bottom: 25px;
  padding: 18px 15px;
}
#contactus .contactformwrap input::placeholder {
  color: #c2c2c2;
}
#contactus .contactformwrap .btn-theme {
  display: block;
  width: 100%;
  padding: 18px;
}
#contactus .contactformwrap .readyviz-contact-status {
  border-radius: 10px;
  padding: 12px 14px;
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
#contactus .contactformwrap .readyviz-contact-success {
  background: #e8f8ec;
  color: #127a35;
  border: 1px solid #bee7c9;
}
#contactus .contactformwrap .readyviz-contact-error {
  background: #fdeaea;
  color: #b42318;
  border: 1px solid #f5c7c7;
}
/* Custom contact form styling */
#contactus .contactformwrap form {
  margin: 0;
}
#contactus .contactformwrap label {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 12px;
  display: block;
}
#contactus .contactformwrap input,
#contactus .contactformwrap textarea {
  background: #f4f4f4;
  border: 0;
  border-radius: 10px;
  font-size: 14px;
  margin-bottom: 12px;
  padding: 18px 15px;
  color: #000;
  font-family: inherit;
  width: 100%;
  box-sizing: border-box;
}
#contactus .contactformwrap textarea {
  resize: vertical;
  min-height: 120px;
}
#contactus .contactformwrap input:focus,
#contactus .contactformwrap textarea:focus {
  outline: none;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(220, 157, 17, 0.1);
}
#contactus .contactformwrap input::placeholder,
#contactus .contactformwrap textarea::placeholder {
  color: #c2c2c2;
}
#contactus .contactformwrap button {
  display: block;
  width: 100%;
  padding: 18px;
  border: 0;
  border-radius: 50px;
  background: #dc9d11;
  color: #fff;
  font-weight: 600;
  text-transform: none;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
  font-family: inherit;
}
#contactus .contactformwrap button:hover {
  background: #c28806;
}
#contactus .contactformwrap button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(220, 157, 17, 0.3);
}
#contactus .contactformwrap .wpforms-confirmation-container-full,
#contactus .contactformwrap div.wpforms-container-full .wpforms-confirmation-container-full {
  border-radius: 10px;
  border: 1px solid #bee7c9 !important;
  background: #e8f8ec !important;
  color: #127a35 !important;
  margin: 0 0 16px !important;
  padding: 12px 14px !important;
}
@media (max-width: 767px) {
  #contactus .contactformwrap .wpforms-field-name .wpforms-field-row {
    display: block !important;
  }
  #contactus .contactformwrap .wpforms-field-name .wpforms-field-row > div {
    width: 100% !important;
    margin-bottom: 10px !important;
  }
}
.footertop {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 9px 24px 21px rgba(0, 0, 0, 0.04);
  padding: 40px 20px;
  margin: 0 50px;
  position: relative;
}
/* Only apply negative margin on homepage to overlap banner */
body.home .footertop {
  margin-top: -125px;
}
.footertop .footerlogo {
  margin-bottom: 30px;
}
.footertop .footerlogo a {
  display: block;
  background: url(../images/mainlogo.png) no-repeat;
  background-size: 100% auto;
  width: 227px;
  height: 44px;
}
.footertop p {
  font-weight: 300;
  font-size: 16px;
  color: #000;
  line-height: 30px;
}
.footertop h3 {
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #090909;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footertop ul {
  margin-right: 50px;
}
.footertop li {
  display: block;
  border-bottom: 1px solid #dadada;
}
.footertop li a {
  display: block;
  font-size: 12px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;
}
.footertop li a:hover {
  color: #dc9d11;
}
.footertop .social {
  padding-top: 15px;
}
.footertop .social a {
  display: inline-block;
  font-size: 18px;
  margin-right: 18px;
  color: #000;
  pointer-events: auto;
}
.footertop .social a .readyviz-social-label {
  display: none;
}
.footertop .social a:hover {
  color: #dc9d11;
}
.footerbottom {
  padding-top: 150px;
  background: #dc9d11;
}
/* Only apply negative margin on homepage to overlap banner */
body.home .footerbottom {
  margin-top: -115px;
}
.footerbottom p {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid #fff;
}
.backtop {
  background: #000;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  display: block;
  line-height: 70px;
  position: fixed;
  right: 50px;
  bottom: 50px;
  display: none;
}
.backtop i {
  font-size: 20px;
  color: #fff;
  animation: slowFadeAndMove 3s ease-in-out infinite alternate;
}
.backtop.show {
  display: block;
}

#innerbanner {
  background: url(../images/innerbanner.jpg) no-repeat;
  background-size: cover;
  height: 60vh;
  position: relative;
  box-shadow: 0 19px 30px 10px rgba(0, 0, 0, 0.12);
}
#innerbanner .innerbannercontent {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 100%;
}
#innerbanner .innerbannercontent h2 {
  font-size: 64px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}
#innerbanner .innerbannercontent h2 span {
  color: #dc9d11;
}
#innerbanner .innerbannercontent p {
  font-weight: 300;
  font-size: 20px;
  line-height: 35px;
  color: #fff;
}
#detailcontent {
  padding: 40px 0 150px;
}
#detailcontent .topnav {
  margin-bottom: 40px;
}
#detailcontent .topnav li {
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}
#detailcontent .topnav li a {
  color: #000;
  display: block;
  font-size: 16px;
}
#detailcontent .topnav li span {
  display: block;
  font-size: 17px;
  font-weight: 300;
  color: #000;
}
#detailcontent .topnav li span::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #dc9d11;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
#detailcontent .productimgwrap {
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  overflow: hidden;
}
#detailcontent .productimgwrap img {
  display: block;
  width: 100%;
  height: auto;
}
#detailcontent .readyviz-gallery-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  flex-wrap: wrap;
}
#detailcontent .readyviz-gallery-thumb {
  border: 1px solid #d9d9d9;
  background: #fff;
  border-radius: 8px;
  width: 72px;
  height: 72px;
  padding: 4px;
  cursor: pointer;
}
#detailcontent .readyviz-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 5px;
}
#detailcontent .readyviz-gallery-thumb.is-active {
  border-color: #dc9d11;
  box-shadow: 0 0 0 1px #dc9d11;
}
.readyviz-gallery-not-found {
  text-align: center;
  max-width: 520px;
  margin: 0 auto;
}
.readyviz-gallery-not-found h3 {
  font-family: "Darker Grotesque", sans-serif;
  font-size: 38px;
  margin-bottom: 12px;
}
.readyviz-gallery-not-found p {
  margin-bottom: 18px;
}
#detailcontent .productdetail {
  margin: 70px 125px 0 30px;
}
#detailcontent .productdetail > span,
#detailcontent .productdetail .readyviz-tier-label {
  background: #dc9d11;
  padding: 8px 25px;
  border-radius: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 5px;
  display: inline-block;
}
#detailcontent .productdetail h3 {
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 600;
  font-size: 50px;
  color: #000;
  margin-bottom: 10px;
}
#detailcontent .productdetail p {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  color: #000;
  padding-bottom: 25px;
}
#detailcontent .productdetail .pricewrap {
  margin-bottom: 25px;
}
#detailcontent .productdetail label {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #000;
}
#detailcontent .productdetail h4 {
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 600;
  font-size: 40px;
  color: #000;
}

#detailcontent .productdetail h4 span,
#detailcontent .productdetail h4 bdi {
  background: transparent;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  border-radius: 0;
  padding: 0;
}
#detailcontent .productdetail .qtyuser {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}
#detailcontent .productdetail .qtyuser .qty {
  width: 50%;
}
#detailcontent .qtyuser label {
  margin-bottom: 10px;
  display: block;
}
#detailcontent .qtyuser select,
#detailcontent .qtyuser input {
  border: 1px solid #e7e7e7;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  padding: 15px;
}
#detailcontent .qtyuser input {
  background: #f6f6f6;
}
#detailcontent .btn-blk {
  display: block;
  width: 100%;
  padding: 18px;
  text-transform: uppercase;
}

.readyviz-notice-wrap {
  padding: 16px 0;
}

.readyviz-notice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 10px;
  font-size: 15px;
}

.readyviz-notice-success {
  background: #e8f9ed;
  border: 1px solid #a6ddb4;
  color: #155d27;
}

.readyviz-notice-error {
  background: #fdecef;
  border: 1px solid #f0b6bf;
  color: #7a1d2b;
}

.readyviz-notice-link {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 8px 16px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
}

.readyviz-notice-link:hover {
  background: #000;
  color: #fff;
}

#detailcontent .productdetail form.cart {
  margin: 0;
}

#detailcontent .productdetail form.cart .qtyuser {
  margin-bottom: 28px;
}

#detailcontent .productdetail form.cart .qtyuser .qty {
  width: 50%;
}

#detailcontent .productdetail form.cart input.qty,
#detailcontent .productdetail form.cart select {
  border: 1px solid #e7e7e7;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  padding: 15px;
  width: 100%;
  box-shadow: none;
}

#detailcontent .productdetail form.cart input.qty {
  background: #f6f6f6;
  text-align: center;
}

#detailcontent .productdetail form.cart button.btn-blk {
  display: block;
  width: 100%;
  background: #000;
  border-radius: 50px;
  border: 1px solid transparent;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 18px;
}

#detailcontent .productdetail form.cart button.btn-blk:hover {
  background: none;
  border: 1px solid #000;
  color: #000;
}

#shopcontent {
  padding: 50px 0;
}
#shopcontent .readyviz-shop-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
#shopcontent .readyviz-shop-meta .woocommerce-notices-wrapper:empty {
  display: none;
}
#shopcontent .woocommerce-result-count {
  margin: 0;
  font-size: 14px;
  color: #4e4e4e;
}
#shopcontent .woocommerce-ordering {
  margin: 0;
}
#shopcontent .woocommerce-ordering select {
  border: 1px solid #e7e7e7;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  padding: 10px 16px;
  min-width: 230px;
}
.readyviz-shop-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}
.readyviz-shop-card {
  border: 1px solid #b8b8b8;
  border-radius: 15px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.09);
  background: #fff;
  overflow: hidden;
}
.readyviz-shop-card .readyviz-shop-image {
  display: block;
  border-bottom: 1px solid #efefef;
  background: #fafafa;
}
.readyviz-shop-card .readyviz-shop-image img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: contain;
  padding: 18px;
}
.readyviz-shop-card .readyviz-shop-body {
  padding: 22px;
}
.readyviz-shop-card .readyviz-shop-tier {
  background: #dc9d11;
  padding: 7px 18px;
  border-radius: 50px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 12px;
  display: inline-block;
}
.readyviz-shop-card h3 {
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 600;
  font-size: 38px;
  color: #000;
  margin-bottom: 10px;
  line-height: 1;
}
.readyviz-shop-card h3 a {
  color: inherit;
  text-decoration: none;
}
.readyviz-shop-card p {
  font-size: 15px;
  font-weight: 300;
  color: #050505;
  line-height: 26px;
  margin-bottom: 18px;
}
.readyviz-shop-card .readyviz-shop-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.readyviz-shop-card .readyviz-shop-bottom strong {
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 700;
  font-size: 34px;
  color: #000;
  line-height: 1;
}
.readyviz-shop-card .readyviz-shop-bottom .btn-border-blk {
  min-width: 150px;
  text-align: center;
}
#shopcontent nav.woocommerce-pagination {
  margin-top: 25px;
}
#shopcontent nav.woocommerce-pagination ul {
  border: 0;
}
#shopcontent nav.woocommerce-pagination ul li {
  border: 0;
  margin-right: 8px;
}
#shopcontent nav.woocommerce-pagination ul li a,
#shopcontent nav.woocommerce-pagination ul li span {
  border: 1px solid #e7e7e7;
  border-radius: 50px;
  padding: 10px 14px;
  color: #000;
  min-width: 40px;
  text-align: center;
}
#shopcontent nav.woocommerce-pagination ul li span.current,
#shopcontent nav.woocommerce-pagination ul li a:hover {
  background: #dc9d11;
  color: #fff;
  border-color: #dc9d11;
}

#visualscontent {
  padding: 50px 0 260px;
}

.readyviz-archive-visuals .readyviz-visuals-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.readyviz-visual-card {
  border: 1px solid #b8b8b8;
  border-radius: 15px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.09);
  background: #fff;
  overflow: hidden;
}

.readyviz-visual-card .readyviz-visual-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}

.readyviz-visual-card .readyviz-visual-card-thumb {
  border-bottom: 1px solid #efefef;
  background: #fafafa;
}

.readyviz-visual-card .readyviz-visual-card-thumb img {
  display: block;
  width: 100%;
  height: 270px;
  object-fit: contain;
  padding: 16px;
}

.readyviz-visual-card .readyviz-visual-card-body {
  padding: 22px;
}

.readyviz-visual-card .readyviz-visual-card-label {
  background: #dc9d11;
  padding: 7px 18px;
  border-radius: 50px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 12px;
  display: inline-block;
}

.readyviz-visual-card .readyviz-visual-card-title {
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 600;
  font-size: 38px;
  color: #000;
  margin-bottom: 10px;
  line-height: 1;
}

.readyviz-visual-card .readyviz-visual-card-excerpt {
  font-size: 15px;
  font-weight: 300;
  color: #050505;
  line-height: 26px;
  margin-bottom: 18px;
}

.readyviz-visual-card .readyviz-visual-card-cta {
  width: 150px;
  text-align: center;
}

.readyviz-archive-visuals .nav-links {
  display: flex;
  gap: 8px;
  margin-top: 25px;
}

.readyviz-archive-visuals .nav-links a,
.readyviz-archive-visuals .nav-links span {
  border: 1px solid #e7e7e7;
  border-radius: 50px;
  padding: 10px 14px;
  color: #000;
  min-width: 40px;
  text-align: center;
  text-decoration: none;
}

.readyviz-archive-visuals .nav-links .current,
.readyviz-archive-visuals .nav-links a:hover {
  background: #dc9d11;
  color: #fff;
  border-color: #dc9d11;
}

.readyviz-single-visuals .readyviz-visual-featured-image img {
  display: block;
  width: 100%;
  height: 460px;
  object-fit: contain;
  background: #fafafa;
}

.readyviz-single-visuals .readyviz-visual-detail-copy {
  margin: 20px 40px 0 30px;
}

.readyviz-single-visuals .readyviz-visual-description {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  color: #000;
}

.readyviz-single-visuals .readyviz-visual-description p,
.readyviz-single-visuals .readyviz-visual-description ul,
.readyviz-single-visuals .readyviz-visual-description ol {
  margin-bottom: 16px;
}

.readyviz-single-visuals .readyviz-visual-gallery-wrap {
  margin-top: 36px;
}

.readyviz-single-visuals .readyviz-visual-gallery-title {
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 600;
  font-size: 44px;
  color: #000;
  margin-bottom: 16px;
}

.readyviz-single-visuals .readyviz-visual-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.readyviz-single-visuals .readyviz-visual-gallery-item {
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  overflow: hidden;
  background: #fafafa;
}

.readyviz-single-visuals .readyviz-visual-gallery-image {
  width: 100%;
  height: 220px;
  object-fit: contain;
  display: block;
  padding: 10px;
}

.readyviz-blog-index,
.readyviz-archive-page {
  padding: 50px 0 260px;
}

.readyviz-page-header {
  margin-bottom: 24px;
}

#blogcontent .readyviz-page-header {
  text-align: left;
}

.readyviz-page-title {
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 700;
  font-size: 64px;
  color: #000;
  line-height: 1;
}

.readyviz-page-description {
  margin-top: 10px;
  font-size: 16px;
  line-height: 26px;
  color: #050505;
}

.readyviz-posts-grid,
.readyviz-archive-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.readyviz-post-card {
  border: 1px solid #b8b8b8;
  border-radius: 15px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.09);
  background: #fff;
  overflow: hidden;
}

.readyviz-post-card .readyviz-post-card-thumb {
  display: block;
  border-bottom: 1px solid #efefef;
  background: #fafafa;
}

.readyviz-post-card .readyviz-post-card-thumb img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.readyviz-post-card .readyviz-post-card-body {
  padding: 22px;
}

.readyviz-post-card .readyviz-post-card-label {
  background: #dc9d11;
  padding: 7px 18px;
  border-radius: 50px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 12px;
  display: inline-block;
}

.readyviz-post-card .readyviz-post-card-title {
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 600;
  font-size: 38px;
  color: #000;
  margin-bottom: 10px;
  line-height: 1;
}

.readyviz-post-card .readyviz-post-card-title a {
  color: inherit;
  text-decoration: none;
}

.readyviz-post-card .readyviz-post-card-meta {
  font-size: 13px;
  font-weight: 500;
  color: #dc9d11;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}

.readyviz-post-card .readyviz-post-card-excerpt {
  font-size: 15px;
  font-weight: 300;
  color: #050505;
  line-height: 26px;
}

.readyviz-post-card .readyviz-post-card-cta {
  width: 150px;
  text-align: center;
  margin-top: 16px;
}

.readyviz-single-post-page .readyviz-post-thumb img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.readyviz-single-post-page .readyviz-post-copy {
  margin: 20px 40px 0 30px;
}

.readyviz-single-post-page .readyviz-post-meta {
  font-size: 13px;
  font-weight: 500;
  color: #dc9d11;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 12px;
  padding-bottom: 0;
  line-height: 1.5;
}

.readyviz-single-post-page .readyviz-post-content {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  color: #000;
}

.readyviz-single-post-page .readyviz-post-content p,
.readyviz-single-post-page .readyviz-post-content ul,
.readyviz-single-post-page .readyviz-post-content ol,
.readyviz-single-post-page .readyviz-post-content blockquote {
  margin-bottom: 16px;
}

.readyviz-blog-index .nav-links,
.readyviz-archive-page .nav-links {
  display: flex;
  gap: 8px;
  margin-top: 25px;
}

.readyviz-blog-index .nav-links a,
.readyviz-blog-index .nav-links span,
.readyviz-archive-page .nav-links a,
.readyviz-archive-page .nav-links span {
  border: 1px solid #e7e7e7;
  border-radius: 50px;
  padding: 10px 14px;
  color: #000;
  min-width: 40px;
  text-align: center;
  text-decoration: none;
}

.readyviz-blog-index .nav-links .current,
.readyviz-blog-index .nav-links a:hover,
.readyviz-archive-page .nav-links .current,
.readyviz-archive-page .nav-links a:hover {
  background: #dc9d11;
  color: #fff;
  border-color: #dc9d11;
}

.readyviz-empty-state {
  border: 1px solid #e9e9e9;
  border-radius: 12px;
  background: #fff;
  padding: 24px;
}

.readyviz-empty-state h2 {
  font-size: 36px;
  margin-bottom: 8px;
}

.readyviz-empty-state p {
  font-size: 15px;
  line-height: 25px;
}

#cartcontent {
  padding: 40px 0 50px;
}

#cartcontent .carttop {
  margin-bottom: 25px;
}

#cartcontent .carttop h4 {
  color: #000;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: "Darker Grotesque", sans-serif;
}

#cartcontent .carttop span {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #000;
}

.cartwrapper {
  border-radius: 5px;
  border: 1px solid #f2f2f2;
  padding: 0 20px;
}

.cartwrapper td {
  border: none;
}

.cartwrapper .tablecontent {
  border-bottom: 1px solid #f2f2f2;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.cartwrapper .tablecontent .tableleft {
  display: flex;
  gap: 15px;
}

.cartwrapper .tablecontent .proimg {
  border-radius: 5px;
  border: 1px solid #f2f2f2;
  overflow: hidden;
  width: 120px;
  flex: 0 0 120px;
}

.cartwrapper .tablecontent .proimg img {
  display: block;
  width: 100%;
  height: auto;
}

.cartwrapper .tablecontent .proleftcontent h4 {
  font-size: 36px;
  font-weight: 600;
  color: #000;
  font-family: "Darker Grotesque", sans-serif;
  margin-bottom: 10px;
}

.cartwrapper .tablecontent .proleftcontent p {
  font-size: 14px;
  line-height: 23px;
  font-weight: 300;
  color: #000;
  padding-bottom: 15px;
}

.cartwrapper .tablecontent .proleftcontent span {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  vertical-align: middle;
  margin-right: 5px;
}

.cartwrapper .tablecontent .proleftcontent em {
  display: inline-block;
  font-style: normal;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 600;
  color: #b0b0b0;
}

.cartwrapper .tablecontent .tableright {
  text-align: right;
  width: 225px;
}

.cartwrapper .tablecontent .tableright h5 {
  font-family: "Darker Grotesque", sans-serif;
  font-size: 30px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 600;
}

.cartwrapper .tablecontent .tableright span {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  vertical-align: middle;
  margin-right: 5px;
}

.cartwrapper .tablecontent .tableright em {
  display: inline-block;
  font-style: normal;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 600;
  color: #b0b0b0;
}

.cartwrapper .tablecontent .tableright .qty {
  display: flex;
  align-items: center;
  justify-content: end;
  border: 1px solid #f0f0f0;
  border-radius: 50px;
  padding: 10px 15px;
  width: 120px;
}

.cartwrapper .tablecontent .tableright .qty .qty {
  border: none;
  padding: 0;
  width: 28px;
  min-height: 20px;
}

.cartwrapper .tablecontent .tableright .qty .quantity {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cartwrapper .tablecontent .tableright .qty .quantity label {
  display: none;
}

.cartwrapper .tablecontent .tableright .qty input {
  display: inline-block;
  width: 28px;
  min-width: 28px;
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
  border-radius: 0;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  background: transparent;
}

.cartwrapper .tablecontent .tableright .readyviz-qty-plus,
.cartwrapper .tablecontent .tableright .readyviz-qty-minus {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0 4px;
  min-width: 18px;
  text-align: center;
  color: #000;
}

.cartwrapper .tablecontent .tableright .qtywrap {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 15px;
  margin-top: 15px;
}

.cartwrapper .tablecontent .tableright .delete a {
  color: #000;
}

.ordersummary {
  background: #f7f7f7;
  border-radius: 5px;
  padding: 20px;
}

.ordersummary h3 {
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.ordersummary .productlist {
  padding-bottom: 20px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px;
}

.ordersummary .productlist li {
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
}

.ordersummary .productlist li span {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  color: #000;
}

.ordersummary .amountdetail {
  padding-bottom: 20px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 15px;
}

.ordersummary .amountdetail li {
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
}

.ordersummary .amountdetail li span {
  color: #050505;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}

.ordersummary .amountdetail li span.discount {
  color: #169f01;
}

.ordersummary .estimatedtotal {
  padding-bottom: 20px;
}

.ordersummary .estimatedtotal li {
  display: flex;
  justify-content: space-between;
}

.ordersummary .estimatedtotal li span {
  color: #000;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  font-family: "Darker Grotesque", sans-serif;
}

.ordersummary .estimatedtotal li span.finaltotal {
  color: #ff0000;
}

.ordersummary .promocode {
  margin-bottom: 20px;
}

.ordersummary .promocode input {
  border: 1px solid #000000;
  border-radius: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.ordersummary .btn-blk,
.ordersummary button {
  display: block;
  width: 100%;
  padding: 18px;
  text-transform: uppercase;
}

#checkoutcontent {
  padding: 50px 0 50px;
}

body.woocommerce-checkout .woocommerce-notices-wrapper {
  display: none;
}

body.woocommerce-checkout #checkoutcontent form.checkout > ul.woocommerce-error,
body.woocommerce-checkout #checkoutcontent form.checkout > .woocommerce-NoticeGroup,
body.woocommerce-checkout #checkoutcontent .woocommerce > ul.woocommerce-error,
body.woocommerce-checkout #checkoutcontent .woocommerce > .woocommerce-NoticeGroup {
  display: none !important;
}

#checkoutcontent .ordersummary {
  margin-top: 85px;
}

#checkoutcontent .checkouttop {
  padding-bottom: 20px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 20px;
}

#checkoutcontent .checkoutsteps ul {
  display: flex;
  justify-content: space-around;
  position: relative;
}

#checkoutcontent .checkoutsteps li {
  background: #ffffff;
  position: relative;
  padding: 0 15px;
}

#checkoutcontent .checkoutsteps li span {
  display: block;
  width: 37px;
  height: 37px;
  background: #000;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 37px;
  margin: 0 auto 10px;
}

#checkoutcontent .checkoutsteps li em {
  display: block;
  font-style: normal;
  font-size: 14px;
  font-weight: 300;
  color: #000;
}

#checkoutcontent .checkoutsteps ul::before {
  content: "";
  background: #ececec;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 35%;
  width: 500px;
  transform: translate(-50%, -50%);
}

.checkoutstepscontent {
  padding-bottom: 30px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 20px;
}

.checkoutstepscontent h4 {
  font-family: "Darker Grotesque", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #000;
  margin-bottom: 25px;
}

.checkoutstepscontent input,
.checkoutstepscontent select {
  border: 1px solid #ececec;
  font-size: 15px;
  color: #000;
  display: block;
  border-radius: 50px;
  padding: 15px;
}

.checkoutstepscontent select {
  background: #ffffff url(../images/arrow.png) no-repeat 95% center / 12px 8px !important;
}

.checkoutstepscontent p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  padding-bottom: 15px;
  line-height: 32px;
}

#checkoutcontent .checkoutstepscontent .form-row {
  margin: 0;
  padding: 0;
  width: 100%;
  float: none;
  clear: none;
}

#checkoutcontent .checkoutstepscontent .form-row label,
#checkoutcontent .checkoutstepscontent .form-row .optional,
#checkoutcontent .checkoutstepscontent .form-row .required {
  display: none !important;
}

#checkoutcontent .checkoutstepscontent .form-row .woocommerce-input-wrapper,
#checkoutcontent .checkoutstepscontent .form-row input,
#checkoutcontent .checkoutstepscontent .form-row select,
#checkoutcontent .checkoutstepscontent .form-row textarea {
  width: 100%;
}

#checkoutcontent .checkoutstepscontent .select2-container .select2-selection--single {
  height: 54px;
  border: 1px solid #ececec;
  border-radius: 50px;
}

#checkoutcontent .checkoutstepscontent .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 52px;
  padding-left: 15px;
  color: #000;
}

#checkoutcontent .checkoutstepscontent .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 52px;
  right: 10px;
}

#checkoutcontent .woocommerce-checkout-review-order-table,
#checkoutcontent .wc_payment_methods {
  background: transparent;
  border: none;
  margin: 0;
}

#checkoutcontent .woocommerce-checkout-review-order-table td,
#checkoutcontent .woocommerce-checkout-review-order-table th {
  border: none;
  padding: 6px 0;
}

#checkoutcontent #payment {
  background: transparent;
}

#checkoutcontent #payment .wc_payment_methods {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}

#checkoutcontent #payment .wc_payment_method {
  padding: 8px 0;
  border-top: 1px solid #dedede;
}

#checkoutcontent #payment .wc_payment_method label {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-left: 6px;
}

#checkoutcontent #payment .payment_box {
  background: transparent;
  border: none;
  color: #000;
  padding: 6px 0 0;
  margin: 0;
}

#checkoutcontent #payment .payment_box::before {
  display: none;
}

#checkoutcontent #payment .woocommerce-terms-and-conditions-wrapper {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 10px;
}

#checkoutcontent #place_order {
  width: 100%;
  border-radius: 50px;
  background: #000;
  border: 1px solid transparent;
  color: #fff;
  text-transform: uppercase;
  padding: 18px;
}

#thankyoucontent {
  padding: 80px 0 100px;
}

body.woocommerce-order-received #thankyoucontent {
  padding-top: 150px;
  padding-bottom: 160px;
}

body.woocommerce-order-received .footertop {
  margin-top: 0;
}

body.woocommerce-order-received .footerbottom {
  margin-top: 0;
  padding-top: 40px;
}

#thankyoucontent .thankyouwrap {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 9px 24px 21px rgba(0, 0, 0, 0.04);
  padding: 40px;
}

#thankyoucontent .thankyouintro span {
  display: inline-block;
  background: #dc9d11;
  color: #fff;
  border-radius: 50px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 14px;
}

#thankyoucontent .thankyouintro h1 {
  font-family: "Darker Grotesque", sans-serif;
  font-size: 56px;
  font-weight: 700;
  color: #000;
  margin-bottom: 12px;
}

#thankyoucontent .thankyouintro p {
  font-size: 17px;
  line-height: 30px;
  color: #000;
}

#thankyoucontent .thankyoubox,
#thankyoucontent .thankyousidebar {
  background: #f8f8f8;
  border-radius: 20px;
  padding: 30px;
}

#thankyoucontent .thankyoudetails {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}

#thankyoucontent .thankyoudetails li {
  font-size: 15px;
  line-height: 28px;
  color: #000;
  padding: 5px 0;
}

#thankyoucontent .thankyoudetails strong,
#thankyoucontent .thankyouorderitems h2,
#thankyoucontent .thankyousidebar h2 {
  color: #000;
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 700;
}

#thankyoucontent .thankyouorderitems h2,
#thankyoucontent .thankyousidebar h2 {
  font-size: 30px;
  margin-bottom: 15px;
}

#thankyoucontent .thankyouorderitems ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#thankyoucontent .thankyouorderitems li {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #e9e9e9;
  font-size: 15px;
  color: #000;
}

#thankyoucontent .thankyouactions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 25px;
}

#thankyoucontent .thankyouactions .btn-theme,
#thankyoucontent .thankyouactions .btn-border {
  min-width: 180px;
  text-align: center;
}

#thankyoucontent .thankyousidebar ul {
  padding-left: 18px;
  margin: 0;
}

#thankyoucontent .thankyousidebar li {
  font-size: 15px;
  line-height: 28px;
  color: #000;
  padding: 6px 0;
}

@keyframes slowFadeAndMove {
  0% {
    transform: translateY(0);
    opacity: 0.5;
  }
  50% {
    /* Peak brightness and movement */
    opacity: 1;
  }
  100% {
    transform: translateY(-20px);
    opacity: 0.5;
  }
}

/* Responsive */
 
@media (max-width: 800px) {
  #header {
    top: 15px;
  }
  #headercontent {
    border-radius: 6px;
    width: auto;
    text-align: center;
  }
  #headercontent .row {
    flex-direction: column;
    align-items: center;
  }
  #headercontent .row > [class*="col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  #headercontent .logo a {
    width: 160px;
    height: 33px;
    margin: 0 auto 15px;
  }
  #headercontent menu {
    width: 100%;
  }
  #headercontent menu {
    margin: 0;
    padding: 0;
  }
  #headercontent .navigation li {
    margin-right: 0;
  }
  #headercontent .navigation li a {
    font-size: 13px;
  }
  #headercontent .headerright {
    justify-content: center;
    gap: 12px;
    margin-top: 12px;
    flex-wrap: wrap;
  }
  #headercontent .headerright .cart {
    position: static;
  }
  #headercontent .headerright .btn-blk {
    display: inline-block;
    width: auto;
    margin-top: 0;
    padding: 8px 18px 10px;
    font-size: 12px;
    min-width: 130px;
  }
  body.woocommerce-order-received #header {
    position: relative;
    top: 0;
  }
  body.woocommerce-order-received #thankyoucontent {
    padding-top: 25px;
    padding-bottom: 70px;
  }
  #thankyoucontent .thankyouwrap {
    padding: 18px;
    border-radius: 12px;
  }
  #thankyoucontent .thankyouintro h1 {
    font-size: 42px;
    line-height: 42px;
  }
  #thankyoucontent .thankyouintro p {
    font-size: 14px;
    line-height: 24px;
  }
  #thankyoucontent .thankyoubox,
  #thankyoucontent .thankyousidebar {
    padding: 18px;
    border-radius: 12px;
  }
  #thankyoucontent .thankyouorderitems h2,
  #thankyoucontent .thankyousidebar h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  #thankyoucontent .thankyouactions {
    gap: 10px;
  }
  #thankyoucontent .thankyouactions .btn-theme,
  #thankyoucontent .thankyouactions .btn-border {
    width: 100%;
    min-width: 0;
  }
  body.woocommerce-order-received .footertop {
    margin: 0;
  }
  body.woocommerce-order-received .footerbottom {
    margin-top: 0;
    padding-top: 20px;
  }
  #mainbanner {
    height: 475px;
  }
  .mainbannercontent {
    padding: 175px 15px 0;
    position: static;
    transform: inherit;
  }
  h1 {
    font-size: 34px;
    line-height: 36px;
  }
  .mainbannercontent h1 {
    margin-bottom: 15px;
  }
  .mainbannercontent p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .mainbannercontent p br {
    display: none;
  }
  .btn-theme,
  .btn-border {
    font-size: 12px;
  }
  #aboutus {
    padding: 20px 0 0;
    background-size: 300px 350px;
  }
  #aboutus span {
    font-size: 12px;
    margin: 0;
    text-align: center;
  }
  h2 {
    font-size: 30px;
  }
  #aboutus h2 {
    margin-bottom: 15px;
    text-align: center;
  }
  #aboutus p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px;
    text-align: center;
  }
  #aboutus p br {
    display: none;
  }
  #aboutus ul {
    text-align: center;
  }
  #aboutus li {
    background: url(../images/checkicon.png) no-repeat 7% center;
    background-size: 14px 14px;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 5px;
    padding-left: 25px;
  }
  #aboutus .aboutcard {
    padding: 20px 15px;
    margin: 15px 0;
    text-align: center;
  }
  #aboutus .aboutcard .abouticon1,
  #aboutus .aboutcard .abouticon2,
  #aboutus .aboutcard .abouticon3 {
    width: 35px;
    height: 35px;
    margin: 0 auto 8px;
  }
  h4 {
    font-size: 22px;
  }
  #aboutus .aboutcard h4 {
    margin-bottom: 15px;
  }
  #aboutus .aboutcard p {
    font-size: 13px;
    line-height: 22px;
    margin: 0;
  }
  #aboutus .aboutcard.downcard,
  #aboutus .aboutcard.upcard {
    margin-top: 0;
  }
  #featurevisuals {
    padding: 25px 0;
  }
  #featurevisuals .featuretop span {
    font-size: 12px;
    margin: 0;
  }
  #featurevisuals .featuretop h2 {
    margin-bottom: 10px;
    text-align: center;
    line-height: 35px;
  }
  #featurevisuals .featuretop p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .featurewrap {
    width: auto;
  }
  .featuretab > a {
    border-radius: 10px;
    padding: 8px;
    margin: 10px 0;
  }
  .featuretab .featureicon {
    margin-left: 3px;
  }
  .featuretab .featureicon span {
    padding: 2px 4px;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: 7px;
  }
  .featuretab .featureicon span i {
    font-size: 12px;
  }
  .featuretab .featureicon h4 {
    font-size: 25px;
  }
  .featuretab .featureimg {
    border-radius: 5px;
    width: 45px;
  }
  .featuretab.active .featurecontent {
    max-height: inherit;
    text-align: center;
  }
  .featuretab .featurecontent .featurecontentinner {
    border-radius: 10px;
    padding: 15px;
    background-size: 425px 246px;
  }
  .featuretab .fetureconentimg {
    border-radius: 8px;
    width: 50px;
    height: 50px;
    margin: 0 auto;
  }
  .featuretab .featurecontent h4 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .featuretab .featurecontent p {
    font-size: 13px;
    line-height: 24px;
    padding-bottom: 12px;
  }
  .featuretab .featurecontent .featurecontentinner > a {
    font-size: 12px;
    margin-right: 10px;
    margin-top: 0;
    padding: 10px;
  }
  #unlockpowersection {
    background-size: cover;
    padding: 25px 0 0;
  }
  .powersectioncontent {
    background-size: cover;
    width: auto;
    padding: 20px 20px 50px;
    min-height: inherit;
    margin-left: 0;
  }
  .powersectioncontent::before {
    display: none;
  }
  .powersectioncontent h2 {
    margin-bottom: 15px;
    line-height: 35px;
    text-align: center;
  }
  .powersectioncontent p {
    font-weight: 400;
    font-size: 14px;
    line-height: 29px;
    text-align: center;
  }
  #testimonial {
    height: auto;
    padding: 20px 0;
  }
  .testileft {
    text-align: center;
    padding-bottom: 20px;
  }
  #testimonial .testileft span {
    margin: 0;
  }
  #testimonial .testileft h2 {
    margin-bottom: 10px;
    line-height: 35px;
  }
  #testimonial .testileft h3 {
    font-size: 15px;
    color: #000;
    margin-bottom: 15px;
  }
  #testimonial .testileft p {
    font-size: 14px;
    line-height: 24px;
  }
  #testimonial .testileft p br {
    display: none;
  }
  .carouselwrap {
    display: block;
  }
  .carouselwrap > span.shadowtop,
  .carouselwrap > span.shadowdown {
    display: none;
  }
  .carousel1 {
    margin-right: 0;
  }
  .testicard {
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 0;
  }
  .testicard .teticardtop {
    gap: 10px;
    margin-bottom: 12px;
  }
  .testicard .teticardtop .testimg {
    width: 50px;
    height: 50px;
  }
  .testicard .testdetail h5 {
    font-size: 22px;
    color: #000;
    margin-bottom: 2px;
  }
  .testicard .testdetail span {
    font-size: 13px;
  }
  .testicard p {
    font-size: 13px;
    line-height: 18px;
  }
  .bx-wrapper {
    margin-bottom: 20px;
  }
  #faqsection {
    padding: 20px 0 20px;
  }
  #faqsection .faqtop {
    margin-bottom: 20px;
  }
  #faqsection .faqtop span {
    margin: 0;
  }
  #faqsection .faqtop h2 {
    margin-bottom: 5px;
  }
  #faqsection .faqtop p {
    font-size: 14px;
    line-height: 30px;
  }
  #faqsection .accordion {
    width: 100%;
  }
  #faqsection .accordion-item {
    margin-bottom: 10px;
  }
  .accordion-header {
    margin-bottom: 0;
  }
  #faqsection .accordion-button {
    font-size: 15px;
    padding: 16px 12px;
  }
  #faqsection .accordion-button.collapsed::after {
    font-size: 18px;
  }
  #faqsection .accordion-body {
    padding: 0 12px 15px;
  }
  #faqsection .accordion-body p {
    font-size: 12px;
    line-height: 20px;
  }
  #contactus {
    padding: 20px 0;
    text-align: center;
  }
  #contactus span {
    margin: 0;
  }
  #contactus h2 {
    margin-bottom: 10px;
    line-height: 32px;
  }
  #contactus p {
    font-size: 14px;
    line-height: 24px;
  }
  #contactus h5 {
    font-size: 15px;
    padding: 10px 0 2px 0;
  }
  #contactus i {
    margin-bottom: 20px;
    font-size: 12px;
  }
  #contactus h3 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  #contactus .row .col-sm-6 p {
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 15px;
  }
  #contactus .row .row:last-child p {
    padding: 0 0 15px 0;
  }
  #contactus .contactformwrap {
    border-radius: 10px;
    padding: 20px 20px;
    margin-top: 0;
  }
  #contactus .contactformwrap label {
    font-size: 12px;
    padding-bottom: 10px;
  }
  #contactus .contactformwrap input,
  #contactus .contactformwrap textarea {
    border-radius: 5px;
    font-size: 12px;
    margin-bottom: 20px;
    padding: 15px 12px;
    text-align: center;
  }
  #contactus .contactformwrap .btn-theme {
    padding: 16px;
    font-size: 14px;
  }
  .footertop {
    border-radius: 10px;
    padding: 20px 20px;
    margin: 0 20px;
    position: static;
    margin-top: 0;
    text-align: center;
  }
  .backtop.show {
    display: none;
  }
  .footertop .footerlogo {
    margin-bottom: 15px;
  }
  .footertop .footerlogo a {
    width: 200px;
    height: 40px;
    margin: 0 auto;
  }
  .footertop p {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 15px;
  }
  .footertop p br {
    display: none;
  }
  .footertop h3 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .footertop ul {
    margin: 0 0 15px 0;
  }
  .footertop li a {
    font-size: 12px;
    padding: 10px 0;
  }
  .footertop .social {
    padding-top: 15px;
    text-align: center;
  }
  .footertop .social a {
    font-size: 16px;
    margin-right: 8px;
  }
  .footerbottom {
    padding-top: 0;
    margin-top: 0;
  }
  .footerbottom p {
    font-size: 10px;
    text-align: center;
    padding: 17px 0 16px;
    border-top: none;
  }
  #innerbanner .innerbannercontent h2 {
    font-size: 34px;
    margin-bottom: 15px;
  }
  #innerbanner .innerbannercontent p {
    font-size: 14px;
    line-height: 24px;
  }
  #innerbanner .innerbannercontent p br {
    display: none;
  }
  #innerbanner {
    height: 45vh;
  }
  #innerbanner .innerbannercontent {
    top: auto;
    bottom: 25px;
  }
  #detailcontent {
    padding: 20px 0;
  }
  #detailcontent .topnav {
    margin-bottom: 20px;
    text-align: center;
  }
  #detailcontent .topnav li a {
    font-size: 15px;
  }
  #detailcontent .topnav li span {
    font-size: 15px;
  }
  #detailcontent .readyviz-gallery-thumbs {
    justify-content: center;
  }
  #detailcontent .productdetail {
    margin: 25px 0 0;
    text-align: center;
  }
  #detailcontent .productdetail span {
    padding: 6px 20px;
    font-size: 13px;
  }
  #detailcontent .productdetail h3 {
    font-size: 28px;
    margin-bottom: 5px;
  }
  #detailcontent .productdetail p {
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 15px;
  }
  #detailcontent .productdetail p br {
    display: none;
  }
  #detailcontent .productdetail .pricewrap {
    margin-bottom: 15px;
  }
  #detailcontent .productdetail label {
    font-size: 15px;
  }
  #detailcontent .productdetail h4 {
    font-size: 28px;
  }
  #detailcontent .productdetail .qtyuser {
    display: block;
    margin-bottom: 0;
  }
  #detailcontent .productdetail .qtyuser .qty {
    width: 100%;
    margin-bottom: 20px;
  }
  #detailcontent .qtyuser label {
    margin-bottom: 10px;
    display: block;
  }
  #detailcontent .qtyuser select,
  #detailcontent .qtyuser input {
    font-size: 14px;
  }
  #cartcontent {
    padding: 20px 0;
  }

  #visualscontent {
    padding: 28px 0 40px;
  }

  .readyviz-archive-visuals .readyviz-visuals-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .readyviz-visual-card .readyviz-visual-card-thumb img {
    height: 220px;
  }

  .readyviz-visual-card .readyviz-visual-card-body {
    padding: 16px;
  }

  .readyviz-visual-card .readyviz-visual-card-title {
    font-size: 28px;
  }

  .readyviz-single-visuals .readyviz-visual-featured-image img {
    height: 280px;
  }

  .readyviz-single-visuals .readyviz-visual-detail-copy {
    margin: 18px 0 0;
  }

  .readyviz-single-visuals .readyviz-visual-gallery-title {
    font-size: 34px;
  }

  .readyviz-single-visuals .readyviz-visual-gallery-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .readyviz-single-visuals .readyviz-visual-gallery-image {
    height: 200px;
  }

  .readyviz-blog-index,
  .readyviz-archive-page {
    padding: 28px 0 40px;
  }

  .readyviz-page-title {
    font-size: 44px;
  }

  .readyviz-posts-grid,
  .readyviz-archive-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .readyviz-post-card .readyviz-post-card-thumb img {
    height: 210px;
  }

  .readyviz-post-card .readyviz-post-card-body {
    padding: 16px;
  }

  .readyviz-post-card .readyviz-post-card-title {
    font-size: 28px;
  }

  .readyviz-single-post-page .readyviz-post-thumb img {
    height: 260px;
  }

  .readyviz-single-post-page .readyviz-post-copy {
    margin: 18px 0 0;
  }

  .readyviz-single-post-page .row {
    flex-direction: column;
  }

  .readyviz-single-post-page .col-sm-5,
  .readyviz-single-post-page .col-sm-7,
  .readyviz-single-post-page .col-sm-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  #cartcontent .carttop {
    margin-bottom: 15px;
    text-align: center;
  }
  #cartcontent .carttop h4 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  #cartcontent .carttop span {
    font-size: 13px;
  }
  .cartwrapper {
    padding: 0;
  }
  .cartwrapper .tablecontent {
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 0;
    display: block;
  }
  .cartwrapper .tablecontent .tableleft {
    gap: 15px;
  }
  .cartwrapper .tablecontent .proimg {
    border: none;
  }
  .cartwrapper .tablecontent .proleftcontent h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .cartwrapper .tablecontent .proleftcontent p {
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 15px;
  }
  .cartwrapper .tablecontent .proleftcontent span {
    display: inline-block;
    font-size: 13px;
    margin-right: 5px;
  }
  .cartwrapper .tablecontent .proleftcontent em {
    display: inline-block;
    font-size: 12px;
  }
  .cartwrapper .tablecontent .tableright {
    text-align: left;
    width: 100%;
    margin-top: 6px;
    padding-left: 100px;
  }
  .cartwrapper .tablecontent .tableright h5 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .cartwrapper .tablecontent .tableright span {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
  }
  .cartwrapper .tablecontent .tableright em {
    display: inline-block;
    font-size: 13px;
  }
  .cartwrapper .tablecontent .tableright .qtywrap {
    justify-content: start;
    gap: 15px;
    margin-top: 10px;
  }
  .ordersummary {
    padding: 15px;
  }
  .ordersummary h3 {
    font-size: 24px;
    text-align: center;
  }
  .ordersummary .productlist li span {
    font-size: 13px;
  }
  .ordersummary .amountdetail li span {
    font-size: 14px;
  }
  .ordersummary .productlist {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .ordersummary .amountdetail {
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  .ordersummary .estimatedtotal li span {
    font-size: 20px;
  }
  .ordersummary .promocode input {
    font-size: 14px;
  }
  .ordersummary button {
    font-size: 13px;
  }
  #checkoutcontent .checkouttop {
    display: none;
  }
  #checkoutcontent {
    padding: 20px 0 20px;
  }
  .checkoutstepscontent h4 {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
  }
  .checkoutstepscontent input,
  .checkoutstepscontent select {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .checkoutstepscontent .row.mb-4 {
    margin-bottom: 0 !important;
  }
  .checkoutstepscontent {
    padding-bottom: 10px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 10px;
  }
  .checkoutstepscontent p {
    font-size: 14px;
    padding-bottom: 8px;
    line-height: 26px;
    text-align: center;
  }
  #checkoutcontent .col-sm-8 > p {
    font-size: 14px;
    line-height: 26px;
    text-align: center;
  }
  #checkoutcontent .ordersummary {
    margin-top: 15px;
  }
}