@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');

.btn a {
    background-color: #1d1d1b;
    color: #fff;
    border: 1px solid #1d1d1b;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.6s ease;
    display: inline-block;
}
.btn a:hover {
    background-color: #e1a87b;
    color: #1d1d1b;
}
.btn a:visited {
    color: #fff;
}

.btn-gold a {
    background-color: #e1a87b;
    color: #1d1d1b;
    border: 1px solid #e1a87b;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.6s ease;
    display: inline-block;
}
.btn-gold a:hover {
    background-color: #e1a87b;
    color: #1d1d1b;
}

.btn-border a {
    background-color: transparent;
    color: #1d1d1b;
    border: 1px solid #1d1d1b;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.6s ease;
    display: inline-block;
}
.btn-border a:hover {
    background-color: #e1a87b;
    color: #1d1d1b;
}

.button {
    background-color: #1d1d1b;
    color: #fff;
    border: 1px solid #1d1d1b;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.6s ease;
    display: inline-block;
    cursor: pointer;
}
.button:hover {
    background-color: #e1a87b;
    color: #1d1d1b;
}
.button:visited {
    color: #fff;
}

body,
button,
input,
select,
optgroup,
textarea {
    color: #555554;
    font-size: 16px;
    line-height: 1.8;
    transition: all 0.6s ease;
    font-family: "Poppins", sans-serif;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
    background-color: #f9f9f9;
}

body {
    background-color: #f9f9f9;
}

* {
    transition: all 0.6s ease;
}

