@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');

/*
! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: 700;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

body {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #333;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::-webkit-backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.top-0{
  top: 0px;
}

.left-0{
  left: 0px;
}

.right-0{
  right: 0px;
}

.top-\[40px\]{
  top: 40px;
}

.top-\[-10px\]{
  top: -10px;
}

.right-\[-10px\]{
  right: -10px;
}

.top-\[49px\]{
  top: 49px;
}

.top-1\/2{
  top: 50%;
}

.left-1\/2{
  left: 50%;
}

.left-\[-140px\]{
  left: -140px;
}

.left-\[-120px\]{
  left: -120px;
}

.top-\[6px\]{
  top: 6px;
}

.right-\[10px\]{
  right: 10px;
}

.top-\[13px\]{
  top: 13px;
}

.left-\[23px\]{
  left: 23px;
}

.bottom-0{
  bottom: 0px;
}

.top-\[12px\]{
  top: 12px;
}

.right-\[12px\]{
  right: 12px;
}

.bottom-\[-10px\]{
  bottom: -10px;
}

.top-\[16px\]{
  top: 16px;
}

.-left-\[16px\]{
  left: -16px;
}

.left-\[40px\]{
  left: 40px;
}

.top-\[10px\]{
  top: 10px;
}

.left-\[25\%\]{
  left: 25%;
}

.bottom-\[29px\]{
  bottom: 29px;
}

.top-\[22px\]{
  top: 22px;
}

.left-\[13px\]{
  left: 13px;
}

.top-\[2px\]{
  top: 2px;
}

.left-\[16px\]{
  left: 16px;
}

.top-\[-6px\]{
  top: -6px;
}

.bottom-\[6px\]{
  bottom: 6px;
}

.top-\[20px\]{
  top: 20px;
}

.right-\[20px\]{
  right: 20px;
}

.bottom-\[-20px\]{
  bottom: -20px;
}

.right-\[-20px\]{
  right: -20px;
}

.bottom-\[32px\]{
  bottom: 32px;
}

.top-\[35px\]{
  top: 35px;
}

.right-\[40px\]{
  right: 40px;
}

.z-40{
  z-index: 40;
}

.z-50{
  z-index: 50;
}

.z-\[60\]{
  z-index: 60;
}

.z-10{
  z-index: 10;
}

.z-0{
  z-index: 0;
}

.z-20{
  z-index: 20;
}

.z-30{
  z-index: 30;
}

.col-span-1{
  grid-column: span 1 / span 1;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.row-span-2{
  grid-row: span 2 / span 2;
}

.row-span-1{
  grid-row: span 1 / span 1;
}

.float-left{
  float: left;
}
.float-right{
  float: right;
}
.clear-both{
  clear: both;
}

.m-0{
  margin: 0px;
}

.mx-\[25px\]{
  margin-left: 25px;
  margin-right: 25px;
}

.mx-\[5px\]{
  margin-left: 5px;
  margin-right: 5px;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.mx-\[8px\]{
  margin-left: 8px;
  margin-right: 8px;
}

.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

.ml-\[12px\]{
  margin-left: 12px;
}

.mb-\[13px\]{
  margin-bottom: 13px;
}

.mb-\[10px\]{
  margin-bottom: 10px;
}

.ml-\[10px\]{
  margin-left: 10px;
}

.mb-\[16px\]{
  margin-bottom: 16px;
}

.mr-\[11px\]{
  margin-right: 11px;
}

.mb-\[11px\]{
  margin-bottom: 11px;
}
.mr-\[15px\]{
  margin-right: 15px;
}
.mr-\[25px\]{
  margin-right: 25px;
}

.mr-\[26px\]{
  margin-right: 26px;
}

.mr-\[60px\]{
  margin-right: 60px;
}

.mb-\[27px\]{
  margin-bottom: 27px;
}

.mb-\[15px\]{
  margin-bottom: 15px;
}

.mb-\[20px\]{
  margin-bottom: 20px;
}

.mb-\[5px\]{
  margin-bottom: 5px;
}

.mb-\[24px\]{
  margin-bottom: 24px;
}

.mb-\[17px\]{
  margin-bottom: 17px;
}

.mr-\[20px\]{
  margin-right: 20px;
}

.mr-\[7px\]{
  margin-right: 7px;
}

.mt-4{
  margin-top: 1rem;
}

.mr-\[13px\]{
  margin-right: 13px;
}

.mb-\[25px\]{
  margin-bottom: 25px;
}

.mt-\[20px\]{
  margin-top: 20px;
}

.ml-\[15px\]{
  margin-left: 15px;
}

.mb-\[9px\]{
  margin-bottom: 9px;
}

.mr-\[29px\]{
  margin-right: 29px;
}

.ml-\[19px\]{
  margin-left: 19px;
}

.ml-\[9px\]{
  margin-left: 9px;
}

.mr-\[85px\]{
  margin-right: 85px;
}

.ml-4{
  margin-left: 1rem;
}

.ml-\[43px\]{
  margin-left: 43px;
}

.mr-\[24px\]{
  margin-right: 24px;
}

.mb-4{
  margin-bottom: 1rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mb-\[66px\]{
  margin-bottom: 66px;
}

.mb-\[84px\]{
  margin-bottom: 84px;
}

.mb-\[36px\]{
  margin-bottom: 36px;
}

.mb-\[45px\]{
  margin-bottom: 45px;
}

.ml-0{
  margin-left: 0px;
}

.mb-\[70px\]{
  margin-bottom: 70px;
}

.mt-\[24px\]{
  margin-top: 24px;
}

.mb-\[8px\]{
  margin-bottom: 8px;
}

.mb-\[49px\]{
  margin-bottom: 49px;
}

.mb-\[77px\]{
  margin-bottom: 77px;
}

.mb-\[94px\]{
  margin-bottom: 94px;
}

.mb-\[18px\]{
  margin-bottom: 18px;
}

.mt-\[63px\]{
  margin-top: 63px;
}

.mb-\[12px\]{
  margin-bottom: 12px;
}

.ml-\[38px\]{
  margin-left: 38px;
}

.ml-\[42px\]{
  margin-left: 42px;
}

.mb-\[78px\]{
  margin-bottom: 78px;
}

.mt-\[15px\]{
  margin-top: 15px;
}

.mb-\[37px\]{
  margin-bottom: 37px;
}

.mb-\[23px\]{
  margin-bottom: 23px;
}

.mb-\[30px\]{
  margin-bottom: 30px;
}

.ml-\[5px\]{
  margin-left: 5px;
}

.ml-\[30\%\]{
  margin-left: 30%;
}

.mt-\[-3px\]{
  margin-top: -3px;
}

.mr-\[28px\]{
  margin-right: 28px;
}

.mr-\[5px\]{
  margin-right: 5px;
}

.mt-\[12px\]{
  margin-top: 12px;
}

.mb-\[41px\]{
  margin-bottom: 41px;
}

.mr-\[22px\]{
  margin-right: 22px;
}

.ml-\[11px\]{
  margin-left: 11px;
}

.mb-\[21px\]{
  margin-bottom: 21px;
}

.mr-\[19px\]{
  margin-right: 19px;
}

.mr-\[38px\]{
  margin-right: 38px;
}

.mr-\[10px\]{
  margin-right: 10px;
}

.mb-\[14px\]{
  margin-bottom: 14px;
}

.ml-\[-6px\]{
  margin-left: -6px;
}

.mr-\[-6px\]{
  margin-right: -6px;
}

.ml-\[8px\]{
  margin-left: 8px;
}

.mb-\[35px\]{
  margin-bottom: 35px;
}

.mb-\[6px\]{
  margin-bottom: 6px;
}

.mr-\[140px\]{
  margin-right: 140px;
}

.mb-\[19px\]{
  margin-bottom: 19px;
}

.ml-\[104px\]{
  margin-left: 104px;
}

.mb-\[47px\]{
  margin-bottom: 47px;
}

.ml-\[31px\]{
  margin-left: 31px;
}

.mb-\[34px\]{
  margin-bottom: 34px;
}

.mr-\[128px\]{
  margin-right: 128px;
}

.mr-\[18px\]{
  margin-right: 18px;
}

.mb-\[124px\]{
  margin-bottom: 124px;
}

.mr-\[155px\]{
  margin-right: 155px;
}

.mr-\[45px\]{
  margin-right: 45px;
}

.ml-\[20px\]{
  margin-left: 20px;
}

.mt-\[22px\]{
  margin-top: 22px;
}

.ml-\[35px\]{
  margin-left: 35px;
}

.mb-\[100px\]{
  margin-bottom: 100px;
}

.ml-\[25px\]{
  margin-left: 25px;
}

.mr-\[30px\]{
  margin-right: 30px;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-\[65px\]{
  margin-bottom: 65px;
}

.mr-\[110px\]{
  margin-right: 110px;
}

.mt-\[-130px\]{
  margin-top: -130px;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-full{
  height: 100%;
}

.h-\[40px\]{
  height: 40px;
}

.h-\[20px\]{
  height: 20px;
}

.h-\[565px\]{
  height: 565px;
}

.h-\[350px\]{
  height: 350px;
}

.h-\[30px\]{
  height: 30px;
}

.h-\[433px\]{
  height: 433px;
}

.h-\[35px\]{
  height: 35px;
}

.h-\[26px\]{
  height: 26px;
}

.h-\[52px\]{
  height: 52px;
}

.h-\[176px\]{
  height: 176px;
}

.h-\[27px\]{
  height: 27px;
}

.h-\[19px\]{
  height: 19px;
}

.h-\[50px\]{
  height: 50px;
}

.h-\[320px\]{
  height: 320px;
}

.h-\[89px\]{
  height: 89px;
}

.h-\[45px\]{
  height: 45px;
}

.h-\[1px\]{
  height: 1px;
}

.h-\[4px\]{
  height: 4px;
}

.h-\[75px\]{
  height: 75px;
}

.h-\[37px\]{
  height: 37px;
}

.h-\[16px\]{
  height: 16px;
}

.h-\[76px\]{
  height: 76px;
}

.h-\[575px\]{
  height: 575px;
}

.h-\[62px\]{
  height: 62px;
}

.h-\[66px\]{
  height: 66px;
}

.h-\[56px\]{
  height: 56px;
}

.h-\[6px\]{
  height: 6px;
}

.h-\[calc\(100\%_-_12px\)\]{
  height: calc(100% - 12px);
}

.h-\[100px\]{
  height: 100px;
}

.h-\[139px\]{
  height: 139px;
}

.h-\[95px\]{
  height: 95px;
}

.h-\[54px\]{
  height: 54px;
}

.h-\[22px\]{
  height: 22px;
}

.h-\[44px\]{
  height: 44px;
}

.h-\[735px\]{
  height: 735px;
}

.h-\[457px\]{
  height: 457px;
}

.h-\[330px\]{
  height: 330px;
}

.h-\[33px\]{
  height: 33px;
}

.w-full{
  width: 100%;
}

.w-\[580px\]{
  width: 580px;
}

.w-\[465px\]{
  width: 465px;
}

.w-\[116px\]{
  width: 116px;
}

.w-\[20px\]{
  width: 20px;
}

.w-\[274px\]{
  width: 274px;
}

.w-\[300px\]{
  width: 300px;
}

.w-\[calc\(100\%_-_300px\)\]{
  width: calc(100% - 300px);
}

.w-\[342px\]{
  width: 342px;
}

.w-\[125px\]{
  width: 125px;
}

.w-\[50\%\]{
  width: 50%;
}

.w-\[54px\]{
  width: 54px;
}

.w-\[65px\]{
  width: 65px;
}

.w-\[210px\]{
  width: 210px;
}

.w-\[110px\]{
  width: 110px;
}

.w-\[30\%\]{
  width: 30%;
}
.w\-\[calc\(33\%_\-\_6px\)\]{
  width: calc(33% - 6px);
}

.w-\[400px\]{
  width: 400px;
}

.w-\[472px\]{
  width: 472px;
}

.w-\[70px\]{
  width: 70px;
}

.w-\[191px\]{
  width: 191px;
}

.w-\[55px\]{
  width: 55px;
}

.w-\[500px\]{
  width: 500px;
}

.w-\[150px\]{
  width: 150px;
}

.w-\[200px\]{
  width: 200px;
}

.w-\[833px\]{
  width: 833px;
}

.w-\[315px\]{
  width: 315px;
}

.w-\[154px\]{
  width: 154px;
}

.w-\[365px\]{
  width: 365px;
}

.w-\[40\%\]{
  width: 40%;
}

.w-\[166px\]{
  width: 166px;
}

.w-\[60\%\]{
  width: 60%;
}

.w-\[70\%\]{
  width: 70%;
}

.w-\[250px\]{
  width: 250px;
}

.w-\[350px\]{
  width: 350px;
}

.w-\[111px\]{
  width: 111px;
}

.w-\[20\%\]{
  width: 20%;
}

.w-\[598px\]{
  width: 598px;
}
.w-\[818px\]{
  width: 818px;
}
.w-\[76px\]{
  width: 76px;
}

.w-\[calc\(598px_-_124px\)\]{
  width: calc(598px - 124px);
}
.w-\[calc\(818px_-_124px\)\]{
  width: calc(818px_ - 124px);
}

.w-\[552px\]{
  width: 552px;
}

.w-\[100px\]{
  width: 100px;
}

.w-\[27px\]{
  width: 27px;
}

.w-\[68px\]{
  width: 68px;
}

.w-\[37px\]{
  width: 37px;
}

.w-\[402px\]{
  width: 402px;
}
.w-\[428px\]{
  width: 428px;
}
.w-\[170px\]{
  width: 170px;
}

.w-\[calc\(100\%_-_170px\)\]{
  width: calc(100% - 170px);
}

.w-\[6px\]{
  width: 6px;
}

.w-\[calc\(100\%_-_890px\)\]{
  width: calc(100% - 890px);
}

.w-\[calc\(100\%_-_468px\)\]{
  width: calc(100% - 468px);
}

.w-\[364px\]{
  width: 364px;
}

.w-\[254px\]{
  width: 254px;
}

.w-\[303px\]{
  width: 303px;
}

.w-\[calc\(100\%_-_431px\)\]{
  width: calc(100% - 431px);
}

.w-\[247px\]{
  width: 247px;
}

.w-\[193px\]{
  width: 193px;
}

.w-\[80\%\]{
  width: 80%;
}

.w-\[260px\]{
  width: 260px;
}

.w-\[calc\(100\%_-_70px\)\]{
  width: calc(100% - 70px);
}

.w-\[calc\(100\%_-_416px\)\]{
  width: calc(100% - 416px);
}

.w-\[416px\]{
  width: 416px;
}

.w-\[490px\]{
  width: 490px;
}

.w-\[45\%\]{
  width: 45%;
}

.w-\[156px\]{
  width: 156px;
}

.max-w-\[350px\]{
  max-width: 350px;
}

.max-w-\[1200px\]{
  max-width: 1200px;
}

.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer{
  cursor: pointer;
}

.resize-none{
  resize: none;
}

.grid-flow-col{
  grid-auto-flow: column;
}

.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-rows-2{
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.items-start{
  align-items: flex-start;
}

.items-end{
  align-items: flex-end;
}

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

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.gap-4{
  gap: 1rem;
}

.gap-\[17px\]{
  gap: 17px;
}

.gap-\[29px\]{
  gap: 29px;
}

.gap-\[12px\]{
  gap: 12px;
}

.gap-\[22px\]{
  gap: 22px;
}

.gap-\[36px\]{
  gap: 36px;
}

.space-x-\[64px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(64px * var(--tw-space-x-reverse));
  margin-left: calc(64px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-\[11px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(11px * var(--tw-space-x-reverse));
  margin-left: calc(11px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-\[50px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(50px * var(--tw-space-x-reverse));
  margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-\[48px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(48px * var(--tw-space-x-reverse));
  margin-left: calc(48px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-\[8px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(8px * var(--tw-space-x-reverse));
  margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-\[16px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(16px * var(--tw-space-x-reverse));
  margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
}

.overflow-hidden{
  overflow: hidden;
}

.rounded-\[5px\]{
  border-radius: 5px;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-\[20px\]{
  border-radius: 20px;
}

.rounded-\[3px\]{
  border-radius: 3px;
}

.rounded-tl-\[5px\]{
  border-top-left-radius: 5px;
}

.rounded-bl-\[5px\]{
  border-bottom-left-radius: 5px;
}

.rounded-tr-\[5px\]{
  border-top-right-radius: 5px;
}

.rounded-br-\[5px\]{
  border-bottom-right-radius: 5px;
}

.border{
  border-width: 1px;
}

.border-\[1px\]{
  border-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.border-r{
  border-right-width: 1px;
}

.border-b-\[4px\]{
  border-bottom-width: 4px;
}

.border-l{
  border-left-width: 1px;
}

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

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

.border-black\/10{
  border-color: rgb(0 0 0 / 0.1);
}

.border-\[\#000000\]{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-\[\#000000\]\/10{
  border-color: rgb(0 0 0 / 0.1);
}

.border-\[\#EAEAEA\]{
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity));
}

.border-\[\#D1D1D1\]{
  --tw-border-opacity: 1;
  border-color: rgb(209 209 209 / var(--tw-border-opacity));
}

.border-\[\#D9D9D9\]{
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}

.border-\[\#333333\]{
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity));
}

.border-\[\#E7E7E7\]{
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
}

.border-\[\#EF5BA1\]{
  --tw-border-opacity: 1;
  border-color: rgb(239 91 161 / var(--tw-border-opacity));
}

.border-\[\#D4D4D4\]{
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.border-\[\#BFBFBF\]{
  --tw-border-opacity: 1;
  border-color: rgb(191 191 191 / var(--tw-border-opacity));
}

.border-\[\#F1F1F1\]{
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity));
}

.border-\[\#ECE8E8\]{
  --tw-border-opacity: 1;
  border-color: rgb(236 232 232 / var(--tw-border-opacity));
}

.border-\[\#979797\]{
  --tw-border-opacity: 1;
  border-color: rgb(151 151 151 / var(--tw-border-opacity));
}

.border-\[\#EF5BA1\]\/30{
  border-color: rgb(239 91 161 / 0.3);
}

.border-t-\[\#000000\]{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-\[\#000000\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-\[\#F5F5F5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-\[\#EF5BA1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(239 91 161 / var(--tw-bg-opacity));
}

.bg-white\/80{
  background-color: rgb(255 255 255 / 0.8);
}

.bg-\[\#333333\]{
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}

.bg-\[\#EDEDED\]{
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity));
}

.bg-\[\#F6FAFB\]{
  --tw-bg-opacity: 1;
  background-color: rgb(246 250 251 / var(--tw-bg-opacity));
}

.bg-\[\#D1D1D1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(209 209 209 / var(--tw-bg-opacity));
}

.bg-\[\#F8F7F4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 244 / var(--tw-bg-opacity));
}

.bg-\[\#F0ECE7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 236 231 / var(--tw-bg-opacity));
}

.bg-\[\#DDDDDD\]{
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity));
}

.bg-\[\#FFF4F4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 244 244 / var(--tw-bg-opacity));
}

.bg-\[\#fddde8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(253 221 232 / var(--tw-bg-opacity));
}

.bg-\[\#92DCE5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(146 220 229 / var(--tw-bg-opacity));
}

.bg-\[\#FF7A7A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 122 122 / var(--tw-bg-opacity));
}

.bg-\[\#FF598D\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 89 141 / var(--tw-bg-opacity));
}

.bg-\[\#FED3FF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(254 211 255 / var(--tw-bg-opacity));
}

.bg-\[\#F0EBEB\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 235 235 / var(--tw-bg-opacity));
}

.bg-\[\#F9F9F9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}

.bg-\[\#F4F5F6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 246 / var(--tw-bg-opacity));
}
 
.bg-white\/50{
  background-color: rgb(255 255 255 / 0.5);
}

.bg-\[\#f5f5f5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-\[\#F7F2F6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(247 242 246 / var(--tw-bg-opacity));
}

.bg-\[url\(\'\.\.\/img\/category\/bg\.svg\'\)\]{
  background-image: url('../img/category/bg.svg');
}

.bg-\[url\(\'\.\.\/img\/thuonghieu\/bg\.svg\'\)\]{
  background-image: url('../img/thuonghieu/bg.svg');
}

.bg-\[url\(\'\.\.\/img\/home\/new\/bg\.png\'\)\]{
  background-image: url('../img/home/new/bg.png');
}

.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-\[url\(\'\.\.\/img\/home\/dotted\.png\'\)\]{
  background-image: url('../img/home/dotted.png');
}

.bg-\[url\(\'\.\.\/img\/thuonghieu\/banner\.png\'\)\]{
  background-image: url('../img/thuonghieu/banner.png');
}

.from-\[\#EF5BA1\]{
  --tw-gradient-from: #EF5BA1;
  --tw-gradient-to: rgb(239 91 161 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#5A0046\]{
  --tw-gradient-to: #5A0046;
}

.bg-\[length\:12px\]{
  background-size: 12px;
}

.bg-center{
  background-position: center;
}

.bg-\[left_center\]{
  background-position: left center;
}

.bg-\[right_center\]{
  background-position: right center;
}

.bg-\[center\]{
  background-position: center;
}

.bg-\[center_top\]{
  background-position: center top;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.p-\[30px\]{
  padding: 30px;
}

.p-\[34px\]{
  padding: 34px;
}

.p-\[10px\]{
  padding: 10px;
}

.p-4{
  padding: 1rem;
}

.p-0{
  padding: 0px;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-\[16px\]{
  padding-top: 16px;
  padding-bottom: 16px;
}

.px-\[25px\]{
  padding-left: 25px;
  padding-right: 25px;
}

.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}

.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}

.px-\[100px\]{
  padding-left: 100px;
  padding-right: 100px;
}

.py-\[60px\]{
  padding-top: 60px;
  padding-bottom: 60px;
}

.px-\[30px\]{
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[50px\]{
  padding-left: 50px;
  padding-right: 50px;
}

.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}

.py-\[50px\]{
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-\[6px\]{
  padding-top: 6px;
  padding-bottom: 6px;
}

.px-\[14px\]{
  padding-left: 14px;
  padding-right: 14px;
}

.py-\[35px\]{
  padding-top: 35px;
  padding-bottom: 35px;
}

.py-\[13px\]{
  padding-top: 13px;
  padding-bottom: 13px;
}

.px-\[40px\]{
  padding-left: 40px;
  padding-right: 40px;
}

.pr-\[10px\]{
  padding-right: 10px;
}

.pl-\[35px\]{
  padding-left: 35px;
}

.pb-\[20px\]{
  padding-bottom: 20px;
}

.pt-\[57px\]{
  padding-top: 57px;
}

.pb-\[49px\]{
  padding-bottom: 49px;
}

.pl-\[40px\]{
  padding-left: 40px;
}

.pr-\[177px\]{
  padding-right: 177px;
}

.pt-4{
  padding-top: 1rem;
}

.pt-\[108px\]{
  padding-top: 108px;
}

.pb-\[80px\]{
  padding-bottom: 80px;
}

.pt-\[91px\]{
  padding-top: 91px;
}

.pb-\[94px\]{
  padding-bottom: 94px;
}

.pt-\[72px\]{
  padding-top: 72px;
}

.pb-\[76px\]{
  padding-bottom: 76px;
}

.pt-\[82px\]{
  padding-top: 82px;
}

.pb-\[119px\]{
  padding-bottom: 119px;
}

.pt-\[109px\]{
  padding-top: 109px;
}

.pb-\[77px\]{
  padding-bottom: 77px;
}

.pr-\[30px\]{
  padding-right: 30px;
}

.pt-\[71px\]{
  padding-top: 71px;
}

.pb-\[85px\]{
  padding-bottom: 85px;
}

.pt-\[23px\]{
  padding-top: 23px;
}

.pb-\[50px\]{
  padding-bottom: 50px;
}

.pb-\[25px\]{
  padding-bottom: 25px;
}

.pt-\[77px\]{
  padding-top: 77px;
}

.pb-\[114px\]{
  padding-bottom: 114px;
}

.pt-\[61px\]{
  padding-top: 61px;
}

.pb-\[92px\]{
  padding-bottom: 92px;
}

.pl-\[43px\]{
  padding-left: 43px;
}

.pr-\[50px\]{
  padding-right: 50px;
}

.pb-\[28px\]{
  padding-bottom: 28px;
}

.pr-\[135px\]{
  padding-right: 135px;
}

.pl-\[30px\]{
  padding-left: 30px;
}

.pl-\[20px\]{
  padding-left: 20px;
}

.pr-\[40px\]{
  padding-right: 40px;
}

.pl-\[25px\]{
  padding-left: 25px;
}

.pb-4{
  padding-bottom: 1rem;
}

.pt-\[67px\]{
  padding-top: 67px;
}

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

.text-justify{
  text-align: justify;
}

.text-end{
  text-align: end;
}

.text-\[13px\]{
  font-size: 13px;
}

.text-\[15px\]{
  font-size: 15px;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-\[10px\]{
  font-size: 10px;
}

.text-\[14px\]{
  font-size: 14px;
}

.text-\[60px\]{
  font-size: 60px;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-\[12px\]{
  font-size: 12px;
}

.text-\[20px\]{
  font-size: 20px;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-\[75px\]{
  font-size: 75px;
}

.text-\[17px\]{
  font-size: 17px;
}

.text-\[30px\]{
  font-size: 30px;
}

.text-\[16px\]{
  font-size: 16px;
}

.text-\[50px\]{
  font-size: 50px;
}

.text-\[40px\]{
  font-size: 40px;
}

.text-\[25px\]{
  font-size: 25px;
}

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

.uppercase{
  text-transform: uppercase;
}

.italic{
  font-style: italic;
}

.leading-\[25px\]{
  line-height: 25px;
}

.leading-\[35px\]{
  line-height: 35px;
}

.leading-\[30px\]{
  line-height: 30px;
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-\[\#000000\]\/60{
  color: rgb(0 0 0 / 0.6);
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-\[\#808080\]{
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity));
}

.text-\[\#333333\]{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.text-\[\#636363\]{
  --tw-text-opacity: 1;
  color: rgb(99 99 99 / var(--tw-text-opacity));
}

.text-\[\#EF5BA1\]{
  --tw-text-opacity: 1;
  color: rgb(239 91 161 / var(--tw-text-opacity));
}

.text-\[\#000000\]{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-\[\#444444\]{
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity));
}

.text-\[\#35789C\]{
  --tw-text-opacity: 1;
  color: rgb(53 120 156 / var(--tw-text-opacity));
}

.text-\[\#EC138D\]{
  --tw-text-opacity: 1;
  color: rgb(236 19 141 / var(--tw-text-opacity));
}

.text-\[\#DDDDDD\]{
  --tw-text-opacity: 1;
  color: rgb(221 221 221 / var(--tw-text-opacity));
}

.text-\[\#737373\]{
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.text-\[\#0d6efd\]{
  --tw-text-opacity: 1;
  color: rgb(13 110 253 / var(--tw-text-opacity));
}

.text-\[\#4D4D4D\]{
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity));
}

.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.line-through{
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}

.opacity-80{
  opacity: 0.8;
}

.opacity-50{
  opacity: 0.5;
}

.shadow-\[0_4px_18px_-0_rgba\(0\2c 0\2c 0\2c 0\.18\)\]{
  --tw-shadow: 0 4px 18px -0 rgba(0,0,0,0.18);
  --tw-shadow-colored: 0 4px 18px -0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_0_0_3px_rgba\(245\2c 246\2c 246\)\]{
  --tw-shadow: 0 0 0 3px rgba(245,246,246);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.container{
  max-width: 1200px !important;
  width: 1200px !important;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type=number] {
  -moz-appearance: textfield;
}

.menu ul li.top.dropdown > a{
  background: url(../img/detail/arrow.svg) no-repeat right center;
  padding-right: 20px;
}

.menu ul li.top{
  padding: 12px 0;
  cursor: pointer;
  border-bottom: 1px solid #ffffff;
}

.menu ul li.top:hover {
  border-bottom: 1px solid #000000;
}

.menu ul li.top > a{
  font-weight: 500;
  text-transform: uppercase;
}

.breadcrumb ul li a::after{
  content: "/";
  padding: 0 5px;
}

.breadcrumb ul li:last-child a::after{
  display: none;
}

.breadcrumb ul li a {
  font-size: 14px;
  color:#333333;
}

/**Product Page Start**/

