/***
==============================
TABLE CONTENT
 Import Bunny Fonts
 Include Third Party CSS Library
 GENERAL
 HEADER
 Offcanvas Sidebar
 Search form
 Main header
 Mega menu
 Header layouts
 Page layouts
 Pagination
 Breadcrumb
 CATEGORY PAGES
 SINGLE POST
 Author box
 comment
 Post share social
 WP STYPE
 Custom amine
***/

/***************************************************IMPORT***************************************************
***********************************************************************************************************************************************************************************/
@import url(uicons-regular-straight.css);
/*import vendors*/
@import url(normalize.css);
@import url(bootstrap.min.css);
@import url(uicons-regular-straight.css);
/*import plugins*/
@import url(magnific-popup.css);
@import url(select2.min.css);
@import url(slick.css);
@import url(perfect-scrollbar.css);

@font-face {
  font-family: "next-display-text-400";
  src: url("../fonts/next-display-text-400.woff2") format('woff2');
  font-weight: 400;
}

@font-face {
  font-family: "next-display-400";
  src: url("../fonts/next-display-400.woff2") format('woff2');
  font-weight: 400;
}

@font-face {
  font-family: "next-display-text-700";
  src: url("../fonts/next-display-text-700.woff2") format('woff2');
  font-weight: 700;
}

@font-face {
  font-family: "next-display-700";
  src: url("../fonts/next-display-700.woff2") format('woff2');
  font-weight: 700;
}

@font-face {
  font-family: "next-display-text-800";
  src: url("../fonts/ext-display-text-800.woff2") format('woff2');
  font-weight: 800;
}

@font-face {
  font-family: "next-display-800";
  src: url("../fonts/next-display-800.woff2") format('woff2');
  font-weight: 800;
}

@font-face {
  font-family: "NextDisplayExtended-Regular";
  src: url("../fonts/NextDisplayExtended-Regular.woff2") format('woff2');
}

@font-face {
  font-family: "NextDisplayExtended-Medium";
  src: url("../fonts/NextDisplayExtended-Medium.woff2") format('woff2');
}

@font-face {
  font-family: "NextDisplayExtended-Bold";
  src: url("../fonts/NextDisplayExtended-Bold.woff2") format('woff2');
}

