/*# sourceMappingURL=style.css.map */
.icons img {
    width: 100%;
    max-width: 100%;
}
p.text {
  font-size: 20px;
  color: #DEDEDE;
  font-weight: 300;
}

p.counter-p {
  color: #586067;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.f-70 {
  font-size: 72px !important;
}


.arrow-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
}
.dot1, .dot5, .dot4, .dot2, .dot-content1, .dot-content5, .dot-content4, .dot-content2
ul.list-unstyled li a {
  font-size: 16px;
  line-height: 45px;
}

.text-left {
  text-align: left !important;
}

button.th-btn.newsletter {
  border-radius: 5px;
  background-color: #3E3F46;
}

h6.m-menu-title.text-white {
  font-size: 13px;
  font-weight: 600;
  margin-top: -34px;
  margin-left: 10px;
  line-height: normal;
  position: absolute;
  z-index: 9;
}

h6.m-menu-title.text-white:hover {
  columns: var(--theme-color) !important;
}

.main-menu ul.mega-menu li ul.list li a {
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  line-height: 50px;
}
.main-menu ul.mega-menu li ul.list li a:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px; /* adjust distance from text */
  width: 0;
  height: 2px;
  background:  #e31837;
  transition: width 0.3s ease;
}

.main-menu ul.mega-menu li ul.list li a:hover::after {
  width: 100%;
}



.main-menu ul.mega-menu a.megamenu-link {
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  line-height: 19px;
}

.main-menu ul.mega-menu li ul.list li a:hover,
.main-menu ul.mega-menu a.megamenu-link:hover {

  color: var(--theme-color);
}

.main-menu ul.mega-menu li ul.list li {
  padding: 0;
}

h6.m-menu-title-.text-white {
  font-size: 20px;
  font-weight: 600;
  margin-top: -64px;
  margin-left: 10px;
  position: absolute;
  z-index: 9;
}

.gt_container--hich1m .gt_switcher .gt_option {
  position: absolute !important;
}

.gt_container--hich1m .gt_switcher {
  width: 43px !important;
}

.gt_selected a.open img {
  width: 0 !important;
}

.gt_container--hich1m .gt_switcher .gt_selected a {
  border: 1px solid #cccccc00 !important;
  color: #66666600 !important;
  padding: 0 !important;
}

.gt_container--hich1m .gt_switcher .gt_selected a:after {
  height: 0px !important;
}

.gt_container--hich1m .gt_switcher .gt_selected a {
  width: 0 !important;
}

.gtranslate_wrapper.l-icon.gt_container--hich1m .l-img {
  display: block;
  position: absolute;
  top: 25px;
}

.gt_container--hich1m .gt_switcher .gt_selected {
  background: #ffffff00 linear-gradient(180deg, #efefef00 0%, #ffffff00 70%) !important;
  position: relative;
  z-index: 9999;
  padding: 0;
}

.gt_container--hich1m .gt_switcher .gt_selected a:hover {
  background: #ffffff00 !important;
}

ul.mega-menu.mega-menu2.mega-menu-content.allow-natural-scroll {
  margin-left: -62pc !important;
}

ul.mega-menu.mega-menu3.mega-menu-content.allow-natural-scroll {
  margin-left: -69pc !important;
}

ul.mega-menu.mega-menu4.mega-menu-content.allow-natural-scroll {
  margin-left: -78pc !important;
}

a.location-link.text-decoration-none.d-block.py-1 {
  
  color: #ddd;
  padding: 0 10px;
  margin: 10px 10px;
  border-bottom: 1px solid #4a4a4a;
}

a.location-link.text-decoration-none.d-block.py-1.active {
 border-bottom: 2px solid #ffffff;
    color: #ffffff;
    font-weight: 600;
}

.position-absolute.text-center.content-area.p-4 {
  background: rgba(244, 241, 338, 0.9);
  top: 20%;
  right: 0;
}

.counter-card.style5 .media-body {
  text-align: left !important;
}

.dot0,
.dot1,
.dot2,
.dot3,
.dot4,
.dot5,
.dot6 {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #a63432;
  border-radius: 50%;
  animation: growColorChange 3s infinite ease-in-out;
  z-index: 10;
}

