/** Shopify CDN: Minification failed

Line 156:10 Expected ":"
Line 156:17 Expected ":"
Line 2248:4 Comments in CSS use "/* ... */" instead of "//"
Line 2324:4 Comments in CSS use "/* ... */" instead of "//"

**/
/* start common css */
body {
    display: block;
}
@media (max-width:915px) {
  .hk-hide-mobile {
    display:none !important;
  }
}
@media (min-width:915px) {
  .hk-hide-desktop {
    display:none !important;
  }
}
.hk-slider-main:not(.slick-initialized) {
  display:flex;
}
html {
    scroll-behavior: smooth;
}
p {
    margin: unset;
    padding: unset;
}
* {
    color: unset;
    letter-spacing: unset;
    margin: unset;
    padding: unset;
}
h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 {
    color: unset;
    letter-spacing: unset;
    margin: unset;
    padding: unset;
}
.hk-text-left-desktop {
    text-align: left;
    justify-content: left;
}
.hk-text-center-desktop {
    text-align: center;
    justify-content: center;
}
.hk-text-right-desktop {
    text-align: right;
    justify-content: right;
}
img, video {
    max-width: 100%;
    display: block;
    height: auto;
}

.hk-no_buttons .slick-arrow {
    display: none !important;
}

.hk-same-height-slider .slick-slide {
    height: inherit !important;
}
.hk-same-height-slider .slick-track {
    display: flex;
}
.hk-loading:after {
    content: "";
    width: 100% !important;
    height: 100% !important;
    background: url( https://cdn.shopify.com/s/files/1/0789/0570/4766/files/loading.gif?v=1736941696 ) !important;
    background-size: 25px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    z-index: 1 !important;
    display: block !important;
}
.hk-loading {
    color: transparent !important;
    position: relative !important;
}
.hk-checkout-button.hk-loading *, 
.hk-atc-js.hk-loading * {
    opacity: 0;
}


.hk-loading-cart:after {
    content: "";
    width: 100% !important;
    height: 100% !important;
    background: url( https://cdn.shopify.com/s/files/1/0789/0570/4766/files/loading.gif?v=1736941696 ) !important;
    background-size: 50px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    z-index: 1 !important;
    background-color: #0000003b !important;
    display: block !important;
}
.hk-loading-cart {
    position: relative;
}
svg, img, video {
    display: inline-block;
}
* {
    box-sizing: border-box;
}
.hk-video-wrapper.active img, 
.hk-video-wrapper.active .hk-play-button {
    display: none;
}
.hk-relative {
    position: relative;
}
.hk-container {
    max-width:100%;
    width:var(--hk-container-width);
    padding-left:50px;
    padding-right:50px;
    margin-left:auto;
    margin-right:auto;
}

body, .hk-font-body  {
  font-family:var(--hk-body-font);
}
.hk-font-heading{
  font-family: var(--hk-heading-font);
}

.shopify-section.header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
img {
    height; unset;
}

.hk-checkout-button:has(.hk-sold-out.hk-active) {
    pointer-events: none;
    opacity: .7;
}

@media (max-width:915px) {
.hk-text-left-mobile {
    text-align: left;
    justify-content: left;
}
.hk-text-center-mobile {
    text-align: center;
    justify-content: center;
}
.hk-text-right-mobilep {
    text-align: right;
    justify-content: right;
}
.hk-container {
    padding-left:16px;
    padding-right:16px;
}
}
/* end common css */



/* font family start */

/* font family end */



body, p {
  font-family: var(--hk-body-font);
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--hk-heading-font) !important;
}



/* footer css start */




@media (min-width: 915px) {

}



@media (max-width: 915px) {

}
/* footer css end */



/* zoom 
@media (max-width: 1600px) and (min-width: 1400px) {
body {
    zoom: 90%;
}
}
 
 
@media (max-width: 1400px) and (min-width: 1100px) {
body {
    zoom: 80%;
}
}
 
 
@media (max-width: 1100px) and (min-width: 915px) {
body {
    zoom: 65%;
}
}*/






/* header css*/


/* header section css start */
.shopify-section.header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
.hk-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hk-header-logo {
    width: 71.5px;
    max-width: 100%;
}
.hk-header-logo img {
    width: 100%;
    height: auto;
}
.hk-mobile-menu-button, 
.hk-cart-button {
    background: transparent;
    padding: 0;
    border: unset;
    box-shadow: unset;
    cursor: pointer;
}
.hk-element-drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 500px;
    max-width: 100%;
    height: 100%;
    z-index: 11;
    transition: all .5s ease;
}
.hk-drawer-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    cursor: pointer;
    z-index: 10;
}
.hk-drawer-menu {
    padding-right: 20px;
}
.hk-drawer-menu-inner {
    position: relative;
    background: #fff;
    width: 100%;
    max-width: 100%;
    color: #1c1c1c;
    height: 100%;
    padding: 30px 30px;
}
button.hk-mobile-menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    border: unset;
    box-shadow: unset;
    cursor: pointer;
}
.hk-drawer-menu-content {
    height: 100%;
    display: flex;
    width: 100%;
    flex-direction: column;
}
.hk-drawer-menu-content .hk-element-menu-main {
    flex: 1;
}
.hk-drawer-menu-content a {
    width: 100%;
    display: block;
    text-decoration: unset;
    font-size: 18px;
    padding: 12px 0;
}
.hk-drawer-menu {
    left: -100%;
}
.hk-drawer-menu.active {
    left: 0;
}
.hk-header, 
.hk-annoucement-bar {
    position: relative;
    z-index: 1;
}
.hk-header {
    transition: all .3s ease;
}   


/* desktop css */
@media (min-width:915px) {
}



/* mobile css */
@media (max-width:915px) {
.hk-drawer-menu-content a {
    font-size: 15px;
    padding: 8px 0;
}
.hk-drawer-menu-inner {
    padding: 30px 20px;
}
.hk-element-annoucement-main {
    gap: 12px;
    font-size: 14px;
    letter-spacing: -0.28px;
    justify-content: center;
}
span.hk-countdown-js {
    gap: 6px;
    font-size: 12px;
    letter-spacing: -0.24px;
}
span.hk-countdown-js>span {
    padding: 5px 5px 3px;
}
.hk-header-logo {
    width: 55px;
    max-width: 100%;
}
.hk-header-content svg {
    height: 15px;
    width: auto;
}
}
/* header section css end */



