:root {
  --primary-color: #000000;
  --secondary-color: #6A6E49;
  --primary-font: "Montserrat", sans-serif;
  --secondary-font: "Italiana", sans-serif;
  --h4-font-size: 24px;
  --h4-line-height: 1.25em;
}

a {
  text-decoration: none;
  color: var(--primary-color);
}

ul,
li {
  list-style: none;
  padding: 0;
}
ins {
  text-decoration: none;
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
}

.primary-button {  
    transition: transform 0.5s ease, opacity 0.5s ease, color 0.3s ease-out, border 0.3s ease-out, background 0.3s ease-out, box-shadow 0.3s ease-out !important;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.3em;
    letter-spacing: 0.8px;
    padding: 14px 25px 14px 25px;
    margin-top: 1em;
    color: var(--primary-color);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--primary-color);
    border-radius: 25px 25px 25px 25px;
    text-align: center;
}

.primary-button:hover {
  background: #6A6E49;
  color: #fff;
      border-color: #6A6E49;
}
header {
  position: relative;
}

.head-top {
  padding: 14px 0px 14px 0px;
  background: #fff;
}

.head-top .logo img {
  height: 60px;
}

.head-top .top-info a i {
  font-size: 18px;
  margin-right: 7.5px;
}

.head-top .top-info a {
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  font-style: normal;
  line-height: 3em;
  color: var(--secondary-color);
  margin-left: 25px;
  transition: all .3s;
}

.head-top .top-info a:hover {
  color: var(--primary-color);
}

.cartBoxs { 
  position: relative;
  display: inline-block;
}
.cartBoxs .cart-qty {
  position: absolute;
  top: -7px;
    right: 25px;
  background: var(--secondary-color);
  border-radius: 100%;
  color: #fff;
  font-size: 10px;
  line-height: 20px;
  min-width: 1.95em;
    height: 1.95em;
    text-align: center;
}

.overflow-hidden {
    overflow: hidden !important;
}
.cart-drawer {
    padding-bottom: 22.5rem;
    position: fixed;
    top: 0;
    width: 26.25rem;
    max-width: 100%;
    height: 100vh;
    transition: all 0.32s cubic-bezier(0.39, 0.575, 0.565, 1);
    background-color: #ffffff;
    opacity: 1;
    z-index: 1050;
    right: -26.25rem;
}

.cart-drawer.aside_visible {
    right: 0;
}
.page-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transition: all 0.32s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    background-color: rgba(34, 34, 34, 0.7);
    opacity: 0;
    visibility: hidden;
}
.page-overlay_visible {
    opacity: 1;
    visibility: visible;
    z-index: 4;
}

.drawer-header {    
    padding: 1rem 1.5rem 0.75rem;
    background-color: #faf9f8;
}
.drawer-body{
    padding: 1rem 1.5rem 1rem;
}
.drawer-header h3 { 
  font-family: var(--secondary-font);
  font-size: 24px;
}
.drawer-body h5 { 
  font-family: var(--secondary-font);
  font-size: 18px;
}
.btn-close-aside {
  font-size: 24px;
  color: var(--primary-color);
}
.cart_gallery {
  height: 350px;
  overflow-y: scroll !important;
}
.single-cart-box {
  display: flex;
  flex-direction: row;
  position: relative;
  border-bottom: 1px solid #CED0BB;
  margin-bottom: 10px;
}
.cart-img {
    padding-right: 10px;
    position: relative;
    width: 30%;
}
.cart-img img {
    max-width: 100%;
}
.cart-content {
    padding: 15px 15px 15px 0;
    width: 65%;
    display: flex;
    flex-direction: column;
}
.cart-content a { 
  color: var(--primary-color);
}
.qtyprice {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.del-icone {
    color: #f00;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 45;
    font-size: 16px;
}
.pro-price { 
  font-size: 16px;
}
.price-content li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 16px;
  
}
.top-search input,
.top-search input:focus,
.top-search input:focus-visible,
.top-search input:active {
  border: none;
  background: transparent;
  font-size: 12px;
  width: 200px;
  height: 40px;
  outline: none;
}

.top-search i {
  font-size: 18px;
  margin-right: 7.5px;
}

.menu .navbar {
  border-style: solid;
  border-width: 1px 0px 1px 0px;
  border-color: #CED0BB;
  padding: 0;
  margin-bottom: 30px;
}



