@charset "UTF-8";
@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 100;
  src: url(./fonts/woff/IRANSansXFaNum-ThinD4.woff) format("woff"), url(./fonts/woff2/IRANSansXFaNum-ThinD4.woff2) format("woff2");
}
@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 200;
  src: url(./fonts/woff/IRANSansXFaNum-UltraLightD4.woff) format("woff"), url(./fonts/woff2/IRANSansXFaNum-UltraLightD4.woff2) format("woff2");
}
@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 300;
  src: url(./fonts/woff/IRANSansXFaNum-LightD4.woff) format("woff"), url(./fonts/woff2/IRANSansXFaNum-LightD4.woff2) format("woff2");
}
@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: normal;
  src: url(./fonts/woff/IRANSansXFaNum-RegularD4.woff) format("woff"), url(./fonts/woff2/IRANSansXFaNum-RegularD4.woff2) format("woff2");
}
@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 500;
  src: url(./fonts/woff/IRANSansXFaNum-MediumD4.woff) format("woff"), url(./fonts/woff2/IRANSansXFaNum-MediumD4.woff2) format("woff2");
}
@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 600;
  src: url(./fonts/woff/IRANSansXFaNum-DemiBoldD4.woff) format("woff"), url(./fonts/woff2/IRANSansXFaNum-DemiBoldD4.woff2) format("woff2");
}
@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: bold;
  src: url(./fonts/woff/IRANSansXFaNum-BoldD4.woff) format("woff"), url(./fonts/woff2/IRANSansXFaNum-BoldD4.woff2) format("woff2");
}
@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 800;
  src: url(./fonts/woff/IRANSansXFaNum-ExtraBoldD4.woff) format("woff"), url(./fonts/woff2/IRANSansXFaNum-ExtraBoldD4.woff2) format("woff2");
}
@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 900;
  src: url(./fonts/woff/IRANSansXFaNum-BlackD4.woff) format("woff"), url(./fonts/woff2/IRANSansXFaNum-BlackD4.woff2) format("woff2");
}
@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 950;
  src: url(./fonts/woff/IRANSansXFaNum-ExtraBlackD4.woff) format("woff"), url(./fonts/woff2/IRANSansXFaNum-ExtraBlackD4.woff2) format("woff2");
}
@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 1000;
  src: url(./fonts/woff/IRANSansXFaNum-HeavyD4.woff) format("woff"), url(./fonts/woff2/IRANSansXFaNum-HeavyD4.woff2) format("woff2");
}
body {
  font-family: IRANSansX, sans-serif;
}

header#page-header {
  --site-content-width: 1820px;
}

p {
  margin-bottom: 16px;
}

.kasebi_header_nav .kasebi_nav_list > ul {
  gap: 46px;
}
.kasebi_header_nav .kasebi_nav_list > ul > li:not(:last-child) {
  position: relative;
}
.kasebi_header_nav .kasebi_nav_list > ul > li:not(:last-child):after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #999;
  top: calc(50% - 3px);
  left: -26px;
  border-radius: 10px;
}
.kasebi_header_nav.mobile_nav .kasebi_nav_list > ul > li:not(:last-child):after {
  display: none;
}

.layout_557 .w-btn i {
  font-size: 9px;
  line-height: 16px;
  margin-right: 10px;
}

footer#page-footer img {
  display: block;
  margin: auto;
}
footer#page-footer .w-iconbox {
  gap: 5px;
}
footer#page-footer .w-iconbox .w-iconbox-title {
  padding-bottom: 0;
  letter-spacing: 0.16px;
}
footer#page-footer .w-iconbox .w-iconbox-text {
  opacity: 0.5;
  color: #FFF;
  font-size: 13px;
  font-weight: 300;
  line-height: 19px;
  margin-top: -3px;
  text-align: right;
}

.with_collapsible_content > .toggle-links > button {
  background: rgba(237, 236, 255, 0.7);
  padding: 5px 10px;
  color: #1D3FC5;
  line-height: 25px;
  min-width: 180px;
  text-align: center;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: auto;
  transition: all 0.5s ease;
}
.with_collapsible_content > .toggle-links > button:hover {
  color: #F2F2FF !important;
  background: #1D3FC5;
}
.with_collapsible_content > .toggle-links > button:before {
  content: "\f078";
  font-family: "fontawesome";
  font-weight: 400;
}
.with_collapsible_content > .toggle-links > button.collapsible-content-less {
  display: none;
}
.with_collapsible_content > .toggle-links > button.collapsible-content-less:before {
  transform: rotate(180deg);
}
.with_collapsible_content.show_content > .toggle-links > button.collapsible-content-less {
  display: flex;
}
.with_collapsible_content.show_content > .toggle-links > button.collapsible-content-more {
  display: none;
}

