/**
  * Name: Nuzanto
  * Version: 1.0
  * Author: Themesflat
  * Author URI: http://www.themesflat.com
*/


/**
  *	Reset Browsers
  * General
  * Elements
  * Forms
  * Typography
  * Extra classes
  * Effect
  * Rev Slider
  * Header
  * Blog Post
  * Widgets
  * Pagination
  * Footer
  * Scroll Top
*/

/* Reset Browsers
-------------------------------------------------------------- */
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;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
blockquote,
q {
  quotes: none;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: 0;
}
a img {
  border: 0;
}
img {
  max-width: 100%;
  height: auto;
}
select {
  max-width: 100%;
}

/* General
-------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  color: var(--primary-color4);
  font-size: 16px;
  line-height: 26px;
  /* background-color: #F0F0F0; */
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: auto;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

strong,
b,
cite {
  font-weight: bold;
}
dfn,
cite,
em,
i,
blockquote {
  font-style: italic;
}
blockquote {
  position: relative;
  background-color: transparent;
  margin: 0px;
  padding: 0 0 0 32px;
}
blockquote > p:last-child {
  margin-bottom: 0;
}
blockquote cite {
  position: absolute;
  right: 0;
  bottom: 0;
}
blockquote em,
blockquote i {
  font-style: normal;
}
abbr,
acronym {
  border-bottom: 1px dotted #e0e0e0;
  cursor: help;
}
mark,
ins {
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -6px;
}
sub {
  bottom: -3px;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
address {
  font-style: italic;
  margin: 0 0 20px;
}
code,
kbd,
tt,
var,
samp,
pre {
  margin: 20px 0;
  padding: 4px 12px;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  overflow-x: auto;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  border-radius: 0;
  height: auto;
}

/* Elements
-------------------------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
hr {
  background-color: #e0e0e0;
  border: 0;
  height: 1px;
  margin-bottom: 20px;
}

/* List */
ul,
ol {
  padding: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
}
li {
  list-style: none;
}
ul li,
ol li {
  padding: 0.1em 0;
}
dl,
dd {
  margin: 0 0 20px;
}
dt {
  font-weight: bold;
}
del,
.disable {
  text-decoration: line-through;
  color: #788383d9;
}

/* Table */
table,
th,
td {
  border-color: #e0e0e0;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 0 30px;
  table-layout: fixed;
  width: 100%;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
}
td {
  border-width: 0 1px 1px 0;
}
th,
td {
  padding: 8px 12px;
}
a:hover {
  text-decoration: none;
}

/* Media */
embed,
iframe,
object,
video {
  margin-bottom: 20px;
  max-width: 100%;
  vertical-align: middle;
}
p > embed,
p > iframe,
p > object,
p > video {
  margin-bottom: 0;
}

/* Forms
-------------------------------------------------------------- */
/*custom form */
.form-search {
  position: relative;
}

.form-search input {
    width: 100%;
    margin-bottom: 0;
}

.form-search button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.form-sign-Up {
  position: relative;
}

.form-sign-Up form input {
  padding: 12px 19px;
  font-size: 14px;
  line-height: 22px;
}

.form-sign-Up form button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 17px 31px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}


/* Fixes */
button,
input {
  line-height: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  vertical-align: baseline;
}
input,
textarea {
  font-size: 1em;
  max-width: 100%;
  background-image: -webkit-linear-gradient(
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0)
  ); /* Removing the inner shadow on iOS inputs */
}
textarea {
  overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top; /* Improves readability and alignment in all browsers */
}
input[type="checkbox"] {
  display: inline;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Remove chrome yellow autofill */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset;
}

/* Reset search styling */
input[type="search"] {
  outline: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* Input normal */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  color: var(--primary-color7);
  /* background: var(--primary-color1); */
  border: 1px solid var(--primary-color8);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  padding: 8px 19px;
  letter-spacing: 0px;
  background-color: transparent;
  line-height: inherit;
  width: 100%;
  height: auto;
  border-radius: 100px;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border ease 0.238s;
  -moz-transition: border ease 0.238s;
  transition: border ease 0.238s;
}


/* Input focus */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Button */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: var(--primary-color3);
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 10px;
  display: inline-block;
  background: var(--primary-color5);
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  -webkit-appearance: none;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

/* Button hover + focus */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: 0;
  background: var(--primary-color8);
}

/* Placeholder color */
::-webkit-input-placeholder {
  color: var(--primary-color7);
}
:-moz-placeholder {
  color: var(--primary-color7);
}
::-moz-placeholder {
  color: var(--primary-color7);
  opacity: 1;
} /* Since FF19 lowers the opacity of the placeholder by default */
:-ms-input-placeholder {
  color: var(--primary-color7);
}

/* Links */
a {
  color: var(--primary-color3);
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover,
a:focus,
a:active {
  outline: 0;
  color: var(--primary-color5);
  text-decoration: none;
}
/* Typography
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Sans", sans-serif;
  color: var(--primary-color3);
  font-weight: 700;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 40px;
} 
h2 {
  font-size: 36px;
} 
h3 {
  font-size: 30px;
} 
h4 {
  font-size: 20px;
} 
h5 {
  font-size: 18px;
} 
h6 {
  font-size: 16px;
} 

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

:root {
  --primary-color1  : #FFFFFF;
  --primary-color2  : #F7F7F7;
  --primary-color3  : #044C4B;
  --primary-color4  : #788383;
  --primary-color5  : #FEC526;
  --primary-color6  : #FFBD0C;
  --primary-color7  : #B7B7B7;
  --primary-color8  : #E5E5E5;
  --primary-color9  : #DF4949;
  --primary-color10 : #4B50E6;
  --primary-color11 : #E250E5;
  --primary-color12 : #47A432;
}

.d-shadow {
  box-shadow: 0px 10px 25px 0px rgb(71, 92, 133, 0.1);
}

.color-3 {
  color: var(--primary-color3);
}

.color-7 {
  color: var(--primary-color7);
}

/* sc-button */
.sc-btn {
  color: var(--primary-color3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all .3s ease;
  -moz-transition   : all .3s ease;
  -ms-transition    : all .3s ease;
  -o-transition     : all .3s ease;
  transition        : all .3s ease;
}

.sc-btn.color-1 {
  color: #121212;
}

.sc-btn .icon {
  margin-right: 20px;
}

.sc-btn.style-1 {
  font-size: 15px;
  font-weight: 500;
  border-radius: 100px;
  padding: 10px 30px;
}

.sc-btn.style-2 {
  font-size: 15px;
  font-weight: 500;
  border-radius: 100px;
  padding: 10px 30px;
}

.sc-btn.style-3 {
  font-size: 15px;
  font-weight: 500;
  border-radius: 100px;
  padding: 10px 30px;
}

.sc-btn.style-4 {
  font-size: 15px;
  font-weight: 500;
  border-radius: 100px;
  padding: 10px 30px;
}

.sc-btn.style-5 {
  font-size: 14px;
  font-weight: 700;
  border-radius: 100px;
  padding: 8px 30px;
  letter-spacing: 1px;
  line-height: 20px;
}

.sc-btn.style-6 {
  font-size: 18px;
  font-weight: 700;
  border-radius: 1000px;
  width: 100%;
  padding: 10px 0;
  letter-spacing: 2px;
}

.sc-btn.style-7 {
  font-size: 14px;
  font-weight: 700;
  border-radius: 10px;
  padding: 10px 30px;
  letter-spacing: 1px;
  line-height: 20px;
}

.sc-btn.style-8 {
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 30px;
}

.sc-btn.style-9 {
  font-size: 15px;
  font-weight: 500;
  border-radius: 55px;
  padding: 10px 30px;
}

.sc-btn.pri-1 {
  background-color: var(--primary-color1);
}

.sc-btn.pri-5 {
  background-color: var(--primary-color5);
}

.sc-btn.pri-6 {
  background-color: var(--primary-color6);
}

.sc-btn.custom-1 {
  background-color: var(--primary-color5);
  border: 1px solid var(--primary-color5);
}

.sc-btn.custom-2 {
  background-color: var(--primary-color1);
  border: 1px solid var(--primary-color5);
}

.sc-btn.custom-3 {
  background-color: var(--primary-color1);
  border: 1px solid var(--primary-color8);
}

.sc-btn.pri-1:hover,
.sc-btn.pri-5:hover,
.sc-btn.pri-6:hover {
  background-color: var(--primary-color3);
  color: var(--primary-color1);
}

.sc-btn.pri-7 {
  background-color: var(--primary-color2);
  color: var(--primary-color3);
}
.sc-btn.pri-7:hover {
  background-color: var(--primary-color5);
}
.sc-btn.custom-1:hover {
  background-color: var(--primary-color1);
}

.sc-btn.custom-2:hover {
  background-color: var(--primary-color5);
}

.sc-btn.custom-3:hover {
  background-color: var(--primary-color3);
  border: 1px solid var(--primary-color3);
  color: var(--primary-color1);
}

/*title-heading*/
.tf-title {
  color: var(--primary-color3);
  line-height: 44px;
  margin-bottom: 12px;
}

.tf-sub-title {
  color: var(--primary-color4);
  font-size: 16px;
  line-height: 26px;
}

.tf-title.style-1 {
  margin-bottom: 40px;
}


.tf-title.style-2 {
  margin-bottom: 12px;
}

.tf-title.style-3 {
  margin-bottom: 17px;
}

.tf-title.style-4 {
  margin-bottom: 34px;
}

.tf-sub-title.style-1 {
  margin-bottom: 32px;
}
.tf-sub-title.style-2 {
  margin-bottom: 40px;
}

.tf-title.suitable,
.instagram-title .tf-title.style-1,
.customer-title .tf-title {
  font-size: 24px;
}

.box-heading {
  width: 100%;
  position: relative;
}

.link-heading .link {
  position: relative;
}

.box-heading .link-heading.style-1  {
  position: absolute;
  top: 5px;
  right: 11px;
}


.link-heading.style-1 .link {
  font-size: 13px;
  line-height: 18px;
}

.box-heading .link-heading.style-2  {
  position: absolute;
  top: 5px;
  right: -3px;
}

.box-heading .link-heading.style-2.discover  {
  top: 16px;
  right: -5px;
}

.link-heading.style-2 .link {
  font-size: 15px;
  line-height: 18px;
}

.link-heading.style-1 .link::after {
  content: '';
  width: 120%;
  height: 1px;
  background:var(--primary-color3);
  position: absolute;
  bottom: -7px;
  left: 0;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.link-heading.style-2 .link::after {
  content: '';
  width: 100%;
  height: 1px;
  background:var(--primary-color3);
  position: absolute;
  bottom: -7px;
  left: 0;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.link-heading.style-1 .link:hover:after,
.link-heading.style-2 .link:hover:after {
  background: var(--primary-color5);
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fl-ct {
  text-align: center;
}

.mg-bottom-10 {
  margin-bottom: 10px;
}

.align-item-center {
  align-items: center;
}


/* Extra classes
-------------------------------------------------------------- */
.bg-color-2 {
  background-color: var(--primary-color2);
}
.mr--4 {
  margin-right: -4px !important;
}

/* Themesflat-container ------------------
-----------------------------------------------*/
.themesflat-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .themesflat-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .themesflat-container {
    width: 750px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .themesflat-container {
    width: 970px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .themesflat-container {
    width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1650px) {
  .themesflat-container {
    width: 1680px;
    max-width: 100%;
  }
}

/* tf-section  --------------
-----------------------------*/
.tf-benefit-2.tf-section,
.tf-section {
  padding:0 0 80px 0;
}

.product-detail.tf-section,
.tf-slider.tf-section {
  padding: 41px 0 80px 0;
}

.tf-instagram-gallery.tf-section {
  padding: 0;
}

.tf-benefit.tf-section {
  padding: 80px 0 0 0;
}

.tf-benefit-2.tf-section {
  padding: 42px 0 0 0;
}

.tf-newsletter.tf-section,
.tf-shop-discover.tf-section {
  padding: 80px 0;
}

/* Header--------------------
---------------------------------- */

#site-header {
  border-bottom: 1px solid var(--primary-color8);
  /* -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; */
}


#site-header-top .service-list,
#site-header-top .menu-socical-icon,
#site-header-top {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  margin: 0;
}

#site-header-top {
  height: 80px;
  margin-right: -15px;
}

/* logo */
#site-header-top #site-logo {
  margin-right: 50px;
  position: relative;
}

#site-header-top .menu-socical-icon::after,
#site-header-top #site-logo::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 32px;
  right: -15%;
  top: 20%;
  background: #044C4B;
  opacity: 0.2;
}

#site-header-top .menu-socical-icon::after {
  top: 0;
  right: -5%;
}

/* service-list */
#site-header-top .service-list {
  margin-right: 61px;
  margin-top: 4px;
  flex-shrink: 0;
}

#site-header-top .service-list .sc-benefit.style-2:first-child {
  margin-right: 21px;
}

/*form search */
#site-header-top .form-search {
  max-width: 700px;
  width: 700px;
  margin-right: 63px;
  margin-top: 10px;
}

#site-header-top .form-search button {
    padding: 10px ;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

/* menu-socical-icon */
#site-header-top .menu-socical-icon {
  margin-right: 36px;
  margin-top: 12px;
}

#site-header-top .menu-socical-icon li {
  padding-right: 32px;
  position: relative;
}

/* #site-header-top .menu-socical-icon li:last-child::after {
  content: '\f078';
  font-family: 'FontAwesome';
  content: '1';
  font-weight: 500;
  background-color: var(--primary-color5);
  font-size: 12px;
  position: absolute;
  top: -5px;
  left: 18%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  line-height: 18px;
  text-align: center;
} */

/* dropdown */
#site-header-top .dropdown.user {
    margin-top: 0px;
}

#site-header-top .dropdown.user .dropdown-menu {
    border: none;
    width: unset;
    height: unset;
    min-width: 170px;
    left: 50%;
    right: unset;
    transform: translateX(-50%);
    padding: 30px;
    box-shadow: 0px 10px 25px 0px rgb(71 92 133 / 10%);
}

#site-header-top .dropdown.user  button {
    padding: 0;
}

#site-header-top .dropdown.user .dropdown-menu .login  {
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}
#site-header-top .dropdown.user .dropdown-menu ul li,
#site-header-top .dropdown.user .dropdown-menu ul {
    padding: 0;
    margin: 0;
}
#site-header-top .dropdown.user .dropdown-menu .login ,
#site-header-top .dropdown.user .dropdown-menu ul li a {
    display: block;
    font-size: 12px;
    color: var(--primary-color3);
    padding-bottom: 10px;
}
#site-header-top .dropdown.user .dropdown-menu .login:hover,
#site-header-top .dropdown.user .dropdown-menu ul li a:hover {
    color: var(--primary-color5);
}

#site-header-top .dropdown {
  margin-top: 15px;
}

#site-header-top .dropdown .btn:focus {
  box-shadow: none;
}

#site-header-top .dropdown .dropdown-toggle::after {
  display: none;
}

#site-header-top .dropdown.open .dropdown-menu {
  display: block;
} 

#site-header-top .dropdown-menu span,
#site-header-top .dropdown button {
  background-color: transparent;
  font-size: 14px;
  letter-spacing: 0;
  color: var(--primary-color3);
  border: none;
}

#site-header-top .dropdown img {
  margin-right: 13px;
}

#site-header-top .dropdown i {
  margin-left: 6px;
  font-size: 10px;
}

#site-header-top .dropdown-menu {
  border: none;
  width:450px;
  height:350px;
  right: 0;
  left: auto;
  padding: 30px;
  box-shadow   : 0px 10px 25px 0px rgb(71, 92, 133, 0.1);
}

#site-header-top .dropdown-menu fieldset {
  margin-bottom: 15px;
}

#site-header-top .dropdown-menu label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

#site-header-top .dropdown-menu select {
  border-radius: 0;
  color: var(--primary-color3);
}

#site-header-top .dropdown-menu button {
  width: 100%;
  background-color: var(--primary-color5);
  border-radius: 0;;
}

#site-header-top .dropdown-menu button:hover {
  background-color: var(--primary-color3);
  color: var(--primary-color1);
}
/* Main Nav */
#site-header #main-nav-desktop,
#site-header #main-nav {
  display: block ;
  position: relative;
  height: 50px;
}
#site-header #main-nav {
  display: none;
}

#main-nav-desktop ul ,
#main-nav ul {
  margin: 0px;
}

#main-nav-desktop ul li,
#main-nav ul li {
  position: relative;
  list-style: none;
}

#main-nav-desktop > ul > li,
#main-nav > ul > li {
  float: left;
  padding: 0px 37px 0 0;
}

#main-nav-desktop > ul > li > a,
#main-nav > ul > li > a {
  display: block;
  font-size: 15px;
  line-height: 48px;
  font-weight: 500;
  letter-spacing: 0.1px;
  color: var(--primary-color3);
  position: relative;
}

#site-header #main-nav-desktop > ul > li.current-menu-item > a,
#site-header #main-nav-desktop > ul > li:hover > a,
#site-header #main-nav-desktop > ul > li.current-menu-item > a::after,
#site-header #main-nav > ul > li.current-menu-item > a,
#site-header #main-nav > ul > li:hover > a,
#site-header #main-nav > ul > li.current-menu-item > a::after { 
  color: var(--primary-color9) ;
}

#main-nav-desktop > ul > li > a::before,
#main-nav > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 31%;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: var(--primary-color9) ;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#main-nav-desktop > ul > li > a:hover::before,
#main-nav-desktop > ul > .current-menu-item > a::before,
#main-nav > ul > li > a:hover::before,
#main-nav > ul > .current-menu-item > a::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

#main-nav-desktop .category-grid  {
  display: none;
  position: absolute;
  top: 40%;
  right: 0px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 20px;
  height: 20px;
  z-index: 10;
}

#main-nav-desktop .category-grid .dropdown-toggle::after {
    display: none;
}
#main-nav-desktop .category-grid  .img-dropdown svg{
  width: 20px;
  height: 20px;
}

.category-grid.open .dropdown-menu {
  display: block;
}

.category-grid .dropdown-menu {
  left: auto;
  right: -15px;
  width: 100vw;
  margin-top: 15px;
  z-index: 10000;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.25);
}

.category-grid .dropdown-menu .sc-category .box-feature.box-sale .sale,
.category-grid .dropdown-menu .sc-category .box-feature {
  width: 50px;
  height: 50px;
}

.category-grid .dropdown-menu .sc-category .box-feature.box-sale .sale {
  font-size: 20px;
}

.category-grid .dropdown-menu .sc-category .category-name {
  font-size: 10px;
}

/* Mobile Menu */
#main-nav-mobi {
  display: block ;
  margin: 0 auto;
  width: 0%;
  height: 100%;
  padding-top: 50px;
  position: fixed;
  top: 0%;
  left: 0;
  z-index: 9999;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#main-nav-mobi.active {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#main-nav-mobi.active .close-menu {
  display: block;
}

#main-nav-mobi .close-menu {
  display: none;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 20px;
}
#main-nav-mobi.active ul {
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#main-nav-mobi ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 9999;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#main-nav-mobi ul li {
  margin: 0;
  cursor: pointer;
  padding: 0;
  border-top: 1px solid #262626;
  position: relative;
}

#main-nav-mobi ul > li > a {
  color: #0d0d0d;
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  font-weight: 500;
  padding-left: 20px;
}

#main-nav-mobi .sub-menu li a {
  padding-left: 40px;
}

#main-nav-mobi ul li:first-child {
  border-top: 0px;
}

#main-nav-mobi ul ul li.current-item a,
#main-nav-mobi ul > li.current-menu-item > a,
#main-nav-mobi ul > li > a:hover {
  color: var(--primary-color9) ;
}

#main-nav-mobi .menu-item-has-children .arrow {
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-family: "FontAwesome";
  line-height: 48px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 0;
  width: 48px;
}

#main-nav-mobi .menu-item-has-children .arrow:before {
  content: "\f078";
  color: #0d0d0d;
}

#main-nav-mobi .menu-item-has-children .arrow.active:before {
  content: "\f077";
}

#main-nav-mobi ul ul li {
  background-color: #fff;
  border-color: #262626;
}
#site-header-top .switcher {
    width: 116px;
    /* position: relative; */
}
#site-header-top .switcher .selected {
    background: transparent;
    width: 116px;
}

