/*
Theme Name:   Skylith Child
Theme URI:    https://1.envato.market/skylithwpinfo
Author:       nK
Template:     skylith
Author URI:   https://nkdev.info/
Description:  Skylith Child Theme
Version:      1.0.21
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  skylith-child
Tags:
*/


/* Theme customization starts here
-------------------------------------------------------------- */
:root {
  --ut-blue-bg: #2B3C64;
  --ut-blue: #192851;
  --ut-light-blue: #115A75;
  --ut-red: #821521;
  --ut-red-dark: #4d0000;
}

body {
  font-family: "EB Garamond", sans-serif;
}


.wp-block-button.ancestor-button > a{
  width: 238px;
  height: 56px;
  border-radius: 30px;
  border: 1px solid #E2C896;
  background: #FFE9BF;
  box-shadow: 0px 79px 22px 0px rgba(151, 108, 32, 0.00), 0px 51px 20px 0px rgba(151, 108, 32, 0.01), 0px 28px 17px 0px rgba(151, 108, 32, 0.05), 0px 13px 13px 0px rgba(151, 108, 32, 0.08), 0px 3px 7px 0px rgba(151, 108, 32, 0.10);
  font-size: 16px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.wp-block-button.ancestor-button > a:hover{
  background-color: #E2C896;;
}


h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  font-family: "Playfair Display", sans-serif;
}

.nk-header.nk-header-left .nk-navbar-dark.nk-navbar-cont {
  background-color: var(--ut-blue-bg);
}

.nk-navbar.nk-navbar-left.nk-navbar-dark,
.nk-navbar.nk-navbar-dark{
  background-color:  #22080F;
}

.nk-main-dark {
  background-color:  var(--ut-red);
}

.nk-navbar.nk-navbar-dark {
  padding: 0;
  font-size: 16px;
}

.nk-navbar.nk-navbar-dark .nk-nav .dropdown {
  background-color: #65233F;
  margin-left: 0;
  width: 250px;
}

.nk-navbar.nk-navbar-dark  .nk-social>ul li>a {
  color: #fff;
}

.nk-navbar.nk-navbar-dark .nk-nav>li>a  {
  color: #fff;
  text-transform: none;
  padding: 28px 15px 28px 20px;
}
/* .nk-navbar.nk-navbar-dark .nk-nav>li:nth-child(2) a, */
/* .nk-navbar.nk-navbar-dark .nk-nav>li:nth-child(3) a, */
/* .nk-navbar.nk-navbar-dark .nk-nav>li:nth-child(4) a, */
/* .nk-navbar.nk-navbar-dark .nk-nav>li:nth-child(5) a, */
/* .nk-navbar.nk-navbar-dark .nk-nav>li:nth-child(6) a, */
/* .nk-navbar.nk-navbar-dark .nk-nav>li:nth-child(7) a, */
/* .nk-navbar.nk-navbar-dark .nk-nav>li:nth-child(8) a, */
.nk-navbar.nk-navbar-dark .nk-nav>li:nth-child(9) a {
  /*cursor: not-allowed;
  color: #6B6B6B;*/
  color: #fff;
}

.nk-navbar.nk-navbar-dark .nk-nav>li.menu-item-has-children:hover {
  background-color: #4A1220;
}

.nk-navbar.nk-navbar-dark .nk-nav .dropdown li a {
  color: #fff;
}


.nk-navbar.nk-navbar-dark .nk-nav>li.menu-item-has-children > a {
  position: relative;
  transform: translateY(-3px);
}
.nk-navbar.nk-navbar-dark .nk-nav>li.menu-item-has-children > a::after {
  content: "";
  width: 24px;
  height: 24px;
  position: relative;
  top: 6px;
  margin-left: 6px;
  display: inline-block;
  transition: transform 0.2s ease;
  background-size: contain;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.nk-navbar.nk-navbar-dark .nk-nav>li.menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
}

.nk-navbar.nk-navbar-dark .nk-nav .dropdown li a:hover,
.nk-navbar.nk-navbar-dark .nk-social>ul li>a:hover, 
.nk-navbar.nk-navbar-dark .nk-nav>li:not(.menu-item-has-children):nth-child(2) a:hover{
  color: #FFE9BF !important;
}

