@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

.page-main-full-width .catalog-product-view .breadcrumbs {
  margin-top: 64px;
  margin-bottom: 0;
  display: block;
}

.page-main-full-width .catalog-product-view .breadcrumbs ul.items li.item a {
    font-size: 14px;
    color: #8E8E8E;
    font-family: "Nunito", sans-serif;
}

.page-main-full-width .catalog-product-view .breadcrumbs ul.items li.item strong {
    font-size: 14px;
    color: #606060;
    font-weight: bold;
    font-family: "Nunito", sans-serif;
}
.page-main-full-width .catalog-product-view .breadcrumbs ul.items li.item::after {color: #8E8E8E;}

.page-main-full-width .zt-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-main-full-width .zt-wrapper .product-info-main {
    order: 1;
}

.page-main-full-width .zt-wrapper .carousel-wrapper {
    position: sticky;
    top: 20px;
}

body.catalog-product-view {
    overflow: visible;
}
body.catalog-product-view .page-main-full-width{
    font-family: "Nunito", sans-serif !important;
}

body.catalog-product-view .page-main {
        font-style: italic;
        font-weight: 800;
}
.page-main .product-info-main .sellingpoint ul li {
    font-weight: 700;
    font-style: normal;
}
.page-main .product-add-form .product-options-wrapper .field .field-row .control select {
    font-style: italic;
    font-weight: 800;
}
.page-main .product-add-form .product-options-wrapper .field .field-row .label {
    font-weight: 800;
}

.page-main .column.main h2, h3 {
    font-weight: 800;
}
.page-main .product.attribute.description h2 strong, h3 strong {
    font-weight: 800;
}
.page-main .product.attribute.description ul li {
    font-style: normal;
}
.page-main p {
    font-weight: 400;
    font-style: normal;
}
.page-main span {
    font-style: normal;
}
.page-main  span.base {
    font-style: italic;
    font-weight: 800;
}
.page-main-full-width .product.media {
  width: calc(50% - 20px)!important;
}

.page-layout-1column .page-main-full-width .product-info-main {
  width: calc(50% - 20px) !important;
  border-radius: 0;
  box-shadow: unset;
  border: 0;
  display: flex;
  flex-direction: column;
}

.page-layout-1column .page-main-full-width .product-info-main::-webkit-scrollbar {
display: none;
}
.page-main-full-width .product.media .carousel-wrapper {
  width: 100%;
}
.page-main-full-width .product.media .carousel-wrapper .thumbnails-slider {
    order: 2;
    width: 100%;
    height: auto;
}

.page-main-full-width .product-options-wrapper .control .options-list .slick-active {
    height: 100% !important;
    margin: 0 5px;
}
.page-main-full-width .product-options-wrapper .control .options-list .slick-slide {
    margin: 0 5px;
}
.page-main-full-width .product-options-wrapper .control .options-list .slick-active div {
  height: 100%;

}
.page-main-full-width .product-options-wrapper .control .options-list .slick-slide div {
    height: 100%;
}

.page-main-full-width .product-options-wrapper .control .options-list .slick-track {
  margin-left: 0;
  height: 100%;
}
.page-main-full-width .product.media .carousel-wrapper .main-slider {
  margin: 0 0 20px;
  width: 100%;
}
.page-main-full-width .product-options-wrapper {
  height: 100%;
  padding: 0;
}


.page-main-full-width .product-info-main .page-title-wrapper {
  border-radius: 0;
  background: transparent;
  padding: 0;
  display: block;
  min-height: fit-content ;
}

.page-main-full-width .product-info-main .page-title-wrapper h1.page-title {
  font-size: 32px;
  color: #333333;
  width: 100%;
  max-width: 100%;
  font-weight: bold;
  display: block;
  line-height: 1.2;
  padding-bottom: 0;
}

.page-main-full-width .product-info-main .product-short-description {
    order: 2;
    margin: 15px 0;
}

.page-main-full-width .product-info-main .product-short-description {
    font-size: 16px;
    font-weight: 400;
    color: #606060;
    line-height: 1.5;
    font-family: "Nunito", sans-serif;
}
.page-main-full-width .product-info-main .product-short-description span,
.page-main-full-width .product-info-main .product-short-description p {
    font-size: unset !important;
    color: currentColor !important;
    font-family: inherit !important;
}
.page-main-full-width .product-info-main .product-description-and-reviews {
    order: 3;
}

.page-main-full-width .product-info-main .product-description-and-reviews a.action.view.scrollto {
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: flex-start;
}

.page-main-full-width .product-info-main .product-description-and-reviews a.action.view.scrollto .rating-stars {
    display: flex;
    align-items: center;
    gap: 6px;
}
.page-main-full-width .product-info-main .product-description-and-reviews a.action.view.scrollto .star svg {
    width: 12px;
    height: 12px;
}
.page-main-full-width .product-info-main .product-description-and-reviews a.action.view.scrollto .rating-stars span {
    line-height: 0;
}
.page-main-full-width .rating-stars span.star.full svg path {
    fill: #697E00;
}

.page-main-full-width .rating-stars span.star.half stop:first-child {
    stop-color: #697E00;
}

.page-main-full-width .product-info-main .product-description-and-reviews a.action.view.scrollto .reviews-count {
    font-size: 14px;
    color: #8E8E8E;
    font-weight: bold;
    font-family: "Nunito", sans-serif;
    line-height: 1.5;
}
.page-main-full-width .rating-stars {
    display: flex;
    align-items: center;
    gap: 7px;
}

.page-main-full-width .rating-stars span.star.full {
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 0;
}

.page-main-full-width .page-main-full-width .rating-stars span.star.full svg {
    width: 12px;
    height: 12px;
}

.page-main-full-width .rating-stars span.star.full svg path {
    fill: #697E00;
}

.page-main-full-width .product-reviews-summary a.action.view.scrollto {
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: center;
    line-height: 0;
}

.page-main-full-width .product-reviews-summary a.action.view.scrollto .reviews-count {
    font-size: 14px;
    color: #8E8E8E;
    font-weight: bold;
    font-family: "Nunito", sans-serif;
    line-height: 1.5;
}

.page-layout-1column .page-main-full-width .product-info-main .product-reviews-summary {
  display: block;
  min-height: unset;
  width: 100%;
  background: transparent;
  border: 0;
  border-radius: 0;
  order: 2;
}

.page-layout-1column .page-main-full-width .product-info-main .product-reviews-summary .rating-summary {
  display: flex;
  gap: 10px;
  align-items: center;
}


.page-layout-1column .page-main-full-width .product-info-main .product-reviews-summary .rating-summary a svg {
  width: 12px;
}
.page-main-full-width .product-reviews-summary a.action.view.scrollto .star {
    display: flex;
    gap: 8px;
}
.page-main-full-width .product-reviews-summary .score {
    font-size: 14px;
    color: #8E8E8E;
    font-weight: bold;
}
/* .page-layout-1column .page-main-full-width .product-info-main .product-reviews-summary .rating-summary a svg path {
  fill: #65801F;
} */

.page-layout-1column .page-main-full-width .product-info-main .product-add-form {
  order: 4;
  padding-top: 32px;
}

.page-layout-1column .page-main-full-width .product-info-main .sellingpoint {
    order: 5;
    background: #F3FFB8;
    border-radius: 10px;
    padding: 32px;
}
.page-layout-1column .page-main-full-width .product-info-main .sellingpoint ul {
    padding-left: 10px;
    margin: 0;
}
.page-main-full-width .product-info-main .sellingpoint ul li {
    width: 100%;
    color: #333333;
    font-weight: 400;
    position: relative;
    list-style: none;
    padding-left: 50px;
    font-size: 16px;
    line-height: 1.4;
    font-family: "Nunito", sans-serif;
}
.page-main-full-width .product-info-main .sellingpoint ul li:last-child {
    margin-bottom: 0;
}
.page-main-full-width .product-info-main .sellingpoint ul li:after {
    height: 11px;
    width: 15px;
    position: absolute;
    content: "";
    left: 0;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.54996 9.15L14.025 0.675C14.225 0.475 14.4583 0.375 14.725 0.375C14.9916 0.375 15.225 0.475 15.425 0.675C15.625 0.875 15.725 1.1125 15.725 1.3875C15.725 1.6625 15.625 1.9 15.425 2.1L6.24996 11.3C6.04996 11.5 5.81663 11.6 5.54996 11.6C5.2833 11.6 5.04996 11.5 4.84996 11.3L0.549963 7C0.349963 6.8 0.25413 6.5625 0.262463 6.2875C0.270796 6.0125 0.374963 5.775 0.574963 5.575C0.774963 5.375 1.01246 5.275 1.28746 5.275C1.56246 5.275 1.79996 5.375 1.99996 5.575L5.54996 9.15Z' fill='%23697E00'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
}
.page-main-full-width .product-add-form .product-options-wrapper .field .field-row {
  flex-direction: column;
  border-radius: 8px;
  background: #F6F6F6;
}
.page-main-full-width .product-add-form .product-options-wrapper .field .field-row .label:first-child {
  position: relative;
  padding: 15px 20px 16px;
  font-size: 20px;
  font-weight: bold;
}


/* .product-add-form .product-options-wrapper .field .field-row .label.active:first-child::before {
  display: none;
} */

.page-main-full-width .product-add-form .product-options-wrapper .field .field-row .control {
    background: #f6f6f6;
    padding: 16px 16px 0;
}

.page-main-full-width .product-add-form .product-options-wrapper .field .field-row .label.active:first-child {
  border-radius: 10px 10px 0 0;
}

.page-main-full-width .product-options-wrapper .control .options-list {
  justify-content: flex-start;
  gap: 15px;
}
.page-main-full-width .product-options-wrapper .control .options-list .slick-list {
  padding-bottom: 20px;
  width: 100%;
}



.page-main-full-width .product-options-wrapper .control .options-list .field {
    margin: 0;
    border-radius: 8px;
}

.page-main-full-width .product-options-wrapper .control .options-list .Bss_image_radio {
  flex-direction: column-reverse;
    display: flex;
    justify-content: start;
    padding: 15px 10px;
    height: 100% !important;
    border: 0;
    gap: 15px;
    background: #fff;
    max-width: 400px;
    width: 100% !important;
    font-family: "Nunito", sans-serif;
}

.page-main-full-width .product-options-wrapper .control .options-list .Bss_image_radio label span {
  font-weight: 400;
  width: 100%;
  font-size: 14px;
  display: block;
  color: #606060;
}

.page-main-full-width .product-options-wrapper .control .options-list .Bss_image_radio label span.price-notice {
  display: flex;
  align-items: center;
  margin-top: 8px;
  font-size: 18px;
  font-weight: 500 !important;
}
.page-main-full-width .product-options-wrapper .control .options-list .Bss_image_radio label span.price-wrapper {
    font-weight: bold;
    color: #4A4A49 !important;
    font-size: 16px;
}
.page-main-full-width .product-options-wrapper .control .options-list .Bss_image_radio img {
  width: 100%!important;
  float: unset !important;
  object-fit: contain !important;
  margin: 0 !important;
  border: 0 !important;
  height: auto !important;
  pointer-events: none;
}

.page-main-full-width .product-add-form .product-options-wrapper .field .field-row .label {
  margin: 0 !important;
  width: 100% !important;
  position: unset;
  font-weight: bold;
}

.page-main-full-width .product-options-wrapper .control .options-list .Bss_image_radio input {
  width: 100%;
  margin: 0 !important;
}

.page-main-full-width .product-add-form .product-options-wrapper .field .field-row .label::before {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  margin: 0;
  border: solid 2px #ffffff00;
}

.page-main-full-width .product-add-form .product-options-wrapper .field .field-row input[type="radio"]:focus + label:before {
 background: transparent;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.12);
  border: solid 2px #D3F822;
}
.page-main-full-width .product-add-form .product-options-wrapper .field .choice input[type="radio"]:checked + label:before {
  background: transparent;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.12);
  border: solid 2px #D3F822;
}

.page-main-full-width .product-info-main .product-options-bottom .box-tocart .actions {
    background: #f5f5f5;
    flex-wrap: nowrap;
    gap: 12px;
    padding: 16px 0 0 0;
    order: 5;
    width: 100%;
}
.page-main-full-width .product-info-main .product-options-bottom .box-tocart .actions button {
    margin: 0 !important;
    font-size: 14px;
    line-height: 1.86;
    border-radius: 16px;
}
.page-main-full-width .product-info-main .product-options-bottom .box-tocart .actions button#product-addtocart-button {
    color: #fff !important;
    border: 0;
}

.page-main-full-width .product-info-main .product-options-bottom .box-tocart .actions button#product-addtoquote-button {
    color: #4A4A4A;
}
.page-main-full-width .product-info-main .box-tocart .fieldset {
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 16px;
    position: relative;
    flex-direction: row;
}

.page-main-full-width .product-info-main .box-tocart .field.qty {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    padding: 0;
    width: auto;
    order: 1;
}

.page-main-full-width .product-info-main .box-tocart .field.qty .label {
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    font-weight: bold;
    text-transform: capitalize;
    color: #606060;
}

