.ymq-checkbox-radio[type=checkbox], .ymq-checkbox-radio[type=radio]{
    display: inline-block !important;
    -webkit-appearance: none !important;
}
.ymq-checkbox-radio[type=checkbox], .ymq-checkbox-radio[type=radio]{
  top: 0!important;
}
.just-tooltip{
 z-index: 9999 !important;
}
.ymq-price-in-option-value{
    color: unset!important;
}

.ymq_r_c_box{
    display: inline-flex;
    white-space: unset!important;
    align-items: center;
    margin-bottom: 5px;
}
.ymq-checkbox-radio[type=checkbox] + label, .ymq-checkbox-radio[type=radio] + label{
    margin-bottom: 0px !important;
}
.ymq-input-text {
    margin-bottom: 0px !important;
}
#ymq-price-addons{display:none;}
#ymq-addons-price{
    color: var(--price-price-font-color);
}
.ymq_tooltip_switch_img_box{
    text-align: center;
}
.ymq_tooltip_switch_img{
    max-width: 200px;
}
.spotlight{
    z-index: 3;
}
.ymq-col-3{display: inline-block;width:32.5%;}.ymq-col-2{display: inline-block;width:49%;}.ymq-col-4{display: inline-block;width:24%;}
/*.ymq-col-2:nth-child(2n){*/
/*  float:right;*/
/*}*/
/*.ymq-col-3:nth-child(3n){*/
/*  float:right;*/
/*}*/
/*.ymq-col-4:nth-child(4n){*/
/*  float:right;*/
/*}*/

.just-tooltip{max-width:300px;}
.ymq_custome_text img{max-width:100%;height:auto;}
.ymq-option-title {
    width: 100%;
}
.ymq-qty-input{display: inline-block !important;}
.just-tooltip .just-con {
   text-align: center;
}
.spotlight{display:block !important;}
.ymq-canvas-box{
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.ymq-canvas-text{
    display: block;
    line-height: 1;
}
#spotlight a:empty,#spotlight article:empty,#spotlight div:empty,#spotlight dl:empty,#spotlight h1:empty,#spotlight h2:empty,#spotlight h3:empty,#spotlight h4:empty,#spotlight h5:empty,#spotlight h6:empty,#spotlight p:empty,#spotlight section:empty,#spotlight ul:empty {
    display: block;
}
#spotlight .header {
    display: block;
    padding: 0;
}
#spotlight .header div{
    display: inline-block;
}