.dot0,  .dot6,
.dot-content0,
.dot-content6 {
  top: 25pc;
  left: 40pc;
}

.dot1,
.dot5,
.dot4,
.dot2,
.dot-content1,
.dot-content5,
.dot-content4,
.dot-content2 {
  top: 6pc;
  left: 15pc;
}

.dot3, .dot-content3{
  top: 6pc;
  left: 3pc;
}

.dot-content0,
.dot-content1,
.dot-content2,
.dot-content3,
.dot-content4,
.dot-content5,
.dot-content6 {
  display: none;
      z-index: 999;
  
}

.dot:hover>.dot-content0,
.dot:hover>.dot-content1,
.dot:hover>.dot-content2,
.dot:hover>.dot-content3,
.dot:hover>.dot-content4,
.dot:hover>.dot-content5,
.dot:hover>.dot-content6 {
  display: block;
  position: absolute;
  background-color: #000000de;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  transition: all 1.3s ease-in;
}

@keyframes growColorChange {

  0%,
  100% {
    transform: scale(.5);
    background-color: #ebebeb;
    /* light red */
  }

  50% {
    transform: scale(1.5);
    background-color: #ffffff;
    /* dark red */
  }
}

.mega-menu-box.box-shadow{
    /*box-shadow: 4px 3px 4px 0px #d9d9d9;*/
}
.mega-menu-box.box-shadow h6 a,
.mega-menu-box.box-shadow h6
 {
    font-weight: 600 !important;
    font-size: 22px;
    text-align: center !important;
    padding: 5px;
}
a.product-title {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
a.product-title:hover{
color: var(--theme-color) !important;
}
.filter select {
    background-color: #fff;
    border-bottom: 1px solid #000;
    border-radius: 0;
    margin: 0 16px;

  }
  button.reset-button{
    background-color: #F4F1EE;
    padding: 5px 30px;
    border: none;
    border-radius: 60px;
    float: right;
}
button.reset-button:hover{
  background-color: var(--theme-color);
  color: var(--white-color);
}
select:not(:-internal-list-box):not([multiple]) option:enabled:hover{
  background-color: var(--theme-color) !important;
}
video{
    width: 100%;
}
.video-box2 .img1{
      height: 800px;
}
/* .title-area{
    padding-left: 45px;
} */
.text-black{color: #0c0a0a !important;}


.product-main-slider img {
    width: 100%;
    border-radius: 10px;
}
.product-thumb-slider {
    margin-top: 10px;
}
.product-thumb-slider img {
    width: 100%;
    height: 100px;
    border-radius: 8px;
    cursor: pointer;
    border: 2px solid transparent;
}
.product-thumb-slider .swiper-slide-thumb-active img {
    border-color: var(--theme-color); /* highlight active thumbnail */
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after{
  border-color: var(--theme-color);
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px !important;
}
.swiper-button-next, .swiper-button-prev {
    background-color: #e31837;
    color: #fff !important;
    width: 40px !important;
}
.attributes {
       padding: 5px 16px;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    border-radius: 5px; 
}
span.sku {
    border: 1px solid #eee;
    padding: 10px 21px;
}
.product_meta p {
    font-weight: 400;
    margin-bottom: 10px;
}
/* ---------------new css-------------- */
.th-btn i {
    color: #000000;
}

.th-btn:hover>i {
    color: var(--white-color)!important
  }

.summary-content .th-social a, .product-about .th-social a {
    --icon-size: 25px !important;
    line-height: 25px !important;
    font-size: 25px !important;
    border: none !important;
}
.th-social.style3 a,
.th-social.style3 a:hover {
    color: #000000 !important;
    opacity: .8;
    background-color: #fff !important;
}
.video-section .title-area {
    margin-bottom: calc(var(--section-title-space) - 11px);
    position: absolute;
    z-index: 2;
    display: block;
    background-color: #f3f0ed;
    margin-left: -152px;
    padding: 40px;
    margin-top: 40px;
    max-width: 500px;
}
.product-details .product-sidebar {
   position: sticky;
    top: 100px; /* adjust this to match your header height */
    align-self: flex-start;
}
.tag-filters {
  list-style: none;
  display: flex;
  gap: 10px;
  padding: 0;
}
.tag-filters a, .tag-filters b {
    display: inline-block;
    margin: 6px 14px;
    color: #333;
    cursor: pointer;
    transition: 0.3s;
    font-size: 19px;
}

.tag-filters a.active{
    border-bottom: 1px solid #404040;
}
.background-space{
    padding: 200px !important;
}
.about-wrap16 ul li{
    line-height: 35px;
}
.wishlist a span {
    background-color: #e31837;
    color: #fff;
    font-size: 11px;
    border-radius: 50px;
    padding: 0px 5px 0 5px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    position: absolute;
    top: 15px;
    margin-left: -9px;
}
.header-button #accountBtn {
  position: relative;
  display: inline-block;
}
.header-button #accountBtn .dropdown-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  background: #fff;
  min-width: 150px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  list-style: none;
  padding: 8px 0;
  margin: 8px 0 0;
  z-index: 1000;
}
.header-button #accountDropdown li {  
    padding:0px 15px !important;
    border-bottom: 1px solid #eee;
}
.header-button #accountDropdown  li a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  transition: background 0.2s;
}
.header-button #accountDropdown li a:hover {
  background: #f5f5f5;
}
.header-button #accountDropdown .show {
  display: block;
}
#accountDropdown {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: auto !important;
    top: calc(100% + 6px) !important;
    left: auto !important;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-34%) !important;
    padding: 0px !important;
    text-align: left;
    border-color: var(--th-border-color);
}
.portfolio-card.style4 .portfolio-img {
    width: 100%;
    max-width: 100%;
    height: 200px;
}
.container-fluid.hero-padding{
    padding: 25pc !important ;
}