.menu .navbar .nav-link {
  font-size: 12px;
    padding: 23px 10px;

  text-transform: uppercase;
  transition: all .3s;
  font-weight: 500;
  line-height: 1.3em;
  letter-spacing: 0.92px;
  justify-content: center;
  align-items: center;
  color: var(--primary-color);
  white-space: nowrap; 
  margin: 0 15px;
}
.menu .navbar .nav-link:hover {
    color: var(--secondary-color);
}
@media (min-width: 992px) {
.menu .navbar .nav-link {
  padding: 23px 20px;

}
}


.home-slider {
 width: 100%;
      height: 100%;
}

.swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
}

.home-slider .slide-caption {
  padding: 250px 0 150px;
}

.home-slider .slide-caption h2 {
  font-size: 46px;
  font-weight: 700;
  color: #fff;
}

.home-slider .slide-caption a {
  background: #fff;
  border-radius: 20px;
  padding: 10px 50px;
  color: var(--primary-color);
}


.home-info-section {
  margin: 20px 0;
}
.home-info-wrap {
  background: #F1EFEB;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
    padding: 15px 30px;

}
.home-info {
   display: flex;
  flex-direction: row;
}
.home-info-icon {
    margin-bottom: unset;
    margin-left: 15px;
    margin-right: 15px; 
    padding: 7px 0 0 0;
}
.home-info-icon i {
  font-size: 27px;
}
.home-info-content .home-info-title{
  font-size: 12px;
  line-height: 1.5em; 
  margin-bottom: 0;
}
.home-info-content .home-info-description {
  font-size: 12px;
  line-height: 1.5em; 
  margin-bottom: 0;
}

.section-title { 
  margin-bottom: 25px;
}
.section-title h4{
    color: var(--primary-color);
    font-family: var(--secondary-font);
    font-size: 24px;
    line-height: 1.25;
}

.home-category-section { 
  padding: 30px 0;
}
.product-category-wrap {
  position: relative;
}
.product-category {
  position: relative;
  z-index: 4;
  padding: 0 20px;
}

.product-category a { 
  text-decoration: none;
}
.product-category .category-thumb {
  overflow: hidden;
  margin-bottom: 20px;
}
.product-category .category-thumb img {
    transition: transform 0.5s ease;
}

.product-category a:hover img {
    transform: scale(1.08);
}

.product-category .category-head h2{
  font-weight: 600;
  font-size: 12px;
  line-height: 1.6em;
  color: var(--primary-color);
}

.product-category-mask { 
  position: absolute;
  left: 0;
  top: 25px;
  width: 100%;
  z-index: 1; 
  text-align: center;
}
.mask-image img { 
  width: 150px; 
    display: inline-block;
    vertical-align: middle;
}

.deal-slider { 
  padding-bottom: 30px;
}

.deal-slider-wrap {
  padding: 40px 0 30px;
}

.home-deal-section .deal-wrap{
  border-radius: 6px 6px 6px 6px;
  border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F1EFEB;
    padding: 0px 0px 0px 0px;
}

.product-wrapper { 
    position: relative;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 6px;
    padding: 0px 0px 5px 0px;
    border-color: #F1EFEB;
    overflow: hidden;
     display: flex;
        flex-direction: column;
}

.product-wrapper .product-link {
    order: 1;
    transition: transform 0.4s cubic-bezier(0,0,.2,1)!important;
    display: block;
    position: relative;
    text-decoration:none
}

.product-wrapper span.onsale {
    display: block;
    color: #fff;
    background-color: #6A6E49;
    font-size: 10px;
    font-weight: 500;
    text-transform: none;
    line-height: 25px;
    border-radius: 6px;
    min-width: 50px;
    min-height: 25px;
    right: auto;
    left: 0;
    margin: 10px;
    position: absolute;
    text-align: center;
}
.product-wrapper img {
    transition: transform 0.4s cubic-bezier(0,0,.2,1)!important;
}
.product-wrapper:hover img {
  transform: scale(1.08);
}
.product-wrapper .product-content{
      z-index: 1;
    order: 3;
    padding-top: 10px;
}
.product-wrapper .product-content h2{
  font-size: 14px;
  line-height: 1.2em;
  padding: 0 15px; 
  margin-bottom: 5px;
      color: var(--primary-color);

}