.colpick{
    z-index: 99;
}
.ymq-input-color-button,.colpick_new_color{display: block!important;}
.ymq-input-text:focus,.ymq-input-text.focus{
  border: 1px solid var(--input-border-checked-color)!important;
  background: var(--input-background-checked-color)!important;
  color: var(--input-font-checked-color)!important;
}
@media(max-width: 374px){
    /*.ymq-options-box {*/
    /*    text-align: center !important;*/
    /*}*/
    /*.ymq-option-title{*/
    /*    display: block !important;*/
    /*}*/
    .colpick {
        width: 276px !important;
    }
    .colpick_color,.colpick_color_overlay1,.colpick_color_overlay2 {
        width: 110px !important;
        height: 110px !important;
    }
    .colpick_hue {
        left: 130px !important;
        height: 110px !important;
        width: 15px !important;
    }
    .colpick_hue_arrs {
        width: 31px !important;
    }
    .colpick_new_color {
        left: 161px !important;
    }
    .colpick_hex_field,.colpick_rgb_r,.colpick_rgb_g,.colpick_rgb_b {
        left: 161px !important;
    }
    .colpick_hsx_h,.colpick_hsx_s,.colpick_hsx_x {
        left: 220px !important;
    }
    .colpick_field{
        width: 50px !important;
    }
    .colpick_full_ns .colpick_new_color {
        width: 110px !important;
    }
    .colpick_hex_field{
        width: 110px !important;
    }
}
.ymq-options-button-input:checked+label, .ymq-options-button-input:not(:checked)+label{
    display: inline-flex;
}
@media(max-width: 300px){
    .colpick {
        width: 170px !important;
    }
    .colpick_new_color,.colpick_field{
        display: none !important;
    }
    .colpick_hex_field{
        left: 8px !important;

    }
}
.ymq-no-strong-drop-down option:disabled{
    color: var(--select-option-font-disabled-color);
}
.ymq-qty-input-item{
    display: inline-block;
    text-align: center;
    align-items: center;
    margin: calc(var(--qty-margin-t-b) * 1px) calc(var(--qty-margin-l-r) * 1px);
    max-width: calc(var(--qty-max-width) * 1px);
}
.ymq-options-box-3 .ymq-qty-input-item:not(.ymq-qty-input-item-flex),.ymq-options-box-7 .ymq-qty-input-item:not(.ymq-qty-input-item-flex){
    display: block;
}
.ymq-qty-input-wrappe-div{
    font-size: calc(var(--qty-font-size) * 1px);
    color: var(--qty-font-color);
    white-space: nowrap;
}
.ymq-qty-input-item-flex .ymq-qty-input-wrappe-div{
    margin-left: 15px;
}
.ymq-qty-input{
    padding: 0!important;
    margin: 0!important;
    height: calc(var(--qty-height) * 1px)!important;
    width: calc(var(--qty-width) * 1px)!important;
    min-height: unset!important;
    min-width: unset!important;
    border: 1px solid var(--qty-border-color);
    border-radius: calc(var(--qty-border-radius) * 1px);
}
.ymq-options-box input.ymq-qty-input[disabled]{
    background: var(--qty-disabled-background-color) !important;
    background-color: var(--qty-disabled-background-color) !important;
    color: transparent;
}
.ymq-qty-input-item-flex{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.ymq-qty-input-item-flex .ymq-canvas-box{
    text-align: left;
}
.ymq-multiple-select-qty-wrappe{
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;

}
.ymq-multiple-select-qty-wrappe .ymq-qty-input-wrappe-div{
    margin-bottom: 10px;
    margin-right: 10px;
}
.ymq-options-qty-box .ymq-dropdown{
    margin-bottom: 10px;
}
#spotlight .preloader.visible{display:none !important;}
.ymq-options-button-input+label,.ymq-options-img-input+label {
    float:none !important;
}

.ymq-qty-input-trigger{
    padding: 0!important;
    margin: 0 3px!important;
    height: calc(var(--qty-height) * 1px)!important;
    width: calc(var(--qty-height) * 1px)!important;
    min-height: unset!important;
    min-width: unset!important;
    border: 1px solid var(--qty-border-color);
    border-radius: calc(var(--qty-border-radius) * 1px);
    display: inline-block;
    cursor: pointer;
    user-select: none;
}

.ymq_upload_item .ymq_upload_success,.ymq_upload_item:hover .ymq_upload_success{
    background-image: url("data:image/svg+xml,%3Csvg t='1613704328938' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='2595' width='100%25' height='100%25'%3E%3Cpath d='M864.452525 896c-7.757576 0-15.256566-3.10303-20.816161-8.662626l-707.232324-707.232323c-11.507071-11.507071-11.507071-29.99596 0-41.503031 11.507071-11.507071 29.99596-11.507071 41.503031 0l707.232323 707.232323c8.274747 8.40404 10.731313 21.074747 6.206061 31.935354-4.39596 11.119192-15.127273 18.230303-26.89293 18.230303' fill='' p-id='2596'%3E%3C/path%3E%3Cpath d='M157.220202 896c-11.894949 0-22.626263-7.111111-27.151515-18.10101s-1.939394-23.660606 6.464646-32.064647l707.232324-707.232323c11.636364-10.60202 29.478788-10.084848 40.597979 1.034344 11.119192 11.119192 11.507071 28.961616 0.905051 40.597979l-707.232323 707.232324c-5.559596 5.430303-13.058586 8.533333-20.816162 8.533333' fill='' p-id='2597'%3E%3C/path%3E%3C/svg%3E");
}
.ymq_upload_status {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 5px;
}
#ymq-price-addons{
    font-size: calc(var(--price-font-size) * 1px)!important;
}
select{
    --text:unset!important;
    --background: unset!important;
}
.jedate-content{
    display: block!important;
}