.first_page_carousel .owl-item {
  opacity: 0;
}
.first_page_carousel .owl-item .w-html {
  transform: translateX(60px);
  transition: all 0.7s ease;
}
.first_page_carousel .owl-item .w-hwrapper {
  transform: translateX(-100px);
  transition: all 0.9s ease;
}
.first_page_carousel .owl-item .w-hwrapper .w-vwrapper {
  transform: translateX(-60px);
  transition: all 0.9s ease;
  transition-delay: 0.4s;
}
.first_page_carousel .owl-item.active {
  opacity: 1;
}
.first_page_carousel .owl-item.active .w-html {
  transform: translateX(0);
}
.first_page_carousel .owl-item.active .w-hwrapper {
  transform: translateX(0);
}
.first_page_carousel .owl-item.active .w-hwrapper .w-vwrapper {
  transform: translateX(0);
  transition-delay: 0.2s;
}
.first_page_carousel .owl-dots {
  position: absolute;
  right: 85px;
  bottom: 25px;
  padding: 0;
  display: flex;
  gap: 7px;
  left: 85px;
}
@media screen and (max-width: 600px) {
  .first_page_carousel .owl-dots {
    justify-content: center;
  }
}
.first_page_carousel .owl-dots button {
  width: 10px;
  height: 10px;
  transition: all 0.5s ease;
  border-radius: 20px;
  opacity: 0.4;
  background: #FFF;
}
.first_page_carousel .owl-dots button span {
  display: none;
}
.first_page_carousel .owl-dots button.active {
  opacity: 1;
  width: 40px;
}

.has_title_col .vc_column-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.category_list_row {
  color: #5C5C5C;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.4px;
}
.category_list_row .w-text {
  border-radius: 150px 150px 0 0;
  border-bottom: 10px solid #1D3FC5;
  background: #F5F5F5;
  padding-top: 60px;
  padding-bottom: 120px;
  margin-bottom: -90px;
}
@media screen and (max-width: 600px) {
  .category_list_row .w-text {
    padding-top: 40px;
    padding-bottom: 75px;
    margin-bottom: -60px;
    font-size: 17px;
  }
}
.category_list_row .w-image {
  transition: all 0.5s ease;
}
@media screen and (max-width: 600px) {
  .category_list_row .w-image {
    width: 100px;
    margin: auto;
  }
}
.category_list_row .wpb_column {
  cursor: pointer;
}
.category_list_row .wpb_column:hover .w-image {
  transform: translateY(-5px);
}
.category_list_row .wpb_column:nth-child(2n) .w-text {
  border-bottom: 10px solid #D6D6D6;
}

.hooran_options {
  color: #090909;
  text-align: center;
  font-weight: 800;
  line-height: 26px;
  letter-spacing: -0.42px;
  font-size: 16px;
}
.hooran_options .vc_column-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .hooran_options .vc_column-inner {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.hooran_options .vc_column-inner .w-vwrapper {
  width: 200px;
  gap: 10px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 600px) {
  .hooran_options .vc_column-inner .w-vwrapper {
    width: 150px;
    font-size: 12px;
    line-height: 20px;
  }
}
.hooran_options .vc_column-inner .w-vwrapper:hover {
  transform: translateY(-5px);
}
.hooran_options .vc_column-inner .w-html {
  width: 2px;
  height: 86px;
  background: #E0E0E0;
}

.testimonials_row .w-grid {
  position: relative;
}
.testimonials_row .w-grid:before, .testimonials_row .w-grid:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 300px;
  background: #EFF0FF;
  top: 0;
  left: -180px;
}
.testimonials_row .w-grid:after {
  left: auto;
  right: -180px;
  border-radius: 150px 150px 0 0;
}
.testimonials_row .w-grid .w-grid-list {
  box-shadow: 0 0 0 20px #fff;
  border-radius: 330px;
}
@media screen and (max-width: 600px) {
  .testimonials_row .w-grid .w-grid-list .owl-nav {
    position: absolute;
    right: 85px;
    bottom: 65px;
    padding: 0;
    display: flex;
    gap: 100px;
    left: 85px;
    justify-content: center;
  }
}
.testimonials_row .w-grid .w-grid-list .owl-nav > button {
  width: 50px;
  height: 50px;
  background-size: 50px;
  background: url(./image/arrow-right.png) no-repeat center;
  transition: all 0.5s ease;
  top: calc(50% - 25px);
  transform: translateX(0);
}
.testimonials_row .w-grid .w-grid-list .owl-nav > button:before, .testimonials_row .w-grid .w-grid-list .owl-nav > button:after {
  display: none;
}
@media screen and (max-width: 600px) {
  .testimonials_row .w-grid .w-grid-list .owl-nav > button {
    position: static;
    margin: 0;
  }
}
.testimonials_row .w-grid .w-grid-list .owl-nav > button.owl-prev:hover {
  background: url(./image/arrow-right.png) no-repeat center;
  transform: translateX(5px);
}
.testimonials_row .w-grid .w-grid-list .owl-nav > button.owl-next {
  background: url(./image/arrow-left.png) no-repeat center;
}
.testimonials_row .w-grid .w-grid-list .owl-nav > button.owl-next:hover {
  background: url(./image/arrow-left.png) no-repeat center;
  transform: translateX(-5px);
}

