@import "../../../css/theme.css";
@import "../../../css/custom.css";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://fonts.cdnfonts.com/css/century-schoolbook");
@import url("https://fonts.cdnfonts.com/css/century-gothic-paneuropean");

* {
	font-family: "Montserrat", sans-serif;
}

a,
button {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
a:hover,
button:hover {
	opacity: 0.6;
}

.carousel.slide a:hover,
.carousel.slide button:hover,
.dropdown a:hover,
.dropdown button:hover {
	opacity: 1;
}

button {
	border: 0;
}

.second-font {
	font-family: "Montserrat", sans-serif;
}
.terciary-font {
	font-family: "Montserrat", sans-serif;
}

.text-dark {
	color: #212121;
}
.text-grey {
	color: #818181;
}
.text-golden {
	color: #ac9862;
}
.text-golden-light {
	color: #f2f2f0;
}
.text-golden-dark {
	color: #a79259;
}
.text-primary, ol.breadcrumb li.active {
	color: #97203e !important;
}
.text-tertiary {
	color: #c1294f!important;
}

.bg-dark {
	background-color: #212121;
}
.bg-golden {
	background-color: #ac9862;
}
.bg-golden-light {
	background-color: #f2f2f0;
}
.bg-golden-dark {
	background-color: #a79259;
}
.bg-primary{
	background-color: #97203e!important;
}
.bg-secondary{
	background-color: #f2e409!important;
}
.bg-tertiary{
	background-color: #c1294f;
}

.border-dark {
	border-color: #212121;
}
.border-golden {
	border-color: #ac9862 !important;
}
.border-golden-light {
	border-color: #f2f2f0 !important;
}
.border-golden-dark {
	border-color: #a79259 !important;
}

body .form-floating > .form-control,
body .form-floating > .form-control-plaintext {
	border: 1px solid #a79259 !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
}
body .form-floating > label {
	left: 15px !important;
}

header {
	background-color: #fff;
	z-index: 1021;
	position: fixed;
}
header .logo-text a {
	color: white !important;
}
header .logo {
	height: 48px;
}
header a {
	color: #212121;
}
header a:hover {
	color: #212121;
	opacity: inherit;
}

header .principal-title {
	align-items: center;
	justify-content: center;
}
header .principal-title h1 a {
	font-family: "Montserrat", sans-serif;
}
header .principal-title .contact {
	/* text-transform: uppercase; */
	color: white;
}
header .dropdown button {
	color: white;
	text-align: center;
}
header .dropdown button:hover {
	color: #f2e409;
}
header .dropdown .dropdown-menu {
	border: none;
	border-top: 5px solid #f2e409;
	max-height: calc(100vh - 130px);
	overflow: auto;
	width: 200px;
	z-index: 9999;
}
header .search .col-sm-3::before{
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-right: 0px solid transparent;
    border-left: 32px solid transparent;
    border-top: 46px solid #f2e409;
    left: -32px;
    top: 0;
}
header .search-header input::placeholder{
	color: #212121;
}

.search-header .ratio .bg-color{
	margin: 0px !important;
    font-size: 10px !important;
	background-color: #c1294f;
	color: white;
}

body {
	background-color: white;
	color: #212121;
	padding-top: 96px;
}
body.with-name {
	padding-top: 134px;
}
body.with-bar {
	padding-top: 122px;
}
body.with-name.with-bar {
	padding-top: 160px;
}

#carouselBanners .tns-controls {
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 2;
}
#carouselBanners .tns-controls button {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60% 60%;
	border: 2px solid #fff;
	border-radius: 5px;
	color: #f6c40f;
	height: 32px;
	position: absolute;
	width: 32px;
}
#carouselBanners .tns-controls button[data-controls="prev"] {
	background-image: url("../img/arrow-left.svg");
	left: 15px;
}
#carouselBanners .tns-controls button[data-controls="next"] {
	background-image: url("../img/arrow-right.svg");
	right: 15px;
}

#carouselBanners .banner-image{
	width: 100%;
	height: auto;
}
#carouselBanners{
	height: 75vh;
}

.carouselBanners .item img{
	object-fit: cover;
	height: 75vh;
}