.nk-main-dark h1, 
.nk-main-dark h2, 
.nk-main-dark h3, 
.nk-main-dark h4, 
.nk-main-dark h5, 
.nk-main-dark h6, 
.nk-main-dark .h1, 
.nk-main-dark .h2, 
.nk-main-dark .h3, 
.nk-main-dark .h4, 
.nk-main-dark .h5, 
.nk-main-dark .h6{

}

.nk-main-dark h3.has-skylith-red-color {
  color: #cc1139 !important;
}

.nk-main-dark h1.has-skylith-black-color, 
.nk-main-dark h2.has-skylith-black-color, 
.nk-main-dark h3.has-skylith-black-color, 
.nk-main-dark h4.has-skylith-black-color, 
.nk-main-dark h5.has-skylith-black-color, 
.nk-main-dark h6.has-skylith-black-color, 
.nk-main-dark .h1.has-skylith-black-color, 
.nk-main-dark .h2.has-skylith-black-color, 
.nk-main-dark .h3.has-skylith-black-color, 
.nk-main-dark .h4.has-skylith-black-color, 
.nk-main-dark .h5.has-skylith-black-color, 
.nk-main-dark .h6.has-skylith-black-color{
  color: #000;
}

.ghostkit-icon-box:not(.normal-icon-box) {
  background-color: #f4d0d0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 12px solid #191919;
  height: 480px;
  margin-bottom: 0;
  transition: all 0.2s ease;
  position: relative;
}

.ghostkit-col:nth-child(2) .ghostkit-icon-box:not(.normal-icon-box) {
  background-color: #f0b4b4;
} 

.ghostkit-col:nth-child(3) .ghostkit-icon-box:not(.normal-icon-box) {
  background-color: #ef9a9a;
}

.ghostkit-icon-box:not(.normal-icon-box):hover {
  box-shadow: 0px 21px 30px 0px rgba(0, 0, 0, 0.25);
  transform: translateY(-10px) !important;
}

.nk-main-dark .entry-content, .nk-main-dark .nk-comment-text {
  color: #000;
}

.ghostkit-tabs {

}

.ghostkit-tabs .ghostkit-tabs-buttons {
  column-gap: 45px;
  margin-bottom: 80px !important;
}

.editor-styles-wrapper {
  background-color: var(--ut-red) !important;
}

.ghostkit-tabs .ghostkit-tabs-buttons .ghostkit-tabs-buttons-item {
  font-size: 42px !important;
  color: #fff;
  line-height: 30px !important;
  font-family: "Playfair Display", sans-serif;
  border-top: 1px solid rgba(255, 255, 255, 0.20) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20) !important;
  text-align: center;
  padding-top: 25px !important;
  padding-bottom: 25px !important;
  outline: none !important;

}

.ghostkit-tabs .ghostkit-tabs-buttons .ghostkit-tabs-buttons-item.ghostkit-tabs-buttons-item-active{
  border-top: 1px solid #fff !important;
}

.ghostkit-tabs .ghostkit-tabs-buttons .ghostkit-tabs-buttons-item::after {
  bottom: 0px !important;
  left: 0 !important;
  right: auto !important;
  width: 100%;
  background-color: #F3DD9F !important;
  height: 6px;
}

.ghostkit-tabs .ghostkit-tabs-buttons .ghostkit-tabs-buttons-item code {
  font-size: 20px !important;
  color: #fff;
  font-family: "EB Garamond", sans-serif;
}

.cover-flex-end {
  align-items: flex-end !important;
}

.wp-block-cover[data-link] {
  cursor: pointer;
}

.nk-footer .nk-footer-widgets  {
  padding-top: 40px;
  padding-bottom: 40px;
}

footer.nk-footer ul.menu {
  margin-top: 0px;
}

footer.nk-footer ul.menu li {
  margin-bottom: 23px;
}

footer.nk-footer ul.menu li:last-of-type {
  margin-bottom: 0px;
}

footer.nk-footer ul.menu li.menu-item a {
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
  padding: 0;
}

footer.nk-footer ul.menu li.menu-item a span {
  display: none;
}

footer.nk-footer ul.menu li ul.sub-menu {
  padding-left: 0px;
  margin-top: 17px;
}

footer.nk-footer ul.menu li ul.sub-menu li {
  margin-bottom: 8px;
}