.page-main-full-width .product-info-main .box-tocart .action.tocart {
  margin: 0 !important;
}

.page-main-full-width .product-add-form .product-addtoquote-button {
  margin: 0 !important;
}

.page-main-full-width .product-info-main .box-tocart .coap_subtotal.with-diff {
    margin: 0;
    padding: 0;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 8px;
    width: auto;
    order: 4;
}
.page-main-full-width .product-info-main .box-tocart .coap_subtotal.with-diff .from-section {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
    order: 1;
    width: auto;
    align-items: end;
}

.page-main-full-width .product-info-main .box-tocart .coap_subtotal.with-diff .from-section label {
    font-size: 14px;
    color: #606060;
    font-weight: bold;
    text-transform: capitalize;
    font-family: "Nunito", sans-serif;
    width: 20px;
    white-space: nowrap;
    position: relative;
    left: -55px;
}
.page-main-full-width .product-info-main .box-tocart .coap_subtotal.with-diff .from-section span#from_box {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    text-decoration-color: #333333 !important;
    font-family: "Nunito", sans-serif;
    padding-bottom: 11px;
}
.page-main-full-width .product-info-main .box-tocart .fieldset .production_time {
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.page-main-full-width .product-info-main .box-tocart .fieldset .delivery_date {
    order: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.page-main-full-width .product-info-main .box-tocart .fieldset .production_time label {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: bold;
    color: #606060;
    font-family: "Nunito", sans-serif;
}

.page-main-full-width .product-info-main .box-tocart .fieldset .production_time span {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    color: #333333;
    font-family: "Nunito", sans-serif;
}

.page-main-full-width .product-info-main .box-tocart .fieldset .delivery_date label {
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    font-weight: bold;
    text-transform: capitalize;
    color: #606060;
}

.page-main-full-width .product-info-main .box-tocart .fieldset .delivery_date span {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    color: #333333;
    font-family: "Nunito", sans-serif;
}
.page-main-full-width .product-info-main .box-tocart .fieldset .to-section {
    background: #F3FFB8;
    display: flex;
    width: unset;
    color: #4A4A4A;
    font-weight: bold;
    font-size: 20px;
    gap: 8px;
    padding: 8px;
    border-radius: 8px;
    font-family: "Nunito", sans-serif;
}
.page-main-full-width .product-info-main .box-tocart .fieldset .control {
    width: 120px;
    border: 1px solid #BBBBBB;
    border-radius: 16px;
    background: #fff;
    padding: 0 16px;
    justify-content: center;
}

.page-main-full-width .product-info-main .box-tocart .fieldset .control button {
    font-size: 0;
    position: relative;
    padding: 10px;
}
.page-main-full-width .product-info-main .box-tocart .fieldset .control button#qty-change-decrease:before {
    width: 14px;
    height: 2px;
    background: #606060;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
    content: "";
}
.page-main-full-width .product-info-main .box-tocart .fieldset .control button#qty-change-increase:before {
    content: "";
    width: 14px;
    height: 2px;
    background: #606060;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
}
.page-main-full-width .product-info-main .box-tocart .fieldset .control button#qty-change-increase:after {
    position: absolute;
    height: 14px;
    width: 2px;
    background: #606060;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
    right: 8px;
}
.page-main-full-width .product-info-main .box-tocart .fieldset .control input {
    color: #606060;
    font-weight: bold;
}

.page-main-full-width .thumbnails-slider button.slick-arrow {
  display: none !important;
}

.page-main-full-width .product.info.detailed .product.data.items .title-row {
    gap: 20px;
    width: 100% !important;
    position: sticky;
    top: 0;
    padding: 16px 0;
    background: #ffffff;
    z-index: 9;
    overflow: visible !important;
}
.page-main-full-width .product.info.detailed .product.data.items .title-row:before {
    content: "";
    background: #ffffff;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    top: 0;
    bottom: 0;
}
.page-main-full-width .product.info.detailed .product.data.items.mage-tabs-disabled .data.item.title.active {
  background: unset;
  border-radius: 0;
  padding: 0;
}

.page-main-full-width .product.info.detailed .product.data.items.mage-tabs-disabled .data.item.title {
  padding: 0;
  position: relative;
}
.page-main-full-width .product.info.detailed .product.data.items.mage-tabs-disabled .data.item.title:after {
position: absolute;
left: 50%;
bottom: -8px;
width: 0;
height: 2px;
background: #0D02DD;
content: "";;;;transform: translateX(-50%);
-webkit-transition: all .8s
cubic-bezier(0.68, -0.55, 0.265, 1.55);;;
-o-transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: all .8s
cubic-bezier(0.68, -0.55, 0.265, 1.55);

}

.page-main-full-width .product.info.detailed .product.data.items.mage-tabs-disabled .data.item.title:hover:after {
width: 100%;
}

.page-main-full-width .product.info.detailed .product.data.items.mage-tabs-disabled .data.item.title.active {
  background-color: transparent !important;
}


.page-main-full-width .product.info.detailed .product.data.items.mage-tabs-disabled .data.item.title.active .data.switch {
  background: transparent;
  color: #000;
}
.page-main-full-width .product.info.detailed .product.data.items .title-row a {
font-size: 16px;
font-weight: bold !important;
}

.page-main-full-width .product.info.detailed .product.data.items.mage-tabs-disabled .data.item.content {
  border: 0;
}
.page-main-full-width .product.info.detailed .product.data.items .title-row a:active {
  color: #606060;
}

.page-main-full-width .product-options-wrapper .control .options-list button.slick-prev.slick-arrow {
  left: -15px !important;
  width: 25px;
  height: 32px;
}

.page-main-full-width .product-options-wrapper .control .options-list button.slick-prev.slick-arrow::before {
  transform: rotate(-45deg);
  margin-left: 3px;
  border-left: 3px solid #fff;
  width: 6px;
  height: 10px;
  border-top: 3px solid #fff;
}


.page-main-full-width .product-options-wrapper .control .options-list button.slick-next.slick-arrow {
  right: -15px !important;
  width: 25px;
  height: 32px;
}

.page-main-full-width .product-options-wrapper .control .options-list button.slick-next.slick-arrow::before {
  transform: rotate(-45deg);
  margin-right: 4px;
  border-right: 3px solid #fff;
  width: 6px;
  height: 10px;
  border-bottom: 3px solid #fff;
}

.page-main .product-info-main .box-tocart .fieldset {
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 16px;
    position: relative;
    flex-direction: row;
    justify-content: end;
}
.page-main .product-info-main .box-tocart .field.qty {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    padding: 0;
    order: 1;
    width: 33.33%;
}
.page-main .product-info-main .box-tocart .field.qty .label {
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    font-weight: bold;
    text-transform: capitalize;
    color: #606060;
}
.page-main .product-info-main .box-tocart .fieldset .control {
    width: 120px;
    border: 1px solid #BBBBBB;
    border-radius: 16px;
    background: #fff;
    padding: 0 16px;
    justify-content: center;
}
.page-main .product-info-main .box-tocart .fieldset .control button {
    font-size: 0;
    position: relative;
    padding: 10px;
}
.page-main .product-info-main .box-tocart .fieldset .control button#qty-change-decrease:before {
    width: 14px;
    height: 2px;
    background: #606060;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
    content: "";
}
.page-main .product-info-main .box-tocart .fieldset .control input {
    color: #606060;
    font-weight: bold;
}
.page-main .product-info-main .box-tocart .fieldset .control button#qty-change-increase:before {
    content: "";
    width: 14px;
    height: 2px;
    background: #606060;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
}
.page-main .product-info-main .box-tocart .fieldset .control button#qty-change-increase:after {
    position: absolute;
    height: 14px;
    width: 2px;
    background: #606060;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
    right: 8px;
}
.page-main .product-info-main .box-tocart .coap_subtotal.with-diff {
    margin: 0;
    padding: 0;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 8px;
    order: 4;
    width: 50%;
    margin-top: 20px;
}
.page-main .product-info-main .box-tocart .coap_subtotal.with-diff .from-section {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
    order: 1;
    width: auto;
    align-items: end;
}
.page-main .product-info-main .box-tocart .coap_subtotal.with-diff .from-section label {
    font-size: 14px;
    color: #606060;
    font-weight: bold;
    text-transform: capitalize;
    font-family: "Nunito", sans-serif;
    width: 20px;
    white-space: nowrap;
    position: relative;
    left: -55px;
}
.page-main .product-info-main .box-tocart .coap_subtotal.with-diff .from-section span#from_box {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    text-decoration-color: #333333 !important;
    font-family: "Nunito", sans-serif;
    padding-bottom: 11px;
}
.page-main .product-info-main .box-tocart .fieldset .to-section {
    background: #F3FFB8;
    display: flex;
    width: unset;
    color: #4A4A4A;
    font-weight: bold;
    font-size: 20px;
    gap: 8px;
    padding: 8px;
    border-radius: 8px;
    font-family: "Nunito", sans-serif;
}
.page-main .product-info-main .box-tocart .coap_subtotal .to-section label {
    width: 100%;
    display: flex;
}
.page-main .product-info-main .box-tocart .fieldset .production_time {
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 33.33%;
}
.page-main .product-info-main .box-tocart .fieldset .production_time label {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: bold;
    color: #606060;
    font-family: "Nunito", sans-serif;
}
.page-main .product-info-main .box-tocart .fieldset .production_time span {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    color: #333333;
    font-family: "Nunito", sans-serif;
}
.page-main .product-info-main .box-tocart .fieldset .delivery_date {
    order: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 33.33%;
}
.page-main .product-info-main .box-tocart .fieldset .delivery_date label {
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    font-weight: bold;
    text-transform: capitalize;
    color: #606060;
}
.page-main .product-info-main .box-tocart .fieldset .delivery_date span {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    color: #333333;
    font-family: "Nunito", sans-serif;
}
.page-main .product-info-main .product-options-bottom .box-tocart .actions {
    background: #f5f5f5;
    flex-wrap: nowrap;
    gap: 12px;
    padding: 16px 0 0 0;
    order: 5;
    width: 100%;
}
.page-main .product-info-main .product-options-bottom .box-tocart .actions button#product-addtocart-button {
    color: #fff !important;
    border: 0;
}
.page-main .product-info-main .product-options-bottom .box-tocart .actions button#product-addtoquote-button {
    color: #4A4A4A;
}
.page-main .product-info-main .product-options-bottom .box-tocart .actions button {
    margin: 0 !important;
    font-size: 14px;
    line-height: 1.86;
    border-radius: 16px;
}
.page-main .product-info-main .product-options-bottom .box-tocart .actions button#product-addtoquote-button {
    color: #4A4A4A;
}


/* Date:- 26-09-2025 */
.page-main-full-width section.features-sec {
    margin-top: 96px;
}
.page-main-full-width .features-sec .features {
  display: flex;
  gap: 40px;
  justify-content: center;
}

.page-main-full-width .features-sec .feature-box {
  flex: 1 1 220px;
  background: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 8px;
  padding: 24px;
  text-align: left;
}

.page-main-full-width .features-sec .feature-box .star-icon {
width: 40px;
height: 40px;
background: #F3FFB8;
border-radius: 50px;
display: flex;
align-items: center;
justify-content: center;
}

.page-main-full-width .features-sec .feature-box h3 {
font-size: 20px;
margin: 16px 0 10px;
font-weight: bold;
color: #333333;
line-height: 1.3;
font-family: "Nunito", sans-serif;
}

.page-main-full-width .features-sec .feature-box p {
font-size: 16px;
color: #606060;
margin: 0;
font-weight: 500;
font-family: "Nunito", sans-serif;
}

.page-main-full-width .zig-zag-sec .zigzag-wrapper {
  display: flex;
  align-items: center;
  column-gap: 155px;
  padding: 64px 0;
}
.page-main-full-width .zigzag-content h2 {
  margin: 0 0 16px;
  font-size: 32px;
  color: #333333;
  line-height: 1.4;
  font-weight: bold;
}

.page-main-full-width .zigzag-content p {
  font-size: 16px;
  color: #606060;
  line-height: 1.4;
  font-weight: 400;
  margin: 0;
  font-family: "Nunito", sans-serif;
}

.page-main-full-width .zig-zag-sec .zigzag-content {
  width: 50%;
  max-width: 426px;
  margin: 0 auto;
}

.page-main-full-width .zig-zag-sec .zigzag-image {
  width: 50%;
}
.page-main-full-width .zig-zag-sec .zigzag-image img {
    border-radius: 16px;
}
.page-main-full-width .zig-zag-sec .zigzag-wrapper.reverse {
  flex-direction: row-reverse;
}

