
.bg-dark {
    background-color: #edd782 !important;
}

.card-image .margin1{
	border: 1px solid;
	margin: 134px;
}


.card-image .margin2{
	margin: 100px 0 0 0;
}

@media (max-width: 1199.98px) {
.card-image .margin1{
	border: 1px solid;
	margin: 0px;
}
.card-image .margin2{
		margin: 30px 0;
} 	  
}



.category h5{
	margin-top: 20px;
}

.category img{
	border: 1px solid;
	width: 100%;
}

.qus h5{
	color: #848383;
}


.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: 0.4rem 1em;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn--secondary {
    background-color: black;
    color: #edd782;
    /* border-color: var(--color-btn-primary); */
    margin-top: 10px;
    margin-bottom: 50px;
}






.inner-product-wrapper.how-to-use ul li {
    display: inline-block;
    margin-bottom: 50px;
}



.inner-product-wrapper.how-to-use ul li .how-desc {
    padding: 20px 0 20px 10px;
    position: relative;
}


.inner-product-wrapper.how-to-use ul li>div {
    display: inline-block;
	float: left;
}

.inner-product-wrapper.how-to-use ul li h4 {
    position: relative;
    color: #000;
    font-weight: bold;
}

.inner-product-wrapper.how-to-use ul li h3 {
    margin: 30px 0 10px 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}


.inner-product-wrapper.how-to-use ul li h4:before {
    width: 50px;
    height: 1px;
    background: #b98c8d;
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    left: -54px;
}

.inner-product-wrapper.how-to-use ul li h4:after {
    width: 6px;
    height: 6px;
    border: 1px solid #b98c8d;
    content: "";
    position: absolute;
    top: 0;
    left: -4px;
    border-radius: 50%;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}




.video iframe{
width:100%;
height:680px;
}

@media (max-width: 1199.98px) {
.video iframe{
	width:100%;
	height:480px;
	}
}

@media (max-width: 768px) {
.video iframe{
	width:100%;
	height:300px;
	}
	
.inner-product-wrapper.how-to-use ul li h3 {
    margin: 0px 0 10px 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}
.inner-product-wrapper.how-to-use ul li h4 {
    position: relative;
    color: #000;
    font-weight: bold;
    font-size: 16px;
}	

.inner-product-wrapper.how-to-use ul li p {
    font-size: 14px;
}
	
}






.cart-item {
    display: flex;
    border-top: 1px solid;
    padding: 10px 0;
    border-bottom: 1px solid;
}

@media (max-width: 1199.98px) {	
	.cart1{
	}
}



.free-shipping{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}
.free-shipping__img{
    vertical-align: middle;
    max-width: 40px;
    display: inline-block;
    margin-right: 5px;
}
.free-shipping__text{
    vertical-align: middle;
    display: inline-block;
    font-size: 17px;
 }
 
 
 .payment-img{
	padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}


.classic-tabs .nav.tabs-primary li a.active {
    color: #fb641b !important;
    border-bottom: 1px solid #fb641b !important;
}

.classic-tabs .nav.tabs-primary li.nav-item {
    border-bottom: 1px solid #dee2e6;
}

.classic-tabs .text-primary {
    color: #ff9f00!important;
}

.rating li, .side-nav .social li {
    display: inline-block;
}



.accordion > .card > .card-header {
    margin-bottom: 0;
    background: #000;
	margin-bottom: 10px;
}

.accordion .card button::before {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    position: absolute;
    content: "\e93a";
    width: 1em;
    line-height: 1em;
    right: 1.25rem;
    top: 50%;
    font-family: 'icomoon' !important;
    font-size: 2rem;
    margin-top: -0.5em;
    color: #ffffff;
}
.accordion .card button {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0.9375rem;
    text-align: left;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1rem;
    color: #ffffff;
    letter-spacing: 0;
    white-space: normal;
    cursor: pointer;
}


.accordion .card .card-body {
    padding: 15px 15px;
}