.slider-1 .owl-prev{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 0;
}

.slider-1 .owl-next{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  right: 0;
}

.slider-2 .owl-prev{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 17px;
  width: 34px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.7);
}

.slider-2 .owl-next{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  right: -17px;
  width: 34px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.7);
}

.slider-3 .owl-prev{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 32px;
  width: 65px;
  height: 234px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.slider-3 .owl-next{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  right: -32px;
  width: 65px;
  height: 234px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
}

.slider-4 .owl-prev{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 18px;
  width: 37px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(246, 246, 246, 0.8);
}

.slider-4 .owl-next{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  right: -18px;
  width: 37px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(246, 246, 246, 0.8);
}

.slider-5 .item img {
  height: calc(100vh - 127px) !important;
}

/**Product Page End**/

/**Home Page Start**/

.slider-6 .owl-prev{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 40px;
  z-index: 50;
  text-indent: -9999px;
}

.slider-6 .owl-next{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  right: -30px;
  z-index: 50;
  text-indent: -9999px;
}

.slider-7 .owl-prev{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 30%;
  left: 5px;
  z-index: 50;
  text-indent: -9999px;
}

.slider-7 .owl-next{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 30%;
  right: -65px;
  z-index: 50;
  text-indent: -9999px;
}

.slider-8{
  padding: 0 185px;
}

.slider-8 .owl-prev{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 35%;
  left: 90px;
  z-index: 50;
  text-indent: -9999px;
}

.slider-8 .owl-next{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 35%;
  right: 25px;
  z-index: 50;
  text-indent: -9999px;
}

.slider-8 .owl-dots{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
}

.slider-8 .owl-dots .owl-dot span{
  width: 18px;
  height: 18px;
  background: #EAEAEA;
  border-radius: 50%;
  display: inline-flex;
  margin: 0 6px;
}

.slider-8 .owl-dots .owl-dot.active span{
  background: #000000;
}

.slider-8 .item .text{
  padding: 18px 0;
}

.slider-8 .item.setActive .text{
  padding: 18px 24px;
  box-shadow: 0px 3px 9px 0px rgba(189, 125, 126, 0.3);
  background: white;
}

.slider-9 .owl-prev{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 40%;
  left: 5px;
  z-index: 50;
  text-indent: -9999px;
}

.slider-9 .owl-next{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 40%;
  right: -65px;
  z-index: 50;
  text-indent: -9999px;
}

.slider-10{
  padding: 0 100px;
}

.slider-10 .owl-prev, .slider-11 .owl-prev{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50px;
  z-index: 50;
  text-indent: -9999px;
}

.slider-10 .owl-next, .slider-11 .owl-next{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  right: 25px;
  z-index: 50;
  text-indent: -9999px;
}

.slider-11{
  padding: 0 100px;
  border-bottom: 1px solid #D9D9D9;
}

.slider-11 .owl-item{
  padding: 40px 0 107px 0;
}

.slider-11 .item.setActive, .slider-14 .item.setActive{
  position: relative;
}

.slider-14 .item.setActive, .slider-14 .item:hover{
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.slider-11 .item.setActive::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  background: #000000;
  left: 0;
  bottom: -107px;
}

.slider-12 .owl-nav{
  position: absolute;
  display: flex;
  align-items: center;
  top: -130px;
  right: 0;
}

.slider-12 .owl-next{
  margin-left: 14px;
  margin-right: 30px;
}

.slider-14 .read img{
  width: 10px !important;
  height: 10px;
}

.slider-14 .owl-item{
  padding-bottom: 64px;
}

.slider-14 .item.setActive::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #EF5BA1;
  left: 0;
  bottom: -64px;
}

