/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 8, 2022, 11:45:07 AM
    Author     : admin
*/

.text-color-white {
  color: white !important;
}
.class-center {
  text-align: center !important;
}
.class-center img {
  width: 100%;
}
.order-column-button-product {
  margin-top: 8px;
}
.product-detail-margin-top-20 {
  margin-top: 20px;
}
.price-strong {
  font-weight: bold;
  color: black;
}
.active_category {
  font-weight: bold !important;
  color: #98a86d !important;
}
.text-error-contact {
  color: red;
}
#return-to-top {
  position: fixed;
/*  bottom: 90px;*/
  bottom: 10px;
  right: 25px;
  /*    background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 0.7);*/
  width: 60px;
  height: 60px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  /*    background: rgba(0, 0, 0, 0.9);*/
  background: rgba(125, 123, 123, 0.7);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}


#phone-right {
  position: fixed;
  bottom: 90px;
  right: 25px;
  /*    background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 0.7);*/
  width: 60px;
  height: 60px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
/*  display: none;*/
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#phone-right i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#phone-right:hover {
  /*    background: rgba(0, 0, 0, 0.9);*/
  background: rgba(125, 123, 123, 0.7);
}
#phone-right:hover i {
  color: #fff;
  top: 5px;
}

.fa-tiktok2 {
  background: url(/media/themes/portal/default/img/tiktok-brands.svg) no-repeat !important;
  width: 17px;
  height: 17px;
}
.error-border {
  border-style: solid !important;
  border-color: coral !important;
}
.error-text {
  color: coral !important;
}
.success-text {
  color: #28a745 !important;
}
.poup_login_desktop_max_height {
  max-height: 400px !important;
}

.dropbtn {
  background-color: #4caf50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  z-index: 10;
  margin: 0 10px 10px 0;
  position: relative;
  color: #ced4da;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  font-weight: bold;
  background-color: #ffffff;
  border: 2px solid #ced4da;
  cursor: pointer;
  transition: all 200ms ease;
}

input[type="radio"]:checked + label {
  color: #495057;
  background-color: #ced4da;
}

input[type="radio"] + label {
  padding: 5px 20px;
  border-radius: 10px;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Style buttons */
.buttonload {
  background-color: #04aa6d; /* Green background */
  border: none; /* Remove borders */
  color: white; /* White text */
  padding: 12px 16px; /* Some padding */
  font-size: 16px; /* Set a font size */
}

/*
* old-price
*/
.old-price {
  text-decoration: line-through;
  color: gray;
  font-size: 13px;
}

/* 
 * product option card
*/
.product-options {
  gap: 8px;
}
.product-option-card {
  background-color: rgb(242, 242, 242);
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 4px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;

  position: relative;
  cursor: pointer;

/*  width: 144px;*/
  width: 160px;
  font-size: 13px;
/*  text-transform: uppercase;*/
}

.product-option-card.size {
  width: unset;
  padding: 4px;
  padding-right: 12px;
}

.product-option-card img {
  border-radius: 4px;
}

.product-option-card span.max-line-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.product-option-card .check-icon {
  display: none;
  position: absolute;
  right: -1px;
  top: -1px;
}

.product-option-card.selected,
.product-option-card:hover {
  border: 1px solid rgb(13, 92, 182);
  background-color: rgb(229, 242, 255);
  transition: all 0.2s ease-in-out;
}

.product-option-card.selected .check-icon,
.product-option-card:hover .check-icon {
  display: block;
}

/* 
* Cart finish
*/
.cart-finish-wrapper {
  gap: 8px;
  margin: 24px 0 8px 0;
  flex-wrap: wrap;
}

.cart-finish {
  width: 49.5%;
  min-width: 461px;
  background-color: rgb(242, 242, 242);
  border-radius: 8px;
}

@media screen and (max-width: 992px) {
  .cart-finish {
    width: 100%;
    max-width: 95vw;
    min-width: unset;
  }
}

.cart-finish .cart-label,
.cart-finish .cart-amount {
  padding: 8px;
}

.example {
  background-color: rgb(242, 242, 242);
  padding: 8px;
  border-radius: 8px;
  margin-bottom: 24px;
  font-style: italic;
}
/*@media screen and (max-width: 1200px) {
  #header .menu ul .nav-item {
    margin-left: 4px;
    margin-right: 2px;
    }
}*/
@media screen and (max-width: 1480px) {
  #header .menu ul .nav-item {
    margin-left: 4px;
    margin-right: 2px;
    }
}
.button-main2{
    color : black;
    border-color : black;
    font-size : 30px;
    background-color: white;
    opacity: 80%;
}
.outofstock{
    color: red !important;
}
.tetgiftTitle{
    padding-top: 150px;
}
.img_bot{
    margin-bottom: 5px;
}
@media screen and (max-width: 515px) {
  .tetgiftTitle{
    padding-top: 20px;
}
}