/* closet css start */
.template-product.closet .main-product__block-buy_buttons .m-product-form--wrapper {
    flex-direction: column;
    align-items: start;
}
.template-product.closet .m-sticky-addtocart {
    display: none;
}
/* show product  */
.template-product.closet .main-product__block-buy_buttons .closet-cta-desktop,
.template-product.closet .main-product__block-buy_buttons .closet-selected-products{
     width: 100%;
}
.closet-selected-products {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}
.template-product.closet .main-product__block-buy_buttons .closet-cta-desktop>button {
    background: #e0ab40;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.2;
    padding: 12px 30px;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.closet-sale-price{
  font-size:28px;
  font-weight:700;
}

.closet-compare-price{
  font-size:18px;
  color:#999;
}

.closet-product {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    border: 1px solid #eee;
    width: 50%;
    min-height: 120px;
    position: relative;
}

.closet-product img{
  width:60px;
}

.closet-info{
  flex:1;
}

.closet-remove {
    border: none;
    background: #ddd !important;
    border-radius: 100%;
    height: 22px;
    width: 22px;
    top: -10px;
    right: -10px;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
}
.nh-selection-error-message {
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: capitalize;
    color: #de6161;
}
/* closet css end */
.drawer-content .drawer-header>div>h3,
.drawer-content .drawer-header>div>h4 {
    font-family: 'M-Body-Font';
}
.drawer-content .nh-sampleSelectFilter-list {
    display: flex;
    align-items: center;
    gap: 10px;
}
.drawer-content .nh-sampleSelectFilter-list>li>h4 {
    font-size: 15px;
    font-family: 'M-Body-Font';
    font-weight: 500;
    line-height: 1.3;
}
.drawer-content .nh-sampleSelectFilter-list .form-group label {
    font-size: 14px;
    line-height: 1.3;
}
.drawer-body .nh-sampleSelectFilter-container {
    margin-bottom: 15px;
}
.drawer-body .gendercloset-products {
    width: 100%;
    margin-bottom: 12px;
}
.drawer-body .gendercloset-products .nh-custom-checkbox,
.drawer-body .gendercloset-products .nh-custom-checkbox .form-control-label {
    display: flex;
    gap: 10px;
}
.nh-cartContainerSelectSamples .nh-containerSamples label img {
    max-width: 70px;
    border: 1px solid #dee2e6;
}
.nh-sampleDescription .conversion-bear-money {
    font-size: 13px;
}
.drawer-footer .nh-containerButtonSelectSamples {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.drawer-footer .nh-containerButtonSelectSamples>div:first-child,
.drawer-footer .nh-containerButtonSelectSamples>div>button {
    font-size: 16px;
    line-height: 1.3;
}
.drawer-footer .nh-containerButtonSelectSamples>div>button {
    background: #e0ab40;
    color: #fff;
    padding: 10px 25px;
}
.drawer.show.drawer-right:after {
    content: "";
    display: block;
    z-index: -1;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0,0,0,0.5);
}
/* ------------------------- */
 .drawer-open {
	overflow: hidden
}

.drawer {
	position: fixed;
	width: 400px;
	top: 0;
	z-index: 1050;
	height: 100vh;
	display: none
}

.drawer.drawer-right {
	right: -320px;
	border-left: 1px solid rgba(0, 0, 0, .2)
}

.drawer.drawer-left {
	left: -320px;
	border-right: 1px solid rgba(0, 0, 0, .2)
}

.drawer.show {
	-webkit-transform: none;
	transform: none;
	opacity: 1 !important
}

.drawer.show.drawer-right {
	right: 0
}

.drawer.show.drawer-left {
	left: 0
}

.drawer.slide {
	transition: left .2s ease, right .2s ease
}

@media (prefers-reduced-motion:reduce) {
	.drawer.slide {
		transition: none
	}
}

.drawer-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000
}

.drawer-backdrop.fade {
	opacity: 0
}

.drawer-backdrop.show {
	opacity: .5
}