/* Overlay */
.mega-menu-img.shadow::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2); /* black overlay */
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Title link */
h6 .mega-menu-title {
    display: inline-block;
    position: relative;
    color: #000; /* Default text color */
    text-decoration: none;
    transition: color 0.3s ease;
}

/* Underline effect */
h6 .mega-menu-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    background: #e31837;
    transition: width 0.3s ease;
}

/* Hover Effects */
.mega-menu-box:hover .mega-menu-img::after {
    opacity: 1;
}

.mega-menu-box:hover h6 .mega-menu-title {
    color: #e31837;
}

.mega-menu-box:hover h6 .mega-menu-title::after {
    width: 100%;
}


.n-title {
  position: relative;
  display: inline-block;
  color: #121212; /* default text color */
  text-decoration: none;
  transition: color 0.3s ease;
}

.n-title:hover {
  color:  #e31837; /* text turns red */
}

.n-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px; /* adjust distance from text */
  width: 0;
  height: 2px;
  background:  #e31837;
  transition: width 0.3s ease;
}

.n-title:hover::after {
  width: 100%;
}
.step-box{
        background-color: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 10px -4px #3e71b3;
}
.breadcumb-content .btn-wrap .th-btn {
    padding: 12px 15px;
    font-size: 15px;
}
.breadcumb-content .btn-wrap .th-btn:hover {
color: #fff !important;
}
.breadcumb-button {
    display: flex;
    justify-content: center;
}
.content.footer-content {
    padding-left: 20px;
}


























@media(min-width:1399px) {
#hero{
    height: 785px;
}
}


@media(max-width:1899px) {
  .main-menu ul.mega-menu {
    width: 1800px !important;
    max-width: 1800px !important;
    margin-left: -34.5pc !important;
  }

  ul.mega-menu.mega-menu2.mega-menu-content.allow-natural-scroll {
    margin-left: -52pc !important;
  }

  ul.mega-menu.mega-menu3.mega-menu-content.allow-natural-scroll {
    margin-left: -59.5pc !important;
  }

  ul.mega-menu.mega-menu4.mega-menu-content.allow-natural-scroll {
    margin-left: -69.5pc !important;
  }

}


