/**************** General styles ********************
 *
 *  1. html, body
 *  2. Containers
 *  3. Global styles
 *
****************************************************/
/**** 1. html, body ****/
html {
  font-family: "ibm";
  color: #5b5b5b;
}

/**** 2. Containers ****/
.uk-container {
  max-width: 1200px;
  width: 90%;
  padding: 0;
}

.uk-container-smaller {
  max-width: 1145px;
}

.uk-container-small {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.uk-container-large {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.uk-container-xlarge {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

/**** 3. Global styles ****/
* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}
*:-webkit-input-placeholder, *:focus::-webkit-input-placeholder, *:-moz-placeholder, *:focus:-moz-placeholder, *:-moz-placeholder, *:focus::-moz-placeholder, *:-ms-input-placeholder, *:focus:-ms-input-placeholder, *::placeholder, *:focus::placeholder {
  color: #757575;
  opacity: 0.5;
}

strong {
  font-weight: 700;
}

section {
  padding: 40px 0;
}

.uk-svg,
.uk-svg:not(.uk-preserve) [fill*="#"]:not(.uk-preserve) {
  fill: inherit;
}

.uk-height-large {
  height: 450px;
}

.width-auto {
  max-width: none !important;
}

.uk-container-xsmall {
  max-width: 750px;
}

.uk-form-danger {
  color: #f0506e !important;
  border-color: #f0506e !important;
}
.uk-form-danger:focus,
.uk-form-danger + label {
  color: #f0506e !important;
  border-color: #f0506e !important;
}

.uk-button-reverse {
  border: 2px solid #afbd21;
  color: #afbd21;
  background: #FFF;
}
.uk-button-reverse:hover {
  color: #FFF;
  background: #afbd21;
}

/************************/
#informus {
  cursor: pointer;
  color: #0D386F;
  font-weight: bold;
}

/****************** Typography *********************
 *
 *  1. Fonts
 *  2. Headlines, h1 - h6
 *  3. Paragraphs
 *  4. Unordered & ordered lists
 *  5. Links & anchors
 *  font-family: 'Overpass', sans-serif;
****************************************************/
/**** 1. Fonts ****/
/**** 2. Headlines, h1 - h6 ****/
@font-face {
  font-family: "PPRightGrotesk";
  src: url("../fonts/PPRightGrotesk-CompactDark.woff2") format("woff2"), url("../fonts/PPRightGrotesk-CompactDark.woff") format("woff"), url("../fonts/PPRightGrotesk-CompactDark.otf") format("opentype"), url("../fonts/PPRightGrotesk-CompactDark.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/Poppins-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/Poppins-SemiBold.ttf");
  font-display: swap;
}
body {
  font-family: "Poppins-Regular";
  color: #122247;
  -webkit-font-smoothing: antialiased; /* font smoothing for MAC devices */
}

h1, .uk-h1, h2, h3 {
  font-weight: 700;
  font-family: "PPRightGrotesk";
  color: #122247;
  line-height: 1.2;
}

h4, h5, h6 {
  font-family: "Poppins-Regular";
}

h1, .uk-h1 {
  font-size: 2.8rem;
  margin: 0 0 20px;
}

h2 {
  font-size: 40px;
  margin: 0 0 5%;
}

h3 {
  font-size: 24px;
  line-height: 1;
  margin: 0 0 20px;
}
h3 span {
  color: #31343F;
}

h4 {
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 10px;
}

h5 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}

/**** 3. Paragraphs ****/
p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  color: #122247;
  margin: 0 0 20px;
}
p:only-child, p:last-child {
  margin-bottom: 0;
}
p a {
  color: #31343F;
}

.list li {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  color: #122247;
  margin: 0 0 20px;
  margin-bottom: 0;
}

/**** 4. Unordered & ordered lists ****/
ul.list {
  list-style: outside;
}

ul:not(.list), ol {
  padding: 0;
  list-style: none;
}

/**** 5. Links & anchors ****/
a,
.uk-button,
.transition {
  transition: all 0.5s ease;
  color: #151515;
}

a:hover {
  text-decoration: none;
}

a, a:hover, a:focus, a:active,
.uk-button, .uk-button:hover, .uk-button:focus, .uk-button:active,
.uk-button-link, .uk-button-link:hover, .uk-button-link:focus, .uk-button-link:active {
  outline: none;
  text-decoration: none;
}

/*********************** UI *************************
 *
 *  1. Buttons
 *  2. Forms
 *  3. Offcanvas
 *
****************************************************/
/**** 1. Buttons ****/
.uk-button {
  font-family: "Poppins-Regular";
  font-weight: 700;
  color: #FFF;
  margin: 0;
  border: 2px solid #ef6545;
  padding: 14px 30px;
  background: #ef6545;
  max-width: 230px;
  line-height: 1.2;
  min-height: auto;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.uk-button:hover, .uk-button:focus {
  border: 2px solid #ef6545;
  color: #ef6545;
  background: #FFF;
}

.uk-button-primary {
  background: url(../img/green-bg.jpg) no-repeat #ef6545;
  padding: 15px 40px;
  max-width: 100%;
}

.uk-button {
  outline: none;
  text-decoration: none;
}
.uk-button:hover, .uk-button:focus, .uk-button:active {
  outline: none;
  text-decoration: none;
}

.uk-button-link {
  font-family: "Poppins-Regular";
  font-weight: 700;
  color: #151515;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: transparent;
  font-size: 12px;
  padding: 7px 7px 5px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.uk-button-link:hover, .uk-button-link:focus {
  color: #FFF;
  background: #ef6545;
  outline: none;
  text-decoration: none;
}
.uk-button-link:active {
  outline: none;
  text-decoration: none;
}

.uk-button-default {
  font-family: "Poppins-Regular";
  font-weight: 700;
  color: #ebe9eb;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: none;
  padding-top: 25px;
  position: relative;
  display: block;
  margin-top: 20px;
}
.uk-button-default:after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 1px;
  width: 75px;
  background-color: #ef6545;
}

.uk-button-secondary {
  border: 2px solid #FFF;
  color: #515155;
  padding: 14px 30px;
  background: #FFF;
  width: 100%;
}

/**** 2. Forms ****/
.uk-input,
.uk-select,
.uk-textarea,
.uk-select:not([multiple]):not([size]),
.file-label,
.prettydropdown > ul > li {
  border: 1px solid #f5f5f5;
  font-family: "Poppins-Regular", sans-serif;
  background: #f5f5f5;
  box-shadow: none;
  color: #757575;
  text-align: center;
  height: auto;
  width: 100%;
  font-size: 15px;
  font-weight: 300;
  padding: 15px 20px 12px;
  line-height: 1.4;
  margin-bottom: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus,
.uk-select:not([multiple]):not([size]):focus,
.prettydropdown > ul > li:focus {
  border-color: #ef6545;
  background: #fff;
  box-shadow: none;
  outline: none;
}

.uk-input:not(input), .uk-select:not(select) {
  line-height: 1.4;
}

textarea {
  height: 160px;
}

.uk-form-label {
  font-weight: 700;
  font-size: 12px;
  color: #151515;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: block;
  margin-bottom: 15px;
}

.uk-checkbox {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 20px;
  width: 20px;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-checkbox:focus, .uk-checkbox:checked:focus {
  background-color: #ef6545;
  border-color: #ef6545;
}

.radio-wrap input[type=checkbox],
.radio-wrap input[type=radio],
.bullets input[type=radio] {
  position: absolute;
  visibility: hidden;
  display: none;
}

input[type=submit] {
  color: #fff !important;
  background: #004FE5;
  border-radius: 50px;
  padding: 10px 2% 10px;
  font-size: 16px;
  line-height: 2;
  display: inline-block;
  min-width: 300px;
  text-align: center;
  font-weight: 700;
  border: none;
}

.submit-icon input[type=submit] {
  padding: 16px 30px 16px 20px;
}
.submit-icon input[type=submit]:hover, .submit-icon input[type=submit]:focus {
  color: #fff;
  background: #004FE5; /* change the background color to the new theme color  */
}
.submit-icon .uk-icon {
  color: #fff;
}

.mailbox-from input[type=submit] {
  width: auto;
}

.radio-wrap label {
  display: inline-block;
  cursor: pointer;
  background-color: #fff;
  color: #ef6545;
  border: 1px solid #ef6545;
  padding: 6px 5px 5px;
  display: block;
  line-height: 1.4;
  letter-spacing: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
}
.radio-wrap input[type=checkbox]:checked + label {
  background: #ef6545;
  color: #fff;
}
.radio-wrap input[type=checkbox]:checked + label h4 {
  color: #fff;
}
.radio-wrap input[type=checkbox]:checked + label svg path {
  fill: #fff;
}
.radio-wrap input[type=radio]:checked + label {
  background: #ef6545;
  color: #fff;
}
.radio-wrap input[type=radio]:checked + label h4, .radio-wrap input[type=radio]:checked + label p {
  color: #fff;
}
.radio-wrap input[type=radio]:checked + label svg path {
  fill: #fff;
}

.bullets input[type=radio]:checked + label {
  background: #ef6545;
  color: #fff;
}

.package input[type=radio]:checked + label {
  background: url(../img/overlay.png) #ef6545;
  color: #fff;
}

.file-label {
  width: 100%;
  display: block;
  cursor: pointer;
}

/* remove focus outline from select fields */
.uk-select {
  /* prevent <option>s from becoming transparent as well */
  /* remove default arrow for select */
}
.uk-select:not([multiple]):not([size]) {
  appearance: none;
  background: url(../img/arrow.png) no-repeat 90% center #f5f5f5; /* add custom arrow */
}
.uk-select:not([multiple]):not([size]):focus {
  background: url(../img/arrow.png) no-repeat 90% center transparent; /* add custom arrow */
}
.uk-select:not([multiple]):not([size]):-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.uk-select:not([multiple]):not([size]) .tagify {
  --tag-bg:$third_input_color;
  --tag-hover:$third_input_color;
  --tag-text-color:$base_input_color;
  --tag-pad: 0.3em 0.5em;
  align-items: center;
  border: none;
  padding: 18px 20px;
  background: #f5f5f5;
  text-align: center;
}
.uk-select option:not(:checked) {
  color: #757575;
}
.uk-select .calendar-icon {
  background: url(../img/calendar.png) no-repeat 90% center transparent;
  right: 20px;
}

.tagify__tag > div {
  padding: 9px 20px 6px;
}

.prettydropdown > ul {
  border: none;
  font-family: "Poppins-Regular", sans-serif;
  font-size: 15px;
}
.prettydropdown > ul.active > li.nohover {
  background: inherit !important;
  color: inherit !important;
}
.prettydropdown > ul.active > li:not(.label):hover, .prettydropdown > ul.active > li:hover:not(.label), .prettydropdown > ul.active > li:first-child:hover::after {
  background: #f5f5f5;
  color: #757575;
}

.prettydropdown.arrow > ul > li.selected::after {
  border-top-color: #f5f5f5;
}

.flatpickr-calendar.open {
  z-index: 100000 !important;
}

#Datepickk .d-calendar {
  width: 90%;
  margin: 0 5%;
}
#Datepickk .d-header {
  background-color: #006837;
}
#Datepickk .d-week {
  background-color: #ef6545;
}
#Datepickk .d-table input + label::before {
  background-color: #f5f5f5;
}
#Datepickk .d-table input:checked + label {
  color: #333;
}
#Datepickk p {
  color: #fff;
}
#Datepickk .d-header i#d-next::after {
  border-left: 7px solid #006837;
}
#Datepickk .d-header i#d-previous::after {
  border-right: 7px solid #006837;
}

