/* Wrapper container */
.sg_gs-text-paragraph-1::placeholder {
  font-size: 14px;
  
}
.sg_gs-text-paragraph-1::-ms-input-placeholder {
  color: red;
}
.wrapper-container {
  margin: 0px;
  padding: 30px 0px;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  scroll-behavior: smooth;
}
.production .wrapper-container {
  height: unset !important;
  overflow-x: clip !important;
  overflow-y: unset !important;
  padding: 0px !important;
}
.production .preview {
  overflow: unset !important;
}
.section-box {
  display: flex;
  justify-content: center;
}
.section-wrapper {
  margin-top: 40px;
  padding: 40px 0px;
  position: relative;
  border-radius: 4px;
  border: 2px dashed #CCC;
}

.add-new-sections {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.add-new-sections a {
  background-color: #0060E5;
  color: #FFF !important;
  padding: 10px 20px;
  border-radius: 4px;
  margin-bottom: 10px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  font-size: 16px !important;
}
.add-new-sections a:hover {
  opacity: 0.8 !important;
  transition: all 0.3s ease;
}
.add-new-sections span {
  color: #a0a0a0;
  font-size: 14px;
}
.add-new-row {
  position: relative;
  width: 100%;
}
.add-new-row .close-button {
  cursor: pointer;
  position: absolute;
  top: -30px;
  right: 10px;
}
.add-new-row .column-wrapper {
  padding: 12px 8px 0px !important;
}
.add-new-row .column-item {
  cursor: pointer;
  height: 50px;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.add-new-row .cell {
  background-color: #D6D6D6;
  border-radius: 2px;
  padding: 0 !important;
}
.add-new-row .cell-12 {
  width: calc(100% - 2px);
  flex: 0 0 calc(100% - 2px);
  margin: 0 1px;
}
.add-new-row .cell-9 {
  width: calc(75% - 2px);
  flex: 0 0 calc(75% - 2px);
  margin: 0 1px;
}
.add-new-row .cell-8 {
  width: calc(200%/3 - 2px);
  flex: 0 0 calc(200%/3 - 2px);
  margin: 0 1px;
}
.add-new-row .cell-6 {
  width: calc(50% - 2px);
  flex: 0 0 calc(50% - 2px);
  margin: 0 1px;
}
.add-new-row .cell-4 {
  width: calc(100%/3 - 2px);
  flex: 0 0 calc(100%/3 - 2px);
  margin: 0 1px;
}
.add-new-row .cell-3 {
  width: calc(25% - 2px);
  flex: 0 0 calc(25% - 2px);
  margin: 0 1px;
}

@media (max-width: 767px) {
  .section-wrapper {
    width: 95%;
  }
  .add-new-row .layout-wrapper {
    width: 90%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .section-wrapper {
    width: 95%;
  }
  .add-new-row .layout-wrapper {
    width: 90%;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .section-wrapper {
    width: 90%;
  }
  .add-new-row .layout-wrapper {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .section-wrapper {
    width: 80%;
  }
  .add-new-row .layout-wrapper {
    width: 60%;
  }
}

/* Banner */
div[data-key="hero-banner"] .banner-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

div[data-key="hero-banner"] .hero-link {
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 12;
}
div[data-key="hero-banner"] .drop-element {
  background-color: #F2F3F4;
  position: relative;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}
div[data-key="hero-banner"] .drop-element:hover {
  background-color: #e5e6e8;
  transition: all 0.3s ease;
}
div[data-key="hero-banner"] .drop-element span {
  position: absolute;
  font-size: 13px;
  top: 50%;
  left: 50%;
  color: #a0a0a0;
  transform: translate(-50%, -50%);
}

/* div[data-key="hero-banner"] {
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: lightgrey;
  background-image: none;
  background-size: cover;
  background-position: center center;
} */

div[data-key="hero-banner"] > .golazy-module > .item-content {
  display: block;
  position: relative;
}
div[data-key="hero-banner"] > .sg_hero-bg-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: inherit;
  border-radius: inherit;
}

div[data-key="hero-banner"].sg_hero-fixed-mode > .sg_hero-bg-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
}

div[data-key="hero-banner"].sg_hero-fixed-mode > .golazy-module {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
div[data-key="hero-banner"] > .sg_hero-bg-wrap img {
  width: 100%;
}


div[data-key="hero-banner"] > .golazy-module[data-fixedMode="1"] > .item-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  z-index: 10;
}

div[data-key="hero-banner"] > .golazy-module[data-fixedMode="1"] > .item-content.align-top {
    top: 10%;
    transform: translateX(-50%) translateY(0%);
    -webkit-transform: translateX(-50%) translateY(0%);
    -moz-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
}

div[data-key="hero-banner"] > .golazy-module[data-fixedMode="1"] > .item-content.align-bottom {
    top: auto;
    bottom: 10%;
    transform: translateX(-50%) translateY(0%);
    -webkit-transform: translateX(-50%) translateY(0%);
    -moz-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
}

/* Button */
div[data-key="button"] .golazy-button {
  display: inline-flex;
  align-items: center;
}


/* Checkbox Field */
div[data-key="checkboxfield"] form input {
  margin: 0px!important;
}

div[data-key="checkboxfield"] input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

div[data-key="checkboxfield"] label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}

div[data-key="checkboxfield"] label:before {
  content:'';
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #000;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

div[data-key="checkboxfield"] input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 7px;
  width: 7px;
  height: 12px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Icon */
div[data-key="icon"] .golazy-icon-wrap { 
  display: inline-block;
  line-height: 1.1em;
}

/* Text block */
div[data-key="paragraph"] .text-editor {
  margin-bottom: 0px !important;
}

div[data-key="paragraph"] .text-editor ol, div[data-key="paragraph"] .text-editor ul {
  list-style: disc;
  padding-left: 40px;
}

div[data-key="paragraph"] .text-editor > p, div[data-key="paragraph"] .text-editor > p > a {
    font-size: inherit!important;
    font-family: inherit!important;
    line-height: inherit!important;
    text-align: inherit!important;
    color: inherit!important;
    margin: 0px!important;
    padding: 0px!important;
}


/* Parallax */
div[data-key="parallax"].golazy-parallax {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

@supports (-webkit-touch-callout: none) {
  @media (max-width: 767px){ 
    div[data-key="parallax"].golazy-parallax {
      background-attachment: scroll;
    }
  } 
}

div[data-key="parallax"] .drop-element {
  background-color: #F2F3F4;
  position: relative;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}
div[data-key="parallax"] .drop-element:hover {
  background-color: #e5e6e8;
  transition: all 0.3s ease;
}
div[data-key="parallax"] .drop-element span {
  position: absolute;
  font-size: 13px;
  top: 50%;
  left: 50%;
  color: #a0a0a0;
  transform: translate(-50%, -50%);
}

/* Image */
div[data-key="image"] .image-link {
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 12;
}

div[data-key="image"] .image-wrapper {
  display: flex;
}

/* Row */
div[data-key="row"]  {
  width: 100%;
}

/* Select field */
.golazy-selectfield[value=""] {
  color: #797979 !important;
  font-size: 14px !important;
}

/* Submit Button */
div[data-key="submit button"] .golazy-button-submit {
  display: inline-flex;
  align-items: center;
}

/* Accordion */
.golazy-accordion {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.golazy-accordion .drop-element {
  padding: 20px 0px;
  background: #E6E8EB;
  color: #A0A0A0;
  transition: all 0.3s ease;
  width: 100%;
}
.golazy-accordion .drop-element:hover {
  background: #CCC;
  transition: all 0.3s ease;
}
.golazy-accordion input.accordion-input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.golazy-accordion .tabs {
  overflow: hidden;
  
}
.golazy-accordion .tab {
  width: 100%;
  color: #000;
  overflow: hidden;
  position: relative;
}

.golazy-accordion .tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em 40px;
  background: #fff;
  font-weight: bold;
  cursor: pointer;
  background: transparent;
  text-align:left;
}
.golazy-accordion .icon {
  position: absolute;
  top: 16px;
  cursor: pointer;
}
.golazy-accordion .chevron {
  transition: all 0.5s 0.1s;
  transform: rotate(0);
}
.golazy-accordion .icon-wrapper {
  position: relative;
}
.golazy-accordion .icon-wrapper {
  position: relative;
  width: 28px;
  height: 28px;
}
.golazy-accordion .one, .golazy-accordion .two {
  position: absolute;
  border-radius: 2px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 400ms all ease-out;
  transition: 400ms all ease-out;
}
.golazy-accordion .one {
  top: 13px;
  left: 8px;
  right: 8px;
  height: 2px;
}
.golazy-accordion .two {
  top: 8px;
  left: 13px;
  bottom: 8px;
  width: 2px;
}
.golazy-accordion .left {
  left: 5px;
}
.golazy-accordion .right {
  right: 5px;
}
.golazy-accordion .tab-content {
  max-height: 0px;
  padding: 0 1em;
  color: #000;
  background: white;
  overflow: hidden;
  transition: all 0.15s ease;
}
.golazy-accordion input:checked ~ .chevron {
  transform: rotate(180deg);
}
.golazy-accordion input:checked ~ .plus .two {
  transform: rotate(90deg);
}
.golazy-accordion input:checked ~ .tab-content {
  max-height: 100%;
  padding: 1em;
}

/* Countdown Timer */
div[data-key="countdown_timer"] .count-down-wrap {
  display: inline-block;
}
div[data-key="countdown_timer"] .time-left {
  display: inline-block;
  position: relative;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
div[data-key="countdown_timer"] .time-left span {
  display: block;
  line-height: 1em;
}
div[data-key="countdown_timer"] .time-left span.count-label {
  text-transform: uppercase;
  font-weight: normal;
}

/* Breadcrumbs */
div[data-key="breadcrumbs"] .sg_breadcrumbs { 
  z-index: 1;
}
div[data-key="breadcrumbs"] .sg_breadcrumbs-link {
  color: inherit;
  display: inline-block;
}
div[data-key="breadcrumbs"] .sg_breadcrumbs-symbol {
  display: inline-block;
}
div[data-key="breadcrumbs"] .sg_current-page {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

/* Form field */
div[data-key="contact_form"] form,
div[data-key="contact_qr_form"] form,
div[data-key="newsletter"] form { 
  z-index: 1!important; 
} 
div[data-key="contact_form"] .golazy-item-content,
div[data-key="contact_qr_form"] .golazy-item-content,
div[data-key="newsletter"] .golazy-item-content {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

div[data-key="(QR) image"] .sg_qr-form-image { 
  z-index: 1!important; 
}

div[data-key="(QR) Text"] h1,
div[data-key="(QR) Text"] h2,
div[data-key="(QR) Text"] h3,
div[data-key="(QR) Text"] h4,
div[data-key="(QR) Text"] h5,
div[data-key="(QR) Text"] h6 {
  line-height: inherit!important;
}
div[data-key="(QR) Text"] .sg_qr-form-info { 
z-index: 1!important; 
display: inline-block;
} 

div[data-key="heading"] h1,
div[data-key="heading"] h2,
div[data-key="heading"] h3 {
  overflow-wrap: break-word;
}
/* Header */
/* header[data-key="header"].fixed-header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
} */

/* header[data-key="header"] {
  z-index: 10;
} */

.production header[data-key="header"][data-position="sticky"] {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  top: -1px; 
  z-index: 10;
  -webkit-overflow-scrolling: touch;
}

header[data-key="header"] .header-container {
  display: flex;
  align-items: center;
  height: 100%;
}

header[data-key="header"] .logo-container {
  display: flex;
  align-items: center;
}

header[data-key="header"] .header-container .mega-menu {
  flex: 1;
}

header[data-key="header"] {
  position: relative;
}

header[data-key="header"] .menu-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0px;
}

header[data-key="header"] .menu-list .menu-item {
  position: relative;
}

header[data-key="header"] .menu-list .menu-item .menu-dropdown {
  list-style: none;
  visibility: hidden;
  opacity: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  transform: translateY(50px);
  width: 250px;
  box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  z-index: 110;
  transition: all 0.3s ease;
}

header[data-key="header"] .menu-list .menu-item .menu-dropdown li {
  padding: 10px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

header[data-key="header"] .menu-list .menu-item:hover .menu-dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

header[data-key="header"] .menu-list a {
  text-decoration: none;
}

header[data-key="header_button"].no-element {
  min-width: 200px;
}

header[data-key="header_button"] [data-key="row"] {
  min-width: 200px;
}



/* Icon List */
div[data-key="icon-list"].golazy-icon-list {
  width: 100%;
}
div[data-key="icon-list"] .icon-list-wrapper {
  display: inline-flex;
  flex-direction: column;
}
div[data-key="icon-list"] .icon-list-wrapper .golazy-icon-list-item {
  position: relative;
  flex: 1;
}
div[data-key="icon-list"] .icon-list-wrapper .golazy-icon-list-item [data-key="icon"] {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* Icon List Hoz */
div[data-key="icon-list-hoz"] .golazy-module > ul.sg_icon-list {
  margin: 0px!important;
  padding: 0px!important;
  list-style: none!important;
}
div[data-key="icon-list-hoz"] .golazy-module ul.sg_icon-list > li {
  list-style: none;
  display: inline-block;
}

div[data-key="icon-list-hoz"] .golazy-module ul.sg_icon-list > li [data-key="icon"] .container-toolbar .t-collapse{
  display: none !important;
}

/* Liquid */
.production .liquid-wrapper {
  display: block;
}

.liquid-wrapper {
  display: none;
}

div[data-key="liquid"] .liquid-builder {
  min-height: 50px;
  border: 1px dashed #d3d3d3;
  background-color: #F0F0F0;
}
div[data-key="liquid"] .liquid-builder::after {
  color: #555!important;
  content: attr(data-name);
  display: block!important;
  left: 50%!important;
  overflow: hidden!important;
  padding: 14px!important;
  position: absolute!important;
  text-align: center!important;
  text-overflow: ellipsis;
  top: 50%!important;
  transform: translate(-50%,-50%);
  white-space: nowrap;
  width: 100%!important;
}

/* Floating button */
div[data-key="floating-button"] .golazy-button-contact {
  position: relative;
}
div[data-key="floating-button"] .golazy-button-contact .phone-vr {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 90px;
  height: 90px;
  cursor: pointer;
  z-index: 11;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}
div[data-key="floating-button"] .phone-vr-circle-fill {
  width: 65px;
  height: 65px;
  top: 12px;
  left: 12px;
  position: absolute;
  box-shadow: 0 0 0 0 #c31d1d;
  background-color: rgba(230,8,8,.7);
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  animation: zoom 1.3s infinite;
  -webkit-animation: zoom 1.3s infinite;
}

div[data-key="floating-button"] .phone-vr-img-circle {
  background-color: #e60808;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 25px;
  left: 25px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
}


div[data-key="floating-button"] .phone-vr-img-circle a {
  display: block;
  line-height: 37px;
}

div[data-key="floating-button"] a:visited {
  color: purple;
}

div[data-key="floating-button"] {
  transition: 1s all;
  -moz-transition: 1s all;
  -webkit-transition: 1s all;
}

div[data-key="floating-button"] .golazy-button-contact {
  position: relative;
}

div[data-key="floating-button"] .phone-vr-img-circle img {
  max-height: 25px;
  max-width: 27px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}

/* Popup */
div[data-key="Popup"][data-position="center-center"] {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}
div[data-key="Popup"][data-position="top-left"] {
  top: 0% !important;
  left: 0% !important;
  transform: translate(0%, 0%) !important;
}
div[data-key="Popup"][data-position="top-right"] {
  top: 0% !important;
  left: 100% !important;
  transform: translate(-100%, 0%) !important;
}
div[data-key="Popup"][data-position="bottom-left"] {
  top: 100% !important;
  left: 0% !important;
  transform: translate(0%, -100%) !important;
}
div[data-key="Popup"][data-position="bottom-right"] {
  top: 100% !important;
  left: 100% !important;
  transform: translate(-100%, -100%) !important;
}
div[data-key="Popup"][data-position="top-center"] {
  top: 0% !important;
  left: 50% !important;
  transform: translate(-50%, 0%) !important;
}
div[data-key="Popup"][data-position="bottom-center"] {
  top: 100% !important;
  left: 50% !important;
  transform: translate(-50%, -100%) !important;
}
div[data-key="Popup"][data-position="center-left"] {
  top: 50% !important;
  left: 0% !important;
  transform: translate(0%, -50%) !important;
}
div[data-key="Popup"][data-position="center-right"] {
  top: 50% !important;
  left: 100% !important;
  transform: translate(-100%, -50%) !important;
}
div[data-key="Popup"] .golazy-closePopup {
  border-radius: 50%;
}
div[data-key="Popup"] .drop-element {
  background-color: #F2F3F4;
  position: relative;
  height: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}
div[data-key="Popup"] .drop-element:hover {
  background-color: #e5e6e8;
  transition: all 0.3s ease;
}
div[data-key="Popup"] .drop-element span {
  position: absolute;
  font-size: 13px;
  top: 50%;
  left: 50%;
  color: #a0a0a0;
  transform: translate(-50%, -50%);
}

@keyframes popup-fade {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes popup-zoom {
  0% {
    scale: 0.8;
  }
  100% {
    scale: 1;
  }
}
@keyframes popup-zoom-out {
  from {
    scale: 1.2;
    transform: rotate(0deg);
  }
  to {
    scale: 1;
    transform: rotate(360deg);
  }
}
@keyframes popup-horizontal-move {
  0% {
    margin-left: -50px;
  }
  100% {
    margin-left: 0px;
  }
}
@keyframes popup-vertical-move {
  0% {
    margin-top: -50px;
  }
  100% {
    margin-top: 0px;
  }
}
@keyframes popup-unfold {
  0% {
    transform-style: preserve-3d;
    transform: translate(-50%,-50%) rotateY(-60deg);
  }
  100% {
    transform-style: preserve-3d;
    transform: translate(-50%,-50%) rotateY(0);
  }
}

/* Pricing */
div[data-key="pricing"] .golazy-pricing-wrapper {
  margin: 0px !important;
}
div[data-key="pricing"] .golazy-pricing-wrapper .golazy-pricing-item {
  padding: 0px !important;
  border-left: 1px solid #BEBEBE;
  border-bottom: 1px solid #BEBEBE;
}
div[data-key="pricing"] .golazy-pricing-wrapper .golazy-pricing-item:last-child {
  border-right: 1px solid #BEBEBE;
}
div[data-key="pricing"] .golazy-pricing-wrapper .golazy-pricing-item .pricing-item-heading {
  text-align: center;
  padding: 6px;
  font-size: 26px;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: .1em;
  background-color: #BEBEBE;
  overflow-wrap: anywhere;
}
div[data-key="pricing"] .golazy-pricing-wrapper .golazy-pricing-item .pricing-item-body {
  padding: 20px;
  border-bottom: 1px solid #BEBEBE;
  position: relative;
}

div[data-key="pricing"] .golazy-pricing-wrapper .golazy-pricing-item .pricing-item-body .currency {
  font-size: 18px;
  position: absolute;
  margin-left: -1rem;
  margin-top: 10px;
  color: #999999;
  overflow-wrap: anywhere;
}
div[data-key="pricing"] .golazy-pricing-wrapper .golazy-pricing-item .pricing-item-body .money {
  font-size: 66px;
  color: #2EA3F2;
  overflow-wrap: anywhere;
}
div[data-key="pricing"] .golazy-pricing-wrapper .golazy-pricing-item .pricing-item-body .plan {
  font-size: 16px;
  margin-left: 10px;
  color: #999999;
  overflow-wrap: anywhere;
}

div[data-key="pricing"] .golazy-pricing-wrapper .golazy-pricing-item .pricing-item-footer {
  padding: 30px;
}
div[data-key="pricing"] .golazy-pricing-wrapper .golazy-pricing-item .drop-element {
  background-color: #F2F3F4;
  position: relative;
  height: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}
div[data-key="pricing"] .golazy-pricing-wrapper .golazy-pricing-item .drop-element:hover {
  background-color: #e5e6e8;
  transition: all 0.3s ease;
}
div[data-key="pricing"] .golazy-pricing-wrapper .golazy-pricing-item .drop-element span {
  position: absolute;
  font-size: 13px;
  top: 50%;
  left: 50%;
  color: #a0a0a0;
  transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
  div[data-key="pricing"] .golazy-pricing-wrapper .golazy-pricing-item {
    flex: 0 0 100%;
    width: 100%;
    border-right: 1px solid #BEBEBE;
  }
}

/* Product cart button */
div[data-key="(p) Cart Button"] .sg_add-to-cart { 
  display: inline-flex;
  align-items: center; 
  margin: 0px!important; 
  max-width: 100%;
}

div[data-key="(p) Cart Button"] .sg_add-to-cart.btn-disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

/* Product description */
div[data-key="(p) description"] h1,
div[data-key="(p) description"] h2,
div[data-key="(p) description"] h3,
div[data-key="(p) description"] h4,
div[data-key="(p) description"] h5,
div[data-key="(p) description"] h6 {
  line-height: inherit!important;
  margin: 0px!important;
  padding: 0px!important;
  text-align: inherit!important;
}

div[data-key="(p) description"] .golazy-product-desc img {
  width: 100% !important;
  height: auto;
}

div[data-key="(p) description"] .golazy-more {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}

div[data-key="(p) description"] .golazy-action {
  padding: 2px 16px;
  border: 1px solid #888888;
  color: #444444;
  cursor: pointer;
  font-size: 14px;
}

div[data-key="(p) description"] .golazy-product-desc { 
  text-decoration: none;
  z-index: 1!important;
  overflow: hidden;
  transition: height 0.3s;
  height: unset;
} 
div[data-key="(p) description"] a { 
  border: none;
  text-decoration: none;
}

/* Product image list */
div[data-key="(p) image list"] {
  margin-top: 15px;
}
div[data-key="(p) image list"] .sg_product-images-list .item {
  text-align: center;
  margin: 2px!important;
  display: inline-block;
  position: relative;
}

div[data-key="(p) image list"] .sg_product-slider .item {
  width: 100%;
  position: relative;
  z-index: 10;
  max-height: auto!important;
  float: left;
}
div[data-key="(p) image list"] a {
  border: none;
  text-decoration: none;
}


div[data-key="(p) image list"] .sg_product-slider .sg_product-image-thumb {
  width: 100%!important;
  height: auto!important;
  margin: 0px!important;
  padding: 0px!important;
}

div[data-key="(p) image list"] .sg_product-image-thumb.active {
  border-style: solid;
}

div[data-key="(p) image list"] div[data-display-style="slider"] .sg_product-image-thumb img {
  width: inherit;
  height: inherit;
}

div[data-key="(p) image list"] div[data-display-style="default"] .sg_product-image-thumb img {
  width: auto;
  height: 100%;
}

div[data-key="(p) image list"] .sg_product-image-list { 
  z-index: 1!important; 
}

div[data-key="(p) image list"] .gallery-icon-sg .sg_product-image-thumb{
  position: relative;
}

div[data-key="(p) image list"] .gallery-icon-sg .sg_product-image-thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,0.2);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24px' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M312 196v24c0 6.6-5.4 12-12 12h-68v68c0 6.6-5.4 12-12 12h-24c-6.6 0-12-5.4-12-12v-68h-68c-6.6 0-12-5.4-12-12v-24c0-6.6 5.4-12 12-12h68v-68c0-6.6 5.4-12 12-12h24c6.6 0 12 5.4 12 12v68h68c6.6 0 12 5.4 12 12zm196.5 289.9l-22.6 22.6c-4.7 4.7-12.3 4.7-17 0L347.5 387.1c-2.3-2.3-3.5-5.3-3.5-8.5v-13.2c-36.5 31.5-84 50.6-136 50.6C93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208c0 52-19.1 99.5-50.6 136h13.2c3.2 0 6.2 1.3 8.5 3.5l121.4 121.4c4.7 4.7 4.7 12.3 0 17zM368 208c0-88.4-71.6-160-160-160S48 119.6 48 208s71.6 160 160 160 160-71.6 160-160z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}

div[data-key="(p) image list"] .gallery-icon-sg .sg_product-image-thumb:hover:after{
  display: block;
}

div[data-key="(p) image list"] .main-slider .owl-nav {
  margin-top: 0;
}

div[data-key="(p) image list"] .main-slider .owl-nav .owl-next, div[data-key="(p) image list"] .main-slider .owl-nav .owl-prev {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  margin: 0px;
  padding: 0px;
  background: none;
  text-indent: -9999px;
  width: 60px !important;
  height: 60px !important;
  margin-top: -30px !important;
  cursor: pointer;
  background: #eaeaea url(https://d1g1nj7c6ilt37.cloudfront.net/upload_file/9efff9018d26c1bf8ba858a4662e5a_next.png) no-repeat center center;
  background-size: 20px 20px;
}

div[data-key="(p) image list"] .main-slider .owl-nav .owl-prev {
  background-image: url(https://d1g1nj7c6ilt37.cloudfront.net/upload_file/7f51139d084d80fe024272332f02ed_prev.png);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

div[data-key="(p) image list"] .main-slider .owl-nav .owl-prev {
  left: 0px;
}

div[data-key="(p) image list"] .main-slider .owl-nav .owl-next {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
}

div[data-key="(p) image list"] .main-slider .owl-nav .owl-next {
  right: 0px;
}


div[data-key="(p) image list"]:hover .main-slider .owl-nav .owl-next{
  opacity: 1;
  right: 70px;
}

div[data-key="(p) image list"]:hover  .main-slider .owl-nav .owl-prev{
  opacity: 1;
  left: 70px;
}

div[data-key="(p) image list"] .main-slider .owl-dots {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
}

#sg_featherlight-v4.sg_featherlight{
  background-color: rgba(51, 51, 51, 0.8);
}

#sg_featherlight-v4.sg_featherlight .sg_featherlight-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-content: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

#sg_featherlight-v4 .sg_featherlight-next, #sg_featherlight-v4 .sg_featherlight-previous{
  display:block;
  position:absolute;
  top:50%;
  right:0;
  left:auto;
  bottom:auto;
  z-index: 999;
}

#sg_featherlight-v4 .sg_featherlight-previous{
  right:auto;
  left:0;
}

#sg_featherlight-v4 .sg_featherlight-next span, #sg_featherlight-v4 .sg_featherlight-previous span{
  display: flex;
  position: static;
  margin-top:-45px;
  background: rgba(214,214,214,.25);
  opacity: 0;
}

#sg_featherlight-v4 .sg_featherlight-next:hover > span, #sg_featherlight-v4 .sg_featherlight-previous:hover > span{
  background:"";
  opacity: 1;
}

#sg_featherlight-v4 .sg_featherlight-item{
  max-width: 100%;
  text-align: center;
}

#sg_featherlight-v4 video, #sg_featherlight-v4 iframe, #sg_featherlight-v4 img{
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

#m-1662438750518 .sg_product-3D-image{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#m-1662438750518 .sg_product-model-thumb{
  position: relative;
}

@media only screen and (max-width: 1024px){
  #sg_featherlight-v4 .sg_featherlight-content{
    width: 100%;
  }
  #sg_featherlight-v4 .sg_featherlight-next span, #sg_featherlight-v4 .sg_featherlight-previous span{
    display: flex;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    opacity: 1;
  }
}

/* Product list */
div[data-key="product list"] [data-label="Product"] {
  padding: 0 !important;
}
div[data-key="product list"] {
  width: 100%;
}

div[data-key="product list"] .sg_row-no-padding > .sg_column {
  min-height: 1px;
}

div[data-key="product list"] form { 
  z-index: 1!important; 
} 

div[data-key="product list"] .sg_product-title {
  overflow: hidden;
}


div[data-key="product list"] .sg_product-title {
  overflow: hidden;
}

div[data-key="product list"] [data-label="(P) Image"]>.golazy-module > a >.img-holder {
  overflow: hidden;
}

/* Product Price */
div[data-key="(p) price"] .sg_product-price { 
  z-index: 1!important;
  text-decoration: none;
} 
div[data-key="(p) price"] .sg_product-compare-price {
  position: relative;
}
div[data-key="(p) price"] .sg_product-compare-price:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}