.ymq-bmodal-content{
    border-radius: 0;
}
.ymq-modal-body-height-auto{
    height:auto;
}
.ymq-icon{
    width: 100%!important;
    width: 100%!important;
}
.ymq-modal-close{
    width: 30px;
    width: 30px;
    opacity: 1!important;
}
.ymq-ajax-cart-button-box{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0 0 0;
}
.ymq-ajax-cart-button{
    background: var(--ajax-cart-modal-button-background-color);
    color: var(--ajax-cart-modal-button-color)!important;
    display: flex;
    font-size: calc(var(--ajax-cart-modal-button-font-size) * 1px)!important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    min-width: calc(var(--ajax-cart-modal-button-min-width) * 1px)!important;
    margin:0 10px;
    padding: calc(var(--ajax-cart-modal-button-padding-t-b) * 1px) calc(var(--ajax-cart-modal-button-padding-l-r) * 1px)!important;
}
.ymq-ajax-success-alert{
    border-radius: calc(var(--ajax-cart-modal-alert-radius) * 1px)!important;
    position: relative;
    font-size: calc(var(--ajax-cart-modal-alert-font-size) * 1px)!important;
    padding: calc(var(--ajax-cart-modal-alert-padding) * 1px)!important;
    margin: 5px 0;
    background-color: var(--ajax-cart-modal-alert-background-color)!important;
    color: var(--ajax-cart-modal-alert-color)!important;
    cursor: pointer;
    display: flex;
    align-items: center;
    line-height: 1;
}
.ymq-success-icon-box{
    width:20px;
    height:20px;
    display: flex;
    align-items: center;
}
.ymq-ajax-cart-box{
    max-width:450px;
    margin:0 auto;
}
.ymq-fake-checkout-btn{cursor:pointer}


.ymq-discount {
    margin: 20px 0;
    max-width: 100%;
    display: flex;
    justify-content: flex-end;
    justify-content: var(--new-discount-layout)
}

.ymq-discount-action {
    display: inline-flex;
    flex-wrap: wrap;
    width: 404px;
    max-width: 100%;
    justify-content: flex-start
}

.ymq-discount-input {
    background-color: white !important;
    color: #333333 !important;
    border: 1px solid #d5d5d5 !important;
    background-clip: padding-box !important;
    border-radius: 5px !important;
    display: block !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    word-break: normal !important;
    line-height: inherit !important;
    padding: 13px 11px !important;
    height: 46px !important;
    width: 320px !important;
    max-width: 100% !important;
    margin: 0 !important;
    outline: unset !important
}

.ymq-discount-active {
    display: inline-flex;
    justify-content: space-between;
    max-width: 100%
}