/* header css start */
.hk-header-top-text1 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
}
.hk-header-top-text1 strong {
    color: #72D3FF;
    font-weight: unset;
}
.hk-header-top {
    background: linear-gradient(90deg, #344569 0%, #5D87DF 100%);
}
.hk-header-logo {
    width: 120px;
    max-width: 100%;
}
.hk-menu-list {
    display: flex;
    gap: 32px;
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
}
.hk-menu-list a {
    text-decoration: none;
}
.hk-menu-list>a:last-child {
    background: #FBC925;
    color: #000;
    text-align: center;
    display: flex;
    width: fit-content;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    padding: 0px 39px;
    text-decoration: none;
    border-radius: 50px;
    line-height: normal;
    min-height: 50px;
    transition: all 0.3s ease;
    border: 2px solid #FBC925;
    margin-top: 0px;
}
.hk-menu-list>a:last-child:hover {
    color: #fff;
    border-color: #fff;
    background: transparent;
}



@media (min-width: 915px) {
.hk-submenu-link a {
    display: flex;
    margin: 0px;
    font-size: 16px;
    border-bottom: 1px solid #000;
    padding: 12px;
}
.hk-submenu-link {
    padding: 0px 0px;
}
.hk-submenu-link>a:last-child {
    border-bottom: unset;
}
.hk-menu-list {
    align-items: center;
}
}



@media (max-width: 915px) {
.hk-header-top-text1 {
    font-size: 13px;
}
.hk-element.hk-element-menu-main {
    display: none;
}
.hk-drawer-menu-content .hk-element.hk-element-menu-main {
    display: block;
}
.hk-menu-list {
    gap: 12px;
    flex-direction: column;
}
button.hk-mobile-menu-button svg path {
    fill: #fff;
}
.hk-header-content {
    flex-direction: row-reverse;
}
.hk-header-logo {
    width: 100px;
}
.hk-header-content svg {
    height: 21px;
}
.hk-parent-item {
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 9px;
}
.hk-menu-list>a:last-child {
    font-size: 16px;
    padding: 0px 29px;
    min-height: 41px;
}
.hk-parent-item a {
    width: fit-content;
}
.hk-parent-item {
    width: 100%;
}
}
/* header css end */








/* cart css */


/* cart drawer css */

/* cart css start */


/* empty cart css */
.hk-empty-cart-button {
    display: inline-block;
    padding-top: 30px;
}
.hk-empty-cart-title {
    padding-top: 30px;
}
@media (max-width:915px) {
.hk-empty-cart-button {
    display: block;
    padding-top: 20px;
}
.hk-empty-cart-title {
    padding-top: 20px;
    width: 100%;
    padding-bottom: 20px;
}
}



/* leak protection css start */
.hk-shipping-protection-toggle {
    height: 35px;
    width: 80px;
    margin-left: auto;
}
.hk-shipping-protection-toggle-wrapper {
    width: 100%;
    height: 100%;
    border-radius: 89.355px;
    border: 1px solid #CAAD58;
    background: transparent;
    position: relative;
    cursor: pointer;
    transition: all .3s ease;
}
.hk-shipping-protection-toggle-button {
    width: 29px;
    height: 29px;
    border-radius: 100%;
    background: #CAAD58;
    aspect-ratio: 1 / 1;
    transition: all .3s ease;
    position: absolute;
    left: 3px;
    top: 2px;
}
.hk-shipping-protection-toggle-wrapper.active {
    background: #CAAD58;
}
.hk-shipping-protection-toggle-wrapper.active .hk-shipping-protection-toggle-button {
    background: #fff;
    left: calc(100% - 32px);
}
/* leak protection css end */




.hk-line-item-flex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.hk-line-item-left {
    display: flex;
    gap: 15px;
}
.hk-line-item-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.hk-line-item-image img {
    width: 102.6px;
    min-width: 102.6px;
}
.hk-related-product-card-flex {
    display: flex;
    gap: 16px;
}
.hk-related-product-card-left img {
    width: 125px;
    min-width: 125px;
}
.hk-product-price-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hk-product-bottom-flex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.hk-product-bottom-flex .hk-button {
    height: 52px;
    width: 299px;
    font-size: 18.2px;
    background: #CAAD58;
    border: 2px solid #CAAD58;
}
.hk-related-product-card-right {
    flex: 1;
}
.hk-element-shipping-protection-main {
    display: flex;
    padding: 20px;
    padding-left: 118px;
    border: 1px solid #CAAD58;
    background: #FFF;
    position: relative;
    justify-content: space-between;
    gap: 38px;
}
.hk-shipping-protection-flex img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 117px;
}
.hk-shipping-protection-left .hk-element-title {
    font-size: 18.2px;
    font-style: normal;
    font-weight: 500;
    line-height: 23.4px;
    letter-spacing: -0.364px;
}
.hk-shipping-protection-left .hk-element-text {
    font-size: 15.6px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: -0.312px;
    opacity: .6;
    padding-top: 7.8px;
}
.hk-cart-under-cta-icons .hk-icon-with-text-flex {
    display: flex;
    align-items: center;
    gap: 7.8px;
    font-size: 15.6px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.312px;
    text-transform: capitalize;
}
.hk-cart-under-cta-icons img {
    height: 15.6px;
    width: auto;
}
.hk-cart-under-cta-icons .hk-element-icon-with-text-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20.8px;
    padding-top: 25px;
}
.hk-cart-drawer-column {
    width: 100%;
}
.hk-cart-drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    background: #fff;
    padding: 20px 25px 15.977px 25px;
    width: 487px;
    max-width: 100%;
    margin-left: auto;
    right: -100%;
    transition: all .5s ease;
}
.hk-drawer-cart-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    cursor: pointer;
    display: none;
    z-index: 10;
}

.hk-cart-drawer.active {
    right: 0;
}
.hk-cart-drawer .hk-cart-heading .hk-element-heading {
    font-size: 19.5px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -0.39px;
    text-transform: capitalize;
}