footer.nk-footer .widget_nav_menu ul li+li::before,
footer.nk-footer ul.menu li ul.sub-menu::before  {
  display: none;
}

footer.nk-footer .widget_nav_menu#nav_menu-5 {
  width: 120px;
  margin-left: auto;
}

footer.nk-footer ul.menu li ul.sub-menu li a {
  font-weight: normal;
}

footer.nk-footer ul.menu#menu-footer-menu-1 > li:first-of-type {
  margin-bottom: 30px;
}

.nk-footer .nk-footer-widgets > div > div > div:nth-child(4) {
  font-size: 14px;
}

.nk-footer .nk-footer-widgets > div > div > div:nth-child(4) .widget_block {
  margin-top: 20px;
}

.nk-footer .nk-footer-widgets > div > div > div:nth-child(4) .widget_block:nth-child(1) {
  margin-top: 0 !important;
}

.nk-footer .nk-footer-widgets > div > div > div:nth-child(4) a {
  color: #fff;
  text-decoration: underline;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 68px;
  border-bottom: 3px solid #FFE9BF;
  margin-left: 0;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0px;
}

.wp-block-image.alignfull {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

footer.nk-footer ul.menu li.menu-item a:hover {
  color: #FFE9BF !important;
}


.ladies-carousel {
  position: relative;
}

.ladies-carousel::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0);
  z-index: 9999;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 1;
}

.ladies-carousel .swiper-wrapper {
  -webkit-transition-timing-function:linear!important; 
  -o-transition-timing-function:linear!important;
  transition-timing-function:linear!important; 
}