.ymq-discount-apply {
    display: inline-flex;
    align-items: center;
    background-color: var(--new-discount-normal-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
    margin-left: 12px;
    white-space: nowrap;
    cursor: pointer;
    background-clip: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px transparent solid;
    border-radius: 5px;
    color: white;
    font-weight: 500;
    padding: 0 16px;
    text-align: center;
    position: relative;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    user-select: none
}

.ymq-discount-input:focus {
    outline: none !important;
    border-color: var(--new-discount-normal-color) !important;
    -webkit-box-shadow: 0 0 0 1px var(--new-discount-normal-color) !important;
    box-shadow: 0 0 0 1px var(--new-discount-normal-color) !important
}

.ymq-discount-input.ymq-discount-input-error {
    border-color: var(--new-discount-error-color);
    -webkit-box-shadow: 0 0 0 1px var(--new-discount-error-color);
    box-shadow: 0 0 0 1px var(--new-discount-error-color)
}

.ymq-discount-apply.ymq-discount-apply-disable {
    background-color: #c8c8c8;
    cursor: default
}

.ymq-discount-apply.ymq-discount-apply-progress {
    position: relative;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJsb2FkZXItMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQogd2lkdGg9IjQwcHgiIGhlaWdodD0iNDBweCIgdmlld0JveD0iMCAwIDUwIDUwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MCA1MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTQzLjkzNSwyNS4xNDVjMC0xMC4zMTgtOC4zNjQtMTguNjgzLTE4LjY4My0xOC42ODNjLTEwLjMxOCwwLTE4LjY4Myw4LjM2NS0xOC42ODMsMTguNjgzaDQuMDY4YzAtOC4wNzEsNi41NDMtMTQuNjE1LDE0LjYxNS0xNC42MTVjOC4wNzIsMCwxNC42MTUsNi41NDMsMTQuNjE1LDE0LjYxNUg0My45MzV6Ij4NCjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZVR5cGU9InhtbCINCiAgYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIg0KICB0eXBlPSJyb3RhdGUiDQogIGZyb209IjAgMjUgMjUiDQogIHRvPSIzNjAgMjUgMjUiDQogIGR1cj0iMC42cyINCiAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz4NCjwvcGF0aD4NCjwvc3ZnPg0K);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    color: transparent !important
}

.ymq-discount-info {
    margin: 8px 0 4px 0
}

.ymq-discount-error-info {
    font-size: 14px;
    color: var(--new-discount-error-color)
}

.ymq-discount-success-info {
    width: auto;
    border-radius: 4px;
    background-color: rgba(113,113,113,0.11);
    color: #323232;
    font-size: 14px;
    font-weight: 600;
    padding: 12px;
    overflow: hidden;
    display: flex;
    align-items: center
}

.ymq-discount-success-info .ymq-svg-coupon {
    color: #717171;
    fill: currentColor;
    width: 18px;
    height: 18px;
    margin-right: 5px
}

.ymq-discount-success-info .ymq-svg-close {
    stroke: rgba(113,113,113,0.9);
    fill: currentColor;
    width: 12px;
    height: 12px;
    margin-left: 10px;
    cursor: pointer
}

.ymq-discount-success-code {
    text-transform: uppercase
}

.ymq-options-box-7 option:checked {
    background-color:#ccc;
    background:#ccc;
}
.ymq-ajax-fake-checkout-btn{
    display: none !important;
    width: 0px!important;
    height: 0px!important;
    overflow: hidden!important;
    border: none!important;
    opacity: 0!important;
    visibility: hidden!important;
}
.ymq-modal-header {
    padding-bottom: 30px;
}
.ymq-modal-button{
    color: #fff;
    border-radius: 3px;
    padding: 10px 25px;
    display: inline-block;
    box-shadow: 0 2px 6px #000;
    background-color: #000;
    border-color: #000;
    cursor: pointer;
    text-align: center;
    margin: 0 5px 10px 0;
}
.ymq-list-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ymq-list-data{
    flex-shrink: 0;
    width: 33.3%;
    word-break: break-all;
    padding: 8px;
    text-align: center;
}