body.hk-overflow-hidden {
    overflow: hidden;
}
.hk-cart-drawer-content {
    height: 100%;
}
.hk-cart-drawer-flex {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hk-cart-drawer-column1 {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.hk-cart-drawer-column1 {
    padding: 20px 25px;
    overflow-y: auto;
  /* Firefox */
  scrollbar-width: none;

  /* IE & Edge (legacy) */
  -ms-overflow-style: none;
}

/* Chrome, Safari, Edge */
.hk-cart-drawer-column1::-webkit-scrollbar {
  display: none;
}
.hk-mobile-cart-close {
    background: transparent;
    border: unset;
    box-shadow: unset;
    padding: 0;
    position: absolute;
    top: 27px;
    right: 25px;
    cursor:pointer;
}
.hk-cart-drawer-column2 {
    padding: 20px 25px 15.977px 25px;
    background: #F7F7F7;
}
.hk-cart-drawer {
    padding: 0;
}
.hk-cart-drawer-content.empty-cart-main {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
}
.hk-empty-cart-button {
    width: 100%;
}
.hk-empty-cart-title .hk-button {
    max-width: 100%;
    width: 100%;
}
.hk-empty-cart-title {
    max-width: 100%;
    padding: 0;
    width: 100%;
}

body .hk-cart-drawer .hk-cart-heading .hk-element-heading {
    padding-bottom: 19.5px;
}
body .elfree-ship-bar {
    background: rgba(199, 31, 53, 0.15);
    margin-bottom: 25px;
}
body .elfree-ship-filled-bar {
    background: #C71F35;
    padding: 5px 10.4px;
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 15.6px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.312px;
    gap: 7.8px;
}
body .elfree-ship-filled-bar svg {
    width: 18.2px;
    height: unset;
    min-width: 18.2px;
}
body .hk-line-item-grid {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
body .elfree-ship-filled-bar p {
    white-space: nowrap;
}
body .hk-line-item-right {
    width: 150px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
body .hk-line-item-left {
    display: flex;
    gap: 16px;
    width: calc(100% - 150px);
}
body .hk-line-item-image {
    width: 97px;
    min-width: 97px;
}
body .hk-line-item-image img {
    width: 100%;
    min-width: unset;
}
body .hk-line-item-details {
    width: calc(100% - 113px);
    justify-content: flex-start;
}
body .hk-item-rating {
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 7.8px;
    color: #1C1C1C;
    font-size: 15.6px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.312px;
}
body .hk-item-rating strong {
    font-weight: 500;
}
body .hk-line-item-details .hk-item-title {
    color: #1C1C1C;
    font-size: 18.2px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.364px;
    text-transform: capitalize;
    padding: 13.15px 0px;
}
body .hk-free-badge {
    background: #C71F35;
    color: #FFF;
    font-size: 15.6px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.312px;
    width: 71px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6.5px;
}
body .hk-quantity-main {
    border-radius: 3.9px;
    border: 1px solid #E6E6E6;
    height: 29px;
    width: 125px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 9px;
}
body .hk-quantity-main input {
    width: 30px;
    text-align: center;
    outline: none;
    border: none;
    color: #161616;
    font-family: "Hanken Grotesk";
    font-size: 14.3px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
body .hk-quantity-main button {
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    width: unset;
    height: unset;
}
body .hk-quantity-main button svg path {
    fill: #161616;
}
body .hk-line-item-right .hk-item-price {
    color: #C71F35;
    font-family: "Hanken Grotesk";
    font-size: 18.2px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.364px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 5.2px;
    padding-bottom: 15.7px;
}
body .hk-line-item-right .hk-item-price s {
    color: rgba(28, 28, 28, 0.60);
}
body .hk-line-item-right .hk-product-stock-text p {
    font-size: 15.6px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.312px;
    width: fit-content;
    margin: 0 auto 0px;
    display: flex;
    align-items: center;
    gap: 5px;
    background: rgba(137, 221, 99, 0.10);
    color: #425F02;
    padding: 4px 5px;
}
body .hk-line-item-right .hk-product-stock-text p strong:after {
    top: 6.9px;
}
body .hk-cart-related-heading h2 {
    color: #1C1C1C;
    font-size: 19.5px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -0.39px;
    border-top: 1px solid #1C1C1C26;
    padding-top: 25px;
    margin-top: 25px;
    padding-bottom: 20px;
}
.hk-cart-retaled-products-main .hk-related-grid-item {
    padding-right: 20px;
}
.hk-cart-retaled-products-main .hk-related-product-card-flex {
    gap: 13px;
}
body .hk-cart-retaled-products-main .hk-product-rating {
    display: none;
}
body .hk-cart-retaled-products-main  .hk-related-product-card-left {
    width: 156px;
    min-width: 156px;
}
body .hk-cart-retaled-products-main  .hk-related-product-card-right {
    width: calc(100% - 169px);
}
body .hk-cart-retaled-products-main .hk-product-title {
    color: #1C1C1C;
    font-family: "Hanken Grotesk";
    font-size: 18.2px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.364px;
    text-transform: capitalize;
    padding-bottom: 7.8px;
}
body .hk-cart-retaled-products-main .hk-related-product-card-left img {
    width: 100%;
    min-width: unset;
}
body .hk-product-price-flex .hk-product-price {
    display: flex;
    gap: 5.2px;
    color: #C71F35;
    font-size: 15.6px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.312px;
    text-transform: capitalize;
    padding-bottom: 7.8px;
}
body .hk-product-price-flex .hk-product-price s {
    color: rgba(28, 28, 28, 0.60);
}
body .hk-product-price-flex .hk-product-price-badge {
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.26px;
    background: #C71F35;
    padding: 2.5px 5px;
}
body .hk-product-bottom-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
}
body .hk-product-bottom-flex .hk-product-inspired-by {
    display: flex;
    flex-direction: column;
    color: rgba(28, 28, 28, 0.60);
    font-size: 15.6px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: -0.312px;
    text-transform: capitalize;
    gap: 3.9px;
}
body .hk-product-bottom-flex .hk-product-inspired-by strong {
    color: #1C1C1C;
    font-weight: unset;
}
.hk-cart-retaled-products-main .hk-product-bottom-flex button.hk-button {
    background: #CAAD58;
    color: #FFF;
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 18.2px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.364px;
    border: 2px solid #CAAD58;
    height: 41px;
}
.hk-cart-retaled-products-main .hk-product-bottom-flex button.hk-button:hover {
    background: transparent;
    color: #b37829;
}
.hk-button {
    cursor: pointer;
}
.hk-cart-retaled-products-main .slick-list.draggable {
    padding-right: 55px;
    width: calc(100% + 25px);
}
.hk-cart-retaled-products-main .hk-related-product-card-flex {
    cursor: grab;
}
body .hk-element-shipping-protection-main {
    display: flex;
    padding: 16px 16px 14px 118px;
    border: 1px solid #CAAD58;
    background: #fff;
    position: relative;
    justify-content: space-between;
    gap: 7px;
}
body .hk-shipping-protection-flex img {
    width: 107.9px;
    height: unset;
}
body .hk-shipping-protection-left .hk-element-text {
    width: 90%;
}
body .hk-shipping-protection-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #000;
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 18.2px;
    font-style: normal;
    font-weight: 500;
    line-height: 23.4px;
    letter-spacing: -0.364px;
    text-align: right;
}
.hk-element-total-main .hk-element-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 19px 0px;
}
.hk-element-total-main .hk-element-total p {
    color: #1C1C1C;
    font-size: 19.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.4px;
    letter-spacing: -0.39px;
}
.hk-element-total-main .hk-element-total .hk-cart-price {
    display: flex;
    gap: 14px;
    color: rgba(28, 28, 28, 0.60);
    text-align: right;
    font-size: 18.2px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.4px;
    letter-spacing: -0.364px;
}
.hk-element-total-main .hk-element-total .hk-cart-price s {
    color: #000000;
}
.hk-cart-drawer-column2 .hk-button {
    background: #1C1C1C;
    color: #FFF;
    font-family: "Hanken Grotesk";
    font-size: 20.8px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.416px;
    text-transform: uppercase;
    gap: 10.4px;
    height: 78px;
    border: 2px solid #1C1C1C;
}
.hk-cart-drawer-column2 .hk-button:hover {
    background: transparent;
    color: #000;
}
.hk-cart-drawer-column2 .hk-button:hover svg path, 
.hk-cart-drawer-column2 .hk-button:hover svg rect {
    fill: #000;
}
.hk-cart-payment-icons {
    padding-top: 20px;
}
.hk-cart-drawer-column2 .hk-cart-under-cta-icons .hk-element-icon-with-text-grid {
    padding-top: 20.8px;
}
.hk-cart-drawer-column2 .hk-cart-under-cta-icons .hk-element-icon-with-text-grid .hk-cart-under-cta-icon:nth-child(1) {
    display: flex;
    align-items: center;
    gap: 20.8px;
}
.hk-cart-drawer-column2 .hk-cart-under-cta-icons .hk-element-icon-with-text-grid .hk-cart-under-cta-icon:nth-child(1):after {
    content: "|";
    color: #00000030;
}
body .hk-product-price-flex .hk-product-price {
    padding-bottom: 0px;
}
body .hk-product-bottom-flex {
    padding-top: 7.8px;
}

body .hk-quantity-main button {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hk-cart-button {
    position: relative;
}
.hk-cart-count {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #000;
    color: #fff;
    font-size: 10px;
    border-radius: 100%;
    line-height: normal;
    position: absolute;
    bottom: calc(100% - 10px);
    left: calc(100% - 10px);
}
@media (max-width: 915px) {
.hk-cart-drawer-column1 {
    padding: 15px 16px;
}
.hk-cart-drawer .hk-cart-heading .hk-element-heading {
    font-size: 15px;
    letter-spacing: -0.3px;
}
body .hk-cart-drawer .hk-cart-heading .hk-element-heading {
    padding-bottom: 15px;
}
.hk-mobile-cart-close {
    top: 18px;
    right: 15px;
}
body .elfree-ship-filled-bar {
    padding: 4px 8px;
    font-size: 12px;
    letter-spacing: -0.24px;
    gap: 6px;
}
body .elfree-ship-filled-bar svg {
    width: 14px;
    height: unset;
    min-width: 14px;
}
body .hk-line-item-image {
    width: 75px;
    min-width: 75px;
}
body .hk-line-item-left {
    gap: 12px;
    width: calc(100% - 100px);
}
body .hk-line-item-details {
    width: calc(100% - 87px);
}
body .hk-item-rating {
    gap: 6px;
    font-size: 12px;
    letter-spacing: -0.24px;
}
body .hk-item-rating svg {
    width: 70px;
    height: unset;
}
body .hk-line-item-details .hk-item-title {
    font-size: 14px;
    letter-spacing: -0.28px;
    padding: 10.5px 0;
}
body .hk-free-badge {
    font-size: 12px;
    letter-spacing: -0.24px;
    width: 55px;
    height: 23px;
    gap: 5px;
}
body .hk-free-badge svg {
    width: 10px;
    height: unset;
}
body .hk-quantity-main {
    border-radius: 3px;
    height: 23px;
    width: 95px;
    padding: 0 7.5px;
}
body .hk-quantity-main input {
    width: 21px;
    font-size: 11px;
}
body .hk-quantity-main button svg {
    width: 9px;
    height: unset;
}
body .hk-line-item-right .hk-item-price {
    font-size: 14px;
    letter-spacing: -0.28px;
    gap: 4px;
    padding-bottom: 11px;
}
.hk-product-stock-text p strong {
    gap: 5px;
}
body .hk-line-item-right .hk-product-stock-text p {
    font-size: 12px;
    letter-spacing: -0.24px;
    gap: 5px;
    padding: 2.5px 7px;
}
body .hk-line-item-right .hk-product-stock-text p strong:after {
    top: 5px;
}
body .hk-line-item-grid {
    gap: 20px;
}
.hk-cart-drawer-column2 {
    padding: 13px 16px;
}
body .hk-element-shipping-protection-main {
    padding: 12px 12px 12px 91px;
    gap: 7px;
}
.hk-shipping-protection-left .hk-element-title {
    font-size: 14px;
    font-style: normal;
    line-height: 18px;
    letter-spacing: -0.28px;
}
.hk-shipping-protection-left .hk-element-text {
    font-size: 12px;
    letter-spacing: -0.24px;
    padding-top: 6px;
}
body .hk-shipping-protection-flex img {
    width: 83px;
}
body .hk-shipping-protection-right {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.28px;
}
.hk-shipping-protection-toggle {
    height: 27px;
    width: 61px;
}
.hk-shipping-protection-toggle-button {
    width: 21px;
    height: 21px;
    left: 2.7px;
    top: 2px;
}
.hk-shipping-protection-toggle-wrapper.active .hk-shipping-protection-toggle-button {
    left: calc(100% - 23px);
}
.hk-element-total-main .hk-element-total {
    padding: 15px 0;
}
.hk-element-total-main .hk-element-total p {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.3px;
}
.hk-element-total-main .hk-element-total .hk-cart-price {
    gap: 11px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.28px;
}
.hk-cart-drawer-column2 .hk-button {
    font-size: 16px;
    letter-spacing: -0.32px;
    gap: 8px;
    height: 60px;
}
.hk-cart-drawer-column2 .hk-button svg {
    width: 18.24px;
    height: 18.24px;
}
.hk-cart-payment-icons {
    padding-top: 16px;
}
.hk-cart-drawer-column2 .hk-cart-under-cta-icons .hk-element-icon-with-text-grid {
    padding-top: 16px;
}
.hk-cart-drawer-column2 .hk-cart-under-cta-icons .hk-element-icon-with-text-grid .hk-cart-under-cta-icon:nth-child(1) {
    display: flex;
    align-items: center;
    gap: 16px;
}
.hk-cart-drawer-column2 .hk-cart-under-cta-icons .hk-element-icon-with-text-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding-top: 25px;
}
.hk-cart-drawer-column2 .hk-cart-under-cta-icons .hk-icon-with-text-flex {
    gap: 6px;
    font-size: 12px;
    letter-spacing: -0.24px;
}
.hk-cart-drawer-column2 .hk-cart-under-cta-icons .hk-element-icon-with-text-grid {
    padding-top: 16px;
}
body .hk-cart-related-heading h2 {
    font-size: 15px;
    letter-spacing: -0.3px;
    padding-top: 25px;
    margin-top: 25px;
    padding-bottom: 16px;
}
.hk-cart-retaled-products-main .slick-list.draggable {
    padding-right: 32px;
    width: calc(100% + 16px);
}
body .hk-cart-retaled-products-main .hk-related-product-card-left {
    width: 120px;
    min-width: 120px;
}
.hk-cart-retaled-products-main .hk-related-product-card-flex {
    gap: 10px;
}
body .hk-cart-retaled-products-main .hk-related-product-card-right {
    width: calc(100% - 130px);
}
body .hk-cart-retaled-products-main .hk-product-title {
    font-size: 14px;
    letter-spacing: -0.28px;
    padding-bottom: 6px;
}
body .hk-product-price-flex .hk-product-price {
    gap: 4px;
    font-size: 12px;
    letter-spacing: -0.24px;
}
body .hk-product-price-flex .hk-product-price-badge {
    font-size: 10px;
    letter-spacing: -0.2px;
    padding: 1.5px 4.5px;
}
body .hk-product-bottom-flex {
    padding-top: 6px;
}
body .hk-product-bottom-flex .hk-product-inspired-by {
    font-size: 12px;
    letter-spacing: -0.24px;
    gap: 3px;
}
body .hk-product-bottom-flex {
    gap: 10px;
}
.hk-cart-retaled-products-main .hk-product-bottom-flex button.hk-button {
    font-size: 14px;
    letter-spacing: -0.28px;
    height: 32px;
}
.hk-cart-drawer {
    max-width: calc(100% - 20px);
}
.hk-cart-count {
    bottom: calc(100% - 7px);
    left: calc(100% - 7px);
    width: 14px;
    height: 14px;
    font-size: 7px;
}
}



body .hk-quantity-main button {
    cursor: pointer;
}
/* cart css end */



/* cart css start */
.hk-under-checkout-icons .hk-element-icon-with-text-grid {
    display: flex;
    align-items: center;
    margin: 15.6px 0px;
    justify-content: center;
    gap: 19.5px;
}
.hk-under-checkout-icon img {
    height: 19px;
    width: auto;
}
.hk-under-checkout-icon2 img {
    height: 15.6px;
}
.hk-under-checkout-icon .hk-icon-with-text-flex {
    display: flex;
    align-items: center;
    font-size: 15.6px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    gap: 8px;
}
.hk-under-checkout-icon1 {
    display: flex;
    align-items: center;
    gap: 19px;
}
.hk-under-checkout-icon1:after {
    content: "|";
    color: #00000030;
    font-size: 23px;
}
.hk-cart-payment img {
    width: 352px;
    margin: 0px auto;
}
.hk-cart-drawer-column2 {
    padding: 20px 25px;
}
.hk-element-total-main .hk-element-total {
    padding: 0px 0px 19px;
}
.hk-element-total-main .hk-element-total p {
    color: #1C1C1C;
    font-size: 18.2px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.4px;
    letter-spacing: unset;
}
.hk-cart-drawer-column2 .hk-element-total-main .hk-element-total .hk-cart-price {
    display: flex;
    gap: 14px;
    color: #000000;
    text-align: right;
    font-size: 18.2px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.4px;
    letter-spacing: unset;
}
.hk-cart-drawer-column2 .hk-button {
    color: #162036;
    font-family: 'Aeonik';
    font-size: 20.8px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: unset;
    text-transform: capitalize;
    gap: 10.4px;
    height: 70px;
    border: 2px solid #72D3FF;
    border-radius: 5.2px;
    background: #72D3FF;
}
.hk-cart-drawer-column2 .hk-button:after {
    width: 0px;
    height: 0px;
}
.hk-cart-drawer .hk-cart-heading .hk-element-heading {
    font-size: 18.2px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: unset;
    text-transform: capitalize;
    font-family: Aeonik !important;
}
body .hk-cart-drawer .hk-cart-heading .hk-element-heading {
    padding-bottom: 15px;
}
body .elfree-ship-bar {
    background: unset;
    margin-bottom: 25px;
}
body .elfree-ship-filled-bar {
    background: unset;
    padding: 0px;
    display: flex;
    align-items: center;
    color: #000;
    font-size: 16.9px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: unset;
    gap: 0px;
}
body .elfree-ship-filled-bar svg {
    display: none;
}
body .hk-line-item-left {
    display: flex;
    gap: 16px;
    width: 100%;
}
body .hk-line-item-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.hk-line-item-flex {
    flex-wrap: wrap;
}
body .hk-line-item-image {
    width: 128px;
    min-width: 128px;
}
body .hk-line-item-image {
    width: 128px;
    min-width: 128px;
    border-radius: 2.6px;
    border: 1.3px solid #E6E6E6;
    background: #FFF;
}
body .hk-line-item-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding-top: 20px;
    height: 123px;
}
body .hk-line-item-details {
    width: calc(100% - 144px);
}
body .hk-cart-drawer-column1 .hk-item-rating {
    display: none;
}
body .hk-line-item-details .hk-item-title {
    padding: 0px 0px 3px;
    font-family: "Bebas Neue";
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.78px;
}
body .hk-line-item-details .hk-item-title a {
    text-decoration: none;
}
body .hk-quantity-main {
    height: 30px;
    width: 131px;
    padding: 0px;
    border-radius: 3.949px;
    border: 1px solid rgba(0, 0, 0, 0.20);
}
body .hk-quantity-main input {
    width: 59px;
    text-align: center;
    outline: none;
    border: none;
    font-size: 18.2px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #1B3B23;
    font-family: Aeonik !important;
}
body .hk-quantity-main button {
    cursor: pointer;
    width: 37px;
}
body .hk-line-item-right .hk-item-price {
    color: #BE1616;
    font-family: 'Aeonik' !important;
    font-size: 18.2px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: unset;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 5.2px;
    padding-bottom: 0px;
}
body .hk-line-item-right .hk-product-stock-text p {
    font-size: 18.2px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: revert-layer;
    width: fit-content;
    margin: 0 auto 0px;
    display: flex;
    align-items: center;
    gap: 5px;
    background: unset;
    color: #141414;
    padding: 0px;
}
body .hk-line-item-right .hk-product-stock-text p strong {
    font-weight: unset;
}
.h-cart-upgrade {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("https://cdn.shopify.com/s/files/1/0907/4953/4535/files/cart-bg.webp");
    color: #fff;
    padding: 14px;
    border-radius: 5.2px;
    position: relative;
}
.h-cart-upgrade .hk-element-title {
    font-family: "Bebas Neue";
    font-size: 31.2px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.936px;
    padding-bottom: 10px;
}
.h-cart-upgrade .hk-element-text {
    display: flex;
    flex-direction: column;
    gap: 10.4px;
}
.h-cart-upgrade .hk-element-text p {
    display: flex;
    align-items: center;
    color: #FFF;
    font-family: Aeonik;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.13px;
    text-transform: uppercase;
    gap: 5px;
}
.h-cart-upgrade .hk-element-text p:before {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    background-image: url("https://cdn.shopify.com/s/files/1/0907/4953/4535/files/cart-bg-check.webp");
}
.h-cart-upgrade .hk-element-text p:last-child:before {
    width: 0px;
    height: 0px;
}
.h-cart-upgrade .hk-element-text p:last-child {
    display: unset;
}
.h-cart-upgrade .hk-element-text p:last-child a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 97.575px;
    background: #72D3FF;
    color: #162036;
    font-family: 'Aeonik';
    font-size: 13.799px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 187px;
    min-height: 45px;
    position: absolute;
    bottom: 14px;
    right: 14px;
    border: 2px solid #72D3FF;
    gap: 9px;
    transition: all 0.3s ease;
}
.h-cart-upgrade .hk-element-text p:last-child a:hover {
    background: transparent;
    color: #72d3ff;
}
.h-cart-upgrade .hk-element-text p:last-child a:after {
    content: "+";
    width: 13.799px;
    height: 13.799px;
    flex-shrink: 0;
    background: #162036;
    color: #72d3ff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    line-height: unset;
    padding: 0px 0px 2px;
    max-height: 10.799px;
    min-width: 13.799px;
}
.hk-cart-drawer {
    padding: 20px;
    background: transparent;
}
.hk-cart-drawer-content {
    background: #fff;
    border-radius: 13px;
    overflow: hidden;
}
.hk-cart-drawer {
    width: 527px;
}
body .elfree-ship-filled-bar p {
    white-space: unset;
}
body .elfree-ship-filled-bar p strong {
    color: #72D3FF;
    font-weight: 700;
}
.hk-line-item-main {
    border-bottom: 1px solid #00000040;
    padding-bottom: 25px;
    margin-bottom: 59px;
}
.hk-mobile-cart-close {
    top: 41px;
    right: 41px;
}
body .elfree-ship-filled-bar {
    width: 100% !important;
}
button.hk-quantity-button.hk-quantity-plus {
    border-left: 1px solid #C8C8C8;
}
button.hk-quantity-button.hk-quantity-minus {
    border-right: 1px solid #C8C8C8;
}
body .hk-line-item-right .hk-product-stock-text p {
    position: relative;
}
body .elfree-ship-bar {
    background: unset;
    margin-bottom: 0px;
    color: #000;
    font-size: 16.9px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
body .elfree-ship-bar strong {
    color: #72D3FF;
    font-weight: 700;
}
.hk-element-free-shipping {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
    margin-bottom: 25px;
}
.elfree-ship-bar-top {
    border-radius: 55.9px;
    background: #D9D9D9;
    width: 100%;
    height: 3.9px;
}
.el-free-ship-filled-bar {
    border-radius: 55.9px;
    background: #72D3FF;
    height: 100%;
}
body .hk-line-item-left {
    align-items: flex-start;
}
.hk-item-subtitle {
    font-size: 15.6px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    padding-bottom: 12px;
}
.hk-item-property, 
.hk-item-properties {
    font-size: 14px;
    margin-bottom: 3px;
}
.hk-item-price {
    color: #BE1616;
    font-size: 18.2px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 10px 0px 0px;
    display: flex;
    align-items: center;
    gap: 7px;
}
.hk-item-price s {
    color: rgba(0, 0, 0, 0.50);
    font-weight: 400;
}
.hk-cart-save-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #328F70;
    font-family: Aeonik;
    font-size: 15.6px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 65px;
    background: #EEFFFA;
    padding: 0px 11px;
    min-height: 29px;
    margin-left: 5px;
}
.hk-quantity-main-flex {
    display: flex;
    align-items: center;
    margin-top: 10px;
    gap: 14px;
}
span.stock_outer {
    width: 18px;
    height: 18px;
    background: #73d55f52;
    border-radius: 50%;
    animation: order 1.5s infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}
