@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

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

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

/* SCROLLBAR */
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #e2e2e2;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3dc9ff;
  border-radius: 15px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #00adef;
}

/* TEXT STYLES */
/* TEXT COLORS */
.st-text-black-main {
  color: #111111;
}

.st-text-black-light {
  color: #535353;
}

.st-text-gray-main {
  color: #888888;
}

.st-text-primary {
  color: #00adef;
}

/* FONT WEIGHT CLASSES */
.st-fw-normal {
  font-weight: normal !important;
}

.st-fw-100 {
  font-weight: 100 !important;
}

.st-fw-200 {
  font-weight: 200 !important;
}

.st-fw-300 {
  font-weight: 300 !important;
}

.st-fw-400 {
  font-weight: 400 !important;
}

.st-fw-500 {
  font-weight: 500 !important;
}

.st-fw-600 {
  font-weight: 600 !important;
}

.st-fw-700 {
  font-weight: 700 !important;
}

.st-fw-800 {
  font-weight: 800 !important;
}

.st-fw-900 {
  font-weight: 900 !important;
}

/* COMMON FONT SIZE CLASSES */
.st-fs-10 {
  font-size: 10px !important;
}

.st-fs-11 {
  font-size: 11px !important;
}

.st-fs-12 {
  font-size: 12px !important;
}

.st-fs-13 {
  font-size: 13px !important;
}

.st-fs-14 {
  font-size: 14px !important;
}

.st-fs-15 {
  font-size: 15px !important;
}

.st-fs-16 {
  font-size: 16px !important;
}

.st-fs-17 {
  font-size: 17px !important;
}

.st-fs-18 {
  font-size: 18px !important;
}

.st-fs-19 {
  font-size: 19px !important;
}

.st-fs-20 {
  font-size: 20px !important;
}

.st-fs-21 {
  font-size: 21px !important;
}

.st-fs-22 {
  font-size: 22px !important;
}

.st-fs-23 {
  font-size: 23px !important;
}

.st-fs-24 {
  font-size: 24px !important;
}

.st-fs-25 {
  font-size: 25px !important;
}

.st-line-height-0 {
  line-height: 0;
}

.st-fs-ita {
  font-style: italic;
}

.st-fs-obl {
  font-style: oblique;
}

.st-link-black-main {
  color: #111111;
}

.st-link-black-main:hover {
  color: #000000;
}

.st-link-primary-main {
  color: #00adef;
}

.st-link-primary-main:hover {
  color: #089cd5;
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

.underline-link {
  text-decoration: none;
}

.underline-link:hover {
  text-decoration: underline;
}

.underline-link-black-main {
  color: #111111;
  text-decoration: none;
}

.underline-link-black-main:hover {
  text-decoration: underline;
  color: #000000;
}

.min-height-200 {
  min-height: 200px;
}

/* BUTTONS STYLES */
.st-btn {
  color: #111111;
  border-radius: 0;
  background-color: #efefef;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 10px 15px 10px;
  letter-spacing: 1px;
  height: 48px;
}

.st-btn:hover {
  background-color: #ddd;
}

.st-btn:active {
  background-color: #ccc;
}

.st-btn:not(.no-min-width) {
  min-width: 100px;
}

.st-btn.st-btn-primary {
  background-color: #00adef;
  color: #fff;
}

.st-btn.st-btn-primary:hover {
  background-color: #089cd5;
  color: #fff;
}

.st-btn.st-btn-primary:active {
  background-color: #089cd5;
  color: #fff;
}

.st-btn.st-btn-danger {
  background-color: #ff1b1b;
  color: #fff;
}

.st-btn.st-btn-danger:hover {
  background-color: #f31b1b;
}

.st-btn.st-btn-danger:active {
  background-color: #e11717;
}

/* FORMS STYLES */
.st-form {
  position: relative;
  margin-bottom: "15px";
}

.st-form .top-searcBar {
  position: absolute;
  top: 0%;
  right: 0;
  z-index: 99;
  height: 100%;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem;
}

.st-form .top-searcBar .feather-search {
  cursor: pointer;
  color: #fff;
}

.st-form .top-searcBar::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00adef;
  left: 0;
  z-index: -999;
}

.st-form label {
  color: #535353;
}

.st-form > .input-content {
  position: relative;
}