/* ============ FONTS (home_ui_export/theme/fonts) ============ */
@font-face {
  font-family: 'Richmond';
  src: url('../../home_ui_export/theme/fonts/Richmond Display Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Richmond';
  src: url('../../home_ui_export/theme/fonts/Richmond Display Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Richmond';
  src: url('../../home_ui_export/theme/fonts/Richmond Display Medium.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'Richmond';
  src: url('../../home_ui_export/theme/fonts/Richmond Display Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Richmond';
  src: url('../../home_ui_export/theme/fonts/Richmond Display 800.ttf') format('truetype');
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: 'RichmondExtended';
  src: url('../../home_ui_export/theme/fonts/richmond_extended-20.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'RichmondExtended';
  src: url('../../home_ui_export/theme/fonts/richmond_extended-20.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Headder';
  src: url('../../home_ui_export/theme/fonts/headder.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'AED';
  src: url('../../home_ui_export/theme/fonts/aed-Regular.otf') format('opentype');
  font-weight: 400;
  font-display: swap;
}

/***************************************************ROOT*****************************************************
***********************************************************************************************************************************************************************************/
:root {
  --color-primary: #CB1112;
  --color-primary-hover: var(--color-primary-hover);
  --color-secondary: var(--text-primary);
  --text-primary: #000;
  --text-secondary: var(--text-secondary);
  --text-muted: #D9D9D9;
  --text-white: #fff;
  --text-darkgray: #838383;
  --text-gray: #838383;
  --text-light: #EDEDED;
  --warning: #ff9900;
  --danger: #E95454;
  --success: #42C07B;
  --info: #5a97fa;
  --bg-primary: #fff;
  --bg-secondary: #F8F8F8;
  --bg-dark: var(--text-primary);
  --bg-gray: #F8F8F8;
  --border-color: var(--border-color);
  --radius-sm: 0.25rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.625rem;
  --radius-xl: 0.9375rem;
  --transition: all 0.3s ease;
  --fs-xs: 0.75rem;
  --fs-sm: 0.875rem;
  --fs-md: 1rem;
  --fs-lg: 1.125rem;
  --fs-xl: 1.25rem;
  --fs-2xl: 1.5rem;
  --fs-3xl: 2rem;
  --fs-4xl: 2.5rem;
  --radius-sm: 0.25rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.625rem;
  --radius-xl: 0.9375rem;
  --radius-pill: 3.125rem;
  --space-xs: 0.3125rem;
  --space-sm: 0.625rem;
  --space-md: 0.9375rem;
  --space-lg: 1.25rem;
  --space-xl: 1.5625rem;
  --space-2xl: 1.875rem;

  /* Font-face */
  --font-primary: "NextDisplayExtended-Regular";
  --font-medium: "NextDisplayExtended-Medium";
  --font-bold: "NextDisplayExtended-Bold";
  --font-400-txt: "next-display-text-400";
  --font-400: "next-display-400";
  --font-700-txt: "next-display-text-700";
  --font-700: "next-display-700";
  --font-800-txt: "next-display-text-800";
  --font-800: "next-display-800";


  --rc-red: #D60505;
  --rc-red-dark: #B00404;
  --rc-black: #222222;
  --rc-black-soft: #000000;
  --rc-muted: #ADADAD;
  --rc-bg: #FFFFFF;
  --rc-grey: #F6F6F6;
  --rc-search: #F7F7F7;
  --rc-border: #E5E5E5;
  box-sizing: border-box;
  color: var(--rc-black);
  /* font-family: 'Richmond', sans-serif; */
}

#platform_modernisation_header {
  font-family: "next-display-text-400", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

/***************************************************RESET****************************************************
***********************************************************************************************************************************************************************************/
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%;
  font: inherit;
  vertical-align: baseline;
}

thead {
  font-weight: 600;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

img {
  max-width: 100%;
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  outline: none !important;
  box-shadow: none;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

a {
  color: var(--text-primary);
}

a:hover {
  color: var(--color-primary-hover);
}

li.hr span {
  width: 100%;
  height: 0.0625rem;
  background-color: #e4e4e4;
  margin: 1.25rem 0;
  display: block;
}

span svg {
  width: 0.875rem;
  margin-top: -0.125rem;
  margin-right: 0.1875rem;
  color: #222;
}

::-moz-selection {
  background: var(--color-primary);
  /* WebKit/Blink Browsers */
  color: #fff;
}

::selection {
  background: var(--color-primary);
  /* WebKit/Blink Browsers */
  color: #fff;
}

::-moz-selection {
  background: var(--color-primary);
  /* Gecko Browsers */
  color: #fff;
}

::-moz-placeholder {
  color: #838383;
}

::placeholder {
  color: #838383;
  font-weight: 300;
}

.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.section {
  float: left;
  width: 100%;
}

.f-right {
  float: right;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.bg-img {
  background-position: center center;
  background-size: cover;
}

.position-relative {
  position: relative;
}

.height-100vh {
  height: 100vh;
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  outline: none;
  box-shadow: none;
}

.img-hover-scale img {
  transition: transform 0.5s;
}

.img-hover-scale:hover img {
  transform: scale(1.05);
  transition: transform 0.5s;
}

.hover-up {
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.hover-up:hover {
  transform: translateY(-0.3125rem);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

/****** BG and Text Color  ******/
.text-brand {
  color: var(--color-primary);
}

.text-brand-2 {
  color: var(--color-primary-hover) !important;
}

.text-warning {
  color: #ff9900;
}

.text-danger {
  color: #FD6E6E;
}

.text-success {
  color: #81B13D;
}

.text-info {
  color: #2cc1d8;
}

.text-grey-4 {
  color: #adadad;
}

.text-muted {
  color: var(--bg-dark);
}

.bg-brand {
  background-color: var(--color-primary);
}

.bg-primary {
  background-color: #5a97fa;
}

.bg-warning {
  background-color: #ff9900;
}

.bg-danger {
  background-color: #FD6E6E;
}

.bg-success {
  background-color: #81B13D;
}

.bg-info {
  background-color: #2cc1d8;
}

.bg-grey-4 {
  background-color: #adadad;
}

.bg-grey-9 {
  background-color: #f4f5f9;
}

.font-xs {
  font-size: 0.8125rem;
}

.div-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.bg-grey-1 {
  background: #fafbfc;
}

.flex-horizontal-center {
  display: flex;
  align-items: center;
}

/****** Box shadow ******/
.box-shadow-none {
  box-shadow: none !important;
}

.box-shadow-outer-6 {
  box-shadow: 1.25rem 1.25rem 3.375rem rgba(0, 0, 0, 0.03);
}

.box-shadow-outer-6:hover {
  box-shadow: 1.25rem 1.25rem 3.375rem rgba(0, 0, 0, 0.05);
}

.box-shadow-outer-7 {
  box-shadow: 0 0 0.6875rem 0 rgba(78, 42, 222, 0.03), 0 0.5rem 1rem 0 rgba(78, 42, 222, 0.08);
}

.box-shadow-outer-7:hover {
  box-shadow: 0 0 0.875rem 0 rgba(78, 42, 222, 0.03), 0 0.5rem 1.125rem 0 rgba(78, 42, 222, 0.09);
}

.box-shadow-outer-3,
.box-hover-shadow-outer-3:hover {
  box-shadow: 0 0.3125rem 1rem 0 rgba(118, 126, 173, 0.09);
}

/****** Button  ******/
.button-style-1 {
  color: var(--text-primary);
  height: 2.375rem;
  line-height: 2rem;
  min-width: 2.5rem;
  text-align: center;
  border-radius: 6.25rem;
  padding: 0rem 1.5625rem;
  margin-right: 0.3125rem;
  border: 0.0625rem solid #f1f1f1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 1rem;
}

.button-style-2 {
  color: var(--text-white);
  height: 3rem;
  line-height: 2rem;
  min-width: 2.5rem;
  text-align: center;
  border-radius: 0.2rem;
  padding: 0rem 1.5625rem;
  margin-right: 0.3125rem;
  border: 0.0625rem solid var(--color-primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 1rem;
  background: var(--color-primary);
  text-transform: uppercase;
}

.button-style-2:hover {
  color: var(--color-primary);
  background: var(--text-white);
  border: 0.0625rem solid var(--color-primary);
}

.button-style-1:hover {
  color: #fff;
  background-color: var(--text-primary);
  border-color: var(--text-primary);
}

/*COMPONENTS -> BUTTONS*/
.btn-default {
  color: #fff;
  background-color: var(--color-primary);
  border-radius: 3.125rem;
  padding: 0.8125rem 1.75rem;
  font-family: var(--font-primary);
}

.btn-default i {
  font-weight: 400;
  font-size: 0.75rem;
  margin-left: 0.625rem;
  transition-duration: 0.2s;
}

.btn-default:hover i {
  margin-left: 0.9375rem;
  transition-duration: 0.2s;
}

.btn-lg {
  padding: 0.8125rem 1.75rem;
  font-size: 1rem;
}

.btn-sm {
  padding: 0.5rem 1.125rem !important;
  font-size: 0.75rem;
}

.btn-md {
  padding: 0.625rem 1.5rem !important;
  font-size: 0.75rem;
}

.btn-outline {
  background-color: transparent !important;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.btn {
  font-family: var(--font-primary);
}

.btn:hover {
  color: #fff;
}

.btn-shadow-brand {
  box-shadow: 0 0.125rem 0.375rem 0 rgba(88, 151, 251, 0.16);
  border: 0.0625rem solid #f7f8f9;
}

.btn-shadow-brand:hover {
  border: 0.0625rem solid var(--color-primary);
}

.btn-brand {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.btn-heading,
button.btn-heading[type=submit] {
  background-color: #253D4E;
  border-color: #253D4E;
  font-weight: 700;
  border: 0;
}

button.submit,
button[type=submit] {
  font-size: 1rem;
  font-weight: 500;
  padding: 0.9375rem 2.5rem;
  color: var(--text-white);
  border: none;
  background-color: var(--color-primary);
  border: 0.0625rem solid var(--color-primary);
  border-radius: 0.625rem;
}

button.submit:hover,
button[type=submit]:hover {
  background-color: var(--color-primary);
  color: var(--text-white);
}

.btn-brand:hover {
  background-color: var(--color-primary);
}

.btn-login {
  font-weight: 0.8125rem;
}

.btn-login .btn {
  min-width: unset;
}

.btn-login li {
  margin: 0rem 0.3125rem 0;
  display: inline-block;
}

.btn-login li a {
  border-radius: 0.3125rem;
  padding: 0.9375rem 1.5625rem;
  color: #fff;
  display: block;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.875rem;
}

.btn,
.button {
  display: inline-block;
  border: 0.0625rem solid transparent;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.75rem 1.875rem;
  border-radius: 0.25rem;
  color: #fff;
  border: 0.0625rem solid transparent;
  background-color: var(--color-primary);
  cursor: pointer;
  transition: all 300ms linear 0s;
  letter-spacing: 0.0312rem;
}

.btn:hover,
.button:hover {
  background-color: var(--color-primary-hover);
}

.btn.btn-sm,
.button.btn-sm {
  padding: 0.5rem 1.125rem;
  font-size: 0.75rem;
  text-transform: none;
  line-height: 1.8;
}

.btn.btn-xs,
.button.btn-xs {
  padding: 0.4375rem 0.5rem 0.4375rem 0.75rem;
  font-size: 0.75rem;
  text-transform: none;
  display: inline-flex;
  flex-wrap: wrap;
  line-height: 1.3;
}

.btn.btn-xs i,
.button.btn-xs i {
  font-size: 0.875rem !important;
  line-height: 0;
}

.btn.btn-rounded,
.button.btn-rounded {
  border-radius: 3.125rem;
}

.btn.btn-secondary,
.button.btn-secondary {
  background-color: #3e5379;
  border-color: #3e5379;
}

.btn.btn-facebook,
.button.btn-facebook {
  background: #3b5998;
  border-color: #3b5998;
}

.btn.btn-google,
.button.btn-google {
  background: #d85040;
  border-color: #d85040;
}

.btn.btn-brush,
.button.btn-brush {
  background-color: transparent;
  color: var(--color-primary);
  border: 0;
  padding: 0.875rem 5rem 0.875rem 4.0625rem;
  background-repeat: no-repeat;
  font-family: var(--font-primary);
}

.btn.btn-brush i,
.button.btn-brush i {
  margin: 0.1875rem 0 0 0.3125rem;
}

.btn.btn-brush.btn-brush-1,
.button.btn-brush.btn-brush-1 {
  background-image: url(../images/btn-brush-bg-1.png);
}

.btn.btn-brush.btn-brush-2,
.button.btn-brush.btn-brush-2 {
  background-image: url(../images/btn-brush-bg-2.png);
}

.btn.btn-brush.btn-brush-3,
.button.btn-brush.btn-brush-3 {
  background-image: url(../images/btn-brush-bg-3.png);
}

.comments-area .btn-reply {
  display: flex !important;
  align-content: center;
  align-items: center;
}

.comments-area .btn-reply i {
  margin-left: 0.3125rem;
  font-size: 0.75rem;
}

.tags .btn,
.tags .button {
  border-radius: 0.25rem;
  float: left;
}

/*****************************
*********  BORDER  *****
******************************/
.border-1 {
  border-width: 0.0625rem;
}

.border-2 {
  border-width: 0.125rem;
}

.border-3 {
  border-width: 0.1875rem;
}

.border-dotted {
  border-style: dotted;
}

.border-solid {
  border-style: solid;
}

.border-double {
  border-style: double;
}

.border-dashed {
  border-style: dashed;
}

.border-brand {
  border-color: var(--color-primary);
}

.border-muted {
  border-color: #f7f8f9;
}

.section-border {
  border-top: 0.0625rem solid #e6e9ec;
  border-bottom: 0.0625rem solid #e6e9ec;
}

.border-color-1 {
  border-color: #e0dede;
}

.list-insider li {
  list-style: inside;
}

a,
button,
img,
input,
span,
h4 {
  transition: all 0.3s ease 0s;
}

@keyframes slideleft {
  10% {
    opacity: 0;
    transform: scale(0);
    right: 0;
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }

  90% {
    opacity: 0;
    transform: scale(0);
    right: 100%;
  }
}

[data-loader=spinner] {
  width: 2.1875rem;
  height: 2.1875rem;
  display: inline-block;
  animation: spinner 1.2s infinite ease-in-out;
  background: url(../images/favicon_1.svg);
  box-shadow: 0 0 0.625rem #fff;
}

@keyframes spinner {
  0% {
    transform: perspective(7.5rem) rotateX(0) rotateY(0);
  }

  50% {
    transform: perspective(7.5rem) rotateX(-180deg) rotateY(0);
  }

  100% {
    transform: perspective(7.5rem) rotateX(-180deg) rotateY(-180deg);
  }
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0rem rgba(239, 63, 72, 0.8);
  }

  100% {
    box-shadow: 0 0 0 0.3125rem rgba(0, 0, 0, 0);
  }
}

@keyframes shadow-pulse-big {
  0% {
    box-shadow: 0 0 0 0rem rgba(239, 63, 72, 0.1);
  }

  100% {
    box-shadow: 0 0 0 1.25rem rgba(0, 0, 0, 0);
  }
}

@keyframes jump {
  0% {
    transform: translate3d(0, 20%, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.jump {
  transform-origin: 0;
  animation: jump 0.5s linear alternate infinite;
}

/****** TYPOGRAPHY  ******/
body {
  color: var(--text-secondary);
  font-family: var(--font-400);
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-style: normal;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading,
.display-1,
.display-2,
.heading-sm-1 {
  font-family: var(--font-primary);
  color: var(--text-primary);
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: 3rem;
  color: var(--text-primary);
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
  color: var(--text-primary);
}

h6 {
  font-size: 1rem;
}

.display-1 {
  font-size: 6rem;
  line-height: 1;
}

.display-2 {
  font-size: 4.5rem;
  line-height: 1;
}

.heading-sm-1 {
  font-size: 0.875rem;
}

p {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 0.3125rem;
  color: var(--text-primary);
  font-family: 'Richmond', sans-serif;
  font-weight: 400;
}

.text-heading {
  color: var(--text-primary);
}

p:last-child {
  margin-bottom: 0;
}

.font-weight-bold {
  font-weight: 700;
}

a,
button {
  text-decoration: none;
  cursor: pointer;
}

b {
  font-weight: 500;
}

.uppeCase {
  text-transform: uppercase;
}

i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.section-title {
  display: flex;
  align-items: end;
  margin-bottom: 1.25rem;
  position: relative;
  justify-content: space-between;
}

.section-title .title {
  display: flex;
  flex-flow: row;
  align-items: flex-end;
}

.section-title h3 {
  font-weight: 500;
  font-size: 1.4rem;
  margin-right: 1.875rem;
  text-transform: uppercase;
}

.section-title a.show-all {
  font-size: 1rem;
  color: var(--text-secondary);
}

.section-title a.show-all:hover {
  color: var(--color-primary);
}

.section-title a.show-all i {
  font-size: 1rem;
  margin-left: 0.3125rem;
}

.section-title.style-1 {
  position: relative;
  border-bottom: 0.0625rem solid #ececec;
  padding-bottom: 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0px;
}

.section-title span {
  color: var(--text-primary);
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 3.125rem;
  text-decoration: underline;
}

h5.widget-title {
  font-size: 1.4rem;
  font-weight: 600;
  font-family: var(--font-primary);
}

.title.style-3 {
  background-image: url(../images/wave.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 1.5625rem;
}

.text-body {
  color: var(--text-secondary) !important;
}

.font-xxs {
  font-size: 0.75rem;
}

.font-xs {
  font-size: 0.8125rem;
}

.font-sm {
  font-size: 0.875rem;
}

.font-md {
  font-size: 1rem;
}

.font-lg {
  font-size: 1.0625rem;
}

.font-xl {
  font-size: 1.1875rem;
}

.font-xxl {
  font-size: 3.625rem;
}

.text-hot {
  color: #f74b81;
}

.text-new {
  color: #55bb90;
}

.text-sale {
  color: #67bcee;
}

.text-best {
  color: #f59758;
}

.text-style-1 {
  position: relative;
}

.text-style-1::after {
  content: "";
  background-color: #ffdabf;
  height: 20%;
  width: 110%;
  display: block;
  position: absolute;
  bottom: 20%;
  left: -5%;
  z-index: -1;
  opacity: 0.8;
  transition: transform 0.5s;
}

.text-style-1:hover::after {
  height: 30%;
  transition: transform 0.5s;
}

/*COMPONENTS -> FORM*/

input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

input {
  border: 0.0625rem solid #ececec;
  border-radius: 0.625rem;
  box-shadow: none;
  padding-left: 1.25rem;
  font-size: 1rem;
  width: 100%;
}

input:focus {
  background: transparent;
  border: 0.0625rem solid var(--danger);
}

input.square {
  border-radius: 0;
}

input.coupon {
  height: 2.9375rem;
}

select {
  width: 100%;
  background: transparent;
  border: 0rem solid #ececec;
  box-shadow: none;
  font-size: 1rem;
  color: var(--text-secondary);
}

option {
  background: #fff;
  border: 0rem solid #626262;
  padding-left: 0.625rem;
  font-size: 1rem;
}

textarea {
  border: 0.0625rem solid #ececec;
  border-radius: 0.625rem;
  height: 3.125rem;
  box-shadow: none;
  padding: 0.625rem 0.625rem 0.625rem 1.25rem;
  font-size: 1rem;
  width: 100%;
  min-height: 12.5rem;
}

textarea:focus {
  background: transparent;
  border: 0.0625rem solid #BCE3C9;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border-bottom: 0.1875rem solid #414648;
  border-radius: 0;
  border-right: 0;
  height: 3.125rem;
  padding-left: 0;
  border-top: 0;
  border-left: 0;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 3.125rem;
  font-size: 0.875rem;
  padding: 0;
  font-family: var(--font-primary);
  color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 1.625rem;
  position: absolute;
  top: 0.75rem;
  right: 0.9375rem;
  width: 1.25rem;
}

.custom_select {
  position: relative;
  width: 100%;
}

.custom_select .select2-container {
  max-width: 9.6875rem;
}

.custom_select .nice-select {
  width: 100%;
  margin-bottom: 1rem;
}

.custom_select .select2-container--default .select2-selection--single {
  border: 0.0625rem solid #ececec;
  border-radius: 0.25rem;
  height: 3.125rem;
  line-height: 3.125rem;
  padding-left: 1.25rem;
  font-size: 0.875rem;
}

.custom_select .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 3.125rem;
  font-size: 0.875rem;
  padding-left: 0;
}

.custom_select .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0.5625rem;
  right: 0.875rem;
}

.select2-dropdown {
  border: 0.0625rem solid #ececec;
  border-radius: 0 0 0.25rem 0.25rem;
  padding: 0.9375rem;
  min-width: 13.75rem;
}

.select2-dropdown .select2-search--dropdown {
  padding: 0;
}

.select2-dropdown .select2-search--dropdown .select2-search__field {
  border: 0.0625rem solid #BCE3C9;
  margin-bottom: 0.9375rem;
  border-radius: 0.3125rem;
  height: 2.5rem;
  padding-left: 1.25rem;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
}

.select2-results__options::-webkit-scrollbar {
  width: 1rem;
  background-clip: padding-box;
}

.select2-results__options::-webkit-scrollbar-track {
  background-color: #F4F4F4;
  height: 0.5rem;
  background-clip: padding-box;
  border-right: 0.625rem solid rgba(0, 0, 0, 0);
  border-top: 0.625rem solid rgba(0, 0, 0, 0);
  border-bottom: 0.625rem solid rgba(0, 0, 0, 0);
}

.select2-results__options::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: #d1d1d1;
  border-right: 0.625rem solid rgba(0, 0, 0, 0);
  border-top: 0.625rem solid rgba(0, 0, 0, 0);
  border-bottom: 0.625rem solid rgba(0, 0, 0, 0);
}

.select2-results__options::-webkit-scrollbar-button {
  display: none;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 12.5rem;
  overflow-y: auto;
  scrollbar-width: thin;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ececec;
  color: unset;
}

.select2-container {
  max-width: 8.4375rem;
}

/*************************************************** GENERAL ****************************************************
***********************************************************************************************************************************************************************************/
.section-padding-30 {
  padding: 1.875rem 0;
}

.section-padding-50 {
  padding: 3.125rem 0;
}

.section-padding-60 {
  padding: 3.75rem 0;
}

.section-padding {
  padding: 1rem 0;
}

.section-padding.footer-mid {
  padding: 4rem 0rem 1rem;
}

/*************************************************** HEADER ****************************************************
***********************************************************************************************************************************************************************************/
.header-style-1 {
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 4px 42px rgb(0 0 0 / 5%), 0 1px 4px rgb(0 0 0 / 0%);
  padding: 0.5rem 1rem;
  z-index: 111;

}

.header-style-1 .header-bottom-bg-color.sticky-bar.stick {
  padding: 0 0 0;
  padding: 0rem;
  margin: 0rem;
  background: rgba(0, 0, 0, 0);
  box-shadow: inset 0rem 0rem 0rem 0 rgba(0, 0, 0, 0);
}

.header-style-1 {
  position: relative;
  overflow-x: clip;
}

.header-style-1 .header-middle-ptb-1 .header-wrap {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  /* height: 4.0625rem; */
  padding-top: 0rem;
}

.header-style-1 .header-middle-ptb-1 .header-wrap.header-wrap-bottom {
  padding-top: 0.5rem;
}

.header-wrap.header-wrap-top {
  border-radius: 6.25rem 6.25rem 0rem 0rem;
  padding-bottom: 0rem;
  /* padding-top: 1.375rem; */
}

.header-bottom .header-wrap {
  padding: 0.875rem 3.125rem;
}

.header-bottom .header-wrap {
  background: #252525;
  display: inline-flex;
  width: 100%;
  justify-content: center;
  height: 3.4375rem;
}

.header-wrap.header-wrap-bottom {
  border-radius: 0rem 0rem 6.25rem 6.25rem;
  padding: 0rem;
}

.header-style-1 .select2-container {
  max-width: unset;
  min-width: 9.375rem;
}

.header-style-1 .select2-container--default .select2-selection--single {
  border: 0;
  height: 3.125rem;
  line-height: 3.125rem;
  padding-left: 1.25rem;
  width: 9.6875rem;
  max-width: unset;
  border-radius: 0.3125rem 0 0 0.3125rem;
  background: #212121;
}

.header-style-1 .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0;
}

.header-style-1 .select2-container--default .select2-selection--single .select2-selection__arrow b::after {
  font-family: uicons-regular-straight !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1 !important;
  content: "\f10f";
  position: absolute;
  top: -0.25rem;
}

.header-style-1 .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 3.125rem;
  line-height: 3.125rem;
  position: relative;
}

.header-style-1 .select2-container--default .select2-selection--single .select2-selection__rendered:after {
  content: "";
  height: 1.25rem;
  width: 0.0625rem;
  background-color: #CACACA;
  position: absolute;
  right: 0;
  top: 0.9375rem;
}

.header-style-1 .search-location {
  border: 0.0625rem solid #fff;
  background-color: #222;
  box-shadow: 0.3125rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.05);
  border-radius: 5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 0.9375rem;
  text-transform: uppercase;
  height: 2rem;
  width: 2rem;
  border: 0.0625rem solid rgb(255 255 255 / 0%);
  color: #fff;
}

.header-style-1 .search-location i {
  font-size: 1rem;
  color: #fff;
}

.header-style-1 .search-location:hover {
  transform: translateY(-0.1875rem);
  transition: 0.2s;
}

.header-style-1 .search-style-2 form {
  /* border: 0.125rem solid #BCE3C9; */
  border-radius: 0.25rem;
  max-width: 100%;
  /* background-color: #212121; */
  border-radius: 4.6875rem;
  overflow: hidden;
}

.header-style-1 .search-style-2 form input {
  max-width: 100%;
  border-width: 0rem;
  padding: 0rem 1.5625rem;
  border-radius: 0 0.3125rem 0.3125rem 0;
  background-color: #F4F4F6;
  border: none;
  color: var(--text-primary);
  font-size: 0.9rem;
  border-color: rgb(65 70 72 / 0%);
  font-family: 'Richmond', sans-serif;
}

.header-style-1 .search-style-2 form input::placeholder {
  font-size: 0.85rem;
  font-family: var(--font-primary);
  border-width: 0rem;
  color: var(--rc-muted);
  font-weight: 300;

}

.header-style-1 .header-bottom-bg-color {
  /* background-color: #161616; */
  border-top: 0rem solid #ececec;
  /* border-bottom: 0.0625rem solid #ececec; */
  padding: 0 0 1.25rem;
}

.header-style-1 .main-categori-wrap>a {
  color: #fff;
  line-height: 4.375rem;
  background: var(--color-primary);
  padding: 0 1.875rem;
}

.header-style-1 .main-categori-wrap>a i.up {
  right: 1.875rem;
}

.header-style-1 .main-categori-wrap>a.categories-button-active {
  line-height: 2.75rem;
  border-radius: 0.3125rem;
  padding: 0 1.25rem;
  font-family: var(--font-primary);
  font-size: 1rem;
}

.header-style-1 .main-categori-wrap>a.categories-button-active i {
  color: #fff;
  margin-left: 0.75rem;
  font-size: 0.625rem;
  margin-bottom: 0.3125rem;
}

.header-style-1 .main-categori-wrap>a:hover {
  background-color: #29A56C;
}

.header-style-1 .main-menu.main-menu-light-white>nav>ul>li>a {
  color: #494949;
}

.header-style-1 .stick .main-menu.main-menu-light-white>nav>ul>li>a {
  color: var(--text-white) !important;
}

.header-style-1 .categories-dropdown-active-large {
  top: 100%;
  box-shadow: 0.3125rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.05);
}

.header-style-1 .hotline p {
  color: var(--color-primary) !important;
}

.header-style-1 .main-categori-wrap>a span {
  color: #fff !important;
}

.header-wrap {
  display: flex;
  align-items: center;
  color: #fff;
  /* background-color: #000000; */
  padding: 0.5rem 0;
}

.header-wrap .header-nav {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  width: 100%;
}

.header-wrap .header-right {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 20%;
  justify-content: flex-end;
}

.logo a {
  display: inline-flex;
}

.logo.logo-width-1 {
  width: 15%;
  display: inline-flex;
}

.header-middle-sec {
  width: 35%;
  display: inline-flex;
  justify-content: center;
}

.header-middle-sec .header-action-icon-2 {
  margin-left: 0.625rem;
}

.logo.logo-width-1 a img {
  width: 13.75rem;
  min-width: 13.75rem;
}

span.fi-rs-apps {
  font-size: 1rem;
}

.hotline i {
  opacity: 0.7;
}

.sticky-bar.stick {
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  width: 90%;
  z-index: 999;
  left: 0;
  border-bottom: px solid var(--color-primary-hover);
  background: rgb(255 255 255 / 80%);
  margin: 1% 5% 0%;
  backdrop-filter: blur(1.875rem) saturate(250%);
  -webkit-backdrop-filter: blur(1.875rem) saturate(250%);
  border: 0.0625rem solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 0.5rem 2rem rgba(0, 0, 0, .10),
    inset 0 0.0625rem 0 rgba(255, 255, 255, .12),
    inset 0 -0.0625rem 0 rgba(255, 255, 255, .03);
  border-radius: 100px;
}

.sticky-bar.stick::before {
  content: '';
  position: absolute;
  top: 0;
  left: 5%;
  width: 90%;
  height: 50%;

  background: linear-gradient(to bottom,
      rgba(255, 255, 255, .18),
      rgba(255, 255, 255, .05),
      transparent);

  border-radius: inherit;
  pointer-events: none;
}

.sticky-bar.stick::after {
  content: '';
  position: absolute;

  top: -60%;
  left: -20%;

  width: 60%;
  height: 200%;

  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, .08),
      transparent);

  transform: rotate(20deg);

  pointer-events: none;
}

.sticky-bar.stick.sticky-white-bg {
  background-color: #fff;
}

.sticky-bar.stick.sticky-blue-bg {
  background-color: #3286e0;
}

.search-style-2 {
  width: 100%;
}

.search-style-2 form {
  width: 100%;
  display: flex;
  position: relative;
}

.search-style-2 form select {
  color: #253D4E;
  font-size: 1rem;
  font-weight: 700;
  min-height: 3.125rem;
  border: 0.0625rem solid #ececec;
  border-right: none;
  width: 8.75rem;
  padding: 0.1875rem 2.1875rem 0.1875rem 1.25rem;
  border-radius: 0.25rem 0 0 0.25rem;
  background-color: #fff;
  transition: all 0.3s ease 0s;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
}

.search-style-2 form select:focus {
  color: #333;
}

.search-style-2 form select::after {
  position: absolute;
}

.search-style-2 form input {
  width: 100%;
  max-width: 40.6875rem;
  font-size: 0.875rem;
  background-image: url(../img/search.png);
  background-repeat: no-repeat;
  background-position: center right;
  padding-left: 0;
  height: 2.5rem;
  line-height: 3.125rem;
  font-size: 0.875rem;
  border-width: 0rem;
}

.search-style-2 form input::-moz-input-placeholder {
  opacity: 1;
}

.search-style-2 form input::-webkit-input-placeholder {
  opacity: 1;
}

.search-style-2 form input:focus {
  border-color: rgb(65 70 72 / 0%);
  border-width: 0rem;
  border-style: solid;
}

.search-style-2 form button {
  position: absolute;
  right: 0rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  padding: 0;
  border: none;
  font-size: 1.25rem;
  color: var(--color-primary);
  height: 100%;
  padding: 0.3125rem 1.0625rem;
}

.header-bottom-shadow {
  box-shadow: 0 0.0625rem 1.25rem rgba(0, 0, 0, 0.05);
}

.header-bottom .header-action-right a span.pro-count {
  background-color: var(--color-primary);
  color: #fff;
}

.search-style-3 {
  margin-bottom: 0.625rem;
}

.search-style-3 form {
  position: relative;
}

.search-style-3 form input {
  font-size: 0.875rem;
  height: 2.8125rem;
  color: #253D4E;
  background-color: #F2F3F4;
  border-radius: 0.3125rem;
  padding: 0.1875rem 3.125rem 0.1875rem 1.25rem;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  border: 0;
}

.search-style-3 form input::-moz-input-placeholder {
  color: #253D4E;
  opacity: 1;
}

.search-style-3 form input::-webkit-input-placeholder {
  color: #253D4E;
  opacity: 1;
}

.search-style-3 form input:focus {
  border: 0.0625rem solid #BCE3C9;
}

.search-style-3 form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border: none;
  font-size: 1rem;
  height: 100%;
  padding: 0 0.875rem;
  background-color: transparent;
  color: #333;
}

.search-style-3 form button:hover {
  color: var(--color-primary);
}

.header-top-ptb-1 {
  padding: 0.4375rem 0;
  border-bottom: 0.0625rem solid #ececec;
  font-size: 0.8125rem;
  line-height: 1;
}

.header-top-ptb-1 #news-flash {
  min-width: 25rem;
  font-size: 0.875rem;
  line-height: 0.625rem;
  font-weight: 600;
}

.header-top-ptb-1 #news-flash li {
  min-height: 0.875rem;
}

.header-top-ptb-1 #news-flash i {
  line-height: 0.375rem;
  margin-right: 0.3125rem;
}

.header-info-right {
  display: flex;
  justify-content: flex-end;
}

.header-info>ul {
  display: flex;
}

.header-info>ul>li {
  margin-right: 1.25rem;
  position: relative;
  display: flex;
  align-items: center;
}

.header-info>ul>li:before {
  content: "";
  position: absolute;
  right: -0.625rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.0625rem;
  height: 0.625rem;
  background: #dedfe2;
}

.header-info>ul>li:last-child {
  margin-right: 0;
}

.header-info>ul>li:last-child:before {
  display: none;
}

.header-info>ul>li a {
  color: var(--text-secondary);
  font-weight: 500;
}

.header-info>ul>li a i {
  font-size: 0.75rem;
  margin-right: 0.3125rem;
}

.header-info>ul>li a.language-dropdown-active i.fa-chevron-down {
  font-size: 0.5rem;
  margin-left: 0.3125rem;
}

.header-info>ul>li>ul.language-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  min-width: 7.5rem;
  background: #fff;
  border-radius: 0 0 0.25rem 0.25rem;
  transform: translateY(1.25rem);
  visibility: hidden;
  opacity: 0;
  padding: 0.625rem 0.9375rem;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  border: 0.0625rem solid #ececec;
}

.header-info>ul>li>ul li {
  display: block;
}

.header-info>ul>li>ul li a {
  display: block;
  color: #696969;
  padding: 0.3125rem;
}

.header-info>ul>li>ul li a:hover {
  color: var(--color-primary);
  background-color: none;
}

.header-info>ul>li>ul li a img {
  max-width: 0.9375rem;
  display: inline-block;
  margin-right: 0.3125rem;
}

.header-info>ul>li:hover>a {
  color: #333;
}

.header-info>ul>li:hover>ul.language-dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  top: 1.5625rem;
}

.header-info i {
  font-size: 0.75rem;
  margin-right: 0.3125rem;
  line-height: 0.375rem;
}

.main-menu {
  width: 100%;
}

.main-menu ul {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.header-action .header-action-icon.header-action-mrg-none2 {
  margin-right: 0rem;
}

.header-action .header-action-icon:last-child {
  margin-right: 0;
}

.header-action .header-action-icon>a span.pro-count {
  position: absolute;
  right: -0.3125rem;
  bottom: -0.25rem;
  color: var(--text-white);
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 100%;
  font-weight: 700;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.25rem;
}

.header-action-2 {
  display: flex;
  align-items: center;
}

.header-action-2 .header-action-icon-2 span.lable {
  font-size: 1rem;
  margin: 0.3125rem 0 0 0.625rem;
}

.header-action-2 .header-action-icon-2:last-child {
  padding: 0 0rem 0 0.5rem;
}

.header-action-2 .header-action-icon-2:first-child {
  padding: 0.5rem 0 0.5rem 0rem;
}

.header-action-2 .header-action-icon-2>a {
  font-size: 1.875rem;
  color: #333;
  line-height: 1;
  display: inline-flex;
  position: relative;

}

.header-action-2 .header-action-icon-2>a:hover {
  transform: translateY(-0.1875rem);
  transition: 0.2s;
}

.header-action-2 .header-action-icon-2>a img {
  width: 100%;
  max-width: 1.625rem;
}

.header-action-2 .header-action-icon-2>a span {
  font-size: 0.875rem;
  color: var(--text-secondary);
}

.header-action-2 .header-action-icon-2>a span.pro-count {
  position: absolute;
  right: -0.6875rem;
  top: -0.3125rem;
  color: var(--text-white);
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 100%;
  font-weight: 500;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.25rem;
}

.cart-dropdown-wrap ul li {
  display: inline-flex;
  /* flex-wrap: wrap; */
  margin: 0rem 0 0.9rem;
  justify-content: space-between;
  align-items: flex-start;
}

.cart-dropdown-wrap ul li .shopping-cart-img a {
  display: block;
  display: block;
  background-color: #fff;
}

.cart-dropdown-wrap ul li .shopping-cart-img {
  width: 20%;
  border: 0.0625rem solid #f1f1f1;
  border-radius: 0.625rem;
  margin-right: 0.625rem;
  overflow: hidden;
}

.cart-dropdown-wrap ul li .shopping-cart-title {
  margin: 0.3125rem 0 0;
  width: 65%;
}

.search-popup-wrap.search-visible {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.mobile-header-wrapper-style.sidebar-visible {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a {
  display: block;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav {
  height: 100%;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .main-categori-wrap a i {
  margin-right: 0.9375rem;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .main-categori-wrap .categori-dropdown-active-small {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}

.header-action-right {
  display: flex;
  justify-content: flex-end;
  flex-shrink: 0;
  align-items: center;
}

.header-action {
  display: flex;
  align-items: center;
}

.header-action .header-action-icon {
  margin-right: 1.75rem;
  position: relative;
  display: flex;
}

.header-action .header-action-icon.header-action-mrg-none {
  margin-right: 0.8125rem;
}

.header-action .header-action-icon>a {
  font-size: 1.5rem;
  color: #333;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.header-action .header-action-icon>a span.pro-count.blue {
  background-color: var(--color-primary);
}

.header-action .header-action-icon:hover>a {
  color: var(--color-primary);
}

.header-action .header-action-icon:hover .cart-dropdown-wrap {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 0.625rem);
}

.header-action.header-action-hm3 .header-action-icon.header-action-mrg-none2 {
  margin-right: 0rem;
}

.header-action.header-action-hm3 .header-action-icon:last-child {
  margin-right: 0;
}

.header-action-2 .header-action-icon-2 {
  padding: 0 0.9375rem;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.header-action-2 .header-action-icon-2>a svg {
  width: 1em;
  height: 1em;
}

.header-action-2 .header-action-icon-2>a span.pro-count.blue {
  background-color: var(--color-primary);
}

.header-action-2 .header-action-icon-2:hover>a {
  color: var(--color-primary);
  fill: var(--color-primary);
}

.header-action-2 .header-action-icon-2:hover .cart-dropdown-wrap {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 0.625rem);
}

.header-action-2 .header-action-icon-2:hover .cart-dropdown-wrap ul {
  display: inline-flex;
  flex-direction: column;
}

.cart-dropdown-wrap {
  position: absolute;
  right: 0;
  top: calc(100% + 1.25rem);
  z-index: 99;
  width: 20rem;
  background-color: #fff;
  box-shadow: 0.3125rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 0.625rem;
  border: 0.0625rem solid #ececec;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(0.9375rem);
  -webkit-backdrop-filter: blur(0.9375rem);
  border: 0.0625rem solid rgba(255, 255, 255, 0.2);
  border-radius: 1.25rem;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.15);

}

.cart-dropdown-wrap.cart-dropdown-hm2 {
  right: 0;
}

.cart-dropdown-wrap.account-dropdown {
  width: 12.5rem;
  color: var(--text-secondary);
  font-weight: 500;
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  background: rgb(255 255 255 / 80%);
  -webkit-backdrop-filter: blur(1.875rem) saturate(250%);
  backdrop-filter: blur(1.875rem) saturate(250%);
  border: 0.0625rem solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, .10), inset 0 0.0625rem 0 rgba(255, 255, 255, .12), inset 0 -0.0625rem 0 rgba(255, 255, 255, .03);
}

.cart-dropdown-wrap.account-dropdown a {
  color: var(--text-primary);
  gap: 5px;
  display: inline-flex;

}

.cart-dropdown-wrap.account-dropdown a:hover {
  color: var(--color-primary);
}

.cart-dropdown-wrap ul li:last-child {
  margin: 0 0 0rem;
}

.cart-dropdown-wrap ul li .shopping-cart-img {

  margin-right: 0.625rem;
}

.cart-dropdown-wrap ul li .shopping-cart-img a img {
  max-width: 100%;

}

.cart-dropdown-wrap ul li .shopping-cart-title {
  margin: 0.375rem 0 0;
}

.cart-dropdown-wrap ul li .shopping-cart-title h4 {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  display: inline-flex;
}

.cart-dropdown-wrap ul li .shopping-cart-title h4 a {
  color: var(--text-primary);
}

.cart-dropdown-wrap ul li .shopping-cart-title h4 a:hover {
  color: #253D4E;
}

.shopping-cart-title svg {
  width: 0.7rem;
  height: 0.8125rem;
  margin: 0rem 0.1rem;
}

.cart-dropdown-wrap ul li .shopping-cart-title h3 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 0rem;
  color: var(--color-primary);
}

.cart-dropdown-wrap ul li .shopping-cart-title h3 span {
  color: #696969;
  font-weight: 400;
  font-size: 1rem;
}

.cart-dropdown-wrap ul li .shopping-cart-delete {
  display: flex;
  flex-grow: 100;
  justify-content: flex-end;
  margin: 0.375rem 0 0;
}

.cart-dropdown-wrap ul li .shopping-cart-delete a {
  font-size: 1.125rem;
  color: #696969;
}

.cart-dropdown-wrap ul li .shopping-cart-delete a:hover {
  color: #333;
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total {
  border-top: 0.1rem solid var(--text-primary);
  margin: 0.625rem 0 0.625rem;
  padding: 0.625rem 0 0;
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total h4 {
  color: var(--text-primary);
  font-weight: 700;
  font-size: 1rem;
  margin: 0;
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total h4 span {
  float: right;
  justify-content: center;
  display: inline-flex;
  align-items: center;
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total h4 span svg {
  color: var(--color-primary);
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 0.625rem;
  align-items: center;
  align-self: center;
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a {
  display: inline-block;
  font-size: 0.75rem;
  color: var(--text-white);
  border-radius: 0.25rem;
  line-height: 1;
  padding: 0.625rem 1.25rem;
  background-color: var(--text-primary);
  font-family: var(--font-medium);
  border: 0.125rem solid var(--text-primary);
  text-transform: uppercase;

}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a.outline {
  background-color: transparent;
  border: 0.1rem solid var(--text-primary);
  color: var(--text-primary);
  font-weight: 600;

}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a.outline:hover {
  color: var(--text-white);
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a:hover {
  background-color: var(--text-primary)
}

.search-popup-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: white;
  transition: all 0.5s ease-in-out;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-popup-wrap .search-popup-content form input {
  width: 73.125rem;
  background-color: transparent;
  border: 0;
  border-bottom: 0.1875rem solid var(--color-primary);
  font-size: 3.125rem;
  padding: 1.3125rem 3.125rem 1rem 0rem;
  color: #919191;
  font-weight: 300;
  max-width: 100%;
  height: auto;
  transform: translate(0, 3.125rem);
  transition-delay: 0s;
  opacity: 0;
  transition: all 0.5s ease-in-out, opacity 0.5s linear;
}

.search-popup-wrap .search-popup-content form input::-moz-input-placeholder {
  color: #919191;
  opacity: 1;
}

.search-popup-wrap .search-popup-content form input::-webkit-input-placeholder {
  color: #919191;
  opacity: 1;
}

.search-popup-wrap.search-visible .search-popup-content form input {
  transform: none;
  opacity: 1;
  transition-delay: 0.6s;
}

.mobile-header-wrapper-style {
  position: fixed;
  top: 0;
  width: 22.5rem;
  min-height: 100vh;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translate(-12.5rem, 0);
  background-color: var(--text-white);
  box-shadow: 0 0 0.9375rem 0 rgba(0, 0, 0, 0.09);
  z-index: 99999;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner {
  padding: 0rem 0rem 1.875rem;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1.25rem 1.875rem;
  background-color: var(--text-white);
  align-items: center;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
  width: 6.25rem;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
  padding: 1.875rem 1.875rem 1.875rem;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li {
  display: block;
  position: relative;
  padding: 0.8125rem 0;
  border-bottom: 0.0625rem solid #ececec;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:last-child {
  border-bottom: none;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children .menu-expand {
  right: 0;
  position: absolute;
  cursor: pointer;
  z-index: 9;
  text-align: center;
  font-size: 0.75rem;
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 2.375rem;
  top: 0.3125rem;
  color: #253D4E;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children .menu-expand i {
  font-size: 0.875rem;
  font-weight: 300;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children.active>.menu-expand {
  background: rgba(255, 255, 255, 0.2);
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children.active>.menu-expand i::before {
  content: "\f112";
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a {
  font-size: 0.875rem;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
  display: inline-block;
  color: #253D4E;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a i {
  margin-right: 0.3125rem;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul {
  padding: 0.625rem 0 0 0.625rem;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li {
  padding: 0.625rem 0;
  border-bottom: none;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.menu-item-has-children .menu-expand {
  top: 0rem;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li a {
  font-size: 0.875rem;
  display: block;
  font-weight: 500;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li ul {
  margin-top: 0;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.menu-item-has-children.active {
  padding-bottom: 0;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:hover>a {
  color: var(--color-primary);
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .categories-dropdown-wrap ul li a {
  padding: 0.3125rem 0.9375rem;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap {
  padding: 1.25rem;
  border-radius: 0.3125rem;
  border: 0.0625rem solid #ececec;
  margin: 1.0625rem 0 1.875rem 0;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info {
  position: relative;
  margin-bottom: 0.8125rem;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:last-child {
  margin-bottom: 0;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a {
  font-size: 0.875rem;
  display: block;
  font-weight: 500;
  color: #253D4E;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a:hover {
  color: var(--color-primary);
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a i {
  font-size: 0.875rem;
  color: var(--color-primary);
  margin-right: 0.5rem;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown {
  margin-top: 0.3125rem;
  display: none;
  background-color: transparent;
  box-shadow: none;
  padding: 0.625rem 0 0 0;
  width: 100%;
  z-index: 11;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li {
  padding-bottom: 0.625rem;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li:last-child {
  padding-bottom: 0rem;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a:hover {
  color: var(--color-primary);
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:hover>a {
  color: #253D4E;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-border {
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.15);
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .site-copyright {
  font-size: 0.8125rem;
  color: #B6B6B6;
}

.mobile-social-icon a {
  text-align: center;
  font-size: 0.875rem;
  margin-right: 0.5rem;
  transition-duration: 0.5s;
  height: 2.5rem;
  width: 2.5rem;
  display: inline-flex;
  background: #292929;
  border-radius: 0.3125rem;
  line-height: 1;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
}

/*************************************************** HOME PAGE  ****************************************************
***********************************************************************************************************************************************************************************/
#home_wpr .main {
  margin-top: 0px;
}

/* *** Category Section *** */
.categorySlider {
  margin: 0 0;
  padding: 1.8rem 0rem 1rem;
}

.categorySlider .card-2 {
  border: 1px solid var(--text-muted);
  border-radius: 100px;
  padding: 0.75rem 0rem 0.75rem 0rem;
}

.categorySlider .card-2:hover {
  background-color: var(--bg-dark);
}

.categorySlider .card-2 h6 a {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-family: 'Richmond', sans-serif;
  font-weight: 400;
}

.categorySlider .card-2:hover h6 a {
  color: var(--text-white);
}

.home-slider {
  margin-bottom: 2rem;
}

/* 
.home-slider .slider-arrow {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.home-slider:hover .slider-arrow {
  opacity: 1;
  visibility: hidden;
  transition: 0.4s;
}

.home-slider.style-2 {
  background: url(../images/banner-12.png) no-repeat center bottom;
  background-size: cover;
  width: 100%;
  padding: 3.125rem 0;
} */
/* =========================================================
   HOME HERO SLIDER ONLY
   Horizontal slide animation
   ========================================================= */

.home-slider .hero-slider-1 {
  position: relative;
  overflow: hidden;
}

.home-slider .hero-slider-1 .slick-list {
  overflow: hidden;
}

.home-slider .hero-slider-1 .slick-track {
  display: flex;
  align-items: stretch;
}

.home-slider .hero-slider-1 .slick-slide {
  float: none;
  height: auto;
}

.home-slider .hero-slider-1 .single-hero-slider {
  width: 100%;
  min-height: auto;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


/* =========================================================
   ARROWS
   ========================================================= */

.home-slider .hero-slider-1-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;

  z-index: 20;

  pointer-events: none;
}

.home-slider .hero-slider-1-arrow .slider-btn {
  position: absolute;

  width: 42px;
  height: 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  cursor: pointer;
  pointer-events: auto;

  transition:
    transform 0.3s ease,
    opacity 0.3s ease,
    background-color 0.3s ease;
}


/* Previous arrow */

.home-slider .hero-slider-1-arrow .slider-prev {
  left: 20px;
  transform: translateY(-50%);
}


/* Next arrow */

.home-slider .hero-slider-1-arrow .slider-next {
  right: 20px;
  transform: translateY(-50%);
}


/* Arrow hover */

.home-slider .hero-slider-1-arrow .slider-prev:hover {
  transform: translateY(-50%) translateX(-4px);
}

.home-slider .hero-slider-1-arrow .slider-next:hover {
  transform: translateY(-50%) translateX(4px);
}


/* =========================================================
   DOTS — HERO SLIDER ONLY
   ========================================================= */

.home-slider .hero-slider-1 .slick-dots {
  position: absolute;

  bottom: 20px;
  left: 50%;

  transform: translateX(-50%);

  z-index: 15;

  margin: 0;
  padding: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  list-style: none;
}

.home-slider .hero-slider-1 .slick-dots li {
  overflow: hidden;
}

.home-slider .hero-slider-1 .slick-dots li button {

  padding: 0;

  border: 0;

  font-size: 0;
  cursor: pointer;

  transition:
    width 0.3s ease,
    opacity 0.3s ease;
}

.home-slider .hero-slider-1 .slick-dots li.slick-active button {
  width: 100%;
}

.flashBanner {
  margin-bottom: 0.1rem;
}

.flashBanner .hero-slider-1 .single-hero-slider {
  border-radius: 0px;
}

/* Gift section */
.giftSections {
  background: url(../img/giftsection.png) no-repeat center center;
  background-size: 100% 100%;
  margin: 1.5rem 0;
}

.giftSectionsContent {
  background: rgb(255 255 255 / 20%);
  border-radius: 0.9375rem;
  padding: 10% 12%;
  -webkit-backdrop-filter: blur(0.625rem);
  backdrop-filter: blur(0.625rem);
  margin: 10% 5% 10% 0%;
}

.giftSectionsContent h3 {
  color: var(--text-white);
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0.9375rem;
}

.giftSectionsContent p {
  color: rgb(255 255 255 / 70%);
  font-weight: 400;
  line-height: 1.875rem;
  font-size: 1.375rem;
}

.giftSectionsContent a {
  border-radius: 3.125rem;
  background-color: #9e0202;
  width: 100%;
  display: inline-flex;
  padding: 0.9375rem;
  justify-content: center;
  align-items: center;
  font-size: 1.375rem;
  color: #fff;
  margin-top: 2.1875rem;
  font-weight: 500;
  text-transform: uppercase;
}

/*************************************************** /HOME PAGE ****************************************************
***********************************************************************************************************************************************************************************/

/*contact form*/
.contact-from-area .contact-form-style button {
  font-size: 1.0625rem;
  font-weight: 500;
  padding: 1.25rem 2.5rem;
  color: var(--text-white);
  border: none;
  background-color: #253D4E;
  border-radius: 0.625rem;
  font-family: var(--font-primary);
}

.contact-from-area .contact-form-style button:hover {
  background-color: var(--color-primary) !important;
}

.form-group {
  margin-bottom: 1rem;
}

.form-group input {
  background: #fff;
  border: 0.0625rem solid #ececec;
  height: 4rem;
  box-shadow: none;
  padding-left: 1.25rem;
  font-size: 1rem;
  width: 100%;
}

.form-group input:focus {
  background: transparent;
  border-color: #BCE3C9;
}

label {
  margin-bottom: 0.3125rem;
}

.security-code {
  display: inline-block;
  border-radius: 0.625rem;
  height: 4rem;
  line-height: 4rem;
  padding: 0 2.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  background: #BCE3C9;
}

.security-code b {
  font-size: 1.5rem;
  font-weight: bold;
}

.custome-radio .form-check-label,
.custome-checkbox .form-check-label {
  position: relative;
  cursor: pointer;
}

.custome-checkbox .form-check-label {
  position: relative;
  cursor: pointer;
  color: var(--text-primary);
  font-weight: 500;
  padding: 0;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  /* margin-bottom: 0.625rem; */
}

.custome-checkbox .form-check-label::before {
  content: "";
  border: 0.0625rem solid #E5E5E5;
  height: 1.0625rem;
  width: 1.0625rem;
  margin: 0rem 0.5rem 0 0;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0.125rem;
}

.custome-checkbox .form-check-label span {
  vertical-align: middle;
}

.custome-checkbox input[type=checkbox]:checked+.form-check-label::after {
  opacity: 1;
}

.custome-checkbox input[type=checkbox]+.form-check-label::after {
  content: "";
  width: 0.6875rem;
  position: absolute;
  top: 1.1875rem;
  left: 0.1875rem;
  opacity: 0;
  height: 0.375rem;
  border-left: 0.125rem solid #fff;
  border-bottom: 0.125rem solid #fff;
  transform: translateY(-65%) rotate(-45deg);
}

.custome-radio .form-check-input,
.custome-checkbox .form-check-input {
  display: none;
}

.login_footer {
  margin-bottom: 1.25rem;
  margin-top: 0.3125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.custome-checkbox input[type=checkbox]:checked+.form-check-label::before {
  background-color: var(--bg-dark);
  border-color: var(--bg-dark);
}

.custome-checkbox input[type=checkbox]:checked+.form-check-label::after {
  opacity: 1;
}

.divider-text-center {
  text-align: center;
  position: relative;
}

.divider-text-center::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  border-top: 0.0625rem solid #ddd;
  transform: translateY(-50%);
}

.divider-text-center span {
  background-color: #fff;
  padding: 0 0.9375rem;
  position: relative;
  text-transform: uppercase;
}

.comments-area h4 {
  margin-bottom: 2.1875rem;
  color: #2a2a2a;
  font-size: 1.125rem;
}

.comment-form .email {
  padding-right: 0rem;
}

.form-control {
  border: 0.0625rem solid #f0e9ff;
  border-radius: 0.625rem;
  height: 3rem;
  padding-left: 1.125rem;
  font-size: 1rem;
  background: transparent;
}

.comment-form {
  padding-top: 2.8125rem;
  margin-bottom: 1.25rem;
}

.comment-form .form-group {
  margin-bottom: 1.25rem;
}

.comment-form textarea {
  min-height: 12.5rem;
  padding-top: 0.9375rem;
}

.comment-form textarea:focus {
  background: transparent;
  outline: none !important;
  box-shadow: none;
  border-color: #BCE3C9;
}

.form-control:focus {
  outline: 0;
  box-shadow: none;
}

.form-control::-moz-placeholder {
  font-weight: 300;
  color: #999999;
  color: #777777;
}

.form-control::placeholder {
  font-weight: 300;
  color: #999999;
  color: #777777;
}

.nice-select .list {
  width: 100%;
}

.button-contactForm {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
  padding: 0.75rem 1.5625rem;
}

.search-form form {
  position: relative;
}

.search-form form input {
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.search-form form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border: none;
  font-size: 1.25rem;
  height: 100%;
  padding: 0 1.5rem;
  background-color: transparent;
  color: #242424;
}

.search-form form button:hover {
  color: #fff;
}

input.qty-val {
  border: 0;
  border-radius: 0;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
}

/**************************************************CARAUSEL/SLIDER**************************************************
***********************************************************************************************************************************************************************************/
.single-animation-wrap.slick-active .slider-animated-1 h1 {
  animation-delay: 1.4s;
  animation-name: fadeInUp;
}

.single-animation-wrap.slick-active .slider-animated-1 h2 {
  animation-delay: 1.2s;
  animation-name: fadeInUp;
}

.single-animation-wrap.slick-active .slider-animated-1 h3 {
  animation-delay: 1s;
  animation-name: fadeInUp;
}

.single-animation-wrap.slick-active .slider-animated-1 h4 {
  animation-delay: 1s;
  animation-name: fadeInUp;
}

.single-animation-wrap.slick-active .slider-animated-1 span {
  animation-delay: 0.5s;
  animation-name: fadeInUp;
}

.single-animation-wrap.slick-active .slider-animated-1 p {
  animation-delay: 1.7s;
  animation-name: fadeInUp;
}

.single-animation-wrap.slick-active .slider-animated-1 a.btn {
  animation-delay: 2s;
  animation-name: fadeInUp;
}

.single-animation-wrap.slick-active .slider-animated-1.slider-product-price {
  animation-delay: 1.2s;
  animation-name: flipInY;
}

.single-animation-wrap.slick-active .slider-animated-1 .single-slider-img img {
  animation-delay: 1.5s;
  animation-name: fadeInUp;
}

.single-animation-wrap.slick-active .slider-animated-1 .slider-product-offer-wrap,
.single-animation-wrap.slick-active .slider-animated-1 .slider-product-offer-wrap-2 {
  animation-delay: 1s;
  animation-name: fadeInUp;
}

.hero-slider-1 {
  position: relative;
}

.hero-slider-1 .single-hero-slider {
  height: 500px;
  background-size: cover;
  background-position: center center;
}

.hero-slider-1 .single-hero-slider.rectangle {
  border-radius: 0;
}

.hero-slider-1 .single-hero-slider.rectangle .slider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}

.hero-slider-1 .single-hero-slider.rectangle .slider-content form {
  margin: 0 auto;
}

.hero-slider-1 img {
  max-height: 33.625rem;
  /* border-radius: 1.875rem; */
}

.hero-slider-1 .slider-content {
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
}

.hero-slider-1 .slider-content p {
  font-size: 1.875rem;
}

.hero-slider-1 .slider-content form {
  background-color: #fff;
  max-width: 28.125rem;
  border-radius: 3.125rem;
}

.hero-slider-1 .slider-content form input {
  border: 0;
  border-radius: 3.125rem 0 0 3.125rem;
  padding-left: 3.625rem;
  background: url(../images/icon-plane.png) no-repeat 1.5625rem center;
}

.hero-slider-1 .slider-content form button {
  border: 0;
  border-radius: 3.125rem;
}

.hero-slider-1 .single-slider-img-1 {
  height: 33.625rem;
  position: relative;
}

.hero-slider-1 .single-slider-img-1 .slider-1-1 {
  position: absolute;
  bottom: 1.875rem;
  right: 0;
}

.hero-slider-1 .single-slider-img-1 .slider-1-2 {
  position: absolute;
  bottom: 1.25rem;
  right: 0;
}

.hero-slider-1 .single-slider-img-1 .slider-1-3 {
  position: absolute;
  bottom: 1.875rem;
  right: 0;
}

.hero-slider-1.style-5 .display-2 {
  font-size: 3.125rem;
}

.hero-slider-1.style-5 .slider-content p {
  font-size: 1.5rem;
}

.hero-slider-1.style-5 img {
  border-radius: 0.625rem;
}

.hero-slider-1.style-5 .single-hero-slider {
  border-radius: 0.625rem;
}

.hero-slider-1 .slider-arrow {
  visibility: hidden;
}

.dot-style-1 ul {
  display: flex;
}

.dot-style-1 ul li {
  margin: 0 0.1875rem;
}

.dot-style-1 ul li button {
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 1.875rem;
  border: 0.0625rem solid;
  padding: 0;
  font-size: 0rem;
  border-color: var(--text-white);
  background: none;
  transition: all 0.3s linear;
}

.dot-style-1 ul li button:hover {
  background: #ffffffb5;
  border-color: #ffffffb5;
}

.dot-style-1 ul li.slick-active button {
  background: var(--text-white);
  border-color: var(--text-white);
}

.dot-style-1.dot-style-1-position-1 ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.5rem;
  border-radius: 50px;
  overflow: hidden;
}

.dot-style-1.dot-style-1-position-2 ul {
  position: absolute;
  left: 6%;
  bottom: 0.9375rem;
}

.dot-style-1.dot-style-1-center ul {
  justify-content: center;
}

.dot-style-1.dot-style-1-mt1 ul {
  margin-top: 1.875rem;
}

.slider-arrow {
  position: absolute;
  top: 0rem;
  transform: translateY(-50%);
  z-index: 2;
  width: 100%;
  right: 0rem;
}

.slider-arrow .slider-btn {
  cursor: pointer;
  background: var(--text-white);
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
  transition: all 0.2s ease-out;
  text-align: center;
  line-height: 2.8125rem;
  font-size: 1rem;
  color: var(--bg-dark);
  text-decoration: underline;
}

.section-title .slider-arrow .slider-btn {
  text-decoration: none;
}

.slider-arrow .slider-btn.slider-prev {
  right: 2.3rem;
}

.slider-arrow .slider-btn.slider-prev i {
  margin-right: 0.125rem;
}

.slider-arrow .slider-btn.slider-next {
  right: 0rem;
}

.slider-arrow .slider-btn.slider-next i {
  margin-left: 0.125rem;
}

.slider-arrow .slider-btn:hover {
  background-color: #f7f7f7;
  color: var(--text-primary);
  border-color: #f7f7f7;
}

.slider-arrow.slider-arrow-2 .slider-btn {
  width: 2rem;
  height: 2rem;
  /* line-height: 2rem; */
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.slider-arrow.slider-arrow-2.flex-right {
  display: flex;
  position: relative;
  max-width: 12.5rem;
  justify-content: flex-end;
  top: unset;
  transform: unset;
}

.slider-arrow.slider-arrow-2.flex-right .slider-btn {
  position: relative;
  left: unset;
  right: unset;
}

.slider-arrow.slider-arrow-2.flex-right .slider-btn.slider-prev {
  margin-right: 0.625rem;
}

.slider-arrow.slider-arrow-3 .slider-btn {
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.75rem;
  font-size: 0.75rem;
  margin-top: -0.9375rem;
}

.slider-arrow.style-3 .slider-btn {
  width: 2.5rem;
  height: 2.5rem;
  border: 0.0625rem solid #dcdeed;
  line-height: 2.5rem;
  font-size: 0.75rem;
  margin-top: -1.25rem;
}

.home-slide-cover {
  position: relative;
}

.home-slide-cover .slider-arrow {
  left: 0;
}

.home-slide-cover .hero-slider-content-2 {
  padding-left: 3.125rem;
}

.carausel-8-columns-cover .carausel-8-columns {
  overflow: hidden;
  margin: 0 -0.75rem;
}

.carausel-8-columns-cover .carausel-8-columns .card-1 {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}

.carausel-8-columns-cover .product-img {
  border: 0.0625rem solid #cce7d0;
}

.carausel-8-columns-cover .slider-arrow {
  top: -5rem;
}

.carausel-8-columns-cover .slider-arrow .slider-btn.slider-next {
  right: 0;
}

.carausel-8-columns-cover .slider-arrow .slider-btn.slider-prev {
  right: 3rem;
  left: unset;
}

.carausel-8-columns-cover.arrow-center .slider-arrow {
  top: 50%;
  transform: translateY(-50%);
  margin-top: -3.125rem;
}

.carausel-8-columns-cover.arrow-center .slider-arrow .slider-btn.slider-next {
  right: -1.875rem;
}

.carausel-8-columns-cover.arrow-center .slider-arrow .slider-btn.slider-prev {
  left: -1.875rem;
}

.carausel-8-columns-cover.arrow-center .slider-arrow.slider-arrow-3 {
  margin-top: 0;
}

.carausel-10-columns-cover .carausel-10-columns {
  overflow: hidden;
  margin: 0 -0.75rem;
}

.carausel-10-columns-cover .carausel-10-columns .card-2 {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}

.carausel-4-columns-cover .carausel-4-columns {
  overflow: hidden;
  margin: 0 -0.75rem;
}

.carausel-4-columns-cover .carausel-4-columns .product-cart-wrap {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
  position: relative;
}

.carausel-4-columns-cover .carausel-4-columns-arrow {
  margin-top: -6.25rem;
}

.carausel-4-columns-cover .product-cart-wrap {
  margin-bottom: 1.25rem;
}

.carausel-4-columns-cover .product-cart-wrap:hover {
  box-shadow: 0.3125rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.1);
}

.bg-grey-10 {
  background-color: #d0f3ec;
}

.hero-slider-1 .slick-dots {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  width: 360px;
  height: 6px;

  background: rgba(255, 255, 255, .25);
  /* border-radius:100px; */
  overflow: hidden;

  display: inline-flex;
  padding: 0;
  margin: 0;
  align-items: center;
}

.hero-slider-1 .slick-dots li {
  flex: 1;
  list-style: none;
  margin: 0;
  height: 100%;
  display: inline-flex;
}

.hero-slider-1 .slick-dots button {
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: transparent;
  text-indent: -9999px;
  position: relative;
  border-radius: 0px;
}

.hero-slider-1 .slick-dots li.slick-active button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  /* border-radius:100px; */
  transform-origin: left;
  animation: progressBar 5s linear forwards;
}

@keyframes progressBar {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

.carausel-3-columns-cover {
  position: relative;
}

.carausel-3-columns-cover .carausel-3-columns {
  overflow: hidden;
  margin: 0 -0.75rem;
}

.carausel-3-columns-cover .carausel-3-columns img {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}

.carausel-3-columns-cover #carausel-3-columns-arrows {
  position: absolute;
  top: 50%;
  margin-top: -1.25rem;
  width: 100%;
  z-index: 3;
}

.carausel-3-columns-cover .slider-btn {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 2.5rem;
  line-height: 2.75rem;
  text-align: center;
  background: #F2F3F4;
  font-size: 1.6875rem;
  color: var(--color-primary);
  position: absolute;
}

.carausel-3-columns-cover .slider-btn.slider-prev {
  left: -1.25rem;
}

.carausel-3-columns-cover .slider-btn.slider-next {
  right: -1.25rem;
}

.carausel-3-columns-cover .slider-btn:hover {
  background: var(--color-primary);
  color: #fff;
}

/*COMPONENTS -> CARD*/
.card-1 {
  position: relative;
  background: #F4F6FA;
  text-align: center;
  border: 0.0625rem solid #F4F6FA;
  border-radius: 0.625rem;
  padding: 2.5rem 1.875rem 1.75rem 1.875rem;
  margin-bottom: 1.25rem;
  min-height: 13.4375rem;
  transition: 0.2s;
}

.card-1:hover {
  background: #fff;
  border: 0.0625rem solid #BCE3C9;
  box-shadow: 0.3125rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.05);
  transition: 0.2s;
}

.card-1 figure {
  text-align: center;
  margin-bottom: 1.25rem;
}

.card-1 figure img {
  border-radius: 0.625rem;
  display: inline-block;
  max-width: 5rem;
}

.card-1 h6 {
  margin: 0;
}

.card-1 h6 a {
  color: #253D4E;
}

.card-1:hover a {
  color: var(--color-primary);
}

.card-2 {
  position: relative;
  background: var(--text-white);
  text-align: center;
  border: 0rem solid var(--text-white);
  border-radius: 0.625rem;
  padding: 1.25rem 0rem 1.125rem 0rem;
  /* margin-bottom: 1.25rem; */
  /* min-height: 11.25rem; */
  transition: 0.2s;
}

.card-2:hover {
  background: #fff;
  transition: 0.2s;
}

.card-2 figure:hover {
  box-shadow: 0.3125rem 0.625rem 0.9375rem rgba(0, 0, 0, 0.12);
}

.card-2 figure {
  background-color: var(--text-white);
  border-radius: 6.25rem;
  width: 8rem;
  height: 8rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 0.0625rem solid var(--color-primary);
}

.card-2 figure a {
  width: 100%;
}

.card-2 figure img {
  border-radius: 0.625rem;
  display: inline-block;
  max-width: 50%;
}

.card-2 h6 {
  margin: 0;
}

.card-2 h6 a {
  color: var(--text-primary);
  font-weight: 500;
  font-size: 1.375rem;
}

.card-2:hover a {
  color: var(--color-primary);
}

/* =========================================================
   CATEGORY SLIDER - VARIABLE WIDTH
   Only affects the category slider
   ========================================================= */

.categorySlider .carausel-10-columns .slick-slide {
  width: auto !important;
}

.categorySlider .carausel-10-columns .card-2 {
  width: auto !important;
  display: inline-block;
  box-sizing: border-box;
  white-space: nowrap;

  /*
     * Common left/right spacing for every category.
     * Change 25px if you need more/less spacing.
     */
  padding-left: 25px;
  padding-right: 25px;
}

.categorySlider .carausel-10-columns .card-2 h6 {
  width: auto;
  margin: 0;
  white-space: nowrap;
}

.categorySlider .carausel-10-columns .card-2 h6 a {
  white-space: nowrap;
}

/* Center the complete category slider */
.categorySlider .carausel-10-columns .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Keep each category card content-based */
.categorySlider .carausel-10-columns .slick-slide {
  width: auto !important;
}

.categorySlider .carausel-10-columns .card-2 {
  width: auto !important;
  display: inline-block;
  box-sizing: border-box;
  white-space: nowrap;
  padding-left: 25px;
  padding-right: 25px;
}

.hero-card {
  width: 100%;
  position: relative;
  background: #fff;
  padding: 1.875rem;
  border-radius: 0.625rem;
  transition: all 0.3s ease;
  border: 0.0625rem solid #eee;
}

.hero-card:hover {
  border: 0.0625rem solid var(--color-primary);
}

.hero-card .hero-card-icon {
  width: 4.0625rem;
  height: 4.0625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.25rem;
  border-radius: 0.3125rem;
  transition: all 0.3s ease;
}

.hero-card .hero-card-icon.icon-left {
  width: 8.4375rem;
  align-items: start;
}

.hero-card .hero-card-icon.icon-left-2 {
  width: 16.5625rem;
  align-items: start;
}

.hero-card .hero-card-icon i {
  font-size: 1.5625rem;
  color: #6143f7;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0.0625rem solid #ececec;
  border-radius: 0.25rem;
}

.card .card-header {
  padding: 1rem;
  margin-bottom: 0;
  background-color: #f7f8f9;
  border-bottom: 0.0625rem solid #ececec;
}

.featured-card {
  padding: 3.125rem 1.875rem;
  border-radius: 0.9375rem;
  border: 0.0625rem solid #ececec;
  background: #fff;
}

.featured-card img {
  margin-bottom: 1.875rem;
  width: 6.25rem;
}

.featured-card h4 {
  margin-bottom: 1.875rem;
}

.featured-card p {
  font-size: 1.0625rem;
  margin-bottom: 1.875rem;
}

.featured-card a {
  font-size: 1rem;
}

.featured-card:hover {
  box-shadow: 0.3125rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.05);
}

.team-card {
  position: relative;
}

.team-card img {
  border-radius: 0.9375rem;
  z-index: 1;
}

.team-card:hover .content {
  transform: translateY(-5.9375rem);
  transition: 0.2s;
}

.team-card .content {
  box-shadow: 0.3125rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.05);
  border-radius: 0.9375rem;
  background: #fff;
  padding: 1.875rem;
  max-width: 80%;
  position: relative;
  z-index: 2;
  transform: translateY(-5.625rem);
  margin-left: auto;
  margin-right: auto;
  transition: 0.2s;
}

.team-card .content span {
  font-size: 1.0625rem;
}

.team-card .content .social-network a {
  display: inline-block;
  padding: 0 0.3125rem;
}

.team-card .content .social-network a img {
  max-width: 1.875rem;
  min-width: 1.25rem;
}

/*************************************************** User Account Dashboard ****************************************************
***********************************************************************************************************************************************************************************/
#usderDashboard_wpr .page-header.breadcrumb-wrap {
  margin-bottom: 1rem;
}

.account .card {
  border: 0;
}

.account .card .card-header {
  border: 0;
  background: none;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.account .card .card-header h5 {
  text-transform: uppercase;
  font-size: 1.1rem;
}

.account .card table td,
.account .card table th {
  border: 0;
}

.account .card .table>thead {
  font-family: var(--font-primary);
  font-size: 1.0625rem;
}

.tab-content.account {
  margin-left: 2rem;
  min-height: 350px;
}

.card-login {
  padding: 3.125rem;
  border-radius: 0.9375rem;
  border: 0.0625rem solid #ececec;
  margin-left: 1.875rem;
}

.card-login .social-login {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: var(--font-primary);
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.9375rem 1.5625rem;
  border-radius: 0.625rem;
  margin-bottom: 1.25rem;
  transition: 0.3s;
}

.card-login .social-login img {
  min-width: 1.75rem;
  max-width: 1.75rem;
  margin-right: 0.9375rem;
}

.card-login .social-login.facebook-login {
  background-color: #1877F2;
  color: #fff;
}

.card-login .social-login.google-login {
  background-color: #fff;
  color: var(--text-secondary);
  border: 0.0625rem solid #F2F3F4;
}

.card-login .social-login.apple-login {
  background-color: #000000;
  color: #fff;
  margin-bottom: 0;
}

.card-login .social-login:hover {
  transform: translateY(-0.1875rem);
  transition: 0.3s;
  box-shadow: 0.3125rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.05);
}

.popular-categories .card-2 figure {
  border: 0rem solid var(--color-primary);
}

.popular-categories .card-2 figure:hover {
  box-shadow: 0.25rem 0.25rem 0.9375rem rgba(0, 0, 0, 0.05);
}

.popular-categories .card-1 {
  padding: 0rem;
  min-height: auto;
}

.popular-categories .section-title a.show-all i {
  font-size: 1rem;
}

/*COMPONENTS -> TABS*/
.nav-tabs {
  border: 0;
  margin-bottom: 0.25rem;
}

.nav-tabs .nav-link {
  background-color: rgb(238, 238, 238);
  font-size: 0.9375rem;
  margin: 0 0.625rem;
  margin-left: 0.625rem;
  color: #444;
  border-radius: 0.25rem;
  padding: 0.9375rem 1.5rem;
  transition: 0.2s;
  border: 0;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  font-family: var(--font-primary);
  font-weight: 600;
  line-height: 1;
}

.nav-tabs .nav-link.active {
  color: var(--color-primary);
  background-color: #fde1bd;
}

.nav-tabs .nav-link:hover {
  color: var(--color-primary);
  background-color: #fde1bd;
  transform: translateY(-0.1875rem);
  transition: 0.2s;
}

.nav-tabs .nav-link:first-child {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.nav-tabs.links .nav-link {
  padding: 0 0.625rem;
  background: none;
  font-size: 1rem;
  color: #253D4E;
}

.nav-tabs.links .nav-link:hover,
.nav-tabs.links .nav-link.active {
  color: var(--color-primary);
}

.nav-tabs.no-border {
  border: none;
}

.nav-tabs.right .nav-item:last-child .nav-link {
  margin-right: 0;
}

.nav.right {
  justify-content: end;
}

.dashboard-menu ul {
  padding: 0;
  margin: 0;
}

.dashboard-menu ul li {
  position: relative;
  border-radius: 0.625rem;
  border: 0rem solid #ececec;
  border-radius: 0.625rem;
}

.dashboard-menu ul li a {
  font-size: 0.9rem;
  color: var(--text-secondary);
  padding: 1.2rem 0rem;
  font-family: var(--font-primary);
  font-weight: 700;
  display: inline-flex;
  width: 100%;
  border-bottom: 0.1rem solid var(--text-light);
}

.dashboard-menu .nav-link:focus,
.dashboard-menu .nav-link:hover {
  color: var(--bg-dark);
}

.dashboard-menu ul li a i {
  color: var(--text-secondary);
  font-size: 1rem;
  opacity: 0.6;
  margin-right: 0.8rem;
}

.dashboard-menu ul li a.active, .dashboard-menu ul.inner-tab-nav li:last-child a.active {
  color: var(--bg-dark);
  /* background-color: #f4f4f6; */
  /* border-radius: 0.5rem; */
  border-bottom: 0.1rem solid var(--bg-dark);
  
}
.dashboard-menu ul.inner-tab-nav li:first-child a {
  padding: 1rem 0rem;
}
.dashboard-menu ul li a.active i {
  color: var(--bg-dark);
}

.dashboard-menu ul li a::after {
  content: "\f10e";
  position: absolute;
  display: block;
  width: 0.625rem;
  height: 100%;
  right: 0.01rem;
  top: 0%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: uicons-regular-straight !important;
  font-size: 0.6rem;
}
.dashboard-menu>ul li:first-child a{
      padding: 1rem 0rem;
}
.dashboard-menu>ul>li:last-child a{
  border-bottom: 0rem solid var(--text-light);
}
.dashboard-menu ul.inner-tab-nav li:last-child a{
  border-bottom: 0.1rem solid var(--text-light);
}
.dashboard-menu ul.inner-tab-nav li a{
  padding: 1rem 0rem;
}
#dashboard .card-header span {
  font-size: 0.9rem;
}
#rewards-detail-tab span{
  width: 100%;
}
#rewards-detail-tab span img{
  width: 225px;
}
.rewardSectionRow {
    /* background-color: #F4F4F6; */ 
    padding: 2.5rem;
    border-radius: 0.5rem;
    text-align: center;
    border: 0.125rem solid #F4F4F6;
    /* margin: 0rem 2.5rem; */
}
.rewardSectionRow .qr-code-row{
  letter-spacing: 0.2rem; 
  font-weight: 600;
  font-family: 'Richmond'; 
}
.richmond-rewards{
  display: inline-flex;
  width: 100%;
  flex-direction: column;
}
#richmond-rewards h5 {
    margin-bottom: 2rem;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    width: 100%;
}
.rmRewardsBox-left {
    /* background-color: #F4F4F6; */
    padding: 2.5rem;
    border-radius: 0.5rem;
    text-align: center;
    border: 0.125rem solid #F4F4F6;
    /* margin: 0rem 2.5rem; */
    height: 100%;
}
.rmRewardsBox-left ul{
  display: inline-flex;
  width: 100%;
  flex-direction: column;
}
.rmRewardsBox-left ul li {
    display: inline-flex;
    margin-bottom: 1.75rem;
    align-items: flex-start;
}
.rmRewardsBox-left ul li img{
  width: 2rem;
  margin-right: 1.25rem;
}
.rmRewardsBox-left .available-points{
    border: 0px dashed #adadad;
    width: 100%;
    padding: 1rem;
    border-style: dashed;
    background-color: #f4f4f6;
    border-radius: 0.5rem;
    display: inline-flex;
    margin-bottom: 1.5rem;
    align-items: center;
    justify-content:space-between;
}
.rmRewardsBox-left .available-points i{
  color:#adadad;
  cursor: pointer;
}
.rmRewardsBox{
    text-align: left;
}
.rmRewardsBox h6{
    font-size: 1rem;
    font-family: var(--font-medium);
    margin-bottom: 0.3rem;
}
.rmRewardsBox p {
    color: #adadad;
    line-height: 1.15rem;
}
.rwd-points-row{
  border-bottom:0.13rem solid #F4F4F6;
   margin-bottom:1.3rem;
}
.rwd-points-row ul{
    display: inline-flex;
    width: 100%;
    background: #F4F4F6;
    margin:1.5rem 0rem;
}
.rwd-points-row ul li{
    padding:2rem 1rem;
    width: 50%;
}
.rwd-points-row ul li:last-child{
  border-left:0.12rem solid #d5d5d5;
}
.rwd-points-row ul li h6{
    text-transform: uppercase;
    color: var(--text-gray);
    margin-bottom: 0.5rem;
}
.rwd-points-row ul li span
{
  margin-top: -0.3rem;
  margin-right: 0rem; 
  font-family: 'Richmond', sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
}
.rwd-points-row ul li span svg{
width: 1.05rem;
}
.rwd-user-dtls ul li{
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    margin: 0.15rem 0rem;
}
.rwd-user-dtls ul li span:first-child{
  text-transform: uppercase;
}
/* .refere-friend-col{
    display: inline-flex;
    justify-content: center;
    width: 100%;
} */
/* #refer-friend .rmRewardsBox-left{
  width: 50%;
} */
#refer-friend .rmRewardsBox-left h5{
    margin-bottom: 1.5rem;
}
#refer-friend .rmRewardsBox-left h5 svg {
    margin: -0.1rem 0.25rem 0rem;
    width: 0.99rem;
}
#securitySettings .formBox-col{
  text-align: center;
}
.refere-friend-col .rewardSectionRow {
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
}
.referal-code-row {
    border: 1px dashed #adadad;
    width: 80%;
    padding: 2rem;
    border-style: dashed;
    background-color: #f4f4f6;
    border-radius: 0.5rem;
}
.refere-friend-col .referal-code-row{
  margin : 1rem 0rem;
}
.refere-friend-col .rewardSectionRow  a{
    width: 80%;
}


















.tab-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tab-header .view-more {
  font-family: var(--font-primary);
  font-size: 0.8125rem;
  font-weight: 700;
  display: flex;
  border-bottom: 0.125rem solid #cce7d0;
  margin-bottom: 1.25rem;
}

.tab-header .view-more i {
  margin-left: 0.3125rem;
  margin-top: 0.3125rem;
  transition: 0.5s;
}

.tab-header .view-more:hover i {
  transform: translateX(0.3125rem);
  transition: 0.5s;
}

#dashboard form {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-end;
}

#dashboard ul {
  width: 100%;
  /* margin-bottom: 1.5rem; */
}

#dashboard .form-group {
  margin-bottom: 1.5rem;
  width: 49%;
}

#dashboard form span {
  width: 100%;
}

.order-row {
  background-color: #F4F4F6;
  padding: 0.9rem 1.5rem;
  border-radius: 0.5rem;
}

.order-top-row {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}

.order-mddl-row {
  padding: 1rem 0rem;
}

.order-mddl-row img {
  width: 4rem;
  background: #fff;
  margin-right: 0.5rem;
  border-radius: 0.5rem;
}

.order-top-row span:last-child i {
  display: inline-flex;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  align-items: center;
  background-color: rgb(0 0 0 / 10%);
  padding: 1rem;
  border-radius: 100%;
}

.order-btm-row {
  display: inline-flex;
  justify-content: flex-start;
  width: 100%;
  align-items: flex-start;
  border-top: 0.1rem solid #d8d8d8;
  padding-top: 0.5rem;
}

.order-btm-row span {
  text-transform: uppercase;
  height: 1.4rem;
}

.profile-form .form-group {
  margin-bottom: 24px;
}

.profile-form .form-group label {
  display: block;
  margin-bottom: 0.6rem;
  color: #111;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
}

.account #orders .table> :not(caption)>*>* {
  padding: 0.5rem 0rem;
}

.account #orders .table {
  margin-bottom: 0rem;
}
#usderDashboard_wpr .page-header.breadcrumb-wrap .container {
  padding: 0rem;
}

#usderDashboard_wpr .page-header.breadcrumb-wrap .breadcrumb {
  display: inline-flex;
}

#usderDashboard_wpr .page-header.breadcrumb-wrap .breadcrumb a i {
  margin-right: 0.4rem;
}

#usderDashboard_wpr .page-header.breadcrumb-wrap .breadcrumb span::before {
  font-size: 1rem;
}

.profile-form .form-group input {
  width: 100%;
  border: 0 solid #f1f1f1;
  background: #F4F4F6;
  color: #111;
  font-size: 0.85rem;
  font-weight: 400;
  outline: none;
  box-sizing: border-box;
}

.profile-form .form-group input::placeholder {
  color: #111;
  opacity: 1;
}

.profile-form .form-group input:focus {
  border-color: #ddd;
  background: #f7f7f7;
}

.profile-form {
  margin-bottom: 0;
}

.profile-form button {
  width: 100%;
  padding: 0;
  border: 0;
  height: 4rem;
  border-radius: 6px;
  background: #000;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.wishlist-row {
  display: inline-flex;
  justify-content: flex-start;
  width: 100%;
  background-color: #f4f4f6;
  padding: 1.5rem 1.5rem;
  border-radius: 0.5rem;
}

.wishlist-row-left {
  display: inline-flex;
  width: 28%;
  padding-right: 1rem;
}

.wishlist-row-right {
  width: 74%;
}

.wishlist-row-left img {
  width: 8rem;
  background: #fff;
  border-radius: 0.5rem;
}

.wishlist-row-right span {
  font-size: 1.2rem;
}

.wishlist-row-right>span {
  padding-bottom: 0.5rem;
  display: block;
}

.wishlist-row-right h6 {
  text-transform: uppercase;
  font-size: 0.75rem;
}

.wishlist-row-right svg {
  width: 1.1rem;
}

.rtySec {
  display: inline-flex;
  justify-content: flex-start;
  padding-top: 0. 1rem;
}

.rtySec span {
  font-size: 0.8rem;
  margin-right: 1.5rem;
}

.wishlist-right-btm .detail-qty {
  background: var(--text-primary);
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-primary);
  border-radius: 0.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  gap: 0.625rem;
  transition: all 300ms linear 0s;
  margin-right: 0.5rem;
}

.wishlist-row-right {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}

.wishlist-right-top {
  display: inline-flex;
  margin-bottom: 0.5rem;
  flex-direction: column;
  gap: 0.2rem;
}

#wishlist-sec .table>tbody {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  ;
}

#wishlist-sec .table>tbody tr {
  width: 50%;
}

#wishlist-sec .table>tbody tr td {
  display: block;
  padding: 0 0 1rem;
}

#wishlist-sec .table>tbody tr:nth-child(odd) td {
  padding-right: 1rem;
}

.wishlist-row-left a {
  color: var(--bg-dark);
  font-size: 15px;
  font-weight: 600;
  text-decoration: underline;
}

.wishlistPrize {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0.6rem;
}

.wishlistPrize a {
  text-decoration: underline;
}

.inner-tab-nav {
  display: inline-flex;
  width: 100%;
}

.inner-tab-nav li {
  width: 50%;
}

.dashboard-menu .inner-tab-nav {
  margin-bottom: 1rem;
}

.tab-content.account.inner-tab-content {
  margin-left: 0rem;
}

.inner-tab-content .card-header {
  padding: 0;
}

.dashboard-menu ul.inner-tab-nav li a::after {
  display: none;
}

.dashboard-menu ul.inner-tab-nav li a {
  width: 100%;
  justify-content: center;
  color: #adadad;
}

.dashboard-menu ul.inner-tab-nav li a.active {
  color: var(--bg-dark);
}

.card-body-nop .card-body {
  padding: 0px;
}

.addressBlock-row {
  display: inline-flex;
  width: 100%;
  margin: 0;
}

.addressBlock {
  /* background-color:#F4F4F6; */
  background-color: #fff;
  padding: 1rem;
  /* border-top: 0rem solid #d8d8d8;
    border-bottom: 0.05rem solid #d8d8d8; */
  position: relative;
  width: 32.5%;
  margin: 0.5%;
  border-radius: 0.5rem;
  /* margin: 0.3rem 0.3rem; */
  border: 0.1rem solid #d8d8d8
}

.addressBlock span {
  width: 100%;
  display: inline-flex;
  color: #adadad;
}

.addressBlock a {
  top: 0.85rem;
  position: absolute;
  right: 0.9rem;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 0.7rem;
}

.addressBlock span:first-child {
  color: var(--bg-dark);
}

.addressBlock:first-child a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.8rem;
}

.addressBlock:first-child a i {
  margin-left: 0.5rem;
  font-size: 0.85rem;
}

.addressBlock:nth-child(3n) {
  margin-right: 0%;
}

.addressBlock:nth-child(3n + 1) {
  margin-left: 0%;
}

.addressBlock span i {
  margin-right: 0.5rem;
  font-size: 0.9rem;
}
.addressBlock label {
  border: 0.1rem solid var(--text-light);
  padding: 0.1rem 1.5rem;
  border-radius: 0.2rem;
  color: #adadad;
  margin-top: 0.5rem;
  text-transform: uppercase;
  font-size: 0.7rem;
}

.formBox {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  margin: 1% 5% 0%;
  width: 90%;
  text-align: center;
  border: 0.0625rem solid #ececec;
  border-radius: 0.5rem;
}

.formBox i {
  color: var(--bg-dark);
  background: #f7f7f7;
  padding: 1.8rem;
  font-size: 2.5rem;
  border-radius: 100%;
  margin-bottom: 1.5rem;
  gap: 0.25rem;
}

.formBox p {
  color: #777;
  font-size: 1rem;
  margin: 0.5rem 0 1.5rem;
}

#dashboard .formBox .form-group {
  width: 100%;
}

#dashboard .formBox .form-group input {
  border: 0 solid #f1f1f1;
  background: #F4F4F6;
}

#dashboard .formBox button {
  width: 100%;
  background-color: var(--bg-dark);
  border-color: var(--bg-dark);
  text-transform: uppercase;
}

#note-detail .inner-tab-nav {
  margin-bottom: 1.5rem;
}

.notificationRow {
  display: inline-flex;
  background-color: #F4F4F6;
  padding: 1.5rem;
  position: relative;
  margin-bottom: 1.5rem;
}

.notificationRow .notificationImg {
  display: inline-flex;
  width: 200px;
  margin-right: 1.5rem;
  align-items: flex-start;
}

.notificationRow .notificationImg img {
  width: 100%;
  background-color: var(--text-white);
  padding: 0.5rem;
  border-radius: 0.5rem;
}

.notificationRow .notificationCnt h5 {
  margin-bottom: 1rem;
}

.notificationRow span {
  color: #adadad;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.notificationRow p {
  color: #adadad;
  font-size: 0.9rem;
  font-family: 'Richmond', sans-serif;
}

#preferences ul li {
  padding: 1.5rem 2rem;
  background-color: #F4F4F6;
  margin-bottom: 1.2rem;
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.5rem;
}