.w-btn.us-btn-style_6 i {
  font-size: 11px;
  margin-right: 10px;
}

.w-grid.first_page_article .w-post-elm.post_image {
  transition: all 0.5s ease;
}
.w-grid.first_page_article .owl-item:not(.active) + .owl-item.active .w-post-elm.post_image {
  border-radius: 0 150px 0 0;
}

.w-grid.first_page_nav .w-grid-list .owl-nav {
  position: absolute;
  top: -51px;
  left: 15px;
  display: flex;
  gap: 10px;
}
.w-grid.first_page_nav .w-grid-list .owl-nav > button {
  border-radius: 20px;
  border: 1px solid #DADADA;
  background: #FFF;
  width: 24px;
  height: 24px;
  text-shadow: none;
  position: relative;
  transform: none;
  top: 0;
}
.w-grid.first_page_nav .w-grid-list .owl-nav > button:after {
  padding: 0;
  color: #B0B0B0;
}
.w-grid.first_page_nav .w-grid-list .owl-nav > button:hover {
  background: #DADADA !important;
}

.customers_logo {
  gap: 47px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .customers_logo {
    gap: 20px;
  }
}
.customers_logo .w-image {
  width: 120px;
  position: relative;
  border-radius: 80px 80px 0 0;
}
@media screen and (max-width: 600px) {
  .customers_logo .w-image {
    width: 95px;
  }
}
.customers_logo .w-image .w-image-h {
  overflow: hidden;
}
.customers_logo .w-image .w-image-h img {
  display: block;
  transform: scale(1.01);
  transition: all 0.5s ease;
  filter: saturate(0);
}
.customers_logo .w-image:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #231DC5;
  left: 0;
  z-index: 3;
  border-radius: 80px 80px 0 0;
  transition: all 0.5s ease;
}
.customers_logo .w-image.overlay:before {
  mix-blend-mode: overlay;
}
.customers_logo .w-image.lighten:before {
  mix-blend-mode: lighten;
}
.customers_logo .w-image.multiply:before {
  mix-blend-mode: multiply;
}
.customers_logo .w-image.bg3:before {
  opacity: 0.3;
}
.customers_logo .w-image:hover img {
  filter: saturate(1);
}
.customers_logo .w-image:hover:before {
  opacity: 0;
}
.customers_logo .w-image:after {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  height: 10px;
  background: #767676;
  left: 0;
}

.flex_grow_1 {
  flex-grow: 1;
}

.shop_form_select_row {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
}
.shop_form_select_row .shop_form_select_label {
  color: #434343;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  background: #fff;
  padding: 1px 10px;
  margin-right: 10px;
  letter-spacing: -0.26px;
  margin-bottom: -8px;
  position: relative;
}
.shop_form_select_row .shop_form_select_placeholder {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #D9D9D9;
  background: #FFF;
  padding: 20px;
  cursor: pointer;
}
.shop_form_select_row .shop_form_select_placeholder span {
  color: #231DC5;
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.34px;
}
.shop_form_select_row .shop_form_select_placeholder span.faded {
  color: #B0B0B0;
}
.shop_form_select_row .shop_form_select_placeholder i {
  color: #B0B0B0;
  font-size: 12px;
}

.shop_form_nav_row {
  display: flex;
  align-items: center;
}
.shop_form_nav_row > div {
  display: flex;
  padding: 8px 15px;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.32px;
  border-radius: 5px;
}
.shop_form_nav_row > div.main_btn {
  background: #231DC5;
  color: #FFF;
  margin-right: auto;
  cursor: pointer;
}
.shop_form_nav_row > div.main_btn.disabled {
  background: #DCDCDC;
  pointer-events: none;
}
.shop_form_nav_row > div.back_btn {
  border-radius: 5px;
  background: #F1F1F1;
  color: #9D9D9D;
  cursor: pointer;
}

