:root{
  --primary-text-color : #11c111;
  /*******Button Buy Normal*********/
  --btn-buy-background-color : rgba(0, 116, 191, 1);
  --btn-buy-text-color : white;
  /*******Button Buy Hover*********/
  --btn-buy-hover-color : rgb(211 87 18);
  --btn-buy-text-hover-color : white;
  /*******Button Sticky Normal*********/
  --btn-sticky-background-color : rgba(27, 113, 214, 1);
  --btn-sticky-text-color : white;
  /*******Button Sticky Hover*********/
  --btn-sticky-hover-color : rgb(1 83 179);
  --btn-sticky-text-hover-color : white;
  /*********** From Background *************/
  --form-background-color :#ffffff ;
    /*********** landing Background *************/
  --landing-background-color :#141230 ;
}

@font-face {
  font-family: Quicksand;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("fonts/quicksand_n4.woff2") format("woff2");
}

@font-face {
  font-family: Quicksand;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("fonts/quicksand_n7.woff2") format("woff2");
}
body{
  margin: 0!important;
  font-family: Quicksand, sans-serif;
}
.container {
  width: 100%;
  background-color:var(--landing-background-color);

}
.w-80
{
  width: 80%;
}
.mx-auto
{
  margin-left: auto!important;
  margin-right: auto!important;
}
#div-sticky {
  width: 100%;
  position: sticky;
  bottom: 0;
  padding: 7px 0;
  z-index: 10;
}
.d-table
{
  display: table!important;
}

@media only screen and (max-width: 600px) {
  .container {
    width: 100%;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  .container {
    width: 80%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .container {
    width: 60%;
  }
}

@media only screen and (min-width: 1025px) {
  .container {
    width: 40%;
  }
}

img{
  display: block!important;
}
.px-10px
{
  padding-left: 10px;
  padding-right: 10px;
}
.old-price
{
  color: rgb(0 0 0 / 64%);
  margin: 0 1rem 0 0;
  font-size: 1.2rem;
  text-decoration: line-through;
}
.new-price
{
  color: rgb(0,0,0);
  margin: 0 1rem 0 0;
  font-size: 1.4rem;
}
.badge-info
{
  border: 1px solid transparent;
  border-radius: 2.0rem;
  display: inline-block;
  font-size: .9rem;
  letter-spacing: .1rem;
  line-height: 1;
  padding: .3rem 1rem;
  text-align: center;
  background-color: rgb(21,133,242);
  border-color: rgba(253,251,247, .1);
  color: rgb(253,251,247);
  word-break: break-word;
  margin: 7px 10px;
}
.align-items-center
{
  align-items: center;
}
.mt-0
{
    margin-top:0!important;
}
.box-form
{
  padding: 10px;
  /*border-radius: 5px;
  margin: 15px 5px;*/
  box-shadow: 0px 10px 20px 1px rgb(0,0,0,0.2);
  background-color:var(--form-background-color);
  margin:4px;
  border-radius:10px;
}

.text-center
{
  text-align: center;
}
.d-block
{
  display: block!important;
}
.my-2
{
  margin-top: .9rem;
  margin-bottom: .9rem;
}

.m-0
{
  margin: 0!important;
}

.w-100
{
  width: 100%!important;
}

.fs-25
{
  font-size: 2.5rem;
}

.fs-3
{
  font-size: 3rem;
}

.fs-13
{
  font-size: 1.3rem;
}

.fw-bold
{
  font-weight: bold;
}
.fw-500
{
  font-weight: 500;
}
small{
  font-size: 1rem!important;
}
.text-text-primary
{
  color: var(--primary-text-color);
}
.text-red
{
  color: red!important;
}
.relative
{
  position: relative!important;
}
.justify-content-between {
  justify-content: space-between;
}

.d-flex
{
  display: flex!important;
}
.d-grid
{
  display: grid;
}
.badge-corner
{
  background-color: rgba(0,116,191,1);
  color: #fff;
  width: max-content;
  padding: 2px 8px;
  border-radius: 5px;
  font-size: .9rem;
  margin-top: 5px;
}
.mb-0
{
  margin-bottom: 0!important;
}
.text-red
{
  color: red;
}
.mb-1
{
  margin-bottom: .5rem;
}
.mb-2
{
  margin-bottom: .8rem;
}

.flex-center {
  align-items: center;
  display: flex;
  gap: 48px;
}

.flex-center2 {
  align-items: center;
  display: flex;
  gap: 15px;
}

.form-row {
  position: relative;
  font-weight: 500;
  padding: 10px;
  border-radius: 6px;
  height: 53px;
  cursor: pointer;
  background-color:white;
}

.form-row2 {
  position: relative;
  font-weight: 500;
  padding: 10px;
  border-radius: 6px;
  height: 30px;
  cursor: pointer;
  background-color:white;
}

.form-input2::before {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  border: 1px solid lightgray;
  border-radius: 6px;
  font-size: 19px;
}

.form-input2::before {
  content: "";
  position: absolute;
  cursor: pointer;
}

.form-input2::after {
  content: "";
  position: absolute;
  cursor: pointer;
  height: 22px;
  box-shadow: 0 0 0 1px #0075ff;
  border-radius: 50px;
  top: 50%;
  transform: translate(0, -50%);
  width: 22px;
}
.form-input2:checked::after {
  border: 3px solid #fff;
  background-color: #0075ff;
  font-size: 1.3rem;
  color: rgb(51 51 51 / 70%);
  height: 12px;
  box-shadow: 0 0 0 1px #0075ff;
  border-radius: 50px;
  top: 50%;
  transform: translate(0, -50%);
  width: 12px;
}

.form-input:checked::before {
  border: 3px solid rgb(0, 116, 191);
  background-color: rgb(217, 235, 246);
}

.form-input::before {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  border: 1px solid lightgray;
  border-radius: 6px;
  font-size: 19px;
  background-color:white;
}

.form-input::before {
  content: "";
  position: absolute;
  cursor: pointer;
}

.form-input:checked::after {
  background-color: #089bf5;
  display: flex;
  font-size: 1rem;
  content: "✅";
  color: rgb(51 51 51 / 70%);
}

.form-input::after {
  height: 54px;
  border-radius: 5px;
  top: 54%;
  transform: translate(0, -50%);
  width: 54px;
  background-image: url(img/qty_1.webp);
  background-size: cover;
}

.form-input.qty-1::after {
  background-image: url(../img/qty_1.webp);
}
.form-input.qty-2::after {
  background-image: url(../img/qty_2.webp);
}
.form-input.qty-3::after {
  background-image: url(../img/qty_3.webp);
}
.form-input::after {
  content: "";
  position: absolute;
  cursor: pointer;
}
.form-label {
  font-size: 1rem;
  cursor: pointer;
  z-index: 1;
}
.form-input:checked ~ .form-label {
  color: #000;
}
.mt-3 {
  margin-top: 1rem !important;
}
.svg-input
{
  height: 24px;
  width: 24px;
}
.svg-shop
{
  width: auto!important;
  height: 27px!important;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    }
.input-group-text {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    height: 44px;
    width: 50px;
}
.input-group-text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #0074c0;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: calc(1px * -1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-lg > .form-control {
    font-size: 13pt !important;
}

.input-group-lg>.btn, .input-group-lg>.form-control, .input-group-lg>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.5rem;
}

