/*============================================================================
   #Webcms
==============================================================================*/
.page-header.breadcrumb-wrap {
    background-color: #f7f8f9;
    padding: 20px;
}

.page-header .breadcrumb span {
    padding: 0 10px;
    position: relative;
    text-align: center;
}

.breadcrumb {
    background-color: #f7f8f9 !important;
}

.mb-60 {
    margin-bottom: 60px!important;
}

.mt-60 {
    margin-top: 60px!important;
}

.swiper-slide img {
  opacity:0.6;
}

.vn-big-img {
  text-align:center;
   margin-bottom:10px;
}

.vn-big-img img {
  aspect-ratio:13/14;
  width:100%;
 
}

.vnss {
  margin:0 20px;
}


.vn-small-img img {
  aspect-ratio:13/13;
}

.swiper-slide.swiper-slide-active.vn-big-img img {
  opacity:1;
}

.swiper-slide.swiper-slide-visible.swiper-slide-thumb-active img {
    opacity:1;
}

.vn-prev,.vn-next {
  position:absolute;
     top: -67px;
}

.vn-prev{
  left:0px;
}



.vn-next{
  right:0px;
}


h2.title-detail{
  color:#222222;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0px;
    font-size:30px;
}

.product-detail-rating {
    justify-content: space-between;
    padding: 15px 0;
}

.text-end {
    text-align: right!important;
}

.product_rate {
  font-size:12px;
}

.detail-info .product-price-cover {
    align-items: center;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    display: flex;
    /*justify-content: space-between;*/
    padding: 15px 0;
}

.detail-info .product-price-cover .product-price {
    line-height: 1;
}

.detail-info .product-price ins {
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
}

.text-brand {
    color: #2F5B5A!important;
}

.detail-info .product-price ins span.old-price {
    color: #888;
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
    text-decoration: line-through;
}

.font-md {
    font-size: 14px;
}

.ml-15 {
    margin-left: 15px!important;
}

.mb-15 {
    margin-bottom: 15px!important;
}

.mb-30 {
    margin-bottom: 30px!important;
}

p {
    color: #4F5D77;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 5px;
}


.attribute-name {
      color: #4F5D77;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 5px;
}

select.form-control {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    appearance: auto;
    height: 32px;
    width: fit-content;
}

.form-control {
    background: 0 0;
    border: 1px solid #f0e9ff;
    border-radius: 5px;
    font-size: 14px;
    height: 48px;
    padding-left: 18px;
}

label {
    margin-bottom: 5px;
    /*max-width:170px;*/
}

.detail-extralink .detail-qty {
    background: #fff;
    margin: 0 6px 15px 0;
}

.detail-qty {
    border-radius: 4px;
    max-width: 80px;
    padding: 9px 20px;
    position: relative;
    width: 100%;
}

.border {
    border: 1px solid #eee!important;
}

.detail-extralink>div {
    display: inline-block;
    vertical-align: top;
}

.detail-qty>a.qty-up {
    top: 0;
}

.detail-qty>a {
    color: #707070;
    font-size: 16px;
    position: absolute;
    right: 8px;
}

.detail-qty>a.qty-down {
    bottom: 0;
}

.detail-qty>a {
    color: #707070;
    font-size: 16px;
    position: absolute;
    right: 8px;
}

.has-buy-now-button .button.button-add-to-cart, .has-buy-now-button .button.button-buy-now {
    padding: 10px 20px;
}

.has-buy-now-button button.submit, button[type=submit] {
    background-color:#2F5B5A;
    border: none;
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 40px;
}



.has-buy-now-button .button {
    background: #2F5B5A;
    /*border: 1px solid var(--color-brand);*/
    /*border-radius: 4px;*/
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 54px;
    text-transform: uppercase;
    transition: all .3s linear 0s;
}

.mb-5 {
  margin-bottom:5px !important;
}