.sticky_wrapper {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  bottom: 0;
  z-index: 300;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
}
.sticky_wrapper .sticky_wrapper_overlay {
  background: rgba(0, 0, 0, 0.2509803922);
  backdrop-filter: blur(5px);
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  opacity: 0;
}
.sticky_wrapper .sticky_wrapper_content {
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  padding: 40px 50px 60px 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  border-radius: 80px 80px 0 0;
  background: #FFF;
  box-shadow: 0px -1px 25px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease;
  transform: translateY(120%);
  max-width: var(--site-content-width, 1280px);
}
@media screen and (max-width: 600px) {
  .sticky_wrapper .sticky_wrapper_content {
    border-radius: 40px 40px 0 0;
    padding: 20px 20px 30px 20px;
  }
}
.sticky_wrapper .sticky_wrapper_content .sticky_wrapper_search_bar {
  position: relative;
  width: 100%;
}
.sticky_wrapper .sticky_wrapper_content .sticky_wrapper_search_bar input {
  border-radius: 30px 30px 0 0;
  border: 1px solid #D9D9D9;
  background: #FFF;
}
@media screen and (max-width: 600px) {
  .sticky_wrapper .sticky_wrapper_content .sticky_wrapper_search_bar input {
    border-radius: 25px 25px 0 0;
  }
}
.sticky_wrapper .sticky_wrapper_content .sticky_wrapper_search_bar i {
  position: absolute;
  font-size: 24px;
  left: 20px;
  top: 11px;
}
.sticky_wrapper .sticky_wrapper_content .sticky_wrapper_items {
  display: grid;
  gap: 20px 10px;
  max-height: 350px;
  overflow-y: auto;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  width: 100%;
}
@media screen and (max-width: 600px) {
  .sticky_wrapper .sticky_wrapper_content .sticky_wrapper_items {
    gap: 10px;
  }
}
.sticky_wrapper .sticky_wrapper_content .sticky_wrapper_items .sticky_wrapper_item {
  cursor: pointer;
  display: flex;
  padding: 5px 10px;
  align-items: center;
  border: 1px solid #DCDCDC;
  color: #5E5E5E;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.51px;
  gap: 10px;
}
.sticky_wrapper .sticky_wrapper_content .sticky_wrapper_items .sticky_wrapper_item .sticky_item_circle {
  width: 18px;
  height: 18px;
  border-radius: 18px;
  border: 1px solid #C0C0C0;
}
.sticky_wrapper .sticky_wrapper_content .sticky_wrapper_items .sticky_wrapper_item .sticky_item_image {
  height: 56px;
  margin-right: auto;
}
.sticky_wrapper .sticky_wrapper_content .sticky_wrapper_items .sticky_wrapper_item .sticky_item_image img {
  display: block;
  height: 56px;
}
.sticky_wrapper .sticky_wrapper_content .sticky_wrapper_items .sticky_wrapper_item .sticky_item_title span.subtitle {
  font-size: 15px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0.75px;
  display: block;
}
.sticky_wrapper .sticky_wrapper_content .sticky_wrapper_items .sticky_wrapper_item.active {
  color: #231DC5;
  border: 1px solid #231DC5;
  background: #D2DEF9;
}
.sticky_wrapper .sticky_wrapper_content .sticky_wrapper_items .sticky_wrapper_item.active .sticky_item_circle {
  border: 1px solid #231DC5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sticky_wrapper .sticky_wrapper_content .sticky_wrapper_items .sticky_wrapper_item.active .sticky_item_circle span {
  background: #231DC5;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 11px;
}
.sticky_wrapper.active {
  pointer-events: all;
}
.sticky_wrapper.active .sticky_wrapper_overlay {
  opacity: 1;
}
.sticky_wrapper.active .sticky_wrapper_content {
  transform: translateY(0);
}

.shop_sidebar_wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 85px;
  gap: 10px;
  color: #FFF;
}
@media screen and (max-width: 600px) {
  .shop_sidebar_wrapper {
    align-items: center;
    padding-bottom: 35px;
    padding-top: 35px;
  }
}
.shop_sidebar_wrapper .shop_sidebar_title {
  font-size: 25px;
  font-weight: 900;
  line-height: 35px;
}
.shop_sidebar_wrapper .shop_sidebar_text {
  opacity: 0.7;
  font-size: 17px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.34px;
}

.tax_sidebar_wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 65px;
  gap: 10px;
  color: #FFF;
  font-size: 25px;
  font-weight: 900;
  line-height: 35px;
  letter-spacing: -0.25px;
}
@media screen and (max-width: 600px) {
  .tax_sidebar_wrapper {
    align-items: center;
    padding-bottom: 35px;
    padding-top: 35px;
  }
}
.tax_sidebar_wrapper .tax_sidebar_image {
  height: 140px;
}
.tax_sidebar_wrapper .tax_sidebar_image img {
  height: 100%;
  display: block;
}
.tax_sidebar_wrapper .tax_sidebar_title span {
  font-size: 21px;
  font-weight: 400;
  letter-spacing: -0.21px;
  white-space: nowrap;
}

.product_page_row .g-cols {
  display: flex;
}
@media screen and (max-width: 600px) {
  .product_page_row .g-cols {
    flex-direction: column;
  }
}
.product_page_row .g-cols.inner_row {
  align-items: flex-start;
}