.carousel-indicators {
	margin-bottom: 2rem;
}
.carousel-indicators button[data-bs-target] {
	border: 3px solid #ac9862;
	border-radius: 50%;
	height: 15px;
	opacity: 1;
	width: 15px;
}
.carousel-indicators button[data-bs-target].active {
	border-color: #212121;
}

.offcanvas {
	background-color: #f2f2f0;
}

.tns-controls {
	left: 0;
	position: absolute;
	top: 38%;
	width: 100%;
}
.tns-controls [data-controls="prev"],
.tns-controls [data-controls="next"] {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	border: 0;
	height: 24px;
	padding: 0;
	position: absolute;
	width: 24px;
}
.tns-controls [data-controls="prev"] {
	background-image: url("https://emidica.com/img/templates/theme-2/ico-arrow-prev.svg");
}
.tns-controls [data-controls="next"] {
	background-image: url("https://emidica.com/img/templates/theme-2/ico-arrow-next.svg");
	right: 0;
}

.bg-dark-1 {
	background-color: #fff;
}
.bg-dark-2 {
	background-color: #212121;
}
.bg-dark-2 .title-form {
	font-size: 25px !important;
}

.accordion-button::after {
	filter: invert(100%);
}
.accordion-button:not(.collapsed) {
	background-color: #212121;
}
.accordion-button:not(.collapsed)::after {
	filter: invert(0%);
}

footer .logo {
	max-height: 45px;
	max-width: 115px;
}

ol.breadcrumb {
	text-transform: uppercase;
	margin-top: 15px;
}
ol.breadcrumb a {
	color: #212121;
}
ol.breadcrumb li.active {
	color: #a79259;
	font-weight: 700;
}
ol.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
	color: #212121;
}

.off {
    position: absolute;
    bottom: 20px;
    top: auto;
    right: 0;
    border-radius: 0;
    padding: 0 10px 0 15px;
    height: 20px;
    line-height: 20px;
    width: auto;
    font-weight: 400;
	background-color: #c1294f;
}

.off::before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 5px solid #fff;
    left: 0;
    top: 0;
}

.page-item:not(:first-child) .page-link {
	margin-left: 0;
}

.page-link {
	background-color: transparent;
	border: none;
	color: #212121;
}
.page-link:hover,
.page-link:focus {
	background-color: #212121;
	box-shadow: none;
	color: #999;
}
.page-link:hover,
.page-link:focus {
	background-color: transparent;
	color: #ac9862;
}
.disabled > .page-link,
.page-link.disabled {
	background-color: transparent;
}
.active > .page-link,
.page-link.active {
	background-color: #ac9862 !important;
	border-radius: 8px;
}
.active > .page-link:hover,
.page-link.active:hover {
	color: #212121;
}

.pagination {
	margin: 0;
}

.menu-categories li .imgblack {
	display: block;
}
.menu-categories li .imgcolor {
	display: none;
}
.menu-categories li.active > d iv > a {
	color: #ac9862;
	font-weight: 700;
}
.menu-categories li.active > d iv > b utton .imgblack {
	display: none;
}
.menu-categories li.active > d iv > b utton .imgcolor {
	display: block;
}
.menu-categories > u l > l i ul {
	list-style: none;
	padding-left: 20px;
}
.menu-categories > u l > l i > u l {
	display: block !important;
}
.menu-categories a {
	color: #212121;
}
.menu-categories a:hover {
	color: #ac9862;
}

.cards .visa {
	width: 95px;
}
.cards .master {
	width: 71px;
}
.cards .cirrus {
	width: 76px;
}
.cards .mp {
	width: 100px;
}
.cards .nx {
	width: 133px;
}

.border-top-golden .text-menu > nav > ol li,
.border-top-golden .text-menu > nav > ol a,
.border-top-golden .text-menu > nav > ol li::before {
	color: #fff !important;
}

.longDescription,
.short_description {
	overflow: hidden;
}
.longDescription figure img,
.short_description figure img,
.longDescription p img,
.short_description p img {
	max-width: 100%;
	height: auto;
}
.longDescription figure,
.short_description figure {
	display: block;
	margin: 20px auto;
	max-width: 100%;
}
.longDescription figure img,
.short_description figure img {
	display: block;
	margin: 20px auto;
}
.longDescription figure.image-style-side,
.short_description figure.image-style-side {
	float: right;
	margin: 20px 0 20px 20px;
}