.product-wrapper .product-content .price{
      padding: 0 15px;
      display: inline-flex;
    flex-direction: row;
    align-items: baseline;
    flex-wrap: wrap;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
}
.product-wrapper .product-content .price del{
    order: 2;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2em;
    color: var(--secondary-color);
    opacity: .5;
    display: inline-block;
}
.product-wrapper .product-content .price ins{
      order: 1;
      margin-right: 5px;
    color: var(--primary-color);
    background: 0 0;
    font-weight: 700;
    display: inline-block;
}

.product-wrapper .add-to-cart-wrap {
  order: 2;
  position: relative;
  text-align: center;
       
}
.product-wrapper .add-to-cart-wrap a.button {
    left: 15px;
    bottom: 15px;
    width: calc(100% - 30px);
    position: absolute;
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease, color 0.3s ease-out, border 0.3s ease-out, background 0.3s ease-out, box-shadow 0.3s ease-out !important;
    will-change: transform;
    transform: translateY(200px);
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.3em;
    letter-spacing: 0.8px;
    padding: 14px 5px 14px 5px;
    margin-top: 1em;
    color: #fff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--primary-color);
    border-radius: 25px 25px 25px 25px;
    text-align: center;
      background:var(--primary-color);

}

.product-wrapper:hover .add-to-cart-wrap a.button {
      opacity: 1;
    transform: translateY(0);
}

.product-wrapper a.button:hover {
  background: #6A6E49;
  color: #fff;
      border-color: #6A6E49;
}

.product-wrapper .product-qty {
  order: 4;
  position: relative;
  text-align: center;
  justify-content: space-around; 
  margin-top: 10px;
}

.product-wrapper .product-qty .input-text.qty {
    border: 1px solid #dedede;
    max-width: 40px;
    padding: 0 10px;
    text-align: center;
    margin: 0 -1px;
    height: 26px;
}
.custom-qty {
  margin-left: 5px;
}
.custom-qty > .increase {
    background: var(--secondary-color);
}
.increase.items, .reduced.items {
    border: 1px solid #dedede;
    color: #fff;
    padding: 1px 10px 0;
    height: 26px;
}

.swiper-scrollbar {   
    background: #fff !important;
}
.swiper-scrollbar .swiper-scrollbar-drag {
        background: rgba(0,0,0,.1) !important;

}

.home-featured-section { 
  padding: 70px 0 0;
}

.featured-head {
  margin-top: 0;
  margin-bottom: 25px;
}

.featured-tab { 
  margin-top: 0;
  margin-bottom: 25px;
}

.featured-tab .nav-tabs {
  justify-content: center;
  border: none;
}
.featured-tab .nav-tabs  .nav-link.active { 
  color: var(--secondary-color);
  border-bottom: 1px solid var(--secondary-color);
}

.featured-tab .nav-tabs  .nav-link {
  border: none;
  margin: 0 25px;
    color: var(--primary-color); 
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3em;
    padding: 0;
}
.featured-tab .tab-content { 
  padding: 30px 0;
}

.tab-slider { 
  padding-bottom: 30px;
}

.adv-wrap { 
  border: 1px solid #F1EFEB;
  border-radius: 6px;
}
.adv-content {
    text-align: left;
    padding: 15px 20px 40px 20px;
        color: var(--primary-color);
}
.adv-content h2 {
  font-family: var(--secondary-font);
  font-size: 24px;
  line-height: 1.25em; 
  margin-bottom: 5px;
}
.adv-content p {
  font-size: 12px;
  line-height: 1.25em;
  margin-bottom: 40px; 
}


.home-new-section,
.home-special-section,
.home-expert-section 
 {
  padding: 50px 0 0 0;
}

.home-expert-section  { 
  margin-bottom: 60px;
}

.expert-wrap{
  align-content: center;
    align-items: center;
    background: var(--secondary-color);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0 30% 0 13%;
    border-radius: 0px 6px 6px 0px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
}
.expert-wrap .expert-icon i {
  font-size: 75px;
}
.expert-head h2 {
  margin: 15px 0 20px;
  font-family: var(--secondary-font);
  font-size: 24px;
  line-height: 1.25em;
}
.expert-content p {
    font-size: 12px;
  line-height: 1.5em; 
  margin-bottom: 30px;
}
.expert-link .primary-button{
  color: #fff;
  border-color: #fff;
}

