
.dashbrd-right-area .story-help-tips ol,
.dashbrd-right-area .story-help-tips ul {
	list-style-position: inside;
	padding-left: 0;
}

.dashbrd-right-area .story-help-tips ol li,
.dashbrd-right-area .story-help-tips ul li {
	display: list-item;
}

.dashbrd-right-area .story-help-tips ol li > p,
.dashbrd-right-area .story-help-tips ol li > strong,
.dashbrd-right-area .story-help-tips ul li > p,
.dashbrd-right-area .story-help-tips ul li > strong {
	display: inline;
	margin: 0;
}
body#terms-conditions .single-page-sec.cmn-gap,
body#content-identity-protection-policy .single-page-sec.cmn-gap {
	padding-top: 0;
}
body.woocommerce-cart table tr td .wc-block-cart-item__prices .price del {
	margin-right: 10px;
}
body.woocommerce-cart .cross-sells-product .wc-block-components-product-title {
	min-height: 55px;
}
body.woocommerce-cart ul.wc-block-components-totals-discount__coupon-list li.wc-block-components-totals-discount__coupon-list-item:after {
	display: none;
}
.header-btn-list.mobile {
	display: none;
}
#woocommerce-checkout-form-coupon input#coupon_code {
    opacity: 0;
    height: 0;
    padding: 0 !important;
    margin: 0;
    visibility: hidden;
    display: none;
}
.woocommerce form.checkout_coupon {
    display: flex !important;
    margin: 0;
    padding: 0;
    flex-direction: column;
    height: 0;
}
.woocommerce form .form-row-first, 
.woocommerce-page form .form-row-first {
	float: none;
	width: 100%;
}
.woocommerce form.checkout_coupon .coupon-error-notice {
    margin-top: 0;
    position: relative;
    top: -58px;
    width: 100%;
    padding: 14px;
    background: #e9e9e9;
    border-left: 3px solid #a00;
    border-radius: 4px;
}
body#checkout form.checkout .form-row-first {
	float: left;
	width: 47%;
}


@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.container { max-width: 1190px; }
	header .navbar-nav>li>a { font-size: 15px; }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.container { max-width: 990px; }
	header .navbar-nav>li>a { font-size: 1.03vw; }
}

@media only screen and (max-width: 991px) {
	.header-btn-list.mobile { display: flex; margin-right: 10px; }
	.header-btn-list.mobile li:nth-child(1),
	.header-btn-list.mobile li:nth-child(2) { display: none; }
	.navbar-toggler { margin-left: 0; }
	.head-profile { width: 38px; height: 38px; }
	.mobile-view { display: flex; }
}

@media only screen and (max-width: 767px) {
	body.woocommerce-cart .wc-block-cart__main { padding: 40px !important; }
	body.woocommerce-cart table.wc-block-cart-items { margin: 0 0 20px 0 !important; }
	body.woocommerce-cart table tr td.wc-block-cart-item__total { display: none; }
	body.woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product { width: 100%; margin: 0 0 20px 0 !important; box-sizing: border-box; }
	body.woocommerce-cart .cross-sells-product .wc-block-components-product-title { min-height: auto; }
	body#checkout form.checkout .form-row-first { width:100%; flex:none; }
}

.optional_voices .sample-voice {
    display: block;
}
.optional_voices .sample-voice .sample-upload-voice{
    margin-bottom:20px;
}