.product_gallery .w-gallery-item {
  border-bottom: 5px solid #231DC5;
}
.product_gallery .w-gallery-item-img[data-hidden-images-number]:after {
  color: #231DC5;
  background: rgba(235, 241, 255, 0.75);
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  align-items: flex-start;
  padding-top: 24px;
}
.product_gallery .w-gallery-item-img[data-hidden-images-number]:before {
  color: #231DC5;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  position: absolute;
  content: "نمونه دیگر";
  z-index: 3;
  width: 100%;
  text-align: center;
  top: 46px;
  pointer-events: none;
}

.product_page_form_container .form_input_container {
  margin-bottom: 40px;
}
.product_page_form_container .form_input_container .form_input_wrapper {
  position: relative;
  margin-bottom: 20px;
  padding-top: 14px;
}
.product_page_form_container .form_input_container .form_input_wrapper .form_input_label {
  position: absolute;
  padding: 0 10px;
  line-height: 22px;
  top: 0;
  right: 10px;
  background: #fff;
  color: #434343;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.26px;
  z-index: 2;
}
.product_page_form_container .form_input_container .form_input_wrapper .form_input_label > label {
  display: flex;
  align-items: center;
  gap: 5px;
}
.product_page_form_container .form_input_container .form_input_wrapper .form_input_label > label i {
  color: #707EF8;
}
.product_page_form_container .form_input_container .form_input_wrapper .choices .choices__inner {
  padding: 20px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  line-height: 24px;
}
.product_page_form_container .form_input_container .form_input_wrapper .choices .choices__inner .choices__list {
  padding: 0;
  color: #B0B0B0;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.34px;
}
.product_page_form_container .form_input_container .form_input_wrapper .choices:after {
  content: "\f078";
  font-family: "fontawesome";
  font-weight: 400;
  color: #B0B0B0;
  font-size: 12px;
  left: 20px;
  right: auto;
  width: auto;
  height: auto;
  border: navajowhite;
  margin: 0;
  transform: translateY(-50%);
}
.product_page_form_container .form_input_container .form_input_wrapper .form_row_description {
  margin-top: 10px;
  text-align: left;
  color: #606060;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: -0.39px;
}
.product_page_form_container .form_input_container .form_input_wrapper .form_input_input input {
  padding: 20px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  line-height: 24px;
}
.product_page_form_container .each_option_selector_wrapper {
  padding: 20px;
  border-top: solid 1px #D2DEF9;
}
.product_page_form_container .each_option_selector_wrapper .option_selector_title {
  padding: 1px;
  margin-bottom: 15px;
  color: #AFAFAF;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.26px;
}
.product_page_form_container .each_option_selector_wrapper .option_selector_description {
  color: #767676;
  text-align: justify;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.45px;
  margin-bottom: 15px;
}
.product_page_form_container .each_option_selector_wrapper .option_selector_items_wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 10px 40px;
  margin-bottom: 20px;
}
.product_page_form_container .each_option_selector_wrapper .option_selector_items_wrapper .option_item .pricing_data {
  display: none;
}
.product_page_form_container .each_option_selector_wrapper .option_selector_items_wrapper .option_item label {
  display: flex;
  padding: 6px 33px 6px 5px;
  align-items: center;
  color: #5E5E5E;
  font-size: 17px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: -0.51px;
  position: relative;
  border-radius: 5px;
}
.product_page_form_container .each_option_selector_wrapper .option_selector_items_wrapper .option_item label:hover {
  background: rgba(210, 222, 249, 0.5);
}
.product_page_form_container .each_option_selector_wrapper .option_selector_items_wrapper .option_item label.selected {
  color: #231DC5;
}
.product_page_form_container .each_option_selector_wrapper .option_selector_items_wrapper .option_item.radio_item label:before {
  content: "";
  position: absolute;
  width: 19px;
  height: 19px;
  border-radius: 19px;
  background: #fff;
  right: 4px;
  border: 1px solid #c0c0c0;
}
.product_page_form_container .each_option_selector_wrapper .option_selector_items_wrapper .option_item.radio_item label.selected:before {
  border: 1px solid #231DC5;
}
.product_page_form_container .each_option_selector_wrapper .option_selector_items_wrapper .option_item.radio_item label.selected:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 19px;
  right: 9px;
  background: #231DC5;
}
.product_page_form_container .each_option_selector_wrapper .option_selector_items_wrapper .option_item.checkbox_item label:before {
  content: "";
  position: absolute;
  width: 19px;
  height: 19px;
  background: #fff;
  right: 4px;
  border: 1px solid #c0c0c0;
}
.product_page_form_container .each_option_selector_wrapper .option_selector_items_wrapper .option_item.checkbox_item label.selected:before {
  background: url(./image/check.png);
  border: none;
  width: 21px;
  height: 21px;
}
.product_page_form_container .each_option_selector_wrapper .option_selector_items_wrapper .option_item input {
  display: none;
}

