.elementor-408 .elementor-element.elementor-element-1534c1f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:50px 50px;--row-gap:50px;--column-gap:50px;--margin-top:8vw;--margin-bottom:0vw;--margin-left:0vw;--margin-right:0vw;}.elementor-408 .elementor-element.elementor-element-c4053e1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--border-radius:12px 12px 12px 12px;}.elementor-408 .elementor-element.elementor-element-c4053e1:not(.elementor-motion-effects-element-type-background), .elementor-408 .elementor-element.elementor-element-c4053e1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#DEDEDE;}.elementor-408 .elementor-element.elementor-element-a988f31{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:50px 50px;--row-gap:50px;--column-gap:50px;--margin-top:0vw;--margin-bottom:0vw;--margin-left:0vw;--margin-right:0vw;}.elementor-408 .elementor-element.elementor-element-d3344e3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-408 .elementor-element.elementor-element-8464777{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-woocommerce-product-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-408 .elementor-element.elementor-element-5e9f0df .elementor-heading-title{font-family:"Open Sans", Sans-serif;font-size:54px;font-weight:700;line-height:60px;color:#0A0A0A;}.elementor-408 .elementor-element.elementor-element-86ce44b{text-align:start;}.woocommerce .elementor-408 .elementor-element.elementor-element-86ce44b .woocommerce-product-details__short-description{color:#00000099;font-family:"Open Sans", Sans-serif;font-size:16px;font-weight:600;line-height:24px;}body.elementor-page-408:not(.elementor-motion-effects-element-type-background), body.elementor-page-408 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F3F3F3;}@media(max-width:767px){.elementor-408 .elementor-element.elementor-element-1534c1f{--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:15vw;--margin-bottom:5vw;--margin-left:0vw;--margin-right:0vw;}.elementor-408 .elementor-element.elementor-element-a988f31{--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:15vw;--margin-bottom:5vw;--margin-left:0vw;--margin-right:0vw;}.elementor-408 .elementor-element.elementor-element-5e9f0df{margin:16px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-408 .elementor-element.elementor-element-5e9f0df .elementor-heading-title{font-size:32px;line-height:40px;}.woocommerce .elementor-408 .elementor-element.elementor-element-86ce44b .woocommerce-product-details__short-description{line-height:28px;}}@media(min-width:768px){.elementor-408 .elementor-element.elementor-element-1534c1f{--content-width:91vw;}.elementor-408 .elementor-element.elementor-element-c4053e1{--content-width:78vw;}.elementor-408 .elementor-element.elementor-element-a988f31{--content-width:78vw;}.elementor-408 .elementor-element.elementor-element-d3344e3{--width:50%;}.elementor-408 .elementor-element.elementor-element-8464777{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-275855e */.pb-nav--b {
    display: inline-flex;
    align-items: center;
   gap: 8px; font-size: 19px; line-height: 24px; cursor: pointer; font-weight: 600;
}

.pb-nav--b .pb2-separator {
    width: 24px;
    height: 24px;
}

.pb-nav--b .pb2-link {
color: #F3F3F3; text-decoration: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-19e008c */#product-breadcrumbs {
    display: inline-flex;         
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    font-weight: 600;
}
#product-breadcrumbs img{
    width: 24px;
    height: 24px;
}

#product-breadcrumbs a {
    color: #0a3954;
    text-decoration: none;
}/* End custom CSS */
/* Start custom CSS */.custom-image-gallery {
  max-width: 100%;
  margin: auto;
}

.gallery-main img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  background: #fff;
}

.gallery-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 20px;
  justify-content: start;
}

.gallery-thumbs img {
  width: 100px;
  height: auto;
  min-height: 100px;
  max-height: 150px;
  object-fit: cover;
  border-radius: 16px;
  cursor: pointer;
  transition: .3s ease;
}

.gallery-thumbs img:hover,
.gallery-thumbs .active-thumb {
    border: 2px solid black;
    transform: scale(1.05);
}


@media (max-width:769px){
    .gallery-thumbs img {
  width: 80px;
  height: auto;
  min-height: 80px;
  max-height: 130px;
}
}/* End custom CSS */