/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.custom-instagram-gallery {
    max-width: 820px;
    margin: 0 auto;
	    margin-bottom: 20px;
}
.text-center {
    text-align: center;
}

.cn_login {
    width: 100%;
}

button.button.cn_btn {
    background: transparent !important;
    color: #000;
}

button.button.cn_add_to_cart_button.cn_lightbox {
    position: absolute;
    right: 15px;
    top: 80px;
    color: #fff;
    background: #191919 !important;
    border: 3px solid #d1d1d1;
    border-radius: 50px;
    padding: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

button.button.cn_add_to_wishlist_button.cn_lightbox {
    position: absolute;
    right: 15px;
    top: 140px;
    color: #fff;
    background: #191919 !important;
    border: 3px solid #d1d1d1;
    border-radius: 50px;
    padding: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-icon {
    display: inline-block !important;
    border: 1px solid hsla(0, 0%, 50%, .1);

}

.gallery-icon:hover {
    background: #ffffff;
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
}

.cn_card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

.cn_add_to_wishlist_button {
    color: #000 !important;
}

.wishlist-inner {
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
}

.wishlist-inner>div {
    margin: 0 5px;
}

.wishlist-inner {
    padding: 10px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 10px;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.wishlist-item-thumb {
    width: 50px;
    flex: 0 0 50px;
    line-height: 0;
}

.wishlist-item-info {
    flex-grow: 1;
}

.wishlist-item-title {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.2;
    color: #222222;
}

.wishlist-item-price span {
    font-size: 12px !important;
    font-weight: 400 !important;
}

.cn_flex {
    display: flex;
}

.custom_wishlist_body {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

.btn_wishlist_count {
    position: relative;
}

.wishlist-count span {
    background-color: #cc6055;
}

.wishlist-count span {
    position: absolute;
    top: -1px;
    right: -25px;
    height: 22px;
    width: 22px;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    background: #eaecee;
    color: #000;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.btn_wishlist_count {
    padding: 0 !important;
    background: transparent !important;
    color: #000 !important;
}

span.header_title {
    font-weight: normal;
}

.button.cn_btn {
    padding: 15px;
}

.cn_wishlist_remove {
    line-height: 0 !important;
    cursor: pointer;
}

.cn_add_to_cart_wishlist {
    color: rgb(0, 0, 0) !important;
    background: transparent !important;
    padding: 5px;
}

.floating-wishlist-count {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #ffffff;
    display: block;
    cursor: pointer;
    position: fixed;
    left: 40px;
    bottom: 120px;
    z-index: 99999997;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.floating-wishlist-count i {
    font-size: 24px;
    line-height: 60px;
    color: #444;
}

.floating-wishlist-count span {
    position: absolute;
    top: -10px;
    right: -10px;
    height: 30px;
    width: 30px;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    background: #e94b35;
    color: #ffffff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

/* #floating-wishlist-count{
    display: none;
} */
/* @media only screen and (max-width: 600px) {
    #floating-wishlist-count {
      display: block;
    }
  } */

.cn_ga_btn {
    display: flex;
    align-items: center;
}

.wishlist-count {
    display: flex;
    position: relative;
}

.wishlist-count i {
    font-size: 25px;
    font-weight: bold;
}

.cn_account_menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    /* flex-direction: column;
    gap: 10px; */
    width: 150px;
}

.cn-menu-link {
    text-decoration: none !important;
}

ul#cn_account_menu li {
    padding: 10px;
}

.cn_account_menu li a {
    color: #222222;
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
    border: 0;
}

.cn_account_menu.active {
    display: block;
    background-color: #ffffff;
    color: #000;
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 99999;
}

.cn-menu-link::before {
    display: inline-block;
    font: inherit;
    font-family: dashicons;
    position: static;
    margin: 0 6px 0 0px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
    background: transparent;
    height: auto;
    width: auto;
}

div#cn_hamburger {
    position: relative;
}

.um.um-login {
    padding: 10px;
}

.um.um-register {
    padding: 10px;
}

.custom_wishlist {
    padding: 15px;
}

.um-field-label label {
    font-size: 14px !important;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.2 !important;
    color: #222222 !important;
}

.um input[type=submit].um-button {
    border-color: #000000 !important;
    background: transparent !important;
    font-weight: 700 !important;

    border-width: 3px !important;
    border-style: solid !important;
    border-color: #000000 !important;
    text-transform: uppercase;
    border-radius: 0 !important;
    color: #000 !important;
    padding: 0 10px !important;
    height: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.um .um-button {
    border-color: #000000 !important;
    background: transparent !important;
    font-weight: 700 !important;

    border-width: 3px !important;
    border-style: solid !important;
    border-color: #000000 !important;
    text-transform: uppercase;
    border-radius: 0 !important;
    color: #000 !important;
    padding: 0 10px !important;
    height: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

input[type=submit].um-button, input[type=submit].um-button:focus{
    height: 40px !important;
}

.um-form-field {
    background: #eeeeee !important;
}
.cn_gallery_icon{
    width: 25px;
}
svg.kadence-svg-icon.kadence-shopping-cart-svg {
    font-size: 25px !important;
}

form.checkout .woocommerce-checkout-review-order {
    margin: 0!important;
}
form.checkout.woocommerce-checkout {
    padding: 20px!important;
}
.woocommerce-billing-fields__field-wrapper {
    margin: 0 !important;
}

.single-content h3+*{
    margin-left: 0!important;
}

div#customer_details {
    border-right: 1px solid #000;
}

button#place_order {
    font-weight: 700 !important;
    border-width: 3px !important;
    border-style: solid !important;
    border-color: #000000 !important;
    color: #000;
}

a.checkout-button.button.alt.wc-forward {
    font-weight: 700 !important;
    border-width: 3px !important;
    border-style: solid !important;
    border-color: #000000 !important;
    color: #000;
}



img.cn_gallery_icon {
    padding: 0 !important;
}
.woocommerce-form-coupon-toggle {
    display: none;
}
.woocommerce-form-coupon-custom p {
    margin-bottom: 10px!important;
}
.woocommerce-form-coupon-custom .button {
    font-weight: 700 !important;
    border-width: 3px !important;
    border-style: solid !important;
    border-color: #000000 !important;
    color: #000;
    height: 40px;
}
.cn_custom_btn{
    font-weight: 700 !important;
    border-width: 3px !important;
    border-style: solid !important;
    border-color: #000000 !important;
    color: #000;
}

.woocommerce-MyAccount-content .custom_wishlist {
    padding: 10px 0;
}
.gallery-lightbox-container.blueimp-gallery.blueimp-gallery-display {
    z-index: 999;
}

@media screen and (max-width: 600px) {
    .woocommerce-form-coupon-custom .button {
        font-size: 13px;
    }
    div#customer_details {
        border-right: none;
    }
  }