.st-form input:not([type="radio"]):not([type="checkbox"]),
.st-form select,
.st-form textarea {
  border-radius: 0px;
  border: 1px solid #e4e4e4;
  padding: 5px 15px;
  color: #111111;
  font-size: 15px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.st-form input:not([type="radio"]):not([type="checkbox"]):hover,
.st-form select:hover,
.st-form textarea:hover {
  border-color: #c3c3c3;
}

.st-form input:not([type="radio"]):not([type="checkbox"]):focus,
.st-form select:focus,
.st-form textarea:focus {
  border-color: #00adef;
  -webkit-box-shadow: 0 0 1px 1px #00adef;
          box-shadow: 0 0 1px 1px #00adef;
}

.st-form input:not([type="radio"]):not([type="checkbox"]),
.st-form select {
  height: 48px;
}

.st-form.form-lg input:not([type="radio"]):not([type="checkbox"]),
.st-form.form-lg select {
  height: 54px;
}

@media screen and (min-width: 576px) {
  .st-form.form-lg input:not([type="radio"]):not([type="checkbox"]),
  .st-form.form-lg select {
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  .st-form.form-lg input:not([type="radio"]):not([type="checkbox"]),
  .st-form.form-lg select {
    height: 48px;
  }
}

.st-form.form-md input:not([type="radio"]):not([type="checkbox"]),
.st-form.form-md select {
  height: 40px;
}

.st-form.form-sm input:not([type="radio"]):not([type="checkbox"]),
.st-form.form-sm select {
  height: 40px;
}

.st-form.form-lt, .st-form.form-rt, .st-form.form-ct {
  width: 100%;
}

@media screen and (min-width: 576px) {
  .st-form.form-lt, .st-form.form-rt {
    width: 50%;
  }
  .st-form.form-lt {
    padding-right: 7.5px;
  }
  .st-form.form-rt {
    padding-left: 7.5px;
  }
}

.st-form.has-icon input:not([type="radio"]):not([type="checkbox"]),
.st-form.has-icon select {
  padding-right: 35px;
}

.st-form.has-icon .icon {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 19px;
  color: #535353;
}

.st-form.has-icon.form-lg input:not([type="radio"]):not([type="checkbox"]),
.st-form.has-icon.form-lg select {
  padding-right: 45px;
}

.st-form.has-icon.form-lg .icon {
  font-size: 21px;
}

.st-form.has-error input:not([type="radio"]):not([type="checkbox"]),
.st-form.has-error select,
.st-form.has-error textarea {
  border: 1px solid #e30000;
}

.st-form.has-error input:not([type="radio"]):not([type="checkbox"]):focus,
.st-form.has-error select:focus,
.st-form.has-error textarea:focus {
  -webkit-box-shadow: 0 0 1px 1px #e30000;
          box-shadow: 0 0 1px 1px #e30000;
}

.st-form .msg-error {
  margin-top: 10px;
}

.st-form .msg-error p {
  color: #e30000;
  font-size: 13px;
}

.st-form.no-arrow {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}

.st-form.no-arrow input::-webkit-outer-spin-button,
.st-form.no-arrow input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.st-form.no-arrow input[type="number"] {
  -moz-appearance: textfield;
}

.st-default-checkbox {
  cursor: pointer;
}

.st-default-checkbox .checkbox {
  height: 20px;
  width: 20px;
  border: 1px solid #cccc;
  border-radius: 3px;
  font-size: 15px;
  padding-bottom: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.st-default-checkbox .checkbox * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.st-default-checkbox > input:checked + .checkbox {
  border-color: #333;
}

.st-default-checkbox > input:checked + .checkbox * {
  opacity: 1;
}

/* FLEX RELATED CLASSES */
/* FLEX RELATED CLASSES */
.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* CURSOR RELATED CLASSES */
/* CURSOR RELATED CLASSES */
.cursor-pointer {
  cursor: pointer;
}

.cursor-grab {
  cursor: -webkit-grab;
  cursor: grab;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

/* HEADING CLASSES */
.st-heading {
  text-align: center;
}

.st-heading .sub-head {
  margin-bottom: 0;
  font-size: 15px;
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .st-heading .sub-head {
    font-size: 20px;
  }
}

.st-heading .main-head,
.st-heading .single-head {
  position: relative;
  display: table;
}

.st-heading .main-head::after,
.st-heading .single-head::after {
  content: "";
  display: block;
  width: 50%;
  height: 3px;
  background-color: #00adef;
  border-radius: 5px;
  /* margin: 10px auto 15px;*/
}

@media screen and (min-width: 768px) {
  .st-heading .main-head::after,
  .st-heading .single-head::after {
    /* margin: 15px auto;*/
  }
}

.st-heading.text-start .main-head::after,
.st-heading.text-start .single-head::after {
  margin-left: 0;
  margin-right: 0;
}

.st-heading .main-head {
  margin-bottom: 0;
  margin-top: -1px;
  font-size: 20px;
  line-height: 23px;
  font-weight: 600;
  color: #00adef;
  text-transform: uppercase;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .st-heading .main-head {
    font-size: 30px;
    line-height: 30px;
  }
}

.st-heading .single-head {
  font-size: 23px;
  letter-spacing: 1px;
  margin: 0 auto;
}

.st-heading .desc {
  color: #535353;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .st-heading .desc:not(.no-max-width) {
    max-width: 660px;
  }
}

/* COMMON CSS */
.disabled-elem {
  pointer-events: none !important;
  opacity: 0.5;
}

.com-pad-lr {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 992px) {
  .com-pad-lr__lg {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.pad-15 {
  padding: 15px;
}

.pad-l-15 {
  padding-left: 15px;
}

.pad-r-15 {
  padding-right: 15px;
}

.pad-t-15 {
  padding-top: 15px;
}

.pad-b-15 {
  padding-bottom: 15px;
}

.pad-20 {
  padding: 20px;
}

.pad-l-20 {
  padding-left: 20px;
}

.pad-r-20 {
  padding-right: 20px;
}

.pad-t-20 {
  padding-top: 20px;
}

.pad-b-20 {
  padding-bottom: 20px;
}

.com-pad-tb {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .com-pad-tb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.com-pad-t {
  padding-top: 30px;
}

@media screen and (min-width: 992px) {
  .com-pad-t {
    padding-top: 80px;
  }
}

.com-pad-b {
  padding-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .com-pad-b {
    padding-bottom: 80px;
  }
}

.modal-header {
  padding: 12px 15px;
  background: #f5f5f5;
  position: relative;
  border-bottom: none;
}

.modal-header .modal-title {
  font-size: 20px;
  margin-bottom: 0;
  letter-spacing: 1px;
}

.modal-header .btn-close {
  position: absolute;
  right: 15px;
  top: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modal-body {
  padding: 20px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 35px;
  color: #111111;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 6px;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00adef;
}

.st-dd {
  width: 200px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 11;
}

.st-dd > .st-dd-inner {
  background: #fff;
  border: 1px solid #d2d2d2;
  padding: 12px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.st-dd .st-dd-link {
  display: block;
  padding-right: 18px;
  padding-left: 18px;
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #111111;
}

.st-dd .st-dd-link:hover, .st-dd .st-dd-link.active {
  background-color: rgba(17, 17, 17, 0.05);
}

.st-dd .st-dd-link.disabled {
  pointer-events: none;
  opacity: 0.8;
}

.quantity-selector:not(.qs-type-2) input {
  width: 60px;
  padding: 10px;
  text-align: center;
  border-radius: 0;
  border: 1px solid #b8b8b8;
  background-color: #fff;
}

.quantity-selector:not(.qs-type-2) input::-webkit-outer-spin-button,
.quantity-selector:not(.qs-type-2) input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity-selector:not(.qs-type-2) input[type="number"] {
  -moz-appearance: textfield;
}

.quantity-selector:not(.qs-type-2) .btns {
  width: 29px;
  padding: 0 0 0 5px;
  font-size: 13px;
}

.quantity-selector:not(.qs-type-2) .btns > span {
  height: calc(50% - 2px);
  background: #00adef;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.quantity-selector:not(.qs-type-2) .btns > span:hover {
  background: #089cd5;
}

.quantity-selector:not(.qs-type-2) .btns > span.plus {
  margin-bottom: 4px;
}

.quantity-selector:not(.qs-type-2) .btns > span.minus {
  margin-top: 4px;
}

.quantity-selector:not(.qs-type-2) input,
.quantity-selector:not(.qs-type-2) .btns {
  height: 53px;
}

.quantity-selector:not(.qs-type-2).qs-small input,
.quantity-selector:not(.qs-type-2).qs-small .btns {
  height: 40px;
}

.quantity-selector:not(.qs-type-2).qs-small .btns {
  font-size: 10px;
  width: 25px;
}

.quantity-selector.qs-type-2 input {
  width: 60px;
  padding: 10px;
  text-align: center;
  border-radius: 0;
  border: 1px solid #b8b8b8;
  background-color: #fff;
}

.quantity-selector.qs-type-2 input::-webkit-outer-spin-button,
.quantity-selector.qs-type-2 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity-selector.qs-type-2 input[type="number"] {
  -moz-appearance: textfield;
}

.quantity-selector.qs-type-2 .btns {
  font-size: 13px;
}

.quantity-selector.qs-type-2 .btns > span {
  height: 100%;
  background: #00adef;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.quantity-selector.qs-type-2 .btns > span:hover {
  background: #089cd5;
}

.quantity-selector.qs-type-2 input,
.quantity-selector.qs-type-2 .btns {
  height: 45px;
  width: 45px;
}

.quantity-selector.qs-type-2.qs-small input,
.quantity-selector.qs-type-2.qs-small .btns {
  height: 28px;
  width: 28px;
}

.quantity-selector.qs-type-2.qs-small input {
  padding: 5px;
}

.quantity-selector.qs-type-2.qs-small .btns {
  font-size: 10px;
}

.st-modal .modal-close-icon {
  right: 15px;
  top: 15px;
  font-size: 22px;
}

.page-banner {
  background-repeat: none;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .page-banner {
    padding: 30px 0;
  }
}

@media (min-width: 992px) {
  .page-banner {
    padding: 80px 0;
  }
}

.page-banner .inner {
  padding: 35px 0;
}

.page-banner .inner p {
  font-size: 30px;
  text-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
  color: #fff;
}

@media (min-width: 768px) {
  .page-banner .inner p {
    font-size: 60px;
  }
}

.page-details {
  padding: 40px 0;
}

.page-details .other-det .item {
  width: 100%;
}

@media (min-width: 768px) {
  .page-details .other-det .item {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .page-details .other-det .item:first-child {
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .page-details .other-det .item:last-child {
    padding-left: 15px;
  }
}

.page-details .rt-sec {
  background: #f1f1f1;
  padding: 36px 30px;
  border-radius: 10px;
}

/* fonts */
body {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  color: #111111;
}

#header-info-stripe {
  background-color: #00adef;
}

.header-info-stripe {
  padding: 5px 0 5px;
}

.header-info-stripe .help-center {
  position: relative;
}

.header-info-stripe .help-center .help-center-content ul, .header-info-stripe .help-center .user-account ul {
  list-style: none;
}

.header-info-stripe .help-center .help-center-content ul li.dropdown, .header-info-stripe .help-center .user-account ul li.dropdown {
  cursor: pointer;
}

.header-info-stripe .help-center .help-center-content ul li, .header-info-stripe .help-center .user-account ul li {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  text-transform: capitalize;
  padding-right: 1rem;
}

.header-info-stripe .help-center .help-center-content ul li:last-child, .header-info-stripe .help-center .user-account ul li:last-child {
  padding-right: 0px;
}

.header-info-stripe .help-center .help-center-content ul li a, .header-info-stripe .help-center .help-center-content ul li a.dropdown-item, .header-info-stripe .help-center .help-center-content ul li span, .header-info-stripe .help-center .user-account ul li a, .header-info-stripe .help-center .user-account ul li a.dropdown-item, .header-info-stripe .help-center .user-account ul li span {
  color: #fff;
  text-transform: capitalize;
}

.header-info-stripe .help-center .help-center-content ul li ul, .header-info-stripe .help-center .user-account ul li ul {
  background-color: #46bae7;
}

.header-info-stripe .help-center .help-center-content ul li ul li, .header-info-stripe .help-center .user-account ul li ul li {
  padding-right: 0;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header-info-stripe .help-center .help-center-content ul li ul li a, .header-info-stripe .help-center .user-account ul li ul li a {
  color: #000;
}

.header-info-stripe .help-center .help-center-content ul li ul li .dropdown-item:focus, .header-info-stripe .help-center .help-center-content ul li ul li .dropdown-item:hover, .header-info-stripe .help-center .user-account ul li ul li .dropdown-item:focus, .header-info-stripe .help-center .user-account ul li ul li .dropdown-item:hover {
  background-color: #0d6efd;
}

.info-strip-right {
  text-align: left;
}

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

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

header {
  background: #f7f7f7;
  border-bottom: 1px solid #efefef;
  position: relative;
  z-index: 9;
}

header .header .mobile-icon {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

header .header-logo-right .st-top-heading {
  font-size: 1.5rem;
  text-align: center;
}

@media screen and (min-width: 992px) {
  header .logo,
  header .right-sec {
    /* width: 200px;*/
  }
}

header .logo img {
  /* width: 85px;*/
}

@media screen and (max-width: 991px) {
  header .menu,
  header .right-sec {
    /* width: 110px;*/
  }
}

header .right-sec .item:not(:last-child) {
  /*margin-right: 10px;*/
  padding-right: 1rem;
}

header .right-sec .item.pincode .dropdown-content {
  right: 0;
  top: calc(100% + 10px);
  min-width: 320px;
}

header .right-sec .item.pincode .dropdown-content > .inner {
  padding: 25px 20px;
  border-radius: 5px;
  border: 1px solid #d2d2d2;
}

header .right-sec .item.pincode .dropdown-content > .inner::after {
  content: "";
  position: absolute;
  top: -5px;
  right: 25px;
  border: solid #d2d2d2;
  border-width: 1px 0 0 1px;
  display: inline-block;
  padding: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
}

header .right-sec .item-outer .st-dd {
  opacity: 0;
  visibility: hidden;
  top: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 145px;
}

@media screen and (min-width: 768px) {
  header .right-sec .item-outer .st-dd {
    /* right: initial;
                    left: -23px;*/
  }
}

header .right-sec .item-outer:hover .st-dd {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

@media screen and (max-width: 991px) {
  header {
    padding-left: 0;
    padding-right: 0;
  }
  header .logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    padding: 0 5px;
  }
  header .menu {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
  header .right-sec {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.primaryMenu-bg {
  background-color: #ffffff;
}

.header-menu-section {
  padding: 0.5rem 0;
}

.header-menu-section .menu-container .menu-item {
  /*position: relative;*/
}

.header-menu-section .menu-container .menu-link {
  color: #111111;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header-menu-section .menu-container .menu-link:hover {
  color: #000000;
}

.header-menu-section .menu-container .menu-item:hover > .menu-link {
  color: #000000;
}

.header-menu-section .menu-container .sub-menu {
  background: #fff;
  border: 1px solid #d2d2d2;
  padding: 12px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .header-menu-section .menu-container .sub-menu {
    width: 200px;
    position: absolute;
    left: calc(100% - 0px);
    width: 100%;
  }
}

.header-menu-section .menu-container .sub-menu .menu-link {
  padding-right: 8px;
  padding-left: 18px;
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-menu-section .menu-container .sub-menu .menu-link:hover {
  background-color: rgba(17, 17, 17, 0.05);
}

.header-menu-section .menu-container .sub-menu .menu-item:hover > .menu-link {
  background-color: rgba(17, 17, 17, 0.05);
}

.header-menu-section .menu-container .menu-item.active > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.header-menu-section .menu-container > .menu-item .menu-item:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 992px) {
  .header-menu-section .menu-container > .menu-item:not(:last-child) {
    margin-right: 25px;
  }
}

.header-menu-section .menu-container > .menu-item > .menu-link {
  letter-spacing: 1px;
  font-size: 16px;
}

.header-menu-section .menu-container > .menu-item > .sub-menu {
  left: 0;
}

.header-menu-section .menu-container > .menu-item:hover > .sub-menu {
  /* top: calc(100% + -15px);*/
}

.header-menu-section .divide {
  position: absolute;
  right: 0;
  background: #efefef;
  padding: 1px;
  height: 100%;
  top: 0;
}

.header-menu-section #menu-heading {
  width: 100%;
}

.header-menu-section #menu-heading .main-head {
  width: 100%;
  text-align: left;
}

.header-menu-section #menu-heading .main-head:after {
  display: none;
}

.header-menu-section #menu-heading .main-head a {
  position: relative;
}

.header-menu-section .menu-item-listing {
  margin-top: 1rem;
  padding: 0.5rem 1rem;
}

.header-menu-section .menu-item-listing .st-heading {
  margin: 0.5rem 0;
}

.header-menu-section .menu-item-listing .st-heading .main-head {
  font-size: 0.95rem;
  line-height: inherit;
}

.header-menu-section .menu-item-listing .st-heading .main-head a {
  font-size: 10px;
  text-decoration: none;
  /* position: absolute;
                    left:190px;
                    width:100%;
                    top:0;*/
}

.header-menu-section .menu-item-listing .st-heading .main-head::after {
  /* margin: 0 auto;*/
}

.header-menu-section .menu-item-listing ul {
  list-style: none;
  margin-bottom: 2rem;
}

.header-menu-section .menu-item-listing ul li {
  padding: 0.5rem 0.3rem;
  font-size: 14px;
}

.header-menu-section .menu-item-listing ul li a {
  text-decoration: none;
  color: #000000;
}

@media screen and (max-width: 991px) {
  .header-menu-section .menu-inner {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%;
    width: 300px;
    background: #fff;
    z-index: 99;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding: 20px 15px;
  }
  .header-menu-section .menu-inner.mobile-menu-active {
    left: 0;
  }
}

.header-right-section .search-item > .si-inner {
  border-bottom: 1px solid #efefef;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-right-section .search-item > .si-inner:hover {
  color: #00adef;
}

.search-modal-section .modal-header {
  padding: 12px 15px;
  background: #f5f5f5;
  position: relative;
  border-bottom: none;
}

@media screen and (max-width: 991px) {
  header .header-menu-section,
  header .header-right-section {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  header .header-menu-section {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  header .logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  header .header-right-section {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  header .menu-container > .menu-item {
    width: 100%;
    margin-bottom: 15px;
  }
  .menu-container .menu-item > a > i {
    display: none;
  }
  .menu-container .sub-menu {
    display: none;
    opacity: 1;
    visibility: visible;
  }
}

#footer-top-sec {
  background-color: #00adef;
}

#footerLi .head {
  margin: 0 auto 0 0;
  font-size: 20px;
}

.footer-top-sec {
  padding: 20px 0;
}

@media screen and (min-width: 992px) {
  .footer-top-sec .item {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.footer-top-sec .item .icon {
  /* width: 45px; */
}

.footer-top-sec .item .text {
  padding-left: 15px;
}

.footer-top-sec .item .text p {
  top: 1px;
}

@media screen and (max-width: 575px) {
  .footer-top-sec .item .icon,
  .footer-top-sec .item .text {
    text-align: center;
    padding: 0;
  }
  .footer-top-sec .item .icon {
    margin: 0 auto;
  }
  .footer-top-sec .item .text {
    width: 100%;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    margin-top: 5px;
  }
}

footer #footer-top,
footer #footer-bottom {
  padding: 20px 0 18px;
}

footer #footer-top {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  footer #footer-top {
    padding: 60px 0 18px;
  }
}

footer #footer-top .head i {
  display: none;
}

footer #footer-top .footer-links-container .link-footer:not(:last-child) {
  margin-bottom: 10px;
}

footer #footer-top .footer-links-container .link-footer a {
  color: #111111;
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

footer #footer-top .footer-links-container .link-footer a:hover {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  footer #footer-top .item {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  footer #footer-top .item {
    margin-bottom: 15px;
  }
}

footer #footer-top .item .frac:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  footer #footer-top .item .frac:not(:last-child) {
    margin-bottom: 50px;
  }
}

footer #footer-top .item .frac .desc {
  opacity: 0.8;
  line-height: 30px;
}

footer #footer-top .item .frac .desc:not(:last-child) {
  margin-bottom: 15px;
}

footer #footer-top .social-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer #footer-top .social-container li:not(:last-child) {
  margin-right: 8px;
}

footer #footer-top .social-container li a {
  height: 36px;
  width: 36px;
  font-size: 16px;
  opacity: 0.9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #00adef;
  color: #fff;
}

