p, h1, h2, h3 {
	color:#000;
}
p a, label , ul li a, .footer a{
	color:#000;
}
.page-wrapper {
	min-height: 100vh;
}

.card-img-text {
		display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 7px;
	padding: 5rem 20px;
	height: calc(100% - 15px);
}
.card-img-text h3 {
	font-size: 18px;
	color:#000;
}
.card-img-text .img-block{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	margin-bottom: 30px;


}

.card-img-text .img-block img{
	max-height: 100px;
}

.card-img-text * {
	text-align: center;
}

.products .product,.products .product-body, .product-media {
	background: transparent !important;
	border:0 !important;
	color:#000;
}

@media(min-width:1200px){
	.products .product-media img{
		height: 340px;
		object-fit: cover;
	}

 
}

@media(min-width:768px){
 
	.owl-simple .owl-nav {
		display: none;
	}
	.btn.btn-lg {
		padding-left: 150px;
		padding-right: 150px;
		font-size: 20px;
	}
}


@media(max-width:768px){
 

	.btn.btn-lg {
		display: block;
		font-size: 20px;
	}
}



.products .product,.products .product-body *{
	color:#000;
	transition: 0.3s ease all;
}

.products .product:hover a,.products .product-body:hover a{
	color:#000;
}


.products .product:hover {
	background-color: #fff !important;
	transform: scale(1.03);
	position: relative;
	z-index: 90;
}


.btn {
	border-radius: 6px !important;
}

.btn:hover {
	box-shadow: 0 2px 1rem rgba(0, 0, 0, .3);
}

.mobile-menu-container  {
	background-color: #fff;
}
.mobile-search .form-control, .mobile-search .form-control:focus {
	border:1px solid #000;
	background-color: #fff;
}
.mobile-search .form-control::placeholder {
   color:#000;
}

.mobile-menu li a{
	color:#000;
}

.product-details-action .btn-cart {
    padding: 1.5rem 1.5rem;
}

.product-details-action .btn span {
    font-weight: 600;

}

.btn.btn-primary:hover {
	border-color: rgb(0, 0, 0);
}
.btn.btn-primary {
	background-color: rgb(0, 0, 0);
	color:#fff;
	border-color: rgb(0, 0, 0)
}

.product-details-action {
	flex-direction: column;
}
.product-details-action .btn {
	margin-bottom: 10px;
}
.btn.btn-primary-dark,
.btn.btn-primary-dark:hover{
	background: #425066;
	border-color: #425066;
	color:#fff;
}

 
.btn.btn-primary:hover {
	background-color: rgb(0, 0, 0);
	color:#fff;
}

.product-details-tab {
	background-color: #fff;
	border-radius: 7px;
}

.product-details-tab * {
	color:#000;
}

.product-details-tab .nav.nav-pills .nav-link{
	padding: 15px ;
}
.nav.nav-pills .nav-item.show .nav-link, .nav.nav-pills .nav-item .nav-link.active{
	color: #000;
    border-color: #333;
    border-bottom-color: #333;
}

.table-cart img{
	border-radius: 6px;
}
.table-cart .btn-remove{
	color:#fff
}
.table-cart .product{
	background-color: transparent !important;
}

.table th, .table thead th, .table td{
	color:#000;
}

.summary.summary-cart {
    background: #fff;
    padding: 20px;
    min-height: initial;
    border-radius: 7px;
}

.cart-discount .btn {
    min-width: 70px;
}