/* Product quantity */
div[data-key="(p) quantity"] .golazy-quantity-default {
  display: flex;
  flex-direction: column;
}

div[data-key="(p) quantity"] .golazy-quantity-inline {
  display: flex;
  align-items: center;
}

div[data-key="(p) quantity"] .golazy-quantity-simple {
  display: flex;
  flex-direction: column;
}

div[data-key="(p) quantity"] input {
  background: inherit !important;
}

div[data-key="(p) quantity"] .golazy-quantity-simple input {
  border-left: none !important;
  border-right: none !important;
}

div[data-key="(p) quantity"] .golazy-product-quantity {
  display: flex;
  border: 1px solid #dddcdc;
}

div[data-key="(p) quantity"] .golazy-product-quantity a {
  cursor: pointer;
  text-decoration: none;
}

div[data-key="(p) quantity"] .golazy-product-quantity input {
  text-align: center;
  border-top: none;
  border-bottom: none;
  border-left: 1px solid #dddcdc;
  border-right: 1px solid #dddcdc;
  border-radius: 0px;
}

/* Product Sku */
div[data-key="(p) SKU"] h1,
div[data-key="(p) SKU"] h2,
div[data-key="(p) SKU"] h3,
div[data-key="(p) SKU"] h4,
div[data-key="(p) SKU"] h5,
div[data-key="(p) SKU"] h6 {
  line-height: inherit!important;
}
div[data-key="(p) SKU"] .sg_product-sku { 
  z-index: 1!important; 
  display: inline-block;
} 

