a:hover,a:focus{
  text-decoration: none;
  outline: none;
}
.tab-product .nav-tabs{
  border: none;
  margin: 0;
}
.tab-product .nav-tabs li a{
  padding: 10px;
  /* margin-right: 20px; */
  font-size: 1.4rem;
  letter-spacing: 0.009rem;
  word-spacing: 0.15rem;
  font-weight: 500;
  color: #293241;
  line-height: 1.8rem;
  /* text-transform: uppercase; */
  border: none;
  border-radius: 0;
  background: transparent;
  z-index: 2;
  position: relative;
  transition: all 0.2s ease 0s;
  /* font-family:Verdana, Geneva, Tahoma, sans-serif; */
}
.tab-product .nav-tabs li a:hover,
.tab-product .nav-tabs li.active a{ border: none; }
.tab-product .nav-tabs li a:before{
  content: "";
  width: 100%;
  height: 3px;
  background: transparent;
  border: 1px solid transparent;
  /* border-radius: 2px; */
  position: absolute;
  bottom: 0;
  left: 0;
}
.tab-product .nav-tabs li a:after{
  content: "";
  width: 0;
  height: 3px;
  background: #3c63a4;
  border: 1px solid #3c63a4;
  /* border-radius: 2px; */
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: all 1s ease 0s;
}
.tab-product .nav-tabs li:hover a:after,
.tab-product .nav-tabs li.active a:after{
  width: 100%;
  opacity: 1;
}
.tab-product .tab-content{
  /* padding: 15px 20px; */
  margin-top: 20px;
  font-size: 17px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 30px;
  /* background: #3c63a4; */
  position: relative;
}
@media only screen and (max-width: 479px){
  .tab-product .nav-tabs li{
      width: 100%;
      text-align: center;
      margin-bottom: 15px;
  }
  .tab-product .tab-content{ margin-top: 0; }
}

.tab-content .tabpanel {
  display: flex;
}

/* col-fit-5 */

@media (min-width: 768px)
{
  .col-fit-5 {
    max-width: 20%;
    flex: 0 0 20%;
  }
}

.product-home-title {
  padding: 3px 0;
  text-transform: uppercase;
  font-size: 16px;
  color: rgba(119, 119, 119, 0.836);
  font-weight: 600;
  margin-bottom: 1rem;
}

.product-home-text-banner {
  padding: 4rem;
  color: #fff;
  /* color: #dadada; */
  background-image: linear-gradient(140deg, #3c63a4d6, #8a1b2fa8);
  font-size: 20px;
  letter-spacing: 0.2rem;
  word-spacing: 0.4rem;
  text-align: center;
}


/* User Profile Tab */
.main-body {
  padding: 15px;
}

.card-profile {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.137), 0 1px 2px 0 rgba(0, 0, 0, 0.123);
}

.card-profile {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0,0,0,.125);
  border-radius: .25rem;
}

.card-body-profile {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 2rem 5rem;
}

.card-body-profile .tab-pane {
  background-color: #fff !important;
}

.gutters-sm {
  margin-right: -8px;
  margin-left: -8px;
}

.gutters-sm>.col, .gutters-sm>[class*=col-] {
  padding-right: 8px;
  padding-left: 8px;
}

.bg-gray-300 {
  background-color: #e2e8f0;
}
.h-100 {
  height: 100%!important;
}
.shadow-none {
  box-shadow: none!important;
}

.nav-link-profile {
  /* display: block; */
  margin-bottom: -0.1rem;
  padding: 0.8rem 0.2rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  border-radius: 0;
  border: 0;
  transition: border 0.35s, color 0.35s, background-color 0.35s;
}

.history-table {
  background-color: #fcfcfc;
  color: #333;
  box-shadow: 0px 1px 4px 0px #3333332c;
}

.history-table tr{
  border: 1px solid rgba(175, 175, 175, 0.507);
  padding: 1rem;
}

.history-table thead tr th {
  text-align: left;
  padding: 1rem 1.5rem;
}

.history-table tbody tr td {
  text-align: left;
  padding: 2rem 1.5rem;
}

.history-table tbody tr td:first-child {
  /* width: 7%; */
}

.history-table tbody tr .item_name {
  width: 20%;
}