/**Home Page End**/

.footer-top .style > h6{
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 15px;
}

.footer-top .style ul li{
  margin-bottom: 15px;
}

.footer-top .style ul li a{
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333333;
}

.footer-top .style ul li a img{
  margin-right: 20px;
  filter: grayscale(100%);
}

.arrow-down-white {
  width: 0;
  height: 0;
  border-left: 28px solid transparent;
  border-right: 52px solid transparent;
  border-top: 52px solid #fff;
  position: absolute;
  right: -53px;
  top: 0;
}

.rating {
  direction: rtl;
  display: flex;
  cursor: pointer;
  justify-content: end;
}

.rating > span:hover,
.rating > span:hover~span{
  background: url(../img/detail/star-hover.svg) no-repeat;
  width: 38px;
  height: 28px;
}

.rating>span {
  background: url(../img/detail/star.svg) no-repeat;
  width: 38px;
  height: 28px;
}

.rating>span.active {
  background: url(../img/detail/star-hover.svg) no-repeat;
  width: 38px;
  height: 28px;
}

.rate {
  direction: rtl;
  display: flex;
  cursor: pointer;
  justify-content: end;
}

.rate:not(:checked) > input {
  position:absolute;
  top:-9999px;
}

.rate:not(:checked) > label {
  background: url(../img/detail/star.svg) no-repeat;
  width: 38px;
  height: 28px;
  text-indent: -999px;
  overflow: hidden;
}