.detail-info .product-meta {
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.detail-info ul {
  padding:0;
  margin:0;
}

.mb-5 span,.product-meta.font-xs.color-grey.mt-50 li span{
    color: #4F5D77;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 5px;
}



.mb-5 a{
  color: #0d6efd;
     font-size: 14px !important;
    font-weight: 400;
    line-height: 24px;
}

.mt-30 {
    margin-top: 30px!important;
}

.mb-15 {
    margin-bottom: 15px!important;
}
.fadeIn {
    animation-name: fadeIn;
}

.font-sm {
    font-size: 13px;
}

.mobile-social-icon a.facebook {
    background-color: #3b5999;
    border: 1px solid #3b5999;
}

.mobile-social-icon a.twitter {
    background-color: #55acee;
    border: 1px solid #55acee;
}

.mobile-social-icon a {
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    margin-right: 10px;
    text-align: center;
    transition-duration: .5s;
    width: 34px;
}

.mobile-social-icon a.linkedin {
    background-color: #0e76a8;
    border: 1px solid #0e76a8;
}

.mobile-social-icon a:last-child {
    margin-right: 0;
}

.mt-50 {
    margin-top: 50px!important;
}

.mail-to-friend {
    font-size: 12px;
    color:#90908E;
}

.nav-tabs {
    margin-bottom: 30px;
}

.text-uppercase {
    text-transform: uppercase!important;
}

.tab-style3 .nav-tabs .nav-item a.active {
    border-bottom-color: #2F5B5A;
    color: #2F5B5A;
}

.tab-style3 .nav-tabs li.nav-item a {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid transparent;
    display: block;
    padding: 0.5rem 1rem;
    text-align: center;
    text-transform: uppercase;
}



.nav-tabs .nav-link {
    background: 0 0;
    border: none;
    /*color: var(--color-grey-4);*/
    font-size: 16px;
    font-weight: 500;
    margin: 0 25px;
    padding: 10px 0!important;
}

.nav-tabs .nav-link:first-child {
    margin-left: 0!important;
}


.tabcontent {
    margin-top: 40px;
}

.dicestion{
    color:#4F5D77;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 5px;
}


.section-title.style-1 {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    position: relative;
}


.section-title.style-1:after {
    background-color: #222222;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100px;
}

.section--shopping-cart .table-responsive {
    padding: 0 10px;
}



.table {
    --bs-table-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}


table.clean td, table.clean th {
    border: 0;
    border-top: 1px solid #eee;
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: currentColor;
}


.table>tbody {
    vertical-align: inherit;
}

.table>:not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    background-color: transparent;
    border-bottom-width: 1px;
    /*box-shadow: inset 0 0 0 9999px ;*/
}

.shopping-summery tbody tr img {
    border-radius: 0;
    max-width: 80px;
}

.btn.btn-rounded, .button.btn-rounded {
    border-radius: 50px;
}

.btn, .button {
    background: #2F5B5A;
    border: 1px solid #2F5B5A;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 54px;
    text-transform: uppercase;
    transition: all .3s linear 0s;
}

.divider:after, .divider:before {
    border-top: 1px solid #eee;
    content: "";
    height: 0;
  
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48%;
}

.divider:after {
    margin-top: 1px;
}

.divider.center_icon {
    height: auto;
    text-align: center;
}

.mb-50 {
    margin-bottom: 50px!important;
}

.mt-50 {
    margin-top: 50px!important;
}

.divider {
    height: 4px;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
 .divider:before {
   right:0;
 }
 
.divider:after {
   left:0;
 }
 
 .cart-totals {
    box-shadow: 0 -3px 23px rgb(0 0 0 / 6%);
}

.border-radius-10 {
    border-radius: 10px;
}

.border {
    border: 1px solid #eee!important;
}
 
 @media only screen and (max-width: 480px){
  .table td:before {
      content: attr(data-title) " ";
      float: left;
      font-weight: 700;
      margin-right: 15px;
      text-transform: capitalize;
  }
  .table td {
      display: block;
      text-align: center;
      width: 100%;
  }
  
  .table thead {
    display: none;
}

}