footer #footer-top .social-container li a:hover {
  opacity: 1;
}

footer #footer-bottom {
  background-color: #007eae;
}

@media screen and (max-width: 575px) {
  #footer-top .item .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #00adef;
    color: #fff;
    padding: 12px 10px 10px;
    line-height: normal;
    margin-bottom: 0 !important;
  }
  #footer-top .item .head i {
    display: block;
  }
  #footer-top .item .head + .footer-links-container,
  #footer-top .item .head + .frac,
  #footer-top .item .head + .social-container-outer {
    display: none;
    padding: 10px 10px;
    background: #efefef;
  }
  #footer-top .item.sec-one {
    margin-bottom: 5px !important;
  }
  #footer-top .item.sec-one .footer-links-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer-top .item.sec-one .footer-links-container > li {
    padding-right: 15px;
  }
  #footer-top .item.sec-four {
    margin-bottom: 0px !important;
  }
}

.dropdown-toggle::after {
  display: none;
}

.homepage-sec-one-section {
  background: transparent url("../images/home-sec-one/bg.png") no-repeat 0 0/100%;
  /*margin-top: -15px;*/
  z-index: 1;
  position: relative;
}

@media screen and (min-width: 768px) {
  .homepage-sec-one-section {
    /*  margin-top: -45px;*/
  }
}