.tns-ovh {
	padding-bottom: 1px;
}

.shipping_type.active::after,
.payment_method.active::after {
	background-image: url(../img/ico-check-c.svg);
	content: "";
	display: block;
	height: 16px;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 16px;
}

@media (max-width: 767px) {
	body {
		padding-top: 74px;
	}
	body .mobile-nav {
		left: -100%;
		padding-top: 80px;
		transition: all ease-in-out 0.3s;
		z-index: 5;
		background-color: #feebda;
	}
	body .mobile-nav.active {
		left: 0;
	}
	body .mobile-nav form{
		border: 1px solid #212121 !important;
        border-radius: 10px !important;
		margin-top: 35px !important;
	}
	body .mobile-nav a{
		border: 0px !important;
		color: #212121 !important;
		text-transform: initial !important;
	}
	body .mobile-nav form .form-control::placeholder {
		color: #212121;
	}
	body .mobile-nav .accordion-flush .accordion-item{
		background-color: transparent;
        border: 0px !important;
	}
	body.with-name {
		padding-top: 118px;
	}
	body.with-name .mobile-nav {
		padding-top: 118px;
	}
	body.with-bar {
		padding-top: 106px;
	}
	body.with-bar .mobile-nav {
		padding-top: 106px;
	}
	body.with-name.with-bar {
		padding-top: 144px;
	}
	body.with-name.with-bar .mobile-nav {
		padding-top: 144px;
	}

	header .menu {
		width: 35px;
	}
	header .menu span {
		height: 2px;
		transition: all ease-in-out 0.3s;
		background-color: white!important;
	}
	header .menu.active span:first-child {
		transform: rotate(45deg);
	}
	header .menu.active span:nth-child(2) {
		opacity: 0;
	}
	header .menu.active span:last-child {
		transform: rotate(-45deg);
		margin-top: -11px;
	}

	.cards .visa {
		width: 55px;
	}
	.cards .master {
		width: 45px;
	}
	.cards .cirrus {
		width: 45px;
	}
	.cards .mp {
		width: 60px;
	}
	.cards .nx {
		width: 80px;
	}

	#tns4-iw {
		margin: 0px -15px 0px 0px !important;
	}
	#carouselBanners .banner-image{
		height: 75vh;
		object-fit: cover;
	}
}