.page-main-full-width .comparison-sec {
    background: #F3FFB8;
    padding: 50px 0px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
 .page-main-full-width .comparison-sec .comparison-wrapper {
  margin: 0 auto;
  display: flex;
  gap: 106px;
  align-items: center;
  max-width: 1135px;
  justify-content: space-between;
}
  .page-main-full-width .comparison-sec .side-text h2 {
  font-size: 40px;
  font-weight: bold;
  color: #0A02AC;
  line-height: 1.2;
  font-family: "Nunito", sans-serif;
}
  .page-main-full-width .comparison-table {
    flex: 3;

}
.page-main-full-width .comparison-sec table {
  width: 100%;
  border-collapse: collapse;
}
.page-main-full-width th, td {
  padding: 14px 20px;
  text-align: left;
  font-size: 15px;
  line-height: 1.4;
}
.page-main-full-width .comparison-sec table thead tr th {
  font-size: 32px;
  padding: 30px 10px;
  color: #606060;
  text-align: center;
  width: 258px;
  font-weight: bold !important;
  font-family: "Nunito", sans-serif;
}
.page-main-full-width .comparison-sec table tbody tr td {
  border-top: 1px solid #697e00;
  padding: 20px 10px;
  font-size: 14px;
  text-align: center;
  color: #606060;
  font-weight: 400;
  vertical-align: middle;
  font-family: "Nunito", sans-serif;

}
.page-main-full-width .comparison-sec .sign-shark {
  background: #f4f8e2;
  font-weight: bold;
  border-radius: 8px;
}
.page-main-full-width .comparison-sec table thead tr th:first-child {
  font-size: 16px;
  text-align: left;
  padding-left: 0;
  font-family: "Nunito", sans-serif;
}

.page-main-full-width .comparison-sec table thead tr th.highlight {
  background: #fff;
  border-radius: 16px 16px 0 0;
}

.page-main-full-width .comparison-sec table tbody tr:last-child td:nth-child(2) {
border-radius: 0 0 16px 16px;
}

.page-main-full-width .comparison-sec table tbody tr td:nth-child(2) {
background: #fff;
text-align: center;
font-size: 14px;
color: #606060;
}

.page-main-full-width .comparison-sec table tbody tr td:first-child {
  text-align: left;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
}

.page-main-full-width section.spec-sec {
  padding: 65px 0;
}
.page-main-full-width section.spec-sec .specs-wrapper {
  max-width: 925px;
  margin: 0 auto;
  text-align: center;
}
.page-main-full-width section.spec-sec .specs-wrapper h2 {
font-size: 40px;
margin-bottom: 64px;
font-weight: bold;
color: #606060;
margin-top: 0;
font-family: "Nunito", sans-serif;
}
.page-main-full-width section.spec-sec .specs-grid {
display: grid;
grid-template-columns: 1fr 1fr;
text-align: left;
column-gap: 22px;
}
.page-main-full-width .specs-grid .spec-item {
border-bottom: 1px solid #D2D2D2;
padding: 16px 0;
}
.page-main-full-width .spec-item .spec-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #8E8E8E;
  line-height: 1.1;
  font-family: "Nunito", sans-serif;

}
.page-main-full-width .spec-item .spec-value {
  font-size: 16px;
  color: #606060;
  line-height: 1.1;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
}

.page-main-full-width section.faq-section {
padding: 124px 0;
}

.page-main-full-width section.faq-section .section-title h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 64px;
  color: #606060;
}

.page-main-full-width section.faq-section .accordion {
  max-width: 928px;
  margin: 0 auto;
}
.page-main-full-width section.faq-section .accordion .accordion-item {
background: #F6F6F6;
border-radius: 8px;
padding: 12px 16px;
margin-bottom: 10px;
position: relative;
}
.page-main-full-width section.faq-section .accordion-content p {
font-size: 16px;
color: #606060;
line-height: 1.4;
margin: 32px 0 6px;
}

.page-main-full-width section.faq-section .accordion .accordion-item .accordion-header:before {
  position: absolute;
  content: "";
  background: #606060;
  top: 50%;
  right: 7px;
  height: 16px;
  width: 2px;
  border-radius: 15px;
  transform: translateY(-50%);
  left: unset;
  border: 0;
}
.page-main-full-width section.faq-section .accordion .accordion-item .accordion-header:after {
  position: absolute;
  content: "";
  background: #606060;
  top: 50%;
  right: 0;
  width: 16px;
  height: 2px;
  border-radius: 15px;
  transform: translateY(-50%);
}

.page-main-full-width section.faq-section .accordion .accordion-item .accordion-header {
  position: relative;
  cursor: pointer;
}

.page-main-full-width section.faq-section .accordion-header span.accordion-title {
  font-size: 20px;
  font-weight: bold;
  color: #606060;
  line-height: 1.5;
}

.page-main-full-width section.faq-section .accordion-item .accordion-content {
display: none;
}
.page-main-full-width section.faq-section .accordion .accordion-item .accordion-header.active::before {
display: none;
}


.page-main-full-width .custom-faq-sec {
padding: 64px 0;
}
.page-main-full-width .custom-faq {
align-items: flex-start;
display: flex;
justify-content: space-between;
gap: 30px;
}
.page-main-full-width .custom-faq .accordion-image-wrap {
position: relative;
width: 50%;
}
.page-main-full-width .custom-faq .accordion-image-wrap .image-slide {
transition: all 0.5s ease-in;
display: none;
}
.page-main-full-width .custom-faq .accordion-image-wrap .image-slide.active {
display: block;
}
.page-main-full-width .custom-faq .accordion-image-wrap span {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

.page-main-full-width .custom-faq .accordion-sections ul {
margin: 0;
padding: 0;
}

.page-main-full-width .custom-faq .acc-content p {
font-size: 16px;
color: #606060;
line-height: 1.4;
margin: 32px 0 6px;
font-family: "Nunito", sans-serif;
}

.page-main-full-width .custom-faq .accordion-sections li .acc-title:before {
position: absolute;
content: "";
background: #606060;
top: 50%;
right: 7px;
height: 16px;
width: 2px;
border-radius: 15px;
transform: translateY(-50%);
left: unset;
border: 0;
}
.page-main-full-width .custom-faq .accordion-sections li.active .acc-title:before {
  display: none;
}

.page-main-full-width .custom-faq .accordion-sections li .acc-title:after {
position: absolute;
content: "";
background: #606060;
top: 50%;
right: 0;
width: 16px;
height: 2px;
border-radius: 15px;
transform: translateY(-50%);
}

.page-main-full-width .custom-faq .accordion-image-wrap .image-slide img {
width: 100%;
border-radius: 16px;
}
.page-main-full-width .custom-faq .accordion-sections {
width: 50%;
}
.page-main-full-width .custom-faq .accordion-sections li {
list-style: none;
background: #F6F6F6;
border-radius: 8px;
padding: 12px 16px;
margin-bottom: 10px;
}
.page-main-full-width .custom-faq .accordion-sections li .acc-title {
cursor: pointer;
margin: 0;
font-size: 20px;
font-weight: bold;
color: #606060;
position: relative;
line-height: 1.5;
padding-bottom: 0;

}

.page-main-full-width .product-get-inspired {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.page-main-full-width .get-inspired-sec {
padding: 64px 0;
}

.page-main-full-width .get-inspired-sec .content-wrap {
display: flex;
align-items: flex-end;
justify-content: center;
gap: 50px;
margin-bottom: 64px;
}

.page-main-full-width .get-inspired-sec .content-wrap .inspired-side {
width: 50%;
max-width: 460px;
margin-right: auto;
}

.page-main-full-width .get-inspired-sec .content-wrap p {
  width: 50%;
  font-size: 14px;
  color: #606060;
  line-height: 1.5;
  font-weight: 500;
  max-width: 543px;
  margin-right: auto;
  font-family: "Nunito", sans-serif;
}

.page-main-full-width .get-inspired-sec .content-wrap .inspired-side span {
font-size: 16px;
color: #777777;
margin-bottom: 8px;
line-height: 1.1;
display: inline-block;
}

.page-main-full-width .get-inspired-sec .content-wrap .inspired-side h2 {
  margin: 0;
  font-size: 40px;
  color: #606060;
  line-height: 1.3;
  font-weight: bold;
  padding: 0;
  font-style: normal;
}
.page-main-full-width .get-inspired-sec .content-wrap .inspired-side p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
}

.page-main-full-width .get-inspired-sec .slider-container {
width: 100%;
}

.page-main-full-width .get-inspired-sec .slider-container .custom-slider img {
width: 100%;
border-radius: 16px;
}

.page-main-full-width .get-inspired-sec .slider-container .custom-slider {
margin: 0 16px;
border-radius: 16px;
}

.page-main-full-width .get-inspired-sec .slider-container .slick-slide {
  margin: 0 16px;
}
.page-main-full-width .get-inspired-sec button.slick-arrow[type="button"].slick-next:before {
  display: block;
  width: 8px;
  height: 13px;
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  content: "";
  position: absolute;
}

.page-main-full-width .get-inspired-sec button.slick-arrow[type="button"] {
  background: #ffffff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  z-index: 9;
  right: 15px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
}

.page-main-full-width .get-inspired-sec button.slick-arrow[type="button"].slick-prev {
left: 15px !important;
}

.page-main-full-width .get-inspired-sec button.slick-arrow[type="button"].slick-prev:before {
  content: "";
  width: 8px;
  height: 13px;
  border-top: 2px solid #000000;
  border-left: 2px solid #000000;
  transform: rotate(-45deg);
}
.page-main-full-width .get-inspired-sec button.slick-arrow[type="button"].slick-next:before {
    border-color: #000;
}
.page-main-full-width .get-inspired-sec button.slick-arrow[type="button"].slick-prev:before {
    border-color: #000;
}
.page-main-full-width .get-inspired-sec button.slick-arrow[type="button"]:hover::before {
  border-color: #000000;
}
.page-main-full-width .clientlogo {
    padding: 30px 0;
    background: #e6fe71;
    position:relative;
}
.page-main-full-width .clientlogo:before {
    content: "";
    background: #e6fe71;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    top: 0;
    bottom: 0;
}
.page-main-full-width .clientlogo button.slick-arrow[type="button"] {
    top: 50%;
}
.page-main-full-width section.brands-sec {
  padding: 30px 0;
  background: #e6fe71;
}

.page-main-full-width section.brands-sec .brand-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-main-full-width section.brands-sec .brand-wrap .brand-item {
  width: 135px;
  height: 125px;
}

.page-main-full-width section.brands-sec .brand-wrap .brand-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.page-main-full-width .block.related .product.name a {
    padding: 0 !important;
    color: #606060 !important;
    font-weight: 500;
}
.page-main-full-width .block.related a .star {
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
}

.page-main-full-width .block.related a .star svg {
    width: 18px;
    height: 18px;
}
.page-main-full-width .block.upsell .products .related.slider_item5 button.slick-arrow {
    top: 25%;
}

.page-main .block.related .related.slider_item5 {
    max-width: 1100px;
    margin: 0 auto;
}
.page-main .related.slider_item5 a.product-item-link {
    padding: 0 !important;
}
.related.slider_item5 .product-short-description {
    display: none;
}

.page-main-full-width .block.upsell .block-title.title strong {
    font-size: 40px;
    color: #606060;
    margin-bottom: 0;
}
.page-main-full-width .block.upsell strong.product.name.product-item-name.category-item-name {
    margin-bottom: 0;
}
.page-main-full-width .block.upsell .product.name a {
    padding: 0 !important;
    color: #606060 !important;
    font-weight: 500;
}
.page-main-full-width .block.upsell .product-item .price-box span.price {
    font-size: 16px;
    font-weight: bold;
    color: #4A4A4A;
    font-family: "Nunito", sans-serif;
}

.page-main-full-width .block.upsell .product-item .price-box {
    margin-top: 0;
}

.page-main-full-width .block.upsell .product.details.product-item-details p:empty {
    display: none;
}

.page-main-full-width .upsell .product-item .product-item-details p {
    margin: 0;
    display: inline-block;
}

.page-main-full-width .block.upsell .product-reviews-summary.short {
    margin-bottom: 0;
    display: none;
}
.page-main-full-width .product-reviews-section{
  position: relative;
}
.page-main-full-width .product-reviews-section .block-title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 70px;
}

.page-main-full-width .product-reviews-section .block-title .star svg {
    margin: 0 4px;
    width: 14px;
    height: 13px;
}
.page-main-full-width .product-reviews-section .block-title strong {
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    font-family: "Nunito", sans-serif;
}

.page-main-full-width .product-reviews-section .block-title .star svg path {
    fill: #697E00;
}
.page-main-full-width .product-reviews-section .section-title {
    position: absolute;
    top: -16px;
    left: 0;
    max-width: 275px;
}
.page-main-full-width .product-reviews-section .block.review-list {
    display: inline-block;
    width: 100%;
}
.page-main-full-width .product-reviews-section .section-title h2 {
    text-align: left;
    color: #606060;
    font-size: 32px;
    line-height: 1.3;
    font-family: "Nunito", sans-serif;
    font-weight: bold;
}
.page-main-full-width .product-reviews-section .review-modal-button {
    position: absolute;
    top: 2px;
    margin: 0;
    color: #4A4A4A;
    background: #fff;
    border: solid 1px #BBBBBB;
    font-size: 16px;
    font-weight: bold;
    border-radius: 16px;
    padding: 14px 18px;
    font-family: "Nunito", sans-serif;
    right: 0;
}

.page-main-full-width .block.review-list ol.items.review-items {
    padding: 0;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    border: 0;
}