/*
.ladies-carousel.ghostkit-carousel .ghostkit-carousel-slide {
  width: auto !important;
}

.ladies-carousel.ghostkit-carousel .wp-block-image {
  height: 100%;
}

.ladies-carousel.ghostkit-carousel .wp-block-image img {
  width: auto !important;
  height: 100% !important;
  object-fit: contain !important;
}
*/
@media (max-width: 1998.99px) {
  
  .ghostkit-grid.alignwide {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}


@media (min-width: 1200px) {
  .container {
    max-width: 1316px;
  }
}

@media (max-width: 991.98px) {
  
  footer.nk-footer .widget_nav_menu#nav_menu-5 {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 767.98px) {

  .has-x-large-font-size, h2:not(.font-30-mobile) {
    font-size: 36px !important;
  }

  h4.font-20-mobile {
    font-size: 20px !important;
  }
  
  .wp-block-nk-awb.home-banner {
    min-height: 40vh !important;
  }

  .ghostkit-tabs .ghostkit-tabs-buttons  {
    column-gap: 20px;
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px !important;
  }

  .ghostkit-tabs .ghostkit-tabs-buttons .ghostkit-tabs-buttons-item  {
    font-size: 20px !important;
    flex: 1;
  }

  .ghostkit-tabs .ghostkit-tabs-buttons .ghostkit-tabs-buttons-item code {
    font-size: 16px;
  }

  .nk-navbar.nk-navbar-dark .nk-nav>li.menu-item-has-children > a::after {
    position: absolute;
    border: none !important;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    margin-left: 0;
    top: 20px;
    transform: rotate(-90deg);
    right: 0px;
  }

  .nk-navbar.nk-navbar-dark .nk-nav>li.menu-item-has-children:hover > a::after {
    transform: rotate(-90deg);
  }

  .nk-navbar.nk-navbar-dark .nk-nav>li.menu-item-has-children:hover {
    background-color: #22080F;
  }

  .nk-navbar.nk-navbar-dark .nk-nav .dropdown {
    width: 100%;
    background-color: #22080F;
  }

  .nk-navbar-full .dropdown>.dropdown-back>a::after {
    margin: 0;
    border: none;
    content: "" !important;
    width: 40px;
    height: 40px;
    top: 0px;
    left: 15px;
    transform: rotate(90deg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); 
  }

  .wp-block-image.custom-back-arrow {
    transform: translate(-20px, 15px);
    
  }

  .wp-block-image.custom-back-arrow img {
    display: block;
    width: 30px !important;
  }

}


.ghostkit-accordion.custom-accordion {
  border-top: 1px solid #000;
}

.ghostkit-accordion.custom-accordion .ghostkit-accordion-item {
  border-bottom: 1px solid #000;
}

.ghostkit-accordion.custom-accordion .ghostkit-accordion-item .ghostkit-accordion-item-heading {
  outline: none !important;
  border: none !important;
  color: #161616;

}

.ghostkit-accordion.custom-accordion .ghostkit-accordion-item .ghostkit-accordion-item-heading button {
  outline: none !important;
  border: none !important;
  padding-bottom: 28px;
}

.ghostkit-accordion.custom-accordion .ghostkit-accordion-item .ghostkit-accordion-item-heading button .ghostkit-accordion-item-label {
  font-size: 30px;
  line-height: normal;
  font-weight: bold;
  font-family: "Playfair Display", sans-serif;
}

.ghostkit-accordion.custom-accordion .ghostkit-accordion-item .ghostkit-accordion-item-heading button .ghostkit-accordion-item-label em {
  font-family: "EB Garamond", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.ghostkit-accordion.custom-accordion .ghostkit-accordion-item .ghostkit-accordion-item-heading button .ghostkit-accordion-item-collapse {
  width: 50px;
  height: 50px;
  position: relative;
}


.ghostkit-accordion.custom-accordion .ghostkit-accordion-item .ghostkit-accordion-item-heading button .ghostkit-accordion-item-collapse::before {
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: rgba(0,0,0,0.5);
  content: "";
  left: 0;
  top: 50%;
}

.ghostkit-accordion.custom-accordion .ghostkit-accordion-item.ghostkit-accordion-item-active .ghostkit-accordion-item-heading button .ghostkit-accordion-item-collapse::before {
  display: none;
}

.ghostkit-accordion.custom-accordion .ghostkit-accordion-item .ghostkit-accordion-item-heading button .ghostkit-accordion-item-collapse::after {
  width: 1px;
  height: 100%;
  position: absolute;
  background-color: rgba(0,0,0,0.5);
  content: "";
  left: 50%;
  top: 0;
}

.ghostkit-accordion.custom-accordion .ghostkit-accordion-item .ghostkit-accordion-item-heading button .ghostkit-accordion-item-collapse svg {
  display: none;
}



.ghostkit-accordion.custom-accordion .ghostkit-accordion-item .ghostkit-accordion-item-content {

}

@media (max-width: 767.98px) {

  .ghostkit-accordion.custom-accordion .ghostkit-accordion-item .ghostkit-accordion-item-heading button .ghostkit-accordion-item-label {
    font-size: 20px;
  }

  .ghostkit-accordion.custom-accordion .ghostkit-accordion-item .ghostkit-accordion-item-heading button .ghostkit-accordion-item-label br {
    display: none !important;
  }
  .ghostkit-accordion.custom-accordion .ghostkit-accordion-item .ghostkit-accordion-item-heading button .ghostkit-accordion-item-label em {
    display: block;
    font-size: 16px;
  }

  .ghostkit-accordion.custom-accordion .ghostkit-accordion-item .ghostkit-accordion-item-heading button .ghostkit-accordion-item-collapse {
    width: 30px;
    height: 30px;
    flex-shrink:0 ;
  }
}

#ancestor-form.ghostkit-form {

  color:#fff;
  
}

#ancestor-form.ghostkit-form input[type="text"],
#ancestor-form.ghostkit-form input[type="email"],
#ancestor-form.ghostkit-form input[type="tel"],
#ancestor-form.ghostkit-form input[type="number"],
#ancestor-form.ghostkit-form select,
#ancestor-form.ghostkit-form textarea {
  background-color: #fff;
  color: #161616;
}

#ancestor-form.ghostkit-form input[type=radio] {
  margin-right: 10px;
}


.ghostkit-form .ghostkit-alert p{
  color: #fff;
  text-align: center;
  margin: 0;
}


.nk-awb.awb-cover-80 .nk-awb-inner {
  width: 60%;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .nk-awb.awb-cover-80 .nk-awb-inner {
    width: 90%;
  }
}

.nk-hover-image .nk-hover-image-links {
  justify-content: flex-start !important;
}

#ancestor-multi-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  left: 0;
  top: 0;
  background-color:rgba(0, 0, 0, 0.25);
  display: none;
}