.featuredCategories {
	background-color: #fff;
	/* padding-top: 60px;
	padding-bottom: 60px; */
}
.featuredCategories .tns-horizontal.tns-subpixel > .tns-item {
	padding-right: 2px !important;
	font-size: 25px !important;
}
.featuredCategories h2{
	text-align: left;
    font-size: 22px;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
}
.featuredCategories .item-box{
	padding: 10px;
}
.featuredCategories .item-box h3{
	font-size: 12px;
    color: #222;
    font-weight: 500;
    text-transform: uppercase;
	border: 1px solid #ddd;
    border-top: none;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.featuredCategories .item-box .img-zoom{
	object-fit: cover;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.call-to-action{
	margin-bottom: 60px;
}

.call-to-action .bg-light {
	background-color: #f3f3f3 !important;
}

.last-products {
	padding-top: 90px;
	padding-bottom: 60px;
}
.last-products .tns-horizontal.tns-subpixel > .tns-item {
	padding-right: 15px !important;
}
.last-products h2{
    text-align: left;
    font-size: 22px;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
}

.payment-methods {
	padding-top: 90px;
	padding-bottom: 90px;
}

.best-sellers {
	padding-top: 90px;
	padding-bottom: 90px;
}

.border-light {
	border-color: #97203e!important
}

footer .list-unstyled {
	text-transform: uppercase;
}
footer .list-unstyled li:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid white;
	margin-right: 4px;
}
footer a:hover {
	opacity: 0.6;
}

.tns-item button {
	/* border-radius: inherit !important; */
}
.tns-item .bg-transparent {
	border-color: #212121 !important;
	color: #212121 !important;
}

.contact-form h2.title-form {
	color: #212121;
}
.contact-form .text-end > button {
	font-weight: 400;
	border-radius: 5px;
}
.contact-form .column-right {
	width: 35%;
	padding-left: 6rem;
}
.contact-form .column-right p {
	color: #212121;
}
.contact-form .column-left {
	border-right: 1px solid #d7d7d7;
	padding-right: 6rem;
	width: 65%;
}
.contact-form .form-control{
    background-color: #eee !important;
    font-size: 15px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.contact-form .column-left input::placeholder,
.contact-form textarea::placeholder {
	color: #212121 !important;
}
.contact-form .text-menu {
	padding-left: 6rem;
	padding-right: 6rem;
}

.categories-container .form-select {
	color: #212121;
	border: 1px solid #707070;
	border-radius: inherit;
}
.categories-container .item span {
	font-weight: 600;
}
.categories-container .item .spinner-border.btn-add {
	border-color: red;
}

.product-detail .btn-add {
	color: #212121 !important;
	border: 1px solid #212121 !important;
}

.product-detail .price-real{
	font-size: 12px !important;
}

.product-container {
	/* padding-top: 160px; */
}
.product-container .sticky-sm-top {
	top: 100px;
}
.product-container .column-right h1 {
	color: #a79259;
}
.product-container .column-right .bg-dark-1 {
	background-color: #f2f2f0;
}
.product-container .column-right .bg-dark-1 span {
	color: #212121;
}
.product-container .column-right button.rounded-pill.text-white {
	border: #ac9862 !important;
	background-color: transparent !important;
	color: #212121 !important;
	border: 1px solid #212121 !important;
}
.product-container .column-right button.rounded-pill {
	color: #212121;
	border: 2px solid #212121 !important;
}
.product-container .column-right button.btn,
.product-container .column-right button.rounded-pill {
	background-color: #ac9862 !important;
	width: -moz-fit-content !important;
	width: fit-content !important;
	border: #ac9862 !important;
	padding-left: 3rem;
	padding-right: 3rem;
	text-transform: uppercase;
	margin-top: 1.5rem;
	color: white;
	align-self: center;
	border-radius: inherit !important;
}
.product-container .column-right .btn-first .btn-add {
	border: 1px solid #a79259;
}
.product-container .column-right .btn-first > :first-child {
	width: fit-content !important;
}
.product-container .column-right .form-control {
	color: #212121 !important;
}
.product-container .column-right input#qty {
	color: #212121 !important;
}

.btn-first #qty,
.btn-first .flex-column a {
	color: #212121 !important;
}
.btn-first .flex-column a.border-bottom {
	border-bottom: 2px solid #212121 !important;
}

.bg-container-cart .details-cart th,
.bg-container-cart .details-cart tr,
.bg-container-cart .details-cart .border-end {
	color: #212121;
}
.bg-container-cart .details-cart th .btn-cancel,
.bg-container-cart .details-cart tr .btn-cancel,
.bg-container-cart .details-cart .border-end .btn-cancel {
	background-color: #ed5050 !important;
	padding: 5px !important;
	border-radius: 5px;
}
.bg-container-cart .details-cart tbody > tr > :last-child {
	background-color: #f2f2f0;
}
.bg-container-cart .btn-confirm{
	border-radius: 5px!important;
}

.amount a {
	color: #212121;
}
.amount .add-cart {
	color: white;
	font-weight: 400;
	border-radius: 5px;
	background-color: #212121;
}

.shopping-cart .sub-text .breadcrumb-item,
.shopping-cart .sub-text .breadcrumb-item a,
.shopping-cart .sub-text .breadcrumb-item::before {
	color: white !important;
}

.best-seller-page .item {
	padding-right: 1px !important;
	padding-left: 1px !important;
}

#buyNow .modal-content {
	background-color: white !important;
}
#buyNow .modal-content .modal-body {
	display: flex;
	flex-direction: column;
}
#buyNow .modal-content .modal-body .bg-dark-1 {
	background-color: #f2f2f0;
}
#buyNow .modal-content .modal-body .bg-dark-1 span {
	color: #212121;
}
#buyNow .modal-content .modal-body .btn {
	background-color: #a79259 !important;
	width: fit-content !important;
	border-radius: inherit !important;
	border: transparent;
	padding-left: 3rem;
	padding-right: 3rem;
	text-transform: uppercase;
	margin-top: 1.5rem;
	align-self: center;
}