#preferences ul li span {
  display: inline-flex;
  font-size: 1rem;
}

#preferences ul li i {
  font-size: 1.2rem;
  margin-right: 1rem;
}

.newNote::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background: var(--color-primary);
  position: absolute;
  right: 1.4rem;
  border-radius: 100%;
}

.custom-switch {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 1.5rem;
}

.custom-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-slider {
  position: absolute;
  inset: 0;
  background: #fff;
  border: 2px solid #222;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.2s ease;
}

.switch-slider::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  left: 2px;
  top: 2px;
  background: #222;
  border-radius: 50%;
  transition: 0.2s ease;
}

/* ON */
.custom-switch input:checked+.switch-slider {
  background: #222;
}

.custom-switch input:checked+.switch-slider::before {
  background: #fff;
  transform: translateX(1.5rem);
}



/*COMPONENTS -> MISC*/
/*Countdown*/
.deals-countdown .inner-tab-nav .countdown-section {
  position: relative;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1;
  padding: 1.25rem 0.3125rem 1.875rem 0.3125rem;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  background-color: #fff;
  border-radius: 0.25rem;
  border: none;
  margin-bottom: 2rem;
}

.deals-countdown .countdown-section .countdown-amount {
  display: inline-block;
  color: var(--color-primary);
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 0.9375rem;
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  font-family: var(--font-primary);
}

.deals-countdown .countdown-section .countdown-period {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0.625rem;
  display: block;
  color: var(--text-secondary);
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  font-size: 1rem;
  text-transform: capitalize;
}

.img-grey-hover {
  opacity: 0.5;
  filter: grayscale(1);
  transition-duration: 0.3s;
}

.img-grey-hover:hover {
  filter: none;
  opacity: 1;
  transition-duration: 0.3s;
}

.brand-logo img {
  width: auto;
  display: inline-block;
  padding: 0.625rem 0;
}

/*Heading tab*/
.heading-tab {
  align-items: center;
  flex-direction: row;
  text-align: left;
  justify-content: space-between;
}

/*page loading*/
.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  transition: 0.6s;
  margin: 0 auto;
}

.preloader img.jump {
  max-height: 6.25rem;
}

/*custom amine*/
.loader,
.bar {
  width: 6.25rem;
  height: 1.25rem;
}

.bar {
  position: absolute;
  display: flex;
  align-items: center;
}

.bar::before,
.bar::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background: var(--color-primary);
  opacity: 0;
  border-radius: 0.625rem;
  animation: slideleft 3s ease-in-out infinite;
}

.bar1::before {
  animation-delay: 0s;
}

.bar1::after {
  animation-delay: 0.3s;
}

.bar2::before {
  animation-delay: 0.6s;
}

.bar2::after {
  animation-delay: 0.9s;
}

.bar3::before {
  animation-delay: 1.2s;
}

.bar3::after {
  animation-delay: 1.5s;
}

/*page header*/
.page-header .page-title {
  font-weight: 900;
  font-size: 4rem;
}

.page-header.breadcrumb-wrap {
  padding: 0.5rem 1rem 0.5rem;
  background-color: #fff;
}

.breadcrumb {
  display: inline-block;
  padding: 0;
  text-transform: capitalize;
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
  background: none;
  margin: 0;
  border-radius: 0;
}

.breadcrumb span {
  position: relative;
  text-align: center;
  padding: 0 0.625rem;
  color: #000000;
}

.breadcrumb span::before {
  content: "\f111";
  font-family: "uicons-regular-straight" !important;
  display: inline-block;
  font-size: 0.5625rem;
}

.breadcrumb a {
  color: var(--text-secondary)
}


#listing_wpr .main {
  margin-top: 0rem;
}

.listAdsBnnr {
  margin-bottom: 2rem;
}

.listAdsBnnr .row {
  margin: 0;
}

.listAdsBnnr img {
  padding: 0;
}

.listing_wpr_top h1 {
  font-weight: 500;
}

.listing_wpr_top .breadcrumb {
  margin: auto;
}

#listing_wpr .list-group .list-group-item label {
  font-size: 0.9rem;
  font-weight: 500;
  /* padding: 1rem 0rem 0.5rem; */
  margin-bottom: 0rem;
}

#listing_wpr .list-group .list-group-item .filterClmn label {
  padding: 0.5rem 0rem 0.5rem;
}

.custome-checkbox .form-check-label span {
  font-size: 0.875rem;
}

#listing_wpr .caption {
  font-size: 1rem;
}

#listing_wpr .listing-row {
  display: inline-flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.listing-left {
  width: 80%;
}

.listing-right {
  width: 20%;
}

.listing_wpr_top_right {
  width: 80%;
}

.listing_wpr_top_left {
  width: 20%;
}
#help-support .card-body {
    padding: 0.5rem 0.5rem;
}
.help-support-row {
  display: inline-flex;
  width: 100%;
  margin: 0;
}

.help-support-box {
  background-color: #fff;
  position: relative;
  width: 32%;
  margin: 0.5%;
  border-radius: 0.5rem;
  border: 0.1rem solid #d8d8d8;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.help-support-box a {
  padding: 2rem;
  display: inline-flex;
  width: 100%;
  align-items: center;
  height: 100%;
}
/* 
.help-support-box:nth-child(3n + 1) {
  margin-left: 0%;
}

.help-support-box:nth-child(3n) {
  margin-right: 0%;
} */

.help-support-box img {
  width: 3.2rem;
  margin-right: 0.5rem;
}

.help-support-cnt p {
  color: #adadad;
}

.help-support-box i {
  position: absolute;
  right: 3rem;
}

.help-support-box:hover {
  box-shadow: 0.3125rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.1);
  border-color: #fff;
}

/*************************************************** Checkout PAGE ****************************************************
***********************************************************************************************************************************************************************************/
#checkout_wpr .container {
  max-width: 65%;
}

#checkout_wpr h1 {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  font-size: 1.2rem;
  font-family: var(--font-medium);
}

#checkout_wpr h5 {
  font-size: 1rem;
  text-transform: uppercase;
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
}

#checkout_wpr h5 a {
  text-decoration: underline;
}

.checkoutRowStyle {
  background-color: #F4F4F6;
  padding: 1.3rem;
  border-radius: 0.5rem;
  margin: 0rem;
  width: 100%;
}
.checkoutRowStyle p{
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
#checkout_wpr .section-title {
  width: 100%;
  margin-bottom: 0.5rem;
}

.bagListRow ul {
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
}

.bagListRow ul li {
  background-color: #fff;
  padding: 0.5rem;
  border-radius: 0.5rem;
  margin-right: 2rem;
  position: relative;
}

.bagListRow ul li span {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background: #000;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  border-radius: 0.3rem;
}

.bagListRow ul li img {
  width: 3rem;
  padding: 0rem;
}

.checkoutAddressRow address {
  display: inline-flex;
  flex-direction: column;
  padding: 0rem;
}

.checkoutAddressRow {
  position: relative;
}

.checkoutAddressRow a {
  position: absolute;
  text-decoration: underline;
  right: 0.5rem;
  top: 0.7rem;
  text-align: right;
  text-transform: uppercase;
}

.checkoutAddressRow img {
  width: 2.5rem;
  margin-bottom: 0.5rem;
  padding: 0rem;
}

.instructionRow {
  font-size: 1rem;
}

.instructionRow a {
  display: contents;
}

.instructionRow a i {
  /* display: inline-flex;
    width: 100%;
    justify-content: space-between; */
  margin-left: 0.5rem;
}

.delivery-options {
  border-radius: 14px;
  display: inline-flex;
  flex-direction: column;
  padding: 0rem;
}

.delivery-option {
  justify-content: space-between;
  border-bottom: 1px solid #d9d9d9;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  padding: 1.25rem 0rem;
  margin-bottom: 0rem;
}

.delivery-title {
  font-size: 0.95rem;
  font-weight: 500;
}

.delivery-price {
  display: flex;
  align-items: center;
  gap: 25px;
  font-weight: 500;
}

/* Hide default radio */
.delivery-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  right: 0;
}

/* Custom radio */
.custom-radio {
  width: 20px;
  height: 20px;
  border: 1px solid #74797d;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
}

/* Selected inner circle */
.delivery-option input[type="radio"]:checked+.custom-radio::after {
  content: "";
  width: 10px;
  height:10px;
  background: var(--bg-dark);
  border-radius: 50%;
  margin-left: 0.03rem; 
}

/* Optional hover effect */
.delivery-option:hover .custom-radio {
  border-color: #555b60;
}

.cardRow span {
  font-size: 1rem;
  /* margin-bottom: 1rem; */
}

.payment-wrapper {
  background: #f8f8f8;
  border: 1px solid #cfd3d8;
  border-radius: 15px;
  overflow: hidden;
}

.payment-option {
  border-bottom: 1px solid #d5d8dc;
}

.payment-option:last-child {
  border-bottom: none;
}

.payment-header {
  padding: 0.5rem 1rem;
  cursor: pointer;
}

.payment-header .form-check {
  display: flex;
  align-items: center;
  padding-left: 0;
}
.payment-header .form-check span{
  padding-left: 0.5rem;
}
.payment-header label {
  cursor: pointer;
  font-weight: 600; 
  margin-bottom: 0;
}