span.stock_inner {
    width: 9px;
    height: 9px;
    background: #52DC17;
    border-radius: 50%;
    display: flex;
}
@keyframes order {
  0% {
  background: transparent;
  }
  50% {
  background: #73d55f52;
  }
  100% {
  background: transparent;
  }
}
.in_stock_text {
    justify-content: flex-start;
}
.in_stock_text {
    display: flex;
    color: unset;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    justify-content: center;
    gap: 5px;
    border-radius: unset;
    background: unset;
    padding: 30px 0 14px;
    margin-top: 0;
    margin-bottom: 0;
    align-items: center;
}
.in_stock_text p span {
    padding-left: 3px;
}
.in_stock_text strong {
    font-weight: 500;
}
.in_stock_text p span {
    padding-left: 3px;
    font-weight: 700;
    text-decoration: underline;
}
.hk-element-stock {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10.4px;
    font-size: 15.6px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 2.6px;
    background: rgba(82, 220, 23, 0.12);
    backdrop-filter: blur(2.6000001430511475px);
    padding: 10.4px;
    margin-bottom: 18px;
}
.hk-element-stock strong {
    font-weight: 500;
}
.hk-cart-drawer-column1 .hk-element-stock {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5.2px;
    font-size: 18.2px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 2.6px;
    background: #52dc171f;
    -webkit-backdrop-filter: blur(2.6000001430511475px);
    backdrop-filter: blur(2.6000001430511475px);
    padding: 0px;
    margin-bottom: 0px;
    background: transparent;
}
.h-cart-upgrade .hk-media.hk-svg {
    font-size: 18.2px;
    font-style: normal;
    font-weight: 500;
    line-height: 23.4px;
    position: absolute;
    right: 14px;
    top: 19px;
}
.hk-element-total-main .hk-element-total p {
    font-weight: 500;
}
.hk-cart-drawer-column2 .hk-element-total-main .hk-element-total .hk-cart-price {
    font-weight: 500;
}
.hk-element-total-main .hk-element-total .hk-cart-price s {
    color: #00000080;
}
.hk-element-total-main .hk-element-total .hk-cart-price s {
    color: #00000080;
    font-weight: 400;
}