.homepage-sec-one-section .sec-content {
  margin-top: 55px;
}

@media screen and (min-width: 768px) {
  .homepage-sec-one-section .sec-content {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .homepage-sec-one-section .sec-content .item:not(:last-child) {
    margin-bottom: 55px;
  }
}

@media screen and (min-width: 992px) {
  .homepage-sec-one-section .sec-content .item:not(:last-child) {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.homepage-sec-one-section .sec-content .item > .inner {
  padding: 0 15px 20px;
  border-radius: 8px;
  /* border: 1px solid $borderColor2;
                box-shadow: 0 0 0.7rem -0.1rem rgba(0, 0, 0, 0.1);
                overflow: visible;*/
}

.homepage-sec-one-section .sec-content .item #inner_block {
  background-color: #00adef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
}

.homepage-sec-one-section .sec-content .item #inner_block .img {
  margin: 0;
}

.homepage-sec-one-section .sec-content .item #inner_block .text {
  color: #ffffff;
  text-align: left;
}

.homepage-sec-one-section .sec-content .item #inner_block .text p.st-text-gray-main {
  color: #ffffff;
}

.homepage-sec-one-section .sec-content .item .img {
  margin-top: -55px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .homepage-sec-one-section .sec-content .item .img {
    margin-top: -35px;
  }
  .homepage-sec-one-section .sec-content .item .img img {
    width: 80px;
  }
}

#homepage-sec-one-section {
  background-color: #f1f1f1;
  background-image: none;
  margin-top: 0;
}

#pools {
  background: transparent url("../images/home-sec-one/kidswimming.png") no-repeat 0 0/100%;
  background-size: cover;
}

#pools .st-heading {
  text-align: left;
}

#pools ul {
  list-style: none;
}

#pools ul > li {
  padding: 0.3rem 0;
  font-size: 1.3rem;
}

#pools ul > li > a {
  text-decoration: none;
  color: #ffffff;
}

#pools ul > li > a > h3 {
  color: #ffffff;
  padding: 0.5rem 0;
}

@media screen and (max-width: 991px) {
  .homepage-sec-two-section .sec-content .item:not(:last-child):not(:nth-last-child(2)) {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 575px) {
  .homepage-sec-two-section .sec-content .item:not(:last-child) {
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 992px) {
  .homepage-sec-two-section .sec-content .item {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.homepage-sec-two-section .sec-content .item .img {
  border-radius: 8px;
}

.homepage-sec-two-section .sec-content .item .text .head {
  font-size: 23px;
  letter-spacing: 1px;
  position: relative;
}

.homepage-sec-two-section .sec-content .item .text .head:after {
  content: "";
  width: 36px;
  height: 4px;
  background: #00adef;
  position: absolute;
  left: 50%;
  margin-left: -18px;
  bottom: -9px;
}

@media screen and (min-width: 768px) {
  .homepage-sec-three-section .slide-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 992px) {
  .homepage-sec-three-section .slide-inner {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.homepage-sec-three-section .slide-inner .lt-sec,
.homepage-sec-three-section .slide-inner .rt-sec {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .homepage-sec-three-section .slide-inner .lt-sec {
    width: 300px;
  }
  .homepage-sec-three-section .slide-inner .lt-sec .desc {
    line-height: 30px;
  }
}

.homepage-sec-three-section .swiper-button-prev,
.homepage-sec-three-section .swiper-button-next {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  background: #00adef;
  color: #fff;
}

.homepage-sec-three-section .swiper-button-prev::after,
.homepage-sec-three-section .swiper-button-next::after {
  font-size: 19px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .homepage-sec-three-section .swiper-button-prev,
  .homepage-sec-three-section .swiper-button-next {
    display: none !important;
  }
}

.homepage-slider-section .swiper-button-prev::after,
.homepage-slider-section .swiper-button-next::after {
  color: #fff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 768px) {
  .homepage-slider-section .swiper-pagination {
    left: initial;
    top: initial;
    right: 30px;
    bottom: 30px;
    width: auto;
  }
}

#newletterBg {
  background-color: #f1f1f1;
}

.newsletter-section .newsletter-main {
  /*background-color: $colorPrimaryLight;*/
  padding: 20px 15px;
}

@media screen and (min-width: 992px) {
  .newsletter-section .newsletter-main {
    padding: 48px 24px;
  }
}

@media screen and (min-width: 992px) {
  .newsletter-section .form-container {
    width: 700px;
  }
}

@media screen and (min-width: 992px) {
  .newsletter-section .form-container .btn {
    width: 240px;
  }
}

.brands-slider-section .swiper-wrapper {
  padding-bottom: 30px;
}

.brands-slider-section .swiper-pagination {
  bottom: 0;
}

.brands-slider-section img {
  height: auto;
  width: auto;
}

@media screen and (min-width: 768px) {
  .brands-slider-section img {
    height: 120px;
    width: 120px;
  }
}

@media screen and (max-width: 767px) {
  .brands-slider-section .swiper-button-prev,
  .brands-slider-section .swiper-button-next {
    display: none !important;
  }
}

.testimonial-slider-section .swiper-wrapper {
  padding-top: 15px;
  padding-bottom: 40px;
}

.testimonial-slider-section .swiper-pagination {
  bottom: 0;
}

.testimonial-slider-section .img-sec img {
  height: 85px;
  width: 85px;
}

@media screen and (min-width: 992px) {
  .testimonial-slider-section .text-sec {
    max-width: 680px;
  }
}

.testimonial-slider-section .text-sec .testi {
  font-size: 18px;
  line-height: 28px;
  color: #535353;
}

@media screen and (min-width: 768px) {
  .testimonial-slider-section .text-sec .testi {
    font-size: 24px;
    line-height: 42px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-slider-section .swiper-button-prev,
  .testimonial-slider-section .swiper-button-next {
    display: none !important;
  }
}

.st-product-single-item {
  color: #111111;
  -webkit-transition: .3s;
  transition: .3s;
}

.st-product-single-item:hover {
  color: #111111;
}

.st-product-single-item .img-sec {
  background-color: #f5f5f5;
  padding-bottom: 100%;
}

.st-product-single-item .img-sec > .inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
}

.st-product-single-item .percentage {
  position: absolute;
  top: 12px;
  right: -6px;
  padding: 9px 20px 8px;
  background: #00adef;
  font-size: 13px;
}

.st-product-single-item .text-sec .name {
  font-size: 19px;
  letter-spacing: 1px;
}

.st-product-single-item .text-sec .price-container .price {
  color: #c00000;
  font-size: 18px;
}

.st-product-single-item .text-sec .price-container .actual-price {
  text-decoration: line-through;
  color: #888888;
}

.st-product-single-item:hover .text-sec .name {
  color: #888888;
}

.item:hover #items > #img-section > #item-text {
  left: 0;
}

#items {
  position: relative;
  -webkit-box-shadow: 1px 1px 5px #c1c1c1;
          box-shadow: 1px 1px 5px #c1c1c1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  overflow: hidden;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#items:hover, #items:focus, #items:active {
  -webkit-box-shadow: 1px 1px 10px #c1c1c1;
          box-shadow: 1px 1px 10px #c1c1c1;
}

#items > #img-section {
  position: relative;
  z-index: 99;
}

#items > #img-section > #item-text {
  position: absolute;
  top: 50%;
  left: -100%;
  height: 100%;
  width: 100%;
  z-index: 999;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#items > #img-section > #item-text:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #271d1d;
  opacity: 0.5;
  z-index: -999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#items > #img-section > #item-text p, #items > #img-section > #item-text p.price {
  color: #fff;
}

.ribbon-img {
  position: relative;
}

.ribbon-img .ribbon-title {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  border-width: 0 130px 130px 0;
  border-color: transparent #ef0014 transparent transparent;
  border-style: solid;
}

.ribbon-img .ribbon-title span {
  color: #ffffff;
  position: absolute;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  left: -10px;
  width: 100px;
  height: 100%;
  font-size: 2rem;
  text-align: center;
  display: block;
  line-height: 2rem;
}

.ribbon-img .ribbon-title:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #2f3030;
  position: absolute;
  top: 126px;
  left: 126px;
}

