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

::placeholder {
    font-size: 12px;
}

	.container-fluid{
		padding: 0px 60px;
	}

    .slider-arrow-left {
        margin-left: 10px;
        width: 30px;
        height: 30px;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .slider-arrow-left i {
        font-size: 24px;
        margin-top: -20px;
        margin-left: -2px;
    }

    .slider-arrow-right {
        margin-right: 10px;
        width: 30px;
        height: 30px;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .slider-arrow-right i {
        font-size: 24px;
        margin-top: -20px;
        margin-right: -2px;
    }

	/* .dark-hover #header-wrap {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.0));
        border: none !important;
    } */

	.menu-link{
		font-weight: 100;
	}

	.primary-menu a:hover{
		color: #d4af36 !important;
	}

	.hero-text {
		text-shadow: 0px -1px 25px rgb(105, 105, 105);
		padding: 0px !important;
		margin: 0px !important;
		font-weight: 400;
	}

	/* .hero-article{
		background-color: rgba(0, 0, 0, 0.253);
	} */

	.hero-article-button {
		border: 1px solid white;
		color: white;
	}

	.hero-article-button:hover {
		border: none;
		background: white;
		color: rgb(202, 182, 3);
	}

	.grid-content h3 {
		text-shadow: 1px 1px 10px #000000;
		color: rgb(247, 242, 242);
	}

	.grid-content h5 {
		text-shadow: 1px 1px 5px #000000;
		color: rgb(255, 255, 255);
	}

	.btn-store-location{
		background: #00000028;
		border: 1px solid rgb(212, 212, 212);
	}

    .footer-widgets-wrap{}

    .footer-widgets-wrap ul{
        color: rgb(204, 204, 204);
    }

	.footer-widgets-wrap li a{
        color: rgb(168, 168, 168);
        font-weight: 300;
	}

	.footer-widgets-wrap li a:hover{
		color: #d4af36;
	}

	.footer-widgets-wrap h4{
        color: #0000008f;
		margin: 0px;
	}

	.owl-carousel .owl-dots .owl-dot {
		background-color: #d4af36;
	}


    .product-link-title {
        color: #0000008f;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 300;
    }

    .product-link-title:hover {
        color: #d4af36;
    }

    .product-link-price {
        font-weight: 600;
        font-size: 13px;
        color: #d4af36;
    }

    .product-link-price small {
        vertical-align: super;
        font-size:10px;
        color: #adadad8f;
    }

    .product-link-title.active {
        color: #0000008f;
        font-weight: 600 !important;
    }



    .new-product span{
        opacity: 0.3;
    }

	@media (min-width: 768px) {

		.hero-article {
			width: 50%;
		}
	}

	.page-title{
		font-family: "catamaran", sans-serif !important;
		font-weight: bold;
		color: #4d4d4d;
		margin: 0;
	}

	.btn-outline-gold{
		border: 1px solid #d4af36;
		color: #d4af36;
		border-radius: 20px;
		padding: 5px 20px;
	}

	.btn-outline-gold:hover{
		background-color: #000000;
		color: white;
	}

    .btn-outline-secondary{
        border-radius: 20px;
    }

	.desc-text{
		max-width: 700px;
		color: #8f8f8faf;
		font-size: 14px;
	}

    .desc-text-2x{
		max-width: 700px;
		color: #8f8f8faf;
		font-size: 18px;
	}

	.filter{
		border-bottom: 1px solid #e2e2e2af;
		border-top: 1px solid #e2e2e2af;
		padding: 14px 0px;
	}

	.filter .dropdown-toggle{
		color: #919191;
		font-size: 13px;
	}

	.filter .dropdown-menu{
		margin-top: 20px !important;
		z-index: 1;
		border: none;
	}

	.filter li{
		color: #919191;
		font-size: 14px;
	}

	input[type=radio] {
		margin-right: 8px;
		appearance: none;
		background-color: #fff;
		width: 15px;
		height: 15px;
		border: 2px solid #ccc;
		border-radius: 2px;
		display: inline-grid;
		place-content: center;
	}

	input[type=radio]::before {
		content: "";
		width: 10px;
		height: 10px;
		transform: scale(0);
		transform-origin: bottom left;
		background-color: #fff;
		clip-path: polygon(13% 50%, 34% 66%, 81% 2%, 100% 18%, 39% 100%, 0 71%);
	}

	input[type=radio]:checked::before {
		transform: scale(1);
	}

	input[type=radio]:checked {
		background-color: #0075FF;
		border: 2px solid #0075FF;
	}

	.product-list-image {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.product-list-image img {
		width: 100%;
		height: auto;
		transition: opacity 0.5s ease;
	}

	.product-list-image-hide {
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: opacity 0.5s ease;
	}

	.product-list-image:hover .product-list-image-hide {
		opacity: 1;
	}

    .product-list-image:hover .icon-wishlist {
		color: #d4af36 !important;
	}

	.grid-layout a {
		color: #cfcfcf;
		cursor: pointer;
	}

	.grid-layout a.active {
		color: #919191 !important;
	}

	.mySwiper .swiper-slide img{
		border: 1px solid rgb(233, 233, 233);
    }
    .mySwiper .swiper-slide {
      opacity: 0.4;
	  width: 80px !important;
    }

    .mySwiper .swiper-slide-thumb-active {
      opacity: 1;
    }

	.product-title{
		letter-spacing: 3px;
	}


	.page-breadcrumb a, .page-breadcrumb span{
		font-size: 14px;
		color: #a5a5a5;
	}
	.product-price{
		color: #d4af36;
		font-size: 14px;
	}
	.product-desc{
		font-size: 14px;
		color: #a5a5a5;
	}

	.product-desc-label{
		font-size: 13px;
		color: #a5a5a5;
	}

	.product-desc-button {
		font-size: 12px;
		margin-right: 5px;
		border-color: rgb(180, 180, 180);
		color: rgb(160, 160, 160);
		border-radius: 10px;
	}

   .btn-wishlist{
        outline: none !important;
        box-shadow: none !important;
   }

   .btn-wishlist-x {
        outline: none !important;
        box-shadow: none !important;
    }


	hr{
		color: #dad9d9;
	}

	.fabric-label{
		font-size: 14px;
		color: #818181;
		font-weight: 500;
		font-style: italic;
	}

	.fabric-desc{
		line-height: 18px !important;
		font-size: 14px;
		color: #818181;
	}


	.swiper-button-next,
	.swiper-button-prev {
		width: 30px;
		height: 30px;
		color: rgb(190, 190, 190);
		/* background-color: #00000077; */
		border-radius: 5px;
	}

	.swiper-button-next::after,
	.swiper-button-prev::after {
		font-size: 14px;
	}

	.swiper-button-next, .swiper-button-prev {
		right: 0px;
	}

	.swiper-button-prev {
		left: 0px;
	}


	.desc{
		font-size: 14px;
		color: #a5a5a5;
	}

	.desc-title {
		font-weight: 100;
		color: #a5a5a5;
	}

	.mega-menu-content {
		width: 100% !important;
	}

	.submenu{
		padding-right: 10px;
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.submenu-link{
		margin-top: 10px;
	}

	.submenu-link a{
		color: #b1b1b1 !important;
		font-size: 12px !important;
	}

	.submenu-link a:hover{
		color: #d4af36 !important;
	}

	.menu{
		margin-top: 20px;
		text-transform: uppercase;
		min-width: max-content;
		padding: 0px 10px;
		margin-bottom: 20px;
		font-size: 14px;
		cursor: pointer;
	}

	/* .menu-custom-on{
		width: 100%;
		justify-content: space-between;

	} */

	.dropdown-toggle::after {
      display: none;
    }

    .loading-container {
        z-index: 10000;

    }

    .loading-image {
        animation: fade 1.5s infinite alternate;
        width: 50px;
    }

    .loading-text{
        color: #8f8f8faf;
        font-size: 14px;
    }

    @keyframes fade {
        0% {
        opacity: 1;
        }
        100% {
        opacity: 0.2;
        }
    }

    .filter-select {
        background-color: rgba(233, 231, 231, 0.151);
    }

	#filter-select button {
    width: 100px;
    margin-right: 10px;
    background-color: rgb(255, 255, 255);
    border: 0.5px solid rgba(71, 70, 70, 0.37);
    color: rgb(51, 51, 51);
    font-weight: 100;
}

    #filter-select a {
        background-color: rgb(255, 255, 255);
        border: 0.5px solid rgba(71, 70, 70, 0.37);
        color: rgb(51, 51, 51);
        font-weight: 100;
        font-size: 12px;
        cursor: pointer;
    }

    /* .article-detail img, figure img {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 1.8;
    } */

.custom-radio label {
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
    text-transform: capitalize;
    font-weight: normal;
}

        .icon-star3 {
            color: #d4af37;
        }

        .clear-rating {
            display: none !important;
        }

        .custom-radio input[type="radio"] {
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            width: 20px;
            height: 20px;
            border-radius: 3px;
            outline: none;
            cursor: pointer;
            vertical-align: middle;
        }

        /* Custom tanda centang (checklist) */
        .custom-radio input[type="radio"]:checked::before {
            display: block;
            text-align: center;
            line-height: 20px;
            color: #333;
        }

        /* Style untuk label radio button */
        .custom-radio label {
            display: inline-block;
            margin-right: 15px;
            cursor: pointer;
            text-transform: capitalize;
            font-weight: normal;
        }

        /* Container untuk radio button */
        .radio-container {
            margin-bottom: 15px;
        }


.discount {
    background: black;
    font-size: 10px;
    color: white;
    font-weight: 100;
    margin-left: 5px;
    padding: 1px 5px 1px 5px;
    border-radius: 10px;
    vertical-align: 0px;
}

.before-discount {
    color: rgba(128, 128, 128, 0.541);
    text-decoration: line-through;
    font-size: 13px;
    font-weight: 500;
}

.product-link-price, .product-price{
    font-size: 18px;
}

.hover-gold:hover{
    color: #d4af37 !important;
}

.hover-dark:hover{
    background: #000000 !important;
    color: white !important;
}

.hover-grey:hover{
    color: #e6e6e6 !important;

}

.hover-danger:hover{
    color: red !important;
}

.hover-underline:hover{
    text-decoration: underline !important;

}

.arrow-down {
    font-size: 24px;
    animation: bounce 2.0s infinite;
}

@keyframes bounce {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    50% {
        transform: translateY(10px);
        opacity: 0.5;
        /* Adjust the bounce height */
    }

    100% {
        transform: translateY(15px);
        opacity: 0;
    }
}

.text-justify{
    text-align: justify !important;
}

.hover-danger a:hover {
    color: rgb(255, 131, 131) !important;
}


.ribbon-img{
    width: 45px;
    height: 45px;
}

.ribbon-text{
    margin-top: 1px;
    color: white;
    font-size: 13px;
}

.text-gold{
    color: #d4af36 !important;
}

.text-red{
    color: rgb(240, 118, 118) !important;
}


@media (max-width: 992px) {
    .menu-container {
        display: block !important;
        margin-top: 20px;
    }

    .menu-nope1{
        display: none;
    }

    .mega-menu a{
        font-size: 10px !important;
    }


}

@media (max-width: 1140px) {

    .menu-nope1{
        display: none;
    }

    .menu-nope2{
        display: none;
    }
}

.header-wrap-clone-height{
    height: 150px !important;
}

.hover-light:hover{
    background-color: #f9f9f9;
}

.variant{
    max-height: 220px;
    overflow-y: auto;
}

.variant-image{
    width:100px;
}

.variant-title{
    font-weight: 500;
    color: #a5a5a5;
    font-size: 14px;
}

.variant-size{
    color: #a5a5a5;
    font-size: 12px;
}

.variant-price{
    color: #d4af36;
    font-size: 12px;
}

.btn-outline-grey{
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.gd-notif {
    position: fixed;
    z-index: 100000;
    top: 0;
    height: 100vh;
    width: 100%;
    background: rgb(0 0 0 / 64%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.gd-notif-box {
    width: max-content;
    height: max-content;
    padding: 16px;
    background: white;
    font-size: 12px;
    border-bottom: 5px solid #d4af36;
}



/* admin */
.dashboard-nav-user {
    background: rgb(248, 248, 248);
}

.dashboard-nav-link-user {
    color: rgb(133, 133, 133) !important;
}

.dashboard-nav-link-user:hover {
    color: #d4af37 !important;
}

.border-front-text {
    border-left: 1px solid rgb(211, 211, 211);
}

.product-wishlist:hover {
    border: 1px solid#d4af37;
}

.product-wishlist {
    border: 1px solid rgb(240, 240, 240);
}
