/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.position-relative {
    position: relative;
}

input::placeholder {
    opacity: 0.3;
    font-size: 14px;
}

.wd-header-user {
    padding-left: 10px;
    background-color: #FFFFFF;
    position: relative;
}

.wd-header-user .user-sayhi {
    align-items: center;
    display: flex;
}

.wd-header-user .user-sayhi .dropdown-icon {
    width: 24px;
    height: 24px;
}

.wd-header-user .user-sayhi .user-info {
    color: #333333;
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: 0;
    margin-right: 20px;
    min-width: max-content;
}

.wd-header-user .user-sayhi .user-info .name {
    display: block;
    font-weight: bold;
}


.wd-header-user .user-dropdown {
    display: none;
}

.wd-header-user:hover .user-sayhi + .user-dropdown {
    display: block;
    background: #ffffff;
    z-index: 3;
}

.wd-header-user .user-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    min-width: 270px;
}

.wd-header-user .user-dropdown .user-dropdown-wrapper {
    list-style-type: none;
    margin-bottom: 0;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);
    border-radius: 10px;
    padding: 10px;
    background-color: #FFFFFF;
    margin-top: 10px;
}

.wd-header-user .user-dropdown li {
    margin-bottom: 0;
    padding: 10px 15px;

}

.wd-header-user .user-dropdown li a {
    display: flex;
    font-family: "Open Sans";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 30px;
    align-items: center;
    transition: color .2s, font-weight .2s;
    font-weight: 400;
}

.wd-header-user .user-dropdown li:hover a {
    color: #AD5E99;
    font-weight: 600;
}

.wd-header-user .user-dropdown a .icon {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    display: flex;
}

.wd-header-user .user-dropdown li:hover a .icon #Combined-Shape,
.wd-header-user .user-dropdown li:hover a .icon #user-circle {
    fill: #AD5E99;
}

input::placeholder {
    opacity: 0.3;
    font-size: 14px;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.sg-loading {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 8999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}

.project-input {
    margin-left: 5px;
    padding: 5px 10px;
    position: relative;
    border-width: 0 1px;
    border-color: #8F9BA9;
    border-style: solid;
    margin-right: 10px;
}

.project-input p {
    color: #8F9BA9;
    font-size: 14px !important;
    line-height: 20px !important;
    margin-bottom: 5px !important;
}

.project-input input {
    height: 40px !important;
    font-size: 14px !important;
    background: white !important;
    border-width: 1px !important;
    border-radius: 5px !important;
    line-height: unset !important;
    font-weight: bold;
    width: 100%;
    height: 40px!important;
    margin-right: 0.5rem;
    min-width: 260px;
}

.project-input input:read-only {
    color: #8F9BA9 !important;
    cursor: no-drop;
}

.project-input > div {
    position: relative;
}

.project-input form {
    display: flex !important;
}

.project-input button {
    font-family: "Open Sans"!important;
    font-size: 18px!important;
    letter-spacing: 0;
    text-align: center;
    line-height: 30px !important;
    border-radius: 21px!important;
    padding: 4px 23px!important;
    background-color: transparent!important;
    border: 1px solid #AD5E99!important;
    color: #AD5E99!important;
    box-shadow: unset!important;
    font-weight: 400;
    text-transform: none;
    max-width: 110px;
}

.project-input a {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.project-input form {
    position: relative;
}

.project-input form img {
    position: absolute;
    right: 3px;
    z-index: 3;
    top: 52%;
    transform: translateY(-50%);
    background: white;
    display: none;
}

.list-product-gender{
    padding: 0 10px;
}
.list-product-toggle {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px){
    .list-product-toggle {
        margin-bottom: 20px;
    }
}

.list-product-toggle .gender-toggle {
    height: 60px;
    width: 100%;
    max-width: 480px;
    border-radius: 30px;
    background-color: #ECEDF0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    color: #8F9BA9;
    cursor: pointer;
    margin: 0;
}

@media only screen and (max-width: 767px){
    .list-product-toggle .gender-toggle {
        height: 48px;
        font-size: 18px;
        line-height: 18px;
    }
}

.list-product-toggle .gender-toggle img.active {
    display: none;
}

.list-product-toggle .gender-toggle img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-right: 8px;
}
@media only screen and (max-width: 767px){
    .list-product-toggle .gender-toggle img {
        margin-right: 4px;
    }
}

.list-product-toggle .gender-toggle.active {
    background-color: #AD5E99;
    color: #FFF;
}

.list-product-toggle .gender-toggle.active img.active {
    display: inline-block;
}

.list-product-toggle .gender-toggle.active img.normal {
    display: none;
}
.list-product-gender .list-product.owl-carousel{
    opacity: 1;
}
.list-product-gender .list-product.active {
    display: block;
}
.list-product-gender .list-product:not(.active) {
    display: none;
}

.list-product .list-product__item {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #8F9BA9;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-radius: 10px;
    padding: 30px 30px 10px 30px;
    display: flex;
    flex-direction: column;
}

.list-product .list-product__item:hover {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}

.list-product .list-product__title h2 {
    font-size: 40px !important;
    color: #6493EC;
    text-transform: uppercase;
    height: 200px;
    font-weight: 600;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .list-product .list-product__title h2 {
        height: 100px;
    }
}

.list-product .list-product__button {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.list-product .list-product__button a {
    fill: #333333;
    display: inline-block;
    color: #333333;
    background-color: #EAEAEA;
    border-radius: 20px 20px 20px 20px;
    padding: 10px 30px 10px 30px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;;
}

.list-product .list-product__divided {
    border-top: 1px solid #DBDBDB;
    width: 100%;
    margin: 0 auto 20px;
}

.list-product .list-product__price {
    margin-bottom: 20px;
}

.list-product .list-product__price span {
    text-align: center;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 28px;
    line-height: 27px;
    color: #0a0a0a;
}

.slick-slide {
    margin-right: 5px;
}

.slick-slide:last-child {
    margin-right: 0;
}

.list-product .owl-nav > button button {
    padding: 0;
    height: 200px;
    width: 40px;
    background: #cccccc66 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    color: black;
    transform: translateY(-50%);
}

.owl-nav > button:hover > button {
    background: #cccccc !important;
}

.list-product .owl-nav > .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: #cccccc66;
    height: 200px;
    width: 40px;
}

.list-product .owl-nav > .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: #cccccc66;
    height: 200px;
    width: 40px;
}