/**** 3. Offcanvas ****/
.uk-offcanvas {
  width: 100%;
  z-index: 10000;
  display: none;
}

.offcanvas-btn a {
  color: #FFF;
  margin-left: 20px;
}

.uk-offcanvas-bar {
  background: #FFF;
  width: initial;
  padding: 20px 15px;
}
.uk-offcanvas-bar .sitelogo img {
  width: 100%;
}
.uk-offcanvas-bar .uk-nav-default > li > a:hover, .uk-offcanvas-bar .menu-active {
  font-weight: bold;
  color: #004FE5 !important;
}

.offcanvas-menu > li > a {
  color: #999;
  font-size: 18px;
  text-transform: inherit;
  font-family: "Poppins-Regular";
  font-weight: 500;
}
.offcanvas-menu > li > a:hover {
  color: #151515;
}

.page-header .uk-dropdown {
  border-radius: 8px;
  padding: 0;
  overflow: hidden;
}
.page-header .uk-navbar-nav > li > a {
  min-height: 40px !important;
}

/**** 1. Header ****/
.fixed-header {
  background: #EEF5FF;
  z-index: 9999;
  box-shadow: 0px 20px 40px rgba(0, 11, 36, 0.05);
}

.flex-flex {
  display: flex;
}

.generalbtninv {
  display: flex;
  padding: 12px 20px 12px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1.5px solid #EAECF0;
  background: #FFF;
  height: 40px;
  width: 112px;
}

.headerContainer {
  margin: 16px auto;
}

.headlogomenu {
  width: 63%;
  display: flex;
  align-items: center;
  gap: 40px;
  padding-left: 0;
}

.headbuttons {
  width: 37%;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: end;
}

.sitelogo img {
  max-width: 140px;
}

.sitelogo1 img {
  max-width: 140px;
}

.custommenu {
  display: flex;
  gap: 48px;
  margin-top: 5px;
}
.custommenu li a {
  font-family: "Poppins-Regular";
  color: #122247;
  font-size: 14px;
  display: flex;
}
.custommenu li a span {
  border-radius: 100px;
  background: #FD7847;
  color: #FFFFFF;
  display: flex;
  width: 24px;
  height: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
}

.list_discover li a span {
  border-radius: 100px;
  background: #667085;
  color: #fff;
  display: flex;
  width: 24px;
  height: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
}

.uk-offcanvas-bar .uk-nav-default > li > a,
.uk-offcanvas-bar .uk-close {
  color: #122247;
  font-weight: bold;
  text-transform: capitalize;
}

.uk-nav-header:not(:first-child) {
  margin-top: 0;
}

.uk-nav-default {
  margin-top: 30%;
}

.uk-offcanvas-overlay {
  z-index: 99999;
  width: 60%;
}

.wpBtn {
  background: #004FE5;
  border-radius: 100px;
  color: #fff;
  width: 148px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  cursor: pointer;
}

.cont-whats {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
}

.wpBtn img {
  width: 20px;
}
.wpBtn .wptext {
  font-family: "Poppins-Regular";
  font-size: 14px;
  margin-top: 2px;
  color: #fff;
}

.login-content {
  font-family: "Poppins-Regular";
  font-size: 14px;
  margin-top: 2px;
}