#site-header-top .switcher .option {
    border: none;
    background: #fff;
    overflow: hidden;
    width: 116px;
    position: absolute;
    right: 0;
    top: 100%;
    padding: 0 5px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
    max-height: 190px;
}
#site-header-top .switcher .option a,
#site-header-top .switcher .selected a {
   border: none;
   font-size: 14px;
   color: var(--primary-color3);
   background: transparent;
   width: 116px;
   padding: 0;
}
#site-header-top .switcher .option a {
    padding: 2px 0;
}

#site-header-top .switcher .option a img,
#site-header-top .switcher .selected a img {
    margin-right: 5px;
}

/* Mobile Menu Button */

.mobile-button {
  display: none;
  position: absolute;
  width: 24px;
  height: 24px;
  background: url('../img/svg/menu-left.svg');
  float: left;
  top: 20px;
  left: 15px;
  margin-left: 0;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* Header Fixed */
#site-header.is-fixed {
  position: fixed;
  top: -130px;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#site-header.is-fixed.is-small {
  top: 0;
}

#site-header.is-fixed #main-nav-desktop {
  position: absolute;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


#site-header.is-fixed.is-small #main-nav-desktop.active {
  opacity: 1;
  overflow: visible;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu-fixed,
#site-header.is-fixed.is-small #site-header-top .service-list {
  display: none;
}

#site-header.is-fixed .menu-fixed {
  display: block;
  margin-right: 6%;
  position: relative;
  font-size: 20px;
  color: var(--primary-color3);
  font-weight: 500;
  cursor: pointer;
}

#site-header.is-fixed.is-small .menu-fixed i {
  margin-left: 10px;
  font-size: 13px;
}

#site-header.is-fixed.is-small #main-nav-desktop ul {
  display: grid;
  background-color: var(--primary-color8);
  width: 230px;
  padding: 15px;
}
#site-header.is-fixed.is-small #main-nav-desktop > ul > li > a {
  line-height: 30px;
  font-weight: 500;
  display: inline-block;
}


#site-header.is-fixed.is-small #site-header-top .menu-socical-icon {
  margin-left: auto;
}

#site-header.is-fixed.is-small #site-header-top .menu-socical-icon::after,
#site-header.is-fixed.is-small #site-header-top #site-logo::after {
  display: none;
}
#main-nav > ul > li > a::before {
  bottom: 15%;
}

/* Footer
-------------------------------------------------------------- */
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* padding: 42px 0 23px; */
  padding: 82px 0 54px;
}

#footer .widget .site-logo-footer {
  margin-bottom: 20px;
}

#footer .widget.widget-infor {
  padding-right: 20px;
}
.footer-widgets .widget.widget_text,
#footer .widget.widget-infor .content.mb-12 {
  margin-bottom: 12px;
}


#footer .widget a {
  color: #788383;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}

#footer .widget a:hover {
  color: #044C4B;
}

#footer .widget.widget-link .list-link {
  margin: 0;
}

#footer .widget.widget-link .list-link li {
  padding: 0;
  line-height: 20px;
}

#footer .widget .widget-title {
  margin-bottom: 7px;
}

#footer  .wrap-widgets-2 .widget_nav_menu {
  padding-left: 55px;
}

#footer  .wrap-widgets-3 .widget_nav_menu {
  padding-left: 73px;
}

#footer  .wrap-widgets-4 .widget_nav_menu {
  padding-left: 98px;
}

#footer  .wrap-widgets-5  {
  padding-left: 130px;
}

#footer  .wrap-widgets-5 .widget_text {
    font-size: 14px;
    line-height: 22px;
}

#footer .widget.widget-contact .widget-title {
  margin-bottom: 10px;
}

#footer .widget.widget-contact .infor-call,
#footer .widget.widget-contact p {
  font-size: 14px;
  line-height: 22px;
}

#footer .widget .calling {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  margin-bottom: 19px;
}

#footer .widget .calling img {
  margin:7px 18px 0 0;
}

#footer .widget .calling .number-phone {
  color: var(--primary-color3);
  font-size: 20px;
  font-weight: 700;
  margin-top: 3px;
}


#footer .widget.widget-contact .address {
  margin-bottom: 4px;
}
#footer .widget.widget-contact .time-working {
  margin-bottom: 18px;
}

#footer .wp-block-social-links.has-normal-icon-size  {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  margin: 0;
}

#footer .wp-block-social-links  li {
  padding: 0 24px 0 5px;
}

#footer .wp-block-social-links  li a {
  font-size: 16px;
}

#footer .wp-block-social-links  li a:hover i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#footer .wp-block-social-links  li a:hover i {
  transform: translateY(-5px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#footer .wp-block-social-links  li:first-child a {
  color: #1B6CBC;
}

#footer .wp-block-social-links  li:nth-child(2) {
  padding-right: 21px;
}

#footer .wp-block-social-links  li:nth-child(2) a {
  color: #AF6418;
  font-size: 20px;
}

#footer .wp-block-social-links  li:nth-child(3) a {
  color: #DF4949;
}

#footer .wp-block-social-links  li:nth-child(4) a {
  color: #15C1EC;
}

#footer .wp-block-social-links  li:nth-child(5) a {
  color: #137AAF;
  font-size: 18px;
}

#footer .wp-block-social-links  li:last-child a {
  color: #BD081C;
}

#footer .widget.widget-infor-mobi {
  display: none;
}

#footer .widget.widget-infor-mobi p {
  margin-bottom: 15px;
}

/* Bottom */

#bottom {
  border-top: 1px solid var(--primary-color8);
}

.bottom-menu {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  line-height: 50px;
}

.bottom-menu .payment span,
.bottom-menu .coppy-right {
  font-size: 14px;
  color: var(--primary-color7);
}
.bottom-menu .payment {
  margin-right: -2px;
}

.bottom-menu .payment span {
  margin-right: 20px;
}

.bottom-menu .payment img {
  margin-right: 3px;
}

#footer-mobi {
  display: none;
}
/* /* Scroll Top
-------------------------------------------------------------- */

#comment-top.show {
  bottom: 271px;
}
.tawk-message-bubble .tawk-agent-chat-bubble,
.tawk-chat-view .tawk-agent-chat-bubble.tawk-card, .tawk-chat-view .tawk-visitor-chat-bubble {
    background: var(--tawk-header-background-color) !important;
}

.content-mb > p {
  display: none;
}

/**
  * PreLoad
  * Button
  * brand
  * Heading
  * Page-tittle,slider
  * about-us
  * letest-products
  * banner
  * products
  * testimonial
  * our-gallery
  * newsletter
  * team
  * map
  * contact-us
  * shop-view
  * product view
  * tabs
  * animation
*/

:root {
    --primary-color1 : #FFFFFF;
    --primary-color2 : #F7F7F7;
    --primary-color3 : #044C4B;
    --primary-color4 : #788383;
    --primary-color5 : #FEC526;
    --primary-color6 : #FFBD0C;
    --primary-color7 : #B7B7B7;
    --primary-color8 : #E5E5E5;
    --primary-color9 : #DF4949;
    --primary-color10: #4B50E6;
    --primary-color11: #E250E5;
    --primary-color12: #47A432;

}

/* PreLoad
-------------------------------------------------------------- */
#loading-overlay {
    position  : fixed;
    z-index   : 999999;
    top       : 0;
    right     : 0;
    bottom    : 0;
    left      : 0;
    width     : 100%;
    height    : 100%;
    background: #fff;
}

#loading-overlay .loader {
    position: absolute;
    top     : 50%;
    left    : 50%;
    width   : 100px;
    height  : 100px;
    margin  : -30px 0 0 -30px;
}

#loading-overlay .loader:before,
#loading-overlay .loader:after {
    position         : absolute;
    display          : inline-block;
    width            : 100px;
    height           : 100px;
    content          : "";
    -webkit-animation: preloader-wave 1.6s linear infinite;
    animation        : preloader-wave 1.6s linear infinite;
    border-radius    : 50%;
    background       : #044C4B;
}

#loading-overlay .loader:after {
    -webkit-animation-delay: -.8s;
    animation-delay        : -.8s;
}

@-webkit-keyframes preloader-wave {
    0% {
        -webkit-transform: scale(0, 0);
        -ms-transform    : scale(0, 0);
        transform        : scale(0, 0);
        opacity          : .7;
    }

    100% {
        -webkit-transform: scale(1, 1);
        -ms-transform    : scale(1, 1);
        transform        : scale(1, 1);
        opacity          : 0;
    }
}

@keyframes preloader-wave {
    0% {
        -webkit-transform: scale(0, 0);
        -ms-transform    : scale(0, 0);
        transform        : scale(0, 0);
        opacity          : .7;
    }

    100% {
        -webkit-transform: scale(1, 1);
        -ms-transform    : scale(1, 1);
        transform        : scale(1, 1);
        opacity          : 0;
    }
}



/* sc-benefit -------------- 
------------------------------*/
.benefit-inner {
    display  : flex;
    display  : -webkit-box;
    display  : -ms-flexbox;
    display  : -webkit-flex;
    flex-wrap: wrap;
}

.benefit-inner.border-bt {
    padding-bottom: 35px;
    border-bottom : 1px solid var(--primary-color8);
}

/* 5-col */
.benefit-inner .tf-5-col {
    width       : 20%;
    position    : relative;
    margin-right: 0 !important;
}

.benefit-inner .tf-5-col::after {
    content   : '';
    position  : absolute;
    width     : 1px;
    height    : 50px;
    right     : -13%;
    top       : 0%;
    background: #044C4B;
    opacity   : 0.2;
}

.benefit-inner .tf-5-col:nth-child(1)::after {
    right: 7%;
}

.benefit-inner .tf-5-col:last-child::after {
    display: none;
}

.benefit-inner .tf-5-col:nth-child(2) {
    padding-left: 46px;
}

.benefit-inner .tf-5-col:nth-child(3) {
    padding-left: 99px;
}

.benefit-inner .tf-5-col:nth-child(4) {
    padding-left: 122px;
    margin-top  : 3px;
}

.benefit-inner .tf-5-col:last-child {
    padding-left: 111px;
}

/* 3-col */

.benefit-inner.detail {
    padding      : 39px 0 37px;
    margin-right : -5px;
    border-bottom: 1px solid var(--primary-color8);
}

.benefit-inner .tf-3-col {
    width        : 33.33%;
    margin-bottom: 24px;
    margin-right : 0 !important;
}

.benefit-inner .tf-3-col.mb-0 {
    margin-bottom: 0;
}

.benefit-inner .tf-3-col:nth-child(2),
.benefit-inner .tf-3-col:nth-child(5) {
    padding-left: 43px;
}

.benefit-inner .tf-3-col:nth-child(3),
.benefit-inner .tf-3-col:nth-child(6) {
    padding-left: 63px;
}

/* sc-benefit*/