@media (max-width: 915px) {
.hk-cart-drawer-column1 {
    padding: 15px;
}
.hk-cart-drawer .hk-cart-heading .hk-element-heading {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: unset;
    text-transform: capitalize;
    font-family: Aeonik !important;
}
body .elfree-ship-filled-bar {
    font-size: 13px;
}
body .elfree-ship-bar {
    margin-bottom: 20px;
}
body .hk-line-item-left {
    gap: 12px;
}
body .hk-line-item-image {
    width: 99px;
    min-width: 99px;
}
.hk-cart-drawer {
    max-width: 100%;
}
.hk-cart-drawer {
    padding: 14px;
}
.hk-mobile-cart-close {
    top: 30px;
    right: 30px;
}
body .hk-line-item-details {
    width: calc(100% - 111px);
}
body .hk-line-item-details .hk-item-title a {
    text-decoration: none;
    display: unset;
}
body .hk-line-item-details .hk-item-title {
    padding: 0px 0px 3px;
    font-size: 20px;
    letter-spacing: -0.6px;
}
body .hk-quantity-main {
    height: 25px;
    width: 102px;
}
body .hk-quantity-main input {
    width: 48px;
    text-align: center;
    outline: none;
    border: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #1B3B23;
    font-family: Aeonik !important;
}
body .hk-line-item-right .hk-item-price {
    font-size: 14px;
}
body .hk-line-item-right .hk-product-stock-text p {
    font-size: 14px;
}
.hk-cart-drawer-column2 {
    padding: 15px;
}
.hk-element-total-main .hk-element-total {
    padding: 0px 0px 15px;
}
.hk-element-total-main .hk-element-total p {
    font-size: 14px;
    line-height: 18px;
}
.hk-cart-drawer-column2 .hk-element-total-main .hk-element-total .hk-cart-price {
    gap: 10px;
    font-size: 14px;
    line-height: 18px;
}
.hk-cart-drawer-column2 .hk-button {
    font-size: 16px;
    gap: 7px;
    height: 50px;
}
.hk-cart-drawer-column2 .hk-button {
    width: 100%;
}
.hk-cart-drawer-column2 .hk-button svg {
    height: 15px;
    width: unset;
}
.hk-under-checkout-icons .hk-element-icon-with-text-grid {
    margin: 12px 0px;
    gap: 15px;
}
.hk-under-checkout-icon .hk-icon-with-text-flex {;
    font-size: 12px;
    gap: 5px;
}
.hk-under-checkout-icon1 {
    gap: 15px;
}
.hk-under-checkout-icon2 img {
    height: 12px;
}
.hk-under-checkout-icon img {
    height: 14px;
}
.hk-under-checkout-icon1 {
    gap: 12px;
}
.hk-cart-payment img {
    width: 272px;
}
.h-cart-upgrade .hk-element-title {
    font-size: 24px;
    letter-spacing: -0.72px;
    padding-bottom: 9px;
}
.h-cart-upgrade .hk-element-text p:last-child a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 97.575px;
    background: #72D3FF;
    color: #162036;
    font-family: 'Aeonik';
    font-size: 10.614px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 114px;
    min-height: 34px;
    position: absolute;
    bottom: 14px;
    right: 14px;
    border: 2px solid #72D3FF;
    gap: 9px;
    transition: all 0.3s ease;
}
.h-cart-upgrade .hk-element-text {
    gap: 9px;
}
.h-cart-upgrade .hk-element-text p {
    font-size: 10px;
    letter-spacing: -0.1px;
    gap: 3px;
}
.h-cart-upgrade .hk-element-text p:before {
    width: 10.833px;
    height: 10.833px;
}
body .hk-line-item-image img {
    padding-top: 10px;
    height: 97px;
}
body .elfree-ship-bar {
    margin-bottom: 0px;
    font-size: 13px;
}
.hk-element-free-shipping {
    gap: 15px;
    margin-bottom: 20px;
}
.hk-item-subtitle {
    font-size: 12px;
    padding-bottom: 10px;
}
.hk-item-property, .hk-item-properties {
    font-size: 12px;
    margin-bottom: 3px;
}
.hk-item-price {
    font-size: 14px;
    margin: 7px 0px 0px;
    gap: 5px;
}
.hk-cart-save-badge {
    font-size: 12px;
    padding: 0px 7px;
    min-height: 23px;
    margin-left: 3px;
}
.hk-cart-drawer-column1 .hk-element-stock {
    gap: 5px;
    font-size: 14px;
}
.hk-quantity-main-flex {
    gap: 12px;
}
span.stock_inner {
    width: 5px;
    height: 5px;
}
span.stock_outer {
    width: 12px;
    height: 12px;
}
.elfree-ship-bar-top {
    height: 3px;
}
.h-cart-upgrade .hk-media.hk-svg {
    font-size: 14px;
    line-height: 18px;
    right: 14px;
    top: 15px;
}
}
/* cart css end */