.copyrighttext {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footerlogo {
  max-width: 140px !important;
}

.footertt {
  display: flex;
  gap: 24px;
  color: #90A3BF;
}

footer {
  margin-bottom: 40px;
}
footer .uk-container-large {
  background: #122247;
  padding: 72px 100px;
  border-radius: 20px;
}
footer .single-subscribe {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
footer .sib-email-area input[type=email] {
  height: 44px;
  border-radius: 6px;
  background: #fff;
  color: #122247;
  font-size: 14px;
  padding-left: 16px;
  outline: none;
}
footer .sib-default-btn {
  height: 44px;
  color: #fff;
  min-width: unset;
  display: flex;
  padding: 8px 15px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  border-radius: 6px;
  border: #004FE5;
  background: #004FE5;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 6px;
}

.footer_list_parent {
  display: inline-flex;
  flex-direction: column;
  gap: 24px;
  width: 23%;
}

.footer-first .footer_list_parent:last-child {
  gap: 8px;
  width: 30%;
}

.footer_list_parent ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
}
.footer_list_parent h4 {
  color: #FFF;
  /* Body large/Bold */
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
.footer_list_parent ul li a,
.footer_list_parent p {
  color: #90A3BF;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}
.footer_list_parent:last-child p {
  margin-bottom: 11px;
}

.footer_line {
  border-top: 1px solid #FFF;
  opacity: 0.1;
  margin-top: 60px !important;
}

.crcustomfooter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.language-button {
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  gap: 5px;
  color: #122247;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.language-button span {
  line-height: 1;
}

#english,
#russian {
  color: #122247;
}
#english:hover,
#russian:hover {
  background-color: white;
  color: #1e87f0;
}

.translation-row {
  display: flex;
  gap: 8px;
}
.translation-row span {
  line-height: 1;
}
.translation-row img {
  width: 20px;
  height: 15px;
  padding-bottom: 2px;
}

@media only screen and (max-width: 1441px) {
  .uk-container-large {
    max-width: 1400px;
  }
}
@media only screen and (min-width: 1350px) and (max-width: 1410px) {
  .uk-container-large {
    max-width: 1350px;
  }
}
@media only screen and (min-width: 1250px) and (max-width: 1350px) {
  .uk-container-large {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1250px) {
  .headerContainer {
    width: 95%;
  }
  .headlogomenu {
    padding-left: 40px;
  }
  .uk-container-large {
    max-width: 1250px;
  }
  .custommenu {
    gap: 40px;
  }
}
@media only screen and (min-width: 1116px) and (max-width: 1200px) {
  .uk-container-large {
    max-width: 1130px;
  }
  .custommenu {
    gap: 25px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1116px) {
  .headerContainer {
    width: 95%;
  }
  .headlogomenu {
    padding-left: 40px;
  }
  .uk-container-large {
    max-width: 1100px;
  }
  .custommenu {
    gap: 23px;
  }
}
@media only screen and (max-width: 1100px) {
  .headerContainer {
    width: 95%;
  }
  .headlogomenu {
    padding-left: 30px;
  }
  .generalbtninv {
    padding: 10px;
  }
  .custommenu {
    gap: 13px;
  }
  .custommenu li a {
    font-size: 13.5px;
  }
  footer .uk-container-large {
    padding: 40px 15px;
  }
  .footer_list_parent {
    width: 50%;
  }
}
@media only screen and (max-width: 960px) {
  .headlogomenu {
    gap: 20px;
    width: 40%;
    padding-left: 20px;
  }
  .headbuttons {
    gap: 20px;
    width: 60%;
    padding-left: 20px;
  }
  .wpBtn img {
    width: 15px;
  }
  .shopHeadlogo img {
    width: 40px;
  }
}
@media only screen and (max-width: 850px) {
  .generalbtninv {
    padding: 5px;
  }
  .uk-offcanvas {
    width: 45%;
    z-index: 10000;
  }
  .custommenu {
    gap: 15px;
  }
  .custommenu li a {
    font-size: 14px;
  }
  .wpBtn .wptext {
    font-size: 14px;
  }
  .login-content {
    font-size: 14px;
  }
  footer .uk-container-large {
    padding: 50px 30px;
  }
  .footertt {
    gap: 5px;
  }
  .footer_list_parent {
    width: 50%;
  }
  .footer_list_parent ul {
    gap: 0;
  }
  .footer_list_parent ul li a {
    margin-bottom: 16px;
  }
  .footer_list_parent p {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .flex-flex {
    flex-wrap: wrap;
  }
  .headerContainer {
    width: 90%;
  }
  .headlogomenu {
    width: 20%;
    gap: 10px;
  }
  .headbuttons {
    width: 80%;
    gap: 2px;
  }
  footer {
    margin-bottom: 8px;
  }
  footer .uk-container-large {
    padding: 40px 20px;
  }
  footer .uk-accordion-title {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
  }
  footer .uk-accordion-title:focus, footer .uk-accordion-title:hover {
    color: #FD7847;
  }
  footer .uk-accordion-title:before {
    background-image: url("../img/home/icons/footer_right.svg");
  }
  footer .uk-open .uk-accordion-title {
    color: #FD7847;
  }
  footer .uk-open > .uk-accordion-title:before {
    background-image: url("../img/home/icons/footer_top.svg");
  }
  footer .uk-accordion-content a {
    color: #90A3BF;
  }
  footer .uk-accordion-content ul li {
    margin-bottom: 15px;
  }
  footer .sib-email-area input[type=email] {
    width: 100%;
  }
  .footer-first {
    flex-direction: column;
  }
  .partners-container {
    width: 93%;
  }
  .crcustomfooter {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .footer_list_parent {
    width: 100%;
  }
  .payment_div {
    text-align: center;
  }
  .paymethodsimg {
    width: 90%;
  }
  .footer_list_parent {
    gap: 8px;
  }
  .footer_list_parent ul li a,
  .footer_list_parent p {
    margin-bottom: 8px;
  }
  .hero_section_parentdiv, .products-cont, footer .uk-container-large {
    width: 95%;
  }
  .footertt {
    display: grid;
  }
}
@media only screen and (max-width: 390px) {
  .footertt {
    font-size: 13px;
  }
  .language-button {
    gap: 2px;
    margin-right: -2px;
  }
  .language-button span {
    margin-right: -5px;
  }
  .headlogomenu {
    width: 30%;
  }
  .headbuttons {
    width: 70%;
  }
  .wpBtnhead {
    margin-right: -10px;
    width: 120px;
    font-size: 12px !important;
  }
  .wpBtnhead .wptext {
    font-size: 12px !important;
  }
  .sitelogo1 img {
    width: 120px;
  }
}
@media only screen and (max-width: 350px) {
  .footertt {
    font-size: 14px;
    display: grid;
  }
}
.products_section {
  align-items: center;
}

.products-cont {
  background-image: url("../img/home/products-back.svg");
  background-position: top right;
  background-color: #122247;
  border-radius: 20px;
  padding: 100px 160px 10px;
  height: auto;
  background-repeat: no-repeat;
}

.products-cont-shop {
  background-color: #122247;
  border-radius: 20px;
  padding: 100px 160px 10px;
  height: auto;
}
.products-cont-shop .products-left {
  gap: 40px;
}
.products-cont-shop .products-left h3 {
  font-size: 64px;
}
.products-cont-shop .products-left p {
  font-size: 20px;
}
.products-cont-shop .products-left-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.products-cont-shop .products-right img {
  max-width: 100%;
}

.products-left {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.products-left h3 {
  color: #FFF;
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 0;
}
.products-left h3 span {
  color: #FD7847;
}
.products-left p {
  color: #90A3BF;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  width: 90%;
}
.products-left ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
}
.products-left ul li {
  display: flex;
  gap: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.products-left ul li img {
  width: 24px;
}
.products-left .wpBtn {
  padding: 0;
  width: 180px;
  display: flex;
  justify-content: center;
  height: 56px;
  align-items: center;
}
.products-left .wpBtn .wptext {
  font-size: 16px;
  font-weight: bold;
}

.reviews {
  display: inline-flex;
  flex-direction: column;
  gap: 20px;
  padding: 80px 0px;
  padding-bottom: 0;
  width: 100%;
}
.reviews h3 {
  color: #FFF;
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 0;
}
.reviews p {
  color: #90A3BF;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}
.reviews ul.reviews_stats {
  margin: 0;
  display: flex;
  gap: 16px;
}
.reviews ul.reviews_stats li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.reviews ul.reviews_stats li span {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}
.reviews ul.reviews_stats li .number {
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #FFFFFF;
  color: #FD7847;
}
.reviews ul.reviews_stats li .number1 {
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #FFFFFF;
  color: #FD7847;
  font-weight: 600;
}

.reviews_first_section, .products_section {
  padding: 0 3%;
}

.articles_section {
  padding-bottom: 130px;
}

.articles_section_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 70px 20px 15px 5px;
  margin-bottom: 50px;
}
.articles_section_header h2 {
  margin-bottom: 0;
  margin-top: -15px;
}

.article_item {
  margin-bottom: 28px;
}
.article_item .uk-card-default {
  border-radius: 12px;
  border: 1px solid #EAECF0;
  padding: 0;
}

.article_item_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 22px 22px 16px 22px;
}
.article_item_content h4 {
  font-size: 16px;
  color: #122247;
  margin-bottom: 12px;
  font-weight: bold;
  min-height: 60px;
}
.article_item_content p {
  color: #7688A2;
  font-size: 14px;
  margin-bottom: 28px;
}
.article_item_content .meta-details {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 2px solid #EAECF0;
  padding-top: 16px;
}
.article_item_content .author {
  font-size: 14px;
  color: #122247;
  font-weight: bold;
}
.article_item_content .date {
  color: #7688A2;
  font-size: 14px;
  font-weight: 400;
}
.article_item_content .read-post-span {
  color: #004FE5;
  font-size: 14px;
  font-weight: 700;
}
.article_item_content .read-post-span span {
  transform: rotate(45deg);
}
.article_item_content .uk-card-default img {
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  height: 230px;
  object-fit: cover;
  width: 100%;
}

#blog {
  background: linear-gradient(180deg, #EEF5FF 50%, #FFF 50%);
}

.googlereview {
  padding: 40px 0 !important;
  margin-top: 60px;
}

.reviews_stats_par {
  display: flex;
  justify-content: space-between;
}
.reviews_stats_par a {
  display: inline-flex;
  padding: 12px 0px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #FFF;
}

#blog_link {
  height: 55px;
  display: flex;
  align-items: center;
  padding: 0;
  width: 200px;
  justify-content: center;
}

.products-right img {
  border-radius: 5px;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.logos {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  display: inline-flex;
  height: auto;
}
.logos:hover .logos-slide {
  animation-play-state: paused;
}

.reviews-slide {
  min-height: 305px !important;
}

.reviews-wrapper {
  min-height: 400px !important;
  overflow: hidden;
}

.logos-slide {
  display: flex;
  animation: 30s slide infinite linear;
  height: auto;
}
.logos-slide div {
  height: fit-content;
  min-height: 70px;
  margin: 0 20px;
}

.reviews_desktop_item {
  display: flex;
  padding: 24px 24px 20px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  background: #FFF;
  border-radius: 12px;
  width: 540px;
  position: relative;
}
.reviews_desktop_item .attribution {
  display: none;
}
.reviews_desktop_item .gmbrr .listing {
  margin-bottom: 50px !important;
}
.reviews_desktop_item .gmbrr .listing .review-meta + .text,
.reviews_desktop_item .gmbrr .listing .text + .review-meta {
  padding-inline-start: 0;
  text-wrap: wrap;
  white-space: normal !important;
  margin: 0;
}
.reviews_desktop_item .google-business-reviews-rating {
  min-height: 260px;
  width: -webkit-fill-available;
  margin: 0;
}
.reviews_desktop_item .google-business-reviews-rating:after {
  content: "";
  width: 91%;
  border-bottom: solid 2px #EAECF0;
  position: absolute;
  left: 0;
  bottom: 15%;
  z-index: 1;
  right: 0;
  margin: auto;
}
.reviews_desktop_item .review-meta .date {
  position: absolute;
  left: 9%;
  bottom: 12px;
}
.reviews_desktop_item .review-meta .date:before {
  content: url(../img/home/icons/pick-date.svg);
  position: absolute;
  left: -33px;
  top: -4px;
}
.reviews_desktop_item .review-meta .relative-time-description {
  position: absolute;
  left: 9%;
  bottom: 12px;
}
.reviews_desktop_item .review-meta .relative-time-description:before {
  content: url(../img/home/icons/pick-date.svg);
  position: absolute;
  left: -33px;
  top: -4px;
}

.rev_more_custom {
  font-weight: bolder;
}
.rev_more_custom:hover {
  cursor: pointer;
  color: #004FE5;
}

@media only screen and (min-width: 1350px) and (max-width: 1410px) {
  .reviews .reviews_stats li span, .reviews_stats_par a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1250px) and (max-width: 1350px) {
  .products-cont {
    padding: 100px 70px;
  }
  .products-cont-shop {
    padding: 100px 70px;
  }
  .reviews .reviews_stats li span, .reviews_stats_par a {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1250px) {
  .reviews ul.reviews_stats {
    gap: 5px;
  }
  .products-cont {
    padding: 100px 70px;
  }
  .products-cont-shop {
    padding: 100px 70px;
  }
}
@media only screen and (min-width: 1116px) and (max-width: 1200px) {
  .reviews .reviews_stats li span, .reviews_stats_par a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1116px) {
  .products-cont {
    padding: 100px 40px;
  }
  .products-cont-shop {
    padding: 100px 40px;
  }
  .reviews ul.reviews_stats {
    gap: 12px;
  }
  .reviews ul.reviews_stats li span {
    font-size: 14px;
  }
  .reviews_stats_par a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1100px) {
  .products-cont {
    padding: 100px 60px;
  }
  .products-cont-shop {
    padding: 100px 60px;
  }
  .reviews h3 {
    font-size: 45px;
  }
  .reviews p {
    font-size: 16px;
  }
  .reviews li .number {
    width: 28px;
    height: 28px;
  }
  .reviews .reviews_stats {
    gap: 5px;
  }
  .reviews .reviews_stats li .number1 {
    width: 28px;
    height: 28px;
  }
  .reviews_stats_par a {
    font-size: 11.5px;
  }
  .articles_section .articles_section_child {
    display: -webkit-box;
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
  .article_item {
    min-width: 40% !important;
    margin-bottom: 4%;
  }
  .article_item .uk-card-default img {
    height: 245px;
  }
}
@media only screen and (max-width: 960px) {
  .reviews-wrapper {
    display: none;
  }
  .article_item .uk-card-default img {
    height: 195px;
  }
  .products-left-text {
    margin-top: 0;
    gap: 12px;
  }
  .products-cont {
    padding: 70px 25px;
    width: 95%;
  }
  .products-cont-shop {
    padding: 70px 25px;
    width: 95%;
  }
  .products-cont-shop .products-left h3 {
    font-size: 30px;
  }
  .products-cont-shop .products-left p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .reviews {
    gap: 12px;
    padding: 70px 0px 0px 0px;
    width: 100%;
  }
  .reviews h3 {
    font-size: 30px;
  }
  .reviews p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .reviews ul.reviews_stats {
    flex-wrap: wrap;
  }
  .reviews ul.reviews_stats li {
    gap: 4px;
  }
  .products-left h3 {
    font-size: 30px;
    width: 100%;
  }
  .products-left p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .products-left ul {
    gap: 8px;
    margin-top: 4px;
  }
  .products-left ul li {
    gap: 8px;
  }
  .products-right img {
    margin-top: 15%;
  }
  .view_all_mob_div {
    padding-top: 13%;
    text-align: center;
  }
  .view_all_mob {
    color: #fff;
    font-weight: bold;
  }
  .article_item {
    margin-top: 0px;
    min-width: 70% !important;
  }
  .articles_section {
    padding-bottom: 40px;
  }
  .reviews-mob-slider .flicking-pagination-bullet {
    background: #717a91;
    opacity: 0.4;
    width: 12px;
    height: 12px;
  }
  .reviews-mob-slider .flicking-pagination-bullet-active {
    background: #fff;
    border: 3px solid #FD7848;
    opacity: 1;
  }
  .reviews-mob-slider .flicking-pagination {
    position: static !important;
    margin-top: 25px;
  }
  .reviews-mob-slider .flicking-pagination .flicking-pagination-bullet:first-child {
    margin-left: 0 !important;
  }
  .reviews-mob-slider .flicking-viewport:not(.vertical) {
    height: auto;
  }
  .reviews-mob-slider .panel {
    background: #FFF;
    height: 90%;
    margin: auto;
    border: 1px solid #E1E3E6;
    border-radius: 8px;
    padding: 5% 5% 2% 5%;
    position: relative;
  }
  .reviews-mob-slider .gmbrr .listing + .attribution,
  .reviews-mob-slider .gmbrr .navigation + .attribution,
  .reviews-mob-slider .gmbrr .rating + .attribution {
    display: none;
  }
  .reviews-mob-slider .gmbrr .listing .review-meta + .text,
  .reviews-mob-slider .gmbrr .listing .text + .review-meta {
    margin-block: 1.1rem;
    padding-inline-start: 0;
    margin-top: 5px;
  }
  .reviews-mob-slider .review-meta .date,
  .reviews-mob-slider .review-meta .relative-time-description {
    position: absolute;
    left: 12%;
    bottom: 3.5%;
    display: inline-block !important;
  }
  .reviews-mob-slider .review-meta .date:before,
  .reviews-mob-slider .review-meta .relative-time-description:before {
    content: url(../img/home/icons/pick-date.svg);
    position: absolute;
    left: -31px;
    top: -6px;
  }
  .reviews-mob-slider .google-business-reviews-rating li:after {
    content: "";
    width: 90%;
    border-bottom: solid 2px #EAECF0;
    position: absolute;
    left: 0;
    bottom: 12%;
    z-index: 1;
    margin: auto;
    right: 0;
  }
  .reviews-mob-slider .flicking-camera {
    gap: 6px;
  }
  .reviews-mob-slider .flicking-camera .panel {
    min-height: 290px;
    margin-top: 0;
  }
  .reviews-content-mobile .review-elements {
    margin: auto;
  }
  .logos-slide div {
    min-height: 60px;
  }
  #blog_link {
    height: 45px !important;
    width: 150px !important;
  }
  .blogsmallbutton {
    width: 100%;
    text-align: -webkit-center;
  }
}
@media only screen and (max-width: 640px) {
  #blog .uk-container {
    margin-right: 0;
  }
  .products-cont {
    background-image: url("../img/home/products_back_mob.svg");
    padding: 64px 20px;
    background-position: top 16% right;
  }
  .products-cont-shop {
    padding: 64px 20px;
    background-position: top 16% right;
  }
  .products-left h3 {
    width: 100%;
  }
  .products-left h3 span {
    color: #FD7847;
  }
  .products-right-shop {
    padding-left: 30px !important;
  }
  .today h3 span {
    color: #FD7847;
  }
  #shop_now {
    display: flex;
    width: 188px;
    height: 48px;
    padding: 16px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
  }
  #shop_now .wptext {
    font-size: 16px;
  }
  .reviews ul.reviews_stats {
    flex-wrap: wrap;
    gap: 10px;
  }
  .reviews ul.reviews_stats li {
    gap: 10px;
  }
  .reviews ul.reviews_stats li span {
    font-size: 15px;
  }
  .articles_section .articles_section_child {
    display: -webkit-box;
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
  .articles_section_header {
    padding-top: 60px;
    display: inline-grid;
    gap: 20px;
    margin-bottom: 20px;
  }
  .articles_section_header h2 {
    font-size: 36px;
  }
  .article_item {
    margin-top: 68px;
    width: 88%;
  }
  .article_item .uk-card-default {
    width: 100%;
  }
  .article_item .uk-card-default img {
    height: 172px;
    /*    object-fit: cover;*/
  }
  .products-right {
    padding-left: 30px;
  }
  .products-right img {
    margin-top: 5%;
    max-width: 95%;
  }
  .reviews_first_section, .products_section {
    padding: 0;
  }
  .flicking-camera .panel {
    min-height: 450px;
  }
  .article_item_content h3 {
    font-size: 22px;
  }
  .article_item_content h4 {
    min-height: 55px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 390px) {
  .flicking-camera .panel {
    min-height: 310px !important;
  }
  .products-left h3, .reviews h3 {
    font-size: 29px;
    line-height: 1.2;
  }
  .products-cont {
    padding-bottom: 0;
    padding: 64px 10px;
  }
  .products-cont-shop {
    padding: 64px 10px;
    padding-bottom: 0;
  }
  .products-left p, .reviews p {
    font-size: 14px;
    width: 100%;
  }
  .reviews {
    padding: 50px 0 0 0;
  }
  .reviews p {
    width: 90%;
  }
  .reviews .reviews_stats li span {
    font-size: 13px !important;
  }
  .article_item_content {
    padding: 22px 10px 16px 10px;
  }
  .article_item_content p {
    font-size: 13px;
  }
  .article_item_content .author,
  .article_item_content .read-post-span,
  .article_item_content .date {
    font-size: 12px;
  }
  .products-right {
    padding-left: 30px;
  }
  .article_item {
    margin-top: 62px;
    width: 90%;
  }
  .article_item .uk-card-default img {
    height: 171px;
  }
}
@media only screen and (max-width: 351px) {
  .products-cont {
    padding: 40px 8px;
  }
  .products-cont-shop {
    padding: 40px 8px;
  }
  .articles_section_header {
    padding-top: 40px;
    display: inline-grid;
    gap: 20px;
    margin-bottom: 20px;
  }
  .articles_section_header h2 {
    font-size: 29px;
  }
  .products-left p, .reviews p {
    font-size: 12px;
  }
  .reviews h3 {
    font-size: 25px;
  }
  .article_item {
    width: 95%;
  }
  .article_item .uk-card-default img {
    height: 200px;
  }
  .article_item_content p {
    font-size: 13px;
  }
  .article_item_content h4 {
    min-height: 60px;
  }
}
.shop-header {
  border-bottom: 1px solid #EAECF0;
  height: 75px;
  padding-bottom: 0px;
}

body.page-template-tpl-cart .shop-header {
  border-bottom: 1px solid #E1E3E6;
}

.woocommerce-checkout .shop-header {
  display: block;
}

.shopHeadlogo {
  margin-top: -5px;
  width: 20%;
  display: flex;
  align-items: center;
}

.shopHeadmenu {
  padding-left: 0px;
  width: 55%;
}

body.page-template-tpl-thankyou .shopHeadmenu, body.page-template-tpl-thankyou .cartbtn {
  display: none !important;
}

.shopcustommenu {
  display: flex;
  align-items: center;
  margin: 0px;
}
.shopcustommenu li {
  display: inline-block;
  padding: 1.2% 1.5%;
  min-width: fit-content;
}
.shopcustommenu li a {
  color: #31343F;
}

.headbtnsContainer {
  display: flex;
  flex-direction: row;
  column-gap: 15px;
  padding-left: 0px;
  width: 25%;
  justify-content: center;
}

.profilebtn, .cartbtn {
  width: 40px;
  height: 40px;
  position: relative;
  min-width: fit-content;
}

.generalbtn:hover, .mainbtn:hover, .minQTYbtn:hover, .addQTYbtn:hover, .rmvProductbtn:hover, .cartbtn:hover {
  cursor: pointer;
}

body.page-template-tpl-cart .cartbtn, .woocommerce-checkout .cartbtn {
  display: none;
}

body.page-template-tpl-thankyou .cartbtn {
  display: none !important;
}

.cartNotificationDiv {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 1px;
  top: 1px;
  background: #EC7F47;
  border-radius: 50%;
  display: flex;
  justify-content: center;
}

.cartNotification {
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
}

.mobmenubtn {
  display: none;
}

/* Cart Popup Window */
/***************************************************************/
.grayContainer {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 101;
  justify-content: center;
  background: rgba(39, 42, 70, 0.5);
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
}

.cartPopup {
  width: 540px;
  height: 100%;
  position: fixed;
  right: 0px;
  background: #FFFFFF;
}

.cartHeader .windowCloseBtn img {
  width: 24px !important;
  height: 24px !important;
}

body.page-template-tpl-cart .cartHeader {
  display: none;
}

.popupCartheadTxt {
  display: block;
  margin: 24px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #31343F;
}

.fullCartbtn {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 16px;
  right: 60px;
  opacity: 0.4;
}
.fullCartbtn:hover {
  opacity: 1;
}

.windowCloseBtn {
  position: absolute;
  right: 26px;
  top: 26px;
  opacity: 0.4;
  width: 24px;
  height: 24px;
  font-size: 24px;
  display: flex;
  align-items: center;
}
.windowCloseBtn:hover {
  opacity: 1;
  cursor: pointer;
}

body.page-template-tpl-cart .windowCloseBtn {
  display: none;
}

.hrmargin {
  margin: 0;
}

body.page-template-tpl-cart .hrmargin {
  display: none;
}

.popupCartBody {
  display: flex;
  flex-direction: column;
  height: 89.3%;
}
.popupCartBody .addbtn {
  right: 9% !important;
}

.emptyCartbody {
  justify-content: center;
  align-items: center;
  display: flex;
  height: 80%;
}

.cartBody {
  flex-direction: column;
}

.loading {
  visibility: visible !important;
  content: url("../img/shop/loading.gif");
  width: 64px;
  height: 64px;
  position: absolute;
  right: 45%;
  top: 40%;
}

.cartPopup .woocommerce-cart-form__contents tbody tr {
  transform: scale(1);
}
.cartPopup .woocommerce-cart-form__contents tbody td {
  position: absolute;
  top: 0;
  right: 0;
}
.cartPopup .woocommerce-cart-form__contents tbody .productdiv {
  width: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
  border-bottom: 1px solid #E6EAEE;
}
.cartPopup .woocommerce-cart-form__contents tbody .product-quantity {
  position: absolute;
  top: 113px;
  right: 30px;
}
.cartPopup .woocommerce-cart-form__contents tbody .product-price {
  position: absolute;
  right: 25px;
  top: 26px;
}
.cartPopup .woocommerce-cart-form__contents tbody .product-remove {
  position: absolute;
  right: -10px;
  top: 25px;
  z-index: 1;
}

.woocommerce-cart-form {
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 350px;
}

.cartPopup .woocommerce-cart-form {
  height: auto !important;
  max-height: 60%;
  margin-bottom: 45%;
}

.woocommerce-cart-form::-webkit-scrollbar {
  width: 5px;
}
.woocommerce-cart-form::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 25px;
}
.woocommerce-cart-form::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 25px;
}
.woocommerce-cart-form::-webkit-scrollbar-thumb:hover {
  background: #EC7F47;
}

body.page-template-tpl-cart .woocommerce-cart-form {
  margin-top: 30px;
}
body.page-template-tpl-cart .woocommerce-cart-form__contents tbody tr {
  column-gap: 2.5%;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #E6EAEE;
}
body.page-template-tpl-cart .woocommerce-cart-form__contents td {
  display: flex;
  align-items: center;
}

.cart-table-header {
  display: none;
}

body.page-template-tpl-cart .cart-table-header {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #E6EAEE;
}
body.page-template-tpl-cart .cart-table-header tr {
  display: flex;
  column-gap: 2.5%;
}
body.page-template-tpl-cart .cart-table-header .product-price {
  padding-left: 25px;
}
body.page-template-tpl-cart .productdiv, body.page-template-tpl-cart .product-thumbnail {
  width: 45%;
  border: none !important;
  text-align: left;
}

.custom-single-product .product-price {
  margin-bottom: 45px;
}

.product-price .woocommerce-Price-currencySymbol {
  position: relative;
  left: 5px !important;
}

body.page-template-tpl-cart .product-price, body.page-template-tpl-cart .product-subtotal {
  width: 14%;
  position: static !important;
}
body.page-template-tpl-cart .product-price {
  text-align: start;
}

.custom-single-product .summary .product-price {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.product-quantity .qtybtndiv {
  width: 108px;
  height: 40px;
  position: relative;
}
.product-quantity .qtybtn {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px !important;
  border: 1px solid #E6EAEE !important;
  background: #FFFFFF;
  color: #000;
}
.product-quantity .minQTYbtn {
  position: absolute;
  top: 0px;
  width: 40%;
  left: 0px;
  align-items: center;
  height: 100%;
  justify-content: center;
  display: flex;
}
.product-quantity .addQTYbtn {
  position: absolute;
  top: 0px;
  width: 40%;
  align-items: center;
  right: 0px;
  height: 100%;
  justify-content: center;
  display: flex;
}
.product-quantity .minusbtn {
  visibility: visible !important;
  content: url(../img/shop/minus.svg);
}
.product-quantity .plusbtn {
  visibility: visible !important;
  content: url(../img/shop/plus.svg);
}

body.page-template-tpl-cart .product-quantity, body.page-template-tpl-cart .product-remove {
  width: 8.7% !important;
  position: static !important;
}

.product-subtotal {
  display: none;
}

body.page-template-tpl-cart thead .product-subtotal {
  display: flex;
  justify-content: center;
}
body.page-template-tpl-cart tbody .product-subtotal {
  display: flex;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-align: right;
  color: #31343F;
}
body.page-template-tpl-cart .product-remove {
  display: flex;
  justify-content: end;
  align-items: center;
}

.cartPopup .woocommerce-cart-form__contents tbody .product-remove {
  position: absolute;
  right: -10px;
  top: 25px;
  z-index: 1;
}

body.page-template-tpl-cart .productdiv {
  display: flex;
  align-items: center;
}

.cartProductImg {
  width: 100px !important;
  height: 128px !important;
  margin: 24px 16px 16px 0px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.woocommerce-cart .checkProdCount {
  display: none !important;
}

.checkProdCount {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #FFFFFF;
  background: #004FE5;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  position: absolute;
  right: -8px;
  top: -8px;
}

.productTitleInfo {
  margin-top: 24px;
  width: 50%;
}

.cartProductTitle {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #31343F;
}

.cartProductCategory {
  display: block;
  font-weight: 500;
  color: #475467;
  margin-top: 4px;
}

.checkproductdiv .cartProductCategory {
  margin-bottom: 12px;
}

.cartProductPrice {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #31343F;
}

body.page-template-tpl-cart .cartProductPrice {
  font-size: 20px;
  position: static;
}

.checkproductdiv .cartProductPrice {
  position: static;
}

.product-details-btns .qtybtndiv {
  width: 108px !important;
  height: 48px !important;
  position: relative;
}

body.page-template-tpl-cart .qtybtndiv {
  width: 100px;
  height: 40px;
}

.generalbtn {
  font-size: 14px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 100px;
  margin-right: 15px;
  border: 1px solid #000;
  background: #EC7F47;
  color: #FFFFFF;
  border: none;
}
.generalbtn:hover {
  cursor: pointer;
}

.mainbtn:hover, .minQTYbtn:hover, .addQTYbtn:hover, .rmvProductbtn:hover, .cartbtn:hover {
  cursor: pointer;
}

.product-details-btns .qtybtn {
  width: 100%;
  height: 100%;
  border: 1px solid #E6EAEE !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  color: #000;
}

body.page-template-tpl-cart .qtybtn {
  font-size: 16px !important;
  width: 100px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-details-btns .minQTYbtn {
  display: flex;
  width: 40%;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0.4;
}
.product-details-btns .minQTYbtn img {
  width: 20px !important;
  height: 20px !important;
}
.product-details-btns .addQTYbtn {
  display: flex;
  width: 40%;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0px;
  top: 0px;
}
.product-details-btns .minQTYbtn:hover, .product-details-btns .addQTYbtn:hover, .product-details-btns .units-count:hover {
  color: #31343F;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}

.cartminQTYbtn {
  opacity: 1 !important;
}

body.page-template-tpl-cart .minusbtn {
  width: 20px !important;
  height: 20px !important;
}

.product-details-btns .addQTYbtn img {
  width: 10px !important;
  height: 10px !important;
}

body.page-template-tpl-cart .plusbtn {
  width: 10px !important;
  height: 10px !important;
}
body.page-template-tpl-cart .rmvProductbtn {
  position: static;
}

.rmvbtnimg {
  visibility: visible !important;
  content: url("../img/trash.svg");
}
.rmvbtnimg:hover {
  content: url(../img/trashhover.svg);
}

body.page-template-tpl-cart .rmvbtnimg {
  width: 24px !important;
  height: 24px !important;
}

.cartPopup .cart-collaterals {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFFFFF;
}

body.page-template-tpl-cart .cart-collaterals {
  align-items: end;
  display: flex;
  flex-direction: column;
  padding-bottom: 5%;
}

.totalDetails {
  margin: 0px 24px 0px 24px;
}

.cartPopup .totalDetails h3 {
  display: none !important;
}

body.page-template-tpl-cart .totalDetails {
  width: 400px;
  display: flex;
  flex-direction: column;
  margin-right: 0px;
  margin-top: 40px;
}
body.page-template-tpl-cart .totalDetails h3 {
  margin-bottom: 0px;
}

.cartPopup .totalsTxt {
  display: none;
}

.shop_table, body.page-template-tpl-cart .shop_table {
  width: 100%;
}

.orderSummaryHeader, .shop_table .product {
  display: none;
}

.woocommerce table.shop_table {
  border: 0;
  margin: 0;
  text-align: left;
  width: 100%;
  border-collapse: unset;
  border-radius: 0;
}
.woocommerce table.shop_table td {
  border-top: 0;
  padding: 0;
}

.cart-subtotal {
  margin-top: 10px;
  padding-top: 0px;
}

.woocommerce table.shop_table tbody th {
  border-top: none;
  padding: 0;
}
.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  border-top: none;
  padding: 0;
}

.woocommerce-checkout-review-order-table .orderTotals .cart-subtotal th, .woocommerce-checkout-review-order-table .orderTotals .tax-total th, .woocommerce-checkout-review-order-table .orderTotals .fee th {
  color: #7688A2;
  font-size: 16px;
  font-weight: 400 !important;
  border-top: none !important;
}
.woocommerce-checkout-review-order-table .orderTotals .cart-subtotal td, .woocommerce-checkout-review-order-table .orderTotals .tax-total td, .woocommerce-checkout-review-order-table .orderTotals .fee td {
  color: #31343F;
  font-size: 16px;
  font-weight: 600 !important;
  border-top: none !important;
}

.detailinfodiv {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 12px 0px;
  padding-top: 16px;
}

.detailtxt {
  font-weight: 400 !important;
  line-height: 170% !important;
  color: #475467 !important;
}

body.page-template-tpl-cart .detailtxt, body.page-template-tpl-cart .detailvalue {
  font-size: 18px;
}

.detailvalue {
  font-weight: 600;
  line-height: 170% !important;
  color: #31343F;
}

.order-total {
  border-top: 1px solid #E6EAEE;
}

body.page-template-tpl-cart .order-total {
  margin-top: 24px;
  padding-top: 24px;
}

.woocommerce-checkout-review-order-table .orderTotals .order-total {
  border-top: none !important;
  border-bottom: 1px solid #E6EAEE !important;
  font-size: 20px;
  font-weight: 700 !important;
  line-height: 28px !important;
  color: #31343F;
  height: 60px;
  margin-bottom: 32px;
}
.woocommerce-checkout-review-order-table .orderTotals .order-total th, .woocommerce-checkout-review-order-table .orderTotals .order-total td {
  border-top: none !important;
}

.totaltxt, .totalvalue {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #31343F;
}

body.page-template-tpl-cart .totaltxt, body.page-template-tpl-cart .totalvalue {
  font-size: 24px;
}
body.page-template-tpl-cart .wc-proceed-to-checkout {
  width: 400px;
}
body.page-template-tpl-cart .wc-proceed-to-checkout a {
  border-radius: 100px !important;
}

.proceedbtn {
  border-radius: 0px !important;
  width: 100%;
  height: 48px;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #004FE5;
  border: 1px solid #004FE5;
  text-align: center !important;
  color: #FFFFFF;
}
.proceedbtn:hover {
  color: #FFFFFF;
}

.mainbtn {
  border-radius: 100px !important;
  text-align: center !important;
  background: #004FE5;
  border: 1px solid #004FE5;
  color: #FFFFFF;
}

.woocommerce-cart table.cart img {
  width: 90% !important;
}

body.page-template-tpl-cart .uk-container {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 60px;
}

/***************************************************************/
.shopwpBtn {
  height: 48.8px;
  margin-top: -5px;
  margin-left: 10px;
  min-width: fit-content;
}

.mobgrayContainer {
  position: fixed;
  top: 75px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  background: rgba(39, 42, 70, 0.5);
  display: none;
}

.mobileListdiv {
  position: fixed;
  left: 0px;
  top: 75px;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  width: 280px;
  justify-content: space-between;
}

.mobcustommenu {
  padding-top: 8px !important;
  border-top: 1px solid #E6EAEE;
}
.mobcustommenu li {
  margin-left: 20px;
  margin-top: 32px;
  font-weight: 600;
  color: #31343F;
}
.mobcustommenu .activeTab a {
  color: #EC7F47;
}

.mobwpBtn {
  display: none !important;
  margin-bottom: 24px;
  margin-left: 24px;
  width: 82%;
  padding: 13px 13px 13px 45px !important;
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .shopwpBtn {
    height: 44.8px;
  }
}
@media (max-width: 1024px) and (min-width: 959px) {
  .shopwpBtn {
    padding: 13px 13px;
  }
}
@media (max-width: 959px) {
  .openedMobMenu {
    content: url("../img/listclose.svg") !important;
  }
  .shopwpBtn {
    padding: 13px 13px;
  }
  body.page-template-tpl-cart .cartheaderTxt {
    margin-left: 0px;
  }
  .cartTxt {
    width: 55%;
  }
  body.page-template-tpl-cart .woocommerce-cart-form {
    padding-left: 0px;
  }
  body.page-template-tpl-cart .woocommerce-cart-form__contents thead {
    font-size: 14px;
    line-height: 20px;
  }
  body.page-template-tpl-cart .woocommerce-cart-form__contents tbody tr {
    height: 125px !important;
    position: relative;
  }
  body.page-template-tpl-cart .product-thumbnail {
    display: initial !important;
    padding-left: 0px !important;
  }
  body.page-template-tpl-cart tbody .product-price {
    position: absolute !important;
    left: 72px;
    top: 100px;
  }
  body.page-template-tpl-cart tbody .product-quantity {
    position: absolute !important;
    top: 60px;
    width: 100% !important;
    justify-content: end;
  }
  body.page-template-tpl-cart tbody .product-subtotal {
    margin-right: 10px;
    align-items: initial;
    padding-top: 25px;
    width: 50%;
    margin-right: 0px;
    justify-content: end;
  }
  body.page-template-tpl-cart tbody .product-subtotal .woocommerce-Price-amount {
    font-size: 18px;
  }
  body.page-template-tpl-cart thead .product-subtotal {
    margin-right: 2%;
  }
  .woocommerce-checkout .product-subtotal {
    width: 50%;
  }
  body.page-template-tpl-cart tbody .product-remove {
    display: none;
  }
  body.page-template-tpl-cart .productdiv {
    align-items: start !important;
    width: 100% !important;
  }
  body.page-template-tpl-cart .cartProductImg {
    width: 60px !important;
    height: 80px !important;
    margin-top: 16px !important;
  }
  .woocommerce-checkout .cartProductImg {
    width: 75px;
    height: 96px;
  }
  .checkProdCount {
    width: 20px;
    height: 20px;
  }
  body.page-template-tpl-cart .productTitleInfo {
    margin-top: 14px !important;
  }
  body.page-template-tpl-cart .cartProductTitle {
    font-size: 15px;
    line-height: 20px;
  }
  .woocommerce-checkout .cartProductTitle {
    font-size: 1rem;
  }
  body.page-template-tpl-cart .cartProductCategory {
    font-size: 14px;
    line-height: 20px;
  }
  .woocommerce-checkout .cartProductCategory {
    margin-bottom: 4px;
    font-size: 0.875rem;
  }
  body.page-template-tpl-cart .cartProductPrice {
    font-size: 14px;
    line-height: 20px;
  }
  .woocommerce-checkout .cartProductPrice {
    font-size: 0.875rem;
  }
  body.page-template-tpl-cart .qtybtndiv {
    width: 108px !important;
    height: 40px !important;
    position: relative;
  }
  body.page-template-tpl-cart .qtybtn {
    border-radius: 6px;
    padding: 6px 47px;
    width: 108px;
  }
  body.page-template-tpl-cart .minQTYbtn {
    left: 2px;
    top: 2px;
    width: 40%;
    height: 90%;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body.page-template-tpl-cart .minusbtn {
    content: url(../img/shop/minus.svg);
    bottom: initial;
    width: 24px !important;
    height: 24px !important;
  }
  body.page-template-tpl-cart .addQTYbtn {
    background: #FFFFFF;
    right: 2px;
    top: 2px;
    width: 40% !important;
    height: 90% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body.page-template-tpl-cart .plusbtn {
    content: url(../img/shop/plus.svg);
    top: initial;
    width: 14px !important;
    height: 14px !important;
  }
  .woocommerce-checkout-review-order-table .orderTotals .cart-subtotal th, .woocommerce-checkout-review-order-table .orderTotals .tax-total th, .woocommerce-checkout-review-order-table .orderTotals .fee th, .woocommerce-checkout-review-order-table .orderTotals .cart-subtotal td, .woocommerce-checkout-review-order-table .orderTotals .tax-total td, .woocommerce-checkout-review-order-table .orderTotals .fee td {
    font-size: 0.875rem;
  }
  body.page-template-tpl-cart .detailtxt, body.page-template-tpl-cart .detailvalue {
    font-size: 16px;
    line-height: 24px !important;
  }
  .woocommerce-checkout-review-order-table .orderTotals .order-total {
    font-size: 1rem;
  }
  body.page-template-tpl-cart .totaltxt, body.page-template-tpl-cart .totalvalue {
    font-size: 20px;
  }
  body.page-template-tpl-cart .uk-container {
    margin-top: 24px;
  }
}
@media (max-width: 576px) {
  .cartPopup {
    width: 100%;
    height: 100%;
  }
  .cartTxt {
    width: 80%;
  }
  .woocommerce-cart-form {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cartPopup .woocommerce-cart-form__contents tbody .productdiv {
    height: 140px;
  }
  .cartPopup .woocommerce-cart-form__contents tbody .product-price {
    right: 20px;
  }
  .cartPopup .woocommerce-cart-form__contents tbody .product-quantity {
    right: 10px;
    top: 90px;
    display: flex;
    justify-content: end;
  }
  body.page-template-tpl-cart tbody .product-price {
    left: 60px;
  }
  .cartProductImg {
    width: 80px !important;
    height: 100px !important;
  }
  .cartPopup .productTitleInfo {
    width: 42%;
  }
  .page-template-tpl-cart .productTitleInfo {
    width: 100%;
  }
  .cartProductTitle {
    font-size: 0.9rem;
    display: flex;
    width: 90%;
  }
  .cartProductCategory {
    font-size: 0.875rem;
  }
  .cartProductPrice {
    font-size: 0.875rem;
    right: initial;
    top: 60px;
    left: 0px;
  }
  .qtybtndiv {
    width: 86px !important;
    height: 32px !important;
  }
  .rmvProductbtn {
    top: 18%;
  }
  body.page-template-tpl-cart .cart-collaterals {
    align-items: center;
  }
  body.page-template-tpl-cart .totalDetails {
    width: 100%;
    margin-right: 0px;
    padding-right: 24px;
  }
  .detailtxt, .detailvalue {
    font-size: 0.875rem;
  }
  .totaltxt, .totalvalue {
    font-size: 1rem;
  }
  body.page-template-tpl-cart .wc-proceed-to-checkout {
    width: 90%;
  }
  .cartHeader {
    font-size: 0.9rem;
    display: flex;
    width: 100%;
  }
}
@media (max-width: 310px) {
  body.page-template-tpl-cart .woocommerce-cart-form__contents tbody tr {
    height: auto !important;
    min-height: 125px;
    padding-bottom: 24px;
  }
  body.page-template-tpl-cart tbody .product-price {
    top: initial;
    bottom: 0px;
    margin-bottom: 0px;
    left: 50px;
  }
}
@media only screen and (max-width: 300px) {
  .cartProductTitle {
    font-size: 0.725rem;
    line-height: 1rem;
    width: 85%;
  }
}
@media (max-width: 361px) {
  body.page-template-tpl-cart tbody .product-price {
    left: 55px;
  }
}
/***************************************************************/
@media (max-width: 959px) {
  body.page-template-tpl-cart .shop-header {
    position: static;
  }
  body.page-template-tpl-thankyou .shop-header {
    position: static !important;
  }
  .shopHeadlogo {
    padding-left: 0px;
    margin-top: 0px;
  }
  .headbtnsContainer {
    justify-content: right;
    width: 80%;
    column-gap: 10px;
  }
  body.post-type-archive-product .mobmenubtn, body.page-template-tpl-myaccountpages .mobmenubtn, body.page-template-tpl-account .mobmenubtn {
    display: inline-block;
    margin-top: 7px;
  }
  body.page-template-tpl-cart .mobmenubtn, body.page-template-tpl-thankyou .mobmenubtn {
    display: none;
  }
  body.post-type-archive-product header .wpBtn {
    margin: 0;
    padding: 0;
    height: 39px;
    width: 40px;
  }
  body.post-type-archive-product header .wpBtn .cont-whats .wphide {
    display: none;
  }
  body.page-template-tpl-account header .wpBtn {
    display: none;
  }
  body.page-template-tpl-myaccountpages header .wpBtn {
    display: none;
  }
}
@media (max-width: 900px) {
  .woocommerce-account .shop-header {
    position: inherit !important;
    left: 0px;
    right: 0px;
    z-index: 101;
  }
}
@media (max-width: 1085px) and (min-width: 959px) {
  .headbtnsContainer {
    column-gap: 5px;
  }
  .shopcustommenu li {
    font-size: 14px;
  }
}
@media (max-width: 312px) {
  .headbtnsContainer {
    column-gap: 3px;
  }
}
@media (max-width: 461px) {
  .woocommerce-checkout .profilebtn {
    display: none;
  }
  .shopwpBtn {
    padding: 10px 11px;
    height: 44.8px;
  }
  .shopwpBtn .wptext {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .cartHeader {
    font-size: 0.9rem;
    display: flex;
    width: 100%;
  }
}
.hiddenH {
  display: none;
}

.sliderheader {
  margin-bottom: 56px;
  position: relative;
}

.categoryTitle {
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.02em;
  color: #31343F;
  margin-bottom: 0px;
  font-family: "PPRightGrotesk";
}

.homeContainer section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 0;
}

.flicking-slider-custom {
  position: static !important;
}

.products {
  margin-left: 0px !important;
}
.products div {
  display: flex;
  flex-direction: column;
  padding-left: 0px !important;
  margin-right: 40px;
  width: 100%;
  gap: 6px;
}
.products .product:hover {
  cursor: pointer;
}

.woocommerce-page ul.products li.product {
  margin-right: 0px;
}

.flicking-arrow-prev {
  position: absolute;
  top: 60px;
  right: 105px;
}

.flicking-arrow-next {
  position: absolute;
  top: 60px;
  right: 35px;
}

.flicking-arrow-prev:hover, .flicking-arrow-next:hover {
  cursor: pointer;
}

.productImg {
  display: flex;
  justify-content: center;
  width: 260px;
  height: 320px;
  margin-bottom: 0px;
  background: #EEF5FF;
}
.productImg img {
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.productImg:hover {
  cursor: pointer;
}

.productTitle {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #31343F;
  min-height: 3%;
}
.productTitle:hover {
  cursor: pointer;
}

.product .price {
  font-size: 20px !important;
  line-height: 150%;
  color: #2F6846 !important;
  font-weight: 700;
}

.productDesc {
  font-weight: 400;
  line-height: 170%;
  padding-right: 10px;
  color: #7688A2;
  margin: 0;
  height: 50px;
}

.addedQTY {
  display: none;
}

.addToCartDropdown {
  font-weight: 600;
  width: 100%;
  height: 52px;
  flex-shrink: 0;
  color: #ffffff;
  padding: 13px 25px;
  border-radius: 100px;
  background: #004FE5;
  font-size: 17px;
  border: 1px solid #004FE5;
  cursor: pointer;
  text-align: center !important;
  margin-top: 10px;
}
.addToCartDropdown:hover {
  background-color: #2B6FF1 !important;
  border-color: #2B6FF1 !important;
}

.addToCartbtndiv {
  margin-top: 10px;
  position: relative;
  width: 100%;
  height: 52px;
  display: flex;
}

.product-preview .addToCartbtndiv {
  justify-content: center;
  width: 260px;
}

.mainbtn {
  border-radius: 100px !important;
  text-align: center !important;
  background: #004FE5;
  border: 1px solid #004FE5;
  color: #fff;
}

.generalbtn:hover, .mainbtn:hover, .minQTYbtn:hover, .addQTYbtn:hover, .rmvProductbtn:hover, .cartbtn:hover {
  cursor: pointer;
}

.addTCtxt {
  font-size: 17px;
  font-weight: 600;
}

.roundedbtn {
  font-size: 20px;
  color: #fff;
  background: #2B6FF1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
  border-radius: 100px;
  border: 1px solid #2B6FF1;
  /*    font-family: 'GilroySemibold';*/
  text-align: center;
  width: 42px;
  height: 42px;
}
.roundedbtn:hover {
  cursor: pointer;
}

.minbtn {
  position: absolute;
  left: 3%;
  top: 10%;
  background: #2B6FF1;
  border-color: #2B6FF1;
  display: none;
}

.addToCartbtn {
  width: 100%;
  height: 52px;
  flex-shrink: 0;
  color: #ffffff;
  padding: 13px 25px;
  border-radius: 100px;
  background: #004FE5;
  font-size: 17px;
  border: 1px solid #004FE5;
}

.addToCartbtn:hover, .addbtn:hover, .minbtn:hover {
  color: #fff;
  background: #2B6FF1 !important;
  border-color: #2B6FF1 !important;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}

.popupCartBody .addbtn {
  right: 9% !important;
}

.addbtn {
  position: absolute;
  right: 3%;
  top: 10%;
  display: none;
}

.grayContainer {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 101;
  justify-content: center;
  background: rgba(39, 42, 70, 0.5);
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
}

.product-preview {
  width: 760px;
  height: 544px;
  background: #FFFFFF;
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  position: relative;
  margin-top: 10%;
  overflow-y: auto;
  overflow-x: hidden;
}

.windowCloseBtn {
  position: absolute;
  right: 26px;
  top: 26px;
  opacity: 0.4;
  width: 24px;
  height: 24px;
  font-size: 24px;
  display: flex;
  align-items: center;
}
.windowCloseBtn:hover {
  opacity: 1;
  cursor: pointer;
}

.cartHeader .windowCloseBtn img {
  width: 24px !important;
  height: 24px !important;
}

body.page-template-tpl-cart .windowCloseBtn {
  display: none;
}

.galeryContainer {
  width: 360px;
}

.mainImageContainer {
  /*width: 320px;*/
  height: 380px;
  background: #EEF5FF;
  border-radius: 8px;
  margin-left: 40px;
  margin-top: 40px;
  position: relative;
}

.mainImage {
  border-radius: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 90% !important;
}

.galleryImages {
  display: flex;
  flex-direction: row;
  column-gap: 16px;
  margin-left: 40px;
  margin-top: 16px;
}

.imageThumbdiv {
  background: #FFFFFF;
  border: 1px solid #E6EAEE;
  border-radius: 8px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.imageThumbdiv:hover {
  cursor: pointer;
}

.pimageThumb {
  display: block;
  width: 90%;
  max-height: 100% !important;
  object-fit: fill;
  padding: 0px;
  margin: 0;
  border-radius: 8px;
}

.productDetails {
  width: 400px;
  margin: 58px 40px 30px 40px;
  position: relative;
}

.singleProductTitle {
  max-width: 95%;
  display: flex;
  font-size: 24px;
  line-height: 32px;
  color: #31343F;
  font-weight: 600;
}

.singleProductDesc {
  margin: 10px 0;
  font-size: 14px;
  line-height: 170%;
  color: #475467;
  overflow-y: auto;
  max-height: 150px;
}
.singleProductDesc::-webkit-scrollbar {
  width: 10px;
  /* You can adjust this value */
}
.singleProductDesc::-webkit-scrollbar-thumb {
  background-color: #7f8fa6;
  /* You can set the color as needed */
}
.singleProductDesc::-webkit-scrollbar-track {
  background-color: #e0e0e0;
  /* You can set the color as needed */
}

.singleProductDim {
  font-size: 16px;
  margin-bottom: 10px;
}

.dimentionsid1 {
  font-weight: 600;
}

#dimentionsid {
  font-size: 16px;
  line-height: 24px;
  color: #31343F;
}

.sProdDimExtra {
  margin-bottom: 10px;
}

.singleProductDimExtra {
  font-weight: 700;
}

.singleProductPriceTxt {
  display: block;
  font-size: 16px;
  margin-top: 10px 0 0 0;
}

.singleProductPrice {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #31343F;
}

.socialMediaSharing {
  display: flex;
  gap: 10px;
}
.socialMediaSharing a {
  width: 10%;
  height: fit-content;
}

.product-details-btns {
  display: flex;
  flex-direction: column;
  column-gap: 12px;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 0%);
}
.product-details-btns .qtybtndiv {
  width: 108px !important;
  height: 48px !important;
  position: relative;
}
.product-details-btns .qtybtn {
  width: 100%;
  height: 100%;
  border: 1px solid #E6EAEE !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  color: #000;
}
.product-details-btns .minQTYbtn {
  display: flex;
  width: 40%;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0.4;
}
.product-details-btns .addQTYbtn {
  display: flex;
  width: 40%;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0px;
  top: 0px;
}
.product-details-btns .addQTYbtn img {
  width: 10px !important;
  height: 10px !important;
}
.product-details-btns .minQTYbtn img {
  width: 20px !important;
  height: 20px !important;
}
.product-details-btns .minQTYbtn:hover {
  color: #31343F;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}
.product-details-btns .addQTYbtn:hover, .product-details-btns .units-count:hover {
  color: #31343F;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}
.product-details-btns .hrhide {
  display: none;
}

.custom-single-product .product-details-btns {
  max-width: 260px !important;
}

.loadingicon1 {
  width: 10%;
  display: none;
}

.checkicon {
  display: none;
}

.optionPopup {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 101;
  justify-content: center;
  background: rgba(39, 42, 70, 0.5);
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: -webkit-center;
  align-content: center;
}
.optionPopup button {
  font-weight: 600;
  width: 100%;
  height: 52px;
  flex-shrink: 0;
  color: #ffffff;
  padding: 13px 25px;
  border-radius: 100px;
  background: #004FE5;
  font-size: 17px;
  border: 1px solid #004FE5;
  cursor: pointer;
  text-align: center !important;
  margin-top: 1%;
}
.optionPopup button:hover {
  background-color: #2B6FF1 !important;
  border-color: #2B6FF1 !important;
}

.popupdiv {
  width: 760px;
  height: 544px;
  background: #FFFFFF;
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: left;
  margin-top: 10%;
}

.thumbimg1, .thumbimg2, .thumbimg3, .thumbimg11, .thumbimg21, .thumbimg31 {
  display: none;
}

#optionsContainer input[type=radio]:checked + label, #optionsContainerSingle input[type=radio]:checked + label {
  border: 2px solid #004FE5;
}

.optionsdivcontrol {
  display: flex;
  justify-content: space-around;
  margin-top: 5%;
}

.controldiv2 {
  font-weight: 600;
  width: 35%;
  height: 45px;
  color: #ffffff;
  padding: 0;
  border-radius: 100px;
  background: transparent;
  font-size: 17px;
  text-align: center !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.numbercontrol {
  border-color: #2B6FF1;
  font-size: 16px;
  color: #004FE5;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
  border-radius: 100px;
  border: 2px solid #004FE5;
  text-align: center;
  width: 40px;
  height: 35px;
  cursor: inherit;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  font-weight: 400;
}

.decIncbutton {
  border-color: #2B6FF1;
  font-size: 20px;
  color: #004FE5;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
  border-radius: 100px;
  border: 1px solid #faf9f8;
  text-align: center;
  width: 35px;
  height: 35px;
  cursor: pointer;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  font-weight: 400;
}

.controldiv {
  font-weight: 600;
  width: 60%;
  height: 45px;
  color: #ffffff;
  padding: 0 5px;
  border-radius: 100px;
  background: #004FE5;
  font-size: 17px;
  border: 1px solid #004FE5;
  text-align: center !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.centercontrol {
  justify-content: center;
  cursor: pointer;
}

.flicking-arrow-disabled {
  cursor: not-allowed !important;
}
.flicking-arrow-disabled img {
  opacity: 0.5;
}

.activeImage {
  border-color: #EC7F47;
}

input[type=radio]:checked {
  border-width: 2px;
  border-color: #EC7F47;
}
input[type=radio]:checked:before {
  background: #EC7F47;
}
input[type=radio] {
  -webkit-appearance: none;
  position: absolute;
  top: 16px;
  left: 16px;
  margin: 0px;
  width: 21.6px;
  height: 21.6px;
  border: 1px solid #E6EAEE;
  border-radius: 50%;
}
input[type=radio]:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 23% auto;
  border-radius: 50%;
}

.option-text {
  cursor: pointer;
  background: #E6EAEE;
  padding: 10px 20px;
  border-radius: 32px;
  display: block;
  line-height: 1.4;
  letter-spacing: 0;
  border: 2px solid #E6EAEE;
  margin-bottom: 1%;
}

.cust-arrow {
  position: static !important;
  position: static !important;
}
.cust-arrow img {
  margin-bottom: 20px;
}

.custom-single-product {
  margin-top: 40px !important;
}
.custom-single-product .summary .product-title {
  color: #101828;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 56px;
  margin-bottom: 16px !important;
}
.custom-single-product .summary .input-box {
  align-self: stretch;
  color: #667085;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.custom-single-product .summary .product-divider {
  margin: 32px 0px !important;
  color: #EAECF0 !important;
}
.custom-single-product .summary input {
  font-family: "Poppins-Regular";
  font-weight: 600;
  text-align: center;
  border: none;
  font-size: 16px;
  width: 50px;
}
.custom-single-product .summary .product-dimensions div:first-child {
  margin-right: 12px !important;
}
.custom-single-product .summary .price-title {
  margin-bottom: 0px !important;
}
.custom-single-product .summary .product-price {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.custom-single-product .summary .price-value {
  color: #122247 !important;
  font-style: normal;
  font-weight: 600 !important;
  letter-spacing: -0.64px;
}
.custom-single-product .cart-quantity-button {
  cursor: default;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-single-product .woocommerce-product-gallery__wrapper img {
  width: 300px !important;
  margin: auto !important;
}
.custom-single-product .gallery-container {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 24px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.custom-single-product .gallery-container div {
  width: 56px !important;
  height: 56px !important;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 4px;
  cursor: pointer;
}
.custom-single-product .gallery-container img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
.custom-single-product .gallery-container div.activeImg {
  border: 1px solid var(--Orange, #FD7847);
}
.custom-single-product .woocommerce-breadcrumb {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #101828;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  cursor: default;
}
.custom-single-product .woocommerce-breadcrumb a {
  margin-right: 8px;
  color: #98A2B3;
}
.custom-single-product .woocommerce-breadcrumb a:hover {
  color: #767676;
}
.custom-single-product .product-details-btns {
  max-width: 260px !important;
}
.custom-single-product .product-add-to-cart .btns-container {
  width: 100% !important;
}
.custom-single-product .product-add-to-cart .cart-quantity-button {
  width: 100% !important;
  max-width: 148px;
}
.custom-single-product .product-add-to-cart .custom-single-btn {
  width: 100% !important;
  max-width: 248px;
}

.custom-single {
  box-shadow: none !important;
}

.custom-single-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  border: none;
  text-align: center;
  height: 56px;
  color: #ffffff;
  padding: 13px 25px;
  border-radius: 100px;
  background: #004FE5;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

#flick_related {
  margin-bottom: 50px;
}

.arrows-div {
  flex-direction: row !important;
  text-align: end;
}

.value-button-increase {
  width: 50%;
  height: 100%;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.value-button-decrease {
  text-align: center;
  font-size: 24px;
  color: #98A2B3;
  cursor: pointer;
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.cart-quantity-button {
  border: 1px solid #D0D5DD;
  border-radius: 100px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  height: 56px;
}

.accordion-header {
  border-color: #EAECF0 !important;
  border: solid;
  border-width: 1px 0px 0px 0px;
  display: ruby-text;
  background-color: transparent;
  padding: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  line-height: 26px;
  font-weight: 600;
  font-size: 18px;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease-out;
  max-height: 0;
  overflow: hidden;
  padding: 0px 40px 0px 40px;
}

.rotate-up {
  transform: rotate(-90deg);
  transition: transform 0.3s ease;
}

.rotate-right {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.accordion-item.active .accordion-header {
  background-color: transparent;
}
.accordion-item.active .accordion-content {
  max-height: 200px;
  padding: 20px 40px 30px 40px;
}

.accordian-equipment {
  border-bottom: solid !important;
  border-width: 1px 0px 1px 0px !important;
  border-color: #EAECF0 !important;
}

@media (max-width: 576px) {
  .sliderheader {
    margin-bottom: 20px;
  }
  .categoryTitle {
    font-size: 1.5rem;
    line-height: 32px;
  }
  .products div {
    width: 196px !important;
    margin-right: 16px;
  }
  .products li {
    width: 226px !important;
  }
  .flicking-arrow-prev img {
    width: 40px;
    height: 40px;
  }
  .flicking-arrow-next {
    right: 10px;
    top: 55px;
  }
  .flicking-arrow-next img {
    width: 40px;
    height: 40px;
  }
  .flicking-arrow-prev {
    right: 55px;
    top: 55px;
  }
  .productImg {
    width: 196px;
    height: 240px;
  }
  .productTitle, .product .price {
    font-size: 1rem !important;
  }
  .categoryName, .productDesc {
    font-size: 0.75rem;
  }
  .addToCartbtndiv {
    width: 196px;
  }
  .product-preview {
    height: auto;
    flex-direction: column;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 0;
  }
  .product-preview .hrhide {
    width: 100%;
    display: block;
    width: 105%;
    margin-left: -16px;
  }
  .galeryContainer {
    display: none;
    flex-direction: row;
    width: 100%;
    margin-top: 76px;
  }
  .mainImageContainer {
    margin-left: 16px;
    margin-top: 16px;
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .galleryImages {
    flex-direction: column;
    row-gap: 12px;
    position: absolute;
    right: 5%;
  }
  .productDetails {
    width: 95%;
    margin-top: 70px;
    margin-left: 16px;
    margin-right: 16px;
  }
  .productDetails hr {
    margin-left: -15px;
    width: 100%;
  }
  .product-details-btns {
    margin-bottom: 25px;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 12px !important;
    position: unset;
    transform: none;
  }
  .optionPopup button {
    width: 196px;
  }
}
@media (max-width: 776px) {
  .flicking-slider-custom {
    height: 100% !important;
  }
  .product-preview {
    position: fixed;
    left: 0px;
    top: 105px;
    bottom: 0px;
    width: 100%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-top: 0px;
  }
  .galeryContainer {
    width: 272px;
  }
  .mainImageContainer {
    /*width: 256px;*/
    height: 276px;
    margin-left: 16px;
    margin-top: 16px;
    background: transparent;
    margin-left: 25px;
    margin-top: 25px;
  }
  .mainImage {
    width: 100%;
    height: 200px;
    margin: 18px 0px;
    object-fit: cover;
  }
  .galleryImages {
    margin-left: 25px;
    column-gap: 8px;
  }
  .imageThumbdiv {
    width: 60px;
    height: 60px;
  }
  .pimageThumb {
    width: 100%;
    object-fit: fill;
  }
  .product-details-btns {
    margin-top: 32px;
  }
  .popupdiv {
    height: auto;
    flex-direction: column;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 0;
    position: fixed;
    left: 0px;
    top: 105px;
    bottom: 0px;
    width: 100%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
@media (max-width: 1281px) and (min-width: 1024px) {
  .homeContainer .product {
    width: 23.1% !important;
    margin-right: 2.5% !important;
  }
}
@media (max-width: 1024px) and (min-width: 959px) {
  .productImg {
    justify-content: left;
    width: 160px;
    height: 240px;
    align-items: center;
  }
}
@media (max-width: 650px) {
  .addTCtxt {
    font-size: 14px !important;
    font-weight: 600;
  }
}
@media (max-width: 850px) {
  .singleProductDesc {
    width: 100%;
    max-height: 120px;
    padding-right: 16px;
  }
}
@media (max-width: 1176px) {
  .featured-img-container {
    padding: 12% 17%;
  }
}
@media (max-width: 561px) {
  .single-productImg {
    height: 340px;
  }
  .cart-quantity-button {
    margin-right: 12px;
  }
  .featured-img {
    object-fit: scale-down;
  }
}
@media (max-width: 491px) {
  .featured-img-container {
    padding: 6% 24%;
  }
  .custom-single-product .woocommerce-breadcrumb {
    font-size: 14px;
    text-align: left;
    text-wrap: wrap;
    align-items: flex-start;
  }
  .custom-single-product .woocommerce-breadcrumb a {
    margin-right: 4px;
    text-wrap: nowrap;
  }
  .woocommerce-breadcrumb svg {
    min-width: 22px;
  }
}
@media (max-width: 391px) {
  .single-product-img {
    width: 100%;
    height: 100%;
  }
  .custom-single-product .product-add-to-cart .custom-single-btn {
    min-width: 167px;
  }
  .custom-single-product .summary input {
    width: 30px;
  }
  .custom-single-product .summary .price-value {
    font-size: 24px !important;
  }
  .custom-single-product .summary .product-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 12px;
  }
  .custom-single-product .summary .product-divider {
    margin: 24px 0px !important;
  }
  .custom-single-product .summary .input-box {
    font-size: 16px;
    line-height: 24px;
  }
  .custom-single-product .gallery-container {
    margin: 16px;
  }
  .featured-img-container {
    padding: 6% 6% 6% 30%;
  }
  .cart-quantity-button {
    height: 48px;
  }
  .custom-single-btn {
    height: 48px;
  }
  .value-button-decrease {
    line-height: 28px;
  }
}
@media (max-width: 312px) {
  .headbtnsContainer {
    column-gap: 3px;
  }
  .shopwpBtn {
    margin-left: 0px;
    margin-right: -10px;
  }
  .custom-single-product .woocommerce-breadcrumb {
    font-size: 12px;
  }
}
@media only screen and (min-width: 392px) and (max-width: 720px) {
  .single-product-img {
    width: 100%;
    height: 400px;
  }
}
@media only screen and (min-width: 721px) and (max-width: 1028px) {
  .single-product-section .product {
    width: 100% !important;
  }
  .custom-single-product .related-sec {
    width: 100% !important;
  }
  .single-product-img {
    width: 260px !important;
    height: 260px;
  }
}

/*# sourceMappingURL=shop.css.map */
