/* .checkout-disabled #payment{
    opacity: .5 !important;
    pointer-events: none;
} */
.ncd-modal .columns{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.ncd-modal .columns a {
    display: block;
    width: 40%;
    background: #eee;
    padding: 8px;
    text-align: center;
    border-radius: 8px;
    float: none;
    text-align: center;
}
.checkout-disabled #payment::before{
    content: "Checkout Disabled: Minimum order quantity is 200 USD for the selected country";
    color: red;
    font-size: 24px;
    font-weight: bold;
    display: block;
    padding:20px;
}
.checkout-disabled #payment input,
.checkout-disabled #payment button,
.checkout-disabled #payment label{
    cursor: not-allowed !important;
    pointer-events: none !important;
    opacity: .5 !important;
}
.accordian-wrapper .accordian-handle{
    cursor: pointer;
}
.accordian-wrapper .accordian-handle:after{
	content: "-";
	padding-left: .5em;
}
.accordian-wrapper .accordian-handle.collapsed:after{
	content: "+";
}
.woocommerce .summary .product_meta .product-ident{
    text-transform: uppercase;
    font-size: .846em;
    display: block;
}
.product-vid-wrapper{
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin: 28px 0;
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.product-vid-wrapper .revert-icon{
    display: none;
}
/* .product-vid-wrapper.active .revert-icon{
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(https://media.ncd.io/sites/2/20171220095021/shrink.png);
    height: 32px;
    width: 32px;
    background-repeat: no-repeat;
    -webkit-filter: invert(100%);
    filter: invert(100%);
    cursor: pointer;
} */
/* .product-vid-wrapper.active{
    display: block;
    text-align: center;
    background: black;
    position: relative;
}
.product-vid-wrapper.active .video-content-column{
    margin: 0 auto;
    color: #aaa;
} */
.video-thumbnail-column{
    /*max-width: 600px;*/
    overflow: hidden;
    position: relative;
}
.video-thumbnail-column p{
    margin: 0;
}
.product-vid-wrapper iframe{
    max-height: 309px;
    width: 100%;
    max-width: 550px;
}
/* .product-vid-wrapper.active iframe{
    width: 50%;
    height: 400px;
}
.product-vid-wrapper.active .video-content-column{
    width: 50%;
} */
.video-content-column{
    width: 100%;
    padding: 4px 20px;
}
.description-video{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    margin: 0 auto 32px auto;
}
.description-video.hd-video{
    flex-direction: column;
}
.description-video>div{
    width: 50%;
    padding: 0 1em;
    text-align: center;
}
.description-video.hd-video>div{
    width: 100%;
}
.main-video-row img{
    max-width: 560px;
}
.description-video iframe{
    margin: 0 auto;
    display: block;
}
.description-video.hd-video iframe{
    /* max-height: unset; */
    height: 639px;
    max-height: 50vw;
}
.woocommerce-Tabs-panel .description-video .video-content-row>h3{
    margin: 0 0 12px 0;
}
/* @media (max-width: 1200px){
    .description-video{
        display: block;
    }
    .description-video>div{
        width: 100%;
    }
    .woocommerce-Tabs-panel .description-video .video-content-row>h3{
        margin: 12px 0 12px 0;
    }
} */
/*.video-content-column p:after{
    content: "See More";
    margin-top: 40px;
    display: block;
}
.after .video-content-column p:after{
    content: "See More";
}*/
/* .active .video-content-column .full-content, .video-content-column .truncated{
    display: block;
} */
/* .active .video-content-column .truncated, .video-content-column .full-content{
    display: none;
} */

/* .active .video-content-column .see-more{
    display: none;
} */
/* body .woocommerce-Tabs-panel div.video-content-column h3{
    padding: 0;
    margin: 0;
} */