.rate > input:checked ~ label {
  background: url(../img/detail/star-hover.svg) no-repeat;
  width: 38px;
  height: 28px;
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  background: url(../img/detail/star-hover.svg) no-repeat;
  width: 38px;
  height: 28px;
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  background: url(../img/detail/star-hover.svg) no-repeat;
  width: 38px;
  height: 28px;
}

.question-item.active {
  padding-bottom: 45px;
}

.question-item {
  border-bottom: 1px solid #BDBDBD;
  cursor: pointer;
}

.question-item h4{
  background: url(../img/detail/plus.svg) no-repeat right ;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  margin: 26px 0;
}

.question-item.active h4{
  background: url(../img/detail/minius.svg) no-repeat right ;
}

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

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

.sizes ul li a{
  width: 61px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F9F9F9;
  border-radius: 5px;
  font-size:14px;
  color: #333333;
  cursor: pointer;
  margin-right: 16px;
}

.sizes ul li:hover a, .sizes ul li.active a{
  background-color: #EF5BA1;
  color:#ffffff;
  cursor: pointer;
}

.colors  ul li{
  cursor: pointer;
}

.colors  ul li a{
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: block;
  margin-right: 17px;
  border: 2px solid #fff;
}
.colors ul li:not(.active) a {
  outline-color: #fff !important;
}
.thumb-gallery .slick-slide.slick-current.slick-active img{
  border: 2px solid #EC138D;
}

.thumb-gallery .slick-slide{
  width: 150px !important;
}

.thumb-gallery .slick-slide.slick-current img{
  border: 1px solid #D4D4D4;
  width: 76px;
  height: 76px;
  border-radius: 50%;
}

.gallery .slick-prev{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 0;
  background: url(../img/detail/prev-product.svg) no-repeat;
  width: 70px;
  height: 70px;
  z-index: 50;
  text-indent: -9999px;
}

.gallery .slick-next{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  right: -70px;
  background: url(../img/detail/next-product.svg) no-repeat;
  width: 70px;
  height: 70px;
  z-index: 50;
  text-indent: -9999px;
}

.gallery .slick-list, .gallery .slick-track, .gallery .slick-slide div, .gallery .slick-slide div img.full{
  height: 100%;
}

.gallery .icon img{
  width: 60px;
  height: 60px;
}

.bgmain{
  background: #FFFFFF;
  border-radius: 5px;
}

.stylett {
  position: relative;
}

.stylett .icon {
  margin: 0 25px 0 10px;
}

.stylett .head h2 {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

.stylett .head p {
  font-size: 16px;
  font-weight: 400;
}

.stylett .head p a {
  font-weight: 300;
}

.stylett .style1 .input {
  margin-bottom: 0;
}

.stylett .input-column1, .stylett .input-column3, .stylett .input-column2 {
  position: relative;
}

.stylett .input-column1 label, .stylett .input-column3 label, .stylett .input-column2 label {
  position: absolute;
  font-size: 12px;
  font-weight: 300;
  color: #090909;
  margin-bottom: 0;
  top: -12px;
  left: 15px;
  background: #fff;
  padding: 3px;
  z-index: 1;
}

.stylett .style1 .box2 .input-column3:nth-child(1) {
  width: 40%;
}

.stylett .style1 .box2 .input-column3:nth-child(2), .stylett .style1 .box2 .input-column3:nth-child(3) {
  width: 29%;
}

.stylett .input-column2 {
  width: 48%;
}

.stylett .input-column1 {
  width: 100%;
}

.stylett .input-column3 {
  width: 32%;
}

.stylett .input {
  background: #FFFFFF;
  border: 1px solid #CECECE;
  border-radius: 3px;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  color: #000;
  margin-bottom: 20px;
  padding: 0 15px;
  height: 42px;
  outline: none;
}

.stylett .input::-moz-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #545454;
}

.stylett .input::placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #545454;
}

.stylett .textarea {
  height: 100px !important;
}

.stylett .input2 {
  background: #FFFFFF;
  border: 1px solid #CECECE;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 300;
  color: #545454;
  padding: 0 10px;
  width: 100%;
  height: 40px;
}