/* Product stock counter */
div[data-key="(p) stock_counter"] .sg_scarcity-status .sg_icon {
  margin-right: 10px;
}
div[data-key="(p) stock_counter"] .sg_scarcity-status {
  font-weight: bold;
}
div[data-key="(p) stock_counter"]  .sg_progress-bar.rounded-border {
  border-radius: 5px;
}
div[data-key="(p) stock_counter"] .sg_scarcity-status mark {
  color: #fff;
  border-radius: 5px;
  padding: 4px 5px;
}

div[data-key="(p) stock_counter"]  .sg_progress-bar {
  width: 100%;
  margin: 10px 0;
  height: 0;
  position: relative;
  background: linear-gradient(90deg, #eee 50%, transparent 50%);
  background-size: 200%;
  background-position: 100%;
  transform: scale(-1);
  transition: background-position 0.5s;
}
div[data-key="(p) stock_counter"] .golazy-module.sg_stock_counter-center-xs {
  margin: auto !important;
  float: none;
}

div[data-key="(p) stock_counter"] .golazy-module.sg_stock_counter-left-xs {
  float: left!important;
}

div[data-key="(p) stock_counter"] .golazy-module.sg_stock_counter-right-xs {
  float: right!important;
}


div[data-key="(p) stock_counter"] .sg_progress-bar.animation:before {
  content: "";
  position: absolute;
  left: 0px !important;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient( 45deg, transparent 25%, rgba(238, 238, 238, 0.5) 25%, rgba(238, 238, 238, 0.5) 30%, transparent 30%, transparent 35%, rgba(238, 238, 238, 0.5) 35%, rgba(238, 238, 238, 0.5) 70%, transparent 70% );
  animation: sgStockCounter-shift 2s linear infinite;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: sgStockCounter-shift;
  background-size: 60px 100%;
  box-shadow: inset 0 0px 1px rgb(0 0 0 / 20%), inset 0 -2px 1px rgb(0 0 0 / 20%);
}
div[data-key="(p) stock_counter"] .sg_progress-bar { 
  z-index: 1!important; 
}

/* Product title */
div[data-key="(p) title"] h1,
div[data-key="(p) title"] h2,
div[data-key="(p) title"] h3 {
  line-height: inherit!important;
  margin: 0px!important;
  padding: 0px!important;
  text-align: inherit!important;
}
div[data-key="(p) title"] a, div[data-key="(p) title"] a:hover { 
  text-decoration: none !important;
}

div[data-key="(p) title"] .sg_product-title { 
  z-index: 1!important; 
}

/* Product variants */
div[data-key="(p) variants"] .sg_product-vendor { 
  z-index: 1!important; 
} 
div[data-key="(p) variants"] .variant-list { 
  overflow: auto;
} 

div[data-key="(p) variants"] .variant-list .item {
  display: inline-block;
  cursor: pointer;
}

div[data-key="(p) variants"] .variant-list .item p {
  margin: auto 0;
  border: 1px solid #dddcdc;
}

div[data-key="(p) variants"] .sg_row {
  max-width: 100%!important;
  padding-top: 0px !important;
}

div[data-key="(p) variants"] .sg_variants {
  display: inline-block;
}
div[data-key="(p) variants"] select {
  margin: 0px;
}

/* Product vendor */
div[data-key="(p) vendor"] h1,
div[data-key="(p) vendor"] h2,
div[data-key="(p) vendor"] h3,
div[data-key="(p) vendor"] h4,
div[data-key="(p) vendor"] h5,
div[data-key="(p) vendor"] h6 {
  line-height: inherit!important;
}
div[data-key="(p) vendor"] .sg_product-vendor { 
  z-index: 1!important; 
  display: inline-block;
} 

/* Product view more */
div[data-key="(p) View More"] .golazy-view-more { 
  display: inline-flex; 
  align-items: center; 
  margin: 0px!important; 
} 
div[data-key="(p) View More"] .golazy-view-more > img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

/* Related Product */
div[data-key="related product"] [data-label="Product"] {
  padding: 0 !important;
}
div[data-key="related product"] {
  width: 100%;
}
div[data-key="related product"] .sg_row-no-padding > .sg_column {
  min-height: 1px;
}

div[data-key="related product"] form { 
  z-index: 1!important; 
} 

div[data-key="related product"] .sg_product-title {
  overflow: hidden;
}

div[data-key="related product"] .sg_product-title {
  overflow: hidden;
}

div[data-key="related product"] [data-label="(P) Image"]>.golazy-module >a >.img-holder {
  overflow: hidden;
}

/* Progress */
div[data-key="progress"] .golazy-module {
  position: relative;
}

div[data-key="progress"] .progress-container {
  position: relative;
  border-radius: 50%;
}

div[data-key="progress"] .progress-container .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

div[data-key="progress"] .progress-container::before {
  content: '';
  display: block;
  height: 100%;
  margin-left: 50%;
  transform-origin: left;
  border-radius: 0 100% 100% 0/50%;
}

div[data-key="progress"] .progress-container::after {
  content: '';
  position: absolute;
  border-radius: 50%;
}

/* Carousel */

div[data-key="carousel"] .main-slider .owl-nav {
    margin-top: 0;
}

div[data-key="carousel"] .main-slider .owl-nav .owl-next, div[data-key="carousel"] .main-slider .owl-nav .owl-prev {
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    margin: 0px;
    padding: 0px;
    background: none;
    text-indent: -9999px;
    width: 60px;
    height: 60px;
    margin-top: -30px !important;
    cursor: pointer;
    background: #eaeaea url(https://d1g1nj7c6ilt37.cloudfront.net/upload_file/9efff9018d26c1bf8ba858a4662e5a_next.png) no-repeat center center;
    background-size: 20px 20px;
}
 

div[data-key="carousel"] .main-slider .owl-nav .owl-prev {
    background-image: url(https://d1g1nj7c6ilt37.cloudfront.net/upload_file/7f51139d084d80fe024272332f02ed_prev.png);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}

 div[data-key="carousel"] .main-slider .owl-nav .owl-prev {
    left: 0px;
}

div[data-key="carousel"] .main-slider .owl-nav .owl-next {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
}

div[data-key="carousel"] .main-slider .owl-nav .owl-next {
    right: 0px;
}


div[data-key="carousel"]:hover .main-slider .owl-nav .owl-next{
  opacity: 1;
  right: 70px;
}

div[data-key="carousel"]:hover  .main-slider .owl-nav .owl-prev{
  opacity: 1;
  left: 70px;
}

div[data-key="carousel"] .main-slider .owl-dots {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
}

/* Tabs */
div[data-key="tabs"] ul.tabset {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

div[data-key="tabs"] ul.tabset li{
  background: none;
  color: #222;
  display: inline-block;
  cursor: pointer;
}

div[data-key="tabs"] .tab-link p {
  overflow-wrap: anywhere;
}

div[data-key="tabs"] .tab-content {
  display: none;
  padding: 20px;
}

div[data-key="tabs"] .tab-content.current{
  display: inherit;
}

div[data-key="tabs"] .default .tab-link:not(:first-child) {
  border-left: none;
}

/* Youtube */
.salegate-video { 
  position: relative; 
  z-index: 1;
  width: 100%;
  height: 0; 
  padding-bottom: 56.27198%; 
} 
.salegate-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div[data-key="youtube"] iframe { 
  z-index: 1!important; 
} 

/* Paypal */
@keyframes show-text {
  0% {
    max-width: 0%;
    opacity: 0;
    overflow: hidden;
  }
  100% {
    max-width: 100%;
    opacity: 1;
  }
}

div[data-key="(p) paypal"] .paypal-btn.shape-rect {
  border-radius: 4px;
}

div[data-key="(p) paypal"] .paypal-btn .paypal-label2 {
  position: static;
  visibility: visible;
  max-width: 0%;
  opacity: 0;
  overflow: hidden;
  animation: show-text 1s 0s forwards;
}

div[data-key="(p) paypal"] .card-btn {
  background-color: #2C2E2F;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

div[data-key="(p) paypal"] .card-btn img {
  height: 20px;
  width: auto;
}

div[data-key="(p) paypal"] .card-btn .card-label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #FFF;
  position: static;
  visibility: visible;
  max-width: 0%;
  opacity: 0;
  overflow: hidden;
  animation: show-text 1s 0s forwards;
}

div[data-key="(p) paypal"] .card-btn.shape-rect {
  border-radius: 4px;
}


/* CHECK OUT */

div[data-key="billing_address"] .detail-address {
  display: none;
}

div[data-key="billing_address"] input[type="radio"][value="2"]:checked ~ .detail-address {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

div[data-key="billing_address"] .label-box {
  padding: 12px;
  width: 100%;
  cursor: pointer;
}

div[data-key="billing_address"] .label-1 {
  border: 1px solid #ccc;
  border-bottom: none;
  border-radius: 8px 8px 0px 0px;
}

div[data-key="billing_address"] .label-2 {
  border: 1px solid #ccc;
  border-radius: 0px 0px 8px 8px;
}

div[data-key="billing_address"] input[type=radio]:checked + .label-2 {
  border-radius: 0px;
  border-bottom: none;
}

div[data-key="billing_address"] .content-box {
  border: 1px solid #ccc;
  border-radius: 0px 0px 8px 8px;
  padding: 0px 6px 12px;
  background-color: #EFEFEF;
}

div[data-key="billing_address"] .content-box:last-child {
  border-bottom: 1px solid #ccc;
}

div[data-key="billing_address"] .section-title {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

div[data-key="order_summary"] .product-items {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

div[data-key="order_summary"] .product-item {
  display: flex;
  gap: 1.5rem;
}

div[data-key="order_summary"] .image-wrapper {
  width: 100px;
  position: relative;
}

div[data-key="order_summary"] .image-responsive {
  width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid #E8E9EB;
}

div[data-key="order_summary"] .quantity-image {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  border-radius: 50%;
  background-color: red;
}

div[data-key="order_summary"] .product-wrapper {
  flex: 1;
}

div[data-key="order_summary"] .product-title {
  font-weight: 400;
  font-size: 14px;
}

div[data-key="order_summary"] .product-item-title {
  padding: 4px 12px;
  width: fit-content;
  font-size: 12px;
  background-color: #d9d9d9;
  border-radius: 16px;
  margin-top: 8px;
}

div[data-key="order_summary"] .price-wrapper {
  width: 90px;
}

div[data-key="order_summary"] .product-price {
  font-weight: 500;
  font-size: 15px;
  text-align: right;
}

div[data-key="order_summary"] .discount-wrapper {
  /* display: flex;
  align-items: center;
  gap: 16px; */
  display: none;
}

div[data-key="order_summary"] .discount-wrapper + hr {
  display: none;
}

div[data-key="order_summary"] .checkout-input {
  padding: 10px 12px;
  border: 1px solid #CCC;
  outline: none;
  border-radius: 8px;
  width: 100%;
  font-size: 14px;
}

div[data-key="order_summary"] .input-wrapper {
  flex: 1;
}

div[data-key="order_summary"] .button-apply {
  padding: 8px 16px;
  background-color: #040708;
  border: 1px solid #040708;
  color: #FFF;
  font-weight: 500;
  font-size: 14px;
  border-radius: 8px;
  transition: all 0.15s ease;
  outline: none;
}

div[data-key="order_summary"] .price-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

div[data-key="order_summary"] .price-item {
  display: flex;
  justify-content: space-between;
}

div[data-key="order_summary"] .price-label {
  font-size: 15px;
}

div[data-key="order_summary"] .price-number {
  font-size: 16px;
  font-weight: 500;
}

div[data-key="order_summary"] .price-total {
  font-size: 20px;
  font-weight: 500;
  color: rgb(239 68 68);
}

div[data-key="order_summary"] .section-title {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

div[data-key="payment"] .section-title {
  display: flex;
  align-items: center;
}

div[data-key="payment"] .payment-info {
  margin-top: 16px;
}

div[data-key="payment"] .radio-label {
  width: 100%;
  display: flex;
  padding: 12px;
  cursor: pointer;
}

div[data-key="payment"] .payment-option:first-child .radio-label {
  border: 1px solid #ccc;
  border-bottom: none;
  border-radius: 8px 8px 0px 0px;
}

div[data-key="payment"] .payment-option:last-child .radio-label {
  border: 1px solid #ccc;
  border-radius: 0px 0px 8px 8px;
}

div[data-key="payment"] .box-info {
  border-style: solid;
  border-color: #ccc;
  padding: 16px 10px;
  display: none;
}

div[data-key="payment"] .payment-option:first-child .box-info {
  border-width: 1px 1px 0px 1px;
}

div[data-key="payment"] .payment-option:last-child .box-info {
  border-width: 0px 1px 1px 1px;
  border-radius: 0px 0px 8px 8px;
}

div[data-key="payment"] input[type="radio"][value="creditcard"]:checked ~ .box-credit {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #F3F3F3;
}

div[data-key="payment"] input[type="radio"][value="creditcard"]:checked ~ .label-creditcard {
  background-color: #F3F3F3;
}

div[data-key="payment"] .box-paypal span {
  font-size: 14px;
  color: #666;
}

div[data-key="payment"] input[type="radio"][value="paypal"]:checked ~ .label-paypal {
  background-color: #F3F3F3;
  border-radius: 0px;
}

div[data-key="payment"] input[type="radio"][value="paypal"]:checked ~ .box-paypal {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  background-color: #F3F3F3;
}

div[data-key="payment"] .payment-option.label-only .radio-label {
  border-radius: 8px 8px 0px 0px !important;
}

div[data-key="payment"] .radio-label-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

div[data-key="payment"] .radio-label-wrapper .credit-icons {
  display: flex;
  gap: 4px;
}

div[data-key="payment_button"] button {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

div[data-key="payment_button"] .price-text {
  text-transform: none;
  color: #FFFFFFA3;
  font-weight: normal;
  font-size: 13px;
}

div[data-key="shipping_address"] .section-title {
  display: flex;
  align-items: center;
}

div[data-key="shipping_address"] .shipping-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}

div[data-key="hero-banner"] .golazy-bgi {
  position: absolute;
  background-size: cover; 
  background-repeat: no-repeat; 
  background-position: 50% 50%;
  background-attachment: scroll;
  overflow: hidden; 
  justify-content: center; 
  align-items: center;
  display: flex; 
  top: 0;
  left: 0;
  inset: 0; 
} 

div[data-key="hero-banner"] .golazy-bgi .golazy-article{ 
  display: block; 
  position: absolute;
  background-size: cover; 
  background-repeat:no-repeat; 
  background-position: 50% 50%;
  background-attachment: scroll;
  overflow: hidden; 
  justify-content: center; 
  align-items: center;
  display:flex; 
  top:0;
  left:0;
  inset: 0; 
}

div[data-key="hero-banner"].sg_hero-fixed-mode { 
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  height: auto!important; 
  max-width: 100%!important;
  display: flex;
  flex-direction:column;
}

.golazy-d-flex{
  display: flex;
}
.golazy-d-block{
  display: flex;
}

.golazy-d-grid{
  display: grid;
}

.alternative-separator {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-transform: capitalize;
  color: #777;
}

.alternative-separator:before, .alternative-separator:after {
  content: "";
  display: inline-block;
  height: 1px;
  background-color: #dfdfdf;
  flex-grow: 1;
}

.alternative-separator__content {
  text-transform: capitalize;
  display: inline-block;
  padding: 0 0.8571428571em;
}

.checkout-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0px;
}

.checkout-header__title {
  font-weight: 600;
  font-size: 28px;
  text-transform: uppercase;
}

.checkout-header__title img {
  max-width: 120px;
  height: auto;
}

.checkout-body {
  margin: 30px 0px;
}

.checkout-footer {
  text-align: center;
  margin: 15px auto;
}

.checkout-footer img {
  margin: 20px 0 30px;
}

.checkout-footer .list-brand {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 12px;
}

.checkout-footer .brand-item {
  padding: 0px 8px;
  width: calc(25% - 9px);
  flex: 0 0 calc(25% - 9px);
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .checkout-footer .list-brand {
    padding: 16px 12px;
  }
}

.cart-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  gap: 8px;
}

.cart-message span {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
}

.golazy-text ol, .golazy-text ul {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 40px;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 40px;
  padding-left: 40px;
}
.golazy-text li {
list-style-position: inside;
}
.vdr {
  position: absolute;
  box-sizing: border-box;
}
.vdr.active:before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  outline: 1px dashed #d6d6d6;
}
.vdr-stick {
  box-sizing: border-box;
  position: absolute;
  font-size: 1px;
  background: #ffffff;
  border: 1px solid #6c6c6c;
  box-shadow: 0 0 2px #bbb;
}
.inactive .vdr-stick {
  display: none;
}
.vdr-stick-tl, .vdr-stick-br {
  cursor: nwse-resize;
}
.vdr-stick-tm, .vdr-stick-bm {
  left: 50%;
  cursor: ns-resize;
}
.vdr-stick-tr, .vdr-stick-bl {
  cursor: nesw-resize;
}
.vdr-stick-ml, .vdr-stick-mr {
  top: 50%;
  cursor: ew-resize;
}
.vdr-stick.not-resizable{
  display: none;
}
.content-container{
  display: block;
  position: relative;
}

div[data-key] {
  margin-bottom:1px;
  margin-top:1px;

}