.cart-discount {
    max-width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.tab-pane .owl-simple .owl-dots{
	position: initial;
}

.product .product-cat a {
	color:#000;
}


.intro-slider-container .owl-simple.owl-nav-inside .owl-dots {
	position: initial;
	    margin-top: 20px;
}
.intro-slider-container .owl-simple.owl-light.owl-nav-inside .owl-dots .owl-dot.active span{
	color: #fff !important;
	background: #fff !important;
	border-color:#fff !important;
}
@media(min-width:1200px){
	.intro-slider-container .owl-simple .owl-nav {
		display: block;
	}
}




.intro-slider-container .owl-simple .owl-nav [class*='owl-'] i {
	font-size: 35px;
	color:#000;
}

.intro-slider-container .owl-simple.owl-nav-inside .owl-nav .owl-prev {
	left:-35px !important;

}	

.intro-slider-container .owl-simple.owl-nav-inside .owl-nav .owl-next {
	right:-35px !important;
}

.footer-bottom .container:before, .footer-bottom .container-fluid:before {
	display: none;
}
.footer .widget {
	margin-bottom: 0;
}
.footer .widget-title {
	font-weight: 700;
	color:#00173D;
}
.footer .footer-bottom .container {
	justify-content: center;
}

.page-item.disabled .page-link {
    border-color: transparent;
    color: #767676;
    background: transparent;
}

.page-item .page-link {
    border-color: transparent;
    color: #000;
    background: transparent;
}

.product img {
	border-radius: 5px;
}

.page-item-total, .toolbox-info {
	color:#000;
	justify-content: center;
	align-items: center;
}

.pagination .page-item-total {
	display: flex;
}
.pagination .page-item-total .active {
	color: #fff;
	background-color: #FF608F;
	height: 30px;
	width: 30px;
	display: inline-block;
	border-radius: 100%;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
	margin-right: 10px;

}

.body-text input{
	margin-top: 20px;
    width: 100%;
	margin-top: 10px;
	border: 0;
	border-bottom: 1px solid #fff;
	background: transparent;
	outline: none !important;
	display: block;
}
.social-icon{
	width: initial;
	height: initial;
	font-size: 2rem;
	border:0;
}

.title-fixed {
	background: #fff;
	border-radius: 7px;

}

.title-fixed  {
	padding: 15px;
}
.title-fixed * {
	margin-bottom: 0;
}
.title-fixed .row {
	align-items: center;
}
.title-fixed h1 {
	font-size: 30px;
	color: #00173D;
	margin-left: 30px;

}

.menu li>a span {
	position: relative;
    background: #e1728f;
    color: #fff;
    font-size: 8px;
    padding: 5px 4px 4px;
    line-height: 9px;
    margin: 0;
    border-radius: 4px;
    top: -10px;
}

.faq  {
	margin-bottom: 10rem;
}
.faq .card-title a{
	color:#00173D;
}
.faq  .card-title a:before {
		color:#00173D;

}
.faq .item {
	padding:10px 0;
	border-bottom: 1px solid #fff;
}

.page-page-content .card-body {
padding:30px 20px;
}

.page-page-content .card {

border-radius: 7px;
}

.newsletter {
	position: relative;
}

 

.newsletter input::placeholder {
	color: #00173D;

}
.newsletter button {
    background: transparent;
    color: #fff;
    position: absolute;
    right: -8px;
    top: -5px;
    padding: 3px 13px;
    outline: none;
    border: 0;
    z-index: 9;
}
.newsletter input:focus+button {
	color:#00173D;
}

.sold-out {
	background: #ddd;
    border-radius: 4px;
    color: #333;
    display: block;
    text-align: center;
}

.mobile-menu li>a span:not(.mmenu-btn) {
    position: relative;
    background: #e1728f;
    color: #fff;
    font-size: 10px;
    padding: 3px 6px 3px 6px;
    line-height: 9px;
    margin: 0;
    border-radius: 4px;
    top: 0;
}

@media(max-width:600px){

.mobile-menu-toggler {
	padding: 0 10px !important;
}
.logo img {
	max-height: 40px;
}
.header-left {
	    width: calc(100% - 50px);
}

}
.container-mobile-menu {
	display: flex;
	align-items: center;
	    justify-content: space-between;
}
.container-mobile-menu .dropdown{
	padding:0 15px 0 0!important;
}
@media(min-width:992px){
.container-mobile-menu {
	display: none;
}
}
@media(max-width:991px){

	.desktop-only {
		display: none !important;
	}

}
.mobile-menu li ul li a {
	color:#333 !important;
}
.mmenu-btn {
	color:#333;
}

.mobile-search .form-control {
    margin-right: 10px;
}

.instagram-feed img {
	
}
.icon-shopping-cart {
	font-size: 24px;
}

@media(max-width:768px){
	.header.header-8 {
		position: sticky;
	    top: 0;
	    left: 0;
	    right: 0;
	    z-index: 99999;
	}


 .dropdown-menu-right.show {
    background-color: #fff;
    position: fixed;
    width: 350px!important;
    display: flex!important;
    flex-direction: column;
    top: 59px;
    box-shadow: -10px 0 16px rgba(51,51,51,.1);
    border: 0;
    z-index: 99999;
    bottom: 0;
    padding: 0 20px 20px;
    transition: .3s
}

.dropdown-menu-right.show .dropdown-cart-products {
    overflow: auto;
    max-height: calc(100vh - 300px);
    padding: 5px 20px;
    margin: 0 -20px
}

.dropdown-menu-right.show .heading {
    font-weight: 500;
    text-align: center;
    font-size: 13px;
    background: var(--btn-bg);
    color: var(--btn-color);
    padding: 15px 0;
    margin: 0 -20px 10px;
    position: relative;
    text-transform: uppercase
}

.dropdown-menu-right.show .heading .fa-angle-left {
    left: 0;
    top: 0;
    position: absolute;
    padding: 13px 19px;
    font-size: 22px;
    cursor: pointer
}

.dropdown-menu-right.show .product {
    position: relative;
    display: flex;
    padding: 1.2rem 2.4rem 1.2rem 0;
    margin: 0!important;
    border: none;
    border-bottom: 1px solid #ebebeb;
    box-shadow: none!important;
    align-items: center
}

.dropdown-menu-right.show .product h4 {
    margin-bottom: 3px
}

.dropdown-menu-right.show .product .product-title-cart {
    font-size: 13px;
    margin: 0
}

.dropdown-menu-right.show .product .cart-dropdown .product-title {
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.3;
    color: var(--primary-color);
    text-align: left;
    margin-bottom: .4rem
}

.dropdown-menu-right.show .product .product-image-container {
    position: relative;
    max-width: 55px;
    margin: 0;
    margin-right: 20px;
    border-radius: var(--btn-border-radius)!important
}

.dropdown-menu-right.show .product .product-cart-details {
    font-weight: 400;
    max-width: 170px;
    font-size: 1.3rem;
    color: var(--primary-color);
    text-align: left
}

.dropdown-menu-right.show .product .btn-remove {
    position: absolute;
    top: 50%;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    font-size: 1.3rem;
    line-height: 1;
    text-align: center;
    border: 1px solid rgba(109,109,109,.7411764706);
    margin-top: -1.2rem;
    color: #383838
}

.dropdown-menu-right.show .btn {
    display: block;
    width: 100%;
    margin-top: 10px
}
}