.payment-radio {
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.payment-content {
  display: none;
  padding: 1rem 1.5rem;
}

.payment-option.active .payment-content {
  display: block;
}

.payment-content .form-check-label {
  margin: 0.5rem 0rem 0rem;
}

.payment-option.active .payment-header {
  border-bottom: 1px solid #d5d8dc;
}

.payment-input {
  height: 48px;
  border-radius: 14px;
  border: 1px solid #d3d7dc;
  background: #fff;
}

.payment-input:focus {
  box-shadow: none;
  border-color: #888;
}

.card-icon {
  font-size: 14px;
  font-weight: bold;
  color: white;
  padding: 6px 8px;
  border-radius: 3px;
}

.visa {
  background: #143d8f;
}

.mastercard {
  background: #111;
}
.amex {
  background: #1976b9;
}
.card-type-icons {
  display: flex;
  gap: 5px;
  margin-left: auto;
}
.billing-checkbox {
  width: 20px;
  height: 20px;
}
.payment-description {
  color: #666;
}
.payment-content .form-check-input {
  height: 1.0625rem;
  width: 1.0625rem;
}
.custome-checkbox .form-check-label span {
  margin-top: 0.1rem;
}
.payment-content .form-check-input:checked {
  background-color: var(--text-primary);
  border-color: var(--text-primary);
}
.payment-content .custome-checkbox input[type=checkbox]+.form-check-label::after {
  top: 0.75rem
}
.payment-radio-wrapper input {
  display: none;
}
.payment-radio-wrapper label {
  width: 20px;
  height: 20px;
  display: block;
  border: 1px solid #8f969b;
  border-radius: 50%;
  background: #f5f5f5;
  position: relative;
  cursor: pointer;
}
/* Selected radio */
.payment-radio-wrapper input:checked+label::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #252d33;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#checkOutWpr .footerTop{
  display: none;
}
#checkOutWpr .footer-mid{
  padding: 1rem 0rem;
}
#checkOutWpr .footerBtm{
  border:0rem solid rgb(255 255 255 / 20%);
  padding: 0.3rem 0 0;
}
#checkOutWpr .cart-totals{
    background: #fff;
    box-shadow: 0rem 0rem 0rem rgba(0, 0, 0, 0);
    border-radius: 0.5rem;
}
.checkout-summary .cart_total_amount h4{
  font-size: 0.85rem;
}
.checkout-summary .cart_total_amount h4 svg{
    width: 0.75rem;
    margin-right: 0.15rem;
}
.checkout-summary table{
  margin-bottom: 0;
}
.placeOrderRow span{
    display: inline-flex;
    width: 100%;
    justify-content: center;
    margin-top: 0.65rem;
    color: #adadad;
}
.placeOrderRow span a{
  text-decoration: underline;
  margin-left: 0.5rem;
  color: #adadad;
}
.final-summary table {
  margin-bottom: 0.3rem;
}
.final-summary table tr:last-child td h4 svg{
  width: 1.1rem;
}
.final-summary table tr:last-child td h4{
      font-size: 1.3rem;
}
.final-summary table tr:last-child td h6{
  font-family: 'Richmond', sans-serif;
  font-weight: 600;
}
.final-summary table tr:last-child td h6 span {
    font-size: 0.85rem;
    text-transform: capitalize;
    margin-left: 0.5rem;
    color: #adadad; 
    font-weight: 100;
}
.productDelivered {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 34px;
}
#checkout_wpr .orderOptionsDetails .section-title h5{
  display: inline-block;
}
.orderOptionsDetails h5{
    justify-content: flex-start;
    align-items: center;
}
.orderOptionsDetails span{
    text-decoration: none;
    margin-left: 0.35rem;
    font-family: 'Richmond', sans-serif;
    font-weight: 700;
}
.productDelivered span {
    margin-left: 1.4rem;
    font-size: 1.5rem;
}
.productDelivered::before{
  background-image:url(../img/icon/roundTick.svg); 
  content: "";
  position: absolute;
  width: 1.75rem;
  height: 1.75rem;
  left: 2px;
  top: 2px;  
  transition: 0.2s ease;
  margin-left:-5px;
}
.orderOptionsDetails ul{
  display: inline-flex;
  width: 100%;
  justify-content: flex-start;
  padding: 0;
}
.orderOptionsDetails ul li a{
  background-color: var(--text-white);
  padding: 0.5rem 1rem;
  margin-right: 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid #d9d9d9;
  display: inline-block;
  text-transform: capitalize;
}
.orderOptionsDetails ul li a:hover{
  background-color:var(--bg-dark);
  color: var(--text-white);
}
.orderDetails_wpr .cardRow span {
  padding: 0;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  background-color: var(--text-white);
  width: auto;
  padding: 0.5rem 0.85rem;
  border-radius: 0.5rem;
}
.orderDetails_wpr .cardRow span img{
  width: 2rem;
  margin-right: 0.5rem;
}
.orderDetails_wpr .section-title{
  margin-bottom: 0.5rem;
}
.orderDetails_wpr .section-padding {
  padding: 0.75rem 0;
}
/* .orderDetails_wpr table tr:last-child td h6{
  font-family: 'Richmond', sans-serif;
  font-weight: 600;
} */
.orderDetails_wpr table tr:last-child td h6 span {
  font-size: 0.85rem;
  text-transform: capitalize;
  margin-left: 0.5rem;
  color: #adadad; 
  font-weight: 100;
}
.orderDetails_wpr table tr:last-child td h4 svg {
    width: 1.1rem;
}
.orderDetails_wpr table tr:last-child td h4 {
    font-size: 1.3rem;
}
.orderDetails_wpr .checkout-summary .cart-totals{
  background-color: #F4F4F6;
  /* border:0px solid #F4F4F6; */
  box-shadow:0rem 0rem 0rem rgba(0, 0, 0, 0);
  border-radius: 0.5rem;
}
.orderDetails_wpr table tr td{
  background-color: #F4F4F6;
  padding:0.3rem 0rem;
}
.orderDetails_wpr .wishlist-row{
  padding: 0rem;
}
.orderDetails_wpr .wishlist-row-left{
  width: auto;
  padding-right: 1.25rem;
}
.orderDetails_wpr .wishlist-row-left img{
  width: 6rem;
}
.orderDetails_wpr .wishlistPrize{
margin-bottom: 0;
}
.wishlist-row-right h6{
  font-size: 0.85rem;
}
.orderDetails_wpr .wishlist-row-right svg{
    width: 0.75rem;
}
.orderDetails_wpr .wishlist-row-right span{
  font-size: 1rem;
}
.orderDetails_wpr h1{
  margin-bottom: 1rem;
  position: relative;
  align-items: center;
}
.orderDetails_wpr h1 i{
  position: absolute;
  left: 0rem;
  
}
.orderDetails_wpr .checkoutRowStyle .table{
  margin-bottom: 0px;
}





























/*************************************************** Login/Register ****************************************************
***********************************************************************************************************************************************************************************/
.authBoxCol {
  display: inline-flex;
  justify-content: center;
  width: 100%;
}

.authBox {
  width: 500px;
  margin: 2rem;
}

.authBox img {
  width: 6rem;
}

.authBoxhead {
  text-align: center;
}

.authBoxhead p {
  margin-top: 0.2rem;
  color: #adadad;
  margin-bottom: 2.5rem;
}

.authBoxCol .profile-form .form-group {
  position: relative;
}

.authBoxCol .profile-form .form-group input::placeholder {
  color: #919191;
}

.authBox .profile-form .form-group::after {
  position: absolute;
  top: 35%;
  left: 1rem;
  font-size: 1rem;
  color: var(--text-primary);
  font-family: "uicons-regular-straight" !important;
  font-weight: 900;
  width: 1rem;
  height: 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #919191;
}

.authBox .profile-form .form-group:first-child::after {
  content: "\f257";
}

.authBox .profile-form .form-group:nth-child(2)::after {
  content: "\f177";
}

.authBox .profile-form .form-group:nth-child(3)::after {
  content: "\f21d";
}

.authBox .profile-form .form-group input {
  padding-left: 2.75rem;
  border: 0.1rem solid #d8d8d8;
}

.authBox .profile-form .form-group {
  margin-bottom: 1rem;
}

.authBox .chek-form {
  margin-bottom: 1rem;
}

.authBox .custome-checkbox input[type=checkbox]+.form-check-label::after {
  top: 0.7rem;
}

.authBox .profile-form .form-group.or-row {
  text-align: center;
  margin: 1.5rem 0 1.4rem;
}

.profile-form .or-row.form-group label {
  color: var(--text-gray);
}

.or-row label::before {
  content: " ";
  position: absolute;
  top: 35%;
  left: 0;
  font-size: 1rem;
  color: var(--text-primary);
  font-family: "uicons-regular-straight" !important;
  font-weight: 900;
  width: 45%;
  height: 0.1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #d8d8d8;
}

.or-row label::after {
  content: " ";
  position: absolute;
  top: 35%;
  right: 0;
  font-size: 1rem;
  color: var(--text-primary);
  font-family: "uicons-regular-straight" !important;
  font-weight: 900;
  width: 45%;
  height: 0.1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #d8d8d8;
}

.sm-log {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}

.sm-log a {
  width: 48%;
  border: 0.1rem solid #d8d8d8;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  padding: 0.6rem 1.2rem;
}

.sm-log a img {
  width: 1.5rem;
}

.logInRow {
  text-align: center;
}

.logInRow p {
  color: #adadad;
}

.logInRow p a {
  margin-left: 0.5rem;
  font-weight: 500;
}

.logInRow p a:hover {
  text-decoration: underline;
  color: var(--bg-dark);
}

.login-page .authBox .profile-form .form-group:first-child::after {
  content: "\f177";
}

.login-page .authBox .profile-form .form-group:nth-child(2)::after,
.login-page .authBox .profile-form .form-group:nth-child(3)::after {
  display: none;
}





















/* .listing_wpr_top{  
  width: 100%;
} */
/*****************************
*********  SOCIAL NETWORKS  **********
******************************/
.text-center.social-icons ul {
  display: inline-block;
}

.social-icons li {
  float: left;
  list-style: none;
}

.social-icons li a {
  float: left;
  font-size: 1rem;
  text-align: center;
  margin: 0 0.25rem 0.25rem 0;
  border-radius: 0.25rem;
  border: 0;
  background: 0 0;
  color: #333;
  overflow: hidden;
  transition: all 0.3s ease;
}

.dark .social-icons li a {
  color: #fff;
}

.social-icons.social-icons-colored a,
.social-icons.social-icons-colored-hover a:hover {
  color: #fff !important;
  border: 0;
}

.social-icons.social-icons-colored .social-rss a,
.social-icons.social-icons-colored-hover .social-rss a:hover,
.social-icons.social-icons-colored .social-snapchat a,
.social-icons.social-icons-colored-hover .social-snapchat a:hover {
  background-color: #faa33d;
}

.social-icons.social-icons-colored .social-facebook a,
.social-icons.social-icons-colored-hover .social-facebook a:hover {
  background-color: #5d82d1;
}

.social-icons.social-icons-colored .social-twitter a,
.social-icons.social-icons-colored-hover .social-twitter a:hover {
  background-color: #40bff5;
}

.social-icons.social-icons-colored .social-vimeo a,
.social-icons.social-icons-colored-hover .social-vimeo a:hover {
  background-color: #35c6ea;
}

.social-icons.social-icons-colored .social-myspace a,
.social-icons.social-icons-colored-hover .social-myspace a:hover {
  background-color: #008dde;
}

.social-icons.social-icons-colored .social-youtube a,
.social-icons.social-icons-colored-hover .social-youtube a:hover {
  background-color: #ef4e41;
}

.social-icons.social-icons-colored .social-instagram a,
.social-icons.social-icons-colored-hover .social-instagram a:hover {
  background-color: #e53d00;
}

.social-icons.social-icons-colored .social-gplus a,
.social-icons.social-icons-colored-hover .social-gplus a:hover {
  background-color: #d68400;
}

.social-icons.social-icons-colored .social-stumbleupon a,
.social-icons.social-icons-colored-hover .social-stumbleupon a:hover {
  background-color: #ff5c30;
}

.social-icons.social-icons-colored .social-lastfm a,
.social-icons.social-icons-colored-hover .social-lastfm a:hover {
  background-color: #f34320;
}

.social-icons.social-icons-colored .social-pinterest a,
.social-icons.social-icons-colored-hover .social-pinterest a:hover {
  background-color: #e13138;
}

.social-icons.social-icons-colored .social-google a,
.social-icons.social-icons-colored-hover .social-google a:hover {
  background-color: #eb5e4c;
}

.social-icons.social-icons-colored .social-evernote a,
.social-icons.social-icons-colored-hover .social-evernote a:hover {
  background-color: #9acf4f;
}

.social-icons.social-icons-colored .social-dribbble a,
.social-icons.social-icons-colored-hover .social-dribbble a:hover {
  background-color: #f7659c;
}

.social-icons.social-icons-colored .social-skype a,
.social-icons.social-icons-colored-hover .social-skype a:hover {
  background-color: #13c1f3;
}

.social-icons.social-icons-colored .social-forrst a,
.social-icons.social-icons-colored-hover .social-forrst a:hover {
  background-color: #45ad76;
}

.social-icons.social-icons-colored .social-linkedin a,
.social-icons.social-icons-colored-hover .social-linkedin a:hover {
  background-color: #238cc8;
}

.social-icons.social-icons-colored .social-wordpress a,
.social-icons.social-icons-colored-hover .social-wordpress a:hover {
  background-color: #2592c3;
}

.social-icons.social-icons-colored .social-grooveshark a,
.social-icons.social-icons-colored-hover .social-grooveshark a:hover {
  background-color: #ffb21d;
}

.social-icons.social-icons-colored .social-delicious a,
.social-icons.social-icons-colored-hover .social-delicious a:hover {
  background-color: #377bda;
}

.social-icons.social-icons-colored .social-behance a,
.social-icons.social-icons-colored-hover .social-behance a:hover {
  background-color: #1879fd;
}

.social-icons.social-icons-colored .social-dropbox a,
.social-icons.social-icons-colored-hover .social-dropbox a:hover {
  background-color: #17a3eb;
}

.social-icons.social-icons-colored .social-soundcloud a,
.social-icons.social-icons-colored-hover .social-soundcloud a:hover {
  background-color: #ff7e30;
}

.social-icons.social-icons-colored .social-deviantart a,
.social-icons.social-icons-colored-hover .social-deviantart a:hover {
  background-color: #6a8a7b;
}

.social-icons.social-icons-colored .social-yahoo a,
.social-icons.social-icons-colored-hover .social-yahoo a:hover {
  background-color: #ab47ac;
}

.social-icons.social-icons-colored .social-flickr a,
.social-icons.social-icons-colored-hover .social-flickr a:hover {
  background-color: #ff48a3;
}

.social-icons.social-icons-colored .social-digg a,
.social-icons.social-icons-colored-hover .social-digg a:hover {
  background-color: #75788d;
}

.social-icons.social-icons-colored .social-blogger a,
.social-icons.social-icons-colored-hover .social-blogger a:hover {
  background-color: #ff9233;
}

.social-icons.social-icons-colored .social-tumblr a,
.social-icons.social-icons-colored-hover .social-tumblr a:hover {
  background-color: #426d9b;
}

.social-icons.social-icons-colored .social-quora a,
.social-icons.social-icons-colored-hover .social-quora a:hover {
  background-color: #ea3d23;
}

.social-icons.social-icons-colored .social-github a,
.social-icons.social-icons-colored-hover .social-github a:hover {
  background-color: #3f91cb;
}

.social-icons.social-icons-colored .social-amazon a,
.social-icons.social-icons-colored-hover .social-amazon a:hover {
  background-color: #ff8e2e;
}

.social-icons.social-icons-colored .social-xing a,
.social-icons.social-icons-colored-hover .social-xing a:hover {
  background-color: #1a8e8c;
}

.social-icons.social-icons-colored .social-wikipedia a,
.social-icons.social-icons-colored-hover .social-wikipedia a:hover {
  background-color: #b3b5b8;
}

.social-icons.social-icons-border li a {
  border: 0.0625rem solid #d7d7d7;
  background: 0 0;
  color: #333;
}

.dark .social-icons.social-icons-border li a {
  border: 0.0625rem solid #333 !important;
}

.dark .social-icons li a .social-icons.social-icons-dark li a {
  background: #888;
  color: #fff;
}

.social-icons.social-icons-light li a {
  background: #fff;
  color: #333;
  border: 0.0625rem solid #ececec;
}

.social-icons.social-icons-rounded li a {
  border-radius: 50%;
}

.social-icons.social-icons-square li a {
  border-radius: 0;
}

.social-icons.social-icons-xs li a {
  height: 1.25rem;
  width: 1.25rem;
  line-height: 1.25rem;
  font-size: 0.75rem;
}

.social-icons.social-icons-sm li a {
  height: 1.875rem;
  width: 1.875rem;
  line-height: 1.875rem;
  font-size: 0.8125rem;
}

.social-icons.social-icons-md li a {
  height: 2.375rem;
  width: 2.375rem;
  line-height: 2.375rem;
  font-size: 1rem;
}

.social-icons.social-icons-lg li a {
  height: 2.625rem;
  width: 2.625rem;
  line-height: 2.625rem;
  font-size: 1.125rem;
}

.social-icons.social-icons-xl li a {
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  font-size: 1.125rem;
}

.dark .social-icons:not(.social-icons-colored):not(.social-icons-colored-hover) li a:hover {
  background-color: #1f1f1f;
}

.social-icons li:hover i {
  animation: toTopFromBottom 0.2s forwards;
}

/*Map*/
.leaflet-map {
  height: 21.875rem;
  width: 100%;
}

/*table*/
table {
  width: 100%;
  margin-bottom: 1.5rem;
  border-collapse: collapse;
  vertical-align: middle;
}

table td,
table th {
  padding: 0.625rem 1.25rem;
  border: 0rem solid #ececec;
  vertical-align: middle;
}

table thead>tr>th {
  vertical-align: middle;
  border-bottom: 0;
}

table p {
  margin-bottom: 0;
}

table.clean td,
table.clean th {
  border: 0;
  border-top: 0.0625rem solid #ececec;
}

table .product-thumbnail img {
  max-width: 5rem;
}

/*divider*/
.divider {
  position: relative;
  overflow: hidden;
  height: 0.25rem;
  z-index: 9;
}

.divider.center_icon {
  text-align: center;
  height: auto;
}

.divider::before,
.divider::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0rem;
  height: 0;
  border-top: 0.0625rem solid #ececec;
  transform: translateY(-50%);
}

.divider::before {
  margin-top: -0.0625rem;
}

.divider::after {
  margin-top: 0.0625rem;
}

.divider i {
  background-color: #fff;
  color: #aaa;
  position: relative;
  z-index: 1;
  font-size: 1.25rem;
  padding: 0 1.25rem;
  line-height: 1;
}

.divider-2 {
  width: 100%;
  height: 0.0625rem;
  background-color: #ececec;
}

.bg-square {
  position: absolute;
  left: auto;
  top: 9.375rem;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100%;
  max-height: 70%;
  max-width: 45%;
  min-width: 18.75rem;
  background-color: #f3fbf5;
  z-index: -1;
  max-height: 75rem;
}

.mobile-promotion {
  display: none;
}

.bg-green {
  background-color: #cee8e0;
}

/*modal*/
.custom-modal .modal-dialog {
  max-width: 55.5rem !important;
  border-radius: 0rem;
  overflow: hidden;
  border: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%) !important;
}

.custom-modal .modal-dialog .modal-content {
  border-radius: 1.5625rem;
  padding: 2.5rem;
  border: 0.0625rem solid #BCE3C9;
}

.custom-modal .modal-dialog .btn-close {
  position: absolute;
  right: 1.875rem;
  top: 1.875rem;
  z-index: 2;
}

.zoomContainer,
.zoomWindow {
  z-index: 9999;
}

.single-product .zoomContainer,
.single-product .zoomWindow {
  z-index: 99;
}

/*************************************************** BANNERS ****************************************************
***********************************************************************************************************************************************************************************/
.banners {
  margin: 1rem 0;
}

.banner-left-icon {
  position: relative;
  background: #F4F6FA;
  padding: 1.25rem;
  border-radius: 0.625rem;
}

.banner-left-icon:hover .banner-icon {
  transform: translateY(-0.3125rem);
  transition-duration: 0.3s;
}

.banner-left-icon .banner-icon {
  max-width: 3.75rem;
  margin-right: 1.25rem;
  transition-duration: 0.3s;
}

.banner-left-icon .banner-text h3 {
  color: #242424;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.3125rem;
}

.banner-left-icon .banner-text p {
  margin-bottom: 0;
  color: #adadad;
}

.banner-left-icon.style-2 {
  position: relative;
  border: 0.0625rem solid #ececec;
  padding: 1.25rem;
}

.banner-img {
  position: relative;
  clear: both;
  border-radius: 0.2rem;
  overflow: hidden;
}

.banner-img img {
  border-radius: 0.5rem;
}

.banner-img:hover img {
  opacity: 0.9;
}

.banner-img.banner-1 .banner-text {
  top: 30%;
}

.banner-img.banner-1.home-3 {
  margin-bottom: 1.5rem;
  border-radius: 0.625rem;
  overflow: hidden;
  max-height: 21.75rem;
}

.banner-img.banner-2 .banner-text {
  right: 0.625rem;
}

.banner-img .banner-text {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  padding: 0 3.125rem;
}

.banner-img .banner-text span {
  color: #adadad;
}

.banner-img .banner-text h4 {
  font-weight: 700;
  margin-bottom: 0.9375rem;
  min-height: 6.25rem;
}

.banner-img .banner-text:hover h4 {
  transform: translateY(-0.3125rem);
}

.banner-img .banner-text a i {
  margin-left: 0.3125rem;
  transition-duration: 0.3s;
  font-size: 0.625rem;
}

.banner-img .banner-text a:hover i {
  margin-left: 0.625rem;
  transition-duration: 0.3s;
}

.banner-img.style-2 {
  border-radius: 0.9375rem;
  overflow: hidden;
  height: 32.5rem;
  background: url(../images/banner-4.png) no-repeat center bottom;
  background-size: cover;
  width: 100%;
}

.banner-img.style-2 .banner-text {
  top: 3.125rem;
  transform: none;
}

.banner-img.style-3 {
  border-radius: 0.9375rem;
  overflow: hidden;
  height: 33.625rem;
  background: url(../images/banner-11.png) no-repeat center bottom;
  background-size: cover;
  width: 100%;
}

.banner-img.style-3 .banner-text {
  top: 3.125rem;
  transform: none;
}

.banner-img.style-4 .banner-text h4 {
  font-size: 1.75rem;
}

.banner-img.style-5 .banner-text {
  right: 0;
  padding: 0 1.875rem;
}

.banner-img.style-6 .banner-text {
  right: 0;
  padding: 0 1.25rem 0 0;
}

.banner-img.style-6 .banner-text h6 {
  font-size: 1rem;
}

.banner-big .btn {
  background: var(--color-primary) !important;
  color: #fff;
  border-radius: 0.1875rem;
  font-size: 0.8125rem;
  padding: 0.625rem 1.375rem;
  border: 0;
}

.banner-big .btn:hover {
  background: var(--color-primary-hover) !important;
}

/*Deal banners*/
.deal {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  background-color: #fff;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  min-height: 26.25rem;
}

.deal>div {
  width: 100%;
}

.deal h2 {
  color: #FD6E6E;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1.1;
  margin-bottom: 0.3125rem;
}

.deal h5 {
  color: #242424;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 1.25rem;
  max-width: 15rem;
}

.deal .deal-content {
  align-self: center;
}

.deal .product-title {
  max-width: 57%;
  margin-bottom: 1.25rem;
  font-size: 2.8125rem;
  line-height: 1.23;
}

.deal .product-title a {
  color: #253D4E;
}

.deal .btn {
  background: var(--color-primary);
  border: 0;
  color: #fff;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  padding: 0.625rem 1.5rem;
}

.deal .btn i {
  margin-left: 0.3125rem;
  transition-duration: 0.3s;
  font-size: 0.75rem;
}

.deal .btn:hover i {
  margin-left: 0.625rem;
  transition-duration: 0.3s;
}

.deal .deal-bottom {
  align-self: flex-end;
}

.deal .deal-bottom .deals-countdown {
  margin-left: -0.75rem;
  margin-bottom: 1.25rem;
}

.deal .deal-bottom .deals-countdown .countdown-section {
  border: 0.125rem solid var(--color-primary);
  box-shadow: 1.25rem 1.25rem 3.375rem rgba(0, 0, 0, 0.03);
}

.banner-bg {
  background-position: center;
  background-size: cover;
  padding: 3.125rem;
}

.banner-features {
  text-align: center;
  padding: 1.5625rem 0.9375rem;
  border-radius: 0.25rem;
  border: 0.0625rem solid #ececec;
  box-shadow: 1.25rem 1.25rem 3.375rem rgba(0, 0, 0, 0.03);
}

.banner-features:hover {
  box-shadow: 1.25rem 1.25rem 3.375rem rgba(0, 0, 0, 0.05);
}

.banner-features img {
  display: inline-block;
  margin-bottom: 0.9375rem;
}

.banner-features h4 {
  font-size: 0.8125rem;
  font-weight: 700;
  display: inline-block;
  padding: 0.5625rem 0.5rem 0.375rem 0.5rem;
  line-height: 1;
  border-radius: 0.25rem;
  color: var(--color-primary);
}

/*************************************************** ERROR PAGES ****************************************************
***********************************************************************************************************************************************************************************/
.page-404 {
  background-color: #fff;
}

.page-404 img {
  max-width: 18.75rem;
}

.page-404 img.logo {
  max-width: 9.375rem;
}

.page-404 .search-form {
  max-width: 25rem;
  margin: 0 auto;
}

/*************************************************** PRODUCT CARD ****************************************************
***********************************************************************************************************************************************************************************/
.product-cart-wrap {
  position: relative;
  background-color: #F4F4F6;
  border: 0rem solid #F4F4F6;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}

.product-cart-wrap:hover {
  box-shadow: 0.3125rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.05);
  border: 0rem solid var(--color-primary);
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}

.product-cart-wrap .product-img-action-wrap {
  position: relative;
  /* background-color: #efefef; */
  overflow: hidden;
  /* max-height: 20rem; */
  padding: 1.5625rem 1.5625rem 0 1.5625rem;
}

.product-cart-wrap .product-img-action-wrap .product-action-1 {
  background-color: #fff;
  border-radius: 0.3125rem;
  border: 0.0625rem solid #BCE3C9;
}

.product-cart-wrap .product-img-action-wrap .product-img {
  position: relative;
  overflow: hidden;
  border-radius: 0.9375rem;
}

.product-cart-wrap .product-img-action-wrap .product-img a {
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.product-cart-wrap .product-img-action-wrap .product-img a img {
  width: 85%;
  /* margin: 3.125rem 0rem 0.9375rem; */
}

.product-cart-wrap .product-img-action-wrap .product-img a img.hover-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s opacity, 0.25s visibility, transform 1.5s cubic-bezier(0, 0, 0.2, 1);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: none;
}

.product-cart-wrap .product-img-action-wrap .product-img-zoom a img {
  transition: all 1.5s cubic-bezier(0, 0, 0.05, 1);
}

.product-cart-wrap .product-action-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  z-index: 9;
  box-shadow: 1.25rem 1.25rem 2.5rem rgba(0, 0, 0, 0.07);
}

.product-cart-wrap .product-action-1.show {
  visibility: visible;
  opacity: 1;
  bottom: 1.625rem;
  left: unset;
  right: 1.25rem;
  top: unset;
  transform: none;
}

.product-cart-wrap .product-action-1 button,
.product-cart-wrap .product-action-1 a.action-btn {
  width: 2.5rem;
  height: 2.25rem;
  line-height: 2.5rem;
  text-align: center;
  position: relative;
  display: inline-block;
  border-right: 0.15rem solid #BCE3C9;
}

.product-cart-wrap .product-action-1 button:last-child,
.product-cart-wrap .product-action-1 a.action-btn:last-child {
  border: none;
}

.product-cart-wrap .product-action-1 button.small,
.product-cart-wrap .product-action-1 a.action-btn.small {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}

.product-cart-wrap .product-action-1 button.small i,
.product-cart-wrap .product-action-1 a.action-btn.small i {
  font-size: 0.75rem;
}

.product-cart-wrap .product-action-1 button:after,
.product-cart-wrap .product-action-1 a.action-btn:after {
  bottom: 100%;
  left: 50%;
  position: absolute;
  white-space: nowrap;
  border-radius: 0.3125rem;
  font-size: 0.6875rem;
  padding: 0.4375rem 0.625rem;
  color: var(--text-white);
  background-color: var(--color-primary);
  content: attr(aria-label);
  line-height: 1.3;
  transition-delay: 0.1s;
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(0rem);
}

.product-cart-wrap .product-action-1 button:before,
.product-cart-wrap .product-action-1 a.action-btn:before {
  content: "";
  position: absolute;
  left: calc(50% - 0.4375rem);
  bottom: 100%;
  transition-delay: 0.1s;
  border: 0.4375rem solid transparent;
  border-top-color: var(--color-primary);
  z-index: 9;
  margin-bottom: -0.8125rem;
  transition-delay: 0.1s;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  opacity: 0;
  visibility: hidden;
}

.product-cart-wrap .product-action-1 button:last-child,
.product-cart-wrap .product-action-1 a.action-btn:last-child {
  margin-right: 0;
}

.product-cart-wrap .product-action-1 button i,
.product-cart-wrap .product-action-1 a.action-btn i {
  font-size: 0.9375rem;
  margin-left: 0.0625rem;
}

.product-cart-wrap .product-action-1 button:hover,
.product-cart-wrap .product-action-1 a.action-btn:hover {
  color: var(--color-primary-hover);
}

.product-cart-wrap .product-action-1 button:hover:after,
.product-cart-wrap .product-action-1 a.action-btn:hover:after {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-0.5rem);
}

.product-cart-wrap .product-action-1 button:hover:before,
.product-cart-wrap .product-action-1 a.action-btn:hover:before {
  opacity: 1;
  visibility: visible;
  transform: translateY(-0.5rem);
}

.product-cart-wrap .product-action-1 button:hover i,
.product-cart-wrap .product-action-1 a.action-btn:hover i {
  color: var(--color-primary-hover);
}

.product-cart-wrap .product-action {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0.12rem solid rgb(0 0 0 / 20%);
  border-radius: 3.125rem;
  opacity: 0.4;
}

.product-cart-wrap .product-action a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
}

.product-cart-wrap .product-action a i {
  color: #adadad;
  font-size: 1.25rem;
}

.product-cart-wrap .product-badges {
  display: flex;
}

.product-cart-wrap .product-badges.product-badges-mrg {
  margin: 0 0 0.625rem;
}

.product-cart-wrap .product-badges.product-badges-position {
  position: absolute;
  left: 0;
  top: 0rem;
  z-index: 9;
}

.product-cart-wrap .product-badges span {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1;
  border-radius: 0rem 1.25rem 1.25rem 0;
  color: var(--text-white);
  background-color: var(--color-primary);
  padding: 0.5625rem 1.25rem 0.625rem 1.25rem;
  font-weight: 600;
  margin-top: 1.25rem;
}

.product-cart-wrap .product-badges span:last-child {
  margin-right: 0rem;
}

.product-cart-wrap .product-badges span.hot {
  background-color: var(--color-primary);
}

.product-cart-wrap .product-badges span.new {
  background-color: var(--color-primary);
}

.product-cart-wrap .product-badges span.sale {
  background-color: #67bcee;
}

.product-cart-wrap .product-badges span.best {
  background-color: #f59758;
}

.product-cart-wrap .product-content-wrap {
  padding: 0 1.25rem 1rem 1.25rem;
}

#listing_wpr .product-cart-wrap .product-content-wrap {
  padding: 0 1.25rem 1rem 1.25rem;
}

.product-cart-wrap .product-content-wrap .size-text {
  font-size: 0.7rem;
  text-transform: uppercase;
}

.product-cart-wrap .product-content-wrap .product-category {
  margin-bottom: 0.3125rem;
}

.product-cart-wrap .product-content-wrap .product-category a {
  color: #adadad;
  font-size: 0.75rem;
}

.product-cart-wrap .product-content-wrap .product-category a:hover {
  color: var(--color-primary);
}

.product-cart-wrap .product-content-wrap h2 {
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 0.3125rem;
  height: 1rem;
}

.product-cart-wrap .product-content-wrap h2 a {
  color: var(--text-primary);
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* Show only 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* Optional */
  line-height: 1.4;
  max-height: calc(1.4em * 2);
}

.product-cart-wrap .product-content-wrap h2 a:hover {
  color: #010101;
}

.product-cart-wrap .product-content-wrap .product-price {
  padding-top: 0.3125rem;
  display: inline-flex;

}

.product-cart-wrap .product-content-wrap .product-price span {
  font-size: 1.4rem;
  font-weight: 600;
  color: #010101;
}

.product-cart-wrap .product-content-wrap .product-price span svg {
  width: 1.14rem;
}

.product-cart-wrap .product-content-wrap .product-price span.new-price {
  color: #010101;
}

.product-cart-wrap .product-content-wrap .product-price span.old-price {
  font-size: 1.02rem;
  color: #adadad;
  margin: 0 0 0 0.4375rem;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  position: relative;
}

.product-cart-wrap .product-content-wrap .product-price span.old-price::before {
  content: " ";
  position: absolute;
  top: 50%;
  font-size: 0.75rem;
  color: var(--text-primary);
  font-family: "uicons-regular-straight" !important;
  font-weight: 900;
  background-color: var(--bg-dark);
  height: 0.06rem;
  width: 100%;
  left: 0px;
}

.product-cart-wrap .product-content-wrap .product-price span.old-price svg {
  width: 0.8rem;
  margin: 0.05rem 0.2rem 0 0;
}

.product-cart-wrap .product-content-wrap .rating-result {
  display: flex;
}

.product-cart-wrap .product-content-wrap .rating-result>span {
  display: block;
  overflow: hidden;
  margin-left: 0.3125rem;
}

.product-cart-wrap .product-content-wrap .rating-result::before {
  font-family: "uicons-regular-straight" !important;
  font-size: 0.6875rem;
  letter-spacing: 0.125rem;
  content: "\f225" "\f225" "\f225" "\f225" "\f225";
  color: #ff9900;
}

.product-cart-wrap .product-content-wrap .add-to-cart {
  width: 2.75rem;
  height: 2.75rem;
  line-height: 2.75rem;
  border-radius: 0.3125rem;
  background-color: #f5f5f5;
  text-align: center;
  display: block;
  color: #253D4E;
  font-size: 1rem;
  position: absolute;
  bottom: 1.5625rem;
  right: 1.25rem;
  font-weight: 300;
}

.product-cart-wrap .product-content-wrap .add-to-cart:hover {
  background-color: var(--color-primary);
  color: #fff;
}

.product-cart-wrap .product-content-wrap .add-to-cart img {
  width: 1.25rem;
  display: inline-block;
  margin-top: 0.6875rem;
}

.product-cart-wrap .product-card-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
}

.product-cart-wrap .product-card-bottom .sizeSpan span {
  color: #333;
}

.product-cart-wrap .product-card-bottom .add-cart {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.product-cart-wrap .product-card-bottom .add-cart .add {
  position: relative;
  display: inline-block;
  border-radius: 3.125rem;
  font-size: 1.375rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}

.product-cart-wrap .product-card-bottom .add-cart .add i {
  margin-right: 0rem !important;
}

.product-cart-wrap .product-card-bottom .add-cart a {
  color: #010101
}

.product-cart-wrap .product-card-bottom .add-cart .add:hover {
  background-color: #010101;
  color: #fff;
  transform: translateY(-0.1875rem);
  box-shadow: 0.3125rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.05);
}

.product-cart-wrap .product-stock .status-bar {
  background-color: #ededed;
  margin: 0rem 0 0.625rem;
  border-radius: 0.3125rem;
}