.stylett .input3 {
  border: none;
  border-bottom: 1px solid #C6C6C6;
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-weight: 300;
  color: #000;
}

.stylett .input3::-moz-placeholder {
  color: #B5B5B5;
}

.stylett .input3::placeholder {
  color: #B5B5B5;
}

#header2 h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

#header2 ul li .img {
  margin-right: 12px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #D4D4D4;
}

#header2 ul li::after {
  content: "";
  width: 50px;
  height: 2px;
  background: #000000;
  margin: 0 16px;
}

#header2 ul li:last-child::after {
  display: none;
}

#header2 ul li.active .img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #222222;
}

#header2 ul li.active::after {
  content: "";
  width: 50px;
  height: 2px;
  background: #000000;
  margin: 0 16px;
}

#header2 ul li span {
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  color: #000000;
}

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

.sort2 span.top {
  font-size: 15px;
  font-weight: 400;
  background: url("../img/down_icon.svg") no-repeat right center;
  padding-right: 20px;
  cursor: pointer;
}

.sort2 .input.active + .box-open {
  display: block;
  z-index: 999;
}

.sort2 .box-open .content2 {
  overflow-y: scroll;
  height: 100px;
  padding-right: 10px;
}

.sort2 .box-open .content2::-webkit-scrollbar {
  width: 2px;
  border-radius: 5px;
}

.sort2 .box-open .content2::-webkit-scrollbar-thumb {
  background-color: #000000;
}

.sort2 .search-form {
  position: relative;
  margin-bottom: 16px;
}

.sort2 .search-form input[type=text] {
  border: 0.5px solid #A4A4A4;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  font-size: 14px;
  font-weight: 300;
  color: #8C8C8C;
  padding: 0 30px 0 10px;
  outline: none;
}

.sort2 .search-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  border: none;
  background: transparent;
  outline: none;
  padding: 0 5px;
}

.sort2 .box-open {
  display: none;
  background: #FFFFFF;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.13);
  border-radius: 5px;
  position: absolute;
  padding: 20px;
  width: 100%;
  top: 42px;
}

.sort2 .box-open .content2 .item p {
  font-size: 13px;
  font-weight: 300;
  color: #212121;
  padding: 0 10px;
}

.sort2 .box-open:hover {
  background-color: #F3F3F3;
}

.phuongthucthanhtoan .box .item {
  border: 1px solid #D9D9D9;
  cursor: pointer;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  width: calc(50% - 7px);
}
.phuongthucthanhtoan .box .item:has(input[type="radio"]:checked) {
  box-shadow: 0px 2px 10px rgb(0 0 0 / 20%);
}
.phuongthucthanhtoan .box .item .img {
  position: absolute;
  right: 10px;
  top: 7px;
}
.phuongthucthanhtoan .box .item .img > *{
  display: inline-block;
}
.phuongthucthanhtoan .box .item p {
  font-size: 14px;
  margin-left: 15px;
}
.phuongthucthanhtoan .style1 [type=radio]:checked + label, .phuongthucthanhtoan .style1 [type=radio]:not(:checked) + label {
  padding-left: 20px;
}
.phuongthucthanhtoan .box .item .item-promotion {
  background-color: #FE2B6D;
  color: #fff;
  font-size: 12px;
  line-height: 21px;
  padding: 0px 5px;
  border-radius: 30px;
  display: inline-block;
}
.flex-wrap{
  flex-wrap: wrap;
}
.mr-5px {
  margin-right: 5px;
}
.mr-15px {
  margin-right: 15px;
}
.mr-25px {
  margin-right: 25px;
}
.mr-50px {
  margin-right: 50px;
}
.ml-5px {
  margin-left: 5px;
}
.ml-10px {
  margin-left: 10px;
}
.ml-15px {
  margin-left: 15px;
}
.ml-auto {
  margin-left: auto;
}
.mx-5px {
  margin: 0 5px;
}
.mx-15px {
  margin: 0 15px;
}
.mb-10px {
  margin-bottom: 10px;
}
.mb-14px {
  margin-bottom: 14px;
}
.mb-30px {
  margin-bottom: 30px;
}
.p-5px-10px{
  padding: 5px 10px;
}
.p-5px{
  padding: 5px;
}
.p-10px{
  padding: 10px;
}
.p-15px{
  padding: 15px;
}
.p-20px{
  padding: 20px;
}
.p-30px{
  padding: 30px;
}
.p-40px{
  padding: 40px;
}
.py-10px{
  padding: 10px 0;
}
.pt-25px{
  padding-top: 25px;
}
.pb-1px{
  padding-bottom: 1px;
}
.pb-7px{
  padding-bottom: 7px;
}
.pb-10px{
  padding-bottom: 10px;
}
.pt-15px{
  padding-top: 15px;
}
.pb-25px{
  padding-bottom: 25px;
}
.pb-30px{
  padding-bottom: 30px;
}
.pr-15px{
  padding-right: 15px;
}
.p-10px-20px{
  padding: 10px 20px;
}
.p-25px-30px{
  padding: 25px 30px;
}
.color-orange{
  color: #F5A225;
}
.color-pink{
  color: #FF326C;
}
.color-grey{
  color: #444;
}
.text-black{
  color: #333;
}
.color-blue{
  color: #3463B4;
}
.color-green{
  color: #66A461;
}
.text-right{
  text-align: right;
}
.border-radius-5px{
  border-radius: 5px;
}
.border-radius-10px{
  border-radius: 10px;
}

.phuongthucthanhtoan .note {
  margin-top: 10px;
  clear: both;
}
.phuongthucthanhtoan .box.style1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.phuongthucthanhtoan .note p {
  font-size: 16px;
  font-weight: 300;
  color: #000;
}

.phuongthucthanhtoan .note span {
  font-weight: 400;
}
.phuongthucthanhtoan .box .item input[type="radio"] {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0;
}
.style1 [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #000;
}

.style1 [type=radio]:checked + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #000;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  transition: all 0.2s ease;
}

.style1 [type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #F87DA9;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  transition: all 0.2s ease;
  opacity: 0;
  transform: scale(0);
}

.style1 [type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.style1 [type=radio]:checked, .style1 [type=radio]:not(:checked) {
  position: absolute;
  width: 20px;
  height: 20px;
  z-index: 10;
  opacity: 0;
  cursor: pointer;
}

.style1 [type=radio]:checked + label, .style1 [type=radio]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  top: 0;
  left: 0;
  padding-left: 42px;
}

.style1 .box2 [type=radio]:checked + label, .style1 .box2 [type=radio]:not(:checked) + label {
  padding-left: 15px;
  top: -8px;
}

.style1 [type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 100%;
  background: #fff;
}

.style2 .checkbox {
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 3px;
  width: 22px;
  height: 22px;
}

.style2 [type=radio]:checked, .style2 [type=radio]:not(:checked) {
  position: absolute;
  width: 20%;
  height: 20px;
  z-index: 10;
  opacity: 0;
  cursor: pointer;
}

.style2 [type=radio]:checked + label, .style2 [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  height: 25px;
}

.style2 [type=radio]:checked + label:before, .style2 [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #FFFFFF;
  border: 1px solid #606060;
  border-radius: 3px;
  width: 22px;
  height: 22px;
}

.style2 [type=radio]:checked + label:after {
  content: "";
  background: url("../img/thanhtoandangnhap/check.svg") no-repeat;
  width: 12px;
  height: 9px;
  position: absolute;
  left: 5px;
  top: 7px;
}

.style2 [type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #F87DA9;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  transition: all 0.2s ease;
  opacity: 0;
  transform: scale(0);
}