#ancestor-multi-overlay .ancestor-multi-overlay__box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#ancestor-multi-overlay .ancestor-multi-overlay__box .mo-box__group {
  background-color: #fff;
  padding: 50px;
  border-radius: 10px;
  position: relative;
}

@media (max-width: 767.98px) {
  #ancestor-multi-overlay .ancestor-multi-overlay__box .mo-box__group {
    padding: 20px;
  }
}

#ancestor-multi-overlay .ancestor-multi-overlay__box .mo-box__group .mo-box__close {
  width: 40px;
  height: 40px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  top: 16px;
  right: 16px;
  outline: none;
}

#ancestor-multi-overlay .ancestor-multi-overlay__box .mo-box__group h3 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

#ancestor-multi-overlay .ancestor-multi-overlay__box select {
  border: 1px solid rgba(0, 0, 0, 0.20);
  background: #FFF;
  width: 378px;
  font-size: 16px;
  padding: 14px 24px;
  outline: none;
  color: #777;
}

#ancestor-multi-overlay .ancestor-multi-overlay__box select option:disabled {
  color: rgba(0, 0, 0, 0.30);
}

@media (max-width: 767.98px) {
  #ancestor-multi-overlay .ancestor-multi-overlay__box select {
    width: 280px;
  }
}

#ancestor-multi-overlay .ancestor-multi-overlay__box .mo-box__fields {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

#ancestor-multi-overlay .ancestor-multi-overlay__box .mo-box__btns {
  display: flex;
  justify-content: center;
}

#ancestor-multi-overlay .ancestor-multi-overlay__box .mo-box__btn {
  cursor: pointer;
  width: 238px;
  height: 56px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 30px;
  border: 1px solid #E2C896;
  background: #FFE9BF;
  box-shadow: 0px 79px 22px 0px rgba(151, 108, 32, 0.00), 0px 51px 20px 0px rgba(151, 108, 32, 0.01), 0px 28px 17px 0px rgba(151, 108, 32, 0.05), 0px 13px 13px 0px rgba(151, 108, 32, 0.08), 0px 3px 7px 0px rgba(151, 108, 32, 0.10);
}

#ancestor-multi-overlay .ancestor-multi-overlay__box .mo-box__btn:disabled{
  opacity: 0.8;
  cursor: not-allowed;
}

.mec-container {
  padding-top: 0px;
}

.mec-container .mec-list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-bottom: 10px;
}

.mec-container .mec-list .event-item {
  border-radius: 30px;
  border: 1px solid #FFF;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  column-gap: 25px;
}

.mec-container .mec-list .event-item .event-remove {
  cursor: pointer;
  
}

.mec-container .mec-list .event-item .event-remove svg {
  transform: translateY(2px);
}


.mec-container .mec-add-btn {
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  cursor: pointer;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 16px;
  width: 150px;
  letter-spacing: 1px;
}

.mec-container .mec-add-btn:hover {
  background-color: #fff;
  color: #192851;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ghostkit-grid.custom-brand-links {

}

.ghostkit-grid.custom-brand-links .wp-block-nk-awb,
.wp-block-nk-awb.the-big-one{
  padding: 0 !important;
}

.ghostkit-grid.custom-brand-links .wp-block-nk-awb h3,
.wp-block-nk-awb.the-big-one h3
{
  padding: 0 !important;
}