.page-main-full-width .block.review-list ol.items.review-items li.item.review-item {
    border-bottom: solid 1px #ccc;
    padding: 15px 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
}
.page-main-full-width .block.review-list ol.items.review-items li.item.review-item:last-child{
  border: 0;
}

.page-main-full-width .block.review-list ol.items.review-items li.item.review-item .review-ratings {
    padding: 0;
    min-width: auto;
}
.page-main-full-width .block.review-list ol.items.review-items li.item.review-item .review-ratings .rating-result {
    overflow: unset;
    width: 100%;
}


.page-main-full-width .block.review-list ol.items.review-items li.item.review-item .review-ratings .rating-result span::before {
    color: #697E00;
    letter-spacing: -4px;
    width: 100%;
    font-size: 28px;
}

.page-main-full-width .block.review-list ol.items.review-items li.item.review-item .review-ratings .rating-result::before {
    letter-spacing: -4px;
    font-size: 28px;
}

.page-main-full-width .rating-summary .rating-result > span {
    width: 100%;
    overflow: unset;
}

.page-main-full-width .block.review-list ol.items.review-items li.item.review-item .review-content {
    font-size: 16px;
    color: #606060;
    line-height: 1.4;
    font-family: "Nunito", sans-serif;
    margin-bottom: 10px;
}

.page-main-full-width .block.review-list ol.items.review-items li.item.review-item::after {
    display: none;
}

.page-main-full-width .block.review-list ol.items.review-items li.item.review-item p.review-author {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    font-family: "Nunito", sans-serif;
}

.page-main-full-width .block.review-list ol.items.review-items li.item.review-item p.review-author strong {
    font-weight: 600;
}

.page-main-full-width .block.review-list ol.items.review-items li.item.review-item span.text-verified {
    font-size: 15px;
    margin-bottom: 10px;
    display: inline-block;
    color: #000;
    font-family: "Nunito", sans-serif;
}
.page-main-full-width .review-details strong.data-review {
    color: #000;
    font-size: 18px;
    line-height: 1.2;
    font-family: "Nunito", sans-serif;
}

.page-main-full-width .block.review-list .pages {
    border: 0;
}

.page-main-full-width .block.review-list .toolbar.review-toolbar {margin-top: 34px;}

.page-main-full-width .block.review-list .pages li a.page {
    font-size: 17px;
    color: #4A4A4A;
    width: 54px;
    height: 54px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.page-main-full-width .block.review-list .pages li.item.current {
    margin: 0;
}

.page-main-full-width .block.review-list .pages li.item.current strong.page {
    width: 54px;
    height: 54px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #BBBBBB;
    border-radius: 16px;
}
.page-main-full-width .block.review-list .pages li .item.current strong .page {
    font-size: 18px;
}

.page-main-full-width .block.review-list .pages li.item.current strong span {
    font-size: 17px;
    color: #4A4A4A;
}

.page-main-full-width .block.review-list .pages li a.action {
    border: 0;
}
.page-main-full-width .block.review-list .pages li a.action:hover {
    background: transparent;
}

.page-main-full-width .block.review-list .pages li a.action::before {
    width: 40px !important;
    color: #606060;
}
.page-main-full-width .block.review-list .pages ul.items.pages-items {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Popup css */

.page-main-full-width .modal-popup._inner-scroll {
    background: rgb(0 0 0 / 60%);
}

 body.catalog-product-view.webp-supported._has-modal {
    overflow: hidden !important;
}


.page-main-full-width .modal-popup._inner-scroll .modal-inner-wrap {
    max-width: 550px;
    border-radius: 10px;
}

.page-main-full-width .modal-popup._inner-scroll .modal-inner-wrap .modal-content {
    padding: 0 20px 30px;
}

.page-main-full-width .modal-popup._inner-scroll .modal-inner-wrap .modal-content #modal-content-form-review {
    padding: 0;
}

.page-main-full-width .modal-popup._inner-scroll .modal-inner-wrap header.modal-header {
    padding: 30px 20px 25px;
}

.page-main-full-width .modal-popup._inner-scroll .modal-inner-wrap header.modal-header .modal-title {
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    font-family: "Nunito", sans-serif;
    padding-bottom: 0;
}

.page-main-full-width .modal-popup._inner-scroll .modal-inner-wrap legend.legend.review-legend {
    margin-bottom: 20px;
}

.page-main-full-width .modal-popup._inner-scroll .modal-inner-wrap legend.legend.review-legend span {
    font-family: "Nunito", sans-serif;
    font-size: 22px;
    margin-bottom: 10px;
    display: block;
    line-height: 1.4;
    color: #606060;
}

.page-main-full-width .modal-popup._inner-scroll .modal-inner-wrap legend.legend.review-legend  strong {
    color: #333333;
    font-size: 24px;
    font-family: "Nunito", sans-serif;
}

.page-main-full-width .modal-popup._inner-scroll .modal-inner-wrap .modal-content form .review-field-ratings legend.label {
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    color: #333333;
    margin-bottom: 5px;
}

.page-main-full-width .modal-popup._inner-scroll .modal-inner-wrap .modal-content form .review-field-ratings label#Score_rating_label span {
    color: #333333;
}

.page-main-full-width .modal-popup._inner-scroll .modal-inner-wrap  .review-control-vote label:hover:before {
    color: #697E00;
}


.page-main-full-width .field.required label.label span {
    font-size: 17px;
}

.page-main-full-width .field.review-field-nickname.required .control input {
    border-radius: 4px;
}

.page-main-full-width .field.required .control textarea {
    border-radius: 4px;
}

.page-main-full-width .field.review-field-text.required {
    margin-bottom: 0;
}

.page-main-full-width .modal-popup._inner-scroll .modal-inner-wrap .modal-content .review-fieldset {
    margin-bottom: 25px;
}
 main#maincontent .column.main {
    padding-bottom: 0;
}
.page-main-full-width .h2-content-right {
    display: none;
}
 footer.page-footer {
    margin-top: 0;
}

.page-main-full-width .page-banner h1 {
  left: 0;
  color: #ffffff;
  margin-bottom: 0;
  margin-left: 80px;
  position: absolute;
  top: 100px;
}

.page-main-full-width .page-main .category-view h2.category-title {
    margin: 75px 0 20px;
    font-size: 28px;
    font-weight: 800;
}

.page-banner .category-image h1 {
     color: #ffffff;
     float: left;
     margin-bottom: 0;
     margin-left: 30px;
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
}

.page-banner .category-image p {
     color: #ffffff;
     float: left;
     margin-bottom: 0;
     margin-left: 30px;
     position: absolute;
     top: 65%;
     transform: translateY(-65%);
}

.page-main .category-view .category-title {
     display: flex;
     flex-direction: column;
     align-items: center;
     padding-bottom: 0;
     margin-top: 100px;
}


@media(max-width: 1450px){
  .page-main-full-width .product-info-main .box-tocart .field.qty {
      width: 33.33%;
  }

  .page-main-full-width .product-info-main .box-tocart .fieldset .production_time {
      width: 33.33%;
  }

  .page-main-full-width .product-info-main .box-tocart .fieldset .delivery_date {
      width: 33.33%;
  }

  .page-main-full-width .product-info-main .box-tocart .coap_subtotal.with-diff {
      width: 50%;
      margin-top: 20px;
  }

  .page-main-full-width .product-info-main .box-tocart .fieldset {
      justify-content: end;
  }
  .page-main-full-width .features-sec .features {
      gap: 20px;
  }
}

@media(max-width: 1250px){
  .page-main-full-width .comparison-sec .comparison-wrapper {
      gap: 50px;
      max-width: 920px;
  }
  .page-main-full-width .catalog-product-view .breadcrumbs {
      margin-top: 20px;
  }

body.catalog-product-view .page-main {
      margin-top: 0;
  }
  .page-main-full-width .carousel-wrapper .slick-track{
      display: flex;
      align-items: center;
      height: 100%;
  }


}

@media(max-width: 991px){
  .page-main-full-width .product-info-main .page-title-wrapper h1.page-title {
      font-size: 31px;
  }

  .page-main-full-width .product-info-main .product-options-bottom .box-tocart .actions {
      flex-wrap: wrap;
  }
  .page-main-full-width .zig-zag-sec .zigzag-wrapper {
    padding: 34px 0;
    column-gap: 35px;
  }

  .page-main-full-width .zigzag-content h2 {
      font-size: 28px;
  }
  .page-main-full-width .custom-faq .accordion-sections li {
    padding: 10px 15px;
  }

  .page-main-full-width .custom-faq .accordion-sections li .acc-title {
      font-size: 18px;
  }

  .page-main-full-width .custom-faq .acc-content p {
      margin: 12px 0 6px;
  }

  .page-main-full-width .comparison-sec .comparison-wrapper {
      flex-direction: column;
      gap: 26px;
      padding: 0 20px;
  }

  .page-main-full-width .comparison-sec {
      padding: 30px 0;
  }

  .page-main-full-width .comparison-sec .side-text {
      font-size: 36px;
  }

  .page-main-full-width .comparison-sec .side-text br {
      display: none;
  }

  .page-main-full-width .features-sec .feature-box {
      padding: 15px;
  }

  .page-main-full-width .features-sec .feature-box h3 {
      font-size: 18px;
      padding-bottom: 0;
  }

  .page-main-full-width .product-info-main .box-tocart .fieldset .to-section {
      font-size: 16px;
  }

  .page-main-full-width .product-info-main .box-tocart .fieldset .control {
      width: 105px;
  }

  .page-main-full-width .product-info-main .box-tocart .coap_subtotal.with-diff .from-section {
      gap: 18px;
  }
   .page-main-full-width .product-info-main .box-tocart .field.qty {
      width: 50%;
      margin-top: 30px;
  }

  .page-main-full-width .product-info-main .box-tocart .fieldset .production_time {
      width: 50%;
      order: 0;
      align-items: flex-start;
  }

  .page-main-full-width .product-info-main .box-tocart .fieldset .delivery_date {
      width: 50%;
      order: 0;
      align-items: end;
  }

  .page-main-full-width .product-info-main .box-tocart .coap_subtotal.with-diff {
      width: 50%;
      margin-top: 30px;
  }

}