.offcanvas-end .offcanvas-body.text-start a.view-cart {
    font-size: 13px;
    color: #c1294f;
    line-height: 28px;
    padding: 0 38px 0 20px;
    border: 1px solid #c1294f !important;
    border-radius: 3px;
    position: relative;
}
.offcanvas-end .offcanvas-body.text-start a.buy{
	background-color: #c1294f;
	border-radius: 3px;
}

.offcanvas-end .offcanvas-body.text-start a:hover{
	opacity: 0.7;
	transition: .3s;
}

.offcanvas-end .offcanvas-body.text-start .btn-delete {
	padding: 5px !important;
	border-radius: 4px;
}

.confirmed-column-right .details {
	position: relative;
}
.confirmed-column-right .details .pe-3 {
	position: absolute;
	z-index: 1;
}
.confirmed-column-right .details .image {
	position: relative;
}

.product-detail .title-item {
    text-transform: capitalize !important;
    font-size: 14px !important;
    text-align: left;
    color: #222;
}

.bg-product-modal {
	background-color: rgba(255, 255, 255, 0.8);
}

.form-select {
	border-radius: 0;
	border-color: #707070;
	color: #212121;
}

figure.image.image_resized img {
	width: 100%;
}

#icons-items{
	background-color: #c12950;
    color: white;
}

#icons-items h4{
	color: white;
    margin-top: 10px;
	font-size: 18px;
}

#icons-items p{
	font-size: 14px;
}

#icons-items .icon-hover-flip img{
	width: 40px;
	height: 40px;
}

#icons-items .icon-hover-flip .bg{
    background-color: #212121;
    padding: 20px;
    width: fit-content;
    margin: 0 auto;
    border-radius: 50% !important;
}