.ribbon-img .ribbon-title:before {
  content: '';
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #2f3030;
  top: 0;
  left: -4px;
}

#img-width img {
  width: 100%;
  height: 100%;
}

.productList-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 2rem;
}

.productList-items li {
  padding: 0.5rem;
  background-color: #00adef;
  margin: 0.3rem;
}

.productList-items li a {
  text-decoration: none;
  color: #fffae2;
  display: block;
}

.productitem-head {
  width: 100%;
}

.productitem-head li {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
}

.productsingle-img {
  position: relative;
}

.svgHead svg {
  position: absolute;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
}

.svg-color path {
  fill: #00adef;
}

.productBlock-content {
  position: relative;
  width: 100%;
}

.productBlock-content .product-bg {
  /*background-color: $colorPrimary;*/
  width: 100%;
}

.productBlock-content .product_priceFont {
  width: 100%;
}

.productBlock-content svg {
  -webkit-transform: rotateX();
          transform: rotateX();
}

.productBlock-content .productShop {
  width: 100%;
}

.productBlock-content .productShop li {
  list-style: none;
}

.productBlock-content .productShop li a {
  text-decoration: none;
  color: #111111;
}

.productBlock-content .productShop li a:hover {
  color: #00adef;
}

.proPriceColor {
  color: #ed1c24;
}

button.addcart_btn_color {
  background-color: #00adef;
  color: #ffffff;
}

button:hover.addcart_btn_color {
  outline: 1px solid #089cd5;
  background-color: transparent;
}

#product-border-color {
  position: relative;
  border: 1px solid #00adef;
  /* &:after
    {
        content:'';
        position:absolute;
        border-top: 3px solid $colorPrimary; 
        border-left: 3px solid $colorPrimary; 
        border-bottom: 3px solid red; 
        border-right: 3px solid red; 
        left:0;
        top:0;
        height:100%;
        width:100%;
        transition:0.5s;
    }
     
    &:hover::after
    {
        
        border-bottom: 3px solid $colorPrimary; 
        border-right: 3px solid $colorPrimary; 
        border-top: 3px solid red; 
        border-left: 3px solid red; 

    }
    
    &::before
    {
        content:'';
        position:absolute;
        border-bottom: 3px solid red; 
        border-right: 3px solid red; 
        right:0;
        bottom:0;
        height:100%;
        width:100%;
    }*/
}

.primaryColor {
  color: #00adef;
}

.redPromo {
  background-color: #ed1c24;
}

.productBtn_common, button.addcart_btn_color, .pool-cleaner .productBanner .bannerTextWrap .brandPrice .bannerBtn_wrap #btnBanner {
  padding: 1rem 2.5rem;
  border: 2px solid #fff;
  border-radius: 5px;
}

.hot_deal_wrap {
  width: 100%;
  display: block;
  font-family: sans-serif;
}

.hot_deal_wrap .hot_deal_block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hot_deal_wrap .hot_deal_block p {
  font-weight: 300;
}

.hot_deal_wrap .hot_deal_block .time-clock-wrap {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hot_deal_wrap .hot_deal_block .time-clock-wrap .sectin-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hot_deal_wrap .hot_deal_block .time-clock-wrap .sectin-wrap div {
  font-size: 1rem;
  color: #e30000;
}

.hot_deal_wrap .hot_deal_block .time-clock-wrap .sectin-wrap div:last-child {
  font-size: 0.6rem;
  text-transform: uppercase;
  color: #000000;
}

.pool-cleaner {
  font-family: sans-serif;
}

.pool-cleaner .productBanner {
  position: relative;
}

.pool-cleaner .productBanner .proBannerBg {
  background: url("../images/products/blue-water-bg.jpg");
  width: 100%;
}

.pool-cleaner .productBanner .bannerTextWrap {
  position: relative;
  width: 100%;
}

.pool-cleaner .productBanner .bannerTextWrap .brandPrice {
  width: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  color: #ffffff;
}

.pool-cleaner .productBanner .bannerTextWrap .brandPrice p.p-rotate {
  text-transform: uppercase;
  -webkit-transform: rotate3d(13, 1, -2, 45deg);
          transform: rotate3d(13, 1, -2, 45deg);
  font-style: italic;
  font-size: 3rem;
  text-align: center;
}

.pool-cleaner .productBanner .bannerTextWrap .brandPrice p.upto_off {
  font-size: 4rem;
  color: #feff00;
}

.pool-cleaner .productBanner .bannerTextWrap .brandPrice p.upto_off span {
  -webkit-transform: scaleY(1.5);
          transform: scaleY(1.5);
}

.pool-cleaner .productBanner .bannerTextWrap .brandPrice p.upto_off .sup {
  font-size: 1.5rem;
}

.pool-cleaner .productBanner .bannerTextWrap .brandPrice p.upto_off .sub {
  font-size: 1.5rem;
}

.pool-cleaner .productBanner .bannerTextWrap .brandPrice .robotic-cleaners p {
  font-size: 3rem;
}

.pool-cleaner .productBanner .bannerTextWrap .brandPrice .bannerBtn_wrap {
  width: 100%;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.pool-cleaner .productBanner .bannerTextWrap .brandPrice .bannerBtn_wrap #btnBanner {
  font-size: 1.2rem;
}

.pool-cleaner .productBanner .bannerTextWrap .brandPrice .bannerBtn_wrap #btnBanner:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.categories-section .item-inner {
  color: #111111;
  -webkit-transition: .3s;
  transition: .3s;
  margin-bottom: 20px;
}

.categories-section .item-inner:hover {
  color: #111111;
}

.categories-section .img-sec {
  background-color: #f5f5f5;
  padding-bottom: 100%;
}

.categories-section .img-sec > .inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
}

.categories-section .text-sec .name {
  font-size: 18px;
  -webkit-transition: .3s;
  transition: .3s;
}

.categories-section .item-inner:hover .text-sec .name {
  color: #888888;
}

.st-pagination-section .pagination-link {
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 13px;
  border: 1px solid #d2d2d2;
  margin-left: -1px;
  padding: 2px;
  color: #111111;
}

.st-pagination-section .pagination-link.active, .st-pagination-section .pagination-link:hover {
  color: #535353;
  background: #f5f5f5;
}

.st-pagination-section .pagination-link.disabled {
  pointer-events: none;
  opacity: 0.8;
}

.st-faq-section .faq-item > .inner {
  border-bottom: 1px solid #fad018;
}

.st-faq-section .faq-item .head {
  font-size: 19px;
  padding: 18px 15px;
}

.st-faq-section .faq-item .content {
  padding: 0 15px 15px;
}

.st-faq-section .faq-item .content p {
  line-height: 25px;
  color: #535353;
}

.breadcrumb-section > .name {
  font-size: 25px;
}

@media screen and (min-width: 992px) {
  .breadcrumb-section > .name {
    font-size: 28px;
  }
}

.breadcrumb-section .breadcrumbs-links-container > a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.breadcrumb-section .breadcrumbs-links-container > a:hover {
  color: #089cd5 !important;
}

.productSliderWrap {
  position: relative;
}

.productSliderWrap .slider-inner {
  margin: 0;
}

.productSliderWrap #thumbIncdicator {
  position: relative;
  margin: 0;
}

.productSliderWrap #thumbIncdicator img {
  padding: 0.5rem;
  height: 80px;
  width: 80px;
}

.productSliderWrap #thumbIncdicator [data-bs-target] {
  height: 80px;
  width: 80px;
}

.des-listing {
  margin-left: 1rem;
}

.des-listing li {
  padding-bottom: 1rem;
}

.productDescription {
  position: relative;
}

.productDescription .productHeading {
  margin-bottom: 1rem;
  width: 100%;
}

.productDescription .productHeading p {
  margin-top: 1rem;
}

.productDescription .productHeading p a {
  text-decoration: none;
  color: #00adef;
}