@media(max-width:1830px) {
  .main-menu ul.mega-menu {
    width: 1500px !important;
    max-width: 1500px !important;
    margin-left: -25pc !important;
  }

  ul.mega-menu.mega-menu2.mega-menu-content.allow-natural-scroll {
    margin-left: -44pc !important;
  }

  ul.mega-menu.mega-menu3.mega-menu-content.allow-natural-scroll {
    margin-left: -51pc !important;
  }

  ul.mega-menu.mega-menu4.mega-menu-content.allow-natural-scroll {
    margin-left: -59.5pc !important;
  }
}

@media(max-width:1499px) {
  .main-menu ul.mega-menu {
    max-width: 1400px !important;
    margin-left: -26pc !important;
  }

  ul.mega-menu.mega-menu2.mega-menu-content.allow-natural-scroll {
    margin-left: -42pc !important;
  }

  ul.mega-menu.mega-menu3.mega-menu-content.allow-natural-scroll {
    margin-left: -48pc !important;
  }

  ul.mega-menu.mega-menu4.mega-menu-content.allow-natural-scroll {
    margin-left: -54.5pc !important;
  }
.dot0, .dot6, .dot-content0, .dot-content6 {
    top: 25pc;
    left: 18pc;
}
.dot3, .dot-content3 {
    left: 2pc;
}
.dot1, .dot5, .dot4, .dot2, .dot-content1, .dot-content5, .dot-content4, .dot-content2 {
    top: 7pc;
}
.video-box2 .img1{
      height: 100%;
}

}

@media(max-width:1425px) {
  .main-menu ul.mega-menu {
    max-width: 1300px !important;
    margin-left: -21pc !important;
  }

  ul.mega-menu.mega-menu2.mega-menu-content.allow-natural-scroll {
    margin-left: -38pc !important;
  }

  ul.mega-menu.mega-menu3.mega-menu-content.allow-natural-scroll {
    margin-left: -42.5pc !important;
  }

  ul.mega-menu.mega-menu4.mega-menu-content.allow-natural-scroll {
    margin-left: -50pc !important;
  }
  .dot0, .dot6, .dot-content0, .dot-content6 {
    top: 25pc;
}
.dot3, .dot-content3 {
    left: 2pc;
}
.dot1, .dot5, .dot4, .dot2, .dot-content1, .dot-content5, .dot-content4, .dot-content2 {
    top: 7pc;
}
.container-fluid.hero-padding {
    padding: 20pc !important;
}


}

@media(max-width:1366px) {
  .main-menu ul.mega-menu {
    max-width: 1199px !important;
    margin-left: -16pc !important;
  }

  ul.mega-menu.mega-menu2.mega-menu-content.allow-natural-scroll {
    margin-left: -33pc !important;
  }

  ul.mega-menu.mega-menu3.mega-menu-content.allow-natural-scroll {
    margin-left: -38.5pc !important;
  }

  ul.mega-menu.mega-menu4.mega-menu-content.allow-natural-scroll {
    margin-left: -44pc !important;
  }
  .dot0, .dot6, .dot-content0, .dot-content6 {
    top: 23.5pc;
}
.dot1, .dot5, .dot4, .dot2, .dot-content1, .dot-content5, .dot-content4, .dot-content2 {
    top: 7pc;
}
.dot3, .dot-content3 {
    left: 2pc;
}
}


@media (max-width: 1299px) {
  .main-menu ul.mega-menu {
    max-width: 1199px !important;
    margin-left: -10pc !important;
  }

  ul.mega-menu.mega-menu2.mega-menu-content.allow-natural-scroll {
    margin-left: -19pc !important;
  }

  ul.mega-menu.mega-menu3.mega-menu-content.allow-natural-scroll {
    margin-left: -23.5pc !important;
  }

  ul.mega-menu.mega-menu4.mega-menu-content.allow-natural-scroll {
    margin-left: -31.5pc !important;
  }
  .dot0, .dot6, .dot-content0, .dot-content6 {
    top: 22.5pc;
}
.dot1, .dot5, .dot4, .dot2, .dot-content1, .dot-content5, .dot-content4, .dot-content2 {
    top: 6.5pc;
    left: 7pc;
}
.dot3, .dot-content3 {
    top: 6pc;
    left: 2pc;
}

}