.ghostkit-grid.custom-brand-links .wp-block-nk-awb h3 a{
  padding: 37px 30px !important;
  display: block;
  color: #fff;
  text-decoration: none !important;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.wp-block-nk-awb.the-big-one h3 a {
  padding: 105px 30px 37px !important;
  display: block;
  color: #fff;
  text-decoration: none !important;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (max-width: 767.98px) {
  .wp-block-nk-awb.the-big-one h3 a {
    padding-top: 37px !important;
  }
}

.ghostkit-grid.custom-brand-links .wp-block-nk-awb h3 a::after,
.wp-block-nk-awb.the-big-one h3 a::after
{
  content: "";
  width: 24px;
  height: 24px;
  background-color: rgba(0,0,0,0);
  position: absolute;
  right: 33px;
  bottom: 35px;
  z-index: 10;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M10 17L15 12L10 7' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}


.ghostkit-grid.custom-brand-links .wp-block-nk-awb h3 a:hover,
.wp-block-nk-awb.the-big-one h3 a:hover
{
  background-color: rgba(0,0,0,0.25);
}

@media (max-width: 767.98px) {
  .single-portfolio .ghostkit-col-md-12:nth-child(1) {
    padding: 0 20px !important;
  }

  .nk-header .nk-navbar img {
    width: 100px !important;
  }
}



.wp-block-list.custom-list {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #fff;
}

.wp-block-list.custom-list li {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 150%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}


.wp-block-list.custom-list li a{
  color: #fff;
  display: block;
  padding: 12px 13px;
  position: relative;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
  
}

.wp-block-list.custom-list li a:hover {
  text-decoration: none;;
  background-color: rgba(255, 255, 255, 0.1);
}

.wp-block-list.custom-list li a::after {
  width: 24px;
  height: 24px;
  content: "";
  position: absolute;
  right: 4px;
  top: 27%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M10 17L15 12L10 7' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.wp-block-image.image-with-box {
  position: relative;
}

.wp-block-image.image-with-box > * {
  position: relative;
  z-index: 1;

}

.wp-block-image.image-with-box::before {
  width: 80%;
  background-color: #091945;
  position: absolute;
  content: "";
  top: -80px;
  left: -80px;
  height: calc(100% + 160px);
  z-index: 0;
}

@media (max-width: 767.98px) {
  .wp-block-image.image-with-box::before {
    top: -60px;
    left: -60px;
    height: calc(100% + 120px);
  }
}


.ancestor-cta-column {
  
}

.ancestor-cta-column  .wp-block-group {
  padding-left: 32px;
  position: relative;
}

.ancestor-cta-column  .wp-block-group:nth-child(1):before {
  content: "";
  width: 5px;
  height: 100%;
  background-color: #E9B95D;
  position: absolute;
  left: 0;
  top: 0;
}

.ancestor-cta-column  .wp-block-group:nth-child(1) p {
  line-height: 1;
}

.ancestor-cta-column .wp-block-button.ancestor-button > a{
  width: 150px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nk-footer-widgets {

}

.checkout {
  padding-left: 1rem;
  padding-right: 1rem;
}

.checkout-summary {
  display: block;
}

.checkout-summary table {
  width: 100%;
}

.checkout-summary table tr td{
  border: none;

  padding: 1rem;
}

.checkout-summary table tr:last-of-type td{
  border: none;
  border-top: 1px solid #ffffff33;

  padding: 1rem;
}

.checkout-summary table td:nth-child(1) {
  width: 50%;
}

.checkout-summary table td:nth-child(2) {
  width: 15%;
}

.checkout-summary table td:nth-child(3) {
  width: 30%;
  text-align: right;
}

.checkout-summary table tr:last-of-type td:nth-child(2){
  text-align: right;
}

.checkout-summary .qty-row button{
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 32px;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
}

.checkout-summary .qty-row button abbr {
  display: inline-block;
  position: relative;
  bottom: 2px;
}

.checkout-summary .qty-row span {
  display: inline-block;
  margin: 0 10px;
}

.checkout-summary .qty-row button:disabled{
  opacity: 0.5;
}

.checkout {
  color: #fff;
  padding-top: 50px;
}

.checkout #customer_details {
/*  display: none;*/
}

.woocommerce-checkout #main #payment {
  background-color: transparent;
  border: none;
}

.woocommerce-checkout #main #payment .button {
  background-color: #ffe9bf;
  border-radius: 30px;
  color: #192851;
}

.nk-shop-header {
  display: none;
}

.woocommerce #shipping_method li [type="radio"]:checked~label::after, .woocommerce .wc_payment_methods li [type="radio"]:checked~label::after{
  background-color: #fff;
}

.woocommerce #shipping_method li [type="radio"]~label::before, .woocommerce .wc_payment_methods li [type="radio"]~label::before {
  border-color: #fff;;
}

#ancestor-thankyou {
  color: #fff;
  width: 100%;
  max-width: 622px;
  margin: 0 auto;
  padding: 50px 0;
}

#ancestor-thankyou .woocommerce-customer-details {
  display: none;
}

#ancestor-thankyou .thankyou-image {
  margin-bottom: 36px;
}