.ymq-list-item .ymq_upload_img_item{
    display: inline-block!important;
}
#ymq-options-list-modal .ymq-modal-body{
    height:unset!important;
    max-height: calc( 100vh - 200px );
    overflow-y: scroll;
}
.ymq-list-variant{
    width:66.6%;
}
.ymq-list-variant-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ymq-list-variant-data{
    width:50%;
    text-align: center;
}
.spotlight-group-with-text{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.spotlight-group-with-text .ymq-canvas-box{
    width: calc(var(--img-width) * 1px + 30px);
    margin: 5px;
    border: 1px solid var(--img-border-color);
    padding: 10px;
    background: #fff;
    position: relative;
    border-radius: 5px;
}
.spotlight-group-with-text .ymq-options-img-label{
    border: none!important;
    box-shadow: none!important;
}
.spotlight-group-with-text span.ymq-canvas-text{
    font-size: 12px;
    letter-spacing: 1.5px;
    font-weight: 600;
    line-height: 14px;
    word-break: break-word;
}
.spotlight-group-with-text .ymq-options-img-input:checked+label+span.ymq-canvas-text:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    border: 1px solid var(--img-border-checked-color);
    outline: 0;
    box-shadow: none;
    border-radius: 5px;
}
.ymq-item-action-hide{
    display: none!important;
}
.just-tooltip .ymq-price-in-option-value:not(:empty):before{content:"( ";}
.just-tooltip .ymq-price-in-option-value:not(:empty):after{content:" )";}
.ymq-btn-progress::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: 30px!important;
    color: transparent!important;
    background-size: cover;
    z-index: 10000000000;
    width: 100%;
    height: 100%;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin:auto;display:block;' width='200px' height='200px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Ccircle cx='50' cy='50' r='32' stroke-width='8' stroke='%23989898' stroke-dasharray='50.26548245743669 50.26548245743669' fill='none' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' repeatCount='indefinite' dur='1s' keyTimes='0;1' values='0 50 50;360 50 50'%3E%3C/animateTransform%3E%3C/circle%3E%3C/svg%3E")!important;
}
.ymq-dropdown-img {
    width: 30px;
    height: auto;
    margin: 9px 0px 9px 16px;
}

.ymq-dropdown-color {
    width: 30px;
    height: 30px;
    margin: 9px 0px 9px 16px;
}

.ymq-dropdown ul li {
    display: flex;
    align-items: center;
}

.ymq-multiple-li.active {
    background: var(--select-option-background-checked-color);
    color: var(--select-option-font-checked-color) !important;
}

.ymq-dropdown ul li a {
    width: 100%;
}
.ymq-options-button-input:checked+label,.ymq-options-button-input:not(:checked)+label{
    min-width: 55px;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}
.ymq-options-button-input:checked+label span,.ymq-options-button-input:not(:checked)+label span{
    font-size: calc(var(--button-font-size) * 1px);
    letter-spacing: 1px;
    color: var(--button-font-color);
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    border: none;
    background: var(--button-background-color);
}
.ymq-options-button-input:checked+label span{
    color: var(--button-font-checked-color);
    background: var(--button-background-checked-color);
}

.ymq-options-button-input:disabled+label span{
    background: var(--button-background-disabled-color);
    color: var(--button-font-disabled-color);
    cursor: not-allowed
}

.ymq-options-button-input+label span,.ymq-option-value{
    padding: 0!important;
    margin: 0!important;
    display: inline!important;
    background: unset!important;
    background-color: unset!important;
}
.ymq-modal .close-ymq-modal {
    font-size: 48px !important;
    top: 2px !important;
}
.ymq-option-title .required{
    color: var(--global-title-color);
}
#ymq-box,.ymq-box{
    display: flex;
    flex-wrap: wrap;
    width: unset;
    min-width: 100%;
    margin-left: -3px;
    margin-right: -3px;
}
.ymq-options-box{
    width: 100%;
    padding-left: 3px;
    padding-right: 3px;
}
.ymq-options-box.ymq-col-2{
    width: 50%;
}
.ymq-options-box.ymq-col-3{
    width: 33.3%;
}
.ymq-options-box.ymq-col-4{
    width: 25%;
}
.ymq-input-color-box{
    width: calc(var(--input-width) * 1%)!important;
    max-width: calc(var(--input-max-width) * 1px)!important;
}
.ymq-quantity-wrapper{
    width: 100%;
}
.ymq_option_href{
    text-decoration: unset!important;
    color: unset!important;
    background: unset!important;
    background-color: unset!important;
    display: inline!important;
}
.ymq-compare-at-price{
    text-decoration: line-through;
}
.ymq-options-button-input:checked, .ymq-options-button-input:not(:checked){
        left: 0!important;
}
.ymq_tool_span{
    background-repeat: no-repeat;
    background-size: 17px auto;
    width: 23px!important;
}
#cart-errors{
	display:none!important;
}
.ymq-option-powered-by{
    display:none!important;
}
.shopify-payment-button[style="pointer-events: none !important;"] .shopify-payment-button__button{
	pointer-events: none !important;
}