@media(max-width: 768px){
    .page-main-full-width {
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-layout-1column .page-main-full-width .product-info-main {
      width: 100% !important;
  }

   .page-main-full-width .product.media{
        width: 100% !important;
    }
  .page-main-full-width .product-info-main .page-title-wrapper {
      width: 100%;
  }

  .page-main-full-width .catalog-product-view .product.media.product.media {
      width: 100% !important;
  }
  .page-main-full-width .product-info-main .box-tocart .fieldset {
      padding: 16px !important;
  }
  .page-main-full-width .product-info-main .product-description-and-reviews a.action.view.scrollto {
      margin-bottom: 32px;
  }
  .page-main .product.info.detailed .product.data.items.mage-tabs-disabled .data.item.title {
    padding: 25px 40px 23px 40px;
 }

.page-main .product.data.items .item.title > .switch {
    padding: 0;
    }

}


@media(max-width: 767px){
/**Santa Claus calibration css*/
.cms-home .overlay {
    left: 60%;
    transform: translate(-70%, -50%) scale(0.7);
    top: 90%;
    text-align: center;
}

.cms-home .overlay span.line-break.banner-font-color {
    color: #262626;
}

.cms-home .overlay h1 {
    font-size: 24px;
    font-family: 'pagebuilder-font';
    font-weight: 100;
    line-height: 1.4;
}
/*****************************/
}

 @media (min-width: 769px), print {
      .page-main-full-width {
          box-sizing: border-box;
          margin-left: auto;
          margin-right: auto;
          max-width: 98%;
          padding-left: 20px;
          padding-right: 20px;
          width: auto;
      }
  }
 @media (min-width: 1440px), print {
        .page-main-full-width {
            max-width: 1440px;
        }
    }

/*******************************/

.page-main .product-info-main .page-title-wrapper {
    border-radius: 20px 20px 0 0 !important;
    float:none !important;
    width:100% !important;
    padding-bottom:0 !important;
    min-height:120px !important;
}
.page-main .product-info-main .product-reviews-summary {
    float:none !important;
    width:100% !important;
    border-radius:0 !important;
    padding:0 30px;
}

.page-main .product-info-main .product-reviews-summary {
    display:block !important;
}

.page-main .product-info-main .rating-summary {
    background-color: #E8FB71 !important;
    margin-right:0 !important;
    display: flex;
    padding: 0 30px 15px;
    gap: 15px;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.amazon-order-wrapper {
    order: 6;
    width: 100%;
    margin-top: 16px;
}
.amazon-order-wrapper a.action.primary {
    width: 100%;
    text-align: center;
    text-transform: initial;
    color: #fff;
    background-color: #FFA403;
    border-color: #FFA403;
    font-size: 22px;
    font-weight: 700;
    border-radius:16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.amazon-order-wrapper a.action.primary img{
    max-width: 27px;
    position: relative;
    top: 7px;
}
.block.upsell .product-reviews-summary.short {
    margin-bottom: 0;
    display: block !important;
}
.yotpo .yotpo-first-review {
    display: none;
}

.catalog-product-view .title-review-summary {
    margin: 5px 0;
}

.catalog-product-view .title-review-summary .title-review-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #4A4A4A;
    font-family: "Nunito", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.catalog-product-view .title-review-summary .title-review-link:hover,
.catalog-product-view .title-review-summary .title-review-link:focus {
    text-decoration: underline !important;
}

.catalog-product-view .title-review-summary .title-review-stars {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.catalog-product-view .title-review-summary .title-review-stars svg {
    display: block;
    flex: 0 0 auto;
}

body:not(.my-custom-body-class):not(.page-layout-catalog_product_packages).catalog-product-view .title-review-summary {
    padding-left: 30px;
    padding-bottom: 5px;
    background-color: #E8FB71;
    margin: auto;
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .ammenu-nav-sections.-topmenu
    .ammenu-items.-root
    > .ammenu-item
    > .ammenu-link {
    font-size: 10px !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ammenu-nav-sections.-topmenu
    .ammenu-items.-root
    > .ammenu-item
    > .ammenu-link {
    font-size: 12px !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1505px) {
  .ammenu-nav-sections.-topmenu .ammenu-items {
    max-width: 100% !important;
    justify-content: center;
  }
  .ammenu-nav-sections.-topmenu
    .ammenu-items.-root
    > .ammenu-item
    > .ammenu-link {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

.ammenu-nav-sections.-topmenu .ammenu-items {
  max-width: 100% !important;
  justify-content: center;
}

/****************************************************************/
/* STYLING OVERRIDES FOR THE SIGNSHARK CUSTOM TOP HEADER BAR    */
/****************************************************************/

.page-header .panel.wrapper {
    background-color: #e6fe71 !important;
    border-bottom: 1px solid #d3f822 !important;
    padding: 0 !important;
}

.page-header .panel.header {
    max-width: 1400px !important;
    padding: 8px 20px !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    box-sizing: border-box !important;
}

/* Hide all elements inside panel header except our top-header-info block or PageBuilder wrappers */
.page-header .panel.header > *:not(.top-header-info):not([data-content-type="html"]) {
    display: none !important;
}

/* Style new top-header-info block content or PageBuilder HTML wrapper */
.top-header-info,
.page-header .panel.header > [data-content-type="html"] {
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Google Rating Container */
.top-header-info .google-rating {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #0d02dd;
    line-height:140%;
}

.top-header-info .google-rating .google-logo-wrapper {
    display: grid;
    grid-template-areas: 
        "logo logo"
        "label stars";
    grid-row-gap: 2px;
    grid-column-gap: 4px;
    align-items: center;
    line-height: 1;
}

.top-header-info .google-rating .google-logo {
    grid-area: logo;
    display: block;
    width: 55px;
    height: auto;
}

.top-header-info .google-rating .reviews-label {
    grid-area: label;
    font-size: 8px;
    font-weight: 700;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.top-header-info .google-rating .stars {
    grid-area: stars;
    display: flex;
    gap: 1px;
}

.top-header-info .google-rating .stars svg.star {
    width: 10px;
    height: 10px;
}

/* Links Container */
.top-header-info .header-links {
    display: flex;
    align-items: center;
    gap: 35px !important;
    list-style: none;
    margin: 0;
    padding: 0;
}

.top-header-info .header-links li {
    margin: 0;
    padding: 0;
}

.top-header-info .header-links li a {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #0d02dd !important;
    text-decoration: none;
    transition: opacity 0.2s ease;
    line-height:140%;
}

.top-header-info .header-links li a:hover {
    opacity: 0.8;
}

/* Mobile responsive adjustments */
@media only screen and (max-width: 767px) {
    .page-header .panel.header {
        padding: 8px 10px !important;
    }
    .top-header-info {
        flex-direction: column;
        gap: 8px;
        align-items: center;
        text-align: center;
    }
    .top-header-info .google-rating {
        justify-content: center;
    }
    .top-header-info .header-links {
        gap: 12px;
        justify-content: center;
        flex-wrap: wrap;
    }
}

/****************************************************************/
/* STYLING OVERRIDES FOR THE SIGNSHARK MIDDLE MAIN HEADER BAR   */
/****************************************************************/

.page-header {
    background-color: #0d02dd !important;
    border-bottom: none !important;
}

.header.content {
    background-color: #0d02dd !important;
    max-width: 1400px;
    margin: 0 auto;
    padding: 15px 20px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-flow: row nowrap !important;
    gap: 12px !important;
    box-sizing: border-box !important;
}

/* Hide bullet points from customer account link wrapper li inside header.content */
.header.content > li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
}

/* Hide default theme header elements that are not needed */
.header.content > .welcome,
.header.content > .header.links {
    display: none !important;
}

/* Logo styling */
.ammenu-logo,
.logo {
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 auto !important;
}

.ammenu-logo img,
.logo img {
    max-height: 40px !important;
    width: auto !important;
    display: block !important;
}

/* Search Bar styling */
.block-search {
    flex: 1 1 auto !important;
    max-width: 852px !important;
    margin: 0 auto !important;
    position: relative !important;
}

.block-search .block-title,
.block-search .label {
    display: none !important;
}

.block-search .form.minisearch {
    width: 100% !important;
    margin: 0 !important;
}

.block-search .field.search {
    position: relative !important;
    margin: 0 !important;
}

.block-search .control {
    position: relative !important;
    width: 100% !important;
}

.block-search input#search {
    background-color: #fff !important;
    border: none !important;
    border-radius: 25px !important;
    height: 44px !important;
    padding: 0 45px 0 20px !important;
    font-size: 14px !important;
    font-family: 'Nunito', sans-serif !important;
    color: #333 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05) !important;
}

.block-search input#search::placeholder {
    color: #888 !important;
    font-family: 'Nunito', sans-serif !important;
}

.block-search .action.search {
    position: absolute !important;
    top: 50% !important;
    right: 5px !important;
    transform: translateY(-50%) !important;
    background: none !important;
    border: none !important;
    width: 36px !important;
    height: 36px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 !important;
    z-index: 2;
}

.block-search .action.search:before {
    color: #0d02dd !important;
    font-size: 18px !important;
    line-height: 1 !important;
}

.block-search .action.search span {
    display: none !important;
}

/* User Profile circle button */
.header-customer-link {
    background-color: #e6fe71 !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-indent: -9999px !important;
    position: relative !important;
    overflow: hidden !important;
    flex: 0 0 auto !important;
    transition: transform 0.2s ease, background-color 0.2s ease !important;
}

.header-customer-link:after {
    content: '' !important;
    width: 18px !important;
    height: 18px !important;
    background: url('../images/icons/user-icon-blue.svg') no-repeat center !important;
    background-size: contain !important;
    display: block !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    text-indent: 0 !important;
}

.header-customer-link:hover {
    background-color: #d8f25e !important;
    transform: scale(1.05);
}

/* Minicart circle button */
.minicart-wrapper {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 auto !important;
}

.minicart-wrapper .action.showcart {
    background-color: #e6fe71 !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    position: relative !important;
    transition: transform 0.2s ease, background-color 0.2s ease !important;
    padding: 0 !important;
    margin: 0 !important;
}

.minicart-wrapper .action.showcart:before {
    background: url('../images/icons/cart-blue.svg') no-repeat center !important;
    background-size: contain !important;
    width: 18px !important;
    height: 18px !important;
    content: '' !important;
    display: block !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.minicart-wrapper .action.showcart .text {
    display: none !important;
}

.minicart-wrapper .action.showcart:hover {
    background-color: #d8f25e !important;
    transform: scale(1.05);
}

.minicart-wrapper .action.showcart .counter.qty {
    background: #ff4d4d !important;
    color: #fff !important;
    border-radius: 50% !important;
    min-width: 16px !important;
    height: 16px !important;
    padding: 2px !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    line-height: 12px !important;
    text-align: center !important;
    position: absolute !important;
    top: -4px !important;
    right: -4px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2) !important;
}

.minicart-wrapper .action.showcart .counter.qty.empty {
    display: none !important;
}

/* Miniquote circle button */
.miniquote-wrapper {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 auto !important;
}

.miniquote-wrapper .action.showquote {
    background-color: #e6fe71 !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    position: relative !important;
    transition: transform 0.2s ease, background-color 0.2s ease !important;
    padding: 0 !important;
    margin: 0 !important;
}

.miniquote-wrapper .action.showquote:before {
    background: url('../images/icons/quote-blue.svg') no-repeat center !important;
    background-size: contain !important;
    width: 18px !important;
    height: 18px !important;
    content: '' !important;
    display: block !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.miniquote-wrapper .action.showquote .text {
    display: none !important;
}

.miniquote-wrapper .action.showquote:hover {
    background-color: #d8f25e !important;
    transform: scale(1.05);
}

.miniquote-wrapper .action.showquote .counter.qty {
    background: #ff4d4d !important;
    color: #fff !important;
    border-radius: 50% !important;
    min-width: 16px !important;
    height: 16px !important;
    padding: 2px !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    line-height: 12px !important;
    text-align: center !important;
    position: absolute !important;
    top: -4px !important;
    right: -4px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2) !important;
}

.miniquote-wrapper .action.showquote .counter.qty.empty {
    display: none !important;
}

/* Hamburger icon styling for mobile mega menu */
.ammenu-button.-hamburger.-trigger {
    color: #e6fe71 !important;
    flex: 0 0 auto !important;
}

.ammenu-button.-hamburger.-trigger:before {
    color: #e6fe71 !important;
}

/* Responsive adjustments */
@media only screen and (max-width: 767px) {
    .header.content {
        padding: 10px 15px !important;
        gap: 10px !important;
        flex-wrap: wrap !important;
    }
    .block-search {
        margin: 5px 0 0 0 !important;
        max-width: none !important;
        width: 100% !important;
        order: 3 !important;
    }
    .header-customer-link,
    .minicart-wrapper .action.showcart,
    .miniquote-wrapper .action.showquote {
        width: 35px !important;
        height: 35px !important;
    }
    .header-customer-link:after,
    .minicart-wrapper .action.showcart:before,
    .miniquote-wrapper .action.showquote:before {
        width: 16px !important;
        height: 16px !important;
    }
}


    section.trusted-brands {
         float: left;
        width: 100%;
        background-color: #F3FFB8;
    }
    section.trusted-brands .container,.why-signshark .container,.intro-cta .container{
        max-width:1380px;
        padding:0;
    }
    .trusted-brands__wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .trusted-brands__content {
        display: flex;
        flex-direction: row;
    }
    ul.trusted-brands__list {
        align-items: center;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        justify-content: center;
    }
    li.trusted-brands__item {
        display: block;
        text-align: center;
    }


    section.why-signshark {
        float: left;
        width: 100%;
        padding: 80px 0;
    }
    header.why-signshark__header .page-main .column.main h2 {
        font-family: Nunito;
        font-weight: 700;
        font-size: 48px;
        line-height: 120%;
        letter-spacing: 0%;
        text-align: center;
        color: #333333;
        padding: 0;
    }
    .why-signshark__grid {
          margin-top: 80px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 40px;
    }
    article.feature-card {
        border: 1px solid #D2D2D2;
        padding: 24px;
        border-radius: 10px;
    }
    .feature-card__content h3 {
        font-family: Nunito;
        font-weight: 700;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: 0%;
        text-align: left;
        color: #333333;
        padding-bottom: 8px;
    }
    .feature-card__content p {
        font-family: Nunito;
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        letter-spacing: 0%;
        color: #606060;
        margin-bottom: 0;
    }


    section.intro-cta {
        float: left;
        width: 100%;
        padding: 80px 0px;
    }
    header.intro-cta__header h2 {
        font-family: Nunito;
        font-weight: 700 !important;
        font-size: 64px;
        line-height: 120%;
        letter-spacing: 0%;
        color: #333333;
        max-width: 100%;
        padding-bottom: 40px;
    }
    .intro-cta__actions .intro-cta__button {
        background: #0D02DD;
        font-size: 16px !important; 
        color: #fff;
        text-transform: uppercase;
        line-height: 140%;
        padding: 17px 32px;
        border-color: #0D02DD;
        font-weight: 700 !important;
    }
.intro-cta__actions .intro-cta__button:hover, .homepage-products__content .action:hover, .expert-support__button:hover, .block.newsletter .action.subscribe:hover{
       border: 1px solid #0b0583 !important;
}
.action.primary:hover{
      border: none;
}
    .homepage-intro > .container{
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
    }

    header.why-signshark__header, header.best-sellers__header {
        text-align: center;
    }
section.reviews-section.testimonial-light-section button.show-more-btn, section.reviews-section.testimonial-light-section button.show-less-btn{
    border: none;
    background: transparent;
    padding: 0;
}
.testimonial-slider-wrapper .card-footer-toggle {
    text-align: left;
}
.testimonial-slider-wrapper .reviews-section .slick-slide {
      text-align: left;
}
.testimonial-slider-wrapper .card-header-right {
    display: flex;
    justify-content: flex-end;
}
    header.why-signshark__header h2, header.best-sellers__header h2{
        color: #333333;
        font-size: 48px;
        line-height: 120%;
        margin-bottom:6px;
        font-weight:700 !important;
    }
    .best-sellers .best-sellers__carousel {
        margin-top: 80px;
    }
    
    .best-sellers__carousel .slick-prev, .best-sellers__carousel .slick-next {
        border: 1px solid rgba(187, 187, 187, 1) !important;
        background: transparent !important;
        border-radius: 50% !important;
        padding: 12px 14px !important;
        width: 48px !important;
        height: 48px !important;
    }
    span.best-sellers__description {
        font-family:'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif !important ;
        color: #000;
        font-weight: 400 !important;
        font-size: 16px !important;
    }
    span.best-sellers__subtitle a:hover {
        background: transparent;
        color: #000 !important;
        border-bottom: 2px solid #0D02DD !important;
        border-radius: 0px !important;
        padding-left: 0;
        padding-right: 0;
    }
    .best-sellers__carousel .slick-prev:hover, .best-sellers__carousel .slick-next:hover {
        background: #F6F6F6 !important;
    }
    .best-sellers__carousel .slick-prev:before {
        border-left: 2px solid rgba(96, 96, 96, 1) !important;
        border-top: 2px solid rgba(96, 96, 96, 1) !important;
    }
    .best-sellers__carousel .slick-next:before {
        border-right: 2px solid rgba(96, 96, 96, 1) !important;
        border-bottom: 2px solid rgba(96, 96, 96, 1) !important;
    }
    .best-sellers__carousel .product-card__content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: space-between;
        column-gap: 6px;
        align-items: baseline;
        padding: 24px 26px;
        background: #FFF;
        border-radius: 0px 0px 8px 8px;
    }
    .best-sellers__carousel h3.product-card__title{
        color: #333333;
        font-size: 20px;
        font-weight: 700;
        line-height: 120%;
        padding: 0;
    }
    .best-sellers__carousel .product-card__price {
        display: grid;
        gap: 0px;
        max-width: 120px;
        justify-content: flex-end;
    }
    .best-sellers__carousel span.product-card__price-old {
        color: #8E8E8E;
        text-decoration: line-through;
        font-size: 16px;
        font-weight: 700;
    }
    .best-sellers__carousel span.product-card__price-new {
        color: #333333;
        font-weight: 700;
        font-size: 20px;
        line-height: 120%;
    }
    .best-sellers__footer{
        text-align:center;
    }
    .best-sellers__footer  a{
        text-align: center;
        background: #E6FE71;
        margin: 40px auto;
        border-radius: 16px;
        padding: 16px 32px;
        color: #4A4A4A;
        font-size: 16px;
        font-weight: 700;
        line-height: 140%;
        text-transform:uppercase;
        border: none;
    }
    section.how-it-works {
        margin: 40px 0;
    }
    .how-it-works {
        width: 100%;
        padding: 0;
        margin: 60px 0;
    }

    .how-it-works__wrapper {
        display: flex;
        align-items: stretch;
        min-height: 600px;
        overflow: hidden;
    }

    /* Left Image */
    .how-it-works__media {
        flex: 0 0 50%;
    }

    .how-it-works__media picture,
    .how-it-works__media img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .how-it-works__media img {
        object-fit: cover;
    }

    /* Right Content */
    .how-it-works__content {
        flex: 0 0 50%;
        background: #1b00ff;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 94px 80px;
    }

    .how-it-works__inner {
        max-width: 476px;
        width: 100%;
    }

    .how-it-works__title {
        font-size: 46px;
        font-weight: 700;
        margin-bottom: 40px;
        color: #fff;
        text-align: center;
        padding-bottom: 0;
    }

    /* Steps */
    .how-it-works__steps {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .how-it-works__step {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

    .how-it-works__number {
        width: 34px;
        height: 34px;
        border: 2px solid #E6FE71;
        border-radius: 50%;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: 600;
        margin-right: 18px;
        flex-shrink: 0;
    }

    .how-it-works__text {
        font-size: 16px;
        line-height: 140%;
        color: #fff;
        font-weight: 700;
        font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

    /* Button */
    .how-it-works__actions {
        margin-top: 40px;
        text-align: center;
    }

    .how-it-works__button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #f7f25b;
        color: #000 !important;
        text-decoration: none;
        padding: 16px 42px;
        border-radius: 40px;
        font-weight: 600;
        transition: .3s;
    }

    .how-it-works__button:hover {
        background: #fff;
    }

    /* Responsive */
    @media (max-width:991px){

        .how-it-works__wrapper{
            flex-direction: column;
        }

        .how-it-works__media,
        .how-it-works__content{
            flex: 0 0 100%;
            width:100%;
        }

        .how-it-works__media{
            height:420px;
        }

        .how-it-works__content{
            padding:40px 25px;
        }

        .how-it-works__title{
            font-size:34px;
        }
    }
    .how-it-works__step {
        position: relative;
        display: flex;
        align-items: center;
        padding-bottom: 0;
    }

    .how-it-works__step:last-child {
        padding-bottom: 0;
    }

    .how-it-works__number {
        width: 36px;
        height: 36px;
        border: 2px solid #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 18px;
        position: relative;
        z-index: 2;
        flex-shrink: 0;
    }

    /* Dotted Line */
    .how-it-works__step:not(:last-child) .how-it-works__number::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 100%;
        transform: translateX(-50%);
        height: 19px;
        border-left: 2px dashed #E6FE71;
    }
    .how-it-works__actions a{
        text-align: center;
        background: #E6FE71 !important;
        border-radius: 16px !important; 
        padding: 16px 32px !important;
        color: #4A4A4A !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        line-height: 140%;
        text-transform: uppercase;
        border: none !important;
    }

    /* ==========================================================
       OUR PRODUCTS SECTION
    ========================================================== */

    .homepage-products{
        padding: 40px 0;
    }

    .homepage-products .container{
        max-width:1320px;
        margin:0 auto;
        padding:0 15px;
    }

    .homepage-products__title{
        text-align:center;
        margin-bottom: 80px;
        color: #000000;
        font-size: 48px;
        line-height: 120%;
        padding-bottom: 0;
        font-weight: 700 !important;
        text-transform: capitalize;
        font-family: "Quicksand", sans-serif !important;
    }
    p.product-category__description {
        text-align: center;
        color: #333333;
        font-size: 20px;
        font-weight: 700;
        line-height: 120%;
        display:none;
    }
    article.product-category:hover p.product-category__description {
        display: block !important;
    }

    /*==========================
    GRID
    ===========================*/

    .homepage-products__grid{

        display:grid;
        grid-template-columns:repeat(4,1fr);
        gap:22px;

        grid-template-areas:
        "large large flag banner"
        "content content market market"
        "content content package package"
        "table backdrop trade trade";

    }

    /* Grid Area */

    .homepage-products__grid > :nth-child(1){
        grid-area:large;
        width: 660px;
        height:410px;
    }

    .homepage-products__grid > :nth-child(2){
        grid-area:flag;
         height:410px;
    }

    .homepage-products__grid > :nth-child(3){
        grid-area:banner;
         height:410px;
    }

    .homepage-products__grid > :nth-child(4){
        grid-area:content;
    }

    .homepage-products__grid > :nth-child(5){
        grid-area:market;
         height:410px;
    }

    .homepage-products__grid > :nth-child(6){
        grid-area:package;
         height:410px;
    }

    .homepage-products__grid > :nth-child(7){
        grid-area:table;
         height:410px;
    }

    .homepage-products__grid > :nth-child(8){
        grid-area:backdrop;
         height:410px;
    }

    .homepage-products__grid > :nth-child(9){
        grid-area:trade;
         height:410px;
    }

    /*==========================
    PRODUCT CARD
    ===========================*/

    .product-category a{
        display:block;
        text-decoration:none;
        color:#000;
    }

    .product-category__image{background: #C6C4C3;border-radius:6px;display:flex;justify-content:center;align-items:center;overflow:hidden;padding: 100px 50px;height: 308px;}

    .product-category__image img{display:block;width:auto !important;height:auto !important;max-width:100% !important;max-height:100% !important;object-fit:contain;}

    /* Large Card */

    .homepage-products__grid > :nth-child(1) .product-category__image{height: 308px;width: 660px;}

    .homepage-products__grid > :nth-child(1) img{max-height: 250px !important;}

    /* Wide Cards */

    .homepage-products__grid > :nth-child(5) .product-category__image,
    .homepage-products__grid > :nth-child(6) .product-category__image,
    .homepage-products__grid > :nth-child(9) .product-category__image{height: 308px;}

    .homepage-products__grid > :nth-child(5) img,
    .homepage-products__grid > :nth-child(6) img,
    .homepage-products__grid > :nth-child(9) img{max-height: 286px !important;}

    .product-category__title{margin-top:15px;font-size: 20px;font-weight: 700;text-align:center;color: #333333;line-height: 120%;}
    /*==========================
    CONTENT
    ===========================*/

    .homepage-products__content{display:flex;flex-direction:column;align-items:flex-start;padding-right:30px;}

    .homepage-products__content h3{margin-bottom:18px;color: #000000;font-size: 48px;font-weight: 700;line-height: 120%;}

    .homepage-products__content p{

        font-size:16px;
        line-height:1.7;
        color:#666;
        margin-bottom:25px;

    }

    .homepage-products__content .action{display:inline-flex;align-items:center;justify-content:center;padding: 16px 32px;background: #0D02DD;color:#fff;text-decoration:none;border-radius: 16px;font-size: 16px !important;font-weight:600;border: none;text-transform: uppercase;}

    /*==========================
    FOOTER
    ===========================*/

    .homepage-products__footer{text-align:center;margin-top:50px;margin-bottom: 80px;}

    .homepage-products__footer a{

        text-decoration:none;
        color:#000;
        font-size:13px;
        text-transform:uppercase;
        letter-spacing:1px;

    }
    .homepage-products__footer a:hover{
        background-color: #F6F6F6 !important;
    }

     /*==========================
    Banner
    ===========================*/

    .cms-index-index .banner-scope  .banner_text{
        max-width:1126px !important;
        left:11% !important;
        top:17% !important;
    }
    .cms-index-index .banner-scope {
        max-height: 605px;
    }
   .cms-index-index .banner-scope .banner-sale-text {
        font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 140%;
        color: var(--100, #FFFFFF);
        border-bottom: 1px solid #D3F822;
        max-width: 121px;
        padding-bottom: 10px;
    }
    .cms-index-index  .banner-scope  h1.banner-main-title {
        margin-top: 20px;
        font-weight: 700;
        font-size: 48px;
        line-height: 125%;
        color: #fff;
        padding-bottom:16px;
    }
    .cms-index-index  .banner-scope  h1.banner-main-title  span.banner-highlight {
        color: #333333;
        font-weight: 700;
        font-size: 48px;
        line-height: 120%;
        background-color: #D3F822;
        padding-left: 15px;
        padding-right: 20px;
        border-radius: 15px;
    }
    .cms-index-index  .banner-scope   p.banner-subtitle {
        font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        color:#fff;
        /*margin-bottom:40px;*/
    }
    .cms-index-index  .banner-scope .banner-features {
        display: inline-flex;
        gap: 30px;
    }
.cms-index-index .banner-scope .item-image {
    height: 605px;
    object-fit: cover;
}
.cms-index-index .banner-scope .swiper-slide img {
    height: 605px;
}
     .cms-index-index  .banner-scope .banner-features .feature-item {
        display: grid;
        grid-template-columns: 1fr 1fr;
        font-weight: 700;
        font-size: 14px;
        line-height: 140%;
        color: #fff;
        font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        max-width: 133px;
    }
     .cms-index-index  .banner-scope .banner-features .feature-item .icon-circle {
        background-color: #D3F822;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        padding: 7px 8px;
    }
    .cms-index-index  .banner-scope .banner-features .feature-item .icon-circle img {
        max-width: 24px !important;
        width: 24px !important;
        min-width: 24px !important;
        vertical-align: middle;
        margin: 0 auto;
        display: block;
        height: 24px;
    }
     .cms-index-index  .banner-scope .banner-shop-btn {
         font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 140%;
        display: block;
        color: #4A4A4A;
        background-color: #E6FE71;
        max-width: 188px;
        text-align: center;
        border-radius: 16px;
        padding: 16px 8px;
        margin-top: 30px;
    }
     .cms-index-index  .banner-scope  .banner-shop-btn img {
        min-width: 24px !important;
        height: 24px !important;
        display: inline-flex;
    }
    .cms-index-index  .banner-scope .swiper-button-next {
    right: 40px;
    background-color: #FFFFFF !important;
    width: 48px;
    height: 48px;
    opacity: 1 !important;
    border-radius: 50%;
    color: #606060 !important;
    background-image:url(https://staging.thesignshark.com/static/version1786354600/frontend/Signshark/default/en_US/images/next_arrow.jpeg);
    }
     .cms-index-index  .banner-scope .swiper-button-prev {
        left: 40px;
        background-color: #FFFFFF !important;
        width: 48px;
        height: 48px;
        opacity: 1 !important;
        border-radius: 50%;
        color: #606060 !important;
        background-image: url(https://staging.thesignshark.com/static/version1786354600/frontend/Signshark/default/en_US/images/prev_arrow.jpeg);
    }
    .cms-index-index .banner-scope .banner-shop-btn:hover{
        color: #4A4A4A !important;
        border-color: #D3F824 !important;
        background: #D3F822 !important;
    }
     /*==========================
    }
    Banner
    ===========================*/

    /*==========================
    TABLET
    ===========================*/

    @media(max-width:991px){

    .homepage-products__grid{

    grid-template-columns:repeat(2,1fr);

    grid-template-areas:

    "large large"
    "flag banner"
    "content content"
    "market market"
    "package package"
    "table backdrop"
    "trade trade";

    }

    .homepage-products__content{

    padding-right:0;

    }

    .homepage-products__content h3{

    font-size:30px;

    }

    }

    /*==========================
    MOBILE
    ===========================*/

    @media(max-width:767px){

    .homepage-products{

    padding:50px 0;

    }

    .homepage-products__grid{

    grid-template-columns:1fr;

    grid-template-areas:

    "large"
    "flag"
    "banner"
    "content"
    "market"
    "package"
    "table"
    "backdrop"
    "trade";

    }

    .homepage-products__content{

    text-align:center;
    align-items:center;

    }

    .homepage-products__content h3{

    font-size:28px;

    }

    .homepage-products__content p{

    font-size:15px;

    }

    .product-category__image{

    height:200px;

    }

    }
    .homepage-products__grid > :nth-child(5) img{
        max-height:390px !important;
    }
    .how-it-works__actions a{
    text-align: center;
    background: #E6FE71;
    border-radius: 16px;
    padding: 16px 32px;
    color: #4A4A4A;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
    border: none;
    }
    .homepage-products__footer a{
    text-align: center;
    background: transparent !important;
    border-radius: 16px;
    padding: 16px 32px;
    color: #4A4A4A;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
    border-color: #4A4A4A !important;
    border: 1px solid;
    }
/* ==========================================
   SPEAK TO AN EXPERT
========================================== */

.expert-support{
    background:#f4ffb5;
    padding: 80px 0 80px;
}

.expert-support .container{
    max-width:1320px;
    margin:0 auto;
    padding:0 15px;
}

.expert-support__header{
    margin-bottom: 40px;
}

.expert-support__title{
    font-size: 48px;
    font-weight: 700 !important;
    line-height:1.1;
    color: #0D02DD;
    margin: 0 0 10px;
}

.expert-support__description{
    font-size: 16px;
    color: #000000;
    margin:0;
    line-height: 140%;
}
section.reviews-section.testimonial-light-section {
    padding: 80px 0;
}
section.reviews-section h2.testimonial-heading {
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
}
section.reviews-section .slider-controls {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 32px;
}
.reviews-section .view-all{
    display:none !important;
}
section.reviews-section .slick-dots li button{
    width:8px !important;
    height:8px !important;
}

section.reviews-section .slick-dots li button{
    background:#cccccc;
}
section.reviews-section .slick-dots li.slick-active button {
    background: #000 !important;
}
section.reviews-section .slider-arrows-container .slick-arrow{
    border: 1px solid #BBBBBB;
    background: transparent !important;
    padding: 12px 24px;
}
section.reviews-section .slider-arrows-container .slick-arrow svg{
    color: #606060;
}


/* ===========================
   SERVICES
=========================== */

.expert-support__services{display:grid;grid-template-columns:repeat(4,1fr);gap: 60px;align-items:start;}

.expert-support__item{
    display:flex;
    flex-direction:column;
}

.expert-support__icon{width: 48px;height: 48px;display:flex;align-items:center;justify-content:flex-start;margin-bottom: 15px;}

.expert-support__icon img{width: 48px;height: 48px;object-fit:contain;display:block;}

.expert-support__label{font-size: 22px;line-height: 120%;font-weight:700;color:#111;margin: 0 0 16px;padding-bottom: 0;}

.expert-support__text,
.expert-support__link,
.expert-support__address{

    font-size:17px;
    line-height:1.6;
    color:#222;

    text-decoration:none;
    font-style:normal;

}

.expert-support__link:hover{
    color:#2419ff;
}

/* ===========================
   BUTTON
=========================== */

.expert-support__actions{text-align:center;margin-top: 40px;}

.expert-support__actions a {
    font-weight:700 !important;
}

.expert-support__button{display:inline-flex;align-items:center;justify-content:center;/* min-width: 166px; */border-radius:14px;background: #2419ff !important;color:#fff;text-decoration:none;font-size: 16px !important;font-weight:600;transition:.3s;padding: 16px 32px !important;border: none !important;text-transform: uppercase;}

.expert-support__button:hover{

    background:#111;

}

/* ===========================
   TABLET
=========================== */

@media(max-width:991px){

.expert-support{

padding:60px 0;

}

.expert-support__title{

font-size:44px;

}

.expert-support__services{

grid-template-columns:repeat(2,1fr);
gap:40px 30px;

}

}

/* ===========================
   MOBILE
=========================== */

@media(max-width:767px){

.expert-support{

padding:50px 0;

}

.expert-support__header{

text-align:center;

}

.expert-support__title{

font-size:34px;

}

.expert-support__description{

font-size:16px;

}

.expert-support__services{

grid-template-columns:1fr;
gap:35px;

text-align:center;

}

.expert-support__item{

align-items:center;

}

.expert-support__icon{

justify-content:center;

}

.expert-support__actions{

margin-top:40px;

}

}

/* ==========================================
   OCEAN RECOVERY
========================================== */

.ocean-recovery{
    position:relative;
    overflow:hidden;
}

.ocean-recovery__wrapper{
    position:relative;
    min-height:460px;
}

.ocean-recovery__image{
    position:absolute;
    inset:0;
    z-index:1;
}

.ocean-recovery__image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.4) 70%);
}

.ocean-recovery .container{
    position:relative;
    z-index:2;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 0px;
    min-height:460px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

/* Left Content */

.ocean-recovery__content{
    max-width:520px;
}

.ocean-recovery__title{
    margin:0;
    color:#fff;
    font-size: 48px;
    font-weight: 700 !important;
    line-height:1.15;
    letter-spacing:-1px;
}

/* Right Badge */

.ocean-recovery__badge{
    align-self:flex-end;
    margin-bottom:40px;
}

.ocean-recovery__badge img{
    width:170px;
    height:170px;
    display:block;
}

/* ===========================
   TABLET
=========================== */

@media (max-width:991px){

.ocean-recovery__wrapper{
    min-height:380px;
}

.ocean-recovery .container{
    min-height:380px;
}

.ocean-recovery__title{
    font-size:48px;
}

.ocean-recovery__badge img{
    width:140px;
    height:140px;
}

}

/* ===========================
   MOBILE
=========================== */

@media (max-width:767px){

.ocean-recovery__wrapper{
    min-height:320px;
}

.ocean-recovery .container{

    min-height:320px;

    flex-direction:column;
    justify-content:center;
    align-items:flex-start;
}

.ocean-recovery__content{
    max-width:100%;
}

.ocean-recovery__title{
    font-size:34px;
    line-height:1.25;
}

.ocean-recovery__badge{

    align-self:flex-end;
    margin-top:25px;
    margin-bottom:20px;

}

.ocean-recovery__badge img{
    width:100px;
    height:100px;
}

}
.ocean-recovery::before{
    content:"";
    position:absolute;
    inset:0;
    z-index: 2;
    background: linear-gradient(
    90deg,
    rgba(0,0,0,.45) 0%,
    rgba(0,0,0,.2) 35%,
    rgba(0,0,0,0) 100%
);
}

.ocean-recovery .container{
    z-index: 3;
}
/* ==========================================
   NEWSLETTER
========================================== */

.subscribe-section {
    background: #e9ff5a;
    padding: 35px 0;
    margin-bottom: 0;
}

.subscribe-section .container {
    max-width: 1360px;
    /* margin: 0 auto; */
    padding: 0;
    width: 1360px;
}

.subscribe-section__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
}

/* ===========================
   LEFT CONTENT
=========================== */

.title-box {
    flex: 0 0 48%;
}

.title-box h2 {
    margin: 0 0 16px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700 !important;
    color: #3f3f55;
    padding-bottom: 0;
}

.title-box p {
    margin: 0;
    font-size: 16px;
    color: #4A4A4A;
}

/* ===========================
   FORM
=========================== */

.block.newsletter {
    flex: 0 0 45%;
    width: 100% !important;
    max-width: 100% !important;
}

.form.subscribe {
    display: flex !important;
    align-items: center;
    width: 100% !important;
}

.field.newsletter {
    flex: 1;
    margin: 0;
    width: auto !important;
    max-width: 78% !important;
}

.field.newsletter .label {
    display: none;
}

.field.newsletter .control {
    width: 100%;
}

.field.newsletter input {
    width: 100%;
    height: 58px;
    border: 1px solid #ddd;
    border-right: 0;
    border-radius: 15px 0 0 15px;
    padding: 0 20px;
    font-size: 16px;
    outline: none;
    background: #fff;
}

.actions {
    margin: 0;
}

.actions .action.subscribe {
    height: 58px;
    min-width: 160px;
    border: 0;
    border-radius: 0 15px 15px 0;
    background: #221dff;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
}

.actions .action.subscribe:hover {
    background: #111;
}

/* ===========================
   TABLET
=========================== */

@media (max-width:991px){

.subscribe-section__row{
    flex-direction:column;
    align-items:flex-start;
}

.title-box,
.block.newsletter{
    width:100%;
    flex:100%;
}

.title-box h2{
    font-size:34px;
}

}

/* ===========================
   MOBILE
=========================== */

@media(max-width:767px){

.subscribe-section{
    padding:45px 0;
}

.title-box{
    text-align:center;
}

.title-box h2{
    font-size:28px;
}

.title-box p{
    font-size:16px;
}

.form.subscribe{
    flex-direction:column;
    gap:15px;
}

.field.newsletter{
    width:100%;
}

.field.newsletter input{
    border-radius:12px;
    border:1px solid #ddd;
}

.actions{
    width:100%;
}

.actions .action.subscribe{
    width:100%;
    border-radius:12px;
}

}

/* ===============================
   OUR BLOG SECTION
================================= */

.our-blogs{
    padding: 80px 0;
    background:#fff;
}

.our-blogs .container{
    max-width:1320px;
    margin:auto;
}

.our-blogs .section-title{
    text-align:center;
    margin-bottom:60px;
}

.our-blogs .section-title h3{
    margin:0;
    padding-bottom: 16px;
}

.our-blogs .section-title h3 a{
    color: #000000;
    font-size: 48px;
    font-weight:700;
    text-decoration:none;
    line-height: 1.2;
}

.our-blogs .section-title p{
    margin-top: 0;
    color: #000000;
    font-size: 16px;
    margin-bottom: 80px;
}

/* Hide Mageplaza Empty Title */

.blog-widget-title,
.widget-title{
    display:none;
}

/* ===================================
   GRID
==================================== */

#mpblog-list-container .row{
    display:grid !important;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
    margin:0 !important;
}

#mpblog-list-container .post-list-item{
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
    float:none !important;
    border: 1px solid #E1E3E6;
    box-shadow: none;
}

/* ===================================
   CARD
==================================== */

.post-item-wraper{
    background:#fff;
    border:1px solid #efefef;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    height:100%;
    transition:.35s;
}

.post-item-wraper:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

/* ===================================
   IMAGE
==================================== */

.post-image{
    width:100%;
    height: 300px;
    overflow:hidden;
    background:#f7f7f7;
    box-shadow: none !important;
}

.post-image a{
    display:block;
    width:100%;
    height:100%;
}

.post-image img{
    width:100% !important;
    height:100% !important;
    display:block !important;
    object-fit:cover;
    max-width:none !important;
}

/* ===================================
   CONTENT
==================================== */

.post-info-wraper{
    display:flex;
    flex-direction:column;
    padding: 24px !important;
    flex:1;
}

/* Hide Everything */

.mp-post-info,
.post-short-description,
.mp-clearfix{
    display:none !important;
}

.mp-post-title{
    margin: 0 0 16px !important;
    font-size:30px !important;
    font-weight:600 !important;
    line-height:1.4;
    padding-bottom: 0 !important;
}

.mp-post-title a.post-link-title{
    color: #333333 !important;
    text-decoration:none;
    font-size: 20px !important;
    padding-top: 0 !important;
    padding-bottom: 16px !important;
}

.mp-post-title a:hover{
    color:#000;
}

/* Read More */

.mp-post-meta-info{
    margin-top:auto;
    text-align:left !important;
}

.mp-read-more{
    color: #333333;
    font-size: 16px;
    font-weight:500;
    text-decoration:none;
}

.mp-read-more:hover{
    color:#000;
}

/* ===================================
   BUTTON
==================================== */

.actions-tolbar{
    text-align:center;
    margin-top: 40px;
    margin-bottom: 0px;
    padding-top: 0 !important;
}

.actions-tolbar .action{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:150px;
    height:56px;
    border-radius:50px;
    background:#fff35c;
    border:none;
    color:#111;
    font-size:18px;
    font-weight:600;
    text-transform:uppercase;
    text-decoration:none;
    transition:.3s;
}

.actions-tolbar .action:hover{
    background:#111;
    color:#fff;
}

/* ===================================
   RESPONSIVE
==================================== */

@media(max-width:991px){

#mpblog-list-container .row{
    grid-template-columns:repeat(2,1fr);
}

.our-blogs .section-title h3 a{
    font-size:42px;
}

}

@media(max-width:767px){

#mpblog-list-container .row{
    grid-template-columns:1fr;
}

.our-blogs{
    padding:70px 0;
}

.our-blogs .section-title{
    margin-bottom:40px;
}

.our-blogs .section-title h3 a{
    font-size:36px;
}

.post-image{
    height:220px;
}

.mp-post-title{
    font-size:24px !important;
}

}
.our-blogs .post-item-wraper .post-link-title:before{
    content:none ;
}
.subscribe-section .block.newsletter .field .control:before{
    content:none;
}
.best-sellers__subtitle a{
    border: none !important;
    font-size: 16px;
    color: #777777;
    font-weight: 700;
    line-height: 1.4;
    border-radius: 0px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 16px;
}
.best-sellers__subtitle a img{
    vertical-align: middle;
}
.best-sellers .best-sellers__carousel .slick-initialized .slick-slide {
        height: 100%;
        max-height: 444px;
        min-height: 444px;
}
.best-sellers__carousel a.action.primary.product-card__button {
    display: none;
}
.intro-cta__actions .intro-cta__button span.intro-cta__button-icon {
    position: relative;
    top: 2px;
    left: 5px;
}

/* hover */

.best-sellers__footer a:hover, .how-it-works__actions a:hover, .actions-tolbar .action:hover{
    color: #4A4A4A !important;
    border-color: #D3F824 !important;
    background: #D3F822 !important;
}
.intro-cta__actions .intro-cta__button:hover, .homepage-products__content .action:hover, .expert-support__button:hover, .block.newsletter .action.subscribe:hover{
    background: #0b0583 !important;
    border: #0b0583 !important;
    color: #fff !important;
}
.homepage-products__footer a:hover{
    color:inherit !important;
}
/* hover */

/*==============================
            FOOTER
==============================*/

.site-footer {
    background: linear-gradient(90deg,#1400ff 0%,#2400ff 45%,#1800ff 100%);
    color: #fff;
    padding: 80px 0 80px;
    overflow: hidden;
    position: relative;
    font-family: "Poppins", sans-serif;
}

.site-footer a{
    color:#fff !important;
    text-decoration:none;
    transition:.3s;
}

.site-footer a:hover{
    color:#ffef5b;
}

.site-footer > .container{
    max-width:1280px;
}
.site-footer__wrapper.footer.content {
    padding: 0;
}
.footer.content .footer-link-blocks{
    gap:0% !important;
}
.footer.content .footer-link-blocks .footer-block:first-child{
    width:21%  !important;
}
.footer.content .footer-link-blocks .footer-block:nth-child(2) {
    width: 12% !important;
}
.footer.content .footer-link-blocks .footer-block:nth-child(3) {
    width: 14% !important;
}
.footer.content .footer-link-blocks .footer-block:nth-child(4) {
    width: 20% !important;
}
aside.site-footer__aside {
    width: 29% !important;
    float: right !important;
    text-align: right !important;
}
.site-footer__payment {
    width: 170px;
    text-align: left;
    float: right;
}
ul.site-footer__legal.footer.links{
    display:flex !important;
}
/*==============================
      TOP GRID
==============================*/

.site-footer__top{
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1.2fr 1.4fr;
    gap:55px;
    align-items:flex-start;
}


/*==============================
      CONTACT
==============================*/

.site-footer__contact{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.contact-item{
    display:flex;
    align-items:flex-start;
    gap:14px;
}

.contact-item__icon{
    width:22px;
    flex-shrink:0;
}

.contact-item__icon img{
    width:20px;
    filter:brightness(0) invert(1);
}

.contact-item__content,
.contact-item address{
    color:#fff;
    font-size:14px;
    line-height:1.4;
    font-style:normal;
    font-weight:400;
}

.contact-item strong{
    display:block;
    font-size:15px;
    margin-bottom:2px;
}


/*==============================
      MENUS
==============================*/

.site-footer__title{
    font-size:15px;
    letter-spacing:.8px;
    font-weight:700;
    margin-bottom:16px;
    padding-bottom:0;
    color:#fff;
}

.footer.links,
.site-footer__links{
    list-style:none;
    margin:0;
    padding:0;
}

.footer.links li,
.site-footer__links li{
    margin-bottom:12px;
}

.footer.links a,
.site-footer__links a{
    font-size:14px;
    color:#fff;
}

.footer.links a:hover,
.site-footer__links a:hover{
    color:#ffef5b;
}


/*==============================
      REVIEW & PAYMENT
==============================*/

.site-footer__aside{
    text-align:center;
}

.site-footer__review{
    margin-bottom:35px;
}

.site-footer__review-image img{
    max-width:190px;
    width:100%;
}

.site-footer__payment img{
    width:170px;
}


/*==============================
        LOGO
==============================*/

.site-footer__brand{
    margin:80px 0 33px;
}

.site-footer__brand-link{
    display:inline-block;
}

.site-footer__brand img{
    width: 782px;
    max-width:100%;
    display:block;
}

.footer.content .links li a:hover {
    color: #e9ff5a !important;
}

/*==============================
        DIVIDER
==============================*/

.site-footer__divider{
    border:none;
    border-top:1px solid #D3F822;
    margin:0 0 30px;
}
ul.site-footer__legal.footer.links li{
    margin:0 !important;
}
small.copyright{
    display:none !important ;
}
/*==============================
        BOTTOM
==============================*/

.site-footer__bottom{
    display:flex;
    justify-content:space-between;
    gap:30px;
}

.site-footer__bottom-left{
    display:flex;
    flex-direction:column;
    gap:22px;
}

.site-footer__bottom-links-row{
    display:flex;
    align-items:center;
    gap:35px;
    flex-wrap:wrap;
}

.site-footer__copyright{
    font-size:14px;
    color:#fff;
}

.brand-highlight{
    color:#e9ff5a;
}

.site-footer__legal{
    display:flex;
    list-style:none;
    gap:25px;
    margin:0;
    padding:0;
}

.site-footer__legal li{
    margin:0;
}

.site-footer__legal a{
    font-size:14px;
}

.site-footer__credit{
    font-size:14px;
    color:#fff;
}


/*==============================
        SOCIAL
==============================*/

.site-footer__social{
    display:flex;
    gap:18px;
}

.site-footer__social a{
    width:30px;
    height:30px;
    border-radius:50%;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    transition:.3s;
}

.site-footer__social img{
    width:18px;
    filter:brightness(0) invert(1);
}

/*.site-footer__social a:hover{
    background:#fff;
}*/

.site-footer__social a:hover img{
    filter:none;
}

/* Menu*/
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link {
font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
text-transform: initial !important; 
font-weight:400 !important;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > a.ammenu-link.-current{
font-weight:700 !important;
color:#fff !important;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:hover span:before {
content :none !important;
}


.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:hover span{
color:#D3F822;
}

/* Menu*/

.intro-cta__actions .intro-cta__button {
border-radius:16px;
}

.best-sellers__footer a {
border:none !important;
}
.how-it-works__number {
border: 2px solid #E6FE71 !important; 
}
p.product-category__description {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 140% !important;
}
article.product-category:hover p.product-category__description {
     max-width: 350px !important;
    margin: 0 auto !important;
}
.expert-support__actions a {
    border-radius: 16px !important;
                       color:#fff;
}
.actions-tolbar .action {
  border-radius:16px !important;
}
.footer.content .links a, .footer.content .links strong, .contact-item__content, .contact-item address, .site-footer__copyright , .site-footer__credit  {
font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif  !important;
}
.best-sellers__slider .best-sellers__item  article.product-card {
    max-width: 427px;
}

/* Real Stories from our customers */


section.reviews-section h2.testimonial-heading{
    font-weight:700 !important;
}
section.reviews-section.testimonial-light-section .card-header{
    align-items: center !important;
    height:60px;
}
section.reviews-section.testimonial-light-section  .review-body {
    text-align: left;
    max-width:235px;
}
section.reviews-section.testimonial-light-section .review-title {
    font-size: 20px !important;
    line-height: 120%;
}
section.reviews-section.testimonial-light-section .review-text-content p {
    color: #606060 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 140%;
}
section.reviews-section.testimonial-light-section  .review-text-content {
    margin-bottom: 24px !important;
}
section.reviews-section.testimonial-light-section button.show-more-btn,section.reviews-section.testimonial-light-section button.show-less-btn {
    color: #606060 !important;
    font-size: 20px !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}
section.reviews-section.testimonial-light-section .admin-reply-section {
    border: none !important;
    padding-left: 0 !important;
    padding-bottom: 24px !important;
    margin-bottom: 0 !important;


}
section.reviews-section.testimonial-light-section .admin-reply-section h5 {
    font-size: 16px !important;
    color: #333333 !important;
    font-weight: 700 !important;
    line-height: 140%;
    margin-bottom: 8px !important;
    padding-bottom: 0 !important;
}
section.reviews-section.testimonial-light-section .admin-reply-section p {
    color: #606060 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 140% !important;
}
section.reviews-section.testimonial-light-section .review-expanded-content .reviewer-meta{
    padding-top: 0 !important;
    text-align: left !important;
}
section.reviews-section.testimonial-light-section .review-expanded-content .reviewer-name {
    font-size: 20px !important;
    line-height: 120% !important;
    margin-bottom: 12px !important;
}
section.reviews-section.testimonial-light-section .review-expanded-content .verified-badge {
    color: #606060 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 140% !important;
    margin-bottom: 18px !important;
}
section.reviews-section.testimonial-light-section .review-expanded-content  span.review-date {
    color: #606060 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 140% !important;
}
section.reviews-section.testimonial-light-section .review-expanded-content .helpful-votes span {
    color: #606060 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 140% !important;
}
section.reviews-section.testimonial-light-section .testimonial-light-card {
    max-width: 427px;
}
/* Real Stories from our customers */





/* Special Offer Section */
section.best-sellers.special-offers-section {
    background: #F3FFB8;
    padding: 80px 40px 128px;


}
section.best-sellers.special-offers-section .container{
    max-width:1360px;
padding:0;
margin:0 auto;
display:block;
}
.special-offers-section  header.best-sellers__header h2{
        font-weight: 700 !important;
    font-size: 48px !important;
    line-height: 120%;
    color: #0D02DD;


}
.special-offers-section .best-sellers__item  article.product-card {
    max-width: 427px;
    padding-left: 24px;
    padding-right: 24px;
    background-color:#fff;
}
.special-offers-section .best-sellers__carousel .product-card__content {
padding-bottom:24px;
}
.special-offers-section  .best-sellers__slider .best-sellers__item article.product-card {
    position:relative;
    background: #E1E3E6;
    border: 1px solid #E1E3E6;
}
.best-sellers__slider .best-sellers__item article.product-card {
    border: 1px solid #E1E3E6;
    background: #faf8f4;
    border-radius: 8px;
    box-shadow: 1px 1px 1px #E1E3E6;
}
.best-sellers__slider .best-sellers__item article.product-card:hover {
    box-shadow: 0px 1px 2px #D3F822;
}
.special-offers-section .special-badge.product-badge {
    position: absolute;
    right: 24px;
    top: 24px;
    z-index: 999;
    max-width: 99px;
}
.special-offers-section .product-image-container img, .special-offers-section .product-image-container {
    width:100% !important;
}
.best-sellers__carousel .product-card__price {
max-width:100%;
}
.special-offers-section a.action.primary.btn-view-all-offers {
    background-color: #0D02DD !important;
    border-radius: 16px !important;
    color: #fff;
    font-size: 16px;
    font-weight: 700 !important;
    line-height: 140%;
    padding: 16px 32px  !important;
}
.expert-support a.action.primary {
color: #fff;
}
.special-offers-section a.action.primary.btn-view-all-offers:hover{
    background: #0b0583 !important;
    border: #0b0583 !important;
    color: #fff !important;
}
.special-offers-section  h3.product-card__title a {
    color: #333333 !important;
}


.special-offers-section button.slick-arrow[type="button"].slick-prev {
    left: 0;
    border: 1px solid #BBBBBB !important;
    background: #fff !important;
    padding: 12px 24px !important;
    border-radius: 30px !important;
    width: 72px !important;
    height: 48px !important;
    left: 0px !important;
}
.special-offers-section button.slick-arrow[type="button"].slick-next {
    right: 0;
    border: 1px solid #BBBBBB !important;
    background: #fff !important;
    padding: 12px 24px !important;
    border-radius: 30px !important;
    width: 72px !important;
    height: 48px !important;
}
/* Special Offer Section */

#trusted-brands-title {
    font-family:'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif !important ;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    color: var(--900, #4A4A4A);
    width:100px;
}

.product-image-container {
     margin: 0 auto;
    display: block !important;
}
.testimonial-slide-item .testimonial-stars {
    text-align: left;
}
.testimonial-slide-item button.vote-btn.vote-no, 
.testimonial-slide-item button.vote-btn.vote-yes {
    background: transparent;
    border: none;
}