/*
Theme Name: Jevelin Child
Description: Child theme for Jevelin theme
Author: Ncompass
Author URI: http://shufflehound.com
Template: jevelin
Version: 1.0.0
*/

/**
 * 2.0 - Typography
 */

a {
  color: #ae1d71;
  text-decoration: none;
  word-wrap: break-word;
}

a:hover, a:focus {
  color: #bc2c80;
  text-decoration: none;
}

/* End */


.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.current_page_item.menu-item-has-children.menu-item-583 {
  padding-bottom: 18px;
  padding-top: 18px;
}

/* Woo Commerce*/

.woocommerce ul.products li.product a h3 {
  font-size: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
}

/* Footer*/
.sh-image-widgets-description {
  padding-top: 0px;
}
.sh-footer .sh-footer-widgets ul li, .sh-footer .sh-footer-widgets ul li, .sh-recent-posts-widgets .sh-recent-posts-widgets-item {
  border-color: rgba(255, 255, 255, 0);
}
/* Foot Terms Links */

.sh-table-full {
  padding-top: 12px;
}
footer.sh-footer .sh-table-cell {
  display: inline-block;
}
.sh-footer-columns > .widget-item {
  display: inline-block;
  width: 25%;
}
.footer-nav {
  bottom: 1px;
  text-align: center;
}
.sh-footer .sh-copyrights ul li {
  display: inline-block;
}
.sh-footer .sh-copyrights ul li a {
  color: #ffffff;
  font-size: 8px;
  margin-right: 1rem;
}

/* Fix Header Twitter*/
.sh-header-height {
  z-index: 999!important;
}
.sh-header.sh-sticky-header {
  z-index: 999!important;
}

li.menu-item-11735 .sub-menu {
  width: 260px;
}

/** Woocommerce state field fix */

.woocommerce-checkout #billing_state_field .woocommerce-input-wrapper #billing_state{
  border: 1px solid #e5e5e5 !important;
  clip: unset !important;
  -webkit-clip-path: unset !important;
  clip-path: unset !important;
  height: 50px !important;
  overflow: unset !important;
  padding: 1px 24px !important;
  position: relative !important;
  width: 100% !important;
  white-space: unset !important;
}
.woocommerce-checkout #billing_state_field .woocommerce-input-wrapper{
  display:block;
  position:relative;
}
.woocommerce-checkout #billing_state_field .woocommerce-input-wrapper::after {
    background-image: none;
    display: inline-block;
    font-family: 'simple-line-icons'!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e604"!important;
    font-size: 16px;
    line-height: 50px;
    position: absolute;
    right: 20px;
    top: 0;
}