.product-cart-wrap .product-stock .status-bar .sold-bar {
  background-image: linear-gradient(235deg, var(--color-primary) 0%, #77ccfd 100%);
  border-radius: 0.25rem;
  height: 0.5rem;
}

.product-cart-wrap .product-stock .status-bar .sold-bar.sold-bar-width-33 {
  width: 33.3333333333%;
}

.product-cart-wrap .product-stock .status-bar .sold-bar.sold-bar-width-10 {
  width: 10%;
}

.product-cart-wrap .product-stock .status-bar .sold-bar.sold-bar-width-40 {
  width: 40%;
}

.product-cart-wrap .product-stock .status-bar .sold-bar.sold-bar-width-6 {
  width: 6.6666666667%;
}

.product-cart-wrap .product-stock .status-bar .sold-bar.sold-bar-width-42 {
  width: 42.8571428571%;
}

.product-cart-wrap .product-stock .product-stock-status {
  display: flex;
  flex-wrap: wrap;
}

.product-cart-wrap .product-stock .product-stock-status .sold {
  flex-grow: 1;
  margin-right: 1.25rem;
}

.product-cart-wrap .product-stock .product-stock-status .available {
  flex-shrink: 0;
}

.product-cart-wrap .product-stock .product-stock-status .stock-status-same-style span {
  font-size: 0.9375rem;
}

.product-cart-wrap .product-stock .product-stock-status .stock-status-same-style span.label {
  color: #253D4E;
}

.product-cart-wrap .product-stock .product-stock-status .stock-status-same-style span.value {
  font-weight: 700;
  color: #333;
}

.product-cart-wrap .progress {
  height: 0.3125rem;
}

.product-cart-wrap:hover .product-img-action-wrap .product-img a img.hover-img {
  opacity: 1;
  visibility: visible;
}

.product-cart-wrap:hover .product-img-action-wrap .product-action-1 {
  opacity: 1;
  visibility: visible;
}

.product-cart-wrap:hover .product-img-zoom a img {
  transform: scale3d(1.05, 1.05, 1.05) translateZ(0);
}

.product-cart-wrap.small {
  border: 0;
  text-align: center;
}

.product-cart-wrap.small .rating-result {
  justify-content: center;
}

.product-cart-wrap.small .product-content-wrap {
  padding: 0.3125rem 0.9375rem 0 0.9375rem;
}

.product-cart-wrap.small .product-price {
  padding-top: 0;
}

.product-cart-wrap.small:hover {
  box-shadow: none;
}

.product-cart-wrap.small h2 {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 0;
}

.product-cart-wrap.small .product-badges span {
  font-size: 0.625rem;
}

.product-cart-wrap.style-2 {
  border: 0;
  padding-bottom: 1.5625rem;
}

.product-cart-wrap.style-2:hover {
  border: 0;
  box-shadow: none;
}

.product-cart-wrap.style-2 .product-img-action-wrap {
  padding: 0;
  position: relative;
  z-index: 1;
  max-height: unset;
}

.product-cart-wrap.style-2 .product-img-action-wrap img {
  border-radius: 0.9375rem;
}

.product-cart-wrap.style-2 .product-content-wrap {
  position: relative;
  margin-top: -5.625rem;
  z-index: 3;
  padding: 0;
  max-width: 86%;
  margin-left: auto;
  margin-right: auto;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

.product-cart-wrap.style-2 .product-content-wrap .deals-content {
  margin: 0 auto;
  background-color: #fff;
  border-radius: 0.625rem;
  box-shadow: 0.3125rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.05);
  padding: 1.5625rem 1.875rem;
}

.product-cart-wrap.style-2 .product-content-wrap .deals-countdown-wrap {
  position: absolute;
  top: -5rem;
  width: 100%;
  text-align: center;
}

.product-cart-wrap.style-2:hover .product-content-wrap {
  transform: translateY(-0.3125rem);
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

.product-price {
  font-family: var(--font-primary);
}

.product-list-small article:not(:last-child) {
  margin-bottom: 1.25rem;
}

.product-list-small h6 a {
  color: #253D4E;
}

.product-list-small h6 a:hover {
  color: var(--color-primary);
}

.product-list-small figure img {
  border-radius: 0.625rem;
}

.product-list-small .product-price {
  color: var(--color-primary);
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 0.625rem;
}

.product-list-small .product-price span.old-price {
  font-size: 0.875rem;
  color: #adadad;
  margin: 0 0 0 0.4375rem;
  text-decoration: line-through;
}

.range .list-group-item {
  position: relative;
  display: block;
  padding: 0;
  background: none;
  border: 0;
}

.range .checkbox {
  font-size: 0.8em;
}

.range .price-filter {
  display: block;
}

.range #slider-range {
  box-shadow: none;
  border: none;
  height: 0.25rem;
  border-radius: 0rem;
  /* background: var(--color-primary); */
  color: var(--color-primary);
}

.range #slider-range .ui-slider-range {
  box-shadow: none;
  background: #222;
  border-radius: 0rem;
  border: none;
}

.range .ui-slider-handle.ui-state-default.ui-corner-all {
  width: 0.875rem;
  height: 0.875rem;
  line-height: 0.625rem;
  background: var(--color-primary);
  border: none;
  border-radius: 100%;
  top: -0.3125rem;
}

.range .label-input {
  margin-top: 0.9375rem;
}

.range .label-input span {
  margin-right: 0.3125rem;
  color: #282828;
}

.range .label-input input {
  border: none;
  margin: 0;
  height: unset;
  font-weight: 600;
  font-size: 0.875rem;
  background: transparent;
  padding-left: 0;
}

.range .check-box-list {
  margin-top: 0.9375rem;
}

.range .check-box-list li {
  margin-bottom: 0.3125rem;
}

.range .check-box-list li:last-child {
  margin: 0;
}

.range .check-box-list li label {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  color: #333;
  cursor: pointer;
}

.range .check-box-list li label input {
  display: inline-block;
  margin-right: 0.375rem;
  position: relative;
  top: 0.0625rem;
}

.range .check-box-list .count {
  margin-left: 0.3125rem;
  color: #666;
}

.price-filter .price-filter-inner .justify-content-between {
  margin-top: 0.6rem;
}

.price-filter label {
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0rem 0rem 0.5rem;
  margin-bottom: 0rem;
}

.btn.btn-small {
  line-height: 1;
  padding: 0.625rem 0.9375rem;
  min-width: unset;
  display: table;
  border-radius: 0.1875rem;
}

.product-sidebar .single-post {
  position: relative;
}

.product-sidebar .single-post:not(:last-child) {
  margin-bottom: 0.625rem;
  border-bottom: 0.0625rem dotted rgba(0, 0, 0, 0.15);
  padding-bottom: 0.625rem;
}

.product-sidebar .single-post .content {
  padding-left: 5.9375rem;
}

.product-sidebar .single-post i {
  font-size: 0.75rem;
}

.product-sidebar .image {
  height: 5rem;
  width: 5rem;
  float: left;
  margin-right: 0.625rem;
  overflow: hidden;
}

.shop-product-fillter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 0.9375rem;
}

.shop-product-fillter.style-2 {
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #ececec;
}

.shop-product-fillter .sort-by-product-area {
  position: relative;
  display: flex;
}

.shop-product-fillter .sort-by-product-area .sort-by-cover {
  position: relative;
}

.shop-product-fillter .sort-by-product-area .sort-by-product-wrap {
  display: flex;
  align-items: center;
  background: #fff;
  border: 0.0625rem solid #f7f8f9;
  color: var(--bg-dark);
  padding: 0.5625rem 1rem;
  border-radius: 0.625rem;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border: 0.0625rem solid #ececec;
}

.shop-product-fillter .sort-by-product-area .sort-by-product-wrap:hover {
  box-shadow: 0.3125rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.05);
}

.shop-product-fillter .sort-by-product-area .sort-by-product-wrap .sort-by {
  margin-right: 0.3125rem;
}

.shop-product-fillter .sort-by-product-area .sort-by-product-wrap .sort-by i {
  margin-right: 0.625rem;
  font-size: 1rem;
  color: var(--bg-dark);
  position: relative;
  top: 0.125rem;
}

.shop-product-fillter .sort-by-product-area .sort-by-product-wrap .sort-by span {
  font-size: 0.875rem;
  font-weight: 500;
}

.shop-product-fillter .sort-by-product-area .sort-by-product-wrap .sort-by-dropdown-wrap span {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
  display: inline-flex;
}

.shop-product-fillter .sort-by-product-area .sort-by-product-wrap .sort-by-dropdown-wrap span i {
  font-size: 1.25rem;
  color: var(--text-secondary);
  margin-left: 0.625rem;
  position: relative;
  top: 0rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* filter */
/* ================================
   Price Filter
================================ */

.price-filter {
  padding: 0 0 16px;
  border-bottom: 1px solid #ddd;
}

.filter-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filter-header h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #171717;
}

.filter-toggle {
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.filter-toggle i {
  font-size: 12px;
  color: #777;
}

.price-inputs {
  display: flex;
  gap: 8px;
}

.price-input {
  flex: 1;
}

.price-input input {
  width: 100%;
  height: 40px;
  padding: 0 12px;
  border: 0;
  border-radius: 8px;
  background: #F4F4F6;
  color: #111;
  font-size: 0.875rem;
  font-weight: 500;
  outline: none;
  box-sizing: border-box;
}

.price-input input:focus {
  background: #f1efef;
}

.price-input input::placeholder {
  color: #777;
}

.sort-by-dropdown {
  position: absolute;
  top: 3rem;
  left: 0;
  z-index: 99;
  right: 0;
  padding: 1rem 0 1.3125rem;
  background: #fff;
  border: 0;
  border-radius: 0.3125rem;
  visibility: hidden;
  opacity: 0;
  min-width: 100%;
  box-shadow: 0 -0.1875rem 1.4375rem rgba(0, 0, 0, 0.06);
  color: var(--text-secondary);
  font-weight: 500;
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  background: rgb(255 255 255 / 10%);
  backdrop-filter: blur(1.875rem) saturate(250%);
  -webkit-backdrop-filter: blur(1.875rem) saturate(250%);
  border: 0.0625rem solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, .10), inset 0 0.0625rem 0 rgba(255, 255, 255, .12), inset 0 -0.0625rem 0 rgba(255, 255, 255, .03);
}

.sort-by-dropdown.show {
  opacity: 1;
  visibility: visible;
}

.sort-by-dropdown ul li {
  display: block;
}

.sort-by-dropdown ul li a {
  font-weight: 500;
  font-size: 0.875rem;
  padding: 0.3125rem 1.875rem;
  display: block;
  position: relative;
  color: var(--text-secondary);
}

.sort-by-dropdown ul li a.active::before {
  content: "\f143";
  position: absolute;
  top: 0.3125rem;
  left: 0.625rem;
  font-size: 0.75rem;
  color: var(--text-primary);
  font-family: "uicons-regular-straight" !important;
  font-weight: 900;
}

.sort-by-dropdown ul li a.active:hover::before {
  color: #fff;
}

.sort-by-dropdown ul li a:hover {
  background-color: var(--text-primary);
  color: var(--text-white);
}

/*************************************************** PRODUCT LIST ****************************************************
***********************************************************************************************************************************************************************************/
.product-list {
  position: relative;
}

.product-list .product-cart-wrap {
  border: 0;
  border-radius: 0;
  overflow: unset;
  display: flex;
  align-content: center;
  align-items: center;
}

.product-list .product-cart-wrap:not(:last-child) {
  margin-bottom: 1.875rem;
}

.product-list .product-cart-wrap:hover {
  box-shadow: none;
}

.product-list .product-cart-wrap:hover .product-img {
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.08);
}

.product-list .product-cart-wrap .product-badges.product-badges-position {
  left: 0;
  top: 0;
}

.product-list .product-cart-wrap .product-img-action-wrap {
  max-width: 28%;
  position: relative;
  padding: 0;
  max-height: unset;
}

.product-list .product-cart-wrap .product-img-action-wrap .product-img {
  border: 0.0625rem solid #ececec;
  border-radius: 0.9375rem;
}

.product-list .product-cart-wrap .product-img-action-wrap .product-img .product-img-inner {
  overflow: hidden;
  padding: 0.625rem;
}

.product-list .product-cart-wrap .product-img-action-wrap .product-img .product-img-inner a img {
  height: auto;
}

.product-list .product-cart-wrap h2 {
  font-size: 2rem;
}

.product-list .product-cart-wrap .product-content-wrap .product-category a {
  font-size: 1rem;
  margin-top: 0.9375rem;
  display: block;
}

.product-list .product-cart-wrap .product-content-wrap .product-price span {
  font-size: 2rem;
}

.product-list .product-cart-wrap .product-content-wrap .product-price span.old-price {
  font-size: 1.25rem;
}

.product-list .product-cart-wrap .product-content-wrap .product-action-1 {
  display: flex;
  justify-content: space-between;
  position: relative;
  bottom: unset;
  padding: 0 1.25rem;
  margin-top: 1.25rem;
  box-shadow: 0.3125rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.05);
}

.product-list .product-cart-wrap .product-content-wrap .product-action-1 a.action-btn {
  border: none;
  width: auto;
  border-radius: 3.125rem;
  background-color: var(--color-primary);
  color: #fff;
  text-align: center;
  margin-right: 0;
  position: relative;
  display: inline-block;
  padding: 0rem 1.4375rem;
  height: 2.75rem;
  font-weight: 500;
}

.product-list .product-cart-wrap .product-content-wrap .product-action-1 a.action-btn i {
  margin-right: 0.5rem;
  color: #fff;
}

/*************************************************** PRODUCT DETAILS ****************************************************
***********************************************************************************************************************************************************************************/

/*====================================Product Gallery====================================*/

.detail-gallery {
  position: relative;
}

.product-image-slider {
  margin-bottom: 20px;
}

.product-image-slider img {
  width: 100%;
  display: block;
  border-radius: 10px;
  cursor: zoom-in;
}

/*====================================Slick Dots====================================*/
.product-image-slider .slick-dots,
.popup-slider .slick-dots {
  position: absolute;
  bottom: 0rem;
  left: 50%;
  transform: translateX(-50%);

  display: flex !important;
  align-items: center;
  justify-content: center;

  list-style: none;
  margin: 0;
  padding: 0;

  z-index: 1000;
}

.product-image-slider .slick-dots li,
.popup-slider .slick-dots li {
  margin: 0 6px;
}

.product-image-slider .slick-dots button,
.popup-slider .slick-dots button {
  width: 10px;
  height: 10px;

  border: none;
  border-radius: 50%;

  background: #bdbdbd;

  padding: 0;
  font-size: 0;

  transition: all .3s ease;
}

.product-image-slider .slick-dots .slick-active button,
.popup-slider .slick-dots .slick-active button {
  width: 38px;
  height: 10px;

  border-radius: 20px;

  background: #8f8f8f;
}

/*===================================Fullscreen Popup====================================*/

#galleryPopup {

  position: fixed;

  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  display: none;

  justify-content: center;
  align-items: center;

  background: rgba(255, 255, 255, .95);

  z-index: 99999;

  overflow: hidden;

}


/*====================================Popup Slider====================================*/

.popup-slider {

  width: 90%;
  height: 90vh;

}

.popup-slider .slick-list,
.popup-slider .slick-track {

  height: 100% !important;

}

.popup-slider .slick-slide {

  height: 90vh !important;

}

.popup-slider .slick-slide>div {

  height: 100%;

}

.popup-slide {

  height: 100%;

  display: flex !important;

  justify-content: center;
  align-items: center;

}

.popup-slide img {

  max-width: 100%;

  max-height: 100%;

  object-fit: contain;

  cursor: zoom-in;

}


/*====================================Close Button====================================*/

.gallery-close {

  position: absolute;

  top: 20px;
  right: 25px;

  width: 50px;
  height: 50px;

  border: none;
  border-radius: 50%;

  background: rgba(255, 255, 255, .15);

  color: var(--bg-dark);

  font-size: 30px;

  cursor: pointer;

  z-index: 100001;

  transition: .3s;

}

.gallery-close:hover {

  background: #fff;

  color: #000;

}


/*====================================Navigation Buttons====================================*/

.gallery-prev,
.gallery-next {

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  width: 55px;
  height: 55px;

  border: none;
  border-radius: 50%;

  background: rgba(255, 255, 255, .15);

  color: #fff;

  font-size: 26px;

  cursor: pointer;

  z-index: 100001;

  transition: .3s;

}

.gallery-prev {

  left: 25px;

}

.gallery-next {

  right: 25px;

}

.gallery-prev:hover,
.gallery-next:hover {

  background: #fff;

  color: #000;

}

.product-section {
  margin-bottom: 2rem;
}

.product-detail .slick-initialized .slick-slide {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #f4f4f6;
  border-radius: 0.5rem;
}

/*====================================
Hide Default Slick Arrows
====================================*/

.popup-slider .slick-prev,
.popup-slider .slick-next {

  display: none !important;

}


/*====================================
Responsive
====================================*/

@media (max-width:768px) {

  .popup-slider {

    width: 96%;
    height: 80vh;

  }

  .popup-slider .slick-slide {

    height: 80vh !important;

  }

  .gallery-prev,
  .gallery-next {

    width: 45px;
    height: 45px;

    font-size: 20px;

  }

  .gallery-prev {

    left: 10px;

  }

  .gallery-next {

    right: 10px;

  }

  .gallery-close {

    right: 10px;
    top: 10px;

  }

}

.product-rate {
  background-image: url("../images/rating-stars.png");
  background-position: 0 -0.75rem;
  background-repeat: repeat-x;
  height: 0.75rem;
  width: 3.75rem;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

.product-rating {
  height: 0.75rem;
  background-repeat: repeat-x;
  background-image: url("../images/rating-stars.png");
  background-position: 0 0;
}

.list-filter {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-filter li {
  display: inline-block;
  margin-bottom: 0.625rem;
}

.list-filter li a {
  color: #555;
  display: block;
  min-width: 1.875rem;
  text-align: center;
  position: relative;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

.color-filter.list-filter a span {
  display: block;
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 2.5rem;
}

.color-filter.list-filter a span.product-color-white {
  border: 0.0625rem solid #ddd;
}

.color-filter.list-filter li.active a::before {
  content: "";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  right: 0.1875rem;
  top: -0.1875rem;
  background: #4cd964;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  border: 0.0625rem solid #fff;
}

.size-filter.list-filter a {
  border-radius: 0.3125rem;
  padding: 0 0.5625rem;
  background: #fff;
}

.size-filter.list-filter li a {
  color: var(--text-primary);
  min-width: 2.5rem;
  text-align: center;
  border-radius: 0.2rem;
  padding: 0.1rem 1.5rem;
  margin-right: 0.3125rem;
  border: 0.0625rem solid #f1f1f1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-family: var(--font-400);
  font-size: 0.7rem;
}

.size-filter.list-filter li a:hover,
.size-filter.list-filter li.active a {
  color: #fff;
  background-color: var(--text-primary);
  border-color: var(--text-primary);

}

.detail-qty {
  max-width: 5rem;
  padding: 0.375rem 1.2rem;
  position: relative;
  width: 100%;
  border-radius: 0.3125rem;
  height: 2.375rem;
}

.detail-qty span {
  display: inline-flex;
  font-size: 0.875rem;
  color: var(--text-white);
  text-transform: uppercase;
}

.detail-qty span i {
  color: var(--text-white);
}

.detail-qty>a {
  font-size: 1.25rem;
  display: inline-flex;
}

.detail-qty>a.qty-down i {
  color: var(--text-white);
}

.detail-qty>a:hover {
  color: #29A56C;
}

.detail-qty>a.qty-up {
  top: 0;
}

.detail-qty>a.qty-down {
  bottom: 0.25rem;
}

.detail-qty>a.qty-down i {
  color: #fff;
}

.attr-detail .select-box select {
  height: 2.5rem;
  width: 100%;
}

.attr-detail.attr-brand {
  margin-top: 1.4375rem;
}

.attr-detail.attr-brand .select-box {
  display: block;
  margin-bottom: 1.25rem;
}

.attr-detail.attr-color table {
  margin-bottom: 0.9375rem;
}

.detail-extralink>div {
  display: inline-block;
  vertical-align: top;
}

.detail-extralink .detail-qty {
  background: var(--text-primary);
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-primary);
  border-radius: 0.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  gap: 0.625rem;
  transition: all 300ms linear 0s;
  margin-right: 0.5rem;
}

.detail-extralink .detail-qty:hover {
  color: var(--bg-dark);
}

.selectionSec {
  display: inline-flex;
}

.short-desc {
  position: relative;
  padding: 0.7rem 0 1rem;

}

.short-desc a {
  font-family: var(--font-medium);
  text-decoration: underline;
  color: var(--bg-dark);
}

.short-desc a:hover {
  color: var(--color-primary);
}

.short-desc h5 {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-family: var(--font-medium);
}

.short-desc p {
  font-family: var(--font-primary);
  font-size: 14px;
}

.box-design {
  width: 100%;
  border-radius: 0.9375rem;
  font-weight: 500;
  width: 100%;
  border-radius: 0.9375rem;
}

.box-design h5 {
  font-size: 0.875rem;
  color: var(--text-primary);
  margin-bottom: 0.8rem;
  text-transform: uppercase;
  font-family: var(--font-medium);
}

.box-design.deliveryDetails {
  background-color: #f4f4f6;
  position: relative;
  padding: 1.2rem;
  border-radius: 0.2rem;
  margin-top: 1rem;
}

.box-design.deliveryDetails img {
  top: -2.8125rem;
  left: 3.125rem;
  width: 5.9375rem;
  position: absolute;
}

.box-design.deliveryDetails h6,
.deliveryDetails a {
  font-size: 1rem;
  color: var(--bg-dark);
}

.box-design.deliveryDetails h6 {
  padding-bottom: 0.6rem;
  border-bottom: 1px solid var(--text-light);
  margin-bottom: 0.5rem;
}

.flavorProfile table th,
.flavorProfile table td {
  padding: 0.2rem 0;
  border: 0;
}

.flavorProfile table td {
  color: var(--text-gray);
}

.topSecPdct {
  display: inline-flex;
  width: 100%;
  margin: 1.5rem 0 1rem;
}

.stock-status {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  border-radius: 0.3125rem;
  margin-bottom: 1.25rem;
  font-family: var(--font-primary);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
}

.stock-status.in-stock {
  background: #DEF9EC;
  color: var(--color-primary);
}

.stock-status.out-stock {
  color: #f74b81;
  background: #fde0e9;
}

.detail-info .product-price-cover {
  display: inline-flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  border-bottom: 1px solid var(--text-light);
  padding-bottom: 1rem;
}

.detail-info .product-price-cover .product-price {
  line-height: 1;
  width: 40%;
}

.detail-info .product-price {
  display: inline-flex;
  align-items: flex-end;
  margin-bottom: 1.2rem;
  justify-content: flex-start;
  width: 100%;
}

.detail-info .product-price .current-price {
  font-size: 1.7rem;
  text-decoration: none;
  font-weight: 600;
}

.detail-info .product-price .current-price svg {
  width: 1.6rem;
  margin-right: 0px;
  ;
}

.detail-info .product-price .old-price {
  text-decoration: line-through;
  color: #adadad;
  margin-left: .8rem;
  font-weight: 600;
  display: block;
}

.detail-info .product-price .save-price {
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0.375rem;
  display: block;
  color: var(--color-primary-hover);
}

.detail-info .product-meta {
  border-top: 0.0625rem solid #ececec;
  padding-top: 0.9375rem;
}

.detail-info h1 {
  font-size: 1.3rem;
  /* font-family: var(--font-medium); */
}

.attr-detail-size span {
  background: #F4F4F6;
  padding: 0.1rem 1rem;
  border-radius: 0.2rem;
}

.button.button-add-to-cart {
  padding: 0.625rem 2.5rem;
}

.product-extra-link2 a {
  background: #fff none repeat scroll 0 0;
  border: 0.0625rem solid #f1f1f1;
  color: #333;
  border-radius: 5rem;
  display: inline-block;
  height: 2.375rem;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 2.375rem;
  margin: 0rem 0rem 0rem 0rem;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.product-extra-link2 a.wishlist-btn img {
  width: 1.3rem;
}

.product-extra-link2 .button.button-add-to-cart:hover,
.detail-extralink .detail-qty:hover {
  transform: translateY(-0.3125rem);
  transition: all 0.25s
}

.product-extra-link2 a:hover {
  color: #fff;
}

.product-extra-link2 a:hover i {
  opacity: 1;
}

.product-extra-link2 a i {
  font-size: 1.125rem;
  opacity: 0.6;
}

.product-extra-link2 .button.button-add-to-cart {
  position: relative;
  padding: 0.375rem 1.25rem;
  border-radius: 5rem;
  font-weight: 600;
  font-size: 1rem;
  font-family: var(--font-primary);
  background-color: #fff;
  color: var(--text-primary);
  border-color: var(--text-primary);
  margin-left: 0.3125rem;
}

.product-extra-link2 .button.button-add-to-cart i {
  margin-right: 0.625rem;
}

.product-extra-link2 .button.button-add-to-cart:hover {
  color: var(--bg-dark);
}

.product-info {
  border: 0rem solid #ececec;
  border-radius: 0.9375rem;
}

.tab-style3 .nav-tabs .nav-item a.active,
.tab-style3 .nav-tabs .nav-item a:hover {
  color: var(--text-primary);
  box-shadow: 0.3125rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.05);
}

.tab-style3 .nav-tabs li.nav-item a {
  display: block;
  padding: 0.8125rem 1.5rem !important;
  text-align: center;
  font-weight: 500;
  font-family: var(--font-primary);
  text-transform: none;
  font-size: 1.125rem;
  border-radius: 1.875rem;
  border: 0.0625rem solid #ececec;
  background: #fff;
  color: var(--text-secondary);
}

.tab-content.shop_info_tab {
  margin-top: 1.875rem;
}

.tab-pane .comments-area {
  padding-top: 0;
  border: 0;
}

.product-color-red {
  background: #ff596d;
}

.product-color-yellow {
  background: #ffdb33;
}

.product-color-white {
  background: var(--text-white);
}

.product-color-orange {
  background: #ffbb51;
}

.product-color-cyan {
  background: #80e6ff;
}

.product-color-green {
  background: #38cf46;
}

.product-color-purple {
  background: #ff8ff8;
}

.detail-gallery .product-image-slider {
  /* background-color: #fff; */
  margin-bottom: 1.875rem;
  /* border-radius: 0.9375rem;
  border: 0.0625rem solid #ececec; */
  overflow: hidden;
  padding-bottom: 1.5rem;
}

.detail-gallery .product-image-slider img {
  opacity: 1;
  border-radius: 1rem;
  width: 60%;
}

.detail-gallery .product-image-slider.slider-nav-thumbnails {
  background: none;
  border-radius: 0;
}

.detail-gallery .product-image-slider button.slick-arrow {
  background: none;
  border: 0;
  padding: 0;
  font-size: 0.875rem;
}

.detail-gallery .product-image-slider button.slick-arrow i {
  color: #adadad;
}

.mail-to-friend {
  color: #adadad;
  font-size: 0.75rem;
}

.mail-to-friend i {
  margin-right: 0.3125rem;
}

.attr-color,
.attr-size {
  display: flex;
  align-items: center;
}

.product-detail-rating {
  display: flex;
  align-items: center;
  padding: 0.9375rem 0;
  justify-content: space-between;
}

.product-detail .section-title.style-1 {
  font-size: 1.375rem;
}

.product-more-infor {
  padding: 0 0 0rem 1.25rem;
}

.product-more-infor li {
  display: flex;
  margin: 0 0 0.625rem;
  position: relative;
  font-size: 1rem;
  color: #222;
}

.product-more-infor li ::before {
  position: absolute;
  left: -1.25rem;
  top: 0.5625rem;
  content: "";
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 100%;
  background-color: var(--text-primary);
}

.product-more-infor li span {
  flex: 0 0 10.3125rem;
  display: inline-block;
  font-size: 1rem;
  color: #222;
  font-weight: 600;
}

.product-more-infor li:last-child {
  margin: 0 0 0;
}

.progress+.progress {
  margin-top: 1rem;
}

.progress span {
  line-height: 1rem;
  background: #fff;
  padding-right: 0.625rem;
  width: 2.8125rem;
}

.progress-bar {
  background-color: var(--color-primary);
}

.shop-filter-toogle {
  margin-bottom: 1.25rem;
  display: inline-flex;
  align-items: center;
  position: relative;
  border-radius: 1.875rem;
  border: 0.0625rem solid #ececec;
  font-size: 1.0625rem;
  font-weight: 700;
  font-family: var(--font-primary);
  box-shadow: 0.3125rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.05);
  padding: 0.625rem 1.25rem;
}

.shop-filter-toogle i {
  margin-left: 0.3125rem;
  color: #B6B6B6;
}

.shop-filter-toogle i.angle-down {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.shop-filter-toogle .fi-rs-filter {
  font-size: 0.875rem;
  color: #B6B6B6;
}

.shop-filter-toogle.active i.angle-down {
  opacity: 1;
  visibility: visible;
  display: inline-block;
}

.shop-filter-toogle.active i.angle-up {
  opacity: 0;
  visibility: hidden;
  display: none;
}

/*************************************************** CART PAGE ****************************************************
***********************************************************************************************************************************************************************************/
#cart_wpr .listing_wpr_top h2.uppeCase {
  font-size: 1.1rem;
  font-family: var(--font-medium);
  margin-bottom: 1rem;
}

.shopping-summery {
  border-radius: 0rem;
  border: 0rem solid #E5E5E5;
}


.shopping-summery table> :not(caption)>*>* {
  padding: 0.9375rem 0;
}

.shopping-summery table td,
.shopping-summery table th,
.shopping-summery table thead {
  border: 0;
}

.shopping-summery table thead th,
.shopping-summery table tr td {
  padding: 1.25rem 1.25rem;
  font-family: var(--font-primary);
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-primary);
  background-color: #fff;
  background-color: #fff;
  display: inline-flex;
  flex-direction: column;
}

.shopping-summery.table tr {
  border: 0rem solid #e9ecef;
}

.shopping-summery table tr td {
  background-color: #fff;
}

.shopping-summery table tr td a.product-name {
  margin-bottom: 0.3rem;
  display: inline-flex;
}

.shopping-summery table tr td .form-group {
  position: relative;
  width: max-content;
}

.shopping-summery table tr td .form-group .form-control {
  border: 0.0625rem solid #f0e9ff;
  border-radius: 0.2rem;
  height: auto;
  font-size: 1rem;
  background: transparent;
  padding: 0.375rem 1.2rem;
}

.shopping-summery table tr td .form-group::after {
  content: "\f10f";
  font-family: "uicons-regular-straight" !important;
  position: absolute;
  right: 0.5rem;
  top: 0;
  height: 100%;
  display: inline-flex;
  align-items: center;
}

.shopping-summery table tbody tr img {
  max-width: 7rem;
  border: 0rem solid #ececec;

}

#cart_wpr .listing_wpr_top h2.uppeCase {
  font-size: 1.2rem;
  font-family: var(--font-medium);
  margin-bottom: 1rem;
  border-bottom: 0.1rem solid var(--text-light);
  padding-bottom: 0.8rem;
}

.shopping-summery .detail-qty {
  background-color: #fff;
  color: var(--text-primary);
  gap: 0rem;
}

.shopping-summery .detail-qty>a.qty-down,
.shopping-summery .detail-qty>a.qty-up,
.shopping-summery .detail-qty>a.qty-down i {
  color: var(--text-primary);
}

.shopping-summery.save-for-later {
  margin-top: 3.125rem;
}


table.no-border td,
table.no-border th,
table.no-border thead {
  border: 0;
}

.shipping_calculator .custom_select .select2-container {
  max-width: unset;
}

.shipping_calculator .custom_select .select2-container--default .select2-selection--single {
  border-radius: 0.625rem;
  height: 4rem;
  line-height: 4rem;
}

.shipping_calculator .custom_select .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 4rem;
}

.shipping_calculator .custom_select .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 0.875rem;
  transform: translateY(-50%);
}

.shipping_calculator .w-100 .select2-container {
  max-width: unset;
  min-width: 27.8438rem;
}

.cart-totals {
  border-radius: 0.9375rem;
  box-shadow: 0.3125rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.05);
  padding: 1.5rem 1.25rem;
}

.cart_total_amount h4 {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  color: var(--bg-dark);
  font-size: 1.3rem;
}

.cart_total_label h6 {
  color: var(--bg-dark);
}

.cart-totals .button-style-2 {
  background-color: var(--bg-dark);
  border: 0.0625rem solid var(--bg-dark);
}

.cart-totals .button-style-2:hover {
  color: var(--bg-dark);
  background-color: var(--text-white);
}
#cart_wpr .cart-totals .table-responsive { 
  margin-right: 0rem;
}
#cart_wpr .cart-totals .table{
  margin-bottom: 0.5rem;
}
/* ==========================================================
CART TABLE
========================================================== */
#cart_wpr .table-responsive {
  overflow-x: visible;
  margin-right: 2rem;
}

.cart-table {
  margin: 0;
}

.cart-table tbody tr {
  border-bottom: 0.1rem solid var(--text-light);
  /* border:1px solid #d8d8d8; */
  border-width: 0px 0px 1px 0px;
  padding: 1rem 0rem 1rem 0rem;
  display: inline-flex;
  width: 100%;
  /* border-radius: 0.2rem; */
  /* margin-bottom: 1rem;  */
  /* background-color: var(--bg-secondary); */
  position: relative;
}

.cart-table tbody tr:first-child {
  padding: 0rem 0rem 1rem 0rem;
}

.cart-table td {
  vertical-align: top;
  padding: 0rem;
  /* background-color: var(--bg-secondary); */
}

.cartListFooter {
  display: inline-flex;
  justify-content: flex-end;
  width: 100%;
  padding: 0.85rem 0rem 0rem;
  padding-right: 2rem;
  /* border-top: 0.1rem solid var(--text-light); */
  /* margin-top: 0.5rem; */
}

.cartListFooter a {
  color: var(--bg-dark);
  font-size: 0.85rem;
  font-weight: 600;
  font-family: 'Richmond';
  display: inline-flex;
}

.cartListFooter a span {
  text-decoration: underline;
}

.cartListFooter a i {
  font-size: 1.2rem;
  margin-top: 0.1rem;
}

/* ==========================================================
PRODUCT IMAGE
========================================================== */

.cart-image {
  width: 140px;
}

.cart-image img {
  width: 120px;
  max-width: 120px;
  height: auto;
  display: block;
  border-radius: 6px;
  background-color: #F4F4F6;
  margin-right: 2.5rem;
}

/* ==========================================================
PRODUCT DETAILS
========================================================== */

.cart-details {
  width: 100%;
}

.cart-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 0;
}

.product-info {
  flex: 1;
}

.product-title {
  display: block;
  color: #212529;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.product-title:hover {
  color: #000;
}

.delivery-text {
  color: #2c8c41;
  font-size: 14px;
  font-weight: 600;
}

/* ==========================================================
PRICE
========================================================== */

.price-box {
  text-align: right;
  min-width: 150px;
}

.price {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--bg-dark);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.price svg {
  margin-right: 0.15rem;
}

.sku {
  margin-top: 6px;
  color: #888;
  font-size: 14px;
}

.price-box .price {
  font-size: 1rem;
  font-family: 'Richmond';
  font-weight: 500;
}

.price-box .price svg {
  width: 0.85rem;
}

/* ==========================================================
OPTIONS ROW
========================================================== */

.cart-options {
  display: flex;
  align-items: flex-end;
  gap: 35px;
  justify-content: space-between;
}

.option-group {
  display: flex;
  align-items: center;
  gap: 12px;
}

.option-group label {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--bg-dark);
  white-space: nowrap;
}

/* ==========================================================
CUSTOM SELECT
========================================================== */

.custom-select {
  position: relative;
  width: 250px;
}

.select-selected {
  height: 2.5rem;
  padding: 0 16px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  border: 1px solid #d8d8d8;
  border-radius: 4px;

  cursor: pointer;

  font-size: 15px;
  color: #222;

  transition: .25s;
}

.select-selected:hover {
  border-color: #999;
}

.select-selected.active {
  border-color: #0d6efd;
}

.arrow {
  margin-left: 12px;
  transition: .25s;
  font-size: 18px;
  height: 100%;
  display: inline-flex;
}

.select-selected.active .arrow {
  transform: rotate(180deg);
}

/* ==========================================================
DROPDOWN
========================================================== */

.select-items {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 4px);

  display: none;

  margin: 0;
  padding: 0;

  list-style: none;

  background: #fff;

  border: 1px solid #ddd;
  border-radius: 4px;

  max-height: 280px;
  overflow-y: auto;

  z-index: 1000;

  box-shadow: 0 10px 25px rgba(0, 0, 0, .12);
}

.select-items.show {
  display: block;
}

.select-items li {
  padding: 14px 16px;
  cursor: pointer;
  transition: .2s;
  font-size: 15px;
}

.select-items li:hover {
  background: #f3f3f3;
}

.select-items li.active {
  background: #666;
  color: #fff;
}

/* ==========================================================
QUANTITY
========================================================== */

.quantity-box {
  display: flex;
  align-items: center;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  overflow: hidden;
  height: 2.5rem;
}