/* cart touchups */
.hk-item-property, .hk-item-properties {
    //display: none;
}
.hk-item-price {
    margin-top: 0;
}
body:has(.hk-item-subscription-cart) .h-cart-upgrade {
    display: none;
}



.el-success {
    padding-top: 10px;
    font-size: 60%;
}

.hk-line-item.hk-custom-shipping-insurance {
    order: 10000;
}

body .hk-custom-shipping-insurance .hk-line-item-left {
    gap: 13px;
}
body .hk-custom-shipping-insurance .hk-line-item-image {
    width: 92.664px;
    height: 92.664px;
    min-width: 92.664px;
    display: flex;
    align-items: center;
    justify-content: center;
}
body .hk-custom-shipping-insurance .hk-line-item-image img {
    padding: 0;
    width: 56.94px;
    height: 56.94px;
}
body .hk-custom-shipping-insurance .hk-line-item-details {
    width: auto;
    flex: 1;
}
body .hk-custom-shipping-insurance .hk-line-item-details .hk-item-title {
    font-family: Aeonik;
    font-size: 16.9px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.8px;
}
.hk-custom-shipping-insurance .hk-item-subtitle {
    opacity: .8;
    padding-bottom: 6.5px;
}
.hk-custom-shipping-insurance .hk-item-price {
    color: #000;
}
body .hk-custom-shipping-insurance .hk-quantity-main {
    display: none;
}
.hk-remove-fake {
    font-size: 15.6px;
    font-style: normal;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.80);
    text-decoration: underline;
    line-height: 20.8px;
    cursor: pointer;
}
body .hk-custom-shipping-insurance .hk-quantity-main-flex {
    display: none;
}
.hk-item-price-flex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}
.hk-item-subtitle:has(~.hk-item-properties) {
    //padding-bottom: 3px;
}
.hk-item-property, .hk-item-properties {
    font-size: 12px;
    line-height: normal;
}
@media (max-width:915px) {
body .hk-custom-shipping-insurance .hk-line-item-left {
    gap: 10px;
}
body .hk-custom-shipping-insurance .hk-line-item-image {
    width: 71.28px;
    height: 71.28px;
    min-width: 71.28px;
}
body .hk-custom-shipping-insurance .hk-line-item-image img {
    width: 43.8px;
    height: 43.8px;
}
body .hk-custom-shipping-insurance .hk-line-item-details .hk-item-title {
    font-size: 13px;
    line-height: 16px;
}
.hk-custom-shipping-insurance .hk-item-subtitle {
    width: 122px;
    max-width: 100%;
}
.hk-remove-fake {
    font-size: 12px;
    line-height: 16px;
}

.hk-item-property, .hk-item-properties {
    font-size: 10px;
    line-height: normal;
}
}

.hk-free-item .hk-item-price {
    align-items: center;
    color: red;
}

body .hk-custom-shipping-insurance .hk-line-item-left {
    align-items: center;
}


.hk-item-property, .hk-item-properties {
    display: none;
}



/* same css start */
.hk-bg-video img, .hk-bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
}
.hk-bg-video .hk-video-wrapper {
    overflow: hidden;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
}
h1,
.hk-heading-big h2 {
    max-width: 100%;
    font-size: 50px;
    font-weight: 600;
    line-height: normal;
    font-style: normal;
    text-transform: capitalize;
    width: 100%;
}
h2 {
    max-width: 100%;
    font-size: 39px;
    font-weight: 600;
    line-height: normal;
    font-style: normal;
    text-transform: capitalize;
    width: 100%;
}
body {
    font-size: 16px;
    line-height: normal;
    font-style: normal;
    font-weight: 400;
}
.hk-global-text {
    padding-top: 16px;
}
.hk-bg-video img {
    position: absolute;
}
.hk-button {
    background: #FBC925;
    color: #000;
    text-align: center;
    display: flex;
    width: fit-content;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    padding: 0px 39px;
    text-decoration: none;
    border-radius: 50px;
    line-height: normal;
    min-height: 50px;
    transition: all 0.3s ease;
    border: 2px solid #FBC925;
    margin-top: 25px;
}
.hk-button:hover {
    background: transparent;
    color: #000;
    border-color: #000;
}
.hk-white-btn .hk-button:hover {
    border-color: #fff;
    color: #fff;
}
.hk-center-contant {
    width: fit-content;
    margin: 0px auto;
    max-width: 100%;
}
.hk-image-with-text-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hk-image-with-text-column {
    width: 50%;
}
.hk-img-radius img {
    border-radius: 25px;
}
body p {
    line-height: 27px;
}
.hk-media {
    display: flex;
}
.hk-slider-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}
ul.slick-dots {
    display: flex;
    align-items: center;
    gap: 14px;
    list-style-type: none;
}
ul.slick-dots li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 9px;
    height: 9px;
    overflow: hidden;
    border-radius: 30px;
}
ul.slick-dots li button {
    font-size: 0px;
    background: #00000042;
    width: 100%;
    border: unset;
    height: 100%;
    cursor: pointer;
}
ul.slick-dots .slick-active button {
    background: #000;
}
.hk-slider-button {
    background: transparent;
    border: unset;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: fit-content;
}
.hk-slider-button svg circle {
    stroke: #000;
    fill-opacity: 1;
    fill: transparent;
}
.hk-slider-button svg path {
    fill: #000;
}
.hk-review-card_main {
    cursor: grab;
}
.hk-bg-overlay {
    position: relative;
}
.hk-bg-overlay:after {
    content: "";
    background: #0000008f;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
}
.hk-bg-overlay .hk-container {
    position: relative;
    z-index: 1;
}
.hk-section1-text {
    font-size: 18px;
    width: 50%;
    max-width: 100%;
    margin: 0px auto;
}
.hk-hp-LR-text-padding {
    padding: 0px;
}
.hk-global-text strong {
    font-weight: 500;
}