#ancestor-thankyou .thankyou-image img {
  display: block;
  width: 100%;
  height: auto;
}

#ancestor-thankyou .thankyou-top {
  text-align: center;
}

#ancestor-thankyou .woocommerce-table--order-details thead {
  display: none;
}

#ancestor-thankyou .woocommerce-order-details__title {
  font-size: 18px;
}

#ancestor-thankyou .woocommerce-table--order-details a{
  color: #fff;
}

#ancestor-thankyou table.shop_table  tbody td {
  border-top: none !important;
  border-bottom: none !important;
}
#ancestor-thankyou table.shop_table  tfoot td,
#ancestor-thankyou table.shop_table  tfoot th {
  border-bottom: none !important;
}

.woocommerce-checkout #main .woocommerce table.shop_table thead tr:first-of-type th {
  width: 70%;
}

.woocommerce-checkout #main .woocommerce table.shop_table thead tr:first-of-type th:nth-child(2) {
  text-align: right;
}

#ancestor-thankyou .woocommerce-table--order-details tbody td:nth-child(1) {
  width: 70%;
}

#ancestor-thankyou .woocommerce-table--order-details tbody td:nth-child(2) {
  width: 30%;
}

.woocommerce .woocommerce-privacy-policy-text a{
  color: #fff;
  text-decoration: underline;
}

.woocommerce-checkout #payment div.payment_box {
  color: #101010;
}

.woocommerce-checkout .woocommerce-SavedPaymentMethods-saveNew {
  display: none important;
}

.woocommerce-checkout #main .woocommerce table.shop_table td:nth-child(2){
  text-align: right;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
  background-color: transparent;
}

.woocommerce-form-coupon-toggle .woocommerce-info::before {
  color: #ffe9bf;
}

.woocommerce-form-coupon-toggle a {
  color: #fff;
  text-decoration: underline;
}

.woocommerce-form-coupon p{
  color: #fff;
}

.woocommerce-checkout #main .checkout_coupon button {
  background-color: #ffe9bf;
  border-radius: 30px;
  color: #192851;
}

.woocommerce-checkout #main .checkout_coupon button:hover {
  background-color: #ffe9bff2 !important;
  color: #192851 !important;
}

.cart-discount a {
  color: #fff;
}

#order_review, .woocommerce-form-coupon, .woocommerce-message, .woocommerce-error {
  max-width: 550px;
}


.woocommerce-form-coupon {
}


#menu-main-menu > li:nth-child(4),
#menu-main-menu > li:nth-child(5),
#menu-main-menu > li:nth-child(6),
#menu-main-menu > li:nth-child(7) {
  display: none !important;
}

#menu-main-menu-1 > li:nth-child(4),
#menu-main-menu-1 > li:nth-child(5),
#menu-main-menu-1 > li:nth-child(6),
#menu-main-menu-1 > li:nth-child(7) {
  display: none !important;
}
  
.ghostkit-columns-1 .ghostkit-grid-inner{
  justify-content: center;
}

@media (max-width: 767.98px) {
  .woocommerce-form-coupon {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .woocommerce-form-coupon p.form-row-first {
    width: 100%;
  }

  .woocommerce-remove-coupon {
    display: block;
  }

}

.single-product .nk-main-dark .woocommerce-Price-amount,
.single-product .nk-main-dark .woofs-title,
.single-product .nk-main-dark .woofs-title a {
	color: #fff;
}

.nk-main-dark .wc-block-cart,
.nk-main-dark .wc-block-cart a {
	color: #fff;
}

.nk-main-dark .woocommerce-MyAccount-navigation,
.nk-main-dark .woocommerce-MyAccount-content {
	margin-top: 50px;
	color: #fff;
}

.nk-main-dark .woocommerce-MyAccount-navigation a,
.nk-main-dark .woocommerce-MyAccount-content a {
	color: #fff;
}

.nk-main-dark #ancestor-thankyou a {
	color: #fff;
}
.nk-main-dark #ancestor-thankyou a.button {
	color: #000;
}

.nk-main-dark .woocommerce-MyAccount-content a.button {
	color: #000;
}

.nk-main-dark .woocommerce-form-login,
.nk-main-dark .woocommerce-form-login a {
	color: #fff;
}