.quantity-box button {
  width: 44px;
  border: 0;
  cursor: pointer;
  font-size: 18px;
  transition: .2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--text-white);
}

.quantity-box input {
  width: 50px;
  height: 48px;
  border: 0;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  outline: none;
  padding: 0;
  /* background-color: var(--bg-secondary); */
}

/* Remove browser arrows */

.quantity-box input::-webkit-inner-spin-button,
.quantity-box input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

/* ==========================================================
BOTTOM LINKS
========================================================== */

.cart-bottom {
  display: flex;
  justify-content: flex-end;
  gap: 25px;
}

.cart-bottom a {
  color: var(--bg-dark);
  font-size: 0.85rem;
  text-decoration: underline;
  position: absolute;
  bottom: 0.75rem;
}

.cart-bottom a:hover {
  color: #000;
}

/* ==========================================================
TABLET
========================================================== */

@media (max-width:991px) {

  .cart-options {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .custom-select {
    width: 100%;
  }

}

/* ==========================================================
MOBILE
========================================================== */

@media (max-width:767px) {

  .cart-table td {
    padding: 16px;
  }

  .cart-image {
    width: 90px;
  }

  .cart-image img {
    width: 80px;
  }

  .cart-top {
    flex-direction: column;
    gap: 12px;
  }

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

  .price {
    font-size: 22px;
  }

  .cart-options {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .option-group {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .custom-select {
    width: 100%;
  }

  .quantity-box {
    width: fit-content;
  }

  .cart-bottom {
    justify-content: flex-start;
  }

}

.option-card {
  background: #f8f8f8;
  border-radius: 0.2rem;
  padding: 1.25rem 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
  cursor: pointer;
  transition: .3s;
}

.option-card:hover {
  background: #f4f4f4;
}

.option-left {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.option-icon {
  width: 1.85rem;
  height: 2.75rem;

  display: flex;
  justify-content: center;
  align-items: center;
}

.option-icon i {
  font-size: 2.625rem;
  color: #222;
}

.option-left p {
  margin-bottom: 0;
  color: #a6a6a6;
}

.option-arrow {
  display: inline-flex;
}

.option-arrow i {
  font-size: 1.25rem;
  color: #222;
}

.coupon-box {
  background: #f8f8f8;
  border-radius: 0.2rem;
  padding: 1.25rem;
  align-items: center;
  margin-bottom: 1rem;
  display: inline-flex;
  justify-content: center;
  gap: 1rem;
  width: 100%;
}

.coupon-box.show {
  display: flex;
}

.coupon-input {
  flex: 1;
  border-radius: 0.2rem;
  font-size: 1.25rem;
  outline: none;
  background: white;
  padding: 0.85rem;
}

.coupon-input::placeholder {
  color: #b3b3b3;
  font-family: var(--font-primary);
  font-size: 1rem;
}

.coupon-box input:focus {
  border-color: var(--bg-dark);
}

.apply-btn {
  border: none;
  border-radius: 0.2rem;
  background: var(--bg-dark);
  color: #fff;
  font-size: 1rem;
  transition: .3s;
  padding: 0.85rem 1.5rem;
  text-transform: uppercase;
}

.apply-btn:hover {
  background: var(--bg-dark);
}

@media (max-width:48rem) {

  .option-card {
    padding: 1.25rem;
  }

  .option-left {
    gap: 0.9375rem;
  }

  .option-left h5 {
    font-size: 1.125rem;
  }

  .option-left p {
    font-size: 0.875rem;
  }

  .option-icon i {
    font-size: 2.125rem;
  }

  .option-arrow i {
    font-size: 1.5rem;
  }

  .coupon-box {
    flex-direction: column;
  }

  .coupon-input {
    width: 100%;
  }

  .apply-btn {
    width: 100%;
  }
}

.order_review {
  border: 0.0625rem solid #ececec;
  padding: 1.875rem;
  border-radius: 0.625rem;
}

.toggle_info {
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border-radius: 0.625rem;
  border: 0.0625rem solid #ececec;
  box-shadow: 0.3125rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.05);
}

.login_form .panel-body,
.coupon_form .panel-body {
  border: 0.0625rem solid #ececec;
  padding: 1.875rem;
  margin-top: 1.875rem;
  border-radius: 0.625rem;
}

.payment_option .custome-radio {
  margin-bottom: 0.625rem;
}

.payment_option .custome-radio .form-check-label {
  color: #292b2c;
  font-weight: 600;
}

.custome-radio .form-check-label::before {
  content: "";
  border: 0.0625rem solid #908f8f;
  height: 1rem;
  width: 1rem;
  display: inline-block;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.custome-radio input[type=radio]+.form-check-label::after {
  content: "";
  height: 0.625rem;
  width: 0.625rem;
  border-radius: 100%;
  position: absolute;
  top: 0.5625rem;
  left: 0.1875rem;
  opacity: 0;
}

.custome-radio input[type=radio]:checked+.form-check-label::after {
  opacity: 1;
  background-color: var(--color-primary);
}

.related-products .product-img-action-wrap {
  padding: 0;
  margin-bottom: 0.9375rem;
}

.col-lg-4-5 .product-cart-wrap .product-action-1 a.action-btn {
  width: 2.1875rem;
}

.col-lg-4-5 .countdown-section .countdown-amount {
  width: 2.375rem;
}

.zoomWindow {
  border-radius: 0.9375rem;
  overflow: hidden;
}

.table-wishlist {
  border: 0;
}

.apply-coupon {
  display: flex;
}

.apply-coupon input {
  height: 3.1875rem;
  border-radius: 0.625rem 0 0 0.625rem;
  background-image: url("../images/coupon.png");
  background-position: 1.25rem center;
  background-repeat: no-repeat;
  padding-left: 3.125rem;
}

.apply-coupon button {
  min-width: 9.375rem;
  height: 3.1875rem;
  border-radius: 0 0.625rem 0.625rem 0;
  background-color: #253D4E;
}

.apply-coupon button:hover {
  background-color: var(--color-primary);
}

.order_table table .product-thumbnail img {
  max-width: 7.5rem;
  border-radius: 0.9375rem;
  border: 0.0625rem solid #ececec;
  padding: 0.3125rem;
}

.order_table table .w-160 {
  max-width: 10rem;
}

.table.table-compare {
  border-radius: 0.9375rem;
}

.table.table-compare> :not(caption)>*>* {
  padding: 1.875rem 0;
}

.mw-200 {
  min-width: 12.5rem;
}







/*BLOG*/
.archive-header {
  background: url(../images/header-bg.png) no-repeat center center;
  border-radius: 1.25rem;
  /* padding: 4.375rem 5rem; */
  background-size: cover;
}

.archive-header .breadcrumb h1 {
  font-weight: 600;
}

.tags-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.tags-list li {
  display: inline-block;
  margin: 0 0.9375rem 0 0;
  position: relative;
}

/* Hide the actual radio button */
.tags-list li input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Button design */
.tags-list li label {
  background-color: #fff;
  display: inline-block;
  border-radius: 0.3rem;
  padding: 0.625rem 1.25rem;
  border: 0.0625rem solid #ececec;
  font-family: var(--font-primary);
  font-size: 1.0625rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* Selected radio */
.tags-list li input[type="radio"]:checked+label {
  color: var(--bg-dark);
  background-color: #d5d5d5;
  border-color: #d5d5d5;
}

/* Optional hover */
.tags-list li label:hover {
  background-color: #f5f5f5;
}

/* Keep selected state on hover */
.tags-list li input[type="radio"]:checked+label:hover {
  background-color: #d5d5d5;
}

.post-list article:not(:last-child) {
  margin-bottom: 1.25rem;
}

.post-list .post-thumb {
  max-width: 13.8125rem;
  overflow: hidden;
}

.post-list .post-thumb a {
  margin-bottom: 0;
}

.post-list .post-title {
  font-weight: 500;
}

.post-list .post-title a {
  color: #253D4E;
}

.single-content {
  text-rendering: optimizeLegibility;
  color: #253D4E;
  font-size: 1.0625rem;
}

.single-content h1 {
  font-size: 3.5rem;
  line-height: 4.5rem;
  margin-bottom: 2rem;
}

.single-content h2 {
  font-size: 3rem;
  line-height: 4rem;
  margin-bottom: 1.875rem;
}

.single-content h3 {
  font-size: 2.25rem;
  line-height: 3rem;
  margin-bottom: 1.75rem;
}

.single-content h4 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1.625rem;
}

.single-content h5 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}

.single-content h6 {
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.0312rem;
  text-transform: uppercase;
  margin-bottom: 1.375rem;
}

.single-content p {
  margin-bottom: 1.2em;
  font-weight: 400;
}

.single-content ul {
  list-style: circle;
  padding-left: 1rem;
  font-size: 1rem;
}

.single-content ul li {
  position: relative;
  margin-bottom: 0.4375rem;
}

.single-content ol li {
  font-size: 1rem;
}

.single-content .single-excerpt {
  font-size: 1.5rem;
  line-height: 2rem;
}

.single-content p {
  color: #253D4E;
  font-size: 1.0625rem;
}

.single-content blockquote {
  background-color: #F4F6FA;
  padding: 2.5rem 3.75rem;
  border-radius: 0.9375rem;
  margin: 1.875rem auto;
  font-size: 1.5rem;
  max-width: 80%;
}

.single-content blockquote p {
  font-size: 1.5rem;
  line-height: 2rem;
  color: var(--text-secondary);
  margin-bottom: 0;
}

.single-header {
  margin-bottom: 1.875rem;
}

.single-header .entry-meta.meta-1 {
  display: flex;
  align-content: center;
  align-self: center;
  align-items: center;
}

.single-header .single-header-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.single-header .single-header-meta .social-icons ul {
  margin-top: 0.9375rem;
}

.single-thumbnail {
  margin-bottom: 1.875rem;
}

.single-thumbnail img {
  border-radius: 0.9375rem;
  overflow: hidden;
}

.entry-bottom {
  border-top: 0.0625rem solid #ececec;
  padding-top: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.entry-bottom .social-icons ul {
  margin-top: 0.9375rem;
}

.entry-bottom .social-icons ul img {
  width: 1.25rem;
  opacity: 0.6;
}

.author-bio {
  border-radius: 0.9375rem;
  border: 0.0625rem solid #ececec;
  padding: 1.87rem;
}

.author-bio h1 {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
}

.author-bio .author-image {
  display: flex;
  justify-content: start;
  align-content: center;
  align-items: center;
}

.author-bio .author-image img {
  margin-right: 0.625rem;
}

/*Entry meta*/
.entry-meta {
  line-height: 1;
}

.entry-meta.meta-2 .author-img img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}

.entry-meta.meta-2 .author-name {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.875rem;
  display: inline-block;
  margin-top: 0.3125rem;
}

.entry-meta.meta-2 a.btn {
  display: flex;
  align-items: center;
  align-self: center;
}

.entry-meta .author-add {
  font-size: 0.75rem;
}

.entry-meta.meta-1 span {
  margin-right: 0.625rem;
}

.entry-meta.meta-1 a.text-brand {
  display: flex;
  align-items: center;
}

.entry-meta.meta-1 a.text-brand i {
  margin-left: 0.3125rem;
}

.entry-meta.meta-0 span {
  padding: 0.25rem 0.625rem 0.25rem 1.1875rem;
  font-size: 0.6875rem;
  letter-spacing: 0.05rem;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 1.875rem;
  position: relative;
  margin-left: -0.3125rem;
}

.entry-meta.meta-0 span::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  background: none;
  margin-right: 0.1875rem;
  border-radius: 0.3125rem;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0.5rem;
  margin-top: -0.1875rem;
  border: 0.0625rem solid var(--color-primary);
}

.entry-meta .author-avatar img {
  max-width: 1.875rem;
  margin-right: 0.3125rem;
}

span.has-dot {
  position: relative;
  padding-left: 0.625rem;
}

span.has-dot::before {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  background: #d2d2d2;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -0.125rem;
  display: block;
  left: -0.125rem;
}

h6.post-title {
  font-size: 0.875rem;
}

.post-title a {
  color: #253D4E;
}

.post-title a:hover {
  color: var(--color-primary);
}

.post-thumb {
  overflow: hidden;
  position: relative;
}

.post-thumb.border-radius-5 img {
  border-radius: 0.3125rem;
}

.post-thumb a {
  line-height: 1;
}

.post-thumb .entry-meta {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  z-index: 2;
}

.post-thumb .entry-meta a {
  display: inline-block;
  color: #fff !important;
  background-color: var(--color-primary-hover);
  border-radius: 0.25rem;
  width: 2rem;
  height: 2rem;
  text-align: center;
  line-height: 2.1875rem;
}

/*Loop Grid*/
.loop-grid {
  position: relative;
}

.loop-grid article {
  position: relative;
  background: #fff;
  overflow: hidden;
}

.loop-grid .entry-content {
  padding: 1.875rem;
}

.loop-grid .entry-content-2 {
  padding: 1.25rem 1.875rem;
}

.loop-grid.loop-list {
  position: relative;
}

.loop-grid.loop-list article {
  display: flex;
  align-items: center;
  border: 0.0625rem solid #ececec;
  border-radius: 0.9375rem;
}

.loop-grid.loop-list article:not(:last-child) {
  margin-bottom: 1.875rem;
}

.loop-grid.loop-list article .post-thumb {
  min-height: 22.875rem;
  min-width: 27.375rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.img-hover-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 17.5rem;
  overflow: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.top-right-icon {
  position: absolute;
  bottom: 0.9375rem;
  right: 0.9375rem;
  border-radius: 0.3125rem;
  width: 1.875rem;
  height: 1.875rem;
  text-align: center;
  line-height: 1.875rem;
  z-index: 3;
  color: #fff;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition-duration: 0.4s;
  -ms-transition: all 0.4s ease;
}

.top-left-icon {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  z-index: 3;
  display: inline-block;
  color: #fff !important;
  background-color: var(--color-primary-hover);
  border-radius: 0.25rem;
  width: 2rem;
  height: 2rem;
  text-align: center;
  line-height: 2.1875rem;
}

.entry-meta.meta-1,
.entry-meta.meta-2 {
  display: flex;
  justify-content: space-between;
}

.entry-meta.meta-1.meta-3,
.entry-meta.meta-2.meta-3 {
  justify-content: start;
}

.entry-meta a.read-more {
  font-size: 0.75rem;
  border-radius: 1.875rem;
  border: 0.0625rem solid #abd7ab;
  padding: 0.625rem 0.9375rem;
  color: #98ca98;
  font-weight: 600;
  display: inline-block;
}

/** Print **/
@media print {
  .back-top-home {
    display: none;
    opacity: 0;
    visibility: hidden;
  }

  .invoice-header,
  .invoice-top,
  .invoice-center,
  .invoice-bottom,
  .invoice-banner {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
  }

  .invoice-top .col-sm-9,
  .invoice-top .col-sm-3 {
    width: 50%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .text-end {
    text-align: right !important;
  }

  .invoice-1 {
    padding: 0;
    background: #fff;
  }

  .invoice-1 .invoice-inner {
    background: #f8f8f8;
  }

  .invoice-1 .container {
    padding: 0rem;
  }

  .invoice-1 .invoice-info {
    box-shadow: none;
    margin: 0rem;
  }
}

.invoice-content .invoice-header-1 {
  text-transform: uppercase;
  font-weight: 700;
}

.invoice-content .invoice-header-2 {
  text-transform: uppercase;
  font-weight: 600;
}

.invoice-content .invoice-title-1 {
  font-size: 1.125rem;
}

.invoice-content .invoice-addr-1 {
  font-size: 0.9375rem;
  margin-bottom: 1.25rem;
}

.invoice-content .item-desc-1 {
  text-align: left;
}

.invoice-content .item-desc-1 span {
  display: block;
}

.invoice-content .item-desc-1 small {
  display: block;
}

.invoice-content .important-notes-list-1 {
  font-size: 0.8125rem !important;
  padding-left: 0.9375rem;
  margin-bottom: 0.9375rem;
  list-style: disc;
}

.invoice-content .important-notes-list-1 li {
  margin-bottom: 0.3125rem;
}

.invoice-content .bank-transfer-list-1 {
  font-size: 0.8125rem !important;
  padding-left: 0rem;
}

.invoice-content .important-notes {
  font-size: 0.75rem !important;
}

.invoice-content .invoice-btn-section {
  text-align: center;
  margin-top: 1.875rem;
}

.invoice-content .btn-lg {
  font-size: 1rem;
  font-weight: 600;
  height: 3.125rem;
  padding: 0 2.1875rem;
  line-height: 3.125rem;
  border-radius: 0.1875rem;
  color: var(--text-white);
  border: none;
  margin: 0.1875rem;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  text-transform: capitalize;
  transition: all 0.3s linear;
  z-index: 1;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-family: var(--font-primary);
}

.invoice-content .btn-check:focus+.btn,
.invoice-content .btn:focus {
  outline: 0;
  box-shadow: none;
}

.invoice-content .btn-download {
  background: var(--color-primary);
}

.invoice-content .btn-download:after {
  background: #29A56C;
}

.invoice-content .btn-print {
  background: #253D4E;
}

.invoice-content .btn-print:after {
  background: #242424;
}

.invoice-content .invoice-content .invoice-table th:first-child,
.invoice-content .invoice-content .invoice-table td:first-child {
  text-align: left;
}

.invoice-content .btn-custom {
  border: none;
  z-index: 1;
}

.invoice-content .btn-custom img {
  max-height: 0.875rem;
  margin-right: 0.3125rem;
}

.invoice-content .btn-custom:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  box-shadow: inset 0rem 0rem 0rem 0rem rgba(255, 255, 255, 0.5), 0.4375rem 0.4375rem 1.25rem 0rem rgba(0, 0, 0, 0.1), 0.25rem 0.25rem 0.3125rem 0rem rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.invoice-content .btn-custom:hover {
  color: #fff;
}

.invoice-content .btn-custom:hover:after {
  left: 0;
  width: 100%;
}

.invoice-content .btn-custom:active {
  top: 0.125rem;
}

.invoice-content table thead {
  font-family: var(--font-primary);
  color: #253D4E;
  font-weight: 700;
}

.invoice-content .f-w-600 {
  font-weight: 600;
}

.invoice-content .mobile-social-icon {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-self: center;
}

.invoice-content .mobile-social-icon h6 {
  display: inline-block;
  margin-right: 0.9375rem;
  margin-bottom: 0;
}

.invoice-content .mobile-social-icon a {
  text-align: center;
  font-size: 0.875rem;
  margin-right: 0.3125rem;
  transition-duration: 0.5s;
  height: 1.875rem;
  width: 1.875rem;
  display: inline-flex;
  background: var(--color-primary);
  border-radius: 0.3125rem;
  line-height: 1;
  align-content: center;
  justify-content: center;

}

.invoice-content .mobile-social-icon a img {
  max-width: 1rem;
}

.invoice-content .mobile-social-icon a img:hover {
  opacity: 0.8;
}

.invoice-content .mobile-social-icon a:hover {
  transform: translateY(-0.125rem);
  transition-duration: 0.5s;
  margin-top: -0.125rem;
}

.invoice-content .mobile-social-icon a:last-child {
  margin-right: 0;
}

/** Invoice 1 **/
.invoice {
  padding: 3.125rem 0;
  background: #F2F3F4;
}

.invoice .invoice-info {
  background: #fff;
  margin-bottom: 1.875rem;
  border-radius: 1.25rem;
  box-shadow: 1.25rem 1.25rem 3.375rem rgba(0, 0, 0, 0.03);
}

.invoice .invoice-inner {
  max-width: 81rem;
  margin: 0 auto;
}

.invoice .item-desc-1 small {
  font-size: 0.875rem;
}

.invoice .item-desc-1 span {
  font-size: 0.875rem;
  font-weight: 600;
}

.invoice .invoice-header {
  padding: 5rem 9.375rem;
  border-radius: 1.25rem 1.25rem 0 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.invoice .table-striped>tbody>tr:nth-of-type(odd) {
  --bs-table-accent-bg: rgb(255 255 255 / 5%);
  color: var(--bs-table-striped-color);
}

.invoice .invoice-top {
  padding: 2.5rem 9.375rem 1.5625rem 9.375rem;
  font-size: 0.9375rem;
  border-bottom: 0.0625rem solid #ececec;
  margin-bottom: 3.125rem;
}

.invoice .invoice-center {
  padding: 0 9.375rem 2.5rem;
}

.invoice .invoice-center .table {
  margin-bottom: 0;
}

.invoice .table-section {
  text-align: center;
}

.invoice .table> :not(caption)>*>* {
  padding: 0.9375rem 1.25rem;
}

.invoice .table td {
  font-size: 0.9375rem;
  font-weight: 400;
}

.invoice table th {
  font-size: 0.9375rem;
}

.invoice .caption-top {
  caption-side: top;
  text-align: right;
  margin-bottom: 0;
}

.invoice .invoice-bottom {
  padding: 0 9.375rem 1.5625rem;
}

.invoice .invoice-bottom .amount {
  text-align: right;
}

.invoice .invoice-bottom h3 {
  margin-bottom: 0.9375rem;
}

.invoice .bg-active {
  background: #f3f3f3;
  color: #535353 !important;
}

.invoice .invoice-contact {
  padding: 4.375rem 9.375rem 2.5rem;
}

.invoice .social-list {
  float: left;
}

.invoice .social-list span {
  margin-right: 0.3125rem;
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
}

.invoice .social-list a {
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  display: inline-block;
  font-size: 1.0625rem;
  background: #fff;
  margin: 0 0.125rem 0.125rem 0;
  color: #25cc7e;
  border-radius: 50%;
}

.invoice .social-list a:hover {
  background: #fff6f6;
}

.invoice-top .float-end p {
  margin-bottom: 0;
}

.invoice-1 .invoice-info-buttom .table .invoice-1 .invoice-info-buttom .table tr,
.invoice-1 .invoice-info-buttom .table tr {
  border: 0.0625rem solid #e9ecef;
}

.table> :not(caption)>*>* {
  border-bottom-width: 0;
}

.invoice-1 .table td,
.invoice-1 .table th {
  vertical-align: middle;
  border: none !important;
}

.invoice-1 .invoice-header {
  background: rgba(0, 0, 0, 0.04) url(../images/header-bg-1.png) top left repeat;
}

.invoice-2 .invoice-info {
  border-radius: 0;
}

.invoice-2 .invoice-header {
  border-bottom: 0.0625rem solid #ececec;
}

.invoice-3 .invoice-header {
  background: url(../images/header-bg-2.jpg) top left no-repeat;
  background-size: cover;
  padding: 3.125rem 9.375rem;
  color: #fff;
}

.invoice-3 .invoice-table thead {
  color: #fff !important;
  background-color: var(--color-primary);
}

.invoice-4 .invoice-info {
  border-radius: 0.3125rem;
}

.invoice-4 .invoice-header {
  border-bottom: 0.0625rem solid #ececec;
  padding: 3.125rem 9.375rem 1.875rem 9.375rem;
  margin-bottom: 3.125rem;
}

.invoice-4 .invoice-bottom .hr {
  width: 100%;
  height: 0.0625rem;
  background-color: #ececec;
}

.invoice-5 .invoice-info {
  border-radius: 0;
}

.invoice-5 .invoice-header {
  padding: 3.125rem 9.375rem;
}

.invoice-5 .invoice-banner {
  padding: 0 9.375rem 3.125rem 9.375rem;
}

.invoice-5 .invoice-bottom .hr {
  width: 100%;
  height: 0.0625rem;
  background-color: #ececec;
}

.invoice-6.invoice {
  background-color: #fff;
}

.invoice-6 .invoice-info {
  border-radius: 0.625rem;
  border: 0.0625rem solid #BCE3C9;
  box-shadow: 0.3125rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.05);
}

.invoice-6 .hr {
  width: 100%;
  height: 0.0625rem;
  background-color: var(--color-primary);
}

.invoice-6 .invoice-header {
  background-color: #f7f8f9;
  padding: 5rem 9.375rem 3.125rem 9.375rem;
  margin-bottom: 3.125rem;
  border-radius: 0.625rem 0.625rem 0 0;
}

.invoice-6 .invoice-icon {
  border-radius: 0 0.625rem 0 0;
}

.invoice-icon {
  position: absolute;
  width: 4.375rem;
  height: 4.375rem;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-primary);
}

.invoice-icon img {
  width: 1.875rem;
}

/*Responsive*/
@media only screen and (max-width: 62rem) {
  .invoice .invoice-header {
    padding: 5rem 3.125rem;
  }

  .invoice .invoice-top {
    padding: 2.5rem 3.125rem 1.5625rem 3.125rem;
  }

  .invoice .invoice-center {
    padding: 0 3.125rem 2.5rem;
  }

  .invoice .invoice-bottom {
    padding: 0 3.125rem 1.5625rem;
  }

  .invoice .back-top-home {
    margin-bottom: 1.875rem;
    text-align: center;
  }
}

.vendor-wrap {
  position: relative;
  background-color: #fff;
  border: 0.0625rem solid #ececec;
  border-radius: 0.9375rem;
  overflow: hidden;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}

.vendor-wrap:hover {
  box-shadow: 0.3125rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.05);
  border: 0.0625rem solid #BCE3C9;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}

.vendor-wrap .vendor-img-action-wrap {
  padding: 1.5625rem 1.5625rem 0 1.5625rem;
}

.vendor-wrap .vendor-img-action-wrap img {
  max-width: 9rem;
}

.vendor-wrap .vendor-content-wrap {
  padding: 1.25rem 1.25rem 1.875rem 1.25rem;
}

.vendor-wrap .vendor-content-wrap h4 a {
  color: #253D4E;
}

.vendor-wrap .vendor-content-wrap h4 a:hover {
  color: var(--color-primary);
}

.vendor-wrap .vendor-content-wrap .total-product {
  position: relative;
  display: inline-block;
  padding: 0.375rem 1.25rem 0.375rem 1.25rem;
  border-radius: 0.25rem;
  background-color: #DEF9EC;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--color-primary);
  min-width: 7.6875rem;
}

.vendor-wrap .product-badges.product-badges-position {
  position: absolute;
  right: 0;
  top: 0rem;
  z-index: 9;
}

.vendor-wrap .product-badges.product-badges-position span {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1;
  border-radius: 0rem 0.625rem 0 1.25rem;
  color: #fff;
  padding: 0.5625rem 1.25rem 0.625rem 1.25rem;
  background-color: var(--color-primary);
}

.vendor-wrap .product-badges.product-badges-position span.hot {
  background-color: #f74b81;
}

.vendor-wrap .product-badges.product-badges-position span.new {
  background-color: var(--color-primary);
}

.vendor-wrap .product-badges.product-badges-position span.sale {
  background-color: #67bcee;
}

.vendor-wrap .product-badges.product-badges-position span.best {
  background-color: #f59758;
}

.vendor-wrap.style-2 {
  display: flex;
}

.vendor-wrap.style-2 .vendor-img-action-wrap {
  position: relative;
  padding: 1.25rem;
}

.vendor-wrap.style-2 .vendor-img-action-wrap .total-product {
  position: relative;
  display: inline-block;
  padding: 0.375rem 1.25rem 0.375rem 1.25rem;
  border-radius: 0.25rem;
  background-color: #DEF9EC;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--color-primary);
  min-width: 7.6875rem;
}

.vendor-wrap.style-2 .vendor-info .btn {
  min-width: 6.5625rem;
  padding: 0.5rem 0.625rem 0.5rem 0.8125rem;
}

.archive-header-2 .search-form input {
  border-radius: 1.875rem;
  padding-left: 1.875rem;
  box-shadow: 1.25rem 1.25rem 2.5rem rgba(0, 0, 0, 0.07);
}

.archive-header-3 {
  position: relative;
  border-radius: 1.25rem;
  padding: 3.125rem;
}

.archive-header-3 .archive-header-3-inner {
  display: flex;
}

/*LAYOUT -> HEADER STYLE*/
/*Header default*/

.close-style-wrap {
  position: absolute;
  right: 3.4375rem;
  top: 2.5rem;
}

.close-style-wrap.close-style-position-inherit {
  position: inherit;
}

.close-style-wrap .close-style {
  position: relative;
  background-color: transparent;
  padding: 0;
  border: none;
  width: 1.625rem;
  height: 1.625rem;
  background-color: #DEF9EC;
  border-radius: 1.875rem;
}

.close-style-wrap .close-style>i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.625rem;
  height: 0.0625rem;
  margin: 0 !important;
  transform-origin: center;
  display: block;
  overflow: hidden;
}

.close-style-wrap .close-style>i.icon-top {
  transform: translate(-50%, -50%) rotate(45deg);
}

.close-style-wrap .close-style>i.icon-top::before {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transform: scaleX(1) translateZ(0);
  transform-origin: right;
}

.close-style-wrap .close-style>i.icon-top::after {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scaleX(0) translateZ(0);
  transform-origin: left;
}

.close-style-wrap .close-style>i.icon-bottom {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.close-style-wrap .close-style>i.icon-bottom::before {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transform: scaleX(1) translateZ(0);
  transform-origin: right;
}

.close-style-wrap .close-style>i.icon-bottom::after {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scaleX(0) translateZ(0);
  transform-origin: left;
}

.close-style-wrap .close-style:hover {
  transform: rotateZ(360deg);
}

.close-style-wrap .close-style>i::before,
.close-style-wrap .close-style>i::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #111;
}

.burger-icon {
  position: relative;
  width: 1.5rem;
  height: 1.25rem;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.burger-icon>span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.125rem;
}

.burger-icon>span.burger-icon-top {
  top: 0.125rem;
}

.burger-icon>span.burger-icon-bottom {
  bottom: 0.125rem;
}

.burger-icon>span.burger-icon-mid {
  top: 0.5625rem;
}

.burger-icon>span::before,
.burger-icon>span::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #333;
}

.burger-icon.burger-icon-white>span::before,
.burger-icon.burger-icon-white>span::after {
  background-color: #253D4E;
}

.main {
  margin-top: 2rem;
}

.main-wrapper {
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.contact-infor li {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  font-family: 'Richmond', sans-serif;
  font-weight: lighter;
}

.contact-infor li img {
  height: 0.9375rem;
  margin-right: 0.3125rem;
  opacity: 0.8;
}

.contact-infor li:nth-child(3) {
  margin-bottom: 0.2rem;
}

/* .mobile-social-icon a img {
  max-width: 1rem;
} */
.mobile-social-icon a img:hover {
  opacity: 0.8;
}

.mobile-social-icon a:hover {
  transform: translateY(-0.125rem);
  transition-duration: 0.5s;
  margin-top: -0.125rem;
}

.mobile-social-icon a:last-child {
  margin-right: 0;
}

.mobile-search {
  padding: 0 0 0.625rem 0;
}

.hotline img {
  min-width: 2.1875rem;
  margin-right: 0.75rem;
}

.hotline p {
  color: var(--color-primary);
  font-size: 1.625rem;
  font-weight: 700;
  font-family: var(--font-primary);
  display: block;
  line-height: 1;
}

.hotline p span {
  font-weight: 500;
  font-size: 0.75rem;
  font-family: var(--font-primary);
  color: var(--text-secondary);
  display: block;
  letter-spacing: 0.0563rem;
}

/*****************************
*********  Header  *****
******************************/

/*LAYOUT -> NAVIGATION STYLE*/
.main-menu.main-menu-mrg-1 {
  margin: 0 0 0 1.6875rem;
}

.main-menu>nav>ul>li.hot-deals img {
  position: relative;
  margin-bottom: -0.25rem;
  margin-right: 0.5rem;
}

.main-menu>nav>ul>li.position-static {
  position: static;
}

.main-menu>nav>ul>li>a {
  display: inline-flex;
  font-size: 1rem;
  color: var(--text-primary);
  text-transform: uppercase;
  align-items: center;
  font-family: var(--font-primary);
  letter-spacing: 0.01rem;
  font-family: 'Richmond', sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;

}

.main-menu>nav>ul>li>a i {
  font-size: 1.125rem;
  position: relative;
  margin-left: 0.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.main-menu>nav>ul>li>a.megaMenu {
  background: var(--color-primary);
  padding: 0.5rem 1.5625rem;
  border-radius: 3.125rem;
  color: var(--text-white);
}

.main-menu>nav>ul>li>a.megaMenu:hover {
  color: var(--text-white);
}

.main-menu>nav>ul>li>a.active {
  color: var(--color-primary);
}

.main-menu>nav>ul>li ul.sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: var(--text-white);
  min-width: 15.625rem;
  padding: 1.5625rem 0.9375rem;
  transition: all 0.25s ease 0s;
  opacity: 0;
  visibility: hidden;
  margin-top: 1.25rem;
  border-radius: 0.625rem;
  z-index: 999;
  border: 0.0625rem solid #ececec;
  box-shadow: 0.3125rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.05);
}

.main-menu>nav>ul>li ul.sub-menu li {
  line-height: 1;
  display: block;
  margin-bottom: 1.3125rem;
  position: relative;
}

.main-menu>nav>ul>li ul.sub-menu li:last-child {
  margin-bottom: 0;
}

.main-menu>nav>ul>li ul.sub-menu li ul.level-menu {
  position: absolute;
  left: 100%;
  top: -6.875rem;
  background-color: var(--text-white);
  width: 15rem;
  padding: 2.0625rem 0 2.1875rem;
  transition: all 0.25s ease 0s;
  opacity: 0;
  visibility: hidden;
  border-radius: 0.625rem;
  margin-top: 1.25rem;
  border: 0.0625rem solid #ececec;
  box-shadow: 0.3125rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.05);
}

.main-menu>nav>ul>li ul.sub-menu li ul.level-menu.level-menu-modify {
  top: -1.5625rem;
}

.main-menu>nav>ul>li ul.sub-menu li a i {
  font-size: 0.5625rem;
  float: right;
  position: relative;
  top: 0.25rem;
}

.main-menu>nav>ul>li ul.sub-menu li:hover>a {
  color: #000;
}

.main-menu>nav>ul>li ul.sub-menu li:hover ul.level-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0rem;
}

.main-menu>nav>ul>li ul.mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: var(--text-white);
  width: 100%;
  padding: 2.1875rem 1.5625rem 2.1875rem 2.1875rem;
  transition: all 0.25s ease 0s;
  opacity: 0;
  visibility: hidden;
  margin-top: 1.25rem;
  border-radius: 0.625rem;
  z-index: 999;
  border: 0.0625rem solid #ececec;
  box-shadow: 0.3125rem 0.3125rem 0.9375rem rgb(0 0 0 / 16%);
}

.main-menu>nav>ul>li ul.mega-menu li {
  line-height: 1;
  display: block;
  position: relative;
  float: left;
  padding-right: 0.625rem;
}

.main-menu>nav>ul>li ul.mega-menu li:last-child {
  margin-bottom: 0;
}

.main-menu>nav>ul>li ul.mega-menu li.sub-mega-menu-width-22 {
  width: 25%;
}

.main-menu>nav>ul>li ul.mega-menu li.sub-mega-menu-width-34 {
  width: 34%;
}