.input-group>.form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    background-color:white;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control:focus {
    box-shadow: 0 0 0 1px rgba(13, 110, 253, 0.25) !important;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.btn-buy
{
    padding: 10px 0; 
    margin: 20px 0;
    background-color: var(--btn-buy-background-color);
    box-shadow: 0 0 5px 1px #939090;
    border-radius: 18px;
    color: var(--btn-buy-text-color);
    font-size: calc(1.05 * 16.8px) !important;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4%;
    width: 95%;
}
.btn-cmd
{
    padding: 10px 0;
    background-color: var(--btn-sticky-background-color);
    box-shadow: 0 0 5px 1px #939090;
    border-radius: 18px;
    color: var(--btn-sticky-text-color);
    font-size: calc(1.05 * 16.8px) !important;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4%;
    width: 95%;
}
.spn-pm
{
  font-size: 90%;
  opacity: .95;
  font-weight: normal;
}
.btn-sticky:hover, .btn-sticky:focus,.btn-sticky:active
{
    background-color: var(--btn-sticky-hover-color)!important;
    color: var(--btn-sticky-text-hover-color)!important;
}
.btn-buy:hover, .btn-buy:focus, .btn-buy:active
{
    background-color: var(--btn-buy-hover-color)!important;
    color: var(--btn-buy-text-hover-color)!important;
}
.btn{
  cursor: pointer;
  border: 1px solid transparent;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.w-30p {
    width: 30px;
}
@keyframes shake {
    0%,
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
}

@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }
    15% {
        transform: scale(1.1);
    }
    35% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}
.btn-animation-shake {
    animation: 4s infinite shake;
}

.btn-animation {
    animation: zoomInOut 3s ease-in-out infinite;
}