.sc-benefit {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.sc-benefit .icon {
    margin            : 2px 23px 0 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition   : all 0.5s ease;
    -ms-transition    : all 0.5s ease;
    -o-transition     : all 0.5s ease;
    transition        : all 0.5s ease;
}

.sc-benefit:hover .icon {
    transform         : translateY(-8px);
    -webkit-transition: all 0.5s ease;
    -moz-transition   : all 0.5s ease;
    -ms-transition    : all 0.5s ease;
    -o-transition     : all 0.5s ease;
    transition        : all 0.5s ease;
}

.sc-benefit:hover .icon img {
    -webkit-transition: all 0.5s ease;
    -moz-transition   : all 0.5s ease;
    -ms-transition    : all 0.5s ease;
    -o-transition     : all 0.5s ease;
    transition        : all 0.5s ease;
}

.sc-benefit:hover .icon img {
    -webkit-transform : scale(1.2);
    -ms-transform     : scale(1.2);
    transform         : scale(1.2);
    -webkit-transition: all 0.5s ease;
    -moz-transition   : all 0.5s ease;
    -ms-transition    : all 0.5s ease;
    -o-transition     : all 0.5s ease;
    transition        : all 0.5s ease;
}

.sc-benefit .content a {
    font-weight: 500;
    font-size  : 15px;
}

.sc-benefit .content p {
    font-size: 14px;
    margin   : -2px 0 0 0;
}

/* style-2 */
.sc-benefit.style-2 {
    align-items: center;
}

.sc-benefit.style-2 .icon {
    margin: 5px 10px 0 0;
}

.sc-benefit.style-2 .content a {
    font-weight: 500;
    font-size  : 12px;
    line-height: 14px;
}

.sc-benefit.style-2 .content p {
    font-size  : 10px;
    line-height: 12px;
    margin     : 0;
}

/* style-3 */


.sc-benefit.style-3 .icon {
    margin: 5px 15px 0 0;
}

.sc-benefit.style-3 .content {
    max-width    : 140px;
    padding-right: 12px;
}

.sc-benefit.style-3 .content a {
    font-size  : 20px;
    line-height: 26px;
}

.img-slider {
    position: relative;
}

.benefit-banner {
    position             : absolute;
    bottom               : 3.4%;
    left                 : 50%;
    transform            : translateX(-50%);
    display              : flex;
    display              : -webkit-box;
    display              : -ms-flexbox;
    display              : -webkit-flex;
    background           : #fff;
    max-width            : 800px;
    width                : 800px;
    padding              : 32px 38px 30px 41px;
    -webkit-border-radius: 8px;
    -ms-border-radius    : 8px;
    -o-border-radius     : 8px;
    -moz-border-radius   : 8px;
    border-radius        : 8px;
    z-index: 10;
}

.sc-benefit.style-3 {
    margin-right: 41px;
}

.sc-benefit.style-3:first-child .icon {
    margin-top: -2px;
}

.sc-benefit.style-3:nth-child(2) .icon {
    margin-top: 2px;
}

.sc-benefit.style-3:last-child {
    margin-right: 0;
}

/* style-4 */
.sc-benefit.style-4.timer {
    padding-left: 17px;
}

.sc-benefit.style-4.return {
    padding: 0 20px 0 34px;
}

.sc-benefit.style-4 .icon {
    width : 25%;
    margin: -2px -3px 0 0;
}

.sc-benefit.style-4.timer .icon {
    margin-right: 0;
}

.sc-benefit.style-4.return .icon {
    margin-right: 12px;
}

.sc-benefit.style-4 .content {
    width: 75%;
}

.sc-benefit.style-4 .heading {
    font-size    : 24px;
    font-weight  : 500;
    color        : var(--primary-color3);
    margin-bottom: 12px;
}

.sc-benefit.style-4 p {
    font-size    : 18px;
    line-height  : 28px;
    margin-bottom: 12px;
    padding-right: 25px;
}

.sc-benefit.style-4.return p {
    padding-right: 0px;
    margin-right : -3px;
}

.sc-benefit.style-4 a {
    font-size     : 16px;
    letter-spacing: -0.2px;
    position      : relative;
}

.sc-benefit.style-4 a:after {
    content         : '';
    position        : absolute;
    width           : 100%;
    height          : 1px;
    background-color: var(--primary-color3);
    left            : 0;
    bottom          : 0px;
}

/* style-5 */
.sc-benefit.style-5 .icon {
    margin: 5px 17px 0 0;
}

.sc-benefit.style-5 .icon {
    margin: 5px 17px 0 0;
}

/* sc-category */
.sc-category {
    margin-bottom: 30px;
}

.sc-category.mg-bt,
.sc-category.mg-bt-0 {
    margin-bottom: 0px;
}

.sc-category .box-feature {
	text-align: center;
    width          : 200px;
    height         : 200px;
    overflow       : hidden;
    display        : -webkit-box;
    display        : -ms-flexbox;
    display        : -webkit-flex;
    display        : flex;
    justify-content: center;
    align-items    : center;
    margin-bottom  : 20px;
}

.sc-category .box-feature.box-sale .sale,
.sc-category .box-feature img {
    width: auto !important;
    transform         : scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}

.sc-category:hover .box-feature.box-sale .sale,
.sc-category:hover .box-feature img {
    transform         : scale(0.95);
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}

.sc-category .box-feature.mg-bt-13 {
    margin-bottom: 13px;
}

.sc-category .category-name {
    padding-bottom: 2px;
}

.sc-category .box-feature.box-sale .sale {
    width          : 200px;
    height         : 200px;
    font-size      : 56px;
    font-size      : 500;
    color          : var(--primary-color1);
    background     : var(--primary-color9);
    border-radius  : 50%;
    display        : -webkit-box;
    display        : -ms-flexbox;
    display        : -webkit-flex;
    display        : flex;
    justify-content: center;
    align-items    : center;
}


.sc-category .box-feature.st-2 {
    margin-left: 11px;
}

.sc-category .box-feature.st-3 {
    margin-left: 25px;
}

.sc-category .box-feature.st-4 {
    margin-left: 31px;
}

.sc-category .box-feature.st-5 {
    margin-left: 62px;
}

.sc-category .box-feature.st-6 {
    margin-left: 50px;
}



.sc-category .box-feature.st-7 {
    padding-top: 0;
}

.sc-category .box-feature.st-8 {
    margin-left: 11px;
    padding-top: 0;
}

.sc-category .box-feature.st-9 {
    margin-left: 25px;
    padding-top: 38px;
}

.sc-category .box-feature.st-10 {
    margin-left: 31px;
    padding-top: 0;
}

.sc-category .box-feature.st-11 {
    margin-left: 41px;
    padding-top: 21px;
}

.sc-category .box-feature.st-12 {
    margin-left: 50px;
    padding-top: 0px;
}


.sc-category .box-content.st-1 {
    margin-right: 48px;
}

.sc-category .box-content.st-2 {
    margin-right: 27px;
}

.sc-category .box-content.st-3 {
    margin-right: 9px;
}

.sc-category .box-content.st-4 {
    margin-left: 11px;
}

.sc-category .box-content.st-5 {
    margin-left: 31px;
}

.sc-category .box-content.st-6 {
    margin-left: 51px;
}

/* style 2 */
.sc-category.style-2 .box-feature {
    width          : 120px;
    height         : 120px;
    overflow       : hidden;
    display        : -webkit-box;
    display        : -ms-flexbox;
    display        : -webkit-flex;
    display        : flex;
    justify-content: center;
    align-items    : center;
    margin-bottom  : 11px;
}

.sc-category.style-2 .box-feature.box-sale .sale, .sc-category .box-feature img {
    width: 80%!important;
}


/* sc-product-discovery */
.sc-product-discovery .title-product-discovery {
    font-size    : 24px;
    font-weight  : 500;
    line-height  : 30px;
    margin-bottom: 4px;
}

.sc-product-discovery .sub-product-discovery {
    font-weight: 400;
    line-height: 26px;
    color      : var(--primary-color4);
    margin     : 0 0;
}

.sc-product-discovery.style-1 .box-content {
    padding-top: 20px;
}

.sc-product-discovery.style-2 .box-content {
    padding-top: 28px;
}

.sc-product-discovery.style-2 .title-product-discovery {
    margin-bottom: 0;
}

.sc-product-discovery:hover .fl-feature img {
    transform         : scale(1.05);
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}

/* sc-product-sale */
.sc-product-sale {
    position: relative;
}

.sc-product-sale.mg-bt-0 {
    margin-bottom: 0 !important;
}

.sc-product-sale .box-feature {
    position: relative;
}

.sc-product-sale .box-feature .over-lay {
    position      : absolute;
    top           : 0;
    letter-spacing: 0;
    width         : 100%;
    height        : 100%;
}

.sc-product-sale .box-content {
    position      : absolute;
    top           : 0;
    letter-spacing: 0;
    width         : 80%;
    height        : 100%;
    background    : transparent;
}

.sc-product-sale:hover .fl-feature img {
    transform         : scale(1.05);
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}

.sc-product-sale .box-content .sub,
.sc-product-sale .box-content .sale,
.sc-product-sale .box-content .deal,
.sc-product-sale .box-content .price {
    cursor: default;
}

/* style-1 */
.sc-product-sale.style-1 {
    margin-bottom: 30px;
}

.sc-product-sale.style-1 .box-feature .over-lay {
    background: linear-gradient(89.96deg, #F7F7F7 0.04%, #F7F7F7 32.04%, rgba(255, 255, 255, 0) 70.23%);
}

.sc-product-sale.style-1 .box-content.style-1 {
    padding: 75px 0 0 40px;
    width: 55%;
}

.sc-product-sale.style-1 .box-content.style-2 {
    padding: 55px 0 0 40px;
    width: 55%;
}

.sc-product-sale.style-1 .box-content .sale {
    font-size     : 14px;
    line-height   : 20px;
    font-weight   : 700;
    letter-spacing: 3px;
    margin-bottom : 12px;
    color         : var(--primary-color4);
}

.sc-product-sale.style-1 .box-content .title {
    font-weight  : 500;
    line-height  : 40px;
    margin-bottom: 20px;
}

/* style-2 */
.sc-product-sale.style-2 .box-feature .over-lay {
    background: linear-gradient(159.21deg, #F7F7F7 1.14%, #F7F7F7 30.36%, rgba(255, 255, 255, 0) 65.23%);
}

.sc-product-sale.style-2 .box-content {
    padding: 80px;
    width: 100%;
}

.sc-product-sale.style-2 .box-content .deal {
    width          : 110px;
    line-height    : 32px;
    letter-spacing : 1px;
    font-size      : 14px;
    font-weight    : 700;
    color          : var(--primary-color1);
    background     : var(--primary-color9);
    display        : -webkit-box;
    display        : -ms-flexbox;
    display        : -webkit-flex;
    display        : flex;
    justify-content: center;
    align-items    : center;
    margin         : 0 auto;
    border-radius  : 5px;
    margin-bottom  : 20px;
}

.sc-product-sale.style-2 .box-content .title {
    font-size    : 24px;
    font-weight  : 500;
    line-height  : 30px;
    margin-bottom: 8px;
}

.sc-product-sale.style-2 .box-content .sub {
    line-height: 26px;
    color      : var(--primary-color3);
}

.sc-product-sale.style-2 .box-content .sc-btn {
    margin: 0 auto;
}

/* style-3 */
.sc-product-sale.style-3 .box-feature .over-lay {
    background: linear-gradient(89.96deg, #F7F7F7 0.04%, #F7F7F7 32.04%, rgba(255, 255, 255, 0) 70.23%);
}

.sc-product-sale.style-3 .box-content {
    padding: 80px 0 0 40px;
    max-width: 48%;
}

.sc-product-sale.style-3 .box-content .sale {
    font-size     : 14px;
    line-height   : 24px;
    letter-spacing: 1.4px;
    font-weight   : 700;
    margin-bottom : 12px;
}

.sc-product-sale.style-3 .box-content .title {
    font-weight  : 500;
    line-height  : 40px;
    margin-bottom: 12px;
}

.sc-product-sale.style-3 .box-content .sub {
    display    : -webkit-box;
    display    : -ms-flexbox;
    display    : -webkit-flex;
    display    : flex;
    padding-top: 11px;
}

.sc-product-sale.style-3 .box-content .sub p {
    color      : var(--primary-color3);
    font-size  : 18px;
    line-height: 26px;
    margin     : 0 0;
}

.sc-product-sale.style-3 .box-content .sub .price.affter {
    font-size  : 30px;
    color      : var(--primary-color9);
    font-weight: 700;
    margin-left: 4px;
    line-height: 18px;
}

.sc-product-sale.style-3 .box-content .sub .deal {
    width          : 72px;
    height         : 22px;
    line-height    : 22px;
    font-size      : 12px;
    font-weight    : 500;
    color          : var(--primary-color1);
    background     : var(--primary-color9);
    display        : -webkit-box;
    display        : -ms-flexbox;
    display        : -webkit-flex;
    display        : flex;
    justify-content: center;
    align-items    : center;
    border-radius  : 2px;
    position       : relative;
    margin-left    : 16px;
}

.sc-product-sale.style-3 .box-content .sub .deal::after {
    content      : '';
    width        : 0;
    height       : 0;
    border-bottom: 4px solid transparent;
    border-right : 8px solid var(--primary-color9);
    border-top   : 4px solid transparent;
    position     : absolute;
    top          : 50%;
    transform    : translateY(-50%);
    left         : -5px;
}

.sc-product-sale.style-3 .box-content .price.before {
    color        : var(--primary-color7);
    font-size    : 20px;
    line-height  : 30px;
    margin-bottom: 10px;
}


/* style-4 */
.sc-product-sale.style-4 .box-feature .over-lay {
    background: linear-gradient(89.96deg, #F7F7F7 0.04%, #F7F7F7 32.04%, rgba(255, 255, 255, 0) 70.23%);
}

.sc-product-sale.style-4 {
    margin-bottom: 30px;
}

.sc-product-sale.style-4 .box-content {
    padding: 32px;
    max-width: 60%;
}

.sc-product-sale.style-4 .box-content .deal {
    width          : 72px;
    height         : 22px;
    line-height    : 22px;
    font-size      : 12px;
    font-weight    : 500;
    color          : var(--primary-color1);
    background     : var(--primary-color9);
    display        : -webkit-box;
    display        : -ms-flexbox;
    display        : -webkit-flex;
    display        : flex;
    justify-content: center;
    align-items    : center;
    border-radius  : 2px;
    position       : relative;
    margin-bottom  : 8px;
}

.sc-product-sale.style-4 .box-content .deal::after {
    content     : '';
    width       : 0;
    height      : 0;
    border-left : 4px solid transparent;
    border-right: 4px solid transparent;
    border-top  : 8px solid var(--primary-color9);
    position    : absolute;
    left        : 5px;
    bottom      : -5px;
}

.sc-product-sale.style-4 .box-content .title {
    font-weight  : 500;
    margin-bottom: 12px;
}

.sc-product-sale.style-4 .box-content .sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.sc-product-sale.style-4 .box-content .sub p {
    color    : var(--primary-color7);
    font-size: 14px;
    margin   : 0 0;
}

.sc-product-sale.style-4 .box-content .sub .price.affter {
    color      : var(--primary-color9);
    font-size  : 18px;
    margin-left: 4px;
}

/* style-5 */
.sc-product-sale.style-4 .box-feature .over-lay {
    background: linear-gradient(157.71deg, #F7F7F7 1.2%, #F7F7F7 25.86%, rgba(255, 255, 255, 0) 55.29%);
}

.sc-product-sale.style-5 .box-content {
    padding: 32px;
}

.sc-product-sale.style-5 .box-content .title {
    font-weight  : 500;
    margin-bottom: 2px;
}

.sc-product-sale.style-5 .box-content .sub {
    margin-bottom: 15px;
}

.sc-product-sale.style-5 .box-content .price.affter {
    font-size  : 45px;
    font-weight: 700;
    color      : var(--primary-color9);
}

.sc-product-sale.style-2 .box-content .sc-btn,
.sc-product-sale.style-3 .box-content .sc-btn,
.sc-product-sale.style-4 .box-content .sc-btn {
    margin-top        : 30px;
    opacity           : 0;
    visibility        : hidden;
    -webkit-transform : translateY(10px);
    -moz-transform    : translateY(10px);
    -ms-transform     : translateY(10px);
    -o-transform      : translateY(10px);
    transform         : translateY(10px);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition   : all .3s ease-in-out;
    -ms-transition    : all .3s ease-in-out;
    -o-transition     : all .3s ease-in-out;
    transition        : all .3s ease-in-out;
}

.sc-product-sale.style-2.active .box-content .sc-btn,
.sc-product-sale.style-2:hover .box-content .sc-btn,
.sc-product-sale.style-3.active .box-content .sc-btn,
.sc-product-sale.style-3:hover .box-content .sc-btn,
.sc-product-sale.style-4.active .box-content .sc-btn,
.sc-product-sale.style-4:hover .box-content .sc-btn {
    opacity           : 1;
    visibility        : visible;
    -webkit-transform : translateY(0px);
    -moz-transform    : translateY(0px);
    -ms-transform     : translateY(0px);
    -o-transform      : translateY(0px);
    transform         : translateY(0px);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition   : all .3s ease-in-out;
    -ms-transition    : all .3s ease-in-out;
    -o-transition     : all .3s ease-in-out;
    transition        : all .3s ease-in-out;
}

/* define animation img */
.fl-feature {
    overflow: hidden;
}

.fl-feature img {
    width             : 100%;
    transform         : scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}


/* sc-description */
.sc-description {
    display  : -webkit-box;
    display  : -ms-flexbox;
    display  : -webkit-flex;
    display  : flex;
    flex-wrap: wrap;
}

.sc-description .box-content.style-1,
.sc-description .box-feature {
    width        : 50%;
    margin-bottom: 36px;
}

.sc-description .box-content.style-2 {
    width        : 100%;
    margin-bottom: 28px;
}

.sc-description .box-content.style-3 {
    padding-left: 25px;
}

.sc-description .box-content .title {
    font-size    : 18px;
    line-height  : 30px;
    font-weight  : 500;
    margin-bottom: 12px;
}

.sc-description .box-content .wrap {
    margin: 0 0;
}

.sc-description .box-content .wrap.style-1 {
    font-size  : 16px;
    line-height: 28px;
}

.sc-description .box-content .wrap.style-3 {
    padding-right: 15px;
    font-size: 16px;
}

.sc-description .box-feature {
    padding-left: 15px;
}

.sc-description .box-benefit {
    display  : flex;
    display  : -webkit-box;
    display  : -ms-flexbox;
    display  : -webkit-flex;
    flex-wrap: wrap;
}

.sc-description .box-benefit .col-benefit {
    width        : 50%;
    margin-bottom: 30px;
}

.sc-description .box-benefit .col-benefit.mb-0 {
    margin-bottom: 0;
}

.sc-description .box-benefit .col-benefit:nth-child(even) {
    padding-left: 26px;
}

.sc-description .box-benefit .col-benefit img {
    margin-bottom: 13px;
}

.sc-description .box-benefit .col-benefit .heading {
    margin-bottom: 8px;
}

.sc-description .box-benefit .col-benefit:nth-child(odd) p {
    padding-right: 20px;
}

/* sc-product-overview */
.sc-product-overview {
    display        : -webkit-box;
    display        : -ms-flexbox;
    display        : -webkit-flex;
    display        : flex;
    flex-wrap      : wrap;
    justify-content: space-between;
}

.sc-product-overview .box-product-overview {
    width        : 33.333%;
    margin-bottom: 25px;
}

.sc-product-overview .box-product-overview.mg-bt-0 {
    margin-bottom: 0 !important;
}

.sc-product-overview .box-product-overview.style-2 {
    padding-left: 28px;
}

.sc-product-overview .box-product-overview.style-3 {
    padding-left: 55px;
}

.sc-product-overview .box-product-overview .box-icon {
    margin-bottom: 20px;
}

.sc-product-overview .box-product-overview a.name {
    font-size  : 16px;
    font-weight: 500;
}

/* sc-weights-dimensions */
.sc-weights-dimensions .title {
    font-size  : 18px;
    font-weight: 500;
    line-height: 30px;
}

.sc-weights-dimensions .title.style-1 {
    margin-bottom: 20px;
}

.sc-weights-dimensions .title.style-2 {
    margin-bottom: 16px;
}

.sc-weights-dimensions .title-sub {
    letter-spacing: -0.5px;
    font-size: 16px;
    font-weight: 400;
}

.sc-weights-dimensions .title-sub.style-1 {
    margin-bottom: 8px;
}

.sc-weights-dimensions .title-sub.style-2 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
}

.sc-weights-dimensions table,
.sc-weights-dimensions table td,
.sc-weights-dimensions table tr {
    border: none;
}



.sc-weights-dimensions table.mb-0 {
    margin-bottom: 0;
}

.sc-weights-dimensions table tr:nth-child(odd) {
    background: var(--primary-color2);
}

.sc-weights-dimensions table tr td {
    line-height: 49.9px;
    color      : var(--primary-color3);
}

.sc-weights-dimensions table tr td:first-child {
    font-size  : 16px;
    font-weight: 500;
    padding    : 0 0 0 20px;
    width      : 40%;
}

.sc-weights-dimensions table tr td:last-child {
    font-size: 16px;
    padding  : 0 0;
    width    : 60%;
}

.sc-weights-dimensions .table .row-tb {
    display: flex;
    align-items: center;
}
.sc-weights-dimensions .table .row-tb:nth-child(odd) {
    background: var(--primary-color2);
}

.sc-weights-dimensions .table .row-tb span {
    line-height: 49.9px;
    color      : var(--primary-color3);
}

.sc-weights-dimensions .table .title-table {
    font-size  : 16px;
    font-weight: 500;
    padding    : 0 0 0 20px;
    width      : 40%;
}

.sc-weights-dimensions .table .value {
    font-size: 16px;
    padding  : 0 0;
    width    : 60%;
}



.uploadFile {
    width               : 100%;
    background-color    : transparent;
    border-radius       : 8px;
    color               : var(--primary-color6);
    font-size           : 16px;
    line-height         : 33px;
    overflow            : hidden;
    margin-bottom       : 18px;
    position            : relative;
    resize              : none;
    cursor              : pointer;
    text-decoration-line: underline;
    display             : flex;
    display             : -webkit-box;
    display             : -ms-flexbox;
    display             : -webkit-flex;
    flex-wrap           : wrap;
}
.upload-document {
    position: relative;
    margin-bottom: 18px;
    cursor: pointer;
}

.sc-weights-dimensions .view-pdf,
.upload-document span{
    display: inline-block;
    color               : var(--primary-color6);
    font-size           : 16px;
    line-height         : 33px;
}

.upload-document input{
    position: absolute;
    top: 0;
    opacity: 0;
}
.uploadFile .filename {
    padding-left: 9px;
}

.uploadFile input[type=file] {
    display: none;
}

.uploadFile input[type=file]::-webkit-file-upload-button {
    visibility: hidden;
}

/* sc-total-price */
.sc-total-price {
    background : var(--primary-color2);
    padding    : 42px 30px 41px 42px;
    margin-left: 1px;
}

.sc-total-price .yith-wfbt-items {
    margin: 0;
}

.sc-total-price .yith-wfbt-item label {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
}

.sc-total-price .yith-wfbt-item .product-name {
    position     : relative;
    font-size    : 14px;
    line-height  : 26px;
    font-weight  : 500;
    text-overflow: ellipsis;
    color        : var(--primary-color3);
    width        : 59.4%;
    overflow     : hidden;
    white-space  : nowrap; 
    display: inline-block;
    padding-right: 5px;
}


.sc-total-price .yith-wfbt-item .price {
    font-size: 16px;
    color: var(--primary-color3);
    padding-left: 5px;
}
.sc-total-price .yith-wfbt-item .price del {
    font-size: 16px;
    color: var(--primary-color4);
}


.sc-total-price form label input {
    position     : absolute;
    opacity      : 0;
    width        : 100%;
    height       : 100%;
    top          : 0;
    left         : 0;
    z-index      : 1;
    margin-right : 0px;
    margin-bottom: 0px;
}

.sc-total-price form .btn-checkbox {
    position        : absolute;
    left            : 3px;
    top             : 46%;
    transform       : translateY(-50%);
    width           : 12px;
    height          : 12px;
    background-color: transparent;
    border-radius   : 2px;
}

.sc-total-price form .btn-checkbox {
    border: 1px solid var(--primary-color3);
}

.sc-total-price form label input:checked~.btn-checkbox {
    background-color: var(--primary-color5);
    border          : 1px solid var(--primary-color5);
}

.sc-total-price form .btn-checkbox:after {
    content : "";
    position: absolute;
    display : none;
}

.sc-total-price form label input:checked~.btn-checkbox:after {
    display: block;
}

.sc-total-price form .btn-checkbox:after {
    content    : "\f00c";
    font-family: 'FontAwesome';
    left       : 1px;
    top        : -8px;
    font-size  : 10px;
    color      : var(--primary-color1);
}

.sc-total-price .dropdown {
    position    : relative;
    font-weight : 600;
    display     : inline-block;
    padding-left: 2px;
}

.sc-total-price .dropdown>a {
    position     : relative;
    display      : inline-block;
    width        : 102px;
    font-size    : 16px;
    line-height  : 24px;
    color        : var(--primary-color4);
    font-weight  : 400;
    z-index      : 10;
    margin-bottom: 4px;
    cursor       : pointer;
}

.sc-total-price .dropdown:hover>a {
    color: var(--primary-color4);
}

.sc-total-price .dropdown>a:focus,
.sc-total-price .dropdown>a:hover {
    color: var(--primary-color4);
}

.sc-total-price .dropdown>a::after {
    content: ")";
    color  : var(--primary-color4);
}

.sc-total-price .dropdown>a::before {
    content: "(";
    color  : var(--primary-color4);
}

.sc-total-price .dropdown>span {
    font-size         : 12px;
    font-weight       : 600;
    position          : absolute;
    color             : var(--primary-color3);
    right             : 0px;
    top               : 50%;
    transform         : translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

.sc-total-price .dropdown:hover>span {
    color             : var(--primary-color5);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

.sc-total-price .dropdown ul {
    position  : absolute;
    left      : -14px;
    background: var(--primary-color1);
    margin    : 0 0;
    width     : 106px;
    padding   : 12px 20px;
}

.sc-total-price .dropdown ul li {
    cursor: pointer;
}

.sc-total-price .dropdown ul li {
    color             : var(--primary-color7);
    font-weight       : 400;
    font-size         : 14px;
    line-height       : 26px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
    padding           : 0 0;
}

.sc-total-price .dropdown ul li:hover {
    color               : var(--primary-color3);
    text-decoration-line: underline;
    -webkit-transition  : all 0.3s ease-in-out;
    -moz-transition     : all 0.3s ease-in-out;
    -ms-transition      : all 0.3s ease-in-out;
    -o-transition       : all 0.3s ease-in-out;
    transition          : all 0.3s ease-in-out;
}

.sc-total-price p {
    color       : var(--primary-color4);
    padding-left: 9px;
    margin      : 0 0;
}

.sc-total-price .box-total-price {
    display      : flex;
    display      : -webkit-box;
    display      : -ms-flexbox;
    display      : -webkit-flex;
    margin-top   : 26px;
    margin-bottom: 21px;
}

.sc-total-price .box-total-price .total {
    font-weight: 500;
}

.sc-total-price .box-total-price .price-before {
    line-height         : 35px;
    font-weight         : 400;
    font-size           : 20px;
    color               : var(--primary-color4);
    padding-left        : 9px;
    text-decoration-line: line-through;
}

.sc-total-price .box-total-price .price-affter {
    font-weight : 500;
    font-size   : 20;
    color       : var(--primary-color9);
    font-size   : 36px;
    padding-left: 10px;
}

.sc-total-price .box-total-price .deal {
    width          : 72px;
    height         : 24px;
    line-height    : 24px;
    font-size      : 15px;
    font-weight    : 500;
    color          : var(--primary-color1);
    background     : var(--primary-color9);
    display        : -webkit-box;
    display        : -ms-flexbox;
    display        : -webkit-flex;
    display        : flex;
    justify-content: center;
    align-items    : center;
    border-radius  : 2px;
    position       : relative;
    margin-left    : 28px;
    margin-top     : 2px;
}

.sc-total-price .box-total-price .deal::after {
    content      : '';
    width        : 0;
    height       : 0;
    border-bottom: 4px solid transparent;
    border-right : 8px solid var(--primary-color9);
    border-top   : 4px solid transparent;
    position     : absolute;
    top          : 50%;
    transform    : translateY(-50%);
    left         : -5px;
}

.sc-total-price form button {
    font-size     : 15px;
    font-weight   : 500;
    border-radius : 5px;
    width         : 200px;
    height        : 48px;
    text-transform: unset;
    letter-spacing: 0px;
}

/* tab-related-searchs */
.box-related-searchs {
    display        : -webkit-box;
    display        : -ms-flexbox;
    display        : -webkit-flex;
    display        : flex;
    flex-wrap      : wrap;
    justify-content: space-between;
}

.box-related-searchs .box-control {
    width: 25%;
}

.box-related-searchs .box-content {
    width       : 75%;
    padding-left: 8px;
}

.title-rs {
    font-size    : 24px;
    font-weight  : 500;
    line-height  : 30px;
    margin-bottom: 12px;
    color        : var(--primary-color3);
}

.list-rs {
    margin: 0 0;
}

.list-rs li {
    padding: 0 0;
}

.list-rs li a {
    font-size  : 18px;
    line-height: 40px;
    color      : var(--primary-color4);
}

.list-rs li a:hover,
.list-rs li.active a {
    color: var(--primary-color3);
}

.box-related-searchs .box-content .wrap {
    margin-bottom: 38px;
}

.box-related-searchs .box-content .content-rs {
    display        : -webkit-box;
    display        : -ms-flexbox;
    display        : -webkit-flex;
    display        : flex;
    flex-wrap      : wrap;
    justify-content: space-between;
    margin-bottom  : 32px;
}

.box-related-searchs .box-content .content-rs:last-child {
    margin-bottom: 0px;
}

.box-related-searchs .box-content .content-rs .box-feature {
    width: 9%;
}

.box-related-searchs .box-content .content-rs .box-wrap {
    width  : 91%;
    padding: 8px 0 0 29px;
}

.box-related-searchs .box-content .content-rs .box-wrap .title {
    font-size    : 18px;
    font-weight  : 500;
    margin-bottom: 4px;
}

.box-related-searchs .box-content .content-rs .box-wrap p {
    margin-bottom: 0;
}

.count-down span {
    letter-spacing: 10px;
}

/* tab-products */

.products .tf-title.style-1 {
    margin-bottom: 15px;
}

.tab-products .list-category {
    display        : flex;
    display        : -webkit-box;
    display        : -ms-flexbox;
    display        : -webkit-flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom  : 41px;
}

.tab-products .list-category li {
    padding: 0 19px;
}

.tab-products .list-category li a {
    color         : var(--primary-color4);
    letter-spacing: 0.3px;
}

.tab-products .list-category li.active a,
.tab-products .list-category li a:hover {
    color: var(--primary-color3);
}

.tab-products .container-filter {
    margin-left: 0;
    margin-right: -38px;
}

/* shortcode product  */
.sc-product.tf-col-product {
    width       : calc(20% - 38px);
    margin-right: 38px;
    margin-bottom: 30px;
}
.swiper-slide .sc-product.tf-col-product {
    width       : unset;
    margin-right: 0px;
    margin-bottom: 0;
}

.sc-product.tf-col-3-product {
    width       : calc(33.3% - 38px);
    margin-right: 38px;
}

.sc-product .img-box {
    position     : relative;
    margin-bottom: 11px;
    overflow     : hidden;
    background   : var(--primary-color2);
}

.sc-product .img-box .yith-wcwl-add-to-wishlist {
    position        : absolute;
    top             : 12px;
    right           : 12px;
    display         : inline-block;
    width           : 40px;
    height          : 40px;
    line-height     : 40px;
    z-index         : 100;
    text-align      : center;
    border          : 1px solid var(--primary-color8);
    background-color: var(--primary-color1);
    border-radius   : 50%;
    cursor          : pointer;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sc-product .img-box:hover .yith-wcwl-add-to-wishlist {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sc-product .img-box .yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon,
.sc-product .img-box .yith-wcwl-add-to-wishlist  .yith-wcwl-add-button>a i {
    margin: 0;
}

.sc-product .img-box .yith-wcwl-wishlistexistsbrowse a {
    width: 20px !important;
}

.sc-product .img-box .yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
    color: red;
}

.sc-product .img-box .yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon::before {
    content: "\f004" !important;
}

.sc-product .img-box .new {
    position        : absolute;
    top             : 12px;
    left            : 12px;
    font-size       : 12px;
    letter-spacing  : 0.1em;
    line-height     : 20px;
    padding         : 0px 8.2px;
    text-transform  : uppercase;
    color           : var(--primary-color1);
    background-color: var(--primary-color12);
    border-radius   : 2px;
    z-index: 5;
}

.sc-product .product-option {
    display      : flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-left: 1px;
}

.sc-product .product-option li {
    width             : 50px;
    height            : 50px;
    border            : 1px solid var(--primary-color8);
    margin-right      : 8px;
    padding           : 3px;
    cursor            : pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}
.swiper-container {
    overflow: hidden;
}

.swiper {
    overflow: hidden;
}

.swiper-slide img {
    width: 100%;
}

.swiper-slide .brand-item img {
    width: auto;
}

.swiper-slide .sc-product .product-option li {
    width : 43px;
    height: 43px;
}

.sc-product .product-option .load-more a {
    display         : inline-block;
    font-size       : 16px;
    line-height     : 26px;
    color           : var(--primary-color3);
    width           : 42px;
    height          : 42px;
    font-weight     : 500;
    line-height     : 42px;
    text-align      : center;
    background-color: var(--primary-color2);
}

.sc-product .product-option li.active,
.sc-product .product-option li:hover {
    border: 1px solid var(--primary-color3);
}

.sc-product .product-option li:last-child {
    margin-right: 0;
}

.sc-product .img-box .wishlist.active::after {
    font-weight: 700;
    color      : var(--primary-color9);
}

/* .sc-product .img-box .wishlist::after {
    content    : '\f004';
    font-family: 'FontAwesome';
    color      : var(--primary-color3);
    font-size  : 20px;
} */

.sc-product .img-box .add-to-card {
    position          : absolute;
    top               : 55%;
    left              : 50%;
    transform         : translate(-50%, -50%);
    opacity           : 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;

}



.sc-product .img-box .add-to-card.active,
.sc-product .img-box:hover .add-to-card,
.sc-product .img-box.active .add-to-card {
    top    : 50%;
    opacity: 1;
    cursor: pointer;
}

.sc-product .img-box .add-to-card .qick-view {
    margin-bottom: 8px;
    cursor: pointer;
}

.sc-product .img-box .add-to-card .qick-view .blockUI.blockOverlay {
    display: none !important;
}
.sc-product .price,
.product-details-infor .price {
    font-weight  : 500;
    font-size    : 18px;
    line-height  : 28px;
    color        : var(--primary-color3);
    margin-bottom: 5px;
}

.sc-product .price .new-price,
.product-details-infor .price .new-price {
    color       : var(--primary-color9);
    margin-right: 10px;
}

.sc-product .price .old-price,
.product-details-infor .price .old-price {
    color          : #788383d9;
    font-size      : 14px;
    font-weight    : 400;
    text-decoration: line-through;
    margin-right   : 25px
}

.sc-product .price .ticksale,
.product-details-infor .price .ticksale {
    position        : relative;
    display         : inline-block;
    font-weight     : 500;
    font-size       : 12px;
    line-height     : 20px;
    color           : var(--primary-color1);
    background-color: var(--primary-color9);
    border-radius   : 2px;
    padding         : 0 7px;
}

.sc-product .price .ticksale::before,
.product-details-infor .price .ticksale::before {
    content         : '';
    position        : absolute;
    left            : -5px;
    transform       : translateY(-50%);
    top             : 50%;
    width           : 20px;
    clip-path       : polygon(100% 0%, 100% 53%, 100% 100%, 44% 83%, 0% 50%, 41% 20%);
    height          : 20px;
    background-color: var(--primary-color9);
    z-index         : -1;
}

.sc-product .heading-product {
    font-weight  : 500;
    font-size    : 14px;
    line-height  : 22px;
    margin-bottom: 11px;
}

.sc-product .meta-product img {
    width     : 16px;
    height    : 16px;
    object-fit: cover;
}

.sc-product .meta-product span {
    font-size  : 13px;
    line-height: 18px;
    margin-left: 8px;
    color      : var(--primary-color3);
}

.sc-product .meta-product .ship,
.sc-product .meta-product .dispatch {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.sc-product .item-details .progress-item {
    margin-bottom: 4px;
}

.sc-product .item-details .progress-item p {
    font-size  : 13px;
    line-height: 18px;
    margin-top : 10px;
}

.sc-product .item-details .progress-item strong {
    color: var(--primary-color9);
}

/* check input */
.sc-product .input-check-confirm input {
    position     : absolute;
    opacity      : 0;
    width        : 37px;
    height       : 37px;
    top          : 0;
    left         : 0;
    z-index      : 1;
    margin-right : 0px;
    margin-bottom: 0px;
    cursor       : pointer;
}

.sc-product .input-check-confirm .check-mark {
    position        : absolute;
    left            : 16px;
    top             : 26px;
    transform       : translateY(-50%);
    width           : 21px;
    height          : 21px;
    text-align      : center;
    background-color: transparent;
    border-radius   : 4px;
}

.sc-product .input-check-confirm .check-mark {
    border          : 2px solid var(--primary-color4);
    background-color: var(--primary-color1);
}

.sc-product .input-check-confirm input:checked~.check-mark {
    background-color: var(--primary-color5);
    border          : 0px solid var(--primary-color1);
    border-radius   : 4px;
}

.sc-product .input-check-confirm .check-mark::after {
    content : "";
    position: absolute;
    display : none;
}

.sc-product .input-check-confirm input:checked~.check-mark:after {
    display    : block;
    content    : "\f00c";
    font-family: 'FontAwesome';
    font-size  : 15px;
    top        : -3px;
    left       : 4px;
    font-weight: 500;
    color      : var(--primary-color1);
}

/* count */
.sc-product .deals-countdown {
    position        : absolute;
    bottom          : 13px;
    left            : 50%;
    transform       : translateX(-50%);
    display         : flex;
    align-items     : center;
    width           : 215px;
    padding         : 0px 14px;
    background-color: var(--primary-color1);
}

.sc-product .deals-countdown .countdown-section {
    text-align: center;
}

.sc-product .deals-countdown .countdown-amount {
    padding-top   : 5px;
    display       : block;
    font-weight   : 500;
    font-size     : 20px;
    text-align    : center;
    text-transform: capitalize;
    color         : var(--primary-color3);
    margin-bottom : -9px;
}

.sc-product .deals-countdown .countdown-period {
    font-weight   : 500;
    font-size     : 10px;
    text-align    : center;
    text-transform: capitalize;
    color         : var(--primary-color4);
}

.sc-product .deals-countdown .dot {
    margin        : -6px 11.5px 0 11.5px;
    font-weight   : 500;
    font-size     : 20px;
    text-transform: capitalize;
    color         : var(--primary-color3);
}

/* progress */
.donat-bg {
    position        : relative;
    display         : block;
    width           : 100%;
    height          : 6px;
    background-color: var(--primary-color8);
}

.donat-bg .custom-donat {
    height    : 100%;
    width     : 0;
    background: var(--primary-color9);
    z-index   : 10;
}

/* tab customer review */
.tab-customer-review .top-review {
    width          : 100%;
    display        : flex;
    justify-content: space-between;
    align-items    : center;
    margin-bottom  : 37px;
}

.tab-customer-review .rating-review {
    display    : flex;
    align-items: center;
}

.tab-customer-review .top-review .left-rating {
    margin-right: 58px;
}

.tab-customer-review .top-review .right-rating {
    margin-top: 6px;
}

.rating-review .left-rating h2 {
    font-weight: 500;
    font-size  : 80px;
    line-height: 96px;
}

.rating-review .left-rating .list-star {
    margin: -2px 0 3px 1px;
}

.list-star li {
    margin-right: 4px;
}

.list-star {
    display    : flex;
    align-items: center;
}

.star-icon::after {
    content    : '\f005';
    font-family: 'FontAwesome';
    font-weight: 700;
    color      : var(--primary-color5);
    font-size  : 18px;
}

.star-icon.not-active::after {
    color: var(--primary-color8);
}

.rating-review .left-rating .count-rating {
    font-size  : 13px;
    line-height: 18px;
    color      : var(--primary-color3);
}

.rating-review .right-rating .rating-details {
    display      : flex;
    align-items  : center;
    margin-bottom: -3px;
}

.rating-review .right-rating .rating-details span {
    font-size   : 16px;
    line-height : 26px;
    color       : var(--primary-color3);
    margin-right: 13px;
}

.rating-review .right-rating .rating-details span:last-child {
    font-size   : 13px;
    margin-left : 12px;
    margin-right: 0;
}

.rating-review .right-rating .rating-details span::after {
    font-size     : 11px;
    vertical-align: bottom;
    margin-left   : 6px;
}

.rating-review .right-rating .rating-details span.last::after {
    margin-left: 10px;
}

.rating-review .right-rating .rating-details .progress-item {
    width: 300px;
}

.rating-review .right-rating .rating-details .donat-bg {
    height: 12px;
}

.rating-review .right-rating .rating-details .donat-bg .custom-donat {
    background-color: var(--primary-color5);
}

.tab-customer-review .box-gallery {
    display      : flex;
    flex-wrap    : wrap;
    width        : 365px;
    margin-right : -60px;
    margin-bottom: -5px;
}

.tab-customer-review .box-gallery li {
    position          : relative;
    width             : calc(20% - 3px);
    margin-right      : 8px;
    margin-bottom     : 5px;
    -webkit-transition: all .3s ease;
    -moz-transition   : all .3s ease;
    -ms-transition    : all .3s ease;
    -o-transition     : all .3s ease;
    transition        : all .3s ease;
    z-index           : 100;
    cursor: pointer;
}

.tab-customer-review .box-gallery li .instagram-icon-thumb::after {
    content           : '\f067';
    font-family       : 'FontAwesome';
    color             : var(--primary-color1);
    position          : absolute;
    top               : 50%;
    left              : 50%;
    transform         : translate(-50%, -50%);
    opacity           : 0;
    z-index           : 1;
    -webkit-transition: all .3s ease;
    -moz-transition   : all .3s ease;
    -ms-transition    : all .3s ease;
    -o-transition     : all .3s ease;
    transition        : all .3s ease;
}

.tab-customer-review .box-gallery li .thumb-overlay-effect {
    content           : '';
    position          : absolute;
    top               : 0;
    left              : 0;
    right             : 0;
    bottom            : 2px;
    opacity           : 0;
    background-color  : rgb(0 0 0/36%);
    z-index           : 1;
    transition-delay  : 0.1s;
    -webkit-transition: all .3s ease;
    -moz-transition   : all .3s ease;
    -ms-transition    : all .3s ease;
    -o-transition     : all .3s ease;
    transition        : all .3s ease;
}

.tab-customer-review .box-gallery li:hover .instagram-icon-thumb::after,
.tab-customer-review .box-gallery li:hover .thumb-overlay-effect {
    opacity: 1;
}

.tab-customer-review .button-review {
    display: flex;
}

.tab-customer-review .button-review .custom-2 {
    margin-right: 19px;
}

/* bottom tab custom review  */
.tab-customer-review .content-review .tab-title {
    display    : flex;
    align-items: center;
}

.woo-single-post-class .woocommerce-tabs ul li {
    margin: 0;
}

.woo-single-post-class .woocommerce-tabs ul li > a  {
    display         : inline-block;
    padding: 5px 15px;
    line-height     : 40px;
    font-weight     : 500;
    font-size       : 15px;
    text-align      : center;
    color           : var(--primary-color3);
    background-color: var(--primary-color2);
    cursor          : pointer;
}

.woo-single-post-class .woocommerce-tabs ul li.active > a {
    background-color: var(--primary-color5);
}

.woo-single-post-class .woocommerce-tabs .panel {
    padding   : 38px 40px;
    border    : 1px solid var(--primary-color8);
}

.tab-customer-review .content-review .content-inner .content-wrap>li {
    padding-bottom: 42px;
    border-bottom : 1px solid var(--primary-color8);
    margin-bottom : 37px;
    display       : none;
}

.tab-customer-review .content-review .content-inner .content-wrap>li:last-child {
    margin-bottom: 0;
    border-bottom: unset;
}

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


.tab-customer-review .content-review .author {
    flex-shrink: 0;
}

.tab-customer-review .content-review .author .media-author {
    margin-bottom: 13px;
}

.tab-customer-review .content-review .author .media-author img {
    width       : 60px;
    height      : 60px;
    object-fit  : cover;
    margin-right: 4px;
}

.tab-customer-review .content-review .author .media-author img:last-child {
    margin-right: 0;
}

.tab-customer-review .content-review .author .name {
    font-weight  : 500;
    display      : flex;
    align-items  : center;
    margin-bottom: 5px;
}

.tab-customer-review .content-review .author .date {
    font-size  : 14px;
    font-weight: 400;
    line-height: 22px;
    color      : var(--primary-color7);
}

.tab-customer-review .content-review .content .comments {
    width      : 60%;
    margin-top : -5px;
    margin-left: 7.7%;
}

.tab-customer-review .content-review .content .list-star {
    margin-bottom: 8px;
}

.tab-customer-review .content-review .content h3 {
    font-weight  : 500;
    font-size    : 20px;
    line-height  : 30px;
    margin-bottom: 8px;
}

.tab-customer-review .content-review .content p {
    font-size  : 16px;
    line-height: 28px;
    color      : var(--primary-color3);
}

.tab-customer-review .content-review .help-react-btn {
    flex-shrink: 0;
}

.tab-customer-review .content-review .help-react-btn a {
    font-size    : 14px;
    line-height  : 22px;
    color        : var(--primary-color4);
    border       : 1px solid var(--primary-color8);
    padding      : 8px 18px;
    border-radius: 999px;
}

.tab-customer-review .content-review .help-react-btn .btn-reply {
    margin-top : 20px;
    font-size  : 15px;
    font-weight: 500;
    color      : var(--primary-color3);
}

.tab-customer-review .content-review .help-react-btn a:hover {
    background-color: var(--primary-color5);
    border          : 1px solid var(--primary-color5);
    color           : var(--primary-color1);
}

.tab-customer-review .content-review .help-react-btn img {
    margin-left   : 10px;
    vertical-align: text-top;
}

.tab-customer-review .tab-content-wrap .button-view-all {
    text-align      : center;
    margin-top      : -49px;
    background-color: var(--primary-color1);
}

.tab-customer-review .tab-content-wrap .button-view-all .load-btn {
    text-decoration        : underline;
    text-underline-position: under;
}

.tab-customer-review .content-review .content-inner .content-question .content {
    display: block;
    margin-bottom: 30px;
}

.tab-customer-review .content-review .content-question .author {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
}
.tab-customer-review .content-review .content-question .content .comments {
    width: 100%;
    margin: 0;
}

.tab-customer-review .content-review .content-question .author .date {
    margin-left: auto;
}

.tab-customer-review .content-review .content-question .content.reply {
    margin-left: 5%;
}

.tab-customer-review .content-review .content-question .author .media-author img {
    border-radius: 50%;
    margin-right: 20px;
}

/* section brand */
.brand .brand-title {
    margin-bottom: 31px;
}

.brand .brand-item {
    display           : block;
    text-align        : center;
    opacity           : 0.6;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}

.brand .brand-item:hover {
    opacity: 1;
}

/* newsletter-----------
------------------------- */

.newsletter-inner .form-sign-Up {
    max-width: 691px;
    width    : 691px;
    margin   : 0 auto;
}

/* statistical---------------
--------------------------------  */
.tf-statistical.tf-section {
    padding: 60px 0;
}

.infor-statistical {
    max-width  : 655px;
    margin-left: 17%;
    position   : relative;
    top        : 50%;
    transform  : translateY(-50%);
}

.infor-statistical .tf-sub-title.style-1 {
    margin-bottom: 40px;
}

.content-statistical {
    display        : flex;
    display        : -webkit-box;
    display        : -ms-flexbox;
    display        : -webkit-flex;
    justify-content: flex-end;
    margin-right   : 17%;
}

.content-statistical .col-content {
    width: 175px;
}

.content-statistical .col-content li {
    font-size  : 20px;
    line-height: 30px;
    text-align : right;
    padding    : 3px 0 58px;
}

.content-statistical .col-statistical {
    position        : relative;
    width           : 120px;
    height          : 400px;
    background-color: #fff;
}

.content-statistical .col-statistical:nth-child(2) {
    margin-left: 20px;
}

.content-statistical .col-statistical:last-child {
    margin-left: 39px;
}


.content-statistical .col-statistical::after {
    content: 'Furniture Dealer';
    font-size  : 24px;
    line-height: 30px;
    font-weight: 500;
    text-align : center;
    color      : var(--primary-color3);
    position   : absolute;
    bottom     : -11px;
    left       : 50%;
    transform  : translate(-50%,100%);
}

.content-statistical .col-statistical.style-2::after {
    content: 'Branch';
}


.col-statistical .box-content {
    width           : 100%;
    background-color: #c4c4c4;
    position        : absolute;
    bottom          : 0;
    left            : 0;
    z-index         : 10;
}


.col-statistical.style-2 .box-content {
    width  : 104%;
    bottom : -2px;
    left   : -2px;
    z-index: 10;
}

.col-statistical.style-2 {
    border    : 2px dashed var(--primary-color7);
    z-index   : 1;
    box-sizing: border-box;
}

.col-statistical.style-2 .box-content {
    background-color: var(--primary-color3);
}

.col-statistical.style-2 .box-content span {
    font-size: 20px;
    line-height: 30px;
    position: absolute;
    width: 100%;
    top: 0%;
    left: 50%;
    padding: 0 15px;
    text-align: center;
    transform: translate(-50%, -100%);
}

/* product img detail */

.product-img-detail.black-content {
    overflow: hidden !important;
}
.product-img-detail.brown-content {
    display: none ;
    overflow: hidden !important
}
.fancybox-navigation .fancybox-button  {
    padding: 0;
    background-color: transparent;
}

.fancybox-navigation .fancybox-button:disabled {
    display: none;
}

.fancybox-navigation .fancybox-button div ,
.nickx-slider-for .btn-prev, 
.nickx-slider-for .btn-next  {
    background-color:  var(--primary-color5) !important;
    color: var(--primary-color3) !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    opacity: 1;
    margin: 0;
}
.nickx-slider-for .btn-next.nslick-disabled,
.nickx-slider-for .btn-prev.nslick-disabled {
    display: none !important;
}
.product-img-detail .swiper-button-prev:after, 
.product-img-detail .swiper-button-next:after {
    color: var(--primary-color3) ;
    font-size: 20px;
}

.product-img-detail .swiper-button-prev {
    left: -20px;
    right: auto;
}
.product-img-detail .swiper-button-next {
    right: 5px;
    left: auto;
}

.img-detail-default {
    margin-bottom   : 21px;
    margin-right    : 30px;
    overflow        : hidden;
    background-color: var(--primary-color2);
    position: relative;
}
.img-detail-default .some-button-popup {
    position: absolute;
    bottom: 15px;
    right: 3%;
    font-size: 25px;
    display: none;
}
.mfp-bg,
.mfp-wrap {
    z-index: 10000 !important;
}
.img-detail-thumnail {
    display: flex;
}

.tc_video_slide .images-glb{
    width  : 100%;
    height: 700px;
}

.mfp-content .img-detail-default {
    width: 780px;
    height: 780px;
    margin: 0 auto;
}

.img-detail-default .video-review-details {
    height       : 780px;
    object-fit   : cover;
    margin-bottom: 0;
}


.thumb-slider {
    position     : relative;
    margin-right : 20px;
    box-sizing   : border-box;
    border-radius: 6px;
    overflow     : hidden;
    width        : 140px;
    height       : 140px;
    padding      : 0;
    border       : 1px solid var(--primary-color1);
    cursor       : pointer;
}

.thumb-slider:last-child {
    margin-right: 0;
}

.thumb-slider a:hover {
    background-color: #121212;
}

.thumb-slider a:hover::after {
    color: var(--primary-color5);
}

.thumb-slider .thumb-360,
.thumb-slider .thumb-video {
    position        : absolute;
    bottom          : 11px;
    right           : 12px;
    width           : 40px;
    height          : 40px;
    line-height     : 40px;
    text-align      : center;
    border-radius   : 4px;
    background-color: #121212cc;
}

.thumb-slider .thumb-360::after,
.thumb-slider .thumb-video::after {
    content           : '\f1b2';
    font-family       : 'FontAwesome';
    font-size         : 18px;
    font-weight       : 300;
    color             : var(--primary-color1);
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}

.thumb-slider .thumb-video::after {
    content: '\f04b';
}

.thumb-slider img {
    width: 100%;
}

.thumb-slider:hover {
    overflow     : hidden;
    border       : 1px solid var(--primary-color5);
}

.swiper-slide-thumb-active .thumb-slider {
    border: 1px solid var(--primary-color5);
}

.thumb-slider {
    margin-right      : 20px;
    box-sizing        : border-box;
    border-radius     : 6px;
    width             : 140px;
    height            : 140px;
    overflow          : hidden;
    border            : 1px solid var(--primary-color1);
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}

/* product details info */


/* .product-details-infor {
    padding-bottom: 40px;
    border-bottom : 1px solid var(--primary-color8);
} */

.product-details-infor .content .product-name {
    display        : flex;
    justify-content: space-between;
    margin-bottom  : 14px;
}

.product-details-infor .content .product-name h2 {
    line-height: 44px;
    font-size: 24px;
}

.product-details-infor .content .dropdown.open .dropdown-menu {
    display: block;
    border: none;
    right: 0;
    left: auto;
}

.product-details-infor .content .product-name .share {
    width        : 36px;
    height       : 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border       : 1px solid var(--primary-color8);
    background   : var(--primary-color2);
    flex-shrink  : 0;
    padding: 0;
}

.product-details-infor .content .product-name .share::after {
    display: none;
}

.product-details-infor .content .product-name .share:hover {
    border: 1px solid var(--primary-color5);
}

.product-details-infor .content .dropdown .social-share-article ul li  {
    border       : 1px solid var(--primary-color8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
}

.product-details-infor .content .dropdown .social-share-article ul li a {
    padding: 0;
}
.product-details-infor .content .review {
    display      : flex;
    align-items  : center;
    margin-bottom: 33px;
}
.product-details-infor .content .review .star-rating {
    width: 118px;
    margin-bottom: 0;
    font-size: 18px;
    height: 20px;
}

.product-details-infor .content .review .rating-count {
    color: var(--primary-color3);
    margin-left: 7px;
}
.product-details-infor .content .review span {
    color      : var(--primary-color5);
}

.product-details-infor .content .review .number-reviews {
    margin-left            : 21px;
    text-decoration        : underline;
    text-underline-position: under;
    color: var(--primary-color3);
}

.product-details-infor .content .review .number-reviews span {
    color: var(--primary-color3);
}

.product-details-infor .price {
    display      : flex;
    align-items  : center;
    margin-bottom: 36px;
}

.product-details-infor .price .new-price {
    font-size   : 36px;
    margin-right: 10px;
}

.product-details-infor .price .price-regular {
    color       : var(--primary-color3);
    margin-right: 10px;
    font-size   : 36px;
    margin-right: 10px;
}

.product-details-infor .price .old-price {
    font-size   : 20px;
    margin-right: 27px;
    margin-top  : 10px;
}

.product-details-infor .price .ticksale {
    font-size  : 15px;
    line-height: 24px;
}

.product-details-infor .details {
    margin-bottom: 18px;
}

.product-details-infor .details .notice {
    font-size    : 18px;
    line-height  : 26px;
    font-weight  : 500;
    color        : var(--primary-color9);
    margin-bottom: 6px;
}

.product-details-infor .attribute span ,
.product-details-infor .inner span {
    color: var(--primary-color3);
}

.product-details-infor .stock {
    display: none;
}

.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
    color: red;
}
.product-details-infor .yith-wcwl-add-button .yith-wcwl-icon ,
.product-details-infor .yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
    display: inline-block;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border-radius: 50%;
    border: 1px solid var(--primary-color8);
    cursor: pointer;
    margin-right: 17px;
    font-size: 20px;
}

.product-details-infor .inner li {
    margin-bottom: 1px;
    float: unset;
}

.product-details-infor .inner li:last-child {
    position: relative;
    display: inline-block;
}


.product-details-infor .details .under:hover,
.product-details-infor .details .under {
    text-decoration        : underline;
    text-underline-position: under;
    color: var(--primary-color3);
}

.product-details-infor .details .location::before {
    content     : '\f3c5';
    font-family : 'FontAwesome';
    font-weight : 300;
    font-size   : 14px;
    margin-right: 5px;
    margin-left : 6px;
}

.product-details-infor .details .location-update {
    position: relative;
    top: 0;
    max-width: 500px;
    margin-top: 10px;
    display: none;
}
.product-details-infor .details .location-update.show {
    display: block;
}

.product-details-infor .details .location-update input {
    border-radius: 0;
    width: 100%;
}
.product-details-infor .details .location-update button {
    position: absolute;
    right: 0;
    border-radius: 0;
    height: 100%;
}

.product-details-infor .voucher {
    margin-bottom: 32px;
}
.product-details-infor .voucher-content {
    display        : flex;
    align-items: center;
    margin-bottom: 20px;
}

.product-details-infor .voucher .ticket {
    text-align: left;
    width           : 150px;
    height: 50px;
    background-color: var(--primary-color9);
    border-right    : 1px dashed var(--primary-color1);
    border-left     : 1px dashed var(--primary-color1);
    padding: 10px;
}
.product-details-infor .voucher .ticket.style-2 {
    text-align: center;
    width : 90px;
    margin-right: 20px;
    margin-left: -1px;
}

.product-details-infor .voucher .ticket span {
    font-size  : 14px;
    line-height: 14px;
    font-weight: 700;
    color      : var(--primary-color1);
}
.product-details-infor .voucher .ticket p {
    font-size  : 10px;
    line-height: 10px;
    font-weight: 400;
    color      : var(--primary-color1);
}

.product-details-infor .voucher .ticket a {
    font-size       : 8px;
    line-height     : 16px;
    font-weight     : 700;
    letter-spacing  : 0.1em;
    text-transform  : uppercase;
    padding         : 6px 11px;
    border-radius   : 1000px;
    background-color: var(--primary-color1);
    cursor: pointer;
}

.product-details-infor .voucher .ticket a:hover {
    background-color: var(--primary-color3);
    color           : var(--primary-color1);
}

.product-details-infor .pick-style {
    margin-bottom: 32px;
}

.product-details-infor .pick-style .notice {
    font-weight  : 500;
    font-size    : 18px;
    line-height  : 26px;
    margin-bottom: 8px;
}

.product-details-infor .pick-style .notice span {
    color      : var(--primary-color3);
    margin-left: 7px;
}

.product-details-infor .pick-style .inner {
    display    : flex;
    align-items: center;
}

.product-details-infor .pick-style .item {
    margin-right: 3px;
    text-align  : center;
    cursor      : pointer;
}

.product-details-infor .pick-style .item .box-pick {
    width             : 109px;
    height            : 109px;
    overflow          : hidden;
    padding           : 2px;
    margin-bottom     : 3px;
    border            : 2px solid var(--primary-color1);
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}

.product-details-infor .pick-style .item.active .box-pick,
.product-details-infor .pick-style .item .box-pick:hover {
    border       : 2px solid var(--primary-color3);
    border-radius: 4px;
}

.product-details-infor .pick-style .item p {
    color: var(--primary-color3);
}

.product-details-infor .quantity .inner {
    display: flex;
}

.product-details-infor .quantity .notice {
    font-size    : 18px;
    line-height  : 26px;
    font-weight  : 500;
    margin-bottom: 12px;
}

.product-details-infor .quantity .quantity-details {
    position     : relative;
    display      : inline-block;
    width        : 160px;
    overflow     : hidden;
    border-radius: 1000px;
    border       : 1px solid var(--primary-color8);
    margin-right : 19px;
    flex-shrink  : 0;
}

.product-details-infor .quantity .quantity-details input {
    padding   : 10px 19px;
    color     : var(--primary-color3);
    text-align: center;
    border    : unset;
}

.product-details-infor .quantity .quantity-details .btn-quantity {
    display         : inline-block;
    height          : 60px;
    width           : 36px;
    line-height     : 60px;
    text-align      : center;
    background-color: var(--primary-color2);
    cursor          : pointer;
    border          : 1px solid var(--primary-color8);
    color           : var(--primary-color3);
}

.product-details-infor .quantity .quantity-details .btn-quantity:hover {
    background-color: var(--primary-color5);
    border          : 1px solid var(--primary-color5);
}

.product-details-infor .quantity .quantity-details .btn-quantity.minus-btn {
    position : absolute;
    top      : 50%;
    left     : 0;
    transform: translateY(-50%);
}

.product-details-infor .quantity .quantity-details .btn-quantity.plus-btn {
    position        : absolute;
    top             : 50%;
    right           : 0;
    transform       : translateY(-50%);
    background-color: var(--primary-color5);
    border          : 1px solid var(--primary-color5);
}

.product-details-infor .quantity .wishlist {
    display      : inline-block;
    width        : 48px;
    height       : 48px;
    text-align   : center;
    line-height  : 48px;
    border-radius: 50%;
    border       : 1px solid var(--primary-color8);
    cursor       : pointer;
    margin-right : 17px;
}

.product-details-infor .quantity .wishlist::after {
    content    : '\f004';
    font-family: 'FontAwesome';
    color      : var(--primary-color3);
    font-size  : 20px;
}

.product-details-infor .quantity .wishlist.active::after {
    font-weight: 700;
    color      : var(--primary-color9);
}

.product-details-infor .quantity .add-to-cart {
    display: inline-block;
    width  : 571px;
}

.product-details-infor .quantity .add-to-cart a {
    background-color: var(--primary-color5);
    color: var(--primary-color3);
}
.product-details-infor .quantity .add-to-cart a:hover {
    background-color: var(--primary-color1);
    color: var(--primary-color3);
}

.product-details-infor .flash-sale {
    background-image: url(../images/product-detail/flash-sale.jpg);
    width           : 539px;
    height          : 40px;
    line-height     : 40px;
    padding         : 0 20px;
    margin-bottom   : 32px;
    color           : var(--primary-color1);
}

.product-details-infor .flash-sale .content {
    display        : flex;
    justify-content: space-between;
}

.product-details-infor .flash-sale span {
    font-size  : 18px;
    line-height: 26px;
}

.product-details-infor .flash-sale .clock {
    margin-right: 9px;
}

.product-details-infor .price-style-2 {
    display      : flex;
    margin-bottom: 31px;
}

.product-details-infor .price-style-2 .sale-price {
    border-right : 1px solid var(--primary-color8);
    padding-right: 24px;
}

.product-details-infor .price-style-2 .full-price {
    padding-left: 27px;
}

.product-details-infor .price-style-2 .title {
    font-size     : 15px;
    line-height   : 24px;
    letter-spacing: 0.1em;
    font-weight   : 700;
    color         : var(--primary-color3);
    text-transform: uppercase;
    margin-bottom : 5px;
}

.product-details-infor .price-style-2 .title .sale-icon {
    margin-right: 4px;
}

.product-details-infor .price-style-2 .new-price {
    font-size  : 56px;
    line-height: 68px;
    font-weight: 700;
    color      : var(--primary-color3);
}

.product-details-infor .price-style-2 .old-price {
    font-size           : 36px;
    line-height         : 44px;
    font-weight         : 700;
    margin-top          : 16px;
    margin-left         : -2px;
    text-decoration-line: line-through;
}

.product-details-infor .sale-details {
    width: 576px;
}

.product-details-infor .sale-details .top {
    display         : flex;
    height          : 48px;
    line-height     : 48px;
    background-color: #fff6df;
    border-radius   : 100px;
    overflow        : hidden;
    font-size       : 18px;
    font-weight     : 500;
    color           : var(--primary-color3);
    margin-bottom   : 20px;
}

.product-details-infor .sale-details .top strong {
    color      : var(--primary-color9);
    font-weight: 500;
}

.product-details-infor .sale-details .top .left {
    text-align      : center;
    background-color: #ffde83;
    width           : 140px;
    padding-left    : 5px;
}

.product-details-infor .sale-details .top .right {
    padding-left: 40px;
}

.product-details-infor .sale-details .content h5 {
    color         : var(--primary-color4);
    font-weight   : 500;
    text-transform: capitalize;
    text-align    : center;
    margin-bottom : 20px;
}

.product-details-infor .sale-details .content h5 .clock {
    margin-right: 3px;
}

.product-details-infor .sale-details .content h5 strong {
    color: var(--primary-color9);
}

.product-details-infor .sale-details .content .donat-bg {
    height       : 12px;
    border-radius: 100px;
    overflow     : hidden;
}

.product-details-infor .sale-details .content .custom-donat {
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.product-details-infor .sale-details .content .deals-countdown {
    display        : flex;
    align-items    : center;
    justify-content: center;
    margin-top     : 23px;
    margin-bottom  : 21px;
}

.product-details-infor .sale-details .content .countdown-section {
    text-align: center;
    width     : 55px;
}

.product-details-infor .sale-details .content .countdown-amount {
    display    : block;
    font-weight: 500;
    font-size  : 44px;
    line-height: 50px;
    color      : var(--primary-color3);
}

.product-details-infor .sale-details .content .countdown-period {
    font-size     : 12px;
    font-weight   : 700;
    color         : var(--primary-color4);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.product-details-infor .sale-details .content .dot {
    display    : block;
    margin     : 0 32.5px;
    font-weight: 500;
    font-size  : 30px;
    margin-top : -13px;
    color      : var(--primary-color4);
}

.product-details-infor .sale-details .content .infor {
    display        : flex;
    justify-content: space-between;
    font-size      : 16px;
    line-height    : 26px;
    color          : var(--primary-color3);
    margin-bottom  : 30px;
}

.product-details-infor .sale-details .content .infor span {
    margin-right: 4px;
}

.product-details-infor .details.style-2 {
    margin-bottom: 30px;
}

/* media */
.product-details-infor-media .product-details-media {
    overflow        : hidden;
    background-color: var(--primary-color2);
    margin-bottom   : 20px;
}

.product-details-infor-media .product-option {
    display: flex;
}

.product-details-infor-media .product-option li {
    position     : relative;
    width        : 140px;
    height       : 140px;
    border-radius: 6px;
    padding      : 0;
    overflow     : hidden;
    margin-right : 20px;
    border       : 1px solid transparent;
}

.product-details-infor-media .product-option .view-3d,
.product-details-infor-media .product-option .view-video {
    position     : absolute;
    right        : 12px;
    bottom       : 10px;
    width        : 40px;
    height       : 40px;
    line-height  : 40px;
    text-align   : center;
    background   : #121212bf;
    border-radius: 4px;
}

.product-details-infor-media .product-option .view-3d::after,
.product-details-infor-media .product-option .view-video::after {
    content    : '\f1b2';
    font-family: 'FontAwesome';
    font-size  : 18px;
    color      : var(--primary-color1);
    font-weight: 300;
}

.product-details-infor-media .product-option .view-video::after {
    content: '\f04b';
}

.product-details-infor-media .product-option li img {
    width: 100%;
}

.product-details-infor-media .product-option li:hover,
.product-details-infor-media .product-option li.active {
    border: 1px solid var(--primary-color5);
}

.product-details-infor-media .product-option li:last-child {
    margin-right: 0;
}

/* accordion --------
-----------------------*/
.accordion-item {
    position: relative;
    border-bottom: 1px solid var(--primary-color8);
    padding      : 39px 0;
}

.accordion-item .show-more-layer {
    display: none;
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    height: 150px;
    background: linear-gradient(180deg,hsla(0,0%,100%,0),#fff);
    z-index: 1;
}

.accordion-item.active .show-more-layer {
    display: block;
}

.accordion-item .see-more,
.accordion-item .see-less {
    position: absolute;
    left: 0;
    bottom: 15px;
    cursor: pointer;
    font-size: 15px;
    color: var(--primary-color3);
    text-transform: capitalize;
    z-index: 10;
}

#yith-quick-view-content .accordion-item.active .show-more-layer 
#yith-quick-view-content .accordion-item .show-more-layer,
#yith-quick-view-content .accordion-item .see-less,
#yith-quick-view-content .accordion-item .see-more,
.accordion-item .show-more-layer,
.accordion-item .see-less,
.accordion-item .see-more {
    display: none;
}

.accordion-item.active .see-more{
    display: block;
}

.accordion-content.content-hiding {
    overflow: hidden;
    height: 160px;
}

#yith-quick-view-content .accordion-content.content-hiding,
.accordion-content.content-hiding.none {
    overflow: unset;
    height: unset;
}

.accordion-item .see-more:hover,
.accordion-item .see-less:hover {
    text-decoration: underline;
}

.accordion-item.description {
    padding-bottom: 41px;
}

.accordion-item.weights-dimensions {
    padding: 44px 0 40px;
}

.accordion-item .accordion-heading {
    display      : block;
    position     : relative;
    cursor: pointer;
}

.accordion-item.active .accordion-heading {
    margin-bottom: 39px;
}
.question h3,
.accordion-item .accordion-heading h3 {
    font-size: 20px;
}
#popup-product-specifications,
#popup-product-question,
.accordion-item.popup-customer-review {
    display: none;
}

.accordion-item .accordion-heading .content-review-rating,
.accordion-item .accordion-heading .content-review-rating .review {
    display    : flex;
    align-items: center;
}

.accordion-item.weights-dimensions .accordion-heading {
    margin-bottom: 36px;
}

.accordion-item.description .accordion-heading {
    margin-bottom: 34px;
}

.accordion-item.description .accordion-heading h3 {
    font-size: 20px;
}

.accordion-item .accordion-heading h3.none-dt {
    display: none;
}

.accordion-item .accordion-heading::after {
    content           : '\f078';
    font-family       : 'FontAwesome';
    position          : absolute;
    right             : 0;
    top               : 50%;
    transform         : translateY(-50%);
    color             : var(--primary-color3);
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}

.accordion-item.active .accordion-heading::after {
    content: '\f077';
}

.accordion-item .accordion-content {
    display: none;
}

.accordion-item.active .accordion-content {
    display: block;
}

.question {
    display        : flex;
    display        : -webkit-box;
    display        : -ms-flexbox;
    display        : -webkit-flex;
    justify-content: space-between;
    align-items    : center;
    padding        : 33px 0;
    border-bottom  : 1px solid var(--primary-color8);

}

.question p {
    display: none;
}


.question .sc-btn.style-7 {
    text-transform: uppercase;
    height        : unset;
    padding       : 15px 30px;
}

.question .sc-btn.chat-now {
    display: none;
}

.question .button {
    display: flex;
}


/* instagram style-2 ----------
-------------------------------*/
.instagram-slider-2 .swiper-slide {
    position: relative;
    z-index : 1;
}

.instagram-slider-2 .swiper-slide::after {
    content           : '';
    position          : absolute;
    width             : 100%;
    height            : 100%;
    top               : 0;
    left              : 0;
    opacity           : 0;
    z-index: -1;
    background-color  : var(--primary-color3);
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}

.instagram-slider-2 .swiper-slide.active::after{
    opacity           : 0.7;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}

.instagram-slider-2 .swiper-slide .view-more {
    position          : absolute;
    font-size         : 100px;
    z-index           : 2;
    top               : 50%;
    left              : 50%;
    color             : #fff;
    transform         : translate(-50%, -50%);
    -ms-transform     : translate(-50%, -50%);
    opacity           : 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}
.instagram-slider-2 .swiper-slide .view-more::after ,
.instagram-slider-2 .swiper-slide .view-more i,
.instagram-slider-2 .swiper-slide.active .view-more,
.instagram-slider-2 .swiper-slide:hover .view-more {
    opacity           : 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}

.instagram-slider-2 .swiper-slide .view-more::after {
    content: 'ADD YOUR PHOTO';
    position: absolute;
    width: 116px;
    left: 50%;
    bottom: -15px;
    transform: translate(-40%, 0%);
    font-size: 12px;
    line-height: 20px;
}

.instagram-slider-2 .swiper-slide .view-more:hover i {
    color: var(--primary-color5);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.instagram-slider-2 .swiper-slide .view-more:hover::after {
    color: var(--primary-color5);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* banner bottom */
.bottom-banner,
.banner-bottom {
    position: fixed;
    width: 100vw;
    bottom: 0;
    left: 0;
    z-index: 1000 ;
    background: linear-gradient(216.56deg, #E250E5 5.32%, #4B50E6 94.32%);
    height    : 80px;
    display:  block !important;
}

.bottom-banner .content,
.banner-bottom .content {
    display        : flex;
    align-items    : center;
    justify-content: center;
}

.bottom-banner .banner ,
.banner-bottom .banner {
    display         : block;
    width           : 290px;
    height          : 80px;
    padding         : 14px 0;
    color           : var(--primary-color1);
    text-align      : center;
    background-color: var(--primary-color9);
    clip-path       : polygon(11% 0, 100% 0%, 90% 100%, 0% 100%);
    margin-right    : 49px;
}

.bottom-banner .banner .heading,
.banner-bottom .banner .heading {
    text-transform: uppercase;
    font-size     : 16px;
    line-height   : 26px;
    font-weight   : 700;
    margin-bottom : -2px;
}

.bottom-banner .banner strong,
.banner-bottom .banner strong {
    font-size: 25px;
}

.bottom-banner .banner .desc,
.banner-bottom .banner .desc {
    letter-spacing: -0.3px;
    margin-left   : 6px;
}

.bottom-banner .banner .desc strong,
.banner-bottom .banner .desc strong {
    font-size   : 22px;
    margin-right: 5px;
}

.bottom-banner .label,
.banner-bottom .label {
    font-weight   : 700;
    font-size     : 18px;
    line-height   : 24px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color         : var(--primary-color1);
    margin-right  : 49px;
}

.bottom-banner .count-down-banner,
.banner-bottom .count-down-banner {
    display    : flex;
    align-items: center;
    color      : var(--primary-color1);
}

.bottom-banner .count-down-banner .deals-countdown ,
.banner-bottom .count-down-banner .deals-countdown {
    width       : 560px;
    margin-right: 30px;
}

.bottom-banner .count-down-banner .countdown-amount ,
.banner-bottom .count-down-banner .countdown-amount {
    font-weight: 500;
    font-size  : 44px;
    line-height: 56px;
}

.bottom-banner .count-down-banner .countdown-period ,
.banner-bottom .count-down-banner .countdown-period {
    font-size     : 14px;
    line-height   : 30px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-left   : 3px;
}

.bottom-banner .count-down-banner .dot ,
.banner-bottom .count-down-banner .dot {
    margin   : 0 10px;
    font-size: 30px;
}

.wcct_footer_area {
    top: auto;
    bottom: 0;
    height: 80px;
    background: linear-gradient(181deg, #E250E5 5.32%, #4B50E6 94.32%);
}

.wcct_footer_area .wcct_highlight_1_wrap {
    background: transparent !important;
}

/* top */
.banner-top {
    /* background-image: url(../img/banner/bg-banner-1.jpg); */
}

.banner-top .content {
    display        : flex;
    align-items    : center;
    justify-content: center;
    height         : 80px;
    margin-left    : 8%;
}

.banner-top .count-down-banner {
    margin-right: 40px;
}

.banner-top .deals-countdown {
    width      : 400px;
    height     : 80px;
    line-height: 80px;
}

.banner-top .deals-countdown .countdown-section {
    padding         : 16px 18px 7px 18px;
    background-color: var(--primary-color1);
}

.banner-top .deals-countdown .countdown-amount {
    font-size     : 28px;
    font-weight   : 700;
    text-transform: uppercase;
    color         : var(--primary-color3);
}

.banner-top .deals-countdown .countdown-period {
    display: none;
}

.banner-top .deals-countdown .dot {
    font-size  : 30px;
    font-weight: 700;
    color      : var(--primary-color1);
    margin     : 0 16px;
}

.banner-top .desc-sale {
    margin: 0 72px;
}

.banner-top .desc-sale .top {
    font-size     : 12px;
    line-height   : 20px;
    font-weight   : 700;
    letter-spacing: 0.1em;
    margin-bottom : -3px;
    margin-left   : 3px;
    text-transform: uppercase;
    color         : var(--primary-color9);
}

.banner-top .desc-sale .bottom-text {
    font-size     : 30px;
    line-height   : 42px;
    font-weight   : 700;
    text-transform: uppercase;
    color         : var(--primary-color3);
}

.banner-top .button-banner .sc-btn.style-5 {
    font-weight   : 500;
    font-size     : 15px;
    line-height   : 22px;
    letter-spacing: 0;
}

.banner-top .sale-banner {
    text-align  : center;
    margin-right: 84px;
}

.banner-top .sale-banner .top {
    margin-bottom: -4px;
}

.banner-top .sale-banner .bottom-text {
    margin-left: 10px;
    color: var(--primary-color3);
    font-size: 25px;
    font-weight: 700;
    transform: rotate(355deg);
    letter-spacing: -1px;
}

/* tf-page-title */
.tf-page-title {
    padding: 20px 0px;
}

.breadcrumbs {
    display        : flex;
    display        : -webkit-box;
    display        : -ms-flexbox;
    display        : -webkit-flex;
    justify-content: space-between;
}

.breadcrumbs ul {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin : 0 0;
}

.breadcrumbs ul li {
    padding     : 0 0;
    font-size   : 14px;
    line-height : 22px;
    margin-right: 14px;
    color       : var(--primary-color3);
}

.breadcrumbs ul li a {
    color   : var(--primary-color7);
    position: relative;
}

.breadcrumbs ul li a:hover {
    color: var(--primary-color3);
}

.breadcrumbs ul li a::after {
    content : '/';
    color   : var(--primary-color7);
    position: absolute;
    right   : -10px;
}

.breadcrumbs ul li a::before {
    content           : '';
    width             : 0%;
    height            : 1px;
    background        : var(--primary-color3);
    position          : absolute;
    bottom            : 0;
    left              : 50%;
    transform         : translateX(-50%);
    opacity           : 0;
    visibility        : hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}

.breadcrumbs ul li a:hover:before {
    width             : 100%;
    opacity           : 1;
    visibility        : visible;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}

.breadcrumbs .previous {
    font-size  : 14px;
    line-height: 22px;
    color      : var(--primary-color4);
    position   : relative;
}

.breadcrumbs .previous:hover {
    color: var(--primary-color3);
}

.breadcrumbs .previous::after {
    content           : '\f053';
    font-family       : 'FontAwesome';
    position          : absolute;
    font-size         : 11px;
    left              : -18px;
    top               : 50%;
    transform         : translateY(-50%);
    color             : var(--primary-color4);
    opacity           : 1;
    visibility        : visible;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}

.breadcrumbs .previous:hover::after {
    left              : -23px;
    opacity           : 0;
    visibility        : hidden;
    color             : var(--primary-color3);
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}

.breadcrumbs .previous::before {
    content           : '\f053';
    font-family       : 'FontAwesome';
    position          : absolute;
    font-size         : 11px;
    left              : -13px;
    top               : 50%;
    transform         : translateY(-50%);
    color             : var(--primary-color4);
    opacity           : 0;
    visibility        : hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}

.breadcrumbs .previous:hover::before {
    left              : -18px;
    opacity           : 1;
    visibility        : visible;
    color             : var(--primary-color3);
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}

/* tf-category-2 */
.tf-section.tf-category-2 {
    padding-top: 20px;
}

.fl-category {
    display        : flex;
    display        : -webkit-box;
    display        : -ms-flexbox;
    display        : -webkit-flex;
    flex-wrap      : wrap;
    justify-content: center;
    margin-left: -80px;
}

.fl-category .sc-category.style-2 {
    margin-left: 80px;
    width: calc(12.5% - 80px);
    margin-bottom: 15px;
}

/* tf-product-2 */
.tf-section.tf-product-2 {
    padding-top: 0px;
}

.box-product {
    border-top : 1px solid var(--primary-color8);
    padding-top: 25px;
}

.box-product .box-select {
    display        : flex;
    display        : -webkit-box;
    display        : -ms-flexbox;
    display        : -webkit-flex;
    flex-wrap      : wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom  : 40px;
}

.box-product .box-select .filter {
    padding-right : 8px;
    padding-bottom: 4px;
}

.box-product .box-select a {
    color        : var(--primary-color3);
    background   : var(--primary-color2);
    font-size    : 14px;
    padding      : 5px 20px;
    border-radius: 100px;
    margin-right : 12px;
    display: flex;
}

.box-product .box-select a svg{
    margin-right: 8px;
}

.box-product .box-select a:hover {
    background: var(--primary-color8);
}

.box-select .inner-select-1,
.box-select .inner-select-2 {
    display  : flex;
    display  : -webkit-box;
    display  : -ms-flexbox;
    display  : -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
}

.box-select .inner-select-1 {
    width: 70%;
}

.box-select .inner-select-2 {
    width: 30%;
}

.box-select .inner-select-2 {
    justify-content: end;
}

.box-select .inner-select-2 a {
    margin-right: 0;
}

.box-product .box-select .inner-select-2 .dropdown .none {
    width: 100%;
    display:none;
}
.box-product .box-select .inner-select-2 .dropdown .none.show {
    width: 100%;
    display:block;
}

.box-select .inner-select-2 .sort-by a {
    background  : transparent;
    position    : relative;
    padding     : 0px 0px;
    margin-right: 12px;
}

.box-select .inner-select-2 .sort-by a::after {
    content           : '';
    height            : 1px;
    width             : 0;
    background        : var(--primary-color3);
    position          : absolute;
    bottom            : 0;
    left              : 50%;
    transform         : translateX(-50%);
    opacity           : 0;
    visibility        : hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}

.box-select .inner-select-2 .sort-by a:hover {
    background: transparent;
}

.box-select .inner-select-2 .sort-by a:hover::after {
    opacity           : 1;
    visibility        : visible;
    width             : 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}

.box-product .dropdown>a {
    position   : relative;
    color      : var(--primary-color3);
    font-weight: 400;
    z-index    : 10;
}

.box-product .dropdown>a:focus,
.box-product .dropdown>a:hover {
    color: var(--primary-color3);
}

.box-product .inner-select-2 .dropdown>a::after {

    content           : '\f078';
    font-family       : 'FontAwesome';
    font-size         : 12px;
    font-weight       : 600;
    color             : var(--primary-color3);
    padding-left      : 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

.box-product .dropdown ul {
    position     : absolute;
    background   : var(--primary-color1);
    margin       : 5px 0 0 0;
    border-radius: 10px;
    width        : 90%;
    padding      : 9px 20px;
    background   : var(--primary-color2);
    box-shadow   : 0px 10px 25px 0px rgb(71, 92, 133, 0.1);
}

.box-product .dropdown ul li {
    width             : 100%;
    color             : var(--primary-color3);
    background        : var(--primary-color2);
    font-weight       : 400;
    font-size         : 12px;
    line-height       : 26px;
    cursor            : pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
    padding           : 0 0;
}

.box-product .dropdown ul li:hover {
    text-decoration-line: underline;
    -webkit-transition  : all 0.3s ease-in-out;
    -moz-transition     : all 0.3s ease-in-out;
    -ms-transition      : all 0.3s ease-in-out;
    -o-transition       : all 0.3s ease-in-out;
    transition          : all 0.3s ease-in-out;
}

.box-product .inner-product,
.col-product-3 {
    display     : flex;
    display     : -webkit-box;
    display     : -ms-flexbox;
    display     : -webkit-flex;
    flex-wrap   : wrap;
    margin-right: -38px;
}

.swiper.product-slider.category .sc-product,
.box-product .inner-product .sc-product {
    margin-bottom: 37px;
}

.box-product .box-load .sc-btn {
    margin: 0 auto 20px auto;
}

/* suitable-accesories */
.suitable-accesories .plus {
    margin: 12.7% 23px;
}

.suitable-accesories .plus::after {
    content    : '\f067';
    font-family: 'FontAwesome';
    font-size  : 34px;
    color      : var(--primary-color3);
}

.suitable-accesories .sc-product.tf-col-3-product {
    width       : calc(33.3% - 75px);
    margin-right: 0;
}

.suitable-mobile {
    display: none;
}
.suitable-mobile img {
    width: 100px;
    height: auto;
    object-fit: cover;
}
.suitable-mobile .plus::after {
    content    : '\f067';
    font-family: 'FontAwesome';
    font-size  : 20px;
    color      : var(--primary-color3);
}

/* nav-list */
.nav-list {
    background: var(--primary-color1);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.25);
    position  : fixed;
    bottom    : 0;
    left: 0;
    width     : 100%;
    z-index   : 9999;
    display   : none;
}

.nav-list ul {
    display  : flex;
    display  : -webkit-box;
    display  : -ms-flexbox;
    display  : -webkit-flex;
    flex-wrap: wrap;
}

.nav-list ul li.btn-menu {
    all: unset;
    display: block;
    width     : 25%;
    text-align: center;
    padding   : 15px 0;
    position: relative;
}

.nav-list ul li {
    width     : 25%;
    text-align: center;
    padding   : 15px 0;
    position: relative;
}


.nav-list ul li a {
    display    : inline-grid;
    font-size  : 11px;
    line-height: 16px;
    font-weight: 500;
}

.nav-list ul li a svg {
    margin:  0 auto;
}
.nav-list ul li a:hover,
.nav-list ul li a:focus {
    color: var(--primary-color3);
}

.nav-list ul li a .icon {
    margin: 0 auto;
}

.nav-list ul li .header-cart-wrapper {
    max-width: 24px;
    max-height: 24px;
    margin: 0 auto;
    margin-bottom: -8px;
}

/* custom prev-next slide */
.instagram-slider-2 .swiper-button-next,
.instagram-slider-2 .swiper-button-prev {
    width             : 70px;
    height            : 70px;
    background        : var(--primary-color5);
    border-radius     : 50%;
    justify-content   : center;
    align-items       : center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
    box-shadow        : 0px 10px 25px 0px rgb(71, 92, 133, 0.1);
}

/* .instagram-slider-2 .swiper-button-next:hover,
.instagram-slider-2 .swiper-button-prev:hover {
    background        : var(--primary-color5);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
} */

.instagram-slider-2 .swiper-button-next::after,
.instagram-slider-2 .swiper-button-prev::after {
    color    : var(--primary-color3);
    font-size: 16px;
}

.instagram-slider-2 .swiper-button-next.swiper-button-disabled, 
.instagram-slider-2 .swiper-button-prev.swiper-button-disabled {
    display: none;
}
.instagram-slider-2 .swiper-button-prev {
    left: -1%;
    right: auto;
}
.instagram-slider-2 .swiper-button-next {
    right: -1%;
    left: auto;
}

.product-slider {
    position: relative;
    overflow: hidden;
}

.product-slider .custom.swiper-button-next,
.product-slider .custom.swiper-button-prev {
    top: 20%;
}

/* popup product details */
.popup-product-details-content {
    display    : flex;
    align-items: center;
}

.popup-product-details-content .product-img-detail {
    width       : 100px;
    height      : 100px;
    flex-shrink : 0;
    margin-right: 30px;
}

.popup-product-details-content .product-name h2 {
    font-weight: 500;
    font-size  : 15px;
    line-height: 22px !important;
}

.product-details-infor.popup-product-details .content-inner .review span {
    font-size  : 10px;
    line-height: 16px;
    font-weight: 600;
    color      : var(--primary-color3);
}

.product-details-infor.popup-product-details .content-inner .review .number-reviews {
    font-size              : 8px;
    line-height            : 16px;
    font-weight            : 400;
    margin-left            : 12px;
    text-decoration        : underline;
    text-underline-position: under;
}

.product-details-infor.popup-product-details .price .new-price {
    font-size   : 18px;
    line-height : 26px;
    margin-right: 6px;
}

.product-details-infor.popup-product-details .price .old-price {
    font-size   : 14px;
    margin-top  : 3px;
    margin-right: 15px;
}

.product-details-infor.popup-product-details .price .ticksale {
    font-size  : 9px;
    line-height: 16px;
}

.product-details-infor.popup-product-details .price .ticksale::before {
    width : 10px;
    height: 10px;
}

.popup-product-details .star-icon::after {
    font-size     : 11px;
    vertical-align: text-bottom;
}

.product-details-infor.popup-product-details .content-inner .product-name {
    margin-bottom: 0;
}

.product-details-infor.popup-product-details .content-inner .review {
    margin-bottom: 0;
    display      : flex;
    align-items  : center;
}

.product-details-infor.popup-product-details .price {
    margin-bottom: 0;
}

.product-details-infor.popup-product-details .popup-product-details-content {
    margin-bottom: 30px;
}

#popup-product-specifications,
#popup-question,
#popup-product-review,
#popup-product-shipping,
#popup-product-detail {
    position: fixed;
    top     : 0;
    z-index : 9999;
    width   : 100%;
    height  : 100%;
    display : none;
}

.popup-product-details .over-lay {
    position        : absolute;
    top             : 0;
    left            : 0;
    right           : 0;
    bottom          : 0;
    background-color: #044c4ba9;
}

.popup-product-details {
    position: fixed;
    top     : 0;
    z-index : 9999;
    width   : 100%;
    height  : 100%;
}

.popup-product-details .over-lay {
    position        : absolute;
    width           : 100%;
    height          : 100%;
    background-color: var(--primary-color3);
    opacity         : 0.8;
}

.popup-product-details .content-inner {
    position        : relative;
    margin-top      : 100px;
    background-color: var(--primary-color1);
    border-radius   : 10px;
    padding         : 17px 20px 0;
    max-height      : 75%;
    overflow        : hidden;
    overflow-y      : auto;
}

.popup-product-details .content-inner .heading-popup {
    font-weight: 500;

    font-size    : 20px;
    line-height  : 26px;
    color        : var(--primary-color3);
    text-align   : center;
    margin-bottom: 20px;
}

.popup-product-details .content-inner .popup-close {
    position: absolute;
    top     : 17px;
    right   : 17px;
    cursor  : pointer;
    z-index: 2;
}

.popup-product-details .content-inner .popup-close::after {
    /*content    : '\f00d';*/
    font-family: 'FontAwesome';
    font-size  : 20px;
    font-weight: 300;
    color      : var(--primary-color3);
}

.popup-product-details .content-inner .quantity {
    margin-bottom: 35px;
}

.popup-product-details .content-inner .accordion-heading h3,
.popup-product-details .sc-weights-dimensions .title,
.popup-product-details .sc-weights-dimensions .title-sub.style-1,
.popup-product-details .sc-weights-dimensions .title-sub.style-2 {
    font-weight  : 500;
    font-size    : 18px;
    line-height  : 26px;
    margin-bottom: 20px;
}

.popup-product-details .sc-product-overview .box-product-overview a.name {
    font-weight: 500;
    font-size  : 14px;
    line-height: 22px;
}

.popup-product-details .sc-product-overview .box-product-overview .box-icon {
    margin-bottom: 10px;
}

.popup-product-details .sc-description .box-content .title {
    font-weight  : 500;
    font-size    : 15px;
    line-height  : 22px;
    margin-bottom: 5px;
}

.popup-product-details .sc-description .box-content .wrap.style-3 {
    font-size    : 14px;
    line-height  : 22px;
    padding-right: 0;
}

.popup-product-details .sc-description .box-content.style-1 {
    margin-bottom: 15px;
}

.popup-product-details .sc-description .box-benefit .col-benefit {
    width  : 100%;
    padding: 0;
}

.popup-product-details .sc-weights-dimensions table tr td:first-child,
.popup-product-details .sc-weights-dimensions table tr td:last-child {
    width    : 55%;
    padding  : 0;
    font-size: 13px;
}
.popup-product-details .sc-weights-dimensions table tr td:first-child {
    width: 45%;
}

.popup-product-details .sc-weights-dimensions table {
    margin-bottom: 20px;
}

.popup-product-details .sc-weights-dimensions .title-sub.style-1 {
    margin-bottom: 10px;
}

.popup-product-details .sc-benefit.style-4 .icon {
    width       : 40px;
    height      : 40px;
    flex-shrink : 0;
    margin-right: 20px;
}

.popup-product-details .sc-benefit.style-4 .heading {
    font-weight: 500;
    font-size  : 13px;
    line-height: 16px;
}

.popup-product-details .sc-benefit.style-4 p {
    font-size    : 13px;
    line-height  : 18px;
    margin-bottom: 5px;
    padding-right: 0;
}

.popup-product-details .sc-benefit.style-4 p {
    font-size    : 13px;
    line-height  : 18px;
    margin-bottom: 5px;
    padding-right: 0;
}

.popup-product-details .sc-benefit.style-4 .content {
    width: unset;
}

.popup-product-details .sc-benefit.style-4 a {
    font-size  : 13px;
    line-height: 18px;
}

.popup-product-details .sc-benefit {
    margin-bottom: 25px;
}

.popup-product-details .sc-benefit:last-child {
    margin-bottom: 80px;
}

.popup-product-details .tab-customer-review .top-review .left-rating {
    text-align: center;
}

.popup-product-details .rating-review .left-rating h2 {
    font-size  : 36px;
    line-height: 44px;
}

.popup-product-details .rating-review .left-rating .count-rating {
    font-size  : 10px;
    line-height: 16px;
}

.popup-product-details .rating-review .left-rating .count-rating {
    font-size  : 10px;
    line-height: 16px;
}

.popup-product-details .tab-customer-review .top-review .left-rating {
    margin-right: 30px;
}

.popup-product-details .rating-review .right-rating .rating-details .progress-item {
    width: 143px;
}

.popup-product-details .tab-customer-review .content-review .content-inner .content {
    display: block;
}

.popup-product-details .tab-customer-review .content-review .content-inner {
    padding: 0;
    border : unset;
}

.popup-product-details .tab-customer-review .content-review .content .comments {
    width : unset;
    margin: 0;
}

.popup-product-details .tab-customer-review .content-review .content h3 {
    font-size  : 13px;
    line-height: 16px;
}

.popup-product-details .tab-customer-review .content-review .content p {
    font-size    : 13px;
    line-height  : 18px;
    margin-bottom: 20px;
    line-height  : 16px;
}

.popup-product-details .tab-customer-review .content-review .content p {
    font-size    : 13px;
    line-height  : 18px;
    margin-bottom: 20px;
}

.popup-product-details .tab-customer-review .content-review .content-inner .content-wrap>li {
    padding-bottom: 25px;
    margin-bottom : 25px;
    display: block;
}

.popup-product-details .tab-customer-review {
    padding-bottom: 60px;
}

.popup-product-details .tab-customer-review .view-all-comment {
    padding: 20px 0;
}


/* popup */
#popup-product-shipping,
#popup-product-detail,
#popup-product-review {
    display: none;
}

/* side-menu__block
--------------------------------------------------------------*/
.navigation-side-menu {
    cursor: pointer;
}

.side-menu__block {
    position          : fixed;
    top               : 0;
    right             : 0;
    width             : 100%;
    height            : 100%;
    z-index           : 99999;
    -webkit-transform : translateX(100%);
    -ms-transform     : translateX(100%);
    transform         : translateX(100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

.side-menu__block.active {
    -webkit-transform: translateX(0);
    -ms-transform    : translateX(0);
    transform        : translateX(0);
}

.side-menu__block.active .side-menu__block-overlay {
    -webkit-opacity   : 1;
    -khtml-opacity    : 1;
    -moz-opacity      : 1;
    opacity           : 1;
    -ms-filter        : progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter            : alpha(opacity=100);
    display           : block\9;
    visibility        : visible;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition   : all 0.2s ease-in-out 0s;
    -ms-transition    : all 0.2s ease-in-out 0s;
    -o-transition     : all 0.2s ease-in-out 0s;
    transition        : all 0.2s ease-in-out 0s;
}

.side-menu__block-overlay {
    position         : fixed;
    right            : 0;
    top              : 0;
    bottom           : 0;
    left             : 0;
    -webkit-opacity  : 0;
    -khtml-opacity   : 0;
    -moz-opacity     : 0;
    opacity          : 0;
    -ms-filter       : progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter           : alpha(opacity=0);
    display          : none\9;
    visibility       : hidden;
    background       : rgba(255, 255, 255, 0.5);
    z-index          : 99999;
    -webkit-transform: translateX(0);
    -ms-transform    : translateX(0);
    transform        : translateX(0);
}

.side-menu__block-inner {
    position        : absolute;
    right           : 0;
    top             : 0;
    padding         : 0 20px;
    width           : 100%;
    max-width       : 300px;
    height          : 100%;
    overflow-y      : auto;
    background-color: rgba(255, 255, 255, 1);
    z-index         : 999999;
    box-shadow      : 0px 10px 25px 0px rgb(71, 92, 133, 0.1);
}

a.side-menu__toggler.side-menu__close-btn {
    padding-top: 10px;
    color      : var(--primary-color4);
}

a.side-menu__toggler.side-menu__close-btn:hover {
    color: var(--primary-color9);
}

.side-menu__top {
    display: flex;
}

.side-menu__block-inner .title {
    margin-bottom: 30px;
}

.side-menu__block-inner .accordion-item {
    padding: 30px 0 15px 0px;
}

.side-menu__block-inner .accordion-item .accordion-heading {
    margin-bottom: 15px;
    cursor       : default;
}

.side-menu__block-inner .accordion-item .accordion-content {
    padding-left: 15px;
}

.side-menu__block-inner .accordion-item .accordion-content button {
    padding: 10px 30px;
}

.side-menu__block-inner .accordion-item form label {
    position     : relative;
    font-size    : 16px;
    padding-left : 25px;
    line-height  : 26px;
    font-weight  : 500;
    text-overflow: ellipsis;
    color        : var(--primary-color3);
    width        : 59.4%;
    overflow     : hidden;
    white-space  : nowrap;
    cursor       : pointer;
}

.side-menu__block-inner .accordion-item form label input {
    position     : absolute;
    opacity      : 0;
    width        : 100%;
    height       : 100%;
    top          : 0;
    left         : 0;
    z-index      : 1;
    margin-right : 0px;
    margin-bottom: 0px;
}

.side-menu__block-inner .accordion-item form .btn-checkbox {
    position        : absolute;
    left            : 3px;
    top             : 46%;
    transform       : translateY(-50%);
    width           : 15px;
    height          : 15px;
    background-color: transparent;
    border-radius   : 50%;
}

.side-menu__block-inner .accordion-item form .btn-checkbox {
    border: 1px solid var(--primary-color3);
}

.side-menu__block-inner .accordion-item form label input:checked~.btn-checkbox {
    background-color: var(--primary-color3);
    border          : 1px solid var(--primary-color3);
}

.side-menu__block-inner .accordion-item form .btn-checkbox:after {
    content : "";
    position: absolute;
    display : none;
}

.side-menu__block-inner .accordion-item form label input:checked~.btn-checkbox:after {
    display: block;
}

.side-menu__block-inner .accordion-item form .btn-checkbox:after {
    content    : "\f00c";
    font-family: 'FontAwesome';
    left       : 2px;
    top        : -7px;
    font-size  : 10px;
    color      : var(--primary-color1);
}

/* color */
.side-menu__block-inner .accordion-item form.color label input:checked~.btn-checkbox {
    border: 2px solid black;
}

.side-menu__block-inner .accordion-item form.color label input:checked~.btn-checkbox:after {
    display: none;
}

.side-menu__block-inner .accordion-item form .btn-checkbox.red {
    border          : 1px solid red;
    background-color: red;
}

.side-menu__block-inner .accordion-item form .btn-checkbox.green {
    border          : 1px solid green;
    background-color: green;
}

.side-menu__block-inner .accordion-item form .btn-checkbox.blue {
    border          : 1px solid blue;
    background-color: blue;
}

.side-menu__block-inner .accordion-item form.color label input:checked~.btn-checkbox.red {
    background-color: red;
}

.side-menu__block-inner .accordion-item form.color label input:checked~.btn-checkbox.green {
    background-color: green;
}

.side-menu__block-inner .accordion-item form.color label input:checked~.btn-checkbox.blue {
    background-color: blue;
}

@media (max-width: 575px) {
    .side-menu__block-inner {
        max-width: 480px;
    }
}

@media (max-width: 480px) {
    .side-menu__block-inner {
        max-width: 400px;
    }
}

@media (max-width: 375px) {
    .side-menu__block-inner {
        max-width: 300px;
    }
}

/* instagram popup */

.instagram-popup-2,
.instagram-popup {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.instagram-popup-2 .over-lay, 
.instagram-popup .over-lay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--primary-color2);
    opacity: 0.8;
}

.instagram-popup-inner {
    max-width: 1500px;
    max-height: 800px;
    background-color: #fff;
    position: relative;
    padding: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0px 10px 25px rgba(71, 92, 133, 0.1);
    overflow: hidden;
    overflow-y: auto;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
}
/* instagram popup */

.instagram-popup-2,
.instagram-popup {
    opacity: 0;
    visibility: hidden;
    width   : 100vw;
    height  : 100vh;
    position: fixed;
    top     : 0;
    left    : 0;
    z-index : 10000;
}

.instagram-popup-2.active,
.instagram-popup.active {
    opacity: 1;
    visibility: visible;
}

.instagram-popup .over-lay {
    position        : absolute;
    width           : 100%;
    height          : 100%;
    top             : 0;
    left            : 0;
    background-color: var(--primary-color2);
    opacity         : 0.8;
}

.instagram-popup-inner {
    max-width       : 800px;
    max-height      : 800px;
    background-color: #fff;
    position        : relative;
    padding         : 30px;
    top             : 50%;
    left            : 50%;
    transform       : translate(-50%, -50%);
    box-shadow      : 0px 10px 25px rgba(71, 92, 133, 0.1);
    overflow        : hidden;
    overflow-y      : auto;
    display         : flex;
    display         : -webkit-box;
    display         : -ms-flexbox;
    display         : -webkit-flex;
    flex-wrap       : wrap;
    align-items: center;
    justify-content: center;
}

.popup-instagram {
    cursor: pointer;
}
.instagram-popup-inner .product-img-detail,
.instagram-popup-inner .product-details-infor {
    width: 48%;
    height: 100%;
}


.instagram-popup-inner .product-img-detail {
    margin-right: 4%;
}


.instagram-popup-inner .product-img-detail .img-detail-default img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.instagram-popup-inner .product-details-infor .img-detail-default,
.instagram-popup-inner .product-img-detail .img-detail-default {
    background-color: transparent;
    margin: 0;
}

.instagram-popup-inner .product-details-infor .img-detail-default {
    text-align: center;
}
.instagram-popup-2 .instagram-popup-inner .product-details-infor,
.instagram-popup-2 .instagram-popup-inner .product-details-infor .img-detail-default {
    text-align: left;
}
.instagram-popup-inner .product-details-infor {
    padding-bottom: 0;
    border: none;
    text-align: center;
}
.instagram-popup-inner .product-details-infor .img-detail-default img {
    width: 60%;
    height: 60%;
    object-fit: contain;
    margin-bottom: 20px;
}
.instagram-popup-inner .product-details-infor .add-to-card {
    margin-bottom: 20px;
}

.instagram-popup-inner .product-details-infor .list-icon-socical {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
}
.instagram-popup-inner .product-details-infor .list-icon-socical li {
    padding-right: 20px;
    background: transparent;
}
.instagram-popup-inner .popup-close {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 100;
    cursor: pointer;
}
.instagram-popup-inner .popup-close::after {
    /* content: '\f00d';
    font-family: "FontAwesome";
    font-size: 25px; */
}

.instagram-popup-2 .instagram-popup-inner .product-details-infor .like-product,
.instagram-popup-2 .instagram-popup-inner .product-details-infor p,
.instagram-popup-2 .instagram-popup-inner .product-details-infor .review,
.instagram-popup-2 .instagram-popup-inner .product-details-infor .user-name {
    margin-bottom: 15px;
}
.instagram-popup-2 .instagram-popup-inner .product-details-infor .like-product {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: center;
}

.instagram-popup-2 .instagram-popup-inner .product-details-infor .like-product div {
    margin-left: 8px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.instagram-popup-2 .instagram-popup-inner .product-details-infor .like-product i {
    margin-left: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.instagram-popup-2 .instagram-popup-inner .product-details-infor .like-product i:hover {
    color: var(--primary-color3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.instagram-popup-2 .instagram-popup-inner .product-details-infor .review .date {
    margin-left: auto;
}

@media (max-width: 767px) {
    .instagram-popup-inner {
        padding: 10px;
    }
    .instagram-popup-inner .product-img-detail .img-detail-default  {
        display: none;
    }

    .instagram-popup-inner .product-details-infor {
        width: 100%;
    }
    .instagram-popup-inner .product-details-infor .content .product-name h2 {
        font-size  : 14px;
        line-height: 20px;
    }

}

/* popup more code */
.more-code {
    cursor: pointer;
}
.popup-add-to-cart,
.popup-get-now,
.popup-more-code {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    overflow: hidden;
    overflow-y: auto;
}
.popup-add-to-cart.active,
.popup-get-now.active,
.popup-more-code.active {
    display: block;
}
.popup-add-to-cart .over-lay,
.popup-get-now .over-lay,
.popup-more-code .over-lay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;

}
.popup-more-code-inner {
    position: absolute;
    max-width: 600px;
    height: 100%;
    padding: 50px 20px;
    top: 0;
    right: 0;
    background-color: #fff;
    box-shadow   : 0px 10px 25px 0px rgb(71, 92, 133, 0.1);
}
.popup-add-to-cart-inner .popup-close,
.popup-get-now-inner .popup-close,
.popup-more-code-inner .popup-close {
    position: absolute;
    right: 25px;
    top: 10px;
    z-index: 100;
    cursor: pointer;
}
.popup-add-to-cart-inner .popup-close::after,
.popup-get-now-inner .popup-close::after,
.popup-more-code-inner .popup-close::after {
    content: '\f00d';
    font-family: "FontAwesome";
    font-size: 25px;
}

.popup-more-code-inner .title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: 700;
    color: var(--primary-color3);
}
.popup-more-code-inner .ticket .coupou-infor,
.popup-more-code-inner .ticket {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
}

.popup-more-code-inner .ticket {
    box-shadow   : 0px 10px 25px 0px rgb(71, 92, 133, 0.1);
    margin-bottom: 20px;
}

.popup-more-code-inner .ticket .coupon {
    background-color: var(--primary-color9);
    height: 100px;
    width: 130px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    border-left: 2px dashed var(--primary-color1);
}
.popup-more-code-inner .ticket .coupou-infor {
    position: relative;
}

.popup-more-code-inner .ticket .coupou-infor:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25px;
    border: 0.1px dashed var(--primary-color4);
    width: 90%;
    height: 0.5px;
}

.popup-more-code-inner .ticket .coupou-infor .infor {
    padding-left: 20px;
}

.popup-more-code-inner .ticket .coupou-infor .infor .code-name {
    font-size: 16px;
    color: var(--primary-color3);
    margin-bottom: 5px;
}

.popup-more-code-inner .ticket .coupou-infor .infor .time,
.popup-more-code-inner .ticket .coupou-infor .infor .content {
    font-size: 12px;
}

.popup-more-code-inner .ticket .coupou-infor .infor .content {
    margin-bottom: 15px;
}

.popup-more-code-inner .ticket .coupou-infor .get-now {
    font-size: 14px;
    padding: 2px 10px;
    border-radius: 20px;
    background-color: var(--primary-color9);
    color: #fff;
    margin: 0 10px;
    cursor: pointer;
}
.popup-more-code-inner .ticket .coupou-infor .get-now:hover {
    background-color: var(--primary-color3);
}

@media (max-width: 767px) {
    .popup-get-now-inner,
    .popup-more-code-inner {
        width: 100%;
        height: 100%;
    }
    .popup-more-code-inner {
        padding: 20px 10px;
    }
    .popup-more-code-inner .ticket .coupon {
        font-size: 25px;
        width: 100px;
    }
    .popup-more-code-inner .ticket .coupou-infor {
        position: relative;
        width: 205px;
    }
    .popup-more-code-inner .ticket .coupou-infor .infor {
        padding-left: 8px;
    }
    .popup-more-code-inner .ticket .coupou-infor .get-now {
        font-size: 10px;
        margin: 0px 5px 0 -80px;
    }
}
/* popup get now */
.popup-get-now-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 1000px;
    max-height: 800px;
    background-color: #fff;
    box-shadow   : 0px 10px 25px 0px rgb(71, 92, 133, 0.1);
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.popup-get-now-inner .create-account,
.popup-get-now-inner .sign-in {
    padding: 50px;
    width: 400px;
    position: relative;
    background-color: #fff;
}
.popup-get-now-inner .sign-in::after {
    content: '';
    width: 1px;
    height: 90%;
    background-color: var(--primary-color7);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.popup-get-now-inner .title {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color3);
    margin-bottom: 20px;
}
.popup-get-now-inner fieldset {
    margin-bottom: 20px;
}

.popup-get-now-inner fieldset label {
    margin-bottom: 15px;
}
.popup-get-now-inner fieldset input {
    border-radius: 0;
}

.popup-get-now-inner button {
    border-radius: 50px;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    font-size: 18px;
}
.popup-get-now-inner .sign-in .for-got-pw {
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-get-now-inner .sign-in p {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.popup-get-now-inner .sign-in p::after,
.popup-get-now-inner .sign-in p::before {
    content: '';
    width: 120px;
    height: 1px;
    background-color: var(--primary-color7);
    position: absolute;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
}
.popup-get-now-inner .sign-in p::after {
    right: 0;
    left: auto;
}

.popup-get-now-inner .sign-in .socical-icon {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

.popup-get-now-inner .sign-in .socical-icon li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.popup-get-now-inner .sign-in .socical-icon li:nth-child(2) {
    background-color: #1B6CBC;
}
.popup-get-now-inner .sign-in .socical-icon li:nth-child(3) {
    background-color: #15C1EC;
}

.popup-get-now-inner .sign-in .socical-icon li a i {
    color: #fff;
    line-height: 38px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-get-now-inner .sign-in .socical-icon li:hover {
    transform: translateY(-5px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media (max-width: 767px) {
    .popup-get-now-inner {
        flex-wrap: wrap;
    }
    .popup-get-now-inner .create-account,
    .popup-get-now-inner .sign-in {
        padding: 50px;
        width: 100%;
    }
}

/* popup-add-to-cart */
.popup-add-to-cart-inner {
    position: absolute;
    max-width: 600px;
    height: 100%;
    padding: 50px 20px;
    top: 0;
    right: 0;
    background-color: #fff;
    
}

.popup-add-to-cart-inner .title {
    text-align: center;
    margin-bottom: 20px;
}
.popup-add-to-cart-inner .product-infor .color-quantity,
.popup-add-to-cart-inner .product-infor,
.popup-add-to-cart-inner .total,
.popup-add-to-cart-inner .options-button {
    display: flex;
    justify-content: space-between;
}
.popup-add-to-cart-inner .options-button {
    padding: 0 20px;
    margin-bottom: 20px;
}
.popup-add-to-cart-inner .options-button button {
    border-radius: 25px;
    width: 200px;
    height: 50px;
}
.popup-add-to-cart-inner .total {
    margin-bottom: 20px;
}
.popup-add-to-cart-inner .total .cart-summary,
.popup-add-to-cart-inner .total .sub-total {
    font-size: 20px;
    color: var(--primary-color3);
    font-weight: 700;
}
.popup-add-to-cart-inner .product-item {
    box-shadow   : 0px 10px 25px 0px rgb(71, 92, 133, 0.5);
    padding: 20px;
    margin-bottom: 20px;
}

.popup-add-to-cart-inner .product-item .product-infor .img-quatity {
    margin-right: 20px;
    max-width: 150px;
}
.popup-add-to-cart-inner .product-item .product-infor .img-quatity img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 20px;
}
.popup-add-to-cart-inner .product-item .product-infor .infor .title {
    margin-right: 10px;
}

.popup-add-to-cart-inner .product-item .product-infor .infor {
    max-width: 300px;
}
.popup-add-to-cart-inner .product-infor .color-quantity,
.popup-add-to-cart-inner .product-item .product-infor .infor .price,
.popup-add-to-cart-inner .product-item .product-infor .infor .title {
    margin-bottom: 10px;
    text-align: left;
    color: var(--primary-color3);
}

.popup-add-to-cart-inner .product-item .product-infor .infor .price {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
}

.popup-add-to-cart-inner .product-item .product-infor .infor .ticksale {
    position: relative;
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: var(--primary-color1);
    background-color: var(--primary-color9);
    border-radius: 2px;
    padding: 0 7px;
}

.popup-add-to-cart-inner .product-item .product-infor .infor .ticksale:before {
    content: '';
    position: absolute;
    left: -5px;
    transform: translateY(-50%);
    top: 50%;
    width: 20px;
    clip-path: polygon(100% 0%, 100% 53%, 100% 100%, 44% 83%, 0% 50%, 41% 20%);
    height: 20px;
    background-color: var(--primary-color9);
    z-index: -1;
}

.popup-add-to-cart-inner .product-item .product-infor .infor .price .new-price {
    font-size: 20px;
    font-weight: 700;
}
.popup-add-to-cart-inner .product-item .product-infor .infor .price .old-price {
    color: #788383d9;
    text-decoration: line-through;
}


.popup-add-to-cart-inner .product-item .product-infor .infor .delete-item a {
    color: var(--primary-color3);
    font-size: 20px;
    cursor: pointer;
}

.popup-add-to-cart-inner .product-item .product-infor .infor .delete-item a:hover {
    color: var(--primary-color4);
}

.popup-add-to-cart-inner .product-item .purchase-content {
    box-shadow   : 0px 10px 25px 0px rgb(71, 92, 133, 0.1);
    padding: 20px;
    background-color: var(--primary-color8);
}

@media (max-width: 767px) {

    .popup-add-to-cart-inner .product-item .product-infor .img-quatity {
        max-width: 115px;
    }
    
    .popup-add-to-cart-inner  .product-infor .infor,
    .popup-add-to-cart-inner {
        width: 100%;
    }

    .popup-add-to-cart-inner  .options-button button {
        width: 47%;
        font-size: 12px;
    }

    .popup-add-to-cart-inner  .options-button {
        padding: 0px ;
    }

    .popup-add-to-cart-inner .product-item .product-infor .star-icon::after {
        font-size: 10px;
    }

    .popup-add-to-cart-inner .product-item .product-infor .infor .price .old-price,
    .popup-add-to-cart-inner .product-item .product-infor .review span {
        font-size: 12px;
    }

    .popup-add-to-cart-inner .product-item .product-infor .infor .price .new-price {
        font-size: 16px;
    }

}
.popup-product.mfp-hide {
    display: block !important;
}
.mfp-content .popup-product .img-detail-default {
    width: 101%;
    margin-bottom: 20px;
}

.mfp-content .popup-product .img-detail-default a {
    display:none
}

.woocommerce-page .content-woocommerce ul.products.loading:after {
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    content: '';
}

.woocommerce-page .content-woocommerce ul.products.loading:before {
    border-width: 1px;
    border-color: #666 #666 #666 transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-style: solid;
    -webkit-animation: fl-spin-fast 1s linear infinite;
    animation: fl-spin-fast 1s linear infinite;
    content: " ";
    width: 50px;
    height: 50px;
    font-weight: 400;
    top: 10%;
    right: 50%;
    transition: all 0.3s ease;
    position: absolute;
    background-color: #fff;
    z-index: 3;
}

.header-cart-wrapper  .sc-btn.style {
    max-width: 200px;
    width: 200px;
    padding: 10px 0;
    background-color: var(--primary-color3);
    color: #fff;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.header-cart-wrapper  .sc-btn.style:hover {
    background-color: var(--primary-color5);
}


.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-r .cr-qna-q-voting .voting-button ,
.cr-voting-cont .voting-button {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 22px;
    color: var(--primary-color4);
    border: 1px solid var(--primary-color8);
    padding: 8px 18px;
    border-radius: 999px;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-r .cr-qna-q-voting .voting-button .cr-voting-upvote,
.cr-voting-cont .voting-button .cr-voting-upvote {
    margin-left: 5px;
}

.woo-single-post-class .woocommerce-tabs .entry-content .meta strong {
    display: flex;
    align-items: center;
}

.woo-single-post-class .woocommerce-tabs .entry-content .meta strong svg {
    margin-left: 5px;
}

.yith-wcwl-add-button .separator,
.yith-wcwl-add-button .view-wishlist {
    display: none;
}

form.cart .yith-wcwl-add-to-wishlist {
    margin-top: 0;
}

.product-img-detail .wcv-message {
    display: none;
}

.wcv-message {
    display: block;
    padding: 0px;
    background: transparent;
    border-radius: 0px;
    color: var(--primary-color3);
    width: 100%;
    transition: transform 0.5s ease;
    width: fit-content;
    margin: 0px 0px;
}

.woocommerce-variation-add-to-cart {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
table.variations {
    margin-bottom: 0;
}

.nickx-slider-for .nslick-slide img,
.tc_video_slide iframe {
    height: 700px;
}

.product-details-infor .attribute {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 8px;
}

.product-details-infor .attribute span {
    color: var(--primary-color3);
    margin-left: 7px;
}
.product-details-infor .woocommerce-variation-price .price {
    margin-bottom: 0px;
}
.product-details-infor .woocommerce-variation-price {
    margin-top: 0px;
}

table.variations .label {
    padding: 0;
    display: none;
}

.woocommerce-variation-price ins {
    font-size: 56px;
    line-height: 68px;
    font-weight: 700;
    color: var(--primary-color3);
}
.woocommerce-variation-price del {
    order: 1;   
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    text-decoration-line: line-through;
    margin-left: 20px;
}

.swatch-item-wrapper {
    text-align: center;
}
.product-details-infor .swatch-item-wrapper .swatch {
    margin: 0 auto;
}

.single_variation_wrap {
    width: 100%;
}
.woocommerce-variation-add-to-cart {
    margin-top: 20px;
}

.swatch-item-wrapper .label-text {
    margin-top: 5px;
    color: var(--primary-color3);
}

#nickx-gallery .nslick-slide.video-thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
}

#nickx-gallery .nslick-slide.video-thumbnail img {
    width: 100px !important;
}

#nickx-gallery .nslick-slide.video-thumbnail .video_icon_img {
    background-position: -30px -10px !important;
    height: 60px;
    width: 60px;
}
#nickx-gallery .nslick-slide.video-thumbnail .video_icon_img svg {
    width: 100%;
    height: 100%;
}

#nickx-gallery .nslick-slide.nslick-current img {	
    border: 1px solid var(--primary-color5);
}
#nickx-gallery .product_thumbnail_item img {
	height: 100px;
    width: 100px;
    object-fit: cover;
}

.woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch, .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch-show-more, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch-show-more, .woocommerce.single-product.theme-nuzanto form.cart.variations_form .tawcvs-swatches .swatch, .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch-show-more {
    width: 109px;
    height: 109px;
    line-height: 107px;
    text-align: center;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    margin: 0 10px;
    padding: 2px 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch.selected:before, .woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch.selected:before, .woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before, .woocommerce.single-product.theme-nuzanto form.cart.variations_form .tawcvs-swatches .swatch.selected:before, .woocommerce.single-product.theme-nuzanto form.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before {
    border-color: var(--primary-color3);
}

#cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a, #cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b {
    margin-left: 50px;
}

/* Popup Quick View */

.popup-quick-view-text {
   width: 100vw;
   height: 100vh;
   z-index: -1;
   opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translateX(100%);
    -khtml-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);

}
 .popup-quick-view-content {
    width: 450px;
    max-width: 95%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
    background-color: #fff;
    border-radius: 0px;    
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.popup-quick-view-text.active  {
    -webkit-transform: translateX(0);
    -khtml-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    z-index: 999999;
    opacity: 1;
}

/* .swiper.product-slider {
    overflow: visible;
} */

.swiper-slide .popup-quick-view-text img {
    width: auto;
}
/* .swiper-slide .popup-quick-view-text.active  {
    -webkit-transform: translateX(100%);
    -khtml-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 999999;
    opacity: 1;
} */

.popup-quick-view-text .overlay {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: -9999;
    opacity: 0;
    visibility: hidden;
}

.popup-quick-view-text.active .overlay {
    z-index: 999;
    opacity: 0.2;
    visibility: visible;
}

.popup-quick-view-text .popup-header {
    position: relative;
    padding: 30px 20px 30px 20px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--theme-primary-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.popup-quick-view-text .popup-header .title {
    color: var(--primary-color3);
    font-weight: 700;
    font-size: 20px;
}

.popup-close {
    width: 20px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    z-index: 999;
}

.popup-close:before,
.popup-close:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background-color: #1f242c;
    transform-origin: 50% 50%;
    opacity: 1;
    -webkit-transition: transform ease 0.25s;
    -khtml-transition: transform ease 0.25s;
    -moz-transition: transform ease 0.25s;
    -ms-transition: transform ease 0.25s;
    -o-transition: transform ease 0.25s;
    transition: transform ease 0.25s;
}

.popup-close:before {
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popup-close:after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup-quick-view-text .popup-footer {
    z-index: 1000;
    padding: 20px 20px 30px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #eee;
}


.popup-quick-view-text .popup-body {
    padding: 10px 20px;
    height: 100%;
    /* max-height: calc(100vh - 317px); */
    overflow-y: auto;
}

.popup-quick-view-text .product-details-infor .sale-details .content .deals-countdown {
    all: unset;
    display        : flex;
    align-items    : center;
    margin-top     : 23px;
    margin-bottom  : 21px;
}

.popup-quick-view-text .woo-single-post-class .cart .single_add_to_cart_button::after {
   display: none;
}

.popup-quick-view-text .popup-footer .sc-btn {
    width: calc(50% - 20px);
    margin-right: 20px;
    cursor: pointer;
}
.popup-quick-view-text .popup-footer .sc-btn:last-child {
    margin-right: 0px;
}

.woocommerce-page .shop_table.cart .cart_item .product-thumbnail .popup-quick-view-text .img_detail img,
.popup-quick-view-text .wp-post-image,
.popup-quick-view-text .product-details-infor .flash-sale ,
.popup-quick-view-text .product-details-infor .sale-details {
    width: 100%;
}
.popup-quick-view-text .benefit-inner .tf-3-col ,
.popup-quick-view-text .sc-product-overview .box-product-overview {
    width: 50%;
    padding-left: 0;
}

.woocommerce-page .shop_table.cart .cart_item .product-thumbnail .popup-quick-view-text .img_detail img {
    border: none;
}

.woocommerce-page .popup-quick-view-text  .product-details-infor .content {
    text-align: left;
}

.woocommerce-page .popup-quick-view-text  .product-details-infor ul {
    padding: 0;
    border: none;
    box-shadow: none;
    width: 100%;
}

.woocommerce-page .popup-quick-view-text .popup-footer .sc-btn {
   padding: 10px 15px;
}

.woocommerce-page .popup-quick-view-text  .product-details-infor ul li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    color: #788383;
}
.woocommerce-page .shop_table.cart .cart_item .product-thumbnail .popup-quick-view-text .col-benefit img,
.woocommerce-page .shop_table.cart .cart_item .product-thumbnail .popup-quick-view-text .box-feature img ,
.woocommerce-page .shop_table.cart .cart_item .product-thumbnail .popup-quick-view-text .sc-benefit .icon img {
    width: auto;
    border: none;
}

.woocommerce-page .popup-quick-view-text .popup-body {
    max-height: calc(100vh - 93px);
}

.woocommerce-page .shop_table.cart .cart_item .product-thumbnail .popup-quick-view-text p ,
.woocommerce-page .shop_table.cart .cart_item .product-thumbnail .sc-description .box-benefit .col-benefit p ,
.woocommerce-page .shop_table.cart .cart_item .product-thumbnail .popup-quick-view-text .sc-description .box-content p {
    color: #788383;
}
.woocommerce-page .shop_table.cart .cart_item .product-thumbnail .sc-product-overview .box-product-overview .box-icon img {
    width: auto;
    border: none;
}

.woocommerce-page .popup-quick-view-text  .product-details-infor ul li span {
    color: var(--primary-color3);
}
.popup-quick-view-text  .product-details-infor .sale-details .content .countdown-amount {
    font-size  : 35px;
}

.popup-quick-view-text  .product-details-infor .sale-details .content .dot {
    margin     : 0 15px;
}

.popup-quick-view-text .woocommerce-variation-add-to-cart .quantity {
    display: inline-block !important;
    visibility: visible !important;
}

.popup-quick-view-text .woo-single-post-class .cart .single_add_to_cart_button {
    font-size: 11px;
}

.popup-quick-view-text .product-details-infor .content .dropdown.open .dropdown-menu {
    background: transparent;
    top: -80px;
}

.popup-quick-view-text .add_to_cart.loading {
    position: relative;
}

.popup-quick-view-text .add_to_cart.loading:before {
    border-width: 1px;
    border-color: #fff #fff #fff transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-style: solid;
    -webkit-animation: fl-spin-fast 1s linear infinite;
    animation: fl-spin-fast 1s linear infinite;
    content: " ";
    width: 20px;
    height: 20px;
    font-weight: 400;
    top: calc(50% - 10px);
    right: 0%;
    transform: translate(-100%,0%);
    transition: all 0.3s ease;
    position: absolute;
}

.box-product .popup-quick-view-content .dropdown ul {
    position: absolute;
    margin: 0;
    border-radius: 10px;
    width: unset;
    padding: 9px 0;
    background: transparent;
    box-shadow: none;
    left: auto;
    right: 0;
}

.tf-progessbar {
    margin: 20px 0;
}

.tf-progessbar .tf-progressbar-content {
    width: 100%;
    height: 8px;
    background-color: var(--primary-color8);
    position: relative;
    z-index: 1;
}

.tf-progessbar .tf-progressbar-content .tf-amount {
    position: absolute;
    left: 0;
    z-index: 10;
    height: 100%;
    background-color: var(--primary-color3);

}

.tf-progessbar .tf-notice {
    margin-top: 10px;
}

.fc-wrapper .fc-coupon_code__collapsible .fc-coupon-code__apply {
    padding: 0 20px;
}

/* Check out bar */
.cart_totals .cart-custom-field {
    margin-top: 50px;
}

.fc-widget-area.fc-checkout-order-review__widgets-outside .widget_media_image,.fc-widget-area.fc-checkout-order-review__widgets-outside h4,
.cart-custom-field .widget_media_image,.cart-custom-field h4 {
    margin-bottom: 10px;
}

.woocommerce-cart article {
    margin-bottom: 50px;
}

.checkout-wrap {
	margin-top: 30px;
    margin-bottom: 75px;
}

.woocommerce-cart .checkout-wrap {
	margin-top: 50px;
}

ul.checkout-bar {
	position: relative;
	display: flex;
	width: 80%;
	height: 3px;
	margin: 0 auto 20px 10%;
	padding: 0;
	border-radius: 6px;
	background-size: 35px 35px;
}

ul.checkout-bar li {
	display: inline-block;
	position: relative;
	width: 33.333%;
	margin: 22px 0 0;
	padding: 0;
	background-color: transparent;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	vertical-align: top;
}

ul.checkout-bar li::before {
	position: absolute;
	z-index: 3;
	top: -40px;
	left: 50%;
    margin-left: -19px;
	width: 26px;
	height: 26px;
	border: 6px solid #fff;
	border-radius: 50%;
	color: #fff;
	background: #ddd;
	box-sizing: content-box;
	font-size: 14px;
	font-weight: 700;
	line-height: 26px;
	text-align: center;
}

.checkout-bar li.active::after,
.checkout-bar li.next::after {
	position: absolute;
	z-index: 0;
	top: -22px;
	left: 50%;
	width: 100%;
	height: 3px;
	background-color: #ccc;
	background-size: 35px 35px;
	content: "";
}

.woocommerce-cart .checkout-bar li.next::after,
ul.checkout-bar {
	background-color: #ececec;
}

.checkout-bar.final li.active::after {
	width: auto;
}

ul.checkout-bar li.visited::after,
ul.checkout-bar::before {
	position: absolute;
	left: 0;
	width: 17%;
	height: 3px;
	border-radius: 6px;
	background-color: #dc9814;
	background-size: 35px 35px;
	content: " ";
}

.woocommerce-checkout .checkout-bar li.active::after {
	background-color: #dc9814;
}

.woocommerce-checkout ul.checkout-bar li.next::before {
	z-index: 4;
	background: var(--primary-color3);
}

.woocommerce-checkout ul.checkout-bar li.next {
	color: var(--primary-color3);
}

.woocommerce-checkout ul.checkout-bar li.next::after {
	background-color: #ccc;
}

ul.checkout-bar li.visited {
	background: 0 0;
}

ul.checkout-bar li.visited::after {
	z-index: 99;
	top: -28px;
	left: 50%;
	width: 100%;
	content: "";
}

.woocommerce-cart ul.checkout-bar li.active,
.woocommerce-checkout ul.checkout-bar li.active {
	z-index: 3;
	color: #444;
	background: 0 0;
}

.woocommerce-checkout ul.checkout-bar li.next {
	color: #444
}

.woocommerce-cart ul.checkout-bar li.active::before,
.woocommerce-checkout ul.checkout-bar li.active::before,
.woocommerce-checkout ul.checkout-bar li.next::before {
	z-index: 4;
	background: var(--primary-color3);
}

ul.checkout-bar li.visited::before {
	z-index: 1;
	background: var(--primary-color3)
}

ul.checkout-bar li:nth-child(1)::before {
	content: "1";
}

ul.checkout-bar li:nth-child(2)::before {
	content: "2";
}

ul.checkout-bar li:nth-child(3)::before {
	content: "3";
}

ul.checkout-bar:before, .woocommerce-checkout .checkout-bar li.active:after, ul.checkout-bar li.visited:after {
    background-color: var(--primary-color3);
}

.fc-progress-bar {
    display: none;
}


.woocommerce-cart-form ul {
	overflow: hidden;
	padding: 30px 25px 5px 25px;
	border: 1px solid #eee;
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.08);
}

.woocommerce-cart-form li {
	position: relative;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.5;
}

.woocommerce-cart-form li strong {
	display: block;
	margin-top: 3px;
}

.woocommerce-cart-form li {
    display: inline-block;
    float: left;
    width: 33.33%;
    padding-right: 2%;
    padding-left: 18px;
}

.woocommerce-cart-form li strong {
    margin-top: 10px;
    color: var(--primary-color3);
}

.woocommerce-cart-form li::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    border-radius: 50%;
    background-color: #eee;
    content: "";
}

.woocommerce-cart-form li:last-child::after {
    display: none;
}

.woocommerce-cart-form li strong::before {
    display: block;
    font-size: 12px;
    letter-spacing: 3px;
    content: "\2605\2605\2605\2605\2605";
    color: var(--primary-color5);
}


.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
    display: none;
}

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

.single_add_to_cart_button.loading {
    position: relative;
}

.single_add_to_cart_button.loading::before {
    content: '';
    -webkit-animation: spin 0.5s linear infinite;
    -moz-animation: spin 0.5s linear infinite;
    animation: spin 0.5s linear infinite;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3px dashed #fff;
    border-radius: 50%;
    top: 50%;
    left: 20px;
    margin-top: -10px;
    background: transparent;
}

.single_add_to_cart_button.loading::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--theme-accent-color);
    top: 50%;
    left: 12px;
    margin-top: -6px;
}
.woocommerce-page .shop_table.cart .cart_item .product-thumbnail .popup-quick-view-text .test {
    display: none;
}