.history-table thead {
  background-color: #484848;
  color: #f2f2f2;
}

.history-table thead tr th:first-child {
  width: 7%;
}

.profile-header {
  font-size: 1.6rem !important;
  font-weight: 600;
}

/* Datatable */
tfoot input {
  width: 100%;
  padding: 5px;
  background-color: transparent;
  border: 1px solid rgba(51, 51, 51, 0.26);
}

.dataTables_wrapper .dataTables_filter {
  padding-bottom: 1rem;
}

.dataTables_wrapper .dataTables_info {
  padding-top: 1.7rem !important;
}

.dataTables_wrapper .dataTables_paginate
{
  padding-top: 1.5rem;
}

.dataTables_wrapper .dataTables_paginate .previous
{
  background-color: #2266cc;
  color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .previous:hover, .previous:active
{
  background-color: #1752ac !important;
  background: #1752ac !important;
  border: 1px solid #1752ac !important;
}

.dataTables_wrapper .dataTables_paginate .next 
{
  background-color: #2266cc;
  color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .next:hover, .next:active
{
  background-color: #1752ac !important;
  background: #1752ac !important;
  border: 1px solid #1752ac !important;
}


.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #484848;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover{
  color: #484848;
  background-color: transparent !important; 
  border: transparent !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff !important;
  border: 1px solid #484848 !important;
  background-color: #484848 !important;
  background: #484848;
}

/* Pop view */

.overlay-view {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.466);
}

.overlay-card
{
  /* position: relative; */
  padding: 3.5rem 5rem; 
  overflow-y: auto;
  box-shadow: 0px 2px 10px 0px #505050;
  border-radius: 5px;
}

.overlay-cross
{
  position: absolute;
  top: -35px;
  right: 15px;
}

.overlay-cross i {
  font-size: 27px;
  color: rgb(248, 248, 248);
  /* font-weight: 500; */
  cursor: pointer;
}

.table.dataTable.no-footer {
  border-bottom: none !important;
}

.table.dataTable tfoot th {
  border-top: 1px solid #5d5d5d9e !important;
}

.cus-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

table.dataTable tbody td {
  padding: 13px !important;
}

.checkout-table thead{
  background-color: #484848;
  color: #f2f2f2;
}

.category-media-item {
  height: 220px;
}

.box-shadow {
  box-shadow: 0px 1px 4px 0px rgba(102, 102, 102, 0.548);
}

/* products Detail*/
#gal1 {
  margin-top: 0.5rem;
}

/* Slick */

.slick-next {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(71, 71, 71, 0.712);
  color: #fff;
  border: none;
  box-shadow: 0px 1px 4px 0px rgba(143, 143, 143, 0.432);
  padding: 5px 10px;
  cursor: pointer;
  transition: 0.2s all;
}

.slick-prev
{
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(71, 71, 71, 0.712);
  color: #fff;
  border: none;
  box-shadow: 0px 1px 4px 0px rgba(143, 143, 143, 0.432);
  padding: 5px 10px;
  cursor: pointer;
  transition: 0.2s all;
  z-index: 1;
}

.slick-next:hover, 
.slick-prev:hover {
  background-color: rgba(51, 51, 51, 0.842);
  transition: 0.2s all;
}

.slick-list {
  margin-top: 7px !important;
}

.tooltip-main {
  position: relative !important;
  left: 50%;
  text-align: center;
  top: 6rem;
  font-size: 15px;
  font-weight: 500;
  color: rgb(248, 248, 248);
  background-color: rgba(51, 51, 51, 0.459);
  width: 60% !important;
  border-radius: 15px;
  z-index: 2;
}

.tooltip-min {
  display: none !important;
}

.tooltip-max {
  display: none !important;
}

.slider.slider-horizontal
{
  width: 100% !important;
}

.slider.slider-horizontal .slider-selection
{
  background-image: #333 !important;
  background-color: #333 !important;
}

.overlayLoading
{
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.26);
  color: #fff;
  font-size: 18px;
  display: none;
}

.policies
{
  font-size: 15px;
  color: rgb(75, 75, 75);
  letter-spacing: 0.03rem;
  word-spacing: 0.01rem;
  text-align: justify;
}