.nk-main-dark .woocommerce-form-login a {
	text-decoration: underline;
}

.nk-main-dark .woocommerce-form-login label {
	min-width: 20%;
}

.nk-main-dark .woocommerce-form-login input.input-text {
	width: 50% !important;
	max-width: 300px;
}

.nk-main-dark .woocommerce-form-login .password-input {
	flex-direction: row;
	justify-content: left;
	width: 600px;
	max-width: 100%;
}

.nk-main-dark .woocommerce-form-login .show-password-input {
	position: relative;
	right: 0;
}

.nk-main-dark .woocommerce-table--order-details th {
	width: 50%;
}

.nk-main-dark .order-details th {
	width: 225px;
    max-width: 33%;
}

.nk-main-dark .order-details tbody {
	display: block;
}


.nk-main-dark .order-details td a {
	text-decoration: underline;
}


.nk-main-dark .order-details .my-ticket-qr-code {
	cursor: pointer;
}

.nk-main-dark .woocommerce-MyAccount-content .woocommerce-customer-details {
	display: none;
}

.nk-main-dark .woocommerce-MyAccount-orders th {
	width: 20%;
}

.nk-main-dark .wp-block-woocommerce-cart {
	margin-top: 50px;
}
.nk-main-dark .wp-block-woocommerce-cart .wc-block-cart__submit-container {
	border: 1px solid #fff;
}

.nk-main-dark .woocommerce-checkout .create-account{
	display: none;
}

.nk-main-dark .woocommerce-ResetPassword {
	color: #fff;
}

.woocommerce-lost-password .nk-main-dark .entry-content, .nk-main-dark .nk-comment-text {
	color: #fff;
}

.nk-main-dark .woocommerce-MyAccount-content .woocommerce-form-row--wide {
	display: block;
}

.nk-main-dark .woocommerce-MyAccount-content .woocommerce-Button {
	margin-top: 20px;
}

.nk-main-dark .product_tag-roadshow .woocommerce-product-gallery {
	margin-top: 50px;
}

.nk-main-dark .product_tag-roadshow .description_tab {
	display: none !important;
}

.nk-main-dark .product_tag-roadshow .woofs-thumb {
	display: none;
}

.nk-main-dark .product_tag-roadshow .woocommerce-Tabs-panel--description {
	color: #fff;
}

.nk-main-dark .woocommerce-notices-wrapper {
	margin-top: 20px;
}

.nk-main-dark .woocommerce-thankyou-order-received .woocommerce-form-login {
	
}

.nk-main-dark .woocommerce-MyAccount-content {
	min-height: 500px;
}

.nk-main-dark .wp-block-woocommerce-filled-cart-block .wc-block-cart-items__header th {
	font-size: 20px;
	padding-left: 16px !important;
}

.nk-main-dark .wp-block-woocommerce-filled-cart-block .wc-block-cart-items__header th span {
	border-bottom: 1px solid #fff;
}


.nk-main-dark .wp-block-woocommerce-filled-cart-block .wp-block-woocommerce-cart-line-items-block {
	border: 1px solid #fff !important;
	padding: 10px;
}

.nk-main-dark .wp-block-woocommerce-filled-cart-block .wc-block-cart__totals-title {
	font-size: 20px !important;
}

.nk-main-dark .wp-block-woocommerce-filled-cart-block.is-mobile {
	margin: 10px;
}

.nk-main-dark .wp-block-woocommerce-filled-cart-block.is-mobile,
.nk-main-dark .wp-block-woocommerce-filled-cart-block.is-small {
	margin: 10px;
}

.nk-main-dark .wp-block-woocommerce-filled-cart-block .woofs-linked td {
	padding: 10px 0 10px 16px !important;
}

.nk-main-dark .wp-block-woocommerce-filled-cart-block .woofs-linked img {
	display: none;
}

@media (max-width: 991.98px) {
	.nk-main-dark .woocommerce-form-login .form-row {
		display: block;
	}
  
}


@media (max-width: 768px) {
	.nk-main-dark .woocommerce-form-login .form-row {
		display: block;
	}

	.woocommerce table.shop_table_responsive tr td, 
	.woocommerce-page table.shop_table_responsive tr td {
		min-width: 80vw;
        max-width: 350px;
	}
}