.order_total_wrapper {
  position: relative;
}
.order_total_wrapper .show_details_btn {
  display: none;
  border: 5px solid #FFF;
  background: #F3F2FF;
  padding: 1px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #1D3FC5;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.24px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -17px;
}
@media screen and (max-width: 600px) {
  .order_total_wrapper .show_details_btn {
    display: flex;
  }
}
.order_total_wrapper .show_details_btn i {
  transition: all 0.5s ease;
}
.order_total_wrapper .show_details_btn.active i {
  transform: rotate(180deg);
}
@media screen and (max-width: 600px) {
  .order_total_wrapper .details_col {
    display: none;
    padding-bottom: 10px;
    padding-top: 20px;
  }
}
.order_total_wrapper .each_order_form_total_row {
  display: flex;
  padding: 5px 0;
  align-items: center;
  gap: 5px;
}
.order_total_wrapper .each_order_form_total_row .order_total_label {
  margin-left: auto;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: -0.42px;
}
.order_total_wrapper .each_order_form_total_row .order_total_price {
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: -0.34px;
}
.order_total_wrapper .each_order_form_total_row .order_total_currency {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: -0.24px;
}
.order_total_wrapper .each_order_form_total_row .order_total_icon {
  color: #AAC4FF;
  font-size: 17px;
  line-height: 15px;
  letter-spacing: -0.34px;
}
.order_total_wrapper .each_order_form_total_row.product_total_final {
  padding: 15px 0;
  border-top: 1px solid #D2DEF9;
  margin-top: 15px;
}
@media screen and (max-width: 600px) {
  .order_total_wrapper .each_order_form_total_row.product_total_final {
    padding-bottom: 0;
    padding-top: 25px;
    margin-top: 0;
  }
}
.order_total_wrapper .each_order_form_total_row.product_total_final .order_total_label {
  color: #000660;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.45px;
}
.order_total_wrapper .each_order_form_total_row.product_total_final .order_total_price {
  color: #000660;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.88px;
}
.order_total_wrapper .each_order_form_total_row.product_total_final .order_total_currency {
  color: #000660;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.28px;
}
.order_total_wrapper .order_total_extra_wrapper {
  display: none;
}
.order_total_wrapper .order_total_extra_wrapper.haveExtra {
  display: block;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #D2DEF9;
}
.order_total_wrapper .order_total_footer {
  margin-top: 20px;
}
.order_total_wrapper .order_total_footer .submit_new_order {
  display: flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 15px;
  align-self: stretch;
  background: #231DC5;
  color: #FFF;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.48px;
  cursor: pointer;
}

.product_form_file_wrapper {
  padding-top: 20px;
  border-top: 1px solid #D2DEF9;
  overflow: hidden;
}
.product_form_file_wrapper .each_upload_box {
  margin-bottom: 20px;
  border: 2px dashed #D2DEF9;
  display: flex;
  padding: 0 0 0 20px;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  align-self: stretch;
  min-height: 0;
}
.product_form_file_wrapper .each_upload_box .dz-icon {
  background: #D2DEF9;
  padding: 25px;
  margin: -2px;
}
.product_form_file_wrapper .each_upload_box .dz-icon img {
  display: none;
}
.product_form_file_wrapper .each_upload_box .dz-icon img.upload {
  display: block;
}
@media screen and (max-width: 600px) {
  .product_form_file_wrapper .each_upload_box .dz-icon {
    padding: 20px;
  }
  .product_form_file_wrapper .each_upload_box .dz-icon img {
    width: 20px;
  }
}
.product_form_file_wrapper .each_upload_box .dz-message {
  margin: 0;
  color: #5E5E5E;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.51px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}
.product_form_file_wrapper .each_upload_box .dz-message .dz-message-subtext {
  color: #9A9A9A;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.15px;
}
@media screen and (max-width: 600px) {
  .product_form_file_wrapper .each_upload_box .dz-message .dz-message-subtext {
    font-size: 12px;
  }
}
.product_form_file_wrapper .each_upload_box.dz-started .dz-message {
  display: none;
}
.product_form_file_wrapper .each_upload_box.success.dz-started {
  border: 2px dashed #07AE4C;
}
.product_form_file_wrapper .each_upload_box.success.dz-started .dz-icon {
  background: #07AE4C;
}
.product_form_file_wrapper .each_upload_box.success.dz-started .dz-icon img.upload {
  display: none;
}
.product_form_file_wrapper .each_upload_box.success.dz-started .dz-icon img.finished {
  display: block;
}
.product_form_file_wrapper .each_upload_box .dz-preview {
  display: flex;
  align-items: center;
  min-height: 0;
  margin: 0 auto 0 0;
  flex-grow: 1;
  gap: 15px;
  align-self: stretch;
}
.product_form_file_wrapper .each_upload_box .dz-preview .dz-image {
  width: 60px;
  height: 60px;
  border-radius: 4px;
}
@media screen and (max-width: 600px) {
  .product_form_file_wrapper .each_upload_box .dz-preview .dz-image {
    width: 40px;
    height: 40px;
  }
}
.product_form_file_wrapper .each_upload_box .dz-preview .dz-image img {
  filter: none;
}
.product_form_file_wrapper .each_upload_box .dz-preview .dz-details {
  position: relative;
  padding: 0;
  width: auto;
  min-width: 0;
  display: flex;
  flex-direction: row-reverse;
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .product_form_file_wrapper .each_upload_box .dz-preview .dz-details {
    display: none;
  }
}
.product_form_file_wrapper .each_upload_box .dz-preview .dz-details .dz-size {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  color: #9A9A9A;
}
.product_form_file_wrapper .each_upload_box .dz-preview .dz-details .dz-size strong {
  font-weight: inherit;
}
.product_form_file_wrapper .each_upload_box .dz-preview .dz-details .dz-filename {
  font-size: 17px;
}
.product_form_file_wrapper .each_upload_box .dz-preview .dz-progress {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto 0 0;
}
.product_form_file_wrapper .each_upload_box .dz-preview a.dz-remove {
  color: #EC2125;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: -0.45px;
  padding-left: 29px;
  position: relative;
}
.product_form_file_wrapper .each_upload_box .dz-preview a.dz-remove:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  background: url(./image/trash.png) center;
  background-size: cover;
}