.whb-main-header .wd-header-cart {
    display: none !important;
}

.css-two-row-limit h2 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.mb-2 {
    margin-bottom: 2rem;
}

.tax-product_cat .product-wrapper .wd-bottom-actions, .post-type-archive .product-wrapper .wd-bottom-actions{
    display: none !important;
}


.custom-payment-button-in-payment {
    display: none !important;
}
.l-section.is-payment .l-section__body .custom-payment-button-in-payment {
    display: flex !important;
}

@media only screen and (max-width: 767px)  {
    .l-section.is-payment {
        flex-direction: column;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .l-section.is-payment .l-section__foot, .l-section.is-payment .l-section__body {
        width: 100% !important;
    }
    .custom-payment-button-in-payment {
        display: flex !important;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .custom-payment-button-in-payment button {
        min-width: 80% !important;
    }
    .l-section.is-payment .l-section__body .p-selectList.p-options select {
        width: 80% !important;
    }
    .l-section.is-payment .l-section__body .custom-payment-button-in-payment {
        display: none !important;
    }
    .jquery-modal .modal {
        padding: 20px !important;
    }
    .jquery-modal .modal h3.title, .jquery-modal .modal h2, .jquery-modal .modal .description {
        text-align: center !important;
    }
    .p-productList .p-productList__item .p-productList__title .c-title {
        -webkit-line-clamp: 2 !important;
    }
}

.is-addons-list .p-productList__item .p-productList__title a {
    text-decoration: underline;
    color: rgb(0,0,238);
}

.single-product #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
    display: inline;
}
.mobile-search-icon {
    cursor: pointer;
    position: relative;
    right: 10px;
    display: none;
}

.mobile-search-icon::after{
    font-size: calc(var(--wd-form-height) / 2.3);
    transition: opacity .2s ease;
    content: "\f130";
    font-family: "woodmart-font";
}
@media only screen and (min-width: 768px){
    .mobile-search-icon {
        display: none;
    }
}
@media only screen and (max-width: 767px){

    .whb-main-header .whb-general-header-inner .header-menu-login-btn{
        display: none;
    }
    .whb-main-header .project-input{
        border: 0;
    }

    .whb-main-header .project-input input{
        min-width: unset;
        color: #333!important;
        font-weight: 400!important;
        height: 48px!important;
        font-size: 16px!important;
        border-radius: 8px!important;
    }

    .whb-main-header .project-input input::placeholder{
        color: #999!important;
        font-size: 16px!important;
    }

    .whb-main-header .project-input .c-button{
        background-color: #ad5e99!important;
        border-radius: 8px!important;
        color: #FFF!important;
    }
    .whb-header.whb-default_header{
        margin-bottom: 88px;
    }
    .whb-main-header .whb-general-header-inner{
        position: relative;
    }

    .whb-main-header .project-input {
        border: 0;
        position: absolute;
        top: 100%;
        width: 100%;
        padding: 12px 0;
        left: 0;
        margin-right: 0;
        margin-left: 0;
    }

    .whb-main-header .project-input::after {
        content: '';
        width: calc(100% + 30px);
        height: 1px;
        background: #e1e1e1;
        position: absolute;
        bottom: 0;
        left: -15px;
    }

    .whb-main-header .whb-general-header-inner .wd-header-cart{
        display: flex!important;
    }

    .whb-main-header .whb-general-header-inner .wd-header-cart > a{
        display: none;
    }

    .whb-main-header .wd-header-mobile-nav .wd-tools-text{
        display: none;
    }

    .wd-header-user{
        display: none;
    }

    .mobile-nav .menu-item-account .wd-sub-menu{
       display: none!important;
    }

    .mobile-nav .menu-item-account .wd-nav-opener{
        display: none!important;
    }
}

#mega-menu-wrap-main-menu #mega-menu-main-menu.mega-menu>li.mega-menu-item>a.mega-menu-link {
    display: flex;
}