.productDescription .productHeading .st-heading {
  text-align: left;
}

.productDescription .productHeading .st-heading .main-head {
  margin: auto 0 0 0;
}

.productDescription .productHeading ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  list-style: none;
  margin-top: 1rem;
  position: relative;
}

.productDescription .productHeading ul li {
  position: relative;
  text-align: center;
  padding: 0.2rem 1rem;
}

.productDescription .productHeading ul li:first-child {
  padding-left: 0;
}

.productDescription .productHeading ul li::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background: #00adef;
  right: 0;
  top: 0;
}

.productDescription .productHeading ul li:last-child:after {
  width: 0;
}

.productDescription .product-block-second {
  width: 100%;
}

.productDescription .product-block-third {
  padding: 1rem 0;
  background-color: #f1f1f1;
  border-radius: 5px;
}

.productDescription .product-block-third .st-heading h2 {
  color: #ee0c0c;
}

.productDescription .product-block-third .backOrder {
  background-color: #ffe8e8;
  padding: 0.5rem;
  text-align: center;
  color: #ee0c0c;
}

.productDescription .product-block-third .productQuantity form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 20px;
  margin-top: 1rem;
}

.productDescription .product-block-third .productQuantity form label {
  text-transform: uppercase;
  padding: 0 0.8rem;
  font-weight: 600;
  height: 40px;
  line-height: 45px;
}

.productDescription .product-block-third .productQuantity form select {
  font-family: monospace;
  width: auto;
  /*  padding:0.5rem;
                   border-radius: 5px;  
                  
                background-color: white;
                border: thin solid blue;
                border-radius: 4px;
                display: inline-block;
                font: inherit;
                line-height: 1.5em;
                padding: 0.5em 3.5em 0.5em 1em;

                

                    margin: 0;      
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    -webkit-appearance: none;
                    -moz-appearance: none;  
                    option
                    {
                        position:relative;
                    }   */
}

.productDescription .product-block-third .productQuantity form select.minimal {
  /*
                    background-image:
                      linear-gradient(45deg, transparent 50%, gray 50%),
                      linear-gradient(135deg, gray 50%, transparent 50%),
                      linear-gradient(to right, #ccc, #ccc);
                    background-position:
                      calc(100% - 20px) calc(1em + 2px),
                      calc(100% - 15px) calc(1em + 2px),
                      calc(100% - 2.5em) 0.5em;
                    background-size:
                      5px 5px,
                      5px 5px,
                      1px 1.5em;
                    background-repeat: no-repeat;*/
}

.productDescription .product-block-third .productAddCart {
  position: relative;
  margin-top: 1rem;
  padding: 0.5rem 2rem;
}

.productDescription .product-block-third .productAddCart button {
  margin: 0 auto;
  width: 100%;
}

#product_full_desc .proTypoGraphy details summary::-webkit-details-marker, #product_full_desc .proTypoGraphy details summary::marker {
  display: none;
  content: "";
}

#product_full_desc .proTypoGraphy details {
  margin-bottom: 1rem;
}

#product_full_desc .proTypoGraphy summary {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #00adef;
  border-bottom: 1px solid #00adef;
  padding: 0.5rem;
}

#product_full_desc .proTypoGraphy summary:after {
  border-radius: 5px;
  content: "+";
  color: #00adef;
  float: left;
  font-weight: 400;
  width: 20px;
  height: 20px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: center;
  border: 1px solid #00adef;
  line-height: calc(100% + -1px);
}

#product_full_desc .proTypoGraphy summary p {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 1rem;
  color: #00adef;
  text-transform: uppercase;
  height: 20px;
  line-height: 25px;
}

#product_full_desc .proTypoGraphy details[open] summary:after {
  content: "-";
}

.product-details-section .product-details__slider,
.product-details-section .product-details__details {
  /* width: 100%;*/
}

.product-details-section .product-details__details {
  margin-top: 15px;
}

@media screen and (min-width: 850px) {
  .product-details-section .product-details__slider {
    /* padding-right: 50px;
            width: calc(100% - 350px);*/
  }
  .product-details-section .product-details__details {
    /* width: 350px;
            margin-bottom: 0; */
  }
}

@media screen and (min-width: 1200px) {
  .product-details-section .product-details__slider {
    /* padding-right: 50px;
            width: calc(100% - 550px);*/
  }
  .product-details-section .product-details__details {
    /* width: 550px;*/
  }
}

.product-details-section .slider-inner {
  margin: 30px 0;
}

.product-details-section .slider-inner .swiper-button-prev,
.product-details-section .slider-inner .swiper-button-next {
  color: #333;
}

@media (max-width: 600px) {
  .product-details-section .slider-inner {
    margin: 0px 0 0px;
  }
}

.product-details-section .slider-inner .thumb-slider,
.product-details-section .slider-inner .main-slider {
  display: inline-block;
  vertical-align: top;
  margin-right: -3px;
}

.product-details-section .slider-inner .thumb-slider {
  width: 100px;
}

@media (max-width: 600px) {
  .product-details-section .slider-inner .thumb-slider {
    width: 55px;
    height: 55px;
  }
}

.product-details-section .slider-inner .thumb-slider .thumb-item {
  height: 100px;
  width: 100px;
  cursor: pointer;
  border: 2px solid #ececec;
  padding: 2px;
  float: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.product-details-section .slider-inner .thumb-slider .thumb-item:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  .product-details-section .slider-inner .thumb-slider .thumb-item {
    height: 55px;
  }
}

.product-details-section .slider-inner .thumb-slider .thumb-item img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}

.product-details-section .slider-inner .thumb-slider .thumb-item:hover, .product-details-section .slider-inner .thumb-slider .thumb-item.slick-current {
  border-color: #333;
}

.product-details-section .slider-inner .thumb-slider .slick-current .thumb-item {
  border-color: #333;
}

.product-details-section .slider-inner .main-slider {
  /* width: calc(100% - 100px);
            padding-left: 15px;*/
}

@media (max-width: 600px) {
  .product-details-section .slider-inner .main-slider {
    /*  width: calc(100% - 55px);
                padding-left: 10px;*/
  }
}

.product-details-section .slider-inner .main-slider .img-view {
  min-height: 300px;
}

.product-details-section .prod-name {
  font-size: 20px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .product-details-section .prod-name {
    font-size: 25px;
  }
}

@media screen and (min-width: 992px) {
  .product-details-section .prod-name {
    font-size: 30px;
  }
}

.product-details-section .prod-price {
  font-size: 18px;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .product-details-section .prod-price {
    font-size: 23px;
  }
}

.product-details-section .product-page-variation-viewer .item > .rectangles-list > label {
  margin-bottom: 15px;
}

.product-details-section .product-page-variation-viewer .item > .rectangles-list > label:not(:last-child) {
  margin-right: 15px;
}

.product-details-section .product-page-variation-viewer .item > .rectangles-list > label {
  margin-bottom: 15px;
}

.product-details-section .product-page-variation-viewer .item > .rectangles-list > label:not(:last-child) {
  margin-right: 15px;
}

.product-details-section .st-form-rectangle {
  cursor: pointer;
}

.product-details-section .st-form-rectangle .rect {
  display: block;
  padding: 7px 15px;
  border: 2px solid #efefef;
}