.main-menu>nav>ul>li ul.mega-menu li a.menu-title {
  font-size: 0.9rem;
  font-weight: 600;
  display: block;
  color: var(--color-primary);
  text-transform: uppercase;
}

/* .main-menu > nav > ul > li ul.mega-menu li a.menu-title:hover{
  color: var(--text-primary);
} */
.main-menu>nav>ul>li ul.mega-menu li ul {
  margin-top: 0.9375rem;
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}

.main-menu>nav>ul>li ul.mega-menu li ul li {
  line-height: 1;
  display: block;
  margin-bottom: 0.875rem;
  float: none;
}

.main-menu>nav>ul>li ul.mega-menu li ul li:last-child {
  margin-bottom: 0;
}

.main-menu>nav>ul>li ul.mega-menu li ul li a {
  font-size: 0.9rem;
  color: #222;
  display: block;
  line-height: 1.4;
  font-weight: 500;

}

.main-menu>nav>ul>li ul.mega-menu li ul li a:hover {
  color: var(--color-primary);
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap {
  overflow: hidden;
  position: relative;
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap a {
  display: block;
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap a img {
  width: 100%;
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content {
  position: absolute;
  top: 2rem;
  left: 1.875rem;
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0.3125rem 0 0.6875rem;
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-price span.old-price {
  font-size: 1.1875rem;
  font-weight: 400;
  color: #696969;
  text-decoration: line-through;
  margin-left: 0.3125rem;
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-btn a {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-white);
  border-radius: 1.625rem;
  padding: 0.75rem 1.375rem 0.875rem;
  background-color: var(--color-primary);
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-discount h3 span {
  display: block;
  line-height: 1;
  font-weight: 700;
  font-size: 1.25rem;
  margin: 0 0 0.1875rem;
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap:hover .menu-banner-btn a {
  background-color: #FD6E6E;
}

.main-menu>nav>ul>li:hover>a {
  color: var(--color-primary);
}

.main-menu>nav>ul>li:hover>a.megaMenu {
  color: var(--text-white);
}

.main-menu>nav>ul>li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0.75rem;
}

.main-menu>nav>ul>li:hover ul.mega-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.main-menu.hover-boder>nav>ul>li>a {
  position: relative;
}

.main-menu.hover-boder>nav>ul>li>a::after {
  content: none;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 2.125rem;
  height: 0.0625rem;
  width: 0;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: var(--color-primary);
}

.main-menu.hover-boder>nav>ul>li:hover>a::after {
  width: 100%;
  left: 0;
  right: auto;
}

.main-menu.hover-boder.hover-boder-white>nav>ul>li>a::after {
  bottom: 1.125rem;
  background: var(--text-white);
}

.main-menu.hover-boder.hover-boder-modify>nav>ul>li>a::after {
  bottom: 1.75rem;
}

.main-menu.main-menu-light-white>nav>ul>li>a {
  color: white;
}

.main-menu.main-menu-padding-1>nav>ul>li {
  margin: 0 2.1875rem;
}

.main-menu.main-menu-padding-1>nav>ul>li:first-child {
  padding-left: 0 !important;
  margin-left: 0rem;
}

.main-menu.main-menu-padding-1>nav>ul>li:last-child {
  margin-right: 0rem;
}

.main-menu.main-menu-lh-2>nav>ul>li {
  /* line-height: 4.375rem; */
}

.main-menu.main-menu-lh-3>nav>ul>li {
  line-height: 5rem;
}

.main-menu.main-menu-grow {
  flex-grow: 1;
}

.main-menu>nav>ul>li {
  display: inline-block;
  position: relative;
}

.main-menu>nav>ul>li ul.sub-menu li a {
  font-size: 0.875rem;
  color: var(--text-secondary);
  display: block;
  padding: 0 0.9375rem;
}

.main-menu>nav>ul>li ul.sub-menu li a:hover {
  color: var(--color-primary);
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content h4 {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-price {
  margin: 0 0 1.75rem;
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-price span.new-price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #FD6E6E;
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-discount {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffd55a;
  position: absolute;
  top: 13%;
  right: 7%;
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-discount h3 {
  color: #333;
  margin: 0;
  text-align: center;
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 1;
}

.main-menu.main-menu-lh-1>nav>ul>li {
  line-height: 4.375rem;
}

.main-categori-wrap {
  position: relative;
  margin-right: 2.1875rem;
}

.main-categori-wrap>a {
  display: flex !important;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 700;
}

.main-categori-wrap>a span {
  margin-right: 0.4375rem;
  color: var(--text-secondary);
}

.main-categori-wrap>a>i {
  margin-left: 0.3125rem;
  margin-top: 0.4375rem;
  color: #999;
}

.main-categori-wrap>a>i.up {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  right: 0;
  opacity: 0;
  visibility: hidden;
}

.main-categori-wrap>a.open>i {
  transform: rotate(180deg);
}

.main-categori-wrap .categori-dropdown-inner {
  display: flex;
  min-width: 25.75rem;
}

.categories-dropdown-active-large {
  list-style-type: none;
  position: absolute;
  top: 177%;
  left: 0;
  z-index: 99;
  margin: 0;
  padding: 1.875rem;
  background: #fff;
  border: 0.0625rem solid #BCE3C9;
  border-radius: 0.625rem;
  font-size: 1rem;
  min-width: 16.875rem;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
  margin-top: 1.625rem;
}

.categories-dropdown-active-large.open {
  opacity: 1;
  visibility: visible;
}

.categori-dropdown-active-small {
  z-index: 9;
  margin: 0;
  padding: 0.875rem 0 1.4375rem;
  background: #fff;
  border-radius: 0.3125rem;
  box-shadow: 1.25rem 1.25rem 2.5rem rgba(0, 0, 0, 0.07);
  font-size: 1rem;
  font-weight: 400;
  display: none;
  width: 100%;
}

.categories-dropdown-wrap ul li {
  display: flex;
  align-items: center;
  line-height: 3rem;
  border-radius: 0.3125rem;
  border: 0.0625rem solid #F2F3F4;
  padding: 0.5625rem 1.125rem;
  margin: 0 0.9375rem 0.9375rem 0;
  height: 3.125rem;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

.categories-dropdown-wrap ul li:hover {
  border: 0.0625rem solid #BCE3C9;
  box-shadow: 0.3125rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

.categories-dropdown-wrap ul li:hover a {
  color: var(--color-primary);
}

.categories-dropdown-wrap ul li a {
  display: flex;
  align-items: center;
  padding: 0;
  line-height: 1.5;
  color: #253D4E;
  font-size: 0.875rem;
}

.categories-dropdown-wrap ul li a:hover {
  color: var(--color-primary);
  background-color: transparent;
}

.categories-dropdown-wrap ul li a img {
  max-width: 1.875rem;
  margin-right: 0.9375rem;
}

.categories-dropdown-wrap ul li:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  margin-top: 0rem;
  pointer-events: auto;
}

.categories-dropdown-wrap ul li.has-children {
  position: relative;
}

.categories-dropdown-wrap ul li.has-children>a::after {
  content: "\f111";
  font-family: "uicons-regular-straight" !important;
  position: absolute;
  right: 1.875rem;
  top: 50%;
  margin-top: -0.625rem;
}

.categories-dropdown-wrap ul li.has-children .dropdown-menu {
  left: 100%;
  top: 0;
  margin: 0;
  margin-top: 0rem;
  border: 0.0625rem solid #ececec;
  min-width: 50rem;
  width: 100%;
  right: 0;
  border-radius: 0;
  padding: 1.25rem;
}

.categories-dropdown-wrap ul li.has-children .dropdown-menu .submenu-title {
  font-size: 1.1875rem;
  font-weight: 700;
  display: block;
  color: var(--color-primary);
  padding: 0.3125rem 2.125rem;
}

.categories-dropdown-wrap ul li.has-children .dropdown-menu .header-banner2 {
  display: block;
  position: relative;
  margin-bottom: 0.9375rem;
}

.categories-dropdown-wrap ul li.has-children .dropdown-menu .header-banner2 .banne_info {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.9375rem;
}

.categories-dropdown-wrap ul li.has-children .dropdown-menu .header-banner2 .banne_info a {
  text-transform: capitalize;
  position: relative;
  padding: 0;
  color: #272a2c !important;
}

.categories-dropdown-wrap ul li.has-children .dropdown-menu .header-banner2 .banne_info a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.0625rem;
  width: 50%;
  background-color: #272a2c;
  transition: all 0.5s ease-in-out;
}

.categories-dropdown-wrap ul.end li {
  margin-right: 0;
}

.categories-dropdown-wrap .more_categories {
  margin-top: 0.9375rem;
  color: var(--color-primary);
  position: relative;
  font-size: 0.8125rem;
  font-family: var(--font-primary);
  display: flex;
  justify-content: center;
  align-items: center;
}

.categories-dropdown-wrap .more_categories span.icon {
  display: inline-block;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.125rem solid;
  border-radius: 1.875rem;
  margin-right: 0.3125rem;
}

.categories-dropdown-wrap .more_categories span.icon::before {
  content: "";
  width: 0.75rem;
  height: 0.125rem;
  background-color: var(--color-primary);
  position: absolute;
  right: 0.25rem;
  top: 0.5625rem;
}

.categories-dropdown-wrap .more_categories span.icon::after {
  content: "";
  width: 0.125rem;
  height: 0.75rem;
  background-color: var(--color-primary);
  position: absolute;
  right: 0.5625rem;
  top: 0.25rem;
}

.categories-dropdown-wrap .more_categories.show span.icon::after {
  display: none;
  content: none;
}

.categories-dropdown-wrap.style-2 {
  border: 0.0625rem solid #BCE3C9;
  border-radius: 0.625rem;
  padding: 1.875rem;
}

.categories-dropdown-wrap.style-2 ul li {
  border-radius: 0;
  border: 0;
  height: 1.5rem;
  padding: 0;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

.categories-dropdown-wrap.style-2 ul li:hover {
  box-shadow: none;
}

.categories-dropdown-wrap.style-2 ul li a {
  font-weight: 500;
}

.categories-dropdown-wrap.style-2 ul li img {
  max-height: 1.25rem;
}

.categories-dropdown-wrap.style-2 .more_categories {
  justify-content: left;
}

.categories-dropdown-wrap.style-2 .more_categories .icon {
  transform: scale(0.7);
}

/*Pagination*/
.pagination-area .page-item {
  margin: 0 0.3125rem;
}

.pagination-area .page-item:first-child {
  margin-left: 0;
}

.pagination-area .page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.pagination-area .page-item:last-child .page-link {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

.pagination-area .page-item.active .page-link,
.pagination-area .page-item:hover .page-link {
  color: #fff;
  background: var(--text-primary);
}

.pagination-area .page-item:last-child .page-link {
  border-top-right-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
  line-height: 2.6875rem;
}

.pagination-area .page-item:first-child .page-link {
  border-top-left-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
  line-height: 2.6875rem;
}

.pagination-area .page-link {
  border: 0;
  padding: 0 0.625rem;
  box-shadow: none;
  outline: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  border-radius: 2.5rem;
  color: var(--text-secondary);
  line-height: 2.5rem;
  text-align: center;
  font-weight: 700;
  font-family: var(--font-primary);
  font-size: 1rem;
  background-color: #F2F3F4;
}

.pagination-area .page-link.dot {
  background-color: transparent;
  color: var(--text-secondary);
  letter-spacing: 0.125rem;
}

.pagination-area {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

/*LAYOUT -> SIDEBAR*/
.widget-category ul>li {
  padding: 0.375rem 0;
  transition-duration: 0.2s;
}

.widget-category ul>li:hover {
  padding-left: 0.3125rem;
  transition-duration: 0.2s;
}

.widget-category ul>li a {
  color: #242424;
}

.widget-category ul>li a:hover {
  color: var(--color-primary);
}

.price_range {
  background: url(../images/fillter-widget-bg.png) no-repeat right bottom;
  background-size: 9.375rem;
}

.primary-sidebar .sidebar-widget {
  position: relative;
  padding: 1.875rem;
  border: 0.0625rem solid #ececec;
  border-radius: 0.5rem;
  margin-bottom: 1.25rem;
}

.widget-category-2 ul li {
  display: inline-flex;
  align-items: center;
  line-height: 1.125rem;
  border-radius: 3.125rem;
  border: 0.0625rem solid #F2F3F4;
  /* padding: 0.9375rem 1.875rem; */
  justify-content: center;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  margin-bottom: 0.9375rem;
}

.widget-category-2 ul li:last-child {
  margin-bottom: 0 !important;
}

.widget-category-2 ul li:hover {
  border: 0.0625rem solid var(--text-primary);
  box-shadow: 0.3125rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

.widget-category-2 ul li:hover a {
  color: var(--text-primary);
}

.widget-category-2 ul li a {
  display: inline-flex;
  align-items: center;
  padding: 0;
  line-height: 1rem;
  color: var(--text-primary);
  font-size: 1.125rem;
  justify-content: center;
  font-weight: 500;
  padding: 0.9375rem 1.875rem;
}

.widget-category-2 ul li a:hover {
  color: var(--text-primary);
  background-color: transparent;
}

.widget-category-2 ul li.active {
  color: #fff;
  border: 0.0625rem solid rgb(214 5 5 / 30%);
  box-shadow: 0.3125rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.05);
  background: var(--text-primary);
}

.widget-category-2 ul li.active a {
  color: #fff;
}

.widget-category-2 ul li a img {
  max-width: 1.875rem;
  /* margin-right: 0.9375rem; */
}

.widget-category-2 ul li:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  margin-top: 0rem;
  pointer-events: auto;
}

.widget-category-2 ul li.has-children {
  position: relative;
}

.widget-category-2 ul li.has-children>a::after {
  content: "\f111";
  font-family: "uicons-regular-straight" !important;
  position: absolute;
  right: 1.875rem;
  top: 50%;
  margin-top: -0.625rem;
}

.widget-category-2 ul li.has-children .dropdown-menu {
  left: 100%;
  top: 0;
  margin: 0;
  margin-top: 0rem;
  border: 0.0625rem solid #ececec;
  min-width: 50rem;
  width: 100%;
  right: 0;
  border-radius: 0;
  padding: 1.25rem;
}

.widget-category-2 ul li.has-children .dropdown-menu .submenu-title {
  font-size: 1.1875rem;
  font-weight: 700;
  display: block;
  color: var(--color-primary);
  padding: 0.3125rem 2.125rem;
}

.widget-category-2 ul li.has-children .dropdown-menu .header-banner2 {
  display: block;
  position: relative;
  margin-bottom: 0.9375rem;
}

.widget-category-2 ul li.has-children .dropdown-menu .header-banner2 .banne_info {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.9375rem;
}

.widget-category-2 ul li.has-children .dropdown-menu .header-banner2 .banne_info a {
  text-transform: capitalize;
  position: relative;
  padding: 0;
  color: #272a2c !important;
}

.widget-category-2 ul li.has-children .dropdown-menu .header-banner2 .banne_info a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.0625rem;
  width: 50%;
  background-color: #272a2c;
  transition: all 0.5s ease-in-out;
}

.widget-category-2 ul.end li {
  margin-right: 0;
}

.widget-category-2 .count {
  display: inline-block;
  background-color: rgb(214 5 5 / 33%);
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  border-radius: 1.25rem;
  margin-left: 0.3125rem;
  font-size: 0.75rem;
  color: #253D4E;
}

/*Social network widget*/
.follow-us a {
  display: block;
  padding: 0.75rem 0.625rem;
  color: #fff;
  width: 50%;
  border-radius: 0.3125rem;
  font-size: 0.6875rem;
  overflow: hidden;
  height: 2.875rem;
}

.follow-us a .social-count {
  font-weight: bold;
}

.follow-us a:hover i {
  transform: translateY(-2.1875rem) !important;
}

.follow-us a i {
  backface-visibility: hidden;
  transform: translateY(0);
  transition: 0.2s cubic-bezier(0.65, 0.23, 0.31, 0.88);
  display: inline-block;
  font-size: 1rem;
  vertical-align: middle;
}

.follow-us a i.nth-2 {
  position: absolute;
  top: 2.375rem;
  left: 0;
}

.follow-us i.v-align-space {
  border-right: 0.0625rem solid rgba(255, 255, 255, 0.5);
  padding-right: 0.25rem;
  line-height: 1;
}

.follow-us .social-icon {
  display: inline-block;
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.follow-us a.follow-us-facebook,
.single-social-share a.facebook-icon {
  background: #305c99;
}

.follow-us a.follow-us-twitter,
.single-social-share a.twitter-icon {
  background: #00cdff;
}

.follow-us a.follow-us-instagram,
.single-social-share a.instagram-icon {
  background: #3f729b;
}

.follow-us a.follow-us-youtube,
.single-social-share a.pinterest-icon {
  background: #e22b26;
}

.sidebar-widget .widget-header {
  border-bottom: 0.0625rem solid #ececec;
}

.sidebar-widget .widget-header h5 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.sidebar-widget .banner-img {
  float: none;
}

.widget_categories li.cat-item,
.widget_archive li,
.widget_pages li,
.widget_recent_comments li,
.widget_nav_menu li {
  text-align: right;
  border-bottom: 0.0625rem dotted rgba(0, 0, 0, 0.15);
  display: table;
  width: 100%;
  font-size: 0.875rem;
  padding: 0.4375rem 0;
}

.widget_categories li.cat-item:last-child {
  border: none;
}

.widget_categories li.cat-item a,
.widget_archive li a,
.widget_pages li a {
  text-align: left;
  float: left;
  padding: 0;
}

.widget-tags li {
  margin: 0 1.25rem 1.25rem 0;
}

.widget_instagram .insta-feed {
  padding-top: 0.3125rem;
  margin: -0.125rem;
  display: flex;
  flex-wrap: wrap;
}

.widget_instagram .insta-feed li {
  width: 29.33%;
  margin: 0.3125rem;
}

.widget_instagram .insta-feed li img {
  width: 100%;
}

.social-network li {
  display: inline-block;
  margin: 0 0.3125rem 0 0;
}

.vendor-logo img {
  max-width: 9.375rem;
}

/*footer*/
footer {
  background-color: #161616;
  border-radius: 0;
  margin-top: 4%;
}

footer p,
.footerBtm p {
  color: rgb(255 255 255 / 70%);
}

.footerTop {
  margin-bottom: 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.footerTop-left {
  width: auto;
  padding: 0rem 1.4rem 0rem 1.4rem;
}

.footerTop-right {
  width: auto;
  padding: 0rem 1.4rem 0rem 1.4rem;
}

.footerBtm p {
  font-size: 1rem;
  color: rgb(255 255 255 / 65%);
  text-align: center;
  font-family: 'Richmond', sans-serif;
  font-weight: lighter;

}

.footerBtm p strong {
  font-family: var(--font-primary);
}

/*newsletter*/
footer .mobile-social-icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-self: center;
  margin-top: 2.5rem;
}

footer .mobile-social-icon h6 {
  display: inline-block;
  margin-right: 0.9375rem;
}

footer .hotline {
  min-width: 12.5rem;
}

footer .hotline img {
  min-width: 0.625rem;
  margin-right: 0.75rem;
  max-width: 1.875rem;
  opacity: 0.5;
}

.footerBtm {
  border-top: 0.03rem solid rgb(255 255 255 / 20%);
  padding: 0.5rem 0 0;
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.footerBtm-left {
  width: 50%;
}

.footerBtm-right {
  width: 50%;
  display: inline-flex;
  justify-content: flex-start;
}

.footerBtm p strong a {
  color: var(--color-primary);
  font-family: var(--font-700);
}

.newsletter {
  position: relative;
}

.newsletter .newsletter-inner {
  background: url(../images/banner-10.png) no-repeat center;
  background-size: cover;
  padding: 5.25rem 4.875rem;
  clear: both;
  display: table;
  width: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
  min-height: 14.375rem;
}

.newsletter .newsletter-inner img {
  position: absolute;
  right: 3.125rem;
  bottom: 0;
  max-width: 40%;
}

.newsletter .newsletter-inner .newsletter-content p {
  font-size: 1.125rem;
}

.newsletter .newsletter-inner .newsletter-content form {
  background-color: #fff;
  max-width: 28.125rem;
  border-radius: 3.125rem;
  position: relative;
  z-index: 4;
}

.newsletter .newsletter-inner .newsletter-content form input {
  border: 0;
  border-radius: 3.125rem 0 0 3.125rem;
  padding-left: 3.625rem;
  background: url(../images/icon-plane.png) no-repeat 1.5625rem center;
}

.newsletter .newsletter-inner .newsletter-content form button {
  border: 0;
  border-radius: 3.125rem;
  font-weight: 700;
}

/* .widget-about {
  min-width: 18.75rem;
  font-size: 0.9375rem;
} */

.widget-about p {
  margin-bottom: 0.6rem;
}

.widget-install-app {
  min-width: 19.375rem;
}

.contact-infor {
  font-size: 0.9375rem;
  color: #253D4E;
}

.contact-infor li strong,
.contact-infor li span {
  color: rgb(255 255 255 / 70%);
}

.contact-infor li span {
  margin-left: 0.3125rem;
}

.contact-infor li img {
  margin-right: 0.625rem;
}

.contact-infor li .mobile-social-icon a img {
  margin-right: 0rem;
}

/* .contact-infor li:not(:last-child) {
  margin-bottom: 0.625rem;
} */
/* .contact-infor li img { 
  height: 1.25rem;
} */
/* .footer-link-widget:not(:last-child) {
  margin-right: 3.125rem;
} */
.footer-link-widget {
  width: 25%;
}

.footer-link-widget p {
  font-size: 1rem
}

.download-app {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0 1.80rem;
}

.download-app a {
  display: block;
}

.download-app a:first-child {
  margin-right: 5px;
}

.download-app a img {
  max-width: 8rem;
}

.footer-list li {
  display: block;
  margin: 0 0 0.75rem;
  transition-duration: 0.3s;
}

.footer-list li:last-child {
  margin: 0;
}

.footer-list li:hover {
  padding-left: 0.3125rem;
  transition-duration: 0.3s;
}

.footer-list li a {
  font-size: 1rem;
  color: rgb(255 255 255 / 70%);
  display: block;
  font-family: 'Richmond', sans-serif;
  font-weight: lighter;
}

.footer-list li a:hover {
  color: var(--color-primary);
}

.footer-bottom {
  border-top: 0.0625rem solid #3d3d3d;
}

.paymentMethod {
  display: inline-flex;
}

.paymentMethod li {
  margin-right: 0.5rem;
}

#scrollUp {
  width: 2.375rem;
  height: 2.375rem;
  color: #010101;
  right: 1.875rem;
  bottom: 1.875rem;
  border-radius: 1.875rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 999 !important;
  border: 0.125rem solid #010101;
  background-color: #fff;
}

#scrollUp i {
  display: block;
  line-height: 2rem !important;
  font-size: 1.5625rem;
  color: #010101;
  display: inline-flex;
}

#scrollUp:hover {
  transform: translateY(-0.3125rem);
}

.footer-mid .logo img {
  width: 60%;
}

.footer-mid .widget-title {
  margin: 0.9375rem 0 1.25rem 0;
  /* text-transform: uppercase; */
  color: #fff;
}

footer .logo a {
  margin: 0.9375rem 0 1.25rem 0;
}

footer .text-heading {
  color: rgb(255 255 255 / 70%);
  font-size: 1rem;
  width: 80%;
}

footer.main {
  margin-top: 3.5rem;
}

.glass-card {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(0.9375rem);
  -webkit-backdrop-filter: blur(0.9375rem);

  border: 0.0625rem solid rgba(255, 255, 255, 0.2);
  border-radius: 1.25rem;

  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.15);

  color: white;
}


/***************************************************Mobile View****************************************************
***********************************************************************************************************************************************************************************/
.body-overlay-1 {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  visibility: hidden;
  width: 100%;
  cursor: crosshair;
  z-index: 9999;
}

.mobile-menu-active .body-overlay-1 {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 768px) {
  .totall-product h2 {
    font-size: 1.75rem;
  }

  .loop-grid.loop-list article .post-thumb {
    min-height: 13.75rem;
    min-width: 18.75rem;
  }

  .loop-grid.loop-list article h3.post-title {
    font-size: 1.375rem;
    margin-bottom: 1.875rem !important;
  }

  .loop-grid.loop-list article .post-exerpt {
    display: none;
  }

  .loop-grid.loop-list article .entry-content-2.pl-50 {
    padding-left: 1.875rem !important;
  }

  .loop-big h2.post-title {
    font-size: 2rem;
  }

  .header-style-1 .header-bottom-bg-color {
    box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.07);
  }

  .header-action-2 .header-action-icon-2:last-child {
    padding: 0;
  }

  .logo.logo-width-1 {
    margin-right: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .logo.logo-width-1 a img {
    width: 13.75rem;
    min-width: 13.75rem;
  }

  .header-bottom {
    padding: 1.25rem 0;
  }

  .header-action .header-action-icon {
    margin-right: 0.9375rem;
  }

  .header-action .header-action-icon.header-action-mrg-none {
    margin-right: 0.9375rem;
  }

  .header-action .header-action-icon.header-action-mrg-none2 {
    margin-right: 0.9375rem;
  }

  .header-action .header-action-icon>a {
    font-size: 1.25rem;
  }

  .header-action-2 .header-action-icon-2 {
    padding: 0 0.375rem;
  }

  .header-action-2 .header-action-icon-2:last-child {
    padding: 0 0 0 0.375rem;
  }

  .header-action-2 .header-action-icon-2>a {
    color: #fff;
    fill: #fff;
    font-size: 1.375rem;
    margin-right: 0.625rem;
  }

  .cart-dropdown-wrap {
    width: 18.125rem;
    right: -2.4375rem;
  }

  .cart-dropdown-wrap ul li .shopping-cart-img {
    flex: 0 0 3.75rem;
    margin-right: 0.625rem;
  }

  .cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a {
    padding: 0.75rem 1.375rem 0.8125rem;
  }

  .categories-dropdown-wrap ul li a {
    padding: 0.3125rem 0.75rem;
  }

  .search-popup-wrap .search-popup-content form input {
    width: 16.875rem;
    font-size: 1.5625rem;
    padding: 1.3125rem 1.25rem 0.75rem 0;
  }

  .mobile-header-wrapper-style {
    width: 23.75rem;
  }

  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
    padding: 0.9375rem 1.875rem 0.8125rem 1.875rem;
    border-bottom: 0.0625rem solid #ececec;
  }

  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
    width: 8.75rem;
  }

  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
    padding: 1.875rem;
  }

  .home-slider.pt-50 {
    padding-top: 0 !important;
  }

  .hero-slider-content-2 h1 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .hero-slider-content-2 h2 {
    font-size: 1.875rem;
    line-height: 1.2;
    margin-bottom: 0.625rem;
  }

  .hero-slider-content-2 h4 {
    font-size: 1rem;
    margin: 0 0 0.625rem;
  }

  .hero-slider-content-2 .btn-default {
    color: #fff;
    background-color: var(--color-primary);
    border-radius: 3.125rem;
    padding: 0.625rem 1.375rem;
    font-size: 0.875rem;
  }

  .hero-slider-content-2 p {
    font-size: 0.875rem;
    line-height: 1.3;
  }

  .banner-big h4 {
    font-size: 0.75rem;
  }

  .banner-big h2 {
    font-size: 1rem;
  }

  .banner-big .btn {
    background-color: var(--color-primary);
    color: #fff;
    border-radius: 0.1875rem;
    font-size: 0.8125rem;
    padding: 0.625rem 1.375rem;
    border: 0;
  }

  .home-slider .slider-arrow {
    display: none;
  }

  .home-slider .hero-slider-1 {
    height: 21.875rem;
  }

  .home-slider .hero-slider-1.style-2 {
    height: 25rem;
  }

  .home-slider .hero-slider-1.style-2 .hero-slider-content-2 {
    padding-left: 0;
    padding-top: 6.25rem;
  }

  .home-slider .hero-slider-1.style-2 .single-slider-img img {
    max-width: 25rem;
  }

  .home-slider .hero-slider-1.style-2 .slider-1-height-2 {
    height: 25rem;
    position: relative;
  }

  .banner-img {
    float: left;
  }

  .banner-img.f-none {
    float: none;
  }

  .hero-slider-1.style-3 .hero-slider-content-2 {
    padding-left: 1.25rem;
  }

  .home-slide-cover .hero-slider-1.style-4 .hero-slider-content-2 {
    padding-left: 0;
  }

  .home-slide-cover .hero-slider-1.style-4 .hero-slider-content-2 h1 {
    font-size: 1.875rem;
  }

  .home-slide-cover .hero-slider-1.style-4 .hero-slider-content-2 h2 {
    font-size: 0.875rem;
  }

  .home-slide-cover .hero-slider-1.style-4 .hero-slider-content-2 h4 {
    font-size: 0.75rem;
  }

  .font-xxl {
    font-size: 2.375rem;
  }

  .single-page.pl-30,
  .single-page.pr-30 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .download-app {
    margin-bottom: 0 !important;
  }

  .footer-mid .logo img {
    max-width: 9.375rem;
  }

  .footer-mid .widget-install-app,
  .footer-mid .widget-about {
    min-width: 12.8125rem;
  }

  .footer-mid .widget-about strong {
    display: none;
  }

  .product-list .product-cart-wrap {
    align-items: start;
  }

  .product-list .product-cart-wrap .product-img-action-wrap {
    max-width: 45%;
  }

  .product-list .product-cart-wrap h2 {
    font-size: 1.5rem;
  }

  .product-list .product-cart-wrap p.mt-15 {
    display: none;
  }

  .product-list .product-cart-wrap .product-rate-cover {
    margin-bottom: 1.25rem;
  }

  .detail-info {
    padding: 0 !important;
  }

  .detail-info h2 {
    font-size: 1.875rem;
  }

  .detail-info .detail-extralink .detail-qty {
    padding: 0.6875rem 1.25rem 0.6875rem 0.625rem;
    max-width: 3.75rem;

  }

  .detail-info .product-extra-link2 .button.button-add-to-cart {
    padding: 0rem 0.9375rem;
  }

  .detail-info .product-extra-link2 .button.button-add-to-cart i {
    display: none;
  }

  .shopping-summery table tbody tr img {
    max-width: 5rem;
    margin-right: 0.9375rem;
  }

  .shopping-summery .form-check-label {
    display: none;
  }

  .shopping-summery h6 {
    font-size: 0.875rem;
  }

  .shopping-summery td.pl-30 {
    padding-left: 0 !important;
  }

  .shopping-summery button.btn {
    width: 7.5rem;
    margin-left: 0.9375rem;
  }

  .product-cart-wrap .product-img-action-wrap .product-action-1 {
    min-width: 6.9375rem;
  }

  .custom-modal .modal-dialog {
    max-width: 45rem !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .mobile-promotion {
    display: block;
    padding: 0.4375rem 0;
    text-align: center;
    background: var(--color-primary);
    color: #fff;
  }
}

/*Mobile landscape*/
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-action .header-action-icon {
    margin-right: 1.25rem;
  }

  .header-action .header-action-icon.header-action-mrg-none {
    margin-right: 1.25rem;
  }

  .header-action .header-action-icon.header-action-mrg-none2 {
    margin-right: 1.25rem;
  }

  .header-action .header-action-icon>a {
    font-size: 1.375rem;
  }

  .header-action-2 .header-action-icon-2 {
    padding: 0 0.625rem;
  }

  .header-action-2 .header-action-icon-2:last-child {
    padding: 0 0 0 0.625rem;
  }

  .header-action-2 .header-action-icon-2>a {
    font-size: 1.375rem;
  }

  .cart-dropdown-wrap {
    width: 19.375rem;
  }

  .search-popup-wrap .search-popup-content form input {
    width: 30rem;
    font-size: 1.5625rem;
    padding: 1.3125rem 1.25rem 0.75rem 0;
  }

  .comment-form .name {
    padding-right: 0rem;
    margin-bottom: 1rem;
  }

}

/*Tablet*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-action .header-action-icon {
    margin-right: 2.0625rem;
  }

  .header-action .header-action-icon.header-action-mrg-none {
    margin-right: 2.0625rem;
  }

  .header-action .header-action-icon.header-action-mrg-none2 {
    margin-right: 2.0625rem;
  }

  .header-action-2 .header-action-icon-2>a {
    color: #fff;
    fill: #fff;
  }

  .search-popup-wrap .search-popup-content form input {
    width: 40.625rem;
    font-size: 2.1875rem;
  }

  .comment-form .email {
    padding-left: 0rem;
  }

  .loop-grid.pr-30 {
    padding-right: 0 !important;
  }
}

/*Desktop*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .totall-product h2 {
    font-size: 1.75rem;
  }

  .loop-grid.loop-list article .post-thumb {
    min-height: 13.75rem;
    min-width: 18.75rem;
  }

  .loop-grid.loop-list article h3.post-title {
    font-size: 1.375rem;
    margin-bottom: 1.875rem !important;
  }

  .loop-grid.loop-list article .post-exerpt {
    display: none;
  }

  .loop-grid.loop-list article .entry-content-2.pl-50 {
    padding-left: 1.875rem !important;
  }

  .logo.logo-hm3 a img {
    width: 7.5rem;
  }

  .main-menu.main-menu-mrg-1 {
    margin: 0 0 0 0.9375rem;
  }

  .main-menu>nav>ul>li ul.sub-menu li ul.level-menu.level-menu-modify {
    width: 10.3125rem;
  }

  .main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content {
    left: 1.25rem;
    top: 1.375rem;
  }

  .main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content h3 {
    font-size: 1.25rem;
    line-height: 1.3;
    margin: 0.3125rem 0 0.4375rem;
  }

  .main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-price {
    margin: 0 0 0.625rem;
  }

  .main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-btn a {
    padding: 0.625rem 1rem 0.8125rem;
  }

  .main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-discount {
    width: 4.375rem;
    height: 4.375rem;
    line-height: 4.375rem;
  }

  .main-menu.main-menu-padding-1>nav>ul>li {
    padding: 0 0.5rem;
  }

  .main-menu.main-menu-padding-1.hm3-menu-padding>nav>ul>li {
    padding: 0 0.375rem;
  }

  .header-action.header-action-hm3 .header-action-icon {
    margin-right: 0.9375rem;
  }

  .header-action.header-action-hm3 .header-action-icon.header-action-mrg-none2 {
    margin-right: 0;
  }

  .header-action.header-action-hm3 .header-action-icon:last-child {
    margin-right: 0;
  }

  .search-style-2 form input {
    width: 21.25rem;

  }

  .hotline p {
    font-size: 0.9375rem;
  }

  .search-popup-wrap .search-popup-content form input {
    width: 51.25rem;
  }

}

@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
  }

  .col-md-2-5 {
    width: 40%;
  }

  .col-md-3-5 {
    width: 60%;
  }

  .col-md-4-5 {
    width: 80%;
  }

  .col-md-5-5 {
    width: 100%;
  }
}

/*Wide screen*/
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 90%;
  }

  .col-lg-1-5 {
    width: 20%;
  }

  .col-lg-2-5 {
    width: 40%;
  }

  .col-lg-3-5 {
    width: 60%;
  }

  .col-lg-4-5 {
    width: 80%;
  }

  .col-lg-5-5 {
    width: 100%;
  }


}



@media only screen and (max-width: 1400px) {
  .product-cart-wrap.style-2 .product-content-wrap {
    max-width: 94%;
  }

  .hero-slider-1 .single-hero-slider {
    height: 29.1875rem;
  }

  .display-2 {
    font-size: 4rem;
  }

  .banner-img.style-2 {
    height: 30.1875rem;
  }

  .slider-nav-thumbnails button.slick-arrow.slick-prev {
    left: 0.625rem;
  }

  .slider-nav-thumbnails button.slick-arrow.slick-next {
    right: 0.625rem;
  }

  .zoomContainer {
    display: none;
  }

  .detail-info h2 {
    font-size: 1.875rem;
  }

  .tab-style3 .nav-item {
    margin-bottom: 0.9375rem;
  }
}

@media only screen and (max-width: 1024px) {
  .header-style-1 .main-categori-wrap {
    margin-right: 1.25rem;
  }

  .product-cart-wrap .product-action-1 a.action-btn {
    width: 2.125rem;
    height: 2.125rem;
    line-height: 2.5rem;
    font-size: 0.8125rem;
  }

  .banner-big h1 {
    font-size: 1.375rem;
  }

  .banner-big .btn {
    border-radius: 0.1875rem;
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
    border: 0;
  }

  .banner-img .banner-text h4 {
    margin-top: 0rem !important;
  }

  .header-wrap .header-right {
    overflow: hidden;
  }

  .footer-link-cover {
    display: block;
  }

  .footer-link-cover .footer-link-widget {
    margin-right: 1.875rem;
    float: left;
    margin-bottom: 1.875rem;
  }

  .footer-link-cover .footer-link-widget:not(:last-child) {
    margin-right: 1.875rem;
  }

  .et,
  .hotline,
  li.hot-deals,
  .header-action-2 .header-action-icon-2 span.lable {
    display: none !important;
  }

  .main-menu.main-menu-padding-1>nav>ul>li {
    padding: 0 0.625rem;
  }

  .hero-slider-1 .single-hero-slider {
    height: 21.875rem;
  }

  .hero-slider-1 .single-hero-slider .display-2 {
    font-size: 2.875rem;
    margin-bottom: 1.5625rem !important;
  }

  .hero-slider-1 .single-hero-slider .slider-content p {
    font-size: 1.375rem;
    margin-bottom: 2.5rem !important;
  }

  .banner-img .banner-text h4 {
    min-height: 3.125rem;
    font-size: 1.125rem;
  }

  .header-style-1 .search-style-2 form {
    max-width: 28.125rem;
  }

  .header-action-2 .header-action-icon-2:last-child {
    padding: 0 0 0 0.9375rem;
  }

  .nav-tabs.links .nav-link {
    padding: 0 0.4375rem;
    font-size: 0.875rem;
  }

  .deals-countdown .countdown-section {
    padding: 1.25rem 0.125rem 1.875rem 0.125rem;
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .section-title.style-1 {
    padding-bottom: 0.9375rem;
    font-size: 1rem;
  }

  .product-list-small h6 {
    font-size: 0.875rem;
  }

  .product-list-small .product-rate-cover {
    display: none;
  }

  .section-title.style-2 {
    display: block;
  }

  .section-title.style-2 h3 {
    margin-bottom: 1.5625rem;
    font-size: 1.75rem;
  }

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

  .vendor-wrap.style-2 {
    display: block;
  }

  .mt-md-30 {
    margin-top: 1.875rem !important;
  }

  .banner-img.style-4 .banner-text h4 {
    font-size: 1.25rem;
  }

}

/*small phone*/
@media only screen and (max-width: 480px) {
  .archive-header {
    padding: 1.875rem;
  }

  .mobile-promotion {
    display: block;
    padding: 0.4375rem 0;
    text-align: center;
    background: var(--color-primary);
    color: #fff;
  }

  .loop-big h2.post-title {
    font-size: 1.375rem;
  }

  .entry-meta.meta-1 {
    justify-content: start;
  }

  .single-header-meta .single-share {
    display: none;
  }

  .single-content blockquote {
    padding: 1.25rem 1.875rem;
    border-radius: 0.9375rem;
    margin: 1.25rem auto;
    font-size: 1rem;
    max-width: 100%;
  }

  .single-content blockquote p {
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .hero-slider-1 .single-hero-slider .display-2 {
    font-size: 2rem;
  }

  .hero-slider-1 .single-hero-slider .slider-content p {
    font-size: 1rem;
    margin-bottom: 2.5rem !important;
  }

  .hero-slider-1 .single-hero-slider .slider-content form {
    max-width: 19.375rem;
  }

  .hero-slider-1 .single-hero-slider .slider-content form button.submit,
  .hero-slider-1 .single-hero-slider .slider-content form button[type=submit] {
    padding: 0.75rem 1.25rem;
  }

  .security-code {
    padding: 0 1.25rem;
  }

  .post-list .post-thumb {
    max-width: unset;
    margin-right: 0 !important;
  }

  .entry-meta.meta-2 a.btn {
    display: inline-block;
    align-items: center;
    align-self: center;
  }

  .entry-meta.meta-2 .font-xs {
    max-width: 9.375rem;
    line-height: 1.3;
  }

  .banner-bg h2 {
    font-size: 1.25rem;
  }

  .single-header .single-header-meta,
  .entry-bottom {
    display: block;
  }

  .carausel-6-columns,
  .carausel-4-columns {
    max-width: 23.4375rem;
    overflow: hidden;
  }

  .hero-slider-1 {
    height: unset;
  }

  .hero-slider-content-2 {
    text-align: center;
    padding-top: 1.25rem;
  }

  .hero-slider-content-2 p {
    width: 100%;
  }

  .banner-left-icon,
  .banner-img {
    margin-bottom: 0.9375rem;
  }

  .header-action-2 .header-action-icon-2:last-child {
    padding: 0;
  }

  .popular-categories .slider-btn.slider-prev {
    right: 3.125rem !important;
    left: unset !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-4 {
    margin-bottom: 1rem;
  }

  .mb-sm-5 {
    margin-bottom: 2rem;
  }

  .heading-tab {
    display: block !important;
  }

  .heading-tab h3.section-title {
    margin-bottom: 0.9375rem !important;
  }

  .nav.right {
    justify-content: start;
  }

  .hero-slider-1.style-2 .single-slider-img {
    display: none;
  }

  ul.footer-list {
    margin-bottom: 1.875rem;
  }

  .section-padding-60 {
    padding: 1.875rem 0;
  }

  .w-50 {
    width: 100%;
  }

  .product-list .product-cart-wrap {
    display: block;
  }

  .product-list .product-cart-wrap .product-img-action-wrap {
    max-width: 100%;
  }

  .shop-product-fillter {
    display: block;
  }

  .shop-product-fillter .totall-product {
    margin-bottom: 0.9375rem;
  }

  .table td {
    display: block;
    width: 100%;
    text-align: center;
  }

  .table td::before {
    content: attr(data-title) " ";
    float: left;
    text-transform: capitalize;
    margin-right: 0.9375rem;
    font-weight: bold;
  }

  .table thead {
    display: none;
  }

  .loop-grid.pr-30 {
    padding-right: 0 !important;
  }

  .loop-grid.loop-list article {
    display: block;
  }

  .d-sm-none {
    display: none;
  }

  .banner-features {
    margin-bottom: 0.9375rem;
  }

  .product-cart-wrap:not(:last-child),
  .mb-xs-30 {
    margin-bottom: 1.875rem !important;
  }

  .slick-track .product-cart-wrap {
    margin-bottom: 0 !important;
  }

  .first-post .meta-1 .font-sm {
    display: none;
  }

  .first-post .btn.btn-sm {
    display: none;
  }

  .loop-grid .entry-content {
    padding: 1.25rem 1.25rem 0 1.25rem;
  }

  .img-hover-slide {
    min-height: 14.5rem;
  }

  .comments-area .thumb {
    min-width: 6.25rem;
  }

  .hero-slider-1 .single-slider-img-1 {
    height: 18.75rem;
  }

  .featured .col-lg-2 {
    width: 50%;
  }

  .nav-tabs .nav-link {
    font-size: 0.8125rem;
    padding: 0.625rem 0.75rem;
  }

  .deal {
    background-position: left bottom;
  }

  .deals-countdown .countdown-section {
    padding: 1.25rem 0.125rem 1.875rem 0.125rem;
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .banner-bg {
    padding: 1.875rem;
  }

  .product-list-small figure {
    margin-bottom: 1.25rem !important;
  }

  .product-list-small .title-small {
    font-size: 1rem;
    font-weight: 600;
  }

  .newsletter .des {
    display: none;
  }

  .newsletter form {
    margin: 0.9375rem 0;
  }

  footer .col-lg-2.col-md-3 {
    width: 50%;
  }

  footer .download-app a img {
    width: 9.375rem;
  }

  .home-slider .hero-slider-1.style-2 .hero-slider-content-2 {
    padding-left: 0;
    padding-top: 3.125rem;
  }

  .home-slider .hero-slider-1.style-2 .hero-slider-content-2 h3 {
    line-height: 1.4;
  }

  .hero-slider-1.style-3.dot-style-1.dot-style-1-position-1 ul {
    bottom: 0;
  }

  .single-content .banner-text,
  .banner-img.banner-big .banner-text {
    display: none;
  }

  .comments-area {
    padding: 1.5625rem 0;
    margin-top: 0;
  }

  .entry-bottom {
    margin-bottom: 0 !important;
  }

  section.pt-150.pb-150 {
    padding: 3.125rem 0 !important;
  }

  .product-detail .single-share {
    margin-bottom: 1.25rem;
  }

  .product-detail .tab-style3 .nav-tabs li.nav-item a {
    padding: 0.5rem;
    text-transform: none;
  }

  .related-products .product-cart-wrap {
    margin-bottom: 1.875rem;
  }

  .mb-sm-15 {
    margin-bottom: 0.9375rem;
  }

  .section-title {
    display: block;
    margin-bottom: 0.9375rem;
  }

  .section-title .title {
    display: block;
  }

  .section-title h3 {
    margin-bottom: 1.25rem;
    font-size: 1.75rem;
  }

  .section-title .show-all {
    display: none;
  }

  .nav-tabs.links .nav-link {
    margin-bottom: 0.625rem;
  }

  .slider-arrow.slider-arrow-2.flex-right {
    display: none;
  }

  .product-grid-4 .product-cart-wrap {
    margin-bottom: 1.875rem;
  }

  .product-list-small figure.col-md-4 {
    max-width: 30%;
    float: left;
    margin: 0 !important;
  }

  .product-list-small .col-md-8 {
    float: left;
    max-width: 70%;
  }

  .newsletter .newsletter-inner {
    padding: 1.25rem;
  }

  .newsletter .newsletter-inner h2 {
    font-size: 1.375rem;
  }

  .newsletter .newsletter-inner .newsletter-content p {
    font-size: 0.875rem;
    margin-bottom: 1.5625rem !important;
  }

  .newsletter .newsletter-inner button.submit,
  .newsletter .newsletter-inner button[type=submit] {
    padding: 0.75rem 1.25rem;
  }

  .footer-link-widget:not(:last-child) {
    margin-right: 0;
  }

  .widget-about {
    margin-bottom: 1.875rem;
  }

  footer p.font-md {
    font-size: 0.8125rem;
  }

  .hero-slider-1 .single-hero-slider.rectangle .slider-content {
    width: 100%;
  }

  .product-info {
    border: 0;
    padding: 0;
  }

  .product-info .tab-style3 .nav-tabs li.nav-item a {
    padding: 0.6875rem 0.75rem !important;
    font-size: 0.8125rem;
  }

  .shopping-summery table tbody tr .shopping-summery table tbody tr img {
    max-width: 11.25rem;
    margin-right: 0;
  }

  .toggle_info .font-lg,
  .toggle_info input,
  .apply-coupon .font-lg,
  .apply-coupon input {
    font-size: 0.875rem !important;
  }

  .cart-totals.ml-30 {
    margin-left: 0 !important;
    text-align: center;
  }

  .order_table table .w-160 {
    margin: 0 auto;
  }

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

  .archive-header-3 {
    padding: 1.875rem;
  }

  .archive-header-3 .archive-header-3-inner {
    display: block;
  }
}

/*phone landscape*/
@media only screen and (min-width: 480px) and (max-width: 667px) {
  .header-height-2 {
    min-height: 2.5rem;
  }

  .col-lg-4 .banner-img {
    margin-bottom: 1.875rem;
  }

  .banner-features {
    margin-bottom: 1.875rem;
  }

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

/*small phone*/
@media only screen and (max-width: 375px) {

  .entry-meta .hit-count,
  .entry-meta.meta-2 .font-xs {
    display: none;
  }

  .deal {
    padding: 1.875rem;
  }

  .custom-modal .modal-dialog .modal-content {
    padding: 0;
  }

  .deal .product-title {
    max-width: unset;
    font-size: 1.5625rem;
  }

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

  .cart-action {
    flex-direction: column;
  }

  .cart-action .btn {
    width: 100%;
    margin-bottom: 0.9375rem;
  }
}

@media only screen and (min-width: 375px) and (max-width: 667px) {
  .deal .product-title {
    max-width: 100%;
    font-size: 2.1875rem;
  }
}

/*# sourceMappingURL=main.css.map */
@media (max-width: 1400px) {
  /* body {
    display: none;
  } */
}

.product-grid-col {
  margin-bottom: 1.5rem;
}

/* ===========================
   Wishlist Button
=========================== */

.product-action {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;

  width: 40px;
  height: 40px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid #e5e5e5;
  border-radius: 50%;
  /* background: #fff; */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;

  transition:
    border-color .3s ease,
    background-color .3s ease,
    transform .3s ease,
    box-shadow .3s ease;
}

.wishlist-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.wishlist-icon {
  width: 100%;

  transition:
    transform .2s ease,
    opacity .2s ease;
}


/* ===========================
   Icon Animation
=========================== */

.wishlist-icon.switching {
  transform: scale(.3);
  opacity: 0;
}

.wishlist-icon.pop {
  animation: heartPop .45s ease;
}

@keyframes heartPop {

  0% {
    transform: scale(.3);
  }

  50% {
    transform: scale(1.30);
  }

  75% {
    transform: scale(.92);
  }

  100% {
    transform: scale(1);
  }

}


/* ===========================
   Border Animation
=========================== */

.product-action.active {

  border-color: var(--bg-dark);
  background: var(--text-white);

}

.product-action.animate {

  animation: borderPop .45s ease;

}

@keyframes borderPop {

  0% {
    transform: scale(1);
  }

  35% {
    transform: scale(1.12);
    box-shadow: 0 0 0 8px rgba(0, 0, 0, .02);
  }

  70% {
    transform: scale(.95);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }

}
@media screen and (max-width: 1800px) {
.help-support-box a {
    padding: 1.5rem; 
}
.help-support-box i { 
    right: 2rem;
}
}
@media screen and (max-width: 1700px) {
.help-support-box a {
    padding: 1rem; 
}
.help-support-box i { 
    right: 1.5rem;
}
}
@media screen and (max-width: 1600px) {
  .sticky-bar.stick .main-menu.main-menu-padding-1>nav>ul>li {
    margin: 0 1.6rem;
  }

  .product-cart-wrap .product-img-action-wrap {
    padding: 1rem 1rem 0 1rem;
  }

  .product-cart-wrap .product-content-wrap {
    padding: 0 1rem 1rem 1rem;
  }

  .product-cart-wrap .product-action {
    right: 1rem;
    top: 1rem;
    width: 2.1rem;
    height: 2.1rem;
  }

  .product-cart-wrap .product-content-wrap h2 {
    font-size: 0.8rem;
    margin-bottom: 0;
  }

  .product-cart-wrap .product-content-wrap .size-text {
    font-size: 0.7rem;
  }

  .product-cart-wrap .product-card-bottom .add-cart .add {
    padding: 0.45rem;
    font-size: 1.25rem;
  }

  .product-cart-wrap .product-card-bottom {
    margin-top: 0.3rem;
  }

  .product-cart-wrap .product-content-wrap .product-price span {
    font-size: 1.2rem;
  }

  .product-cart-wrap .product-content-wrap .product-price span svg {
    width: 1rem;
  }

  .wishlist-row-left {
    width: 35%;
  }

  .wishlist-row-right {
    width: 65%;
  }
  .help-support-box a {
    padding:1rem 0.5rem; 
}
.help-support-box i { 
    right: 1.5rem;
}
.help-support-cnt p {
    color: #adadad;
    font-size: 0.75rem;
}
.rwd-points-row ul li h6{
  font-size: 0.75rem;
}
.rwd-points-row ul li span{
  font-size: 1rem;
}
.productDelivered span {
    font-size: 1.2rem;
}
.productDelivered::before { 
    width: 1.5rem;
    height: 1.5rem; 
    top: 6px; 
    margin-left: -5px;
}
}

@media screen and (max-width: 1500px) {
  .main-menu.main-menu-padding-1>nav>ul>li {
    margin: 0 1.8rem;
  }

  .sticky-bar.stick .main-menu.main-menu-padding-1>nav>ul>li {
    margin: 0 1.5rem;
  }

  .product-cart-wrap .product-content-wrap .product-price span {
    font-size: 1.1rem;
  }

  .product-cart-wrap .product-content-wrap .product-price span svg {
    width: 0.9rem;
  }

  .product-cart-wrap .product-content-wrap .product-price span.old-price {
    font-size: 0.9rem;
  }

  .product-cart-wrap .product-content-wrap .product-price span.old-price svg {
    width: 0.75rem;
    margin: 0.03rem 0.2rem 0 0;
  }

  .product-cart-wrap .product-card-bottom .add-cart .add {
    padding: 0.45rem;
    font-size: 1.2rem;
  }

  .main-menu>nav>ul>li ul.mega-menu {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }

  .main-menu>nav>ul>li ul.mega-menu li {
    padding-right: 0.5rem;
  }

  .primary-sidebar .sidebar-widget {
    padding: 1.2rem;
  }

  .product-grid-col {
    padding: 0rem 0.25rem 0.5rem;
    margin-bottom: 0rem;
  }

  .pagination-area {
    margin-top: 0.7rem;
  }

  .listing-left,
  .listing_wpr_top_right {
    width: 77%;
  }

  .listing-right,
  .listing_wpr_top_left {
    width: 23%;
  }

  .listing_wpr_top_right {
    padding: 0px 5px;
  }
  #rewards-detail-tab span img {
    width: 200px;
}
    .help-support-box i {
        right: 1.2rem;
    }
    #richmond-rewards h5{
      font-size: 1rem;
    }
    #cart_wpr .cart-options .custom-select { 
    width: 175px;
}
#cart_wpr .cart_total_amount h4{
  font-size: 1rem;
}
#cart_wpr .cart_total_amount h4 svg{
    width: 0.8rem;
    margin-right: 0.1rem;
}
.apply-btn{
  padding: 0.75rem 1.5rem;
}
.coupon-input{
  padding: 0.75rem;
}
}

@media screen and (max-width: 1440px) {
  .sticky-bar.stick .main-menu.main-menu-padding-1>nav>ul>li {
    margin: 0 1.3rem;
  }

  .categorySlider {
    margin: 0 0;
    padding: 1.3rem 0rem 1rem;
  }

  .categorySlider .card-2 {
    padding: 0.5rem 0rem 0.5rem 0rem;
  }

  .product-cart-wrap .product-content-wrap h2 {
    font-size: 0.75rem;
  }

  .product-cart-wrap .product-content-wrap .size-text {
    font-size: 0.64rem;
  }

  .section-padding {
    padding: 0.7rem 0;
  }

  .section-title {
    margin-bottom: 0.8rem;
  }

  .footer-link-widget:not(:last-child) {
    margin-right: 1rem;
  }

  .addressBlock {
    width: 49%;
  }

  .addressBlock:nth-child(3n) {
    margin-right: 0.5%;
  }

  .addressBlock:nth-child(3n + 1) {
    margin-left: 0.5%;
  }
  .formBox{
    margin: 1% 0% 0%;
    width: 100%;
    padding: 1rem;
  }
  .formBox i { 
    padding: 1.5rem;
    font-size: 1.5rem; 
}
#rewards-detail-tab span img {
        width: 175px;
    }
.dashboard-menu>ul>li:first-child a {
    padding: 0.8rem 0rem;
}
#rewards-detail .card-body{
    padding-top: 0;
}
.help-support-box a {
  padding: 1rem 0rem;
}
.referal-code-row, .refere-friend-col .rewardSectionRow a{
  width: 100%;
}
}

@media screen and (max-width: 1400px) {

  .main-menu>nav>ul>li>a {
    font-size: 0.85rem;
  }

  .product-cart-wrap .product-content-wrap h2 {
    font-size: 0.7rem;
  }

  .main-menu>nav>ul>li ul.mega-menu li ul li a {
    font-size: 0.8rem;
  }

  #wishlist-sec .table>tbody tr {
    width: 100%;
  }

  .wishlist-row-left {
    width: 20%;
  }

  .wishlist-row-right {
    width: 80%;
  }
  .help-support-box img { 
    margin-right: 0.2rem;
}
.rewardSectionRow, .rmRewardsBox-left{
  padding: 1.5rem;
}
.apply-btn{
  padding: 0.5rem 1.5rem;
}
.coupon-input{
  padding: 0.5rem;
  font-size: 1rem;
}
}
/* .help-support-box
} */

@media screen and (max-width: 1366px) {
  .main-menu.main-menu-padding-1>nav>ul>li {
    margin: 0 1.1rem;
  }

  .sticky-bar.stick .main-menu.main-menu-padding-1>nav>ul>li {
    margin: 0 1rem;
  }

  .product-cart-wrap .product-card-bottom {
    margin-top: 0;
  }

  .product-cart-wrap .product-action {
    width: 2rem;
    height: 2rem;
    top: 0.75rem;
    right: 0.75rem;
  }

  .product-cart-wrap .product-img-action-wrap {
    padding: 0.75rem 0.75rem 0 0.75rem;
  }

  .product-cart-wrap .product-content-wrap {
    padding: 0 0.75rem 0.75rem 0.75rem;
  }

  .main-menu>nav>ul>li ul.mega-menu li a.menu-title {
    font-size: 0.8rem;
  }

  .contact-infor li,
  .footer-list li a,
  footer .text-heading,
  .footer-link-widget p {
    font-size: 0.9rem;
  }

  h5.widget-title {
    font-size: 1.3rem;
  }

  .footer-link-widget:not(:last-child) {
    margin-right: 0;
  }

  footer .text-heading {
    width: 90%;
  }
  .help-support-box{
    width: 49%;
  }
  .help-support-box:nth-child(3n), .help-support-box:nth-child(3n + 1) {
    margin-right: 0.5%;
}
.rwd-points-row ul li h6{
  margin-bottom: 0rem;
}
.rwd-points-row ul li {
    padding: 2rem 0.5rem; 
}
}

@media screen and (max-width: 1300px) {
  .section-title h3 {
    font-size: 1.2rem;
  }

  .section-title a.show-all i {
    font-size: 0.85rem;
    margin-left: 0.3rem;
  }
  .referal-code-row{
    padding: 1.5rem;
  }
}

@media screen and (max-width: 1280px) {
  .main-menu.main-menu-padding-1>nav>ul>li {
    padding: 0 0.3rem;
  }

  .sticky-bar.stick .main-menu.main-menu-padding-1>nav>ul>li>a {
    font-size: 0.8rem;
  }

  .sticky-bar.stick .main-menu.main-menu-padding-1>nav>ul>li {
    margin: 0 0.8rem;
  }

  .main-menu>nav>ul>li ul.mega-menu li {
    padding-right: 0.2rem;
  }
}

@media screen and (max-width: 1200px) {
  .container {
    max-width: 90%;
  }

  .main-menu.main-menu-padding-1>nav>ul>li {
    margin: 0 0.7rem;
  }

  .section-title h3 {
    font-size: 1.1rem;
  }

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

  .section-title a.show-all i {
    font-size: 0.8rem;
    margin-left: 0.25rem;
  }

  .product-cart-wrap .product-content-wrap .product-price span {
    font-size: 1rem;
  }

  .product-cart-wrap .product-content-wrap .product-price span svg {
    width: 0.85rem;
  }

  .product-cart-wrap .product-content-wrap .product-price span.old-price {
    font-size: 0.8rem;
  }

  .product-cart-wrap .product-content-wrap .product-price span.old-price svg {
    width: 0.7rem;
    margin: 0rem 0.2rem 0 0;
  }

  .sticky-bar.stick .main-menu.main-menu-padding-1>nav>ul>li>a {
    font-size: 0.73rem;
  }

  .main-menu>nav>ul>li ul.mega-menu {
    padding: 1rem 1rem 1rem 1rem;
  }

  footer .text-heading {
    width: 100%;
  }

  .wishlist-row-left {
    width: 23%;
  }

  .wishlist-row-right {
    width: 77%;
  }
     .rewardSectionRow, .rmRewardsBox-left{
        padding: 1rem;
    }
    #cart_wpr .product-title{
      font-size: 0.75rem;
    }
   #cart_wpr .select-selected, #cart_wpr .option-group label, .price-box .price{
    font-size: 0.85rem;
    }
    #cart_wpr .cart-options .custom-select {
        width: 150px;
    }
    .price-box .price svg {
    width: 0.75rem;
}
#cart_wpr .cart-totals .table {
    margin-bottom: 0rem;
}
.option-card, .coupon-box, #cart_wpr .cart-totals{
      padding: 1rem;
}
    .referal-code-row {
        padding: 1rem;
    }
}