@media (max-width: 1199px) {
  .main-menu ul.mega-menu {
    max-width: 1100px !important;
    margin-left:-10pc !important;
  }

  ul.mega-menu.mega-menu2.mega-menu-content.allow-natural-scroll {
    margin-left: -17.5pc !important;
  }

  ul.mega-menu.mega-menu3.mega-menu-content.allow-natural-scroll {
    margin-left: -21.5pc !important;
  }

  ul.mega-menu.mega-menu4.mega-menu-content.allow-natural-scroll {
    margin-left: -28pc !important;
  }
.dot0, .dot6, .dot-content0, .dot-content6 {
    top: 20.5pc;
}
.dot1, .dot5, .dot4, .dot2, .dot-content1, .dot-content5, .dot-content4, .dot-content2 {
    top: 6pc;
    left: 7pc;
}
.dot3, .dot-content3 {
    left: 1.5pc;
}
.video-section .title-area {
    position: relative;
    z-index: 2;
    display: block;
    background-color: #f3f0ed;
    margin-left: 0;
    padding: 40px;
    margin-top: 0;
    max-width: 100%;
}
.video-section .col-xl-4.justify-center {
    margin-top: 0;
    padding: 0;
}
.content strong,
.content p
{
    font-size: 14px;
}
}

@media (max-width: 1132px) {
  .main-menu ul.mega-menu {
    max-width: 1000px !important;
    margin-left: -1pc !important;
  }

  ul.mega-menu.mega-menu2.mega-menu-content.allow-natural-scroll {
    margin-left: -9.5pc !important;
  }

  ul.mega-menu.mega-menu3.mega-menu-content.allow-natural-scroll {
    margin-left: -16.5pc !important;
  }

  ul.mega-menu.mega-menu4.mega-menu-content.allow-natural-scroll {
    margin-left: -24pc !important;
  }
  .dot0, .dot6, .dot-content0, .dot-content6 {
    top: 19pc;
}
.dot1, .dot5, .dot4, .dot2, .dot-content1, .dot-content5, .dot-content4, .dot-content2 {
    top: 5pc;
    left: 5pc;
}
.container-fluid.hero-padding{
    padding: 16pc !important;
}

}

@media (max-width: 1055px) {
  .main-menu ul.mega-menu {
    max-width: 1000px !important;
    margin-left: 1pc !important;
  }

  ul.mega-menu.mega-menu2.mega-menu-content.allow-natural-scroll {
    margin-left: -6.5pc !important;
  }

  ul.mega-menu.mega-menu3.mega-menu-content.allow-natural-scroll {
    margin-left: -15.5pc !important;
  }

  ul.mega-menu.mega-menu4.mega-menu-content.allow-natural-scroll {
    margin-left: -22pc !important;
  }
  .dot0, .dot6, .dot-content0, .dot-content6 {
    top: 19pc;
}
.dot1, .dot5, .dot4, .dot2, .dot-content1, .dot-content5, .dot-content4, .dot-content2 {
    top: 7pc;
    left: 5pc;
}
.dot3, .dot-content3 {
    top: 6pc;
    left: 1.5pc;
}
.dot1, .dot5, .dot4, .dot2, .dot-content1, .dot-content5, .dot-content4, .dot-content2 {
    top: 6pc;
    left: 5pc;
}

}

@media (max-width: 1020px) {
  .main-menu ul.mega-menu {
    max-width: 1000px !important;
    margin-left: 1pc !important;
  }

  ul.mega-menu.mega-menu2.mega-menu-content.allow-natural-scroll {
    margin-left: -5.5pc !important;
  }

  ul.mega-menu.mega-menu3.mega-menu-content.allow-natural-scroll {
    margin-left: -16.5pc !important;
  }

  ul.mega-menu.mega-menu4.mega-menu-content.allow-natural-scroll {
    margin-left: -23.5pc !important;
  }
.dot0, .dot6, .dot-content0, .dot-content6 {
    top: 18pc;
}
.dot1, .dot5, .dot4, .dot2, .dot-content1, .dot-content5, .dot-content4, .dot-content2 {
    top: 5pc;
    left: 5pc;
}
.dot3, .dot-content3 {
    top: 6pc;
    left: 1.5pc;
}




}