.footer-info-wrap {  
  display: flex;
  justify-content: space-between;
    padding: 25px 0px;
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: #CED0BB
}
.footer-middle { 
  color: var(--primary-color);
  font-size: 12px;
}
.footer-middle a {
    color: var(--primary-color);
}
.footer-info-wrap .home-info-icon i {
  color: #000;
}
.footer-info-wrap .home-info-content .home-info-title{
  font-size: 14px;  
      color: #000;
}
.footer-info-wrap .home-info-content .home-info-description {
    color: #000;  
}

.footer-middle { 
  padding: 40px 0;
}
.social-icons-wrapper { 
  display: flex;
  margin-top: 15px;
  justify-content:space-around;
}
.social-icon {
    background-color: #6A6E4900;
    padding: 0.7em;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #CED0BB;
    font-size: 16px;
    border-radius: 50%;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    text-align: center;
}

.footer-widget h6 {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.3em;
  letter-spacing:0.92px;
  color: #6A6A6A; 
  margin-bottom: 20px;
}

.footer-widget ul li {
  margin-bottom: 10px;
}

.footer-bottom{
  border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #CED0BB;
    color: var(--primary-color);
    padding: 30px;
}

.aside-header {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding: 2.125rem 2.5rem 1.75rem;
    background-color: #faf9f8;
}
.accordion-item {
  border: none;
}
.accordion-item .accordion-button {
    color: var(--primary-color);
    background-color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.375;
    outline: none;
      font-family: var(--secondary-font);
      border: none;
      box-shadow: none;

}
.aside-filters .accordion-button__icon, 
.shop-sidebar .accordion-button__icon {
    width: 0.625rem;
    height: 0.625rem;
    margin-left: auto;
    fill: #222222;
    transform: rotate(0deg);
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.menu-link {
    display: inline-block;
    position: relative;
    padding: 0.5em 0;
    color: var(--primary-color);
    line-height: 1.5em;
}

.menu-link span {
    position: absolute;
    right: 0;
}

.list-item a {
    width: 100%;
}
/* price slider css */
.ui-slider-handle.ui-state-default.ui-corner-all {
    background: #40a944 none repeat scroll 0 0;
    border: none;
    border-radius: 50%;
    height: 13px;
    margin-left: -1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 13px;
    cursor: pointer;
}

.ui-slider-range.ui-widget-header.ui-corner-all {
    background: #d7d7d7 none repeat scroll 0 0;
    border-radius: 0;
    height: 4px;
}

.ui-widget.ui-widget-content {
    background: #ededed none repeat scroll 0 0;
    border: none;
    height: 4px;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: 0;
}

.ui-slider-handle.ui-corner-all.ui-state-default.ui-state-focus {
    outline: medium none;
}

.amount-range {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: none;
    color: #555;
    font-size: 15px;
    margin-top: 10px;
    padding: 5px 0;
}

.amount-range,
.price-button {
    width: 100%;
    word-spacing: 15px;
}

.flter-option.mb-80 {
    padding-right: 15px;
}
/* price slider css end */


.product-single__media {
  display: flex;
  width: 100%;
  margin: 0 -0.3125rem;
  position: relative;
  flex-direction: column;
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .product-single__media {
    flex-direction: row;
    margin-bottom: 0;
  }
}

.product-single__media .swiper-container {
  width: 100%;
  height: 100%;
}

.product-single__media .swiper-button-prev,
.product-single__media .swiper-button-next {
  width: 2.1875rem;
  height: 2.1875rem;
  background-color: #e4e4e4;
  border-radius: 2rem;
  font-size: 0.875rem;
  color: var(--primary-color);
}

.product-single__media .swiper-button-prev:hover,
.product-single__media .swiper-button-next:hover {
    background-color: var(--secondary-color);
  color: #fff;

}

.product-single__media .swiper-button-prev:after,
.product-single__media .swiper-button-next:after {
  display: none;
}

@media (min-width: 576px) {

  .product-single__media .swiper-button-prev,
  .product-single__media .swiper-button-next {
    width: 2.8125rem;
    height: 2.8125rem;
  }
}

.product-single__media .swiper-button-prev {
  left: 1rem;
  z-index: 1;
}

.product-single__media .swiper-button-next {
  right: 1rem;
  z-index: 1;
}

.product-single__media.vertical-thumbnail .product-single__image {
  flex: 0 0 85.7142%;
  max-width: 85.7142%;
    overflow: hidden;
    position: relative;

}

@media (max-width: 991.98px) {
  .product-single__media.vertical-thumbnail .product-single__image {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.product-single__media.vertical-thumbnail .product-single__image-item {
  position: relative;
  display: block !important;
  padding: 0.3125rem;
}

.product-single__media.vertical-thumbnail .product-single__image img {
  width: 100%;
}

.product-single__media.vertical-thumbnail .product-single__thumbnail {
  flex: 0 0 100%;
  max-width: 1000%;
  order: 1;
}

@media (min-width: 992px) {
  .product-single__media.vertical-thumbnail .product-single__thumbnail {
    flex: 0 0 14.2857%;
    max-width: 14.2857%;
    order: -1;
    max-height: calc(5 * 100px + (5 - 1) * 10px);
        overflow-y: auto;
        -ms-scroll-snap-type: y mandatory;
        scroll-snap-type: y mandatory;
        scrollbar-width: none;
  }
  .product-single__media.vertical-thumbnail .product-single__thumbnail .swiper-slide {
    margin-bottom: 30px;
  }

}

.product-single__media.vertical-thumbnail .product-single__thumbnail .swiper-slide {
  cursor: pointer;
  opacity: .5;
  border: 0;
}

.product-single__media.vertical-thumbnail .product-single__thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.product-single__name {
  font-family: var(--secondary-font);
  font-size: 36px;
  line-height: 1.2em; 
  margin-bottom: 20px;
}
.product-single__price {
  font-size: 18px;
}
.product-single__price ins {
  margin-right: 20px;
  text-decoration: none;
}
.product-single__short-desc { 
  margin-bottom: 25px;
}
.product-single__addtocart {
  display: flex;
    flex-wrap: wrap!important;
  margin-bottom: 30px;
}

.product-single__addtocart .qty-control input{
  margin-right: 10px;
    outline: none !important;
    max-width: 100px;
    min-width: 70px;
    height: 100%;
    width: 3.631em;
    text-align: center;
    font-weight: 500;
    line-height: 1.3em;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 0px 0px 0px 0px;
    padding: 17px 0px 17px 0px;
    color: var(--e-global-color-vamtam_accent_1);
    background-color: #02010100;
    transition: all 0.2s;
}

.product-single__addtocart .primary-button {
  width: calc(100% - 190px);
}
.product-single__addtolinks {
    font-size: 16px;
    font-weight: 500;    
    margin-bottom: 2rem;
}

.add-to-wishlist{
  color: var(--primary-color);
}

.product-single__meta-info {
    font-size: 14px;
    line-height: 1.5rem;
    margin-bottom: 1.875rem;
}

.product-single__meta-info span { 
  color: var(--primary-color);
}

.product-single__details-tab {
    margin: 0 auto 3rem;
    max-width: 58.125rem;
}
.product-single__details-tab>.nav-tabs {
    justify-content: center;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link_underscore {
    position: relative;
    padding: 20px;
    color: #767676;
    font-size: 16px;
}
.product-single__details-tab .tab-content {
  padding: 30px 0;
}

.product-single__details-tab .tab-content h3 { 
  font-size: 18px;
}

.table-content table {
    background: #fff none repeat scroll 0 0;
    border-color: #e5e5e5;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    text-align: center;
    width: 100%;
}
.table-content table th {
    border-top: medium none;
    font-weight: 600;
    padding: 10px 10px;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 15px;
    border-bottom: 3px solid #40A944;
    background: #ededed;
}
.table-content table td.product-thumbnail {
    width: 120px;
}
.table-content table td {
    border-top: medium none;
    padding: 10px 10px;
    vertical-align: middle;
    font-size: 13px;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.table-content table td.product-quantity {
    width: 180px;
}
.input-text.qty {
    border: 1px solid #dedede;
    max-width: 40px;
    padding: 0 10px;
    text-align: center;
    margin: 0 -1px;
    height: 26px;
}

/* Address css */

.adresOuter { 
	margin-top: 25px;;
}
.adsOuterDiv{ margin-top: 25px;}
._22O2Xt {
	line-height: 1.5;
	margin-bottom: 5px;
}
.FoDyGO, ._3n0HwW {
	font-weight: 500;
}
._2kSC_X, ._rmbzw {
	margin: 0 0 0 11px;
}
._rmbzw {
	text-transform: uppercase;
	font-size: 11px;
	color: #878787;
	vertical-align: middle;
	padding: 4px 7px;
	border-radius: 2px;
	background-color: #f0f0f0;
	font-weight: 500;
}
._2kSC_X, ._rmbzw {
	margin: 0 0 0 11px;
}
.FoDyGO, ._3n0HwW {
	font-weight: 500;
}
.GeUS8P {
	margin-top: 10px;
	display: block;
}
.righ_0 {
	margin-top: 5px;
	cursor: pointer;
	font-weight: 500;
	background: #f0f0f0;
	font-size: 15px;
	float: right;
	padding: 5px 5px;
	color: #344CEF;
}

.accordion {
  overflow: hidden;
}
.accordion .collapsed,
.accordion .expanding {
  display: none;
}
.contact-info {
	list-style: none;
	position: relative;
	margin: 0 0 30px 0;
	padding: 0;
	clear: both;
}
.contact-info li {
	line-height: 24px;
	margin-bottom: 10px;
}
.form-control-feedback { 
  position: absolute;
  top: 45%;
  right: 20px;
}
.has-success .form-control-feedback { color: chartreuse; }
.has-error .form-control-feedback { color: #f00}
.help-block{ margin-top: -15px;
  color: #f00;
  position: absolute;}


  /* Dashboard */

  
.dashboard-list li:not(:last-child) a {
    border-bottom: 1px solid #ebebeb;
}

.dashboard-list li a {
    color: #CC1414;
    display: block;
    font-size: 14px;
    padding: 12px 0;
    text-transform: capitalize;
}

.dashboard-list li a.active,
.dashboard-list li a:hover {
    color: #b07e2b;
}

.dashboard-list li a.active:after {
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 5px;
    -webkit-transition: 0.10s;
    transition: 0.10s;
}

.dashboard-content {
    border: 1px solid #ebebeb;
    padding: 30px;
}

.dashboard-content h3 {
    text-transform: capitalize;
}

.dashboard-content h3 {
    border-bottom: 1px solid #ebebeb;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    text-transform: capitalize;
}

.dashboard-content .table-responsive .table > tbody > tr > td,
.dashboard-content .table-responsive .table > tbody > tr > th,
.dashboard-content .table-responsive .table > tfoot > tr > td,
.dashboard-content .table-responsive .table > tfoot > tr > th,
.dashboard-content .table-responsive .table > thead > tr > td,
.dashboard-content .table-responsive .table > thead > tr > th {
    border: none;
}

.dashboard-content .table-responsive > .table > thead {
    border-bottom: 1px solid #ebebeb;
}

.dashboard-content .table-responsive .table > thead > tr > th {
    font-size: 14px;
    font-weight: 600;
}

.dashboard-content .table-responsive .table > tbody > tr > td {
    color: #7b7b7b;
    font-size: 13px;
}
.cc-selector { 
  padding-top: 15px;
}
.cc-selector label {
  font-size: 14px;
}
.cc-selector input{
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid var(--secondary-color);
  font-size: 20px; 
  color: var(--primary-color);
}
.cc-selector .cardno{ 
  width: 100%;
}
.cc-selector .cardmo,
.cc-selector .cardyr,
.cc-selector .cardcvv
{ 
  width: 45%;
}
.hide { display: none;}

.card-cc {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 180px;
    height: 70px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    padding: 5px; 
    margin-right: 25px;
  }
.cc-selector input[type="radio"] {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 0;
}
.cod {
    background-image: url(../img/cod.jpg);
}
.card {
    background-image: url(../img/card.jpg);
}
.cc-selector input:checked +.card-cc {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
    border: 2px solid #f00;
}

@media (max-width:575px) {
.head-top .top-info a {   
    margin-left: 18px;
}
.menu .navbar .nav-link {  
    padding: 10px 10px;   
}
.card-cc {   
    width: 135px;
    height: 50px;   
}
}

.watsapp_img1 {
    width: 70px;
    height: 70px;
    z-index: 100;
    bottom: 0px;
    right: 10px;
    position: fixed;
}

.watsapp_img1 img, .watsapp_img2 img {
    width: 100%;
    height: 100%;
}