@import url("../fonts/gotham.css");

/* @import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100;200;300;400;500;600;700;800;900&display=swap'); */
@font-face {
    font-family: "arFont";
    src: url('../fonts/ar-font.ttf');
}

:root {
    --accent-color: #000;
    --accent-color2: #acacac;
    --accent-color3: #efe6dd;
    --mainFont: "Gotham Light", sans-serif;
    --arFont: 'arFont', sans-serif;
}

a {
    transition: .4s;
}

body {
    font-family: var(--mainFont) !important;
    font-weight: bold;
}

body.style2 {
    font-family: "Oswald" !important;
    font-weight: bold;
}

body .ar-font {
    font-family: var(--arFont) !important;
}

p {
    font-family: "Lato" !important;
}

.home-slider {
    margin-top: 0 !important;
}

.cat-image {
    height: 300px !important;
    background-position: left !important;
    background-size: cover !important;
}

.cat-image2 {
    height: 500px !important;
    background-position: top !important;
    background-size: cover !important;
}

.sub-menu-container .view-all {
    color: var(--accent-color) !important;
    text-decoration: underline !important;
}

/* Image Fit Fix */
.image-fit-fix {
    position: relative;
    width: 100%;
}

.image-fit-fix::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.image-fit-fix img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Image Fit Fix End */
.menu-item .image-fit-fix img {
    height: 212px;
}

.menu-item .image-fit-fix::after {
    padding-bottom: 0 !important;
}

.img-hover {
    position: relative;
    overflow: hidden;
}

.img-hover img {
    position: relative;
    height: 100%;
    width: 100%;
    transform: scale(1);
    transition-property: transform, -webkit-transform;
    transition-duration: .8s;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    transition-delay: 0s;
}

.img-hover:hover img {
    transform: scale(1.1);
    transition-duration: .6s;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.img-hover-bg h3 {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    text-shadow: 1px 1px 8px rgb(0 0 0 / 28%);
    width: 90%;
    padding: 20px;
}

.img-hover-bg {
    overflow: hidden !important;
    border-radius: 12px !important;
}

.img-hover-bg .bg-img {
    transition: .7s ease-in-out;
}

.img-hover-bg:hover .bg-img {
    scale: 1.2;
}

.product-title a {
    transition: .5s;
}

.bg-overlay-content a:hover {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

.product-cat {
    color: #000;
    transition: .5s;
}

.product-cat:hover {
    color: var(--accent-color);
}

footer,
footer a,
footer,
footer p {
    font-family: "Lato" !important;
}

footer {
    background-color: var(--accent-color3);
}

#copyrights {
    padding: 30px 0;
    background-color: #fff;
}

#footer {
    background-color: #fff;
}

.vid-bg-section:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(44, 38, 32, 0.466);
    top: 0;
    left: 0;
}

.newsletter button {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    transition: .5s;
}

.newsletter button:hover {
    background-color: #000;
    border-color: #000;
    opacity: .8;
}

/* New 11-14-2022 */
#top-search-trigger i,
#top-cart-trigger i {
    font-size: 25px;
}

#header .flex-column {
    flex-direction: row !important;
}

#header .primary-menu ul.menu-container {
    justify-content: center;
}

#header .top-search-form {
    background-color: #fff !important;
}

#logo img {
    height: auto !important;
    margin: 0 auto;
    width: 30% !important;
    justify-content: center;
}

.mobile-menu-area {
    position: fixed !important;
    background-color: #fff;
    height: 100%;
    left: -100%;
    width: 90%;
    top: 0;
    z-index: 20;
    overflow-y: scroll;
    padding: 30px 15px;
    visibility: hidden;
    ;
    transition: .5s;
}

.mobile-menu-area.active {
    left: 0;
    visibility: visible;
}

body.menu-shadow:after {
    content: "";
    position: fixed;
    background-color: rgb(0 0 0 / 30%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 19;
}

.menu-link {
    font-size: 1rem;
    font-weight: bold;
}

.close-mobile-menu {
    color: #000;
}

.close-mobile-menu:hover,
.close-mobile-menu:focus {
    color: var(--accent-color);
}

.mobile-social-media a {
    text-align: center;
    display: block;
    padding: 20px 0;
    border: 1px solid;
    margin-bottom: 0px;
    border-color: #eee;
    margin-top: 20px;
    color: #000;
    transition: .5s;
}

.mobile-social-media a:hover,
.mobile-social-media a:focus {
    color: var(--accent-color) !important;
    border-color: var(--accent-color) !important;
    ;
}

.search-mobile-area form a,
.search-mobile-area form a:hover,
.search-mobile-area form a:focus,
.search-mobile-area form a:active {
    background-color: var(--accent-color) !important;
    color: #fff !important;
    border: 1px solid var(--accent-color) !important;
}

.search-mobile-area form a:hover,
.search-mobile-area form a:focus,
.search-mobile-area form a:active {
    opacity: .8;
}

#user-login {
    font-size: 25px;
}

#user-login:hover {
    color: var(--accent-color);
}

.category-title h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.category-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    padding: 20px;
}

.product-category-item {
    position: relative;
}

.product-category-item a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(70 70 70 / 30%);
    top: 0;
    left: 0;
    z-index: 1;
}

.product-category-item a {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
}

.close-cart-mobile {
    position: absolute;
    right: 10px;
    top: 10px;
}

#footer li.nav-item.dropdown {
    list-style: none;
}

li.wide-footer-link ul.dropdown-menu.show {
    position: relative !important;
    transform: none !important;
    margin-top: 10px !important;
    border: none !important;
    z-index: 1;
}