.drawer-body {
    padding: 1rem 1rem;
    max-height: calc(100vh - 150px);
    overflow: auto;
}

.drawer-content {
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	outline: 0;
	height: 100%;
	overflow-y: auto
}

.drawer-content.drawer-content-scrollable {
	display: flex;
	flex-direction: column
}

.drawer-content.drawer-content-scrollable>div {
	display: flex;
	flex-direction: column
}

.drawer-content.drawer-content-scrollable>div.drawer-body {
	flex: 1;
	overflow-y: auto
}

.drawer-header {
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6
}

.drawer-header .form-group {
	margin-bottom: 0
}

.drawer-footer {
	padding: 1rem;
	border-top: 1px solid #dee2e6
}

.drawer-title {
	margin-bottom: 0;
	line-height: 1.5
}

.drawer-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

.drawer-content .drawer-header>div>h3 {
    font-size: 16px !important;
    font-weight: 500;
}
.drawer-content .drawer-header>div>h4 {
    font-size: 13px !important;
}
.drawer-header button {
    font-size: 15px;
    color: #fff;
    background: #e0ab40 !important;
    display: block;
    height: 25px;
    width: 25px;
    border-radius: 30px;
    line-height: 1;
}
.drawer-content form#sampleproducts {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.nh-sampleDescription .nh-sampleLabel {
    font-size: 14px !important;
}
.nh-sampleDescription .nh-sampleCommercialLine small {
    font-size: 10px !important;
    opacity: 0.8;
}
.nh-sampleDescription .nh-sampleCommercialLine {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}
.nh-sampleDescription {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.nh-sampleSelectFilter-filter .nh-custom-checkbox {
    display: flex;
    align-items: center;
    gap: 7px;
}

@media(max-width:1280px){
    .drawer-content .nh-sampleSelectFilter-list>li>h4 {
        font-size: 13px;
        margin-right: 5px !important;
    }
}

@media(max-width:767px){
    .drawer-content .nh-sampleSelectFilter-list>li>h4 {
        font-size: 13px;
        margin-right: 1px !important;
    }
}

@media(max-width:580px){
    .drawer-content .drawer-header>div>h3 {
        font-size: 15px !important;
    }
    .drawer-content .drawer-header>div>h4 {
        font-size: 12px !important;
        margin-top: 4px !important;
    }
    .drawer-header {
        padding: 0.75rem 1rem;
    }
    .drawer-body .gendercloset-products .nh-custom-checkbox, .drawer-body .gendercloset-products .nh-custom-checkbox .form-control-label {
        gap: 8px;
    }
    .nh-sampleDescription .nh-sampleLabel {
        font-size: 13px !important;
    }
    .nh-sampleDescription .conversion-bear-money {
        font-size: 12px;
    }
    .nh-sampleDescription .nh-sampleCommercialLine {
        gap: 1px;
    }
    .nh-cartContainerSelectSamples .nh-containerSamples label img {
        max-width: 65px;
    }
    .drawer-content .nh-sampleSelectFilter-list>li>h4 {
        font-size: 12px;
        margin-right: 0px !important;
    }
    .drawer-content .nh-sampleSelectFilter-list .form-group label {
        font-size: 13px;
    }
    .nh-sampleSelectFilter-filter .nh-custom-checkbox {
        gap: 5px;
    }
    .drawer-footer .nh-containerButtonSelectSamples>div:first-child, .drawer-footer .nh-containerButtonSelectSamples>div>button {
        font-size: 15px;
    }
    .drawer-footer .nh-containerButtonSelectSamples>div>button {
        padding: 8px 23px;
    }
}

@media(max-width:428px){
    .drawer {
        width: 95%;
    }
    .drawer-content .drawer-header>div>h3 {
        font-size: 14px !important;
    }
    .drawer-content .drawer-header>div>h4 {
        font-size: 11px !important;
        margin-top: 3px !important;
    }
    .drawer-header button {
        font-size: 13px;
        height: 23px;
        width: 23px;
    }
}