.site-main,
.container {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
}
@media only screen and (min-width: 768px) {
    .site-main,
    .container {
        width: 100%;
    }
}
@media only screen and (max-width: 1440px) {
    .site-main,
    .container {
        width: 95%;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: "Tinos", serif;
    line-height: 110%;
    font-optical-sizing: auto;
    font-style: normal;
    color: #1d1d1b;
}

h1 {
    font-size: 35px;
    font-weight: 500;
    margin: 0;
}
@media only screen and (min-width: 1280px) {
    h1 {
        font-size: 72px;
        line-height: 80px;
    }
}

h2 {
    font-size: 45px;
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 0;
}
h2 em {
    color: #e1a87b;
}
@media only screen and (min-width: 1280px) {
    h2 {
        font-size: 72px;
        line-height: 80px;
    }
}

h3 {
    font-size: 30px;
    font-weight: 600;
}
h3 em {
    color: #e1a87b;
}
@media only screen and (min-width: 1280px) {
    h3 {
        font-size: 36px;
        line-height: 40px;
    }
}

h4 {
    font-weight: 400;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 0;
    border-radius: 5px;
    background: #555554;
    color: #fff;
    font-weight: bold;
    padding: 10px 40px;
    cursor: pointer;
    transition: all 0.6s ease;
    text-transform: uppercase;
}

input[type="checkbox"] {
    accent-color: #1d1d1b;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
    color: #1d1d1b;
    border: 1px solid rgba(29, 29, 27, 0.2);
    background-color: #fff;
    border-radius: 0;
    padding: 10px 29px;
    height: 50px;
    width: 100%;
    font-size: 13px !important;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
    color: #1d1d1b;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="range"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: #1d1d1b;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="range"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="time"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="color"]::placeholder,
textarea::placeholder,
select::placeholder {
    color: #1d1d1b;
}
input[type="text"] option,
input[type="email"] option,
input[type="url"] option,
input[type="password"] option,
input[type="search"] option,
input[type="number"] option,
input[type="tel"] option,
input[type="range"] option,
input[type="date"] option,
input[type="month"] option,
input[type="week"] option,
input[type="time"] option,
input[type="datetime"] option,
input[type="datetime-local"] option,
input[type="color"] option,
textarea option,
select option {
    font-size: 13px;
}

/* Links
--------------------------------------------- */
a {
    color: #1d1d1b;
}
a:visited,
a:focus,
a a:active {
    color: #1d1d1b;
    outline: 0;
}
a:hover {
    color: #e1a87b;
}

.admin-bar .site-header {
    top: 32px;
}
@media only screen and (max-width: 768px) {
    .admin-bar .site-header {
        top: 46px;
    }
}

@keyframes myAnim {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.subtitulo p {
    margin: 0;
    font-size: 20px;
    letter-spacing: 7px;
    color: #1d1d1b;
}
@media only screen and (max-width: 768px) {
    .subtitulo p {
        font-size: 14px;
    }
}

.site-header {
    background-color: #fff;
    top: 0;
    position: sticky;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 0 10px rgba(29, 29, 27, 0.1);
    opacity: 0;
    animation: myAnim 1s ease 0s 1 normal forwards;
}
.site-header.scrolled {
    box-shadow: 0 20px 50px rgba(29, 29, 27, 0.2);
}
.site-header.scrolled .aviso {
    padding: 2px;
}
.site-header.scrolled .aviso p {
    font-size: 11px;
}
.site-header.scrolled .site-branding img {
    width: 80%;
}
.site-header.scrolled nav .menu li a {
    font-size: 14px;
}
.site-header .aviso {
    background-color: #f2f2f2;
    padding: 5px;
    color: #1d1d1b;
    transition: all 0.6s ease;
}
.site-header .aviso section {
    margin: 0;
}
.site-header .aviso p {
    margin: 0;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
}
.site-header .container {
    display: flex;
    gap: 20px;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
    .site-header .container {
        gap: 0;
        flex-flow: wrap;
        justify-content: space-between;
    }
}
.site-header .site-branding {
    width: 20%;
}
@media only screen and (max-width: 1024px) {
    .site-header .site-branding {
        width: 50%;
    }
}
.site-header .site-branding img {
    transition: all 0.6s ease;
    width: 100%;
}
.site-header .site-branding a {
    line-height: 100%;
}
.site-header .icons {
    width: 20%;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-end;
    position: relative;
}
@media only screen and (max-width: 1024px) {
    .site-header .icons {
        width: 50%;
    }
}
.site-header .icons .search-bar {
    display: none;
    position: absolute;
    bottom: -57px;
}
.site-header .icons .search-bar.active {
    display: block;
}
.site-header .icons .icon {
    width: 40px;
    height: 40px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(225, 168, 123, 0);
    cursor: pointer;
    transition: all 0.6s ease;
    position: relative;
}
.site-header .icons .icon .cart-count {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: #e1a87b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 12px;
    border-radius: 100%;
    font-weight: bold;
    color: #1d1d1b;
}
.site-header .icons .icon:hover {
    background-color: rgba(225, 168, 123, 0.3);
    color: #1d1d1b;
}
.site-header .icons .icon.active {
    background-color: rgba(225, 168, 123, 0.3);
}
.site-header nav {
    width: 60%;
}
@media only screen and (max-width: 1024px) {
    .site-header nav {
        width: 100%;
        order: 3;
        display: none;
    }
    .site-header nav.active {
        display: block;
    }
}
.site-header nav .menu {
    align-items: center;
    justify-content: center;
    gap: 20px;
    display: flex;
}
@media only screen and (max-width: 1024px) {
    .site-header nav .menu {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 10px;
        border-top: 1px solid #ccc;
        padding-top: 10px;
    }
}
.site-header nav .menu li {
    position: relative;
}
.site-header nav .menu li .sub-menu {
    flex-direction: column;
    background-color: #fff;
    padding: 10px;
    border-radius: 3px;
    gap: 10px;
}
.site-header nav .menu li:hover > a {
    color: #e1a87b;
}
.site-header nav .menu li:hover::before {
    transform: scaleX(1);
}
.site-header nav .menu li.current-menu-item::before {
    transform: scaleX(1);
}
.site-header nav .menu li.current-menu-item > a {
    font-weight: bold;
}
.site-header nav .menu li::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 2px;
    background-color: #e1a87b;
    transition: all 0.6s ease;
    transform: scaleX(0);
    transform-origin: left;
}
.site-header nav .menu li a {
    font-size: 15px;
    color: #1d1d1b;
    transition: all 0.6s ease;
}

.entry-content section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.marcas-bar {
    display: flex;
    align-items: center;
    overflow: hidden;
    gap: 100px;
}
.marcas-bar__item {
    display: block;
    position: relative;
}
.marcas-bar__item .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}
.marcas-bar__item .owl-nav button {
    pointer-events: all;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: rgba(29, 29, 27, 0.1) !important;
    display: flex;
}
.marcas-bar__item .owl-nav button:hover {
    background-color: rgba(29, 29, 27, 0.5) !important;
}
.marcas-bar__item .owl-nav button span {
    font-size: 20px;
}
.marcas-bar__item .owl-stage {
    display: flex;
    align-items: center;
}
.marcas-bar__item img {
    width: 150px !important;
    margin: 0 auto;
}
.marcas-bar section {
    padding: 0;
    margin: 0;
    text-align: center;
}

@keyframes loop-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
.banner-foto-fondo {
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
}
@media only screen and (max-width: 768px) {
    .banner-foto-fondo {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.banner-foto-fondo > div {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    padding: 40px !important;
}
.banner-foto-fondo > div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block !important;
    background: rgb(0, 0, 0);
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.8995973389) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.banner-foto-fondo h1,
.banner-foto-fondo h2,
.banner-foto-fondo h3,
.banner-foto-fondo h4,
.banner-foto-fondo h5,
.banner-foto-fondo h6 {
    color: #fff;
}
.banner-foto-fondo h1 em,
.banner-foto-fondo h2 em,
.banner-foto-fondo h3 em,
.banner-foto-fondo h4 em,
.banner-foto-fondo h5 em,
.banner-foto-fondo h6 em {
    color: #fff;
}
.banner-foto-fondo a {
    display: inline-block;
}
.banner-foto-fondo p {
    color: #fff;
}

.botones-flex > div > div {
    display: flex;
    align-items: center;
    gap: 20px;
}
@media only screen and (max-width: 768px) {
    .botones-flex > div > div {
        flex-direction: column;
    }
    .botones-flex > div > div .wpb_text_column {
        margin-bottom: 0;
        width: 100%;
        text-align: center;
    }
    .botones-flex > div > div p {
        margin: 0;
    }
    .botones-flex > div > div a {
        width: 100%;
    }
}

.owl-carousel {
    display: block !important;
}

.hero-home .wpb_single_image {
    margin-bottom: 0;
}
.hero-home .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.products .product {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    transition: all 0.6s ease;
	min-height: 540px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.products .product:hover {
    transform: translateY(-10px);
}
.products .product:hover img {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.products .product:hover .secondary-image {
    opacity: 1 !important;
}
.products .product a {
    text-decoration: none;
    position: relative;
    display: block;
}
.products .product .price {
    display: flex;
    flex-direction: column;
}
.products .product .button {
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 14px;
    border: 0;
    border-bottom: 2px solid #e1a87b;
    padding: 6px 14px;
    line-height: 14px;
    display: inline-block !important;
    background-color: transparent;
    color: #1d1d1b;
    font-weight: 600;
}
.products .product .onsale {
    position: absolute;
    top: -42px;
    left: 0;
    background-color: #e1a87b;
    color: #fff;
    font-weight: bold;
    padding: 6px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 14px;
    font-style: italic;
}
.products .product h2 {
    font-size: 16px;
    line-height: 25px;
}
@media only screen and (max-width: 768px) {
    .products .product h2 {
        font-size: 18px;
        line-height: 23px;
    }
}
.products .product p {
    margin: 0;
    font-size: 13px;
    margin-bottom: 20px;
}
.products .product img {
    margin: 0 auto;
    margin-bottom: 20px;
}
.products .product .price > span {
    font-weight: bold;
    font-size: 20px;
}
.products .product .price del {
    font-size: 13px;
    color: #686868;
}
.products .product .price del span {
    font-size: 13px;
    color: #686868;
    font-weight: 300;
}
.products .product .price ins {
    background-color: transparent;
    font-size: 20px;
}
.products .product .price ins span {
    font-weight: 700;
}

.tienda-header {
    background-size: cover;
    padding: 50px 0;
    position: relative;
    margin-bottom: 20px;
	min-height: 250px;
}

@media only screen and (max-width: 768px) {
	.tienda-header {
		background-position: right !important;
		min-height: 106px;
	}
}
/* .tienda-header::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    display: block !important;
    background: rgb(0, 0, 0);
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.8995973389) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
} */
.tienda-header h1 {
    color: #fff;
}
.tienda-header span {
    margin: 0;
    font-size: 20px;
    letter-spacing: 7px;
    color: #fff;
    text-transform: uppercase;
}
.tienda-header .container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.tienda-header__content {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.marca-logo {
    max-width: 200px;
	width: 200px;
}

@media only screen and (max-width: 768px) {
    .tienda-header__content {
        width: 100%;
        text-align: right;
    }
}

.tienda-container {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
@media only screen and (max-width: 768px) {
    .tienda-container {
        flex-direction: column-reverse;
    }
}
.tienda-container aside {
    width: 20%;
}
@media only screen and (max-width: 768px) {
    .tienda-container aside {
        width: 100%;
    }
}
.tienda-container aside .wpc-filter-header {
    border-bottom: 1px solid #1d1d1b;
    padding-bottom: 7px;
    padding-top: 7px;
    font-weight: bold;
    color: #1d1d1b;
    margin-bottom: 10px;
}
.tienda-container .products {
    width: 75%;
}
@media only screen and (max-width: 768px) {
    .tienda-container .products {
        width: 100%;
    }
}

nav.woocommerce-pagination {
	width: 100%;
}

.search .tienda-header h1 {
     font-size: 42px;
    line-height: 51px;
}

nav.woocommerce-pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    list-style: none;
}

.wpc-custom-selected-terms ul li.wpc-chip-reset-all a {
    border-color: #e1a87b !important;
    background-color: rgba(225, 168, 123, 0.3);
    color: #1d1d1b;
}
.wpc-custom-selected-terms ul li:not(.wpc-chip-reset-all) a {
    border-color: #1d1d1b !important;
}

.tienda-before-loop {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-flow: wrap;
}
@media only screen and (max-width: 768px) {
    .tienda-before-loop {
        flex-direction: column;
    }
}
.tienda-before-loop .woocommerce-notices-wrapper {
    flex: 1;
    width: 100%;
}
.tienda-before-loop p {
    width: 70%;
}
@media only screen and (max-width: 768px) {
    .tienda-before-loop p {
        width: 100%;
    }
}
.tienda-before-loop form {
    width: 30%;
}
@media only screen and (max-width: 768px) {
    .tienda-before-loop form {
        width: 100%;
    }
}

.single-product .woocommerce-breadcrumb {
    display: none;
}
.single-product main > .product {
    display: flex;
    flex-flow: wrap;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
	align-items: center;
}
@media only screen and (max-width: 768px) {
    .single-product main > .product {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
.single-product main > .product .onsale {
    position: absolute;
    top: 20px;
    left: -10px;
    z-index: 99;
    background-color: #e1a87b;
    color: #fff;
    font-weight: bold;
    padding: 6px;
    border-radius: 3px;
    font-size: 16px;
    line-height: 14px;
    font-style: italic;
    box-shadow: 0 5px 10px rgba(29, 29, 27, 0.2);
}
.single-product main > .product .woocommerce-product-gallery {
    background-color: #fff;
    width: 40%;
    border-radius: 20px;
    box-shadow: 0 50px 50px rgba(29, 29, 27, 0.2);
    overflow: hidden;
}

.single-product main > .product .woocommerce-product-gallery >div  {
	max-width: 80%;
	margin: 0 auto;
}
@media only screen and (max-width: 768px) {
    .single-product main > .product .woocommerce-product-gallery {
        width: 100%;
        box-shadow: 0 5px 10px rgba(29, 29, 27, 0.1);
    }
}
.single-product main > .product .product_meta {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
    color: #ccc;
    font-size: 14px;
}
.single-product main > .product .product_meta a {
    color: #999999;
    text-decoration: none;
}
.single-product main > .product .entry-summary {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 80px;
}
@media only screen and (max-width: 768px) {
    .single-product main > .product .entry-summary {
        width: 100%;
        padding: 20px;
    }
}
@media only screen and (min-width: 1280px) {
    .single-product main > .product .entry-summary h1 {
        font-size: 40px;
        line-height: 50px;
    }
}
.single-product main > .product .entry-summary .cart {
    display: flex;
    align-items: center;
    gap: 20px;
}
@media only screen and (max-width: 768px) {
    .single-product main > .product .entry-summary .cart {
        flex-direction: column;
    }
    .single-product main > .product .entry-summary .cart .qib-button-wrapper {
        width: 100%;
    }
    .single-product main > .product .entry-summary .cart button {
        width: 100%;
    }
}
.single-product main > .product .entry-summary .cart .wqpmb_input_text {
    width: 80px;
}
@media only screen and (max-width: 768px) {
    .single-product main > .product .entry-summary .cart .wqpmb_input_text {
        width: 200px;
    }
}
.single-product main > .product .entry-summary .summary-marca {
    font-weight: bold;
    color: #e1a87b;
    font-family: "Cormorant Garamond", serif;
    font-size: 25px;
    font-style: italic;
    line-height: 25px;
}
.single-product main > .product .entry-summary .price {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.single-product main > .product .entry-summary .price > span {
    font-weight: bold;
    font-size: 20px;
}
.single-product main > .product .entry-summary .price del {
    font-size: 16px;
    color: #686868;
}
.single-product main > .product .entry-summary .price del span {
    font-size: 16px;
    color: #686868;
    font-weight: 300;
}
.single-product main > .product .entry-summary .price ins {
    background-color: transparent;
    font-size: 28px;
    color: #1d1d1b;
    line-height: 28px;
}
.single-product main > .product .entry-summary .price ins span {
    font-weight: 700;
}
.single-product main > .product .woocommerce-tabs {
    width: 100%;
    margin-top: 100px;
}
@media only screen and (max-width: 768px) {
    .single-product main > .product .woocommerce-tabs {
        margin-top: 20px;
    }
}
.single-product main > .product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
    margin-bottom: 0;
    font-size: 35px;
    line-height: 40px;
}
.single-product
    main
    > .product
    .woocommerce-tabs
    .woocommerce-Tabs-panel
    table {
    text-align: left;
    margin-top: 20px;
    width: auto;
}
.single-product
    main
    > .product
    .woocommerce-tabs
    .woocommerce-Tabs-panel
    table
    p {
    margin: 0;
}
.single-product
    main
    > .product
    .woocommerce-tabs
    .woocommerce-Tabs-panel
    table
    th {
    color: #1d1d1b;
    min-width: 100px;
}
.single-product main > .product .woocommerce-tabs .wc-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
    .single-product main > .product .woocommerce-tabs .wc-tabs {
        flex-direction: column;
        text-align: center;
    }
}
.single-product main > .product .woocommerce-tabs .wc-tabs li a {
    padding: 8px 20px;
    text-decoration: none;
}
.single-product main > .product .woocommerce-tabs .wc-tabs li.active a {
    border-bottom: 2px solid #e1a87b;
    color: #e1a87b;
    font-weight: bold;
    background-color: rgba(225, 168, 123, 0.1);
}
.single-product main > .product .related {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.single-product main > .product .related h2 {
    text-align: center;
    margin-bottom: 30px;
}

.header-carrito {
    min-height: auto !important;
    padding: 50px !important;
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.header-carrito h1 {
    font-size: 72px !important;
    line-height: 72px !important;
}
@media only screen and (max-width: 768px) {
    .header-carrito h1 {
        font-size: 35px !important;
        line-height: 35px !important;
    }
}

td.wc-block-cart-item__image img {
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained,
.wc-block-components-checkout-place-order-button {
    background-color: #e1a87b;
    color: #1d1d1b;
    text-decoration: none;
    font-weight: 600;
    border: 0;
    text-transform: uppercase;
}

.wc-block-checkout__main h2 {
    font-size: 40px !important;
    line-height: 40px;
}
@media only screen and (max-width: 768px) {
    .wc-block-checkout__main h2 {
        font-size: 25px !important;
        line-height: 25px;
    }
}
.wc-block-checkout__main input {
    height: auto !important;
}

@media only screen and (max-width: 768px) {
    .contacto-container {
        flex-direction: column-reverse;
    }
}

.woocommerce-account .u-columns {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 768px) {
    .woocommerce-account .u-columns {
        grid-template-columns: 1fr;
    }
}
.woocommerce-account.logged-in .woocommerce {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation {
    width: 30%;
}
.woocommerce-account.logged-in
    .woocommerce
    .woocommerce-MyAccount-navigation
    ul {
    margin: 0;
    padding: 0;
    border-radius: 20px;
    border: 1px solid #ccc;
    list-style-type: none;
}
.woocommerce-account.logged-in
    .woocommerce
    .woocommerce-MyAccount-navigation
    ul
    li {
    border-bottom: 1px solid #ccc;
}
.woocommerce-account.logged-in
    .woocommerce
    .woocommerce-MyAccount-navigation
    ul
    li:last-child {
    border-bottom: 0;
}
.woocommerce-account.logged-in
    .woocommerce
    .woocommerce-MyAccount-navigation
    ul
    li
    a {
    padding: 10px;
    text-decoration: none;
    display: block;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content {
    width: 70%;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
    background-color: #fff !important;
    padding: 20px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media only screen and (max-width: 768px) {
    .woocommerce-info,
    .woocommerce-noreviews,
    p.no-comments,
    .woocommerce-message,
    .woocommerce-info,
    .woocommerce-error,
    .woocommerce-noreviews,
    p.no-comments {
        flex-direction: column;
    }
}

.burger {
    display: block;
    height: 17px;
    width: 23px;
    top: 17px;
    left: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media only screen and (min-width: 1024px) {
    .burger {
        display: none;
    }
}
.burger span {
    display: block;
    height: 1px;
    width: 100%;
    border-radius: 10px;
    background: #1d1d1b;
}
.burger span:first-child {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
}
.burger span:nth-child(2) {
    transition: transform 0.2s ease-in-out;
}
.burger span:nth-child(3) {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
}
.burger.active span:first-child {
    transform: rotate(45deg);
}
.burger.active span:nth-child(2) {
    transform: scaleY(0);
}
.burger.active span:nth-child(3) {
    transform: rotate(-45deg);
}

.site-footer .container {
    background-color: #1d1d1b;
    color: #fff;
    display: flex;
    font-size: 14px;
    border-radius: 20px;
    padding: 30px;
    gap: 20px;
}
@media only screen and (max-width: 768px) {
    .site-footer .container {
        flex-direction: column;
    }
}
.site-footer .container img {
    filter: invert(1);
}
.site-footer .container h3 {
    color: #fff;
    margin: 0;
}
.site-footer .container .col {
    flex: 1;
}
.site-footer .container section {
    margin-bottom: 0;
}
.site-footer .container a {
    color: #fff;
    text-decoration: none;
}
.site-footer .copy {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
    .site-footer .copy {
        width: 100%;
    }
}
@media only screen and (max-width: 1440px) {
    .site-footer .copy {
        width: 95%;
    }
}
@media only screen and (max-width: 768px) {
    .site-footer .copy {
        flex-direction: column;
    }
}
.site-footer .copy p {
    font-size: 13px;
    margin: 0;
    color: #999999;
}

.banner-pagos > div {
    padding: 50px !important;
    border-radius: 20px;
    background-color: #eeeeee;
    border: 1px solid rgba(29, 29, 27, 0.1);
    text-align: center;
}
.banner-pagos h3 {
    margin: 0;
    margin-bottom: 15px;
}
.banner-pagos img {
    width: 480px;
    margin-bottom: 15px;
}

.banner-pagos .wpb_content_element {
    margin-bottom: 0;
}
.banner-pagos p {
    margin: 0;
}

.banners-descuento-home {
    margin-bottom: 80px;
}

.descuento-home > div {
    justify-content: flex-end !important;
    padding: 0 !important;
    position: relative;
    overflow: hidden;
}
.descuento-home > div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(29, 29, 27);
    background: linear-gradient(
        61deg,
        rgb(29, 29, 27) 0%,
        rgba(131, 131, 122, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d1d1b",endColorstr="#83837a",GradientType=1);
}
.descuento-home__terminos {
    margin-bottom: 10px !important;
    padding-right: 15px !important;
}
.descuento-home__terminos p {
    font-size: 13px;
    text-align: right;
}
.descuento-home__textos {
    padding: 30px !important;
    padding-right: 0 !important;
}
.descuento-home__boton a {
    background-color: #e1a87b;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    border-radius: 20px 0 20px 0;
    padding: 10px 30px;
    display: block;
    text-align: center;
}
.descuento-home__porcentaje > div {
    display: flex;
    align-items: flex-end;
}
.descuento-home__porcentaje p {
    font-family: "Cormorant Garamond", serif;
    font-size: 23px;
    font-style: italic;
    line-height: 23px;
}
.descuento-home__porcentaje p strong {
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    line-height: 48px;
    display: block;
    font-style: normal;
}
.descuento-home > div {
    border-radius: 20px;
}
.descuento-home h3 {
    margin: 0;
    color: #fff;
}
.descuento-home p {
    margin: 0;
    color: #fff;
}
.descuento-home h2 {
    margin: 0;
    font-family: "Poppins", sans-serif;
    color: #fff;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 16%, 61% 100%, 0 100%, 0% 50%);
    clip-path: polygon(0 0, 100% 0, 100% 16%, 61% 100%, 0 100%, 0% 50%);
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 150px;
    line-height: 150px;
    position: relative;
}
.descuento-home h2::before {
    content: "";
    position: absolute;
    right: 26px;
    top: 14px;
    width: 6px;
    height: 89%;
    background-color: #fff;
    transform: rotate(25deg);
}
.descuento-home .wpb_content_element {
    margin-bottom: 0;
}

.whatsapp-banner > div {
    padding: 50px !important;
    border-radius: 20px;
    justify-content: flex-end !important;
    text-align: center;
}
.whatsapp-banner .wpb_content_element {
    margin-bottom: 0;
}
.whatsapp-banner h3 {
    color: #fff;
    margin: 0;
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 15px !important;
}
.whatsapp-banner p {
    color: #fff;
    margin: 0;
}

.carousel-products li {
    width: 100% !important;
}
.carousel-products .owl-stage {
    padding-top: 50px;
}

.descuento-banner {
    background-color: #e1a87b;
    border-radius: 20px;
    color: #fff;
    padding: 30px !important;
    margin-bottom: 80px;
}
.descuento-banner__texto p {
    margin: 0;
    text-align: center;
}
.descuento-banner__texto p strong {
    font-size: 55px;
    line-height: 50px;
}
.descuento-banner a {
    background-color: #fff;
    border-radius: 8px;
    text-decoration: none;
    padding: 12px 40px;
    font-weight: bold;
}
.descuento-banner .wpb_text_column {
    margin-bottom: 0 !important;
} /*# sourceMappingURL=worldtime.css.map */

.woocommerce .woocommerce-checkout {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1.3fr 0.7fr;
    grid-template-rows: 0.2fr 1.8fr;
    gap: 15px 15px;
    grid-template-areas: 'Datos tit-pedido' 'Datos pedido';
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 50px;
    margin-top: 50px;
}
@media only screen and (max-width: 768px) {
    .woocommerce .woocommerce-checkout {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }
    .woocommerce .woocommerce-checkout .col2-set,
    .woocommerce .woocommerce-checkout #order_review_heading,
    .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order {
        width: 100% !important;
    }
}
.woocommerce .woocommerce-checkout h3 {
    color: #e1a87b;
}
.woocommerce .woocommerce-checkout .col2-set {
    grid-area: Datos;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}
.woocommerce .woocommerce-checkout .col2-set .col-1,
.woocommerce .woocommerce-checkout .col2-set .col-2 {
    width: 100%;
    float: none;
}
.woocommerce .woocommerce-checkout #order_review_heading {
    grid-area: tit-pedido;
    margin-bottom: 0 !important;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order {
    grid-area: pedido;
    background-color: #e1a87b1f;
    padding: 20px;
}
@media only screen and (min-width: 768px) {
    .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order {
        padding: 40px;
    }
}
.woocommerce
    .woocommerce-checkout
    .woocommerce-checkout-review-order
    .shop_table {
    text-align: left;
}
.woocommerce
    .woocommerce-checkout
    .woocommerce-checkout-review-order
    .wc_payment_methods {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.woocommerce
    .woocommerce-checkout
    .woocommerce-checkout-review-order
    .wc_payment_methods
    li
    label {
    font-weight: bold;
    color: #e1a87b;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
    background-color: #fff !important;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-top: 20px !important;
}
.woocommerce-info a,
.woocommerce-noreviews a,
p.no-comments a {
    color: #e1a87b;
}




.woocommerce .place-order button {
    background-color: #1d1d1b !important;
    font-size: 16px !important;
    color: #fff !important;
    font-weight: bold !important;
    padding: 12px 40px !important;
    text-decoration: none;
    border-radius: 8px !important;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
	width: 100% !important;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    color: #e1a87b;
}

.woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}

.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
}

.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
}

.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}

.woocommerce ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0;
}

.woocommerce ul#shipping_method li {
    margin: 0 0 .5em;
    line-height: 1.5em;
    list-style: none outside;
}

.woocommerce ul#shipping_method li input {
    margin: 3px .4375em 0 0;
    vertical-align: top
}

.woocommerce ul#shipping_method li label {
    display: inline
}

.woocommerce ul#shipping_method .amount {
    font-weight: 700
}

.woocommerce p.woocommerce-shipping-contents {
    margin: 0
}

.woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none
}

.woocommerce ul.order_details::after,.woocommerce ul.order_details::before {
    content: " ";
    display: table
}

.woocommerce ul.order_details::after {
    clear: both
}

.woocommerce ul.order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-right: 1px dashed #cfc8d8;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none
}

.woocommerce ul.order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5
}

.woocommerce ul.order_details li:last-of-type {
    border: none
}

.search .tienda-header {
    background-image: url(https://worldtimecolombia.com/wp-content/uploads/2025/07/fondo-busqueda.jpg) !important;
}

.term-sale .tienda-header {
	background-image: url(https://worldtimecolombia.com/wp-content/uploads/2025/07/Banners_Web_WorldTime_Sale.jpg) !important;
}

.wpc-term-image-wrapper {
	display: none !important;
}

.logo-interna img {
	width: 200px;
}