.logo_cul .vc_column-inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.logo_cul .vc_column-inner .w-vwrapper {
  flex-grow: 1;
}

.mega_menu_row p {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1.6;
}

div#loading_modal {
  z-index: 400;
}

.order_factor_wrapper .order_table {
  padding: 30px;
  background: #ffffff;
  border: 2px solid #E2E2E2;
  margin-bottom: 30px;
}
.order_factor_wrapper .order_table .order_table_header {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
  color: #232323;
}
.order_factor_wrapper .order_table .each_order_table_row {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  padding: 5px 0;
}
.order_factor_wrapper .order_table .each_order_table_row .order_table_row_label {
  margin-left: auto;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: -0.42px;
}
.order_factor_wrapper .order_table .each_order_table_row .order_table_row_value {
  color: #000;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.34px;
}
.order_factor_wrapper .order_table .order_total_extra_wrapper {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #D2DEF9;
}
.order_factor_wrapper .order_table .each_uploaded_files {
  margin-bottom: 20px;
  border: 2px dashed #D2DEF9;
  padding: 0 20px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  align-self: stretch;
  min-height: 0;
  font-size: 17px;
  font-weight: 700;
  color: #000;
}
.order_factor_wrapper .order_table .each_uploaded_files a {
  background: #D2DEF9;
  padding: 25px;
  margin: -2px;
}
.order_factor_wrapper .order_table .each_uploaded_files a img {
  display: block;
  transform: rotate(180deg);
}
.order_factor_wrapper .order_table .each_order_form_total_row {
  display: flex;
  padding: 5px 0;
  align-items: center;
  gap: 5px;
}
.order_factor_wrapper .order_table .each_order_form_total_row .order_total_label {
  margin-left: auto;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: -0.42px;
}
.order_factor_wrapper .order_table .each_order_form_total_row .order_total_price {
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: -0.34px;
}
.order_factor_wrapper .order_table .each_order_form_total_row .order_total_currency {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: -0.24px;
}
.order_factor_wrapper .order_table .each_order_form_total_row .order_total_icon {
  color: #AAC4FF;
  font-size: 17px;
  line-height: 15px;
  letter-spacing: -0.34px;
}
.order_factor_wrapper .order_table .each_order_form_total_row.product_total_final {
  padding: 15px 0;
  border-top: 1px solid #D2DEF9;
  margin-top: 15px;
}
@media screen and (max-width: 600px) {
  .order_factor_wrapper .order_table .each_order_form_total_row.product_total_final {
    padding-bottom: 0;
    padding-top: 25px;
    margin-top: 0;
  }
}
.order_factor_wrapper .order_table .each_order_form_total_row.product_total_final .order_total_label {
  color: #000660;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.45px;
}
.order_factor_wrapper .order_table .each_order_form_total_row.product_total_final .order_total_price {
  color: #000660;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.88px;
}
.order_factor_wrapper .order_table .each_order_form_total_row.product_total_final .order_total_currency {
  color: #000660;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.28px;
}

.sticky_contact .w-iconbox .w-iconbox-meta .w-iconbox-title {
  color: #0b0b0b;
}
.sticky_contact .w-iconbox .w-iconbox-link {
  justify-content: center;
}

.kasebi_header_nav.desktop_nav .kasebi_nav_list ul.main_nav_list li.level_1 ul.kasebi_nav_level {
  padding: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2078431373);
  border-radius: 10px;
}

.kasebi_header_nav.desktop_nav .kasebi_nav_list ul.main_nav_list li.level_1 ul.kasebi_nav_level > li {
  margin: 0;
}