@media (min-width: 915px) {

}



@media (max-width: 915px) {
.hk-heading-center h1, 
.hk-heading-center h2 {
    margin: 0px auto;
    text-align: center;
}
h1,
.hk-heading-big h2 {
    max-width: 100%;
    font-size: 32px;
    width: 328px;
}
.hk-global-text {
    padding-top: 14px;
}
body p {
    line-height: 25px;
}
.hk-button {
    font-size: 16px;
    padding: 0px 39px;
    margin-top: 25px;
}
.hk-image-with-text-column {
    width: 100%;
}
h2 {
    max-width: 100%;
    font-size: 25px;
    width: 328px;
}
.hk-img-radius img {
    border-radius: 14px;
}
.hk-slider-navigation {
    gap: 14px;
    margin-top: 25px;
}
.hk-slider-button svg {
    width: 25px;
    height: unset;
}
ul.slick-dots {
    gap: 9px;
}
ul.slick-dots li {
    width: 7px;
    height: 7px;
}
.hk-section1-text {
    font-size: 16px;
    width: 100%;
}
}
/* same css end */



/* section1 css start */
.hk-hp-section1 {
    position: relative;
    min-height: 690px;
    display: flex;
    align-items: center;
}
.hk-hp-section1-heading, 
.hk-hp-section1-text1,
.hk-hp-section1-btn {
    position: relative;
    z-index: 1;
}
.hk-hp-section1-text1 {
    width: 45%;
    max-width: 100%;
    margin: 0px auto;
    font-size: 18px;
}
.hk-hp-section1:after {
    content: "";
    background: #00000038;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
}
.hk-hp-section1-btn .hk-button {
    margin-top: 32px;
}




@media (min-width: 915px) {

}



@media (max-width: 915px) {
.hk-hp-section1-text1 {
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
    font-size: 16px;
}
.hk-hp-section1-btn .hk-button {
    margin-top: 25px;
}
.hk-hp-section1 {
    min-height: unset;
}
}
/* section1 css end */



/* section2 css start */
.hk-hp-section2 .hk-image-with-text-column {
    width: 48%;
    position: relative;
}
.hk-hp-section2 .hk-image-with-text-flex {
    align-items: center;
    position: relative;
}
.hk-hp-section2-img2 img {
    position: absolute;
    width: 190px;
    height: unset;
    bottom: -20px;
    right: -20px;
}



@media (min-width: 915px) {

}



@media (max-width: 915px) {
.hk-hp-section2 .hk-image-with-text-column {
    width: 100%;
}
.hk-hp-section2 .hk-image-with-text-flex {
    flex-direction: column-reverse;
    gap: 32px;
}
.hk-hp-section2-img2 img {
    width: 120px;
    bottom: -30px;
    right: -7px;
}
}
/* section2 css end */



/* restaurant css start */
.hk-hp-restaurant-slide .hk-review-card_main {
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    min-height: 550px;
    height: unset;
    display: flex;
    align-items: flex-end;
}
.hk-hp-restaurant-slide {
    padding: 0px 8px;
}
.hk-hp-restaurant-slider {
    margin: 50px -8px 0px;
}
.hk-hp-restaurant-slide img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.slick-slide>div {
    display: flex;
}
.hk-hp-restaurant-slide .hk-element-text-main {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: left;
    padding: 25px;
}
.hk-hp-restaurant-slide .hk-review-card-text p:nth-child(1) strong {
    display: block;
    font-size: 25px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    padding-bottom: 12px;
}
.hk-hp-restaurant-slide .hk-review-card_main:after {
    content: "";
    background: #0000007a;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
}
.hk-hp-restaurant-slide .hk-review-card-text p:nth-child(2) a,
.hk-hp-highlights-list-item .hk-element-text a {
    background: #FBC925;
    color: #000;
    text-align: center;
    display: flex;
    width: fit-content;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    padding: 0px 39px;
    text-decoration: none;
    border-radius: 50px;
    line-height: normal;
    min-height: 50px;
    transition: all 0.3s ease;
    border: 2px solid #FBC925;
    margin-top: 25px;
}
.hk-hp-restaurant-slide .hk-review-card-text p:nth-child(2) a:hover,
.hk-hp-highlights-list-item .hk-element-text a:hover {
    border-color: #fff;
    color: #fff;
    background: transparent;
}
.hk-hp-restaurant-text1 {
    width: 50%;
    max-width: 100%;
    margin: 0px auto;
}



@media (min-width: 915px) {

}



@media (max-width: 915px) {
.hk-hp-restaurant-text1 {
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
}
.slick-list.draggable {
    padding: 0px !important;
}
.hk-hp-restaurant-slide .hk-review-card_main {
    border-radius: 14px;
    min-height: 350px;
}
.hk-hp-restaurant-slide .hk-review-card-text p:nth-child(2) a, .hk-hp-highlights-list-item .hk-element-text a {
    font-size: 14px;
    padding: 0px 19px;
    min-height: 41px;
    margin-top: 16px;
}
.hk-hp-restaurant-slider {
    margin: 30px -8px 0px;
}
.hk-hp-restaurant-slide .hk-element-text-main {
    padding: 16px;
}
}
/* restaurant css end */



/* listbox css start */
.hk-hp-lists-menu-slide {
    padding: 0px 15px;
}
.hk-hp-lists-menu-slide .hk-media img {
    width: 45px;
    height: unset;
}
.hk-hp-lists-menu-slide .hk-media {
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto 21px;
    background: #eef1ea;
    border-radius: 12px;
}
.hk-hp-lists-menu-slide .hk-review-card-title {
    font-size: 21px;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 12px;
}
.hk-hp-lists-menu-slider {
    margin: 50px -15px 0px;
}



@media (min-width: 915px) {

}



@media (max-width: 915px) {
.hk-hp-lists-menu-slider {
    margin: 30px -15px 0px;
}
}
/* listbox css end */



/* highlights css start */
.hk-hp-highlights .hk-richtext-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0px 20px;
}
.hk-hp-highlights-heading {
    width: 100%;
    padding-bottom: 50px;
}
.hk-hp-highlights-list,
.hk-hp-highlights-list-center {
    width: calc(33.3% - (20px)*2/3);
}
.hk-hp-highlights-list-item {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    min-height: 350px;
    max-width: 100%;
    display: flex;
    align-items: flex-end;
}
.hk-hp-highlights-list-item img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    object-fit: cover;
    object-position: center;
}
.hk-hp-highlights-list-item .hk-element-texts {
    position: relative;
    color: #fff;
    z-index: 1;
    text-align: left;
    padding: 25px;
}
.hk-hp-highlights-list-item:after {
    content: "";
    background: #00000063;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
}
.hk-hp-highlights-list-item .hk-element-title {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 10px;
    line-height: normal;
}
.hk-hp-highlights-list .hk-element-icon-with-text-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.hk-hp-highlights-list-center:after {
    background: #000000;
}
.hk-hp-highlights-list-center {
    align-items: center;
}
.hk-hp-highlights-list-center .hk-element-texts {
    text-align: center;
}
.hk-hp-highlights-list-center .hk-element-texts a {
    margin: 25px auto 0px;
}
.hk-hp-highlights-list-item .hk-icon-with-text-flex {
    width: 100%;
}