@media(max-width:992px) {
  .video-area-1 {
    margin-bottom: 0;
}
  .th-btn.style-border2 {
    padding: 13px 21px !important;
  }

  .header-button {
    margin: 0px 0;
  }

  .gtranslate_wrapper.l-icon.gt_container--hich1m .l-img {
    top: 32px;
  }

  .sec-title {
    font-size: 25px;
  }

  .position-absolute.text-center.content-area.p-4 {
    position: relative !important;
  }

  .counter-card.style5 .media-body {
    text-align: center !important;
  }

  h2.sec-title.f-70 {
    font-size: 35px !important;
  }

  h5.mb-3.fw-semibold.text-white.border-bottom.pb-2 {
    text-align: center;
    font-size: 20px;
  }

  .portfolio-card.style4 .portfolio-title {
    font-size: 20px;
  }

  .portfolio-card.style4.d-flex {
    display: block !important;
    background-color: #fff;
    height: 372px;
  }

  .portfolio-card.style4 .portfolio-title {
    font-size: 19px;
    margin-top: 9px;
    margin-bottom: 5px;
  }

  .title-area {
    margin-bottom: 0 !important;
  }

  .btn-wrap.text-center.justify-content-center.mt-30 {
    margin-top: 0;
  }

  .footer-button {
    justify-content: start !important;
  }

  .why-img-box2 img {
    width: 52%;
  }

  .widget.footer-widget.text-center {
    text-align: left !important;
  }
.dot0, .dot6, .dot-content0, .dot-content6{
    top: 10pc;
}.dot1, .dot5, .dot4, .dot2, .dot-content1, .dot-content5, .dot-content4, .dot-content2
{
    top: 3pc;
    left: 5pc;
}
.title-area{
    padding-left: 0px;
}
.video-wrap2.mb-lg-0.mb-30.d-flex {
    display: block !important;
}
.background-space {
    padding: 70px 140px !important;
}
.col-md-8.d-flex {
    display: block !important;
}
.form-select, select {
    width: 80%;
}
button.reset-button {
    float: left;
    margin-top: 15px;
    margin-left: 15px;
}
.col-xl-8.space-top {
    padding: 0 10px;
}
.container-fluid.hero-padding{
    padding: 16pc!important;
}
.breadcumb-button {
    display: block;
}


}


@media(max-width:768px){
.dot0, .dot6, .dot-content0, .dot-content6 {
    top: 19pc;
}
.dot1, .dot5, .dot4, .dot2, .dot-content1, .dot-content5, .dot-content4, .dot-content2 {
    top: 10pc;
    left: 2pc;
}

.dot3, .dot-content3 {
    top: 4pc;
    left: 1pc;
}
.container-fluid.hero-padding {
    padding: 12.5pc!important;
}
.portfolio-card.style4 .portfolio-img {
    height: 100px;
}

}
@media(max-width:500px){
  .dot0, .dot6, .dot-content0, .dot-content6{
    top: 12pc;
    left: 11pc;
}
.dot1, .dot5, .dot4, .dot2, .dot-content1, .dot-content5, .dot-content4, .dot-content2 {
    top: 5pc;
    left: 11pc;
}
.dot3, .dot-content3{
    top: 6pc;
    left: 2pc;
}
h6.text-white.overlay-title.m-0, .dot p {
    font-size: 9px;
}
h6.text-white.overlay-title {
    font-size: 14px;
}
.dot:hover>.dot-content0, .dot:hover>.dot-content1, .dot:hover>.dot-content2, .dot:hover>.dot-content3, .dot:hover>.dot-content4, .dot:hover>.dot-content5, .dot:hover>.dot-content6
{
    padding: 10px;
}
.product-thumb-slider img {
    height: 40px;
}
.container-fluid.hero-padding {
    padding:0pc!important;
}

}