.product-details-section .st-form-rectangle > input:checked + .rect {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.product-details-section .st-form-rectangle.matched .rect {
  border-color: #aaaaaa;
}

.product-details-section .st-form-rectangle.unmatched .rect {
  border-color: #efefef;
  color: #bcbcbc;
}

.product-details-section .st-form-rectangle.combi-checked {
  pointer-events: none !important;
}

.product-details-section .st-form-rectangle.combi-checked .rect {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.product-details-section .st-form-rectangle .icon {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 22px;
  color: #717171;
}

.product-details-section .add-to-bag-btn {
  margin-bottom: 20px;
}

.product-details-section .add-to-bag-btn .btn {
  height: 53px !important;
}

.product-details-section .img-view:not(.loaded) {
  background: #efefef;
}

.product-details-section .slick-track {
  height: auto !important;
}

.product-details-section .slick-prev,
.product-details-section .slick-next {
  z-index: 1;
}

.product-details-section .slick-prev:before,
.product-details-section .slick-next:before {
  color: #333;
  font-size: 25px;
}

.product-details-section .slick-prev {
  left: 10px;
}

.product-details-section .slick-next {
  right: 10px;
}

.product-details-section .call-for-price-message > p {
  background: #efefef;
  border-left: 2px solid #333;
  padding: 6px 10px 5px;
}

@media screen and (min-width: 992px) {
  .cart-section .cart-container-main > .lt-sec-main {
    padding-right: 25px;
  }
}

@media screen and (min-width: 992px) {
  .cart-section .cart-container-main > .rt-sec-main {
    padding-left: 25px;
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
  }
}

.cart-section .cart-container-main .img-sec {
  width: 60px;
}

@media screen and (min-width: 992px) {
  .cart-section .cart-container-main .img-sec {
    width: 100px;
  }
}

@media screen and (max-width: 600px) {
  .cart-section .cart-container-main .list-main-inner table {
    width: 650px;
  }
}

@media screen and (max-width: 400px) {
  .cart-section .cart-container-main .list-main-inner table {
    width: 550px;
  }
}

@media screen and (max-width: 767px) {
  .cart-section .cart-container-main table td .name {
    font-size: 15px !important;
  }
}

.cart-section .list-main .list-main-inner {
  overflow: auto;
  padding-right: 5px;
}

.cart-section .rt-sec-main {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .cart-section .rt-sec-main {
    margin-top: 15px;
  }
}

@media screen and (min-width: 992px) {
  .cart-section .rt-sec-main {
    width: 350px;
  }
}

.cart-section .rt-sec-main > .inner {
  padding: 25px;
  border: 2px solid #333;
  position: relative;
}

.cart-section .rt-sec-main .promo-code input,
.cart-section .rt-sec-main .promo-code .btn {
  height: 36px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.cart-section .rt-sec-main .promo-code input:focus {
  border-color: #333;
}

.cart-section .rt-sec-main .promo-code .btn {
  border: 2px solid #333;
  font-size: 13px;
  padding: 7px 12px;
}

.cart-section .rt-sec-main .promo-code .btn:hover {
  background-color: #333;
  color: #fff;
}

.cart-section .rt-sec-main .btns {
  margin-top: 30px;
}

.cart-section .right-checkbout-bar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.cart-section .right-checkbout-bar-overlay.active {
  z-index: 99;
  opacity: 1;
  visibility: visible;
}

.cart-section .right-checkbout-bar {
  position: fixed;
  right: -100%;
  width: 100%;
  height: 100%;
  z-index: 99;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

@media (min-width: 500px) {
  .cart-section .right-checkbout-bar {
    width: 400px;
  }
}

.cart-section .right-checkbout-bar > .inner {
  padding: 5px 30px 30px;
  overflow: auto;
  height: 100%;
  background: #fff;
}

.cart-section .right-checkbout-bar .close-icon {
  font-size: 25px;
  margin-bottom: 5px;
  text-align: right;
}

.cart-section .right-checkbout-bar .close-icon a {
  color: #333;
}

.cart-section .right-checkbout-bar .frac:not(:last-child) {
  margin-bottom: 40px;
}

.cart-section .right-checkbout-bar input {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: #333;
}

.cart-section .right-checkbout-bar input:focus {
  border-color: #000;
}

.cart-section .right-checkbout-bar .form-item.has-error > input {
  border-color: #dc3545;
}

.cart-section .right-checkbout-bar-overlay.active .right-checkbout-bar {
  right: 0;
}

.cart-section .password-field input {
  padding-right: 40px;
}

.cart-section .password-field .icon {
  top: 40px;
  right: 12px;
  font-size: 17px;
}

.cart-section .please-add {
  background: #efefef;
  text-align: center;
  padding: 12px 10px 11px;
  color: #666;
  font-size: 14px;
  border: 1px solid #333;
  margin-top: 15px;
}

.cart-section .cart-loading {
  top: 0;
  left: 0;
  padding-top: 20px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 992px) {
  .reset-password-modal-section .modal-body {
    padding: 35px;
  }
}

.reset-password-modal-section .modal-close-icon {
  right: 15px;
  top: 15px;
  font-size: 22px;
}

.reset-password-modal-section .password-field input {
  padding-right: 40px;
}

@media screen and (min-width: 992px) {
  .st-auth-section .auth-inner {
    width: 800px;
  }
}

.st-reset-password-section .reset-password-inner {
  margin: 0 auto;
  background: #f6f6f6;
  padding: 30px 30px;
}

@media screen and (min-width: 768px) {
  .st-reset-password-section .reset-password-inner {
    max-width: 400px;
  }
}

@media screen and (min-width: 992px) {
  .st-checkout-section .checkout-container-main > .lt-sec-main {
    padding-right: 25px;
  }
}

@media screen and (min-width: 992px) {
  .st-checkout-section .checkout-container-main > .rt-sec-main {
    padding-left: 25px;
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
  }
}

.st-checkout-section .rt-sec-main {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .st-checkout-section .rt-sec-main {
    width: 350px;
  }
}

.st-checkout-section .rt-sec-main > .inner {
  padding: 25px;
  border: 2px solid #333;
}

.st-checkout-section .rt-sec-main .btns {
  margin-top: 30px;
}

.checkout-steps-sections .after-header .check {
  height: 33px;
  width: 33px;
  border: 1px solid #333;
  border-radius: 50%;
  margin-top: 5px;
  font-size: 16px;
}

.checkout-steps-sections .upcoming-steps-view > .head {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.checkout-steps-sections .upcoming-steps-view .frac {
  margin-bottom: 15px;
}

.checkout-steps-sections .upcoming-steps-view .frac .head {
  margin-bottom: 4px;
}

.checkout-steps-sections .upcoming-steps-view .frac .desc {
  color: #555;
}

.checkout-steps-sections .upcoming-steps-view .frac.current, .checkout-steps-sections .upcoming-steps-view .frac.completed {
  display: none;
}

@media screen and (min-width: 992px) {
  .checkout-steps-sections .submit-btn .btn {
    width: 350px;
  }
}

.shipping-method-label {
  margin-bottom: 20px;
}

.shipping-method-label .main {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 2px solid #ccc;
  width: 100%;
  padding: 9px 15px;
  min-height: 65px;
}

.shipping-method-label .main .round {
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: #ccc;
}

.shipping-method-label .main .round::after {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0;
}

.shipping-method-label .main .round .head {
  margin-bottom: 3px;
}

.shipping-method-label > input:checked + .main {
  border-color: #333;
  background-color: #efefef;
}

.shipping-method-label > input:checked + .main .round {
  background: #333;
}

.shipping-method-label > input:checked + .main .round::after {
  opacity: 1;
}

.form-credit-card {
  margin-bottom: 20px;
}

.form-credit-card > .inner {
  background: #efefef;
  padding: 25px;
  border-radius: 30px;
}

@media screen and (min-width: 768px) {
  .form-credit-card > .inner {
    max-width: 80%;
  }
}

.addresses-view .address-item {
  margin: 0 15px 15px 0;
}

@media (max-width: 500px) {
  .addresses-view .address-item {
    width: 100%;
  }
}

.addresses-view .address-item > .inner {
  border: 1px solid #ddd;
  padding: 10px 15px;
  background: #f4f4f4;
  border-radius: 5px;
  width: 200px;
  height: 100%;
}

@media (max-width: 500px) {
  .addresses-view .address-item > .inner {
    width: 100%;
  }
}

.addresses-view .address-item > .inner .is-default {
  background: #ddd;
  padding: 3px 6px 2px;
  border-radius: 5px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-weight: 600;
}

.addresses-view .address-item > .inner .address {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.addresses-view .address-item > .inner:hover {
  background: #f0f0f0;
}

.addresses-view .address-item .btn {
  background: #000;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  width: 100%;
  margin-top: auto;
}

.addresses-view .address-item .btn.selected {
  pointer-events: none !important;
  opacity: .8;
}

.addresses-view .add-new-address > .inner {
  padding: 20px 15px;
}

.right-cart-bar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.right-cart-bar-overlay.active {
  z-index: 99;
  opacity: 1;
  visibility: visible;
}

.right-cart-bar {
  position: fixed;
  right: -100%;
  width: 100%;
  height: 100%;
  z-index: 99;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

@media (min-width: 500px) {
  .right-cart-bar {
    width: 400px;
  }
}

.right-cart-bar > .inner {
  padding: 5px 20px 30px 30px;
  height: 100%;
  background: #fff;
}

.right-cart-bar .close-icon {
  font-size: 25px;
  margin-bottom: 5px;
  text-align: right;
}

.right-cart-bar .close-icon a {
  color: #333;
}

.right-cart-bar .content-sec {
  padding-right: 10px;
}

.right-cart-bar .content-sec > .inner {
  height: 100%;
}

.right-cart-bar .frac:not(:last-child) {
  margin-bottom: 40px;
}

.right-cart-bar .right-cart-bar-loading {
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 1;
}

.right-cart-bar-overlay.active .right-cart-bar {
  right: 0;
}

.cart-items-container .cart-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.cart-items-container .cart-item:last-child {
  border-bottom: none !important;
}

.cart-items-container .cart-item .img {
  width: 55px;
  background-color: #efefef;
}

.my-account-section .left-bar {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .my-account-section .left-bar {
    width: 300px;
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
  }
}

.my-account-section .left-bar .link-container {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: -1px;
}

.my-account-section .left-bar .link-container > a {
  padding: 19px 15px 17px;
  color: #333;
  line-height: normal;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.my-account-section .left-bar .link-container > a:hover, .my-account-section .left-bar .link-container > a.active {
  color: #000;
  background-color: #efefef;
}

.my-account-section .left-bar .link-container .dropdown {
  margin-top: 15px;
  margin-bottom: 12px;
}

.my-account-section .left-bar .link-container .dropdown .link {
  padding-left: 25px;
}

.my-account-section .left-bar .link-container .dropdown .link:not(:last-child) {
  margin-bottom: 15px;
}

.my-account-section .left-bar .link-container .dropdown .link > a {
  color: #333;
}

.my-account-section .left-bar .link-container .dropdown .link > a:hover {
  color: #000;
}

.my-account-section .right-sec {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .my-account-section .right-sec {
    margin-top: 0;
    padding-left: 50px;
  }
}

@media screen and (min-width: 768px) {
  .my-account-section .my-account .form-content > .lt-sec > .inner,
  .my-account-section .my-account .form-content > .rt-sec > .inner {
    max-width: 450px;
  }
}

.my-account-section .my-account .form-content .header-sec {
  margin-bottom: 15px;
}

.my-account-section .order-view .header-view .head {
  font-size: 27px;
  margin-bottom: 2px;
  font-weight: 700;
}

@media screen and (min-width: 992px) {
  .my-account-section .order-view .content-view .top-view .search {
    width: 400px;
  }
}

.my-account-section .order-view .default-form-input {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: #ddd;
}

.my-account-section .order-view .default-form-input:focus {
  border-color: #000;
}

.my-account-section .order-view table th {
  padding: 10px 14px;
}

.my-account-section .order-view table td {
  padding: 15px 14px;
}

.my-account-section .order-view table .order-id {
  color: #333;
}

.my-account-section .order-view table .actions-td > div {
  margin-top: 6px;
  white-space: nowrap;
}

.my-account-section .order-view table .actions-td .link-container {
  line-height: 11px;
}

.my-account-section .order-view table .actions-td .link-container:not(:last-child) {
  border-right: 1px solid #333;
  padding-right: 17px;
}

.my-account-section .order-view table .actions-td .link-container:not(.logout) .link:hover {
  color: #333;
}

.my-account-section .order-view .orders-list .oi-inner {
  margin-bottom: 15px;
  color: #333;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.my-account-section .order-view .orders-list .oi-inner:hover {
  -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1);
}

.my-account-section .order-view .orders-list .oi-inner .sec1 {
  padding: 15px;
  color: #000;
  background: #efefef;
  border-radius: 5px 5px 0 0;
}

.my-account-section .order-view .orders-list .oi-inner .order-id,
.my-account-section .order-view .orders-list .oi-inner .order-date {
  color: #000;
}

.my-account-section .order-view .orders-list .oi-inner .sec2 {
  padding: 15px;
  border: 1px solid #efefef;
  border-top: none;
  border-radius: 0 0 5px 5px;
}

.my-account-section .order-view .prod-details > .details-item:not(:last-child) {
  margin-bottom: 10px;
}

.my-account-section .order-details-page-main .back-icon {
  color: #333;
}

.my-account-section .order-details-page-main .back-icon:hover {
  color: #000;
}

.my-account-section .order-details-page-main .order-id {
  font-size: 35px;
  color: #333;
}

.my-account-section .order-details-page-main .order-id .fulfilment-status {
  border: 1px solid #333;
  padding: 5px 10px 4px;
}

.my-account-section .order-details-page-main .ordered-items-table th,
.my-account-section .order-details-page-main .ordered-items-table td {
  border: none;
  padding: 10px;
}

.my-account-section .order-details-page-main .ordered-items-table th {
  text-transform: capitalize;
}

.my-account-section .order-details-page-main .ordered-items-table thead {
  border-bottom: 2px solid #ddd;
}

.my-account-section .order-details-page-main .ordered-items-table tbody {
  border: none;
}

.my-account-section .order-details-page-main .ordered-items-table tfoot {
  border: none;
  background: #efefef;
  border-bottom: 2px solid #ddd;
}

.my-account-section .order-details-page-main .ordered-items-table tfoot td {
  padding: 6px 10px;
}

.my-account-section .order-details-page-main .ordered-items-table tfoot > tr:first-child > td {
  padding-top: 10px;
}

.my-account-section .order-details-page-main .ordered-items-table tfoot > tr:last-child > td {
  padding-bottom: 10px;
}

.my-account-section .order-details-page-main .tabs-view .tabs-head .tab-link > div {
  border: 1px solid #ddd;
  padding: 7px 15px 8px;
  background: #efefef;
  min-width: 130px;
  margin-right: -1px;
}

.my-account-section .order-details-page-main .tabs-view .tabs-head .tab-link > div:hover {
  background-color: #fff;
  color: #000;
}

.my-account-section .order-details-page-main .tabs-view .tabs-head .tab-link > div.active {
  background-color: #fff;
  font-weight: 600;
}

.my-account-section .order-details-page-main .tabs-view .tabs-content {
  border: 1px solid #ddd;
  margin-top: -1px;
  padding: 20px;
  min-height: 200px;
}

.contact-us-section .address-details .item .head {
  width: 100px;
}

.contact-us-section .form-lt,
.contact-us-section .form-rt,
.contact-us-section .form-ct {
  margin-bottom: 20px;
}

.contact-us-section .form-lt,
.contact-us-section .form-rt {
  width: 50%;
}

.contact-us-section .form-ct {
  width: 100%;
}

.contact-us-section .form-lt {
  padding-right: 10px;
}

.contact-us-section .form-rt {
  padding-left: 10px;
}

.contact-us-section .default-form-input {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: #cecece;
  padding-right: 12px;
  height: 40px;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}

.contact-us-section .default-form-input:focus {
  border-color: #000;
}

.contact-us-section .default-form-input::-webkit-outer-spin-button, .contact-us-section .default-form-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.contact-us-section .default-form-input[type="number"] {
  -moz-appearance: textfield;
}

.contact-us-section .form-item.has-error > input,
.contact-us-section .form-item.has-error > select,
.contact-us-section .form-item.has-error > textarea {
  border-color: #dc3545;
}

.contact-us-section .form-item input {
  padding-right: 35px;
}

.contact-us-section .form-item .icon {
  top: 33px;
  right: 10px;
  font-size: 18px;
}

.contact-us-section .default-btn {
  border: 2px solid #333;
  font-size: 13px;
  padding: 9px 17px;
  background-color: #333;
  color: #fff;
  height: 40px;
}

.contact-us-section .default-btn:hover {
  background-color: #000;
}

.content-section .page-split-view .links-sec {
  width: 100%;
  border-bottom: 2px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .content-section .page-split-view .links-sec {
    width: 250px;
    border-right: 1px solid #ddd;
    border-bottom: none;
  }
}

@media (min-width: 992px) {
  .content-section .page-split-view .links-sec > .inner {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
  }
}

.content-section .page-split-view .links-sec .link {
  color: #333;
}

.content-section .page-split-view .links-sec .link:hover {
  color: #000;
}

@media (max-width: 992px) {
  .content-section .page-split-view .text-sec {
    width: 100%;
  }
}

.content-section .accordian-view .accordian-item .acc-header {
  border: 1px solid #ddd;
  padding: 20px;
  font-size: 18px;
  cursor: pointer;
}

.content-section .accordian-view .accordian-item .acc-header:focus {
  border-color: #333;
}

.content-section .accordian-view .accordian-item .acc-header.active {
  border-color: #333;
}

.content-section .accordian-view .accordian-item .acc-content {
  background: #f2f2f2;
  padding: 20px;
}

.content-section .accordian-view .accordian-item .acc-content .item {
  font-size: 18px;
}
/*# sourceMappingURL=style.css.map */