.site-main.l-mainContent {
    overflow: hidden;
}

div#ui-datepicker-div .ui-datepicker-title {
    display: flex;
    align-items: center;
}

/* Toast */
.jq-toast-wrap{
    display: flex!important;
    justify-content: center;
    left: 0!important;
    width: 100%!important;
}
.jq-toast-wrap .jq-toast-single {
    border-radius: 8px;
    background-color: #FFF;
    padding: 12px 16px;
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    background-image: none;
    display: flex;
    width: 100%;
    align-items: flex-start;
    max-width: max(20vw, 300px);
}
.jq-toast-wrap .jq-toast-single.jq-icon-error {
    background-color: #fae5e5;
    color: #CC0000;
}

.jq-toast-wrap .jq-toast-single.jq-icon-success{
    background-color: #ebf6f2;
    color: #34AA7F;
    padding-right: 48px;
}

.jq-toast-wrap .jq-toast-single.jq-icon-error::before{
    content: '';
    width: 24px;
    height: 24px;
    background-image: url("../images/notice-error.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    margin-right: 8px;
    flex: 0 0 24px;
}

.jq-toast-wrap .jq-toast-single.jq-icon-success::before{
    content: '';
    width: 24px;
    height: 24px;
    background-image: url("../images/notice-success.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    margin-right: 8px;
    flex: 0 0 24px;
}

.jq-toast-wrap .jq-toast-single .close-jq-toast-single {
    display: none;
    color: #333;
    font-size: 24px;
    top: 0;
    transform: translateY(50%);
    right: 16px;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
}

.jq-toast-wrap .jq-toast-single.jq-icon-success .close-jq-toast-single {
    display: block;
}

.jq-toast-wrap .jq-toast-single .jq-toast-loader{
    display: block;
    position: absolute;
    top: 0;
    height: 2px;

}

.jq-toast-wrap .jq-toast-single.jq-icon-error .jq-toast-loader{
    background-color: #f00!important;
}

.jq-toast-wrap .jq-toast-single.jq-icon-success .jq-toast-loader{
    background-color: #34AA7F!important;
}

#ui-datepicker-div{
    z-index: 8999!important;
}

#ui-datepicker-div.ui-datepicker select.ui-datepicker-month,
#ui-datepicker-div.ui-datepicker select.ui-datepicker-year{
    width: 100%;
}
.company-code .company-code-wrapper .company-code-form .c-button:disabled {
    border-color: #dddddd;
    color: #8f9ba9;
    cursor: not-allowed;
}