.style2 [type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.thongtinxuathoadon .box, .ghichudonhang .box {
  position: relative;
  cursor: pointer;
}

.thongtinxuathoadon .box p, .ghichudonhang .box p {
  margin: 0;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
}

.thongtinxuathoadon .box.active + .box2, .ghichudonhang .box.active + .box2 {
  display: block;
}

.thongtinxuathoadon .box.active .checkbox::before, .ghichudonhang .box.active .checkbox::before {
  content: "";
  background: url(../img/thanhtoanchuadangnhap/arrow.svg) no-repeat;
  width: 12px;
  height: 9px;
  position: absolute;
  left: 5px;
  top: 6px;
}

.thongtinxuathoadon .box2, .ghichudonhang .box2 {
  display: none;
  margin: 40px 0 0 0;
}

.thongtinxuathoadon .box2 textarea, .ghichudonhang .box2 textarea {
  width: 100%;
  background: #F5F5F5;
  border-radius: 5px;
  height: 80px;
  font-size: 16px;
  font-weight: 300;
  color: #C8C8C8;
  outline: none;
  padding: 15px;
  border: none;
}

.ghichudonhang .box2 {
  margin: 20px 50px 0 42px;
}

.thongtindonhang .head img {
  margin-right: 15px;
}

.thongtindonhang .head h4 {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  margin-right: 20px;
}

.thongtindonhang .head span {
  font-size: 16px;
  font-weight: 300;
  color: #575757;
}

.thongtindonhang .content {
  overflow-y: scroll;
  height: 305px;
  padding-right: 10px;
}

.thongtindonhang .content::-webkit-scrollbar {
  width: 2px;
  border-radius: 5px;
}

.thongtindonhang .content::-webkit-scrollbar-thumb {
  background-color: #000000;
}

.thongtindonhang .content .item {
  border-bottom: 1px solid #EBEBEB;
}

.thongtindonhang .content .item .left {
  width: 62px;
  margin-right: 10px;
}

.thongtindonhang .content .item .center {
  width: 150px;
  padding-right: 10px;
  display: block;
}

.thongtindonhang .content .item .center .title {
  font-size: 14px;
  width: 150px;
  font-weight: 300;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.thongtindonhang .content .item .right {
  width: 130px;
  text-align: right;
}

.thongtindonhang .content .item .right span.price {
  font-size: 14px;
  font-weight: 300;
  color: #000000;
  display: block;
}

.thongtindonhang .content .item .right .number {
  display: flex;
  width: 75px;
  border: 1px solid #C9C9C9;
  border-radius: 3px;
  height: 25px;
  float: right;
}

.thongtindonhang .content .item .right .minius, .thongtindonhang .content .item .right .plus {
  background-color: #F9F9F9;
  width: 25px;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
}

.thongtindonhang .content .item .right input {
  width: 25px;
  line-height: 25px;
  text-align: center;
  background-color: #fff;
  border: none;
  border-right: 1px solid #C9C9C9;
  border-left: 1px solid #C9C9C9;
  font-size: 14px;
  color: #3D3D3D;
  outline: none;
}

.thongtindonhang .content .item:last-child {
  border-bottom: none;
}

.magiamgia .head {
  margin-bottom: 10px;
}

.magiamgia .head img {
  margin-right: 15px;
}

.magiamgia .head h4 {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  margin-right: 20px;
}

.magiamgia .head span {
  font-size: 16px;
  font-weight: 300;
  color: #575757;
}

.magiamgia .bg {
  background: #f4f5f7;
  width: 100%;
  padding: 10px;
}

.magiamgia .bg .img {
  width: 60px;
  text-align: center;
}

.magiamgia .bg p {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  width: calc(100% - 100px);
}

.magiamgia .bg p span {
  font-weight: 500;
}

.magiamgia .content {
  margin-bottom: 10px;
}

.magiamgia .content input {
  background: #FFFFFF;
  border: 1px solid #D2D2D2;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  padding: 0 10px;
}

.tongcong span:nth-child(1) {
  font-size: 16px;
  font-weight: 300;
  color: #000000;
}

.tongcong span:nth-child(2) {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.tongcong .item {
  padding: 5px 0;
}

.tongcong .item2 {
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  border-top: 1px solid #E2E2E2;
}

.tongcong .item2 .color {
  color: #FF326C;
}

.button #cash {
  background: #FE2C6D;
  border-radius: 5px;
  width: 100%;
  height: 58px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  border: none;
  margin-bottom: 15px;
}

.diachinhanhang .boxchoose {
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 0px 7px rgba(81, 81, 81, 0.25);
  border-radius: 5px;
  padding: 10px 15px;
  top: 30px;
  right: 0;
  display: none;
  z-index: 8;
}

.diachinhanhang .boxchoose ul li {
  margin: 5px 0;
  list-style: none;
}

.diachinhanhang .boxchoose ul li a {
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  text-decoration: none;
}

.diachinhanhang .boxship {
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #CECECE;
}

.diachinhanhang .boxship .thanhpho-popup .input, .diachinhanhang .boxship .quan-popup .input, .diachinhanhang .boxship .phuong-popup .input {
  margin-bottom: 0;
}

.diachinhanhang .boxship .box1, .diachinhanhang .boxship .box3 {
  padding: 15px 10px 10px 10px;
}

.diachinhanhang .boxship .box2 {
  background: #F0F0F0;
  padding: 10px;
}

.diachinhanhang .boxship label {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.diachinhanhang .content2 .boxship2 {
  padding-left: 8px;
}

.diachinhanhang .content2 .boxship2 label {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.diachinhanhang .content2 .boxship2 .box2 {
  padding-left: 42px;
  margin-bottom: 12px;
}

.diachinhanhang .content2 .boxship2 .input-column2 {
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  padding: 15px;
}

.diachinhanhang .content2 .boxship2 .style {
  padding: 5px 15px;
  border: 1px dashed #B0B0B0;
}

.diachinhanhang .content2 .boxship2 .style a {
  text-decoration: none;
}

.diachinhanhang .content2 .boxship2 .style span:nth-child(1) {
  font-size: 26px;
  font-weight: 400;
  color: #000;
}

.diachinhanhang .content2 .boxship2 .style span:nth-child(2) {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  padding: 0 20px 0 7px;
  cursor: pointer;
}

.diachinhanhang .content2 .boxship2 .item {
  position: relative;
  width: calc(100% - 20px);
  padding-left: 10px;
  z-index: 1;
  right: 0;
  top: 2px;
}

.diachinhanhang .content2 .boxship2 .item.active .boxchoose {
  display: block;
}

.diachinhanhang .content2 .boxship2 .item span {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

.diachinhanhang .content2 .boxship2 .item span.macdinh {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  background: #000;
  border-radius: 2px;
  padding: 0 5px;
  margin-left: 5px;
}

.diachinhanhang .content2 .boxship2 .item p {
  font-size: 16px;
  font-weight: 300;
  color: #575757;
  margin-top: 8px;
  height: 45px;
  overflow: hidden;
}

.diachinhanhang .content2 .boxship2 .item .choose {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 3px;
}

.diachinhanhang .content2 .boxship2 .item .choose span {
  display: block;
  width: 4px;
  height: 4px;
  background: #C4C4C4;
  border-radius: 50%;
  margin-bottom: 3px;
}

.bgpopup {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  right: 0;
  z-index: 999;
  display: none;
}

.addaddress, .editaddress {
  position: absolute;
  width: 500px;
  left: 0;
  top: 100px;
  right: 0;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 30px;
  z-index: 999;
  display: none;
}

.addaddress .style2, .editaddress .style2 {
  margin: 0 0 20px 0;
}

.addaddress .style2 label, .editaddress .style2 label {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

.addaddress .button .huy, .editaddress .button .huy {
  margin-right: 10px;
  background: #FFFFFF;
  border: 1px solid #727272;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  width: 60px;
  height: 40px;
  outline: none;
  cursor: pointer;
}

.addaddress .button .giao, .editaddress .button .giao {
  background: #DBDBDB;
  border-radius: 5px;
  width: 190px;
  height: 40px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  outline: none;
  cursor: pointer;
}

.addaddress .button .giao:hover, .editaddress .button .giao:hover {
  background: #212121;
}

.addaddress .item, .editaddress .item {
  margin: 10px 0;
}

.addaddress .close_popup, .editaddress .close_popup {
  position: absolute;
  right: 30px;
  cursor: pointer;
}

.addaddress h2, .editaddress h2 {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E3E3E3;
}

.addaddress h2 img, .editaddress h2 img {
  margin-right: 10px;
}

.section-search {
  position: fixed;
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.section-search.active {
  display: block;
}

.section-search .img {
  border-bottom: 1px solid #ABABAB;
}

.section-search .close {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  display: flex;
}

.section-search .close img {
  margin: 0 10px 0 0;
}

.section-search .search-context {
  width: 800px;
  margin: 0 auto;
}

.section-search .search-context span {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

.section-search .search-context .content {
  margin: 0 -15px;
}

.section-search .search-context .content .item {
  width: 25%;
  padding: 15px;
}

.section-search .search-context .content .item span {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

.section-search .form {
  width: 800px;
  margin: 150px auto 50px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-search .form .input {
  position: relative;
  width: 822px;
}

.section-search .form .input input {
  width: 100%;
  height: 60px;
  background: #FFFFFF;
  border: 1px solid #585858;
  font-weight: 400;
  font-size: 16px;
  color: #444444;
  padding: 0 10px;
  outline: none;
}

.section-search .form .input input::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #444444;
}

.section-search .form .input input::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #444444;
}

.section-search .form .input button {
  position: absolute;
  top: 15px;
  right: 15px;
  border: none;
  background: none;
}

.section-cart {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  background: #FFFFFF;
  width: 390px;
  height: 100%;
  display: none;
}

.section-cart.active {
  display: block;
}

.section-cart span.close {
  cursor: pointer;
}

.section-cart span.close img {
  width: 14px;
  height: 14px;
}

.section-cart .head {
  background: #F5F5F5;
  padding: 1rem;
}

.section-cart .head h3 {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}

.section-cart .bottom {
  padding: 1rem;
}

.section-cart .bottom .total span:nth-child(1) {
  font-size: 20px;
  font-weight: 300;
  color: #000000;
}

.section-cart .bottom .total span:nth-child(2) {
  font-size: 20px;
  font-weight: 400;
  color: #E95299;
}

.section-cart .bottom .button {
  background: #E95299;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  align-items: center;
  text-decoration: none;
}

.section-cart .content {
  height: calc(100% - 175px);
  overflow-y: scroll;
}

.section-cart .card {
  border: none;
  background: none;
}

.section-cart .card .line-bottom {
  border-bottom: 1px solid #EAEAEA;
}

.section-cart .card .img {
  width: 70px;
  height: 70px;
  margin: 0 20px 0 0;
}

.section-cart .card .text .title {
  font-size: 13px;
  font-weight: 500;
  color: #333;
}

.section-cart .card .text .price-new {
  font-size: 14px;
  font-weight: 400;
  color: #E95299;
  margin: 0 5px 0 0;
}

.section-cart .card .text .price-old {
  font-weight: 300;
  font-size: 13px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #606060;
}

.section-cart .card .text input {
  width: 66px;
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #A2A2A2;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  color: #000000;
  outline: none;
}

/**Bắt đầu hành trình chăm sóc da của bạn Start**/

.section-1 h2 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 25px;
  cursor: pointer;
}

.section-1 h2.active{
  background: url(../img/home/bg-title4.svg) no-repeat bottom center;
  padding-bottom: 7px;
}

.section-3 .item{
  border: 1px solid #C0C0C0;
  border-radius: 40px;
  padding: 14px;
  font-size: 16px;
  color: black;
  display: inline-block;
}

.section-3 .item:hover{
  background: #EF5BA1;
  border: 1px solid #EF5BA1;
  color: white;
}

.star img{
  width: 18px !important;
  height: 18px;
  margin-right: 5px;
}

.section-4 .star-big img{
  width: 32px !important;
  height: 32px;
  margin-right: 5px;
}

.section-5 .main{
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-5 .main h2{
  color: #444444;
  font-size: 20px;
  font-weight: 400;
  margin: 0 33px;
}

.section-5 .main h2.active{
  padding-bottom: 6px;
  border-bottom: 1px solid #000000;
}

/**Bắt đầu hành trình chăm sóc da của bạn End**/

/**Menu Scroll Start**/

.top-header-scroll.fixed-scroll{
  position: fixed;
  z-index: 60;
  width: 100%;
}

.header-scroll.fixed-scroll{
  position: fixed;
  z-index: 60;
  width: 100%;
  top: 50px;
  background: white;
  box-shadow: 0 0 19px 0 rgba(0,0,0,0.1);
}

/**Menu Scroll End**/

/**Style1 Menu Start**/

.style-menu1 .scroll-text span{
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
  text-transform: uppercase;
  cursor: pointer;
}

.style-menu1 .scroll-box{
  margin-left: 33px;
  height: 565px;
  overflow-y: auto;
  min-width: 200px;
  padding-right: 10px;
}

.style-menu1 .scroll-box h4{
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 1px solid #C6C6C6;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.style-menu1 .scroll-box ul li a{
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 300;
}

.style-menu1 .scroll-box div{
  margin-bottom: 16px;
}

.style-menu1 .scroll-box::-webkit-scrollbar, .banner-thuong-hieu .content::-webkit-scrollbar {
  width: 4px;
}

.style-menu1 .scroll-box::-webkit-scrollbar-track, .banner-thuong-hieu .content::-webkit-scrollbar-track {
  background: #EDEDED;
}

.style-menu1 .scroll-box::-webkit-scrollbar-thumb, .banner-thuong-hieu .content::-webkit-scrollbar-thumb {
  background: #EF5BA1;
  border-radius: 5px;
}

/**Style1 Menu End**/

/**Style3 Menu Start**/

#style-menu3:hover .style-menu3, #style-menu2:hover .style-menu2, #style-menu1:hover .style-menu1{
  display: block;
}

.style-menu3, .style-menu2, .style-menu1{
  display: none;
}

.style-menu3 .km div:first-child {
  padding-bottom: 12px;
  border-bottom: 1px solid #DDDDDD ;
  margin-bottom: 12px;
}

.style-menu3 .km h3{
  font-size: 16px;
  font-weight: bold;
  color: black;
  margin-bottom: 5px;
}

.style-menu3 .km ul li{
  margin-bottom: 5px;
}

.style-menu3 .km ul li a{
  font-size: 14px;
  font-weight: 300;
}

.style-menu3 .km ul li.style2 a{
  font-size: 14px;
  font-weight: 300;
  color: #848484;
}

/**Style3 Menu End**/

/**Tab thương hiệu Start**/

.tab-thuong-hieu ul li{
  float: left;
  margin-right: 41px;
  margin-bottom: 24px;
}

.tab-thuong-hieu ul li a{
  width: 179px;
  height: 45px;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  font-size: 16px;
  color: #333333;
  border-radius: 40px;
  background: white;
  display: flex;
}

/**Tab thương hiệu End**/

/**Page thương hiệu Start**/

.banner-thuong-hieu .content{
  height: 290px;
  overflow-y: scroll;
  padding-right: 20px;
}

/**Sidebar Style1**/

.sidebar .style{
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #D1D1D1;
}

.sidebar .style ul.level1 li a{
  font-size: 14px;
  font-weight: 300;
  display: block;
  width: 100%;
  padding-right: 20px;
}

.sidebar .style ul.level1 li, .sidebar .style ul.level2 li ul li{
  display: flex;
  align-items: center;
  padding: 2px 28px 2px 0;
  cursor: pointer;
}

.sidebar .style ul.level1 li::before, .sidebar .style ul.level2 li ul li::before{
  content: "";
  width: 4px;
  height: 4px;
  background-color: #9D9D9D;
  border-radius: 50%;
  margin: 0 12px;
}

.sidebar .style ul.level1 li:hover, .sidebar .style ul.level1 li.active, .sidebar .style ul.level2 li ul li:hover, .sidebar .style ul.level2 li ul li.active {
  background-color: #F2FAFE;
}

.sidebar .style ul.level1 li:hover a, .sidebar .style ul.level1 li.active a, .sidebar .style ul.level2 li ul li:hover a, .sidebar .style ul.level2 li ul li.active a{
  background: url("../img/thuonghieu/check.svg") no-repeat right center;
}

.sidebar .style ul.level1{
  overflow-y: scroll;
  height: 200px;
}

.sidebar .style ul.level1::-webkit-scrollbar, .box-open ul.level1::-webkit-scrollbar, .sidebar .style ul.level2::-webkit-scrollbar, .box-open ul.level2::-webkit-scrollbar {
  width: 4px;
}

.sidebar .style ul.level1::-webkit-scrollbar-track, .box-open ul.level1::-webkit-scrollbar-track, .sidebar .style ul.level2::-webkit-scrollbar-track, .box-open ul.level2::-webkit-scrollbar-track {
  background: #ffffff;
}

.sidebar .style ul.level1::-webkit-scrollbar-thumb, .box-open ul.level1::-webkit-scrollbar-thumb, .sidebar .style ul.level2::-webkit-scrollbar-thumb, .box-open ul.level2::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius: 5px;
}

/**Sidebar Style2**/

.sidebar .style ul.level2 > li a{
  font-size: 14px;
  font-weight: 300;
  display: block;
  width: 100%;
  padding-right: 20px;
}

.sidebar .style ul.level2 > li a.top{
  background: url("../img/category/arrow.svg") no-repeat left center;
  padding: 5px 0 5px 20px;
}

.sidebar .style ul.level2 > li a.top.active{
  background: url("../img/category/arrow2.svg") no-repeat left center;
  padding: 5px 0 5px 20px;
}

.sidebar .style ul.level2 > li{
  cursor: pointer;
}

.sidebar .style ul.level2 > li ul li{
  cursor: pointer;
  padding: 2px 28px 2px 0;
}

.box-open ul {
  height: 270px;
  overflow-y: scroll;
}

.box-open ul li{
  cursor: pointer;
}

.box-open ul li a{
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.box-open ul li.active span{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-open ul li.active span::before{
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #000000;
}

.box-open ul li span{
  width: 22px;
  height: 22px;
  border: 1px solid #999999;
  margin-right: 16px;
}

.box-open2 ul li{
  cursor: pointer;
}

.box-open2 ul li a{
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.box-open2 ul li.active span{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-open2 ul li.active span::before{
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #000000;
  border-radius: 50%;
}

.box-open2 ul li span{
  width: 22px;
  height: 22px;
  border: 1px solid #999999;
  margin-right: 16px;
  border-radius: 50%;
}

.product .item .icon img{
  width: 45px;
  height: 45px;
}

#listitem .item{
  height: 30px;
  border: 1px solid #DDDDDD;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 300;
  margin-right: 10px;
  margin-bottom: 10px;
}

#listitem .item span{
  margin-left: 10px;
}

/**Page thương hiệu End**/

/* BEGIN - Account Style */
.fontsize-12px{
  font-size: 12px;
}
.fontsize-14px{
  font-size: 14px;
}
.border-right{
  border-width: 1px;
  border-style: solid;
}
.text-pink{
  color: #EF5BA1;
}
.border-right-grey{
  border-right:1px solid rgba(0, 0, 0, 0.1);
}
.border-black{
  border:1px solid #000;
}
.border-bottom-grey{
  border-bottom:1px solid rgba(0, 0, 0, 0.1);
}
.account-info .avatar{
  margin: auto;
}
.account-info .name{
  font-size: 18px;
}
.account-verify{
  font-size: 12px;
}
.balance-item {
  width: 50%;
  text-align: center;
}
.account-item {
  border-radius: 20px;
  margin-bottom: 10px;
}
.account-item.active{
  background-color: #F1F1F1;
}
.account-order-actions .btn:hover{
  background-color: #000;
  color: #fff;
}
.account-order-actions{
  padding-bottom: 20px;
}
.account-order-tabs .tab-title{
  cursor: pointer;
  position: relative;
}
.account-order-tabs .tab-title.active{
  color: #EF5BA1;
}
.account-order-tabs .tab-title.active:after{
  content: "";
  position: absolute;
  width: 100%;
  bottom: -10px;
  left: 0;
  border-bottom: 3px solid #EF5BA1;
}
.account-orders .main-tab .tab{
  display: none;
}
.account-orders .main-tab .tab.active{
  display: block;
}
.white-popup {
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  border-radius: 10px;
}
.popup-content{
  
}
.review-content .input {
  border-radius: 5px;
  width: 100%;
  padding: 10px;
  border: 1px solid #d4d4d4;
}
.review-img.review-video .review-asset-btn {
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  height: 30px;
  padding: 3px 10px;
  background-color: #fff;
  font-size: 14px;
}
.review-img.review-video .review-asset-btn > img {
  position: relative;
  top: -2px;
  margin-right: 5px;
  display: inline-block;
}
.stars .rating-star{
  width: 33px;
  height: 33px;
  background: url(../img/account/rating-star.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  margin-right: 20px;
}
.stars .rating-star.active{
  background-image: url(../img/account/rating-star-filled.svg);
}
.update-btn {
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
  min-width: 200px;
  padding: 8px;
  margin-top: 40px;
}
.popup-title {
  font-weight: 700;
  padding: 15px 20px;
  font-size: 20px;
}
.mfp-close {
  width: 60px;
  height: 60px;
}
.order-status.order-completed{
  font-size: 14px;
  background-color: rgba(165, 221, 160, 0.2);
  padding: 3px 8px;
  border-radius: 20px;
}
.product .item .addtocart, .product .item .like {
  font-size: 14px;
  height: 40px;
}
.product .item .addtocart {
  border: 1px solid #333;
  margin-top: 10px;
}

.product .item .like {
  margin-top: 10px;
  background-color: #F5F5F5;
}
.account-address-book .diachinhanhang .content2 .boxship2 .box2, .account-address-book .diachinhanhang .content2 .boxship2{
  padding-left: 0;
}
.account-address-book .diachinhanhang .content2 .boxship2 .box2 > *{
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
.account-address-book .diachinhanhang .content2 .boxship2 .box2 .new-address{
  width: 100%;
}
.account-address-book .diachinhanhang .content2 .boxship2 .box2 {
  flex-wrap: wrap;
}
.diachinhanhang .content2 .boxship2 .style span:nth-child(1){
  position: relative;
  top: 1px;
}
.account-address-book .style1 .box2 [type=radio]:checked + label, .account-address-book .style1 .box2 [type=radio]:not(:checked) + label{
  top: -13px;
}
.account-address-book .diachinhanhang .boxchoose{
  top: 25px;
}
.medium-popup {
  max-width: 768px;
}

.account-header-bg-grey .popup-title {
  background-color: #F5F5F5;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.account-popup .style1 [type=radio]:checked + label, .account-popup .style1 [type=radio]:not(:checked) + label{
  padding-left: 28px;
}
.account-popup .button button {
  background-color: #000;
  color: #fff;
  padding: 12px 20px;
  border-radius: 5px;
  min-width: 180px;
  margin-top: 20px;
}
.account-popup .stylett .input-column2:nth-child(2n + 1) {
  margin-right: 4%;
}
.infos .label {
  width: 200px;
  line-height: 40px;
}

.infos > .flex {
  padding: 8px;
}

.infos .input {
  border: 1px solid #cecece;
  border-radius: 10px;
  padding: 5px 10px;
  min-width: 550px;
  height: 40px;
}

.infos .flex.phone {
  flex-wrap: wrap;
}

.infos .flex.phone .default-phone {
  position: absolute;
  right: 3px;
  top: 3px;
  height: 34px;
  background-color: #000;
  color: #fff;
  line-height: 34px;
  border-radius: 10px;
  padding: 0 12px;
  font-size: 14px;
}
a.list-phone-item {
  font-size: 14px;
  background-color: #f3f3f3;
  padding: 5px 30px 5px 10px;
  border-radius: 30px;
  margin-right: 10px;
  position: relative;
  color: #585858;
}

a.list-phone-item:after {
  content: "×";
  position: absolute;
  right: 10px;
}

a.list-phone-new {
  font-size: 14px;
  color: #0180C7;
  line-height: 31px;
}

.list-phones {
  padding: 10px 0;
}
.infos > .flex.gender label {
  padding-left: 28px;
}
.login-register-box {
  margin: 70px auto;
  padding: 60px 50px 70px;
  background: #FFFFFF;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  width: 1090px;
}

.login-register-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 30px;
}
.submit-login-register {
  width: 100%;
  border: none;
  background-color: #EF5BA1;
  border-radius: 5px;
  color: #fff;
  height: 48px;
  margin: 0;
  font-weight: 700;
}
.social-login-btn {
  width: 100%;
  border: none;
  height: 48px;
  border-radius: 5px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.social-login-btn.facebook-login {
  background: #437BCE;
  color: #fff;
}
.social-login-btn > span {
  width: 60px;
  font-size: 14px;
}
.social-login-btn > span > img {
  display: inline-block;
}
.text-decoration-underline{
  text-decoration: underline;
}
.input-column1 .input, .input-column2 .input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 11px 25px;
  width: 100%;
}
.input-column1 .input:focus, .input-column2 .input:focus, .input-column1 .input:focus-visible, .input-column2 .input:focus-visible {  
  outline-color: #000;
}
.forgot-password-title{
  font-size: 20px;
  margin-bottom: 8px;
}
.forgot-password-box{
  padding: 60px 100px 70px;
}
.alert {
  margin-top: 5px;
}
/* END - Account Style */

/* BEGIN - PRODUCT DETAIL */
.color-red{
  color: #FF0000;
}
.mt-10px {
  margin-top: 10px;
}
.product-gift,.product-nowfree{
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 5px;
padding: 10px 24px;
}

.product-gift > p {
font-size: 11px;
}

.product-gift > p > b {
font-size: 14px;
}

.product-gift-content {
  font-size: 12px;
  margin-left: 15px;
}
.product-gift-img {
  margin-left: -5px;
}
.product-gift-item .radio2 {
  position: relative;
  width: 42px;
}
.product-gift-item .radio2.style1 [type=radio] + label:before {
  width: 14px;
  height: 14px;
  left: 3px;
  top: 2px;
}

.product-gift-item .radio2.style1 [type=radio] + label:after {
  left: 6px;
  top: 5px;
}
.product-gift-item .radio2.style1 [type=radio]:checked + label:before {
  width: 14px;
  height: 14px;
  left: 3px;
  top: 2px;
}

.product-gift-item .radio2.style1 [type=radio]:checked + label:after {
  left: 5px;
  top: 4px;  
}
.product-gift-item .radio2 > label{
  padding-left: 0 !important;
  height: 20px;
}
.product-nowfree .style1 [type=radio]:not(:checked) + label:before{
  left: 1px;
  top: 4px;
  height: 14px;
  width: 14px;
}
.product-nowfree .style1 [type=radio]:checked + label:before{
  left: 1px;
  top: 4px;
  height: 14px;
  width: 14px
}
.product-nowfree .style1 [type=radio]:checked + label:after{
  left: 3px;
  top: 6px;
  height: 10px;
  width: 10px;
}
.product-nowfree .radio2 label{
  height: 20px;
  padding-left: 20px !important;
}
.product-nowfree .radio2{
  font-size: 14px;
}
.product-nowfree .radio-content{
  position: relative;
  top: -4px;
}
.product-nowfree .info {
  display: inline-block;
}
.buynow-repay-button {
  background: #424242;
  border-radius: 5px;
  color: #fff;
  border: none;
  padding: 8px;
  font-weight: 700;
  width: 100%;
  height: 50px;
  font-size: 16px;
}
.product-buynow-repay {
  display: flex;
  flex-wrap: wrap;
}
.buynow-repay-button > span {
  display: block;
  font-weight: 400;
  line-height: 1;
  font-size: 13px;
}
.border-015{
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.border-bottom-015{
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.guarantee-item {
  height: 54px;
  align-items: center;
}
.installment-sale {
  background-color: #444444;
  color: #fff;
  padding: 3px 7px;
  font-size: 12px;
  border-radius: 5px;
}
.product-installment {
  font-size: 12px;
  padding: 8px 10px;
}
.product-installment-line {
  min-width: 140px;
}
/* END - PRODUCT DETAIL */


@media(min-width: 1536px){
  .container{
    max-width: 1420px !important;
    width: 1420px !important;
  }

  .slider-6 .owl-prev{
    left: 0;
  }

  .slider-6 .owl-next{
    right: 7%;
  }
}

.placeholder\:text-black\/60::-moz-placeholder{
  color: rgb(0 0 0 / 0.6);
}

.placeholder\:text-black\/60::placeholder{
  color: rgb(0 0 0 / 0.6);
}

.after\:h-\[52px\]::after{
  content: var(--tw-content);
  height: 52px;
}

.after\:w-\[60px\]::after{
  content: var(--tw-content);
  width: 60px;
}

.after\:bg-\[url\(\'\.\.\/img\/detail\/footer\.svg\'\)\]::after{
  content: var(--tw-content);
  background-image: url('../img/detail/footer.svg');
}

.after\:bg-no-repeat::after{
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}

.hover\:border:hover{
  border-width: 1px;
}

.hover\:border-black:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.group:hover .group-hover\:block{
  display: block;
}

.group:hover .group-hover\:bg-\[\#EF5BA1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(239 91 161 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .xl\:ml-\[135px\]{
    margin-left: 135px;
  }
}

@media (min-width: 1536px){
  .\32xl\:mx-\[100px\]{
    margin-left: 100px;
    margin-right: 100px;
  }

  .\32xl\:ml-\[135px\]{
    margin-left: 135px;
  }

  .\32xl\:w-\[847px\]{
    width: 847px;
  }

  .\32xl\:w-\[731px\]{
    width: 731px;
  }

  .\32xl\:w-\[716px\]{
    width: 716px;
  }

  .\32xl\:px-\[100px\]{
    padding-left: 100px;
    padding-right: 100px;
  }

  .\32xl\:pr-\[100px\]{
    padding-right: 100px;
  }
}