.featured-products .container-fluid h2{
    text-align: left;
    font-size: 22px;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-ver-mas a{
	font-size: 14px;
    color: #222;
    position: relative;
    display: block;
    text-transform: lowercase;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 30px 0 0;
}

.btn-ver-mas a::before{
    background: url("../img/arrow-primary.svg") no-repeat;
    background-position: 6px 6px;
    background-color: #c1294f;
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    top: 1px;
    right: 0px;
    border-radius: 100%;
}

.product-detail {
    position: relative;
    overflow: hidden;
}

.buttons-box {
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.product-detail:hover .buttons-box {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
}

.buttons-box button {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.buttons-box button:nth-child(1) {
    transition-delay: 0.1s;
}
/* Segundo botón con más retardo */
.buttons-box button:nth-child(2) {
    transition-delay: 0.25s;
}

.product-detail:hover .buttons-box button {
    opacity: 1;
    transform: translateY(0);
}

.sale-products{
	padding-bottom: 60px;
}

.sale-products .container .bg{
	background-color: #feebda;
	border-radius: 10px;
}

.sale-products .title{
    position: relative;
    text-align: center;
    margin-top: 60px;
    padding: 20px;
    border-radius: 10px;
    background-color: #feebda;
}

.sale-products .title h2{
        font-size: 30px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        height: 80px;
        line-height: 80px;
        padding: 0 90px;
        background-color: #c12950;
        display: inline-block;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        position: relative;
        top: -60px;
        z-index: 2;
        margin: 0;
}

.sale-products .title h2::before{
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-left: 0px solid transparent;
        border-right: 16px solid transparent;
        border-bottom: 40px solid #6d172d;
        right: -16px;
        top: 0;
}

.sale-products .title h2::after{
	    content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-right: 0px solid transparent;
        border-left: 16px solid transparent;
        border-bottom: 40px solid #6d172d;
        left: -16px;
        top: 0;
}

.btn-sale a{
	font-size: 13px;
    color: #c1294f;
    line-height: 28px;
    padding: 0 38px 0 20px;
    border: 1px solid #c1294f;
    border-radius: 3px;
    height: 30px;
    display: inline-block;
    position: relative;
}

.btn-sale a::before{
	background: url("../img/arrow-primary-01.svg") no-repeat;
    width: 13px;
    height: 13px;
    content: "";
    position: absolute;
    top: 11px;
    right: 17px;
}

.sale-products .border{
	background-color: white;
	border-radius: 5px;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
    border: 0px !important;
}

.product-container .content-product-right .off{
    position: relative;
    height: auto;
    bottom: 0;
}

.img-review .btn{
    height: inherit;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.img-review .btn i{
	color: white;
}


.product-container .content-product-right .off::before{
	display: none;
}

.product-container .btn-sellfast{
    background-color: #c1294f;
    border: 0;
    border-radius: 3px;
    transition: .3s;
}
.product-container .container-group{
	/* border: 1px solid #d7d7d7; */
    border-bottom: 0;
}
.product-container .list-group .list-group-item{
	border: none;
	padding: 10px;
    /* border-bottom: 1px solid #d7d7d7; */
}
.product-container .nav-pills {
    margin-top: 20px;
    background-color: #f5f5f5;
    padding-top: 35px;
    padding-bottom: 35px;
}
.product-container .nav-pills .nav-item{
	margin-bottom: 0px;
}
.product-container .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	color: #c1294f;
    line-height: 28px;
    border: 1px solid #c1294f;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    background-color: transparent;
}
.product-container .nav-link:hover, .nav-link:focus{
	color: #c12950;
}
.product-container .last-products{
	padding-top: 20px;
}
.content-product-left .splide__list .product-active{
	border: 1px solid #d7d7d7;
}
.splide__track--nav>.splide__list>.splide__slide.is-active{
	border: 1px solid #d7d7d7;
    border-radius: 3px;
}

.rating .fa-star{
	color: #6d172d;

}
.ratings .btn-value{
	border-radius: 5px;
}

#sellfastModal .modal-body .quantity-select .form-select{
	padding: 10px 33px 10px 20px;
    border-radius: 5px;
    border: 1px dashed #d7d7d7;
}
#sellfastModal .modal-dialog{
	max-width: 750px;
}

#wsp-contact{
	display: none;
}

.bg-img-category{
	position: relative;
}

.bg-img-category::before{
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.bg-img-category h1{
	position: relative;
	z-index: 2;
}

body .form-floating > .form-control, body .form-floating > .form-control-plaintext{
	border: 1px solid #d7d7d7 !important;
	border-radius: 5px !important;
}

.bodyProduct .btn-whatsapp {
    display: none;
}

.product-view .text-golden{
	color: #212121!important;
}

.checkout-detail .form-floating .form-control{
    position: relative;
    z-index: 3;
    background: transparent;
	padding-left: 30px !important;
}

@media (max-width: 900px) {
	.contact-form .column-left {
		width: 100% !important;
		border-right: none !important;
		padding-right: 0.7rem !important;
	}
	.contact-form .column-left .text-end {
		text-align: center !important;
		margin-bottom: 3rem;
	}
	.contact-form .column-right {
		width: 100% !important;
		padding-left: 1.5rem !important;
	}
	.contact-form .text-menu {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.product-container .column-right > :first-child {
		padding-top: 3rem;
		padding-bottom: 2.5rem;
	}
}

@media(max-width: 767px) {
	.featuredCategories h2{
		text-align: center;
	}
	.featured-products .d-flex, .last-products .d-flex, .best-sellers .d-flex{
		justify-content: center !important;
	}
	.btn-ver-mas a{
		display: inline-block;
	}
	#icons-items .icon-hover-flip{
        margin-bottom: 30px;
        margin-top: 30px;
	}
}

@media(max-width: 576px){
	.checkout-detail .confirmed-column-right .subtotal-price{
        position: absolute;
        top: 0;
        right: 0;
	}
	.featured-products .d-flex, .last-products .d-flex, .best-sellers .d-flex, .buttons-box, .buttons-box button{
		opacity: inherit;
		transform: none;
	}
	.sale-products .title h2{
		font-size: 18px;
		padding: 0 40px;
	}
}