.each_product_variation_select_wrapper {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .each_product_variation_select_wrapper {
    flex-direction: column;
  }
}
.each_product_variation_select_wrapper:last-child {
  margin-bottom: 0;
}
.each_product_variation_select_wrapper .product_variation_select_label {
  min-width: 150px;
  color: #B9B9B9;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.96px;
}
.each_product_variation_select_wrapper .product_variation_options_list {
  margin-top: 0;
}
.each_product_variation_select_wrapper .product_variation_options_list .each_product_att_select {
  border-radius: 30px;
  border: 2px solid #D9D9D9;
  font-weight: 700;
}
.each_product_variation_select_wrapper .product_variation_options_list .each_product_att_select.selected_att {
  border-color: var(--color-content-primary);
}

.product_page_price .price_box_container {
  flex-direction: row-reverse;
  align-items: center;
}
.product_page_price .price_box_container .price_list {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-right: auto;
}

.product_change_product_qty_block {
  flex-grow: 1;
}
.product_change_product_qty_block input.current_cart_qty {
  min-height: 0;
  border: navajowhite;
}

.w-slider.product_gallery .w-slider-h {
  padding-top: calc(100% - 110px);
  position: relative;
}
@media screen and (max-width: 600px) {
  .w-slider.product_gallery .w-slider-h {
    padding-top: 100%;
  }
}
.w-slider.product_gallery img {
  border-radius: 15px;
}
@media screen and (max-width: 600px) {
  .w-slider.product_gallery {
    overflow: visible;
  }
}
.w-slider.product_gallery .royalSlider {
  display: flex;
  align-items: stretch;
  aspect-ratio: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  gap: 30px;
}
.w-slider.product_gallery .royalSlider .rsOverflow {
  height: 100% !important;
}
@media screen and (max-width: 600px) {
  .w-slider.product_gallery .royalSlider .rsOverflow {
    overflow: visible;
  }
}
.w-slider.product_gallery .royalSlider .rsArrow {
  display: none !important;
}
@media screen and (max-width: 600px) {
  .w-slider.product_gallery .royalSlider .rsArrow {
    display: block !important;
    text-shadow: none;
    color: #000;
    font-size: 20px;
    width: 20px;
    margin: 0;
    left: 40px;
    top: auto;
    bottom: -30px;
    height: 24px;
    line-height: 24px;
    z-index: 10;
  }
  .w-slider.product_gallery .royalSlider .rsArrow.rsArrowRight {
    right: 40px;
    left: auto;
  }
}
.w-slider.product_gallery .royalSlider .rsThumbsHor {
  width: var(--thumbs-width);
  min-width: var(--thumbs-width);
  padding-top: 0;
  height: auto;
}
.w-slider.product_gallery .royalSlider .rsThumbsHor .rsThumbsContainer {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  gap: var(--thumbs-gap);
  transform: none !important;
  overflow-y: auto;
  overflow-x: hidden;
}
.w-slider.product_gallery .royalSlider .rsThumbsHor .rsThumbsContainer::-webkit-scrollbar {
  width: 2px;
}
.w-slider.product_gallery .royalSlider .rsThumbsHor .rsThumbsContainer::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.w-slider.product_gallery .royalSlider .rsThumbsHor .rsThumbsContainer::-webkit-scrollbar-thumb {
  background: #888;
}
.w-slider.product_gallery .royalSlider .rsThumbsHor .rsThumbsContainer::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.w-slider.product_gallery .royalSlider .rsThumbsHor .rsThumbsContainer .rsNavItem.rsThumb {
  margin: 0 !important;
}
.w-slider.product_gallery .royalSlider .rsThumbsHor .rsThumbsContainer .rsThumb.rsNavSelected::after {
  border-width: 2px;
  border-radius: 15px;
}
@media screen and (max-width: 600px) {
  .w-slider.product_gallery .royalSlider .rsThumbsHor {
    position: absolute;
    width: 100%;
    z-index: 0;
    bottom: -26px;
  }
  .w-slider.product_gallery .royalSlider .rsThumbsHor .rsThumbsContainer {
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    align-items: center;
    height: 10px;
  }
  .w-slider.product_gallery .royalSlider .rsThumbsHor .rsThumbsContainer .rsNavItem.rsThumb {
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background: #959595;
    transition: all 0.5s ease;
  }
  .w-slider.product_gallery .royalSlider .rsThumbsHor .rsThumbsContainer .rsNavItem.rsThumb img {
    opacity: 0;
  }
  .w-slider.product_gallery .royalSlider .rsThumbsHor .rsThumbsContainer .rsNavItem.rsThumb.rsNavSelected {
    transform: scale(1.6);
  }
  .w-slider.product_gallery .royalSlider .rsThumbsHor .rsThumbsContainer .rsNavItem.rsThumb.rsNavSelected:after {
    display: none;
  }
}

/*# sourceMappingURL=custom.css.map */