li.wide-footer-link ul>li>a {
    padding: 5px 0 !important;
}

#footer .nav-item.dropdown>a,
#footer .nav-item.dropdown>.big-footer-nav-title {
    font-family: var(--mainFont) !important;
    text-transform: uppercase;
}

nav .menu-item a.menu-link.active {
    color: var(--accent-color);
}

#page-title.page-title-mini {
    padding: 30px 0;
}

.widget-filter-links li a.active {
    color: var(--accent-color);
}

span.offer-tag {
    background-color: var(--accent-color);
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    top: 10px;
    position: absolute;
    left: 10px;
    z-index: 4;
    box-shadow: 1px 1px 7px 0px rgb(0 0 0 / 10%);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.header-misc-icon>a.ar-font {
    font-size: 15px;
}

.mobile-lang-switcher {
    padding: 0;
    margin: 0;
    list-style: none;
}

.settings-item {
    margin-bottom: 30px;
}

.mobile-lang-switcher li a {
    border-top: 1px solid rgb(224 118 58 / 24%);
    border-bottom: 1px solid rgb(224 118 58 / 24%);
    padding: 10px 0;
    text-align: center;
    display: block;
    color: #000;
    transition: .4s;
}

.mobile-lang-switcher li a:hover {
    background-color: var(--accent-color);
    color: #fff;
}

#mobile-settings {
    width: 80%;
}

.cat-item-carousel .owl-dots {
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cat-item-carousel .owl-dots .owl-dot span {
    background-color: #fff;
}

.cat-item-carousel .owl-dots .owl-dot.active span,
.cat-item-carousel .owl-dots .owl-dot:hover span {
    background-color: var(--accent-color)
}

/* footer a {
    color: var(--accent-color) !important;
    font-weight: 500 !important;
}
footer a:hover {
    color: #000 !important;
} */
.dropdown-item:hover,
.dropdown-item:active {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
}

.product-img-full {
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.products-carousel .product .product-img-full {
    transition: .8s;
}

.products-carousel .product:hover .product-img-full {
    transform: scale(1.1);
}

.title-mark {
    position: relative;
    z-index: 1;
    padding: 15px;
}

.title-mark:after {
    background-image: url("../images/title-mark.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.heading-block::after {
    content: '';
    display: block;
    margin-top: 0;
    border-top: 0;
}

/* .header-misc-icon > a {color: var(--accent-color);}
.accordion-header.accordion-active .accordion-title, .accordion-header.accordion-active .accordion-icon i{
    color: var(--accent-color)!important;
} */
/* .form-select{

    background-image: url('../images/dropdown.svg');
} */
/* .form-control, .form-control:active, .form-control:focus {
    border-color: var(--accent-color);
    color: var(--accent-color);
} */
.header-misc-icon>a:hover {
    color: var(--accent-color);
}

#user-login:hover {
    color: var(--accent-color);
}

.menu-link {
    /* color: var(--accent-color); */
    transition: .4s;
}

/* .menu-link:hover {color: #000 !important;}
.sub-menu-container .menu-item>.menu-link {color: var(--accent-color);} */
/* .input-group-text { border: 1px solid var(--accent-color);} */
.button.button-dark {
    background-color: #ababab;
}

.button.button-dark:hover {
    background-color: var(--accent-color);
}

/* .form-control::placeholder {
    color: var(--accent-color);
} */
.button.button-3d:hover {
    background-color: #000;
    opacity: 1;
}

.si-dark {
    background-color: var(--accent-color);
}

.floating-icons {
    position: fixed;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
    display: grid;
    z-index: 1;
}

.floating-icons a i {
    margin: 0;
    border-radius: 0;
    background-color: #ababab;
    transition: .4s;
    border-bottom: 1px solid rgb(255 255 255 / 29%);
}

.floating-icons a:hover i {
    background-color: #000;
}

.floating-icons .whatsapp:hover i {
    background-color: #24cc63;
}

.header-misc-icon>a {
    font-size: 1.325rem;
}

#mobile-menu-trigger>a {
    top: -20px;
    position: absolute;
}

#mobile-menu-trigger .svg-trigger {
    width: 40px;
    height: 40px;
}

.slider-element {
    z-index: 2;
}

/* New 06-12-2022*/
.currency-picker {
    padding: 8px 10px !important;
    border: 0;
}

header .currency-picker {
    background-position: right -3px center !important;
}

.megamenu-img-title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 10px rgb(0 0 0 / 32%);
}

.view-collection-gallery {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    background-color: #ffffff85;
    padding: 10px 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}

.shipping-info-item img {
    width: 150px;
    margin: 0 auto;
    margin-bottom: 30px;
    display: block;
}

.shipping-info-item h5,
.shipping-info-item p {
    text-align: center;
}

/* New 17-2-2023 */
body.product-template-default.single.single-product #page-title,
body.product-template-default.single.single-product .woocommerce-product-details__short-description p,
body.product-template-default.single.single-product .product_meta {
    display: none;
}

span.woocommerce-Price-currencySymbol {
    margin-left: 5px;
}

.ticker-container {
    width: 100%;
    overflow: hidden;
    background-color: #333;
    color: white;
    padding: 10px 0;
    position: relative;
    white-space: nowrap;
}

.ticker {
    display: inline-block;
    white-space: nowrap;
    position: relative;
}

.ticker-item {
    display: inline-block;
    padding-right: 100px;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: middle;
}

.ticker-item.gold {
    color: #ffd700;
}

.ticker-item.silver {
    color: #c0c0c0;
}

.ticker-item.bronze {
    color: #cd7f32;
}