@media screen and (max-width: 1134px) {
  body {
    display: none;
  }

  .header-action-right {
    display: none;
  }
}

/* @media screen and (max-width: 1080px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 920px) {} */

@media screen and (max-width: 767px) {
  .delivery-options {
    padding: 0 20px;
  }

  .delivery-option {
    min-height: 110px;
    padding: 20px 0;
  }

  .delivery-title,
  .delivery-time,
  .delivery-price {
    font-size: 18px;
  }

  .delivery-price {
    gap: 15px;
  }

  .custom-radio {
    width: 38px;
    height: 38px;
    border-width: 3px;
  }

  .delivery-option input[type="radio"]:checked+.custom-radio::after {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 720px) {}

@media screen and (max-width: 575px) {}

@media screen and (max-width: 530px) {}

@media screen and (max-width: 480px) {}

@media (max-width: 420px) {}

@media (max-width: 380px) {}

@media (max-width: 360px) {}

@media (max-width: 320px) {}

/* ==========================================
   FILTER ACCORDION
========================================== */
.filterListGroup .list-group-item .filter-accordion:last-child {
  border-bottom: 0rem solid #e5e5e5;
}

.filter-accordion {
  border-bottom: 1px solid #e5e5e5;
}

.filter-header {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 15px 0;

  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 500;

  cursor: pointer;
  text-align: left;
}

.filter-header:focus {
  outline: none;
  box-shadow: none;
}


/* Accordion content - CLOSED */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;

  transition:
    max-height 0.3s ease,
    opacity 0.25s ease;
}


/* Accordion content - OPEN */
.filter-accordion.open .accordion-content {
  max-height: 500px;
  opacity: 1;
}


/* Arrow */
.accordion-icon {
  font-size: 16px;
  transition: transform 0.25s ease;
}


/* Open arrow */
.filter-accordion.open .accordion-icon {
  transform: rotate(180deg);
}


/* Content spacing */
.filter-accordion .custome-checkbox {
  padding-bottom: 15px;
}


/* Price */
.price-filter .accordion-content {
  padding-bottom: 15px;
}

.price-filter .price-inputs {
  display: flex;
  gap: 10px;
}

.price-filter .price-input {
  flex: 1;
}

.price-filter .price-input input {
  width: 100%;
}



/* =========================================================
   PRODUCT GALLERY
========================================================= */

.detail-gallery {
  position: relative;
  width: 100%;
}


/* =========================================================
   SLICK CORE FIX
   Do not use flexbox for the Slick track
========================================================= */

.detail-gallery .product-image-slider {
  position: relative;
  display: block;

  width: 100%;

  overflow: hidden;

  margin: 0;
  padding: 0;

  background: transparent;

  border: 0;
  border-radius: 0;
}


/* Slick list */

.detail-gallery .product-image-slider .slick-list {
  position: relative;

  display: block;

  overflow: hidden;

  margin: 0;
  padding: 0;
}


/* Slick track */

.detail-gallery .product-image-slider .slick-track {
  position: relative;

  top: 0;
  left: 0;

  display: block;

  margin-left: auto;
  margin-right: auto;
}


/* Clear float */

.detail-gallery .product-image-slider .slick-track::before,
.detail-gallery .product-image-slider .slick-track::after {
  display: table;

  content: '';
}

.detail-gallery .product-image-slider .slick-track::after {
  clear: both;
}


/* =========================================================
   IMPORTANT:
   Slick slides MUST float horizontally
========================================================= */

.detail-gallery .product-image-slider .slick-slide {
  display: none;

  float: left;

  width: 100%;

  min-height: 1px;

  outline: none;
}


.detail-gallery .product-image-slider .slick-slide.slick-loading {
  visibility: hidden;
}


.detail-gallery .product-image-slider .slick-slide.dragging {
  cursor: pointer;
}


/* Show initialized slides */

.detail-gallery .product-image-slider.slick-initialized .slick-slide {
  display: block;
}


/* =========================================================
   GALLERY ITEM
========================================================= */

.detail-gallery .product-image-slider .gallery-item {
  position: relative;

  width: 100%;

  height: 520px;

  display: flex !important;

  align-items: center;
  justify-content: center;

  padding: 20px;

  box-sizing: border-box;

  outline: none;
}


/* =========================================================
   PRODUCT IMAGE
========================================================= */

.detail-gallery .product-image-slider .gallery-item img {
  display: block;

  width: auto;

  max-width: 80%;
  max-height: 480px;

  height: auto;

  object-fit: contain;

  margin: 0 auto;

  padding: 0;

  border: 0;
  border-radius: 0;

  opacity: 1;

  user-select: none;

  -webkit-user-drag: none;
}


/* =========================================================
   REMOVE ARROWS
========================================================= */

.detail-gallery .product-image-slider .slick-arrow {
  display: none !important;
}


/* =========================================================
   REMOVE DOTS
========================================================= */

.detail-gallery .product-image-slider .slick-dots {
  display: none !important;
}


/* =========================================================
   MINIMAL PROGRESS
========================================================= */

.product-gallery-progress {
  position: relative;

  width: 180px;
  height: 2px;

  margin: 8px auto 20px;

  overflow: hidden;

  background: #dedede;

  border-radius: 10px;
}


.product-gallery-progress-bar {
  display: block;

  width: 25%;
  height: 100%;

  background: #222;

  border-radius: 10px;

  transition: width 0.4s ease;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

  .detail-gallery .product-image-slider .gallery-item {
    height: 360px;

    padding: 10px 15px;
  }


  .detail-gallery .product-image-slider .gallery-item img {
    max-width: 90%;
    max-height: 340px;
  }


  .product-gallery-progress {
    width: 120px;

    height: 2px;

    margin-top: 6px;
    margin-bottom: 15px;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

  .detail-gallery .product-image-slider .gallery-item {
    height: 300px;
  }


  .detail-gallery .product-image-slider .gallery-item img {
    max-width: 92%;
    max-height: 285px;
  }


  .product-gallery-progress {
    width: 110px;
  }

}

/* =========================================================
   PRODUCT IMAGE ZOOM
========================================================= */

.detail-gallery .product-image-slider .gallery-item {
  cursor: crosshair;
}


/*
 * Prevent zoom from interfering with Slick dragging
 * while the user is actually swiping.
 */

.detail-gallery .product-image-slider .slick-list.dragging {
  cursor: grabbing;
}


/* ElevateZoom container */

.zoomContainer {
  z-index: 20;
}


/* Hide zoom cursor on mobile */

@media (max-width: 768px) {

  .detail-gallery .product-image-slider .gallery-item {
    cursor: default;
  }

}

/* =========================================================
   PRODUCT DETAIL - EQUAL HEIGHT COLUMNS
========================================================= */

@media (min-width: 768px) {

  /*
     * Your actual structure:
     *
     * .product-detail
     *     .row.mb-30
     *         .col-md-7  -> Gallery
     *         .col-md-5  -> Product Details
     */

  .product-detail>.row.mb-30 {
    display: flex;
    align-items: stretch;
  }


  /*
     * Both Bootstrap columns stretch to
     * the height of the tallest column.
     */

  .product-detail>.row.mb-30>.col-md-7,
  .product-detail>.row.mb-30>.col-md-5 {
    display: flex;
    flex-direction: column;
  }


  /*
     * Gallery column
     */

  .product-detail>.row.mb-30>.col-md-7 {
    min-height: 0;
  }


  /*
     * Gallery wrapper fills the entire
     * height of the left column.
     */

  .product-detail .detail-gallery {
    display: flex;
    flex-direction: column;

    width: 100%;
    height: 100%;

    flex: 1 1 auto;

    min-height: 0;
    position: relative;
  }


  /*
     * Main image box takes all available
     * height except the progress indicator.
     */

  .product-detail .product-image-slider {
    flex: 1 1 auto;

    width: 100%;
    height: auto;

    min-height: 0;

    overflow: hidden;

    background: #f7f7f8;

    border-radius: 8px;

    padding: 0;
    margin: 0;
  }


  /*
     * Slick list fills image box
     */

  .product-detail .product-image-slider .slick-list {
    height: 100%;
  }


  /*
     * Slick track fills image box
     */

  .product-detail .product-image-slider .slick-track {
    height: 100%;
  }


  /*
     * Slick slide fills image box
     */

  .product-detail .product-image-slider .slick-slide {
    height: 100%;
  }


  /*
     * Gallery item
     *
     * IMPORTANT:
     * Do NOT use height: 520px here.
     */

  .product-detail .product-image-slider .gallery-item {
    height: 100%;

    min-height: 0;

    display: flex !important;

    align-items: center;
    justify-content: center;

    padding: 20px;

    box-sizing: border-box;
  }


  /*
     * Product image
     */

  .product-detail .product-image-slider .gallery-item img {
    display: block;

    width: auto;
    height: auto;

    max-width: 80%;
    max-height: 90%;

    object-fit: contain;

    margin: 0 auto;

    border-radius: 0;
  }


  /*
     * Progress stays BELOW the image box
     */

  .product-detail .product-gallery-progress {
    flex: 0 0 auto;

    width: 180px;
    height: 2px;

    margin: 8px auto 0;

    background: #dedede;

    border-radius: 10px;

    overflow: hidden;
    bottom: 1.5rem;
    left: 42%;
    position: absolute;
  }


  .product-detail .product-gallery-progress-bar {
    display: block;

    width: 25%;
    height: 100%;

    background: #222;

    border-radius: 10px;

    transition: width 0.4s ease;
  }

}