@media (min-width: 915px) {

}



@media (max-width: 915px) {
.hk-hp-highlights-heading {
    padding-bottom: 32px;
}
.hk-hp-highlights-list, 
.hk-hp-highlights-list-center {
    width: 100%;
}
.hk-hp-highlights-list-item {
    border-radius: 14px;
    min-height: 300px;
}
.hk-hp-highlights-list-item .hk-element-texts {
    padding: 16px;
}
.hk-hp-highlights-list-item .hk-element-title {
    font-size: 25px;
}
.hk-hp-highlights-list-center {
    margin: 20px 0px;
}
}
/* highlights css end */



/* reviews css start */
.hk-hp-reviews-slider {
    margin: 50px -21px 0px;
}
.hk-hp-reviews-slide {
    padding: 0px 21px;
    text-align: left;
}
.hk-hp-reviews-slide .hk-media img {
    width: 114px;
    margin-bottom: 25px;
}
.hk-hp-reviews-slide .hk-element-title-main {
    font-weight: 600;
    font-size: 25px;
    padding-bottom: 16px;
}
.hk-hp-reviews-slide .hk-element-review-name span {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
    gap: 7px;
}
.hk-hp-reviews-slide .hk-element-review-name span strong {
    font-weight: unset;
}
.hk-hp-reviews-slide .hk-review-card_main {
    background: #eef1ea;
    padding: 30px 25px;
    border-radius: 25px;
}



@media (min-width: 915px) {

}



@media (max-width: 915px) {
.hk-hp-reviews-slider {
    margin: 30px -10px 0px;
}
.hk-hp-reviews-slide {
    padding: 0px 10px;
}
.hk-hp-reviews-slide .hk-media img {
    width: 90px;
    margin-bottom: 16px;
}
.hk-hp-reviews-slide .hk-element-title-main {
    font-size: 19px;
    padding-bottom: 12px;
}
.hk-hp-reviews-slide .hk-element-review-name span {
    margin-top: 16px;
    gap: 5px;
}
.hk-hp-reviews-slide .hk-review-card_main {
    padding: 25px 16px;
    border-radius: 14px;
}
}
/* reviews css end */



/* instagram css start */
.hk-hp-instagram-slide {
    padding: 0px 7px;
}
.hk-hp-instagram-slide img {
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
    border-radius: 25px;
}
.hk-hp-instagram-slider {
    margin: 50px -7px 0px;
}



@media (min-width: 915px) {

}



@media (max-width: 915px) {
.hk-hp-instagram-slide img {
    border-radius: 10px;
}
.hk-hp-instagram-slide {
    padding: 0px 3px;
}
.hk-hp-instagram-slider {
    margin: 30px -3px 0px;
}
}
/* instagram css end */



/* footer css start */
.hk-footer-section .hk-richtext-content {
    display: flex;
    flex-wrap: wrap;
}
.hk-footer-logo, 
.hk-footer-socail-media {
    width: 50%;
    border-bottom: 1px solid #fff;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.hk-footer-logo img {
    width: 190px;
}
.hk-footer-socail-media .hk-element-icon-with-text-grid {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
}
.hk-footer-socail-media-item img {
    width: 25px;
}
.hk-footer-socail-media .hk-element-icon-with-text-grid {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    margin-top: 59px;
}
.hk-footer-menu {
    width: 25%;
}
.hk-footer-menu p {
    font-weight: 600;
    font-size: 25px;
    line-height: normal;
    margin-bottom: 25px;
}
.hk-footer-menu ul {
    display: flex;
    list-style-type: none;
    flex-direction: column;
    gap: 16px;
    line-height: 25px;
}
.hk-footer-menu ul a {
    text-decoration: none;
}
.hk-footer-menu em {
    display: block;
    font-style: normal;
}
.hk-footer-copyright {
    border-top: 1px solid #fff;
    width: 100%;
    padding-top: 25px;
    margin-top: 50px;
    font-size: 14px;
}



@media (min-width: 915px) {

}



@media (max-width: 915px) {
.hk-footer-logo img {
    width: 120px;
}
.hk-footer-socail-media-item img {
    width: 16px;
}
.hk-footer-socail-media .hk-element-icon-with-text-grid {
    gap: 12px;
    margin-top: 37px;
}
.hk-footer-logo, .hk-footer-socail-media {
    padding-bottom: 30px;
    margin-bottom: 0px;
}
.hk-footer-menu {
    width: 100%;
    margin-top: 30px;
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
}
.hk-footer-menu p {
    font-size: 19px;
    margin-bottom: 16px;
}
.hk-footer-menu ul {
    gap: 12px;
    line-height: 23px;
    font-size: 14px;
}
.hk-footer-menu4 {
    padding-bottom: 0px;
    border-bottom: unset;
}
.hk-footer-copyright {
    border-top: 1px solid #fff;
    width: 100%;
    padding-top: 21px;
    margin-top: 30px;
    font-size: 12px;
}
}
/* footer css end */



/* submenu css */

.hk-submenu-link {
    display: none;
}


@media (min-width:915px) {
.hk-parent-link {
    position: relative;
}
.hk-submenu-link {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    color: #000;
    flex-direction: column;
    justify-content: left;
    text-align: left;
    white-space: nowrap;
    padding: 5px 0;
}
.hk-parent-link:hover .hk-submenu-link {
    display: flex;
}

}



.hk-form {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 20px;
}
.hk-form .hk-input {
    width: 100%;
    padding: 5px 10px;
    min-height: 35px;
    border: 1px solid #000;
    border-radius: 4px;
}
.hk-form .hk-row {
    display: flex;
    gap: 10px;
}
.hk-form .hk-col {
    max-width: calc(50% - 5px);
    width: 100%;
}
.hk-form .hk-field+.hk-row, 
.hk-form .hk-field+.hk-field, 
.hk-form .hk-row+.hk-field {
    padding-top: 10px;
}
.hk-form .hk-availability-text {
    padding-top: 10px;
    padding-bottom: 10px;
}
.hk-form .hk-button.hk-submit {
    width: 100%;
    margin-top: 10px;
}
.hk-form .hk-input.hk-textarea {
    min-height: 120px;
    resize: unset;
    padding: 10px;
}

.hk-hp-restaurant-slider .hk-review-card-title {
    color: #fff;
    font-size: 30px;
    position: relative;
    z-index: 1;
    padding: 0px 20px;
}
@media (max-width:915px) {
.hk-hp-restaurant-slider .hk-review-card-title {
    font-size: 28px;
    padding: 0 15px;
}
}

.hk-hp-restaurant-slide .hk-review-card_main {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}
.hk-hp-restaurant-slide .hk-element-richtext-main {
    padding: 0 20px 20px;
}
.hk-hp-restaurant-slide .hk-element-richtext-main a {
    background: #FBC925;
    color: #000;
    text-align: center;
    display: flex;
    width: fit-content;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    padding: 0px 39px;
    text-decoration: none;
    border-radius: 50px;
    line-height: normal;
    min-height: 50px;
    transition: all 0.3s ease;
    border: 2px solid #FBC925;
    margin-top: 0px;
    position: relative;
    z-index: 1;
}
@media (min-width:915px) {
body:not(.remove_transparent) .hk-header {
    background-color: transparent;
}
.hk-parent-link {
    padding: 15px 0;
}
.hk-submenu-link a {
    padding: 12px 20px;
    border: unset;
}
.hk-bg-overlay, 
.hk-hp-section1 {
    margin-top: -85px;
    padding-top: 85px;
}
.hk-submenu-link {
    border-radius: 8px;
    border-bottom: 6px solid #FBC925;
}

}



@media (max-width:915px) {
body:not(.remove_transparent) .hk-header {
    background-color: transparent;
}
.hk-bg-overlay, 
.hk-hp-section1 {
    margin-top: -75px;
    padding-top: 75px;
}

.hk-hp-restaurant-slide .hk-element-richtext-main a {
    font-size: 14px;
    padding: 0px 19px;
    min-height: 41px;
}
}