@import url("bootstrap.css");
@import url("fontawesome/css/all.min.css");

@font-face {
    font-family: "Myriad-Pro";
}

/*@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');*/
@font-face {
    font-family: 'copperplateregular';
    src: url('../webfontkit/copperplate-webfont.woff2') format('woff2'),
        url('../webfontkit/copperplate-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'visby_cfregular';
    src: url('../webfontkit/visby-cf-webfont.woff2') format('woff2'),
        url('../webfontkit/visby-cf-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
    --white-color: #fff;
    --black-color: #000;
    --grey-color: #e6e6e6;
    --brown-color: #ae7f5d;
    --light-black-color: #161616;
}

::-moz-selection {
    color: var(--white-color);
    background: var(--black-color);
}

::selection {
    color: var(--white-color);
    background: var(--black-color);
}

ul,
li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

html,
body {
    line-height: 27px;
    font-size: 16px;
    font-weight: 400;
    color: var(--black-color);
    font-family: 'visby_cfregular';
    /* font-family: 'Roboto', sans-serif; */
}

body {
    position: relative;
}

body .svg-for-dark-mode {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.clear {
    clear: both;
    overflow: hidden;
}

.btn,
button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.form-control:focus,
.form-control:active {
    box-shadow: none;
    outline: none;
    border-color: transparent;
    border-bottom: solid 1px #A6A6A6;
}

.primary-btn-black {
    background: #301e32;
    color: var(--white-color);
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    padding: 0.6rem;
    line-height: 17px;
    display: inline-block;
    cursor: pointer;
    border: solid 1px #301e32;
    border-radius: 0px;
}

.primary-btn-black:hover {
    color: #bf805b;
}

.primary-btn-white {
    color: #321E35;
    border-radius: 0;
    font-size: 17px;
    font-weight: 500;
    padding: 0.8rem;
    text-transform: uppercase;
    line-height: 17px;
    border: solid 1px #321E35;
    cursor: pointer;
    display: inline-block;
    background: var(--white-color);
    border-radius: 0px;
}

.secondary-btn {
    border-radius: 0;
    font-size: 17px;
    color: var(--black-color);
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    cursor: pointer;
}

.secondary-btn .btn-arrow {
    width: 25px;
    overflow: hidden;
    display: inline-block;
    line-height: 12px;
}

.secondary-btn .btn-arrow img {
    position: relative;
    right: 25px;
    transition: all 0.5s ease;
}

.secondary-btn:hover .btn-arrow img {
    right: 0;
}

.secondary-btn-position {
    margin-right: -31px;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
    font-size: inherit;
}

hr {
    border-color: #e3e3e3;
    margin-bottom: 70px;
}

.font-size-14px {
    font-size: 14px !important;
}

.font-size-16px {
    font-size: 16px !important;
}

.font-size-18px {
    font-size: 18px !important;
}

.font-size-20px {
    font-size: 20px !important;
}

.font-weight-300 {
    font-weight: 300 !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.font-weight-900 {
    font-weight: 900 !important;
}

.font-class {
    font-family: 'copperplateregular';
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////
HOME PAGE
////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*  Start Header Top Area CSS
/* =================================== */
.top-refer-a-friend {
    background: #301e32;
    color: var(--white-color);
    /* font-size: 16px; */
    font-size: 14px;
    padding: 4px 0;
}

.top-refer-a-friend a {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: #84898f;
}

.navigation-container {
    transition: all 0.3s;
    background-color: #0b0c09;
    width: 0;
    height: 100vh;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
}

.navigation-container::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.navigation-container::-webkit-scrollbar-thumb {
    background: #2c2c2c;
    border-radius: 10px;
}

.navigation-container::-webkit-scrollbar-thumb:hover {
    background: var(--black-color);
}

.navigation-social-icons {
    text-align: center;
}

.navigation-social-icons a {
    margin: 0 10px;
    color: #fff;
    display: inline-grid;
    text-align: center;
    align-content: center;
}

.navigation-social-icons a i,
.navigation-social-icons a span {
    font-size: 16px;
}

.navigation-container-show {
    width: 100%;
}

.header-top {
    padding: 10px 0;
}

.header-top .search-trigger {
    text-align: right;
}

.header-top .right-button ul {
    margin: 0;
}

.header-top .right-button ul li {
    display: inline-block;
    margin-left: 25px;
    font-size: 15px;
}

.header-top .right-button ul li:first-child {
    margin-left: 0;
}

.header-top .right-button ul li a:hover {
    opacity: 0.7;
}

.header-top .right-button ul li a {
    display: block;
    position: relative;
}

.header-top .right-button ul li a span {
    position: absolute;
    right: 2px;
    top: 10.5px;
    width: 15px;
    height: 15px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    line-height: 15px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0;
    z-index: 0;
    font-family: "Myriad-Pro";
}

.header-top .right-button ul .dropdown-content a {
    font-size: 15px;
    padding: 3px 10px;
    font-family: 'visby_cfregular';
}

.header-top .right-button ul .dropdown-content a:hover {
    background: #f2f3f3;
}

.header-top .close-search {
    line-height: 55px;
    cursor: pointer;
    color: var(--white-color);
}

.navigation-menu>span {
    line-height: 13px;
    align-self: end;
    position: relative;
    bottom: -1px;
    cursor: pointer;
}

.navigation-menu a span {
    color: #fff;
    text-transform: uppercase;
    padding: 0 15px;
    position: relative;
    bottom: -2px;
}

.logo img {
    max-height: 85px;
}

.currency-language {
    display: flex;
    justify-content: end;
    font-family: 'copperplateregular';
    font-size: 15px;
}

.currency-language .dropdown {
    margin-left: 25px;
}

.currency-language .dropdown>button {
    padding-left: 0;
    padding-right: 0;
    background: none;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 18px;
}

.currency-language .dropdown>a {
    font-size: 15px;
}

.currency-language .dropdown-menu button,
.currency-language .dropdown-menu label {
    cursor: pointer;
    text-align: initial;
    margin: 0;
    padding: 0.25rem 0.75rem;
    color: var(--black-color);
    font-weight: 300;
    font-size: 14px;
}

.currency-language .dropdown-menu button img {
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.currency-language .dropdown-menu button:last-child {
    border-bottom: none;
}

.currency-language .dropdown-menu button .flag {
    margin-bottom: -1px;
}

.currency-language .dropdown-menu input[type=checkbox] {
    display: none;
}

.currency-language .dropdown-menu {
    background: var(--white-color);
    border-color: var(--brown-color);
}

/*.currency-language .dropdown-menu .dropdown-item:hover{ background:#101010; }*/
.search-input-box {
    text-align: center;
    padding: 5px 20px;
    background: var(--black-color);
}

.search-input-box select {
    border: none;
    outline: none;
    box-shadow: none;
    appearance: none;
    background: #0d0c0b;
    color: #fff;
    width: 150px;
    margin-right: 30px;
    border-right: solid 1px #292929;
    height: 26px;
}

.search-input-box .form-control {
    background: transparent;
    border: 0;
    color: var(--white-color);
    font-weight: 400;
    font-size: 15px;
    padding: 7px;
    flex-grow: 1;
    height: 55px;
}

.search-input-box .form-control:focus {
    box-shadow: none;
    outline: none;
}

.search-input-box input.placeholder {
    color: var(--white-color);
    font-size: 14px;
}

.search-input-box input:-moz-placeholder {
    color: var(--white-color);
    font-size: 14px;
}

.search-input-box input::-moz-placeholder {
    color: var(--white-color);
    font-size: 14px;
}

.search-input-box input::-webkit-input-placeholder {
    color: var(--white-color);
    font-size: 14px;
}

.search-input-box .btn {
    width: 0;
    height: 0;
    padding: 0;
    border: 0;
}

.search-input-box .lnr-cross {
    color: var(--white-color);
    font-weight: 600;
    cursor: pointer;
    padding: 10px 3px;
}

.search-input-box:after {
    content: "";
    width: 100%;
    transition: all 0.5s ease;
    visibility: hidden;
}

.search-input-box-bg {
    transition: all 0.5s ease;
    margin-top: -94px !important;
}

.search-input-box.search-input-box-bg:after {
    content: "";
    background: #1D1D1D;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999999;
    transition: all 0.5s ease;
    visibility: visible;
}

.search-input-box-bg>.container {
    position: relative;
    z-index: 999999991;
    background: #141414;
    border-bottom: solid 1px #fff;
}

.search-input-box-bg .header-main-search {
    display: block !important;
    position: absolute;
    width: 100%;
    top: 75px;
    right: 0;
    left: 0;
    max-height: 400px;
    overflow-y: auto;
    text-align: left;
}

.search-input-box-bg .header-main-search::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.search-input-box-bg .header-main-search::-webkit-scrollbar-thumb {
    background: #2c2c2c;
    border-radius: 10px;
}

.search-input-box-bg .header-main-search::-webkit-scrollbar-thumb:hover {
    background: var(--black-color);
}

.header-main-search li {
    border-bottom: solid 1px #262626;
    display: flex;
    padding: 10px 0;
    width: 99%;
}

.header-main-search li:first-child {
    padding-top: 0;
}

.header-main-search li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.header-main-search li div:nth-child(1) {
    max-width: 64px;
    width: 100%;
    text-align: center;
}

.header-main-search li div:nth-child(1) img {
    max-width: 64px;
    max-height: 64px;
}

.header-main-search li div:nth-child(2) {
    padding: 0 20px;
    flex-grow: 1;
}

.header-main-search li div:nth-child(2) h2 {
    font-size: 16px;
    color: var(--grey-color);
    font-weight: 300;
}

.header-main-search li div:nth-child(2) h3 {
    font-size: 11px;
    color: var(--grey-color);
}

.header-main-search li div:nth-child(2) p {
    font-size: 14px;
    margin: 0;
    line-height: 14px;
    color: var(--grey-color);
}

/*  Start Header Area CSS
/* =================================== */
.header_area .navbar {
    background: transparent;
    padding: 0px;
    border: 0px;
    border-radius: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.header_area .navbar .logo_h {
    color: var(--white-color);
    height: 80px;
    text-align: center;
    line-height: 69px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

.header_area .navbar .navbar-brand {
    padding-top: 0;
}

.header_area .navbar .nav>.nav-item {
    border-bottom: solid 1px #161812;
}

.header_area .navbar .nav .nav-item .nav-link {
    display: inline-block;
    text-transform: uppercase;
    color: var(--white-color);
    font-family: 'copperplateregular';
    font-weight: 500;
    font-size: 25px;
    margin: 8px 0;
}

.header_area .navbar .nav .nav-item .nav-link:after {
    display: none;
}

/*.header_area .navbar .nav .nav-item:hover .nav-link, .header_area .navbar .nav .nav-item.active .nav-link { font-weight: 700; }*/
.header_area .navbar .nav .nav-item.submenu {
    position: relative;
}

.header_area .navbar .nav .nav-item.submenu ul:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #eeeeee transparent transparent transparent;
    position: absolute;
    right: 24px;
    top: 45px;
    z-index: 3;
    opacity: 0;
    transition: all 400ms linear;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-link {
    font-weight: 400;
    font-size: 18px;
    padding: 0;
    transition: all 0.5s ease;
    font-family: 'visby_cfregular';
    /* font-family: 'Roboto', sans-serif; */
    color: #bbb;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-link:hover {
    transition: all 0.2s ease;
    color: #fff;
}

.header_area .navbar .nav .nav-item.submenu {
    position: static;
}

.header_area .navbar .nav .nav-item.submenu ul {
    border: none;
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
    margin: 0px;
    background: none;
    text-align: center;
}

.header-main-menu {
    margin: 10px 0;
}

.header-main-menu li a {
    font-size: 18px;
    padding: 0px 2px !important;
    margin: 0 15px;
    margin-bottom: 6px;
}

.header-main-menu li a:hover {
    color: #ae7f5d;
}

.header-main-menu li.active a {
    color: #ae7f5d;
}

/*@media (min-width:992px) {
    .header_area .navbar .nav .nav-item.submenu ul { position: absolute; top: 120%; left: 0px; min-width: 200px; opacity: 0; transition: all 300ms ease-in; visibility: hidden; display: flex; border: none; padding: 0px; border-radius: 0px; width: 100%; padding: 15px; }
    .header_area .navbar .nav .nav-item.submenu:hover ul { visibility: visible; opacity: 1; top: 100%; }
    .header_area.navbar_fixed .main_menu { position: fixed; width: 100%; top: -70px; left: 0; right: 0; background: var(--white-color); transform: translateY(70px); transition: transform 500ms ease, background 500ms ease; -webkit-transition: transform 500ms ease, background 500ms ease; box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1); }
}*/
.header_area.navbar_fixed .main_menu {
    z-index: 1040;
}

.new-design-header-menu {}

.page-banner {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}

.home-main-banner-text {
    font-size: 18px;
    background: var(--brown-color);
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    text-transform: uppercase;
}

.home-main-banner-text marquee {
    line-height: 40px;
    display: block;
}

.page-banner img {
    max-width: 100%;
}

.page-title {
    text-align: center;
    margin-bottom: 50px;
}

.page-title h2 {
    font-size: 32px;
    font-family: 'copperplateregular';
}

.page-title span {
    width: 90px;
    height: 4px;
    display: block;
    background: var(--black-color);
    vertical-align: bottom;
    margin: auto;
}

.home-ramasat {
    text-align: center;
    margin-bottom: 80px;
}

.home-ramasat h2 {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 70px 0 0 0;
}

.home-ramasat p {
    font-size: 16px;
    margin: 30px 0;
}

.home-ramasat p span {
    font-weight: 600;
}

.home-ramasat-big-img .col-md-6 {
    position: relative;
}

.home-ramasat-big-img .col-md-6 img.ramasat-big-img {
    max-width: none !important;
    right: 15px;
    position: absolute;
}

.home-ramasat-big-img .col-md-6 h2 {
    margin-top: 210px;
}

.home-ramasat-big-img .col-md-6 a {
    margin-bottom: 220px;
}

.jcarousel-wrapper-box {
    margin-bottom: 60px;
}

.jcarousel-wrapper {
    position: relative;
    margin: 0 -15px;
}

/** Carousel **/
.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
}

jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/
.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    bottom: 0;
    margin-top: -15px;
    width: 60px;
    height: 16px;
    text-align: center;
    line-height: 14px;
}

.jcarousel-control-prev {
    left: 15px;
}

.jcarousel-control-next {
    right: 15px;
}

.store-locator-branches-prev,
.store-locator-branches-next {
    position: absolute;
    bottom: 10px;
    margin-top: -15px;
    width: 60px;
    height: 16px;
    text-align: center;
    line-height: 14px;
}

.store-locator-branches-prev {
    left: 15px;
}

.store-locator-branches-next {
    right: 15px;
}

/** Carousel Pagination **/
.jcarousel-pagination {
    width: calc(100% - 200px);
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 0;
    text-align: left;
}

.jcarousel-pagination a {
    display: inline-block;
    height: 2px;
    line-height: 10px;
    background: #C8C8C8;
    text-indent: -9999px;
    flex-basis: 25%;
    flex-grow: 0;
    transition: all 0.5s ease;
}

.jcarousel-pagination a.active {
    background: var(--black-color);
    opacity: 1;
    transition: all 0.5s ease;
}

.jcarousel-wrapper .product-box {
    margin: 0 15px 30px 15px;
}

.product-box {
    margin-bottom: 50px;
    text-align: center;
    background-color: #fff;
    border-radius: 15px;
    padding: 10px;
}

.product-box-img {
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
    /* background: #e8ebec; */
    line-height: 280px;
}

.product-box-img img {
    max-width: 100%;
    margin: auto;
}

.product-box-img .second-product-image {
    display: none;
}

/* .product-box-img:hover .first-product-image{ display: none; } */
.product-box-img:hover .second-product-image {
    display: block;
}

.product-box h2 {
    font-size: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: 'copperplateregular';
}


.product-box h2 a {
    line-height: 1.3;
}

.product-box h2 a:hover {
    color: var(--black-color);
}

.product-box p {
    margin-bottom: 6px;
}

.product-box h3 {
    margin: 0;
    font-size: 16px;
}

.find-our-store {
    position: absolute;
    background: rgb(0 0 0 / 85%);
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
}

.find-our-store h2 {
    font-size: 16px;
    color: var(--white-color);
    font-weight: 600;
}

.find-our-store p {
    color: var(--white-color);
    font-size: 16px;
}

.zipcode {
    width: 80%;
    margin: auto;
    position: relative;
}

.zipcode input[type=text] {
    border-radius: 0;
    border: none;
    background: none;
    border-bottom: solid 1px var(--white-color);
    padding: 0;
    outline: none;
    box-shadow: none;
    color: var(--white-color);
}

.zipcode button {
    position: absolute;
    right: -1px;
    top: 0px;
    border: none;
    background: none;
    cursor: pointer;
    padding: 3px 9px 5px 9px;
    transition: all 0.5s ease;
}

.zipcode button:hover {
    background: #3c3c3c;
}

.footer-app {
    text-align: center;
    margin-top: 100px;
}

.footer-app h2 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 40px;
}

.home-banners-image-text {
    position: relative;
}

.home-banners-image-text h2 {
    font-size: 24px !important;
    text-align: center !important;
    margin: 0 !important;
    color: #fff;
    z-index: 1;
    position: absolute;
    line-height: 25px !important;
    left: 0;
    right: 0;
    top: 20px;
}

.home-banners-image-text a {
    position: absolute;
    bottom: 10px;
    right: 10px;
    border: none;
    text-transform: capitalize;
}

.home-banners-image-text-sub {
    position: absolute;
    width: 200px;
    right: 15px;
    top: 15px;
}

.home-banners-image-text-sub h2 {
    position: relative;
    right: 0;
    text-align: center !important;
    top: 0;
    margin-bottom: 10px !important;
    color: #000;
}

.home-banners-image-text-sub p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
}

.home-banners-image-text-sub a {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
}

.home-page-jcarousel-title {
    margin-bottom: 30px;
    margin-top: 30px;
}

.home-page-jcarousel-title h2 {
    margin-bottom: 0;
}

.home-page-jcarousel-title p {
    font-size: 32px;
    margin: 0;
    font-weight: 600;
    font-family: 'copperplateregular';
}

.home-page-jcarousel-title p span {
    color: #ae7f5d;
}

.home-page-jcarousel-title a {
    font-size: 25px;
    color: #ae7f5d;
}

.home-page-jcarousel-title h3 {
    font-size: 33px;
}

/*.home-page-jcarousel{ margin: 0 49px; }*/
.home-page-jcarousel .product-box {
    margin-bottom: 0;
}

.home-page-jcarousel .product-box-img {
    margin-bottom: 20px;
    line-height: 368px;
    background: #f0f1f1;
}

.home-page-jcarousel .product-box h2 {
    font-size: 18px;
    white-space: normal;
    text-align: center;
    margin-bottom: 15px;
    line-height: 23px;
}

/*.home-page-jcarousel .product-box:hover h2 a{ color: #ae7f5d; }*/
.home-page-jcarousel .product-box p {
    margin: 5px 0 0 0;
    line-height: 22px;
}

.home-page-jcarousel .product-box img {
    border-radius: 30px;
    max-height: 370px;
}

.home-page-jcarousel .jcarousel-control-prev,
.home-page-jcarousel .jcarousel-control-next {
    width: 28px;
    height: 29px;
    bottom: 0;
    top: 42%;
}

.home-page-jcarousel .jcarousel-control-prev {
    left: -30px;
}

.home-page-jcarousel .jcarousel-control-next {
    right: -30px;
}

.home-text-section {
    margin-top: 100px;
    margin-bottom: 100px;
}

.home-text-section h2 {
    font-size: 36px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.home-text-section h2 span {
    color: #ae7f5d;
}

.home-text-section p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 38px;
}

.home-text-section a {}

.home-collection-box {
    margin-bottom: 30px;
    background: #ae7f5d;
}

.home-collection-box h2 {
    font-size: 60px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 30px;
}

.home-collection-box p {
    margin: auto;
    margin-bottom: 30px;
    font-size: 20px;
    color: #fff;
    width: 80%;
}

.home-collection-box a {
    background: white;
    color: #ae7f5d;
}

.home-collection-box a:hover {
    color: #ae7f5d;
}

.home-stay-connected {
    background: #fbebe2;
    margin-bottom: 30px;
    text-align: center;
}

.home-stay-connected p {
    padding: 60px 0;
    font-size: 26px;
    line-height: 40px;
    max-width: 980px;
    margin: auto;
}

.home-stay-connected-social {
    background: #fff;
    text-align: center;
    padding: 5px 3px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-stay-connected-social a {
    display: block;
    font-size: 24px;
}

.home-main-banner-section {
    margin: 5px 0 10px 0;
}

.home-main-banner-section-text {
    text-align: center;
}

.home-main-banner-section-text p {
    font-size: 28px;
    margin: 0;
    font-family: 'copperplateregular';
}

.home-main-banner-section-text h2 {
    font-size: 50px;
    font-family: 'copperplateregular';
}

.text-start {
    text-align: right !important;
}

.text-end {
    text-align: left !important;
}

body.lang-ar .text-start {
    text-align: right !important;
}

body.lang-ar .text-end {
    text-align: left !important;
}

h4 {
    font-size: 24px;
}

.home-oil-collection-section {
    padding: 30px 0 30px 0;
}

.home-oil-collection-section h2 {
    font-family: 'copperplateregular';
    font-size: 50px;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 40px;
}

.shop-our-favorites {
    padding: 0px 0 70px 0;
}

.shop-our-favorites h2 {
    font-family: 'copperplateregular';
    font-size: 50px;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 40px;
}

/*============== footer-area css ===============*/
.footer-area {
    background: #301e32;
    padding: 35px 0;
    color: #fff;
}

.footer-newsletter {
    max-width: 500px;
    margin: auto;
    margin-top: 2px;
    text-align: center;
}

.footer-newsletter h2 {
    font-family: 'copperplateregular';
    font-weight: 400;
}

.lang-ar .footer-newsletter h2 {
    font-weight: 600 !important;
}

.footer-newsletter input {
    background: none;
    border: solid 1px #ffff;
    border-radius: 0;
    padding: 10px;
    height: 43px;
    color: #fff;
}

.footer-newsletter input::-webkit-input-placeholder {
    color: #fff;
}

.footer-newsletter input::-moz-placeholder {
    color: #fff;
}

.footer-newsletter input:-ms-input-placeholder {
    color: #fff;
}

.footer-newsletter input::-ms-input-placeholder {
    color: #fff;
}

.footer-newsletter input::placeholder {
    color: #fff;
}

.footer-newsletter input:focus {
    background: none;
    border: solid 1px #ffff;
    color: #fff;
}

.footer-newsletter button {
    background: #fff;
    color: #301e32;
    border: none;
}

.footer-newsletter button:hover {
    color: #bf805b;
}

.footer-area-border {
    border-top: solid 2px;
    border-bottom: solid 2px;
    margin: 35px 0;
    padding: 35px 0 10px 0;
}

.footer-area .single-footer-widget h4 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #F4F4F4;
    position: relative;
    font-family: 'copperplateregular';
}

.lang-ar .footer-area .single-footer-widget h4 {
    font-weight: 600 !important;
}

.footer-area .single-footer-widget ul li a {
    color: #fff;
}

.footer-area .single-footer-widget ul li a:hover {
    color: var(--white-color);
}

.footer-area .footer-logo {
    margin-bottom: 28px;
    display: inline-block;
}

.footer-area .footer-copyright {
    padding-top: 30px;
    margin-top: 10px;
    border-top: solid 1px #2e2c2b;
}

.footer-area .footer-copyright p {
    color: #a6a6a6;
    line-height: 16px;
    margin-bottom: 10px !important;
}

.footer-area .footer-copyright p a {
    color: #a6a6a6;
    text-decoration: underline;
    text-decoration-color: #504e4d;
    display: inline-block;
}

.footer-area .footer-copyright p a:hover {
    color: var(--white-color);
}

.scrollToTop {
    width: 30px;
    height: 30px;
    text-align: center;
    background: #000;
    color: var(--white-color);
    text-decoration: none;
    position: fixed;
    left: 5px;
    bottom: 5px;
    display: none;
    line-height: 31px;
    border-radius: 5px;
    z-index:1
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////
RAMASAT SIGNATURE COLLECTION PAGE
////////////////////////////////////////////////////////////////////////////////////////////////////*/
.ramasat-signature-collection-banner-text {
    margin-top: 60px;
    text-align: center;
    text-transform: uppercase;
}

.ramasat-signature-collection-banner-text h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.ramasat-signature-collection-banner-text h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.ramasat-signature-collection-banner {
    background: #F4F4F4;
    margin-bottom: 70px;
}

.ramasat-signature-collection-banner p {
    font-size: 19px;
    margin-top: 30px;
}

.ramasat-signature-collection-banner a {
    margin-bottom: 30px;
}

.ramasat-signature-collection-box {
    margin-bottom: 60px;
}

.ramasat-signature-collection-box h2 {
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 36px;
}

.ramasat-signature-collection-box p {
    margin: 30px;
    font-size: 16px;
}

.ramasat-signature-collection-box a {
    margin: 0 30px;
}

.galassia-collezione-text {
    margin-bottom: 60px;
}

.galassia-collezione-text h2 {
    font-size: 32px;
    font-family: 'copperplateregular';
    font-weight: 600;
}

.galassia-collezione-text p {
    font-size: 16px;
}

.mobile-banner {
    display: none;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////
CONTACT PAGE
////////////////////////////////////////////////////////////////////////////////////////////////////*/
.contact-page-form {
    border: solid 1px var(--grey-color);
    padding: 30px;
}

.contact-page-form h2 {
    font-size: 20px;
    font-weight: 600;
    /* text-transform: uppercase; */
    /* border-bottom: solid 1px var(--grey-color);
    padding-bottom: 20px;
    margin-bottom: 17px; */
}

.contact-page-form p {
    font-size: 16px;
    margin-bottom: 30px;
}

.contact-page-form .form-control {
    border: none;
    border-bottom: solid 1px #dddddd;
    border-radius: 0;
    padding: 0;
    font-size: 16px;
    box-shadow: none !important;
    outline: none !important;
}

.contact-page-form textarea {
    border: solid 1px #dddddd !important;
    padding: 10px !important;
}

.contact-page-form .form-group {
    margin-bottom: 30px;
}

.contact-page-customer-care {
    padding: 30px;
}

.contact-page-customer-care h2 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: solid 1px var(--grey-color);
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.contact-customer-care-left {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.contact-customer-care-right {
    overflow: hidden;
    margin-top: 2px;
    /* margin-bottom: 20px; */
    font-size: 16px;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////
STORE LOCATOR PAGE
////////////////////////////////////////////////////////////////////////////////////////////////////*/
.store-locator-search {
    max-width: 460px;
    margin: auto;
    position: relative;
}

.store-locator-search input[type=text] {
    border-radius: 0;
    border: none;
    background: none;
    border-bottom: solid 1px #A6A6A6;
    padding: 0;
    height: 41px;
}

.store-locator-search button {
    padding: 6px;
    position: absolute;
    top: 0;
    right: -1px;
}

.store-locator-branches {
    margin: 0;
    margin-bottom: 30px;
    flex-direction: row !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
}

.store-locator-branches {
    max-height: 640px;
    overflow-y: auto;
    padding-right: 5px;
}

.store-locator-branches::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.store-locator-branches::-webkit-scrollbar-thumb {
    background: #656565;
    border-radius: 10px;
}

.store-locator-branches::-webkit-scrollbar-thumb:hover {
    background: var(--black-color);
}

.store-locator-branches h2 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: solid 1px var(--grey-color);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.store-locator-branches-box {
    background: #F6F6F6;
    padding: 15px 15px 10px 15px;
    min-width: 340px;
    cursor: pointer;
}

.store-locator-branches-box:last-child {
    margin-bottom: 0;
}

.store-locator-branches-box.active {
    background: var(--black-color);
    color: var(--white-color);
    transition: all 0.5s ease;
}

.store-locator-branches-box .white-icon {
    display: none;
}

.store-locator-branches-box.active .black-icon {
    display: none;
}

.store-locator-branches-box.active .white-icon {
    display: block;
}

.store-locator-branches-left {
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
    width: 24px;
    min-height: 1px;
}

.store-locator-branches-right {
    overflow: hidden;
    margin-top: 2px;
    margin-bottom: 5px;
    font-size: 16px;
}

.branches-img-box {
    margin: 0 8px;
    text-align: center;
}

.branches-img-box-img {
    display: block;
    line-height: 194px;
    max-height: 194px;
    overflow: hidden;
    margin-bottom: 15px;
}

.branches-img-box-img img {
    max-height: 307px;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////
ABOUT PAGE
////////////////////////////////////////////////////////////////////////////////////////////////////*/
.about-ramasat-text-heading h1 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 80px;
    text-align: center;
}

.about-ramasat {
    margin-bottom: 80px;
}

.about-ramasat h2 {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 70px 0 0 0;
}

.about-ramasat p {
    font-size: 16px;
    margin: 15px 0;
}

.about-ramasat p span {
    font-weight: 600;
}

.about-ramasat-big-img {
    min-height: 686px;
}

.about-ramasat-big-img .col-md-6 {
    position: relative;
}

.about-ramasat-big-img .col-md-6 img.ramasat-big-img {
    max-width: none !important;
    right: 15px;
    position: absolute;
}

.about-ramasat-big-img .col-md-6 h2 {
    margin-top: 210px;
}

.about-ramasat-big-img .col-md-6 a {
    margin-bottom: 210px;
}

.about-page-text {}

.about-page-text h1 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 15px;
}

.about-page-text h3 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 15px;
}

.about-page-text h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.about-page-text p {
    margin: 0;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////
CHECKOUT PAGE
////////////////////////////////////////////////////////////////////////////////////////////////////*/
.checkout-order-summary {
    margin-bottom: 60px;
}

.checkout-order-summary h2 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: solid 1px var(--grey-color);
    padding-bottom: 20px;
    margin-bottom: 17px;
}

.checkout-order-summary-left {
    float: left;
    width: 120px;
    margin-right: 20px;
}

.checkout-order-summary-left>img {
    max-height: 110px;
    max-width: 100%;
    width: auto !important;
    margin: auto;
    display: block;
}

.checkout-order-summary-right {
    overflow: hidden;
}

.checkout-order-summary-right-box-1 {
    margin-bottom: 27px;
}

.checkout-order-summary-right-box-1 h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    font-family: 'copperplateregular';
}

.checkout-order-summary-right-box-1 p {
    margin: 0;
    font-size: 13px;
    line-height: normal;
}

.checkout-order-summary-right-box-2 {
    display: flex;
    justify-content: space-between;
}

.checkout-order-summary-right-box-2 p {
    margin: 0;
}

.checkout-order-summary-right-box-2 .plus-minus-box {
    margin: 0;
}

.checkout-order-summary-right-box-2 .plus-minus-box .plus-minus .count {
    height: 27px;
    width: 50px;
}

.checkout-order-summary>li:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: none !important;
}

.checkout-total-amount-box {
    background: #F6F6F6;
    padding: 25px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.checkout-div {
    text-align: center;
    padding-top: 25px;
    max-width: 250px;
    margin: auto;
    margin-bottom: 30px;
    position: relative;
}

.checkout-div p {
    margin-bottom: 10px;
}

.checkout-div input[type=text] {
    padding: 8px;
    border: solid 1px var(--black-color);
    border-radius: 0;
    height: 37px;
}

.checkout-div button {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px;
    padding: 5px 10px;
    top: 0;
}

.checkout-subtotal-shipping {
    padding-bottom: 25px;
    border-bottom: solid 1px #e5e5e5;
    border-top: solid 1px #e5e5e5;
    padding-top: 40px;
}

.checkout-subtotal-shipping p {
    float: left;
    color: #2A241B;
    margin: 0 0 10px 0;
}

.checkout-subtotal-shipping span {
    float: right;
    color: #2A241B;
    margin: 0 0 10px 0;
}

.checkout-total-price {
    font-weight: 700;
    font-size: 15px;
}

.checkout-total-price p {
    float: left;
    color: #2A241B;
    margin: 0;
}

.checkout-total-price span {
    float: right;
    color: #2A241B;
    margin: 0;
}

.category-filter .custom-checkbox {
    margin: 10px 0;
    cursor: pointer;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    height: 10px;
    width: 10px;
    border: solid 1px var(--black-color);
    float: left;
    margin-top: 1px;
}

.custom-checkbox input:checked~.checkmark {
    background: var(--black-color);
}



.category-filter .custom-checkbox:hover {
    font-weight: 600;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////
ORDER PLACED PAGE
////////////////////////////////////////////////////////////////////////////////////////////////////*/
.order-placed {
    max-width: 410px;
    margin: auto;
}

.order-placed a {
    display: block;
    margin-bottom: 20px;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////
CATEGORY PAGE
////////////////////////////////////////////////////////////////////////////////////////////////////*/
.category-page-text {
    margin-bottom: 30px;
}

.category-page-text h2 {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.category-page-text h1 {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

.category-page-text p {
    margin-bottom: 20px;
    font-size: 16px;
}

.category-filter-bar {
    margin-bottom: 30px;
    border-top: 1px solid var(--grey-color);
    border-bottom: 1px solid var(--grey-color);
    padding: 13px 0;
}

.category-filter {
    display: flex;
    position: relative;
}

.category-filter .dropdown {
    margin-right: 30px;
    position: static;
}

.category-filter .dropdown>button {
    padding: 13px 0;
    padding-left: 0;
    padding-right: 0;
    background: none;
    border: none;
    color: var(--black-color);
    cursor: pointer;
    text-transform: uppercase;
}

.category-filter .dropdown.show>button {
    position: relative;
    font-weight: 600;
}

/* .category-filter .dropdown.show > button:after { content: ""; width: 0px; height: 0px; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #b3b1b1; position: absolute; bottom: 0; left: 50%; margin-left: -4px; } */
.category-filter .dropdown:first-child>button {
    border-right: 1px solid var(--grey-color);
    padding-right: 20px;
}

.category-filter .dropdown-menu {
    transition: all 300ms ease-in;
    width: 100%;
    left: 0 !important;
    transform: none !important;
    top: 51px !important;
    box-shadow: 1px 10px 12px rgb(0 0 0 / 8%);
    border: none;
    padding: 35px 30px;
}

.category-filter .dropdown-menu>.row {
    max-height: 200px;
    overflow-y: auto;
}

.category-filter .dropdown-menu>.row::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.category-filter .dropdown-menu>.row::-webkit-scrollbar-thumb {
    background: #2c2c2c;
    border-radius: 10px;
}

.category-filter .dropdown-menu>.row::-webkit-scrollbar-thumb:hover {
    background: var(--black-color);
}

.category-filter .custom-checkbox {
    margin: 10px 0;
    cursor: pointer;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    height: 10px;
    width: 10px;
    border: solid 1px var(--black-color);
    float: left;
    margin-top: 5px;
}

.custom-checkbox input:checked~.checkmark {
    background: var(--black-color);
}

.custom-checkbox p {
    font-size: 14px;
    margin: 0;
    line-height: 130%;
    margin-left: 18px;
    overflow: hidden;
}

.category-filter .custom-checkbox:hover {
    font-weight: 600;
}

.left-right-image-text {
    margin: 25px 0;
    padding-bottom: 10px;
}

.left-right-image-text h3 {
    font-family: 'copperplateregular';
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////
DETAIL PAGE
////////////////////////////////////////////////////////////////////////////////////////////////////*/
.detail-images {
    max-height: 1050px;
    overflow-y: auto;
    margin-bottom: 30px;
    position: relative;
}

.detail-images .back-button {
    position: absolute;
    background: #fff;
    box-shadow: 0px 0px 11px 1px rgba(65, 60, 60, 0.2);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    top: 10px;
    left: 10px;
}

.detail-images img {
    max-height: 351px;
    display: block;
    margin: auto;
}

.detail-images::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.detail-images::-webkit-scrollbar-thumb {
    background: #2c2c2c;
    border-radius: 10px;
}

.detail-images::-webkit-scrollbar-thumb:hover {
    background: var(--black-color);
}

.detail-page-right-product {
    margin: 0 0 50px 0;
}

.detail-page-right-product h1 {
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'copperplateregular';
}

.detail-page-right-product h2 {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.detail-page-right-product h3 {
    font-size: 16px;
    font-weight: 400;
    /* margin: 40px 0; */
}

.detail-page-right-product h4 {
    font-size: 16px;
    margin: 0;
    font-weight: 600 !important;
}

.detail-page-right-product button {
    display: block;
    width: 100%;
}

.detail-page-right-product button img {
    width: 35px;
    filter: brightness(0) invert(1);
}

.product-size {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 17px;
    /* padding-top: 17px; */
    border-bottom: solid 1px var(--grey-color);
}

.border-bottom-1 {
    border-bottom: solid 1px var(--grey-color);
    margin-bottom: 20px;
    padding-bottom: 17px;
}

.product-size p {
    float: left;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 3px 0;
    margin-right: 30px;
}

.product-size ul {
    overflow: hidden;
}

.product-size ul li {
    float: left;
    color: #A6A6A6;
    font-size: 16px;
    border: solid 1px var(--white-color);
    /* margin: 0 5px; */
}

.product-size ul li label {
    cursor: pointer;
    margin: 0;
    vertical-align: middle;
}

.product-size ul li label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark-size {
    float: left;
    margin-top: 1px;
    padding: 0px 10px;
    border: solid 1px var(--white-color);
    border-radius: 3px;
}

.product-size ul li label input:checked~.checkmark-size {
    border: solid 1px var(--black-color);
}

.plus-minus-box {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
}

.plus-minus-box>p {
    font-size: 16px;
    font-weight: 600;
    float: left;
    margin: 3px 0 0 0;
}

.plus-minus-box .plus-minus {
    float: right;
    display: flex;
}

.plus-minus-box .plus-minus input[type=text] {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    border: none;
    width: 80px;
}

.plus-minus-box .plus-minus .quantity-values-content {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    border: none;
    width: 2rem;
}

.plus-minus-box .plus-minus button {
    border: none;
    background: none;
    font-size: 20px;
    padding: 0 5px;
    font-weight: 700;
    cursor: pointer;
}

.product-detail-page-scroll-position {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.product-detail-page-cart-icon {
    max-width: 49px;
    max-height: 37px;
    margin: 0 5px;
    background: #fff;
}

.product-detail-page-accordion .card {
    border-radius: 0;
    border: none;
}

.product-detail-page-accordion .card:last-child .card-header {
    border: none;
}

.product-detail-page-accordion .card .card-header {
    padding: 0;
}

.product-detail-page-accordion .card .card-header h5 button {
    text-decoration: none;
    color: #000;
    width: 100%;
    text-align: initial;
    position: relative;
    padding: 10px;
}

.product-detail-page-accordion .card .card-header h5 button .minus-icon-png {
    position: absolute;
    right: 16px;
    top: 12px;
    display: block;
}

.product-detail-page-accordion .card .card-header h5 button .plus-icon-png {
    position: absolute;
    right: 16px;
    top: 12px;
    display: none;
}

.product-detail-page-accordion .card .card-header h5 button.collapsed .minus-icon-png {
    display: none;
}

.product-detail-page-accordion .card .card-header h5 button.collapsed .plus-icon-png {
    display: block;
}

.detail-pageDetails {
    font-size: 16px;
}

.detail-pageDetails h2 {
    font-size: 18px;
    font-weight: 400;
    border-bottom: solid 1px var(--grey-color);
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.lang-ar .detail-pageDetails h2 {
    font-weight: 600 !important;
}

.detail-pageDetails h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.detail-pageDetails p {
    font-size: 16px;
    margin-bottom: 20px;
}

.detail-pageDetails strong {
    font-weight: 600;
}

.cart-box-show {
    width: 450px;
    height: 100%;
    overflow: hidden;
    box-shadow: 1px 10px 12px rgb(0 0 0 / 8%);
    position: fixed;
    right: 0;
    z-index: 9999999;
    top: 0;
    background: var(--white-color);
    transition: all 0.5s ease;
    margin-right: -460px;
}

.cart-box-show-block {
    height: 100vh;
    transition: all 0.3s ease;
    margin-right: 0;
}

.cart-box-show-overlay {
    z-index: 999999;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 80%);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease;
    display: none;
}

.cart-box-show-overlay-block {
    display: block;
    transition: all 0.5s ease;
}

.shopping-cart-heading .close-icon {
    position: absolute;
    top: 7px;
    right: 7px;
    padding: 0px 8px;
    z-index: 1;
}

.shopping-cart-heading h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 1px solid var(--grey-color);
    padding: 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: var(--white-color);
    font-family: 'copperplateregular';
}

.shopping-cart-order-summary {
    height: calc(100vh - 290px);
    margin: 86px 25px 25px 25px;
    padding-right: 10px;
    overflow-y: auto;
}

.shopping-cart-order-summary::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.shopping-cart-order-summary::-webkit-scrollbar-thumb {
    background: #2c2c2c;
    border-radius: 10px;
}

.shopping-cart-order-summary::-webkit-scrollbar-thumb:hover {
    background: var(--black-color);
}

.shopping-cart-order-summary .checkout-order-summary {
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}

.shopping-cart-order-summary .checkout-order-summary .remove-icon {
    position: absolute;
    right: 0;
    font-size: 12px;
    color: red;
    line-height: 12px;
    bottom: 73px;
}

.shopping-cart-order-summary .checkout-order-summary:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.shopping-cart-subtotal-buttons {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 25px;
}

.shopping-cart-subtotal-buttons button {
    display: block;
    width: 100%;
    margin-top: 10px;
}

.shopping-cart-subtotal-buttons-left {
    float: left;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.shopping-cart-subtotal-buttons-right {
    float: right;
    font-size: 16px;
    font-weight: 700;
}

.accordion-single {
    margin-top: 30px;
}

.accordion-single-title {
    border-top: 1px solid #efefef;
    padding: 20px;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    margin: 0;
}

.accordion-single-title::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #999;
    border-right: solid 2px #999;
    transform: translateY(-50%) rotate(135deg);
}

.accordion-single-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease-in-out;
}

.accordion-single-content p {
    padding: 20px;
}

.accordion-single-item.is-open .accordion-single-content {
    max-height: 270px;
}

.accordion-single-item.is-open .accordion-single-title::after {
    transform: translateY(-50%) rotate(315deg);
}

.accordion-single-item .accordion-single-title {
    margin-bottom: 0;
    border-bottom: 0;
    background: rgba(0, 0, 0, .03);
    padding: 12px 20px;
    font-family: 'copperplateregular';
    border-top: solid 1px #e3e3e3;
}

.accordion-single-item:first-child .accordion-single-title {
    margin-bottom: 0;
    border-bottom: 0;
    background: rgba(0, 0, 0, .03);
    padding: 12px 20px;
    border-top: none;
}

body.lang-ar .accordion-single-title::after {
    right: auto;
    left: 20px;
}

body.lang-ar .product-main-image * {
    direction: ltr;
}

body.lang-ar .detail-page-product-slider {
    flex-direction: row-reverse !important;
}

body.lang-ar .product-images-carousel-wrapper .product-images-gallery {
    margin: 0 16px 0 0 !important;
}

body.lang-ar .product-images-carousel-wrapper .product-images-gallery.gallery-scroll {
    margin-right: 99px !important;
}

body.lang-ar .add-position-relative .product-images-gallery {
    margin-right: 99px !important;
}

body.lang-ar .accordion-single-item .accordion-single-title {
    font-family: 'Almarai', sans-serif;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////
RAMASAT SIGNATURE COLLECTION DETAIL PAGE
////////////////////////////////////////////////////////////////////////////////////////////////////*/
.ramasat-signature-collection-detail {
    margin-top: 60px;
    text-align: center;
    text-transform: uppercase;
}

.ramasat-signature-collection-detail h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.ramasat-signature-collection-detail h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.page-steps {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    margin: auto;
    border: none;
}

.page-steps a {
    position: relative;
    flex-grow: 1;
    text-align: center;
    border: none !important;
}

.page-steps a span {
    color: #ADA38A;
    font-size: 16px;
    display: block;
}

.page-steps a:after {
    content: "";
    display: block;
    background-color: #fff;
    border: 4px solid #ADA38A;
    text-align: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: relative;
    left: 50%;
    margin-left: -14px;
    z-index: 1;
}

.page-steps .active~a:after {
    background-color: #fff;
    border-color: #D9D9D9;
}

.page-steps a+a:before {
    content: "";
    display: block;
    width: 100%;
    background-color: #ADA38A;
    height: 4px;
    position: absolute;
    left: -50%;
    top: 46px;
    z-index: 0;
}

.page-steps .active~a:before {
    background-color: #E6E6E6;
}

.product-collection {
    margin-bottom: 15px;
}

.product-collection-box {
    margin-bottom: 30px;
}

.product-collection-box h2 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}

.product-collection-box p {
    font-size: 16px;
    margin-bottom: 40px;
    text-align: center;
}

.product-collection-box h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
    text-align: center;
}

.product-collection-selection {
    display: block;
    border: solid 1px var(--white-color);
    padding: 4px;
    margin-bottom: 30px;
    text-align: center;
}

.product-collection-selection.active {
    border: solid 1px #B4B4B4;
}

.product-collection-selection.selected-product {
    border: solid 1px #B4B4B4;
}

.product-collection-selection p {
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 5px 0 0px 0;
    line-height: 18px;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////
COLLECTION PAGES
////////////////////////////////////////////////////////////////////////////////////////////////////*/
.fotorama-box>div>div:first-child {
    margin-bottom: 20px;
}

/* .fotorama-box > div > div:first-child{ border: 1px solid #0000001f; margin-bottom: 20px; } */
#colProducts .product-grid-item {
    border: 1px solid #0000001f;
    margin-bottom: 10px;
    background: #fff;
    position: relative;
}

#colProducts .product-grid-item .gift-close-icon {
    position: absolute;
    top: 3px;
    right: 3px;
    line-height: 16px;
    width: 17px;
    height: 17px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #f55050;
    font-weight: 400;
    font-size: 12px;
}

#colProducts .product-grid-item.active {
    border-color: #ae7f5d;
}

#colProducts .product-grid-image {
    padding-top: 80%
}

#colProducts .product-grid-title {
    min-height: min-content !important;
    text-align: center;
    width: 100%;
    margin: 0
}

#colProducts .product-grid-title .product-grid-reset {
    height: min-content;
    font-size: 14px;
    text-align: center !important;
    font-family: 'copperplateregular';
}

#colProducts .product-grid-price span.product-grid-reset {
    margin: 0;
    text-align: center !important;
    font-size: .7rem
}

#colProducts .product-grid-images {
    /* margin: .5rem 0 0 */
}

.product-grid-image {
    position: relative;
    width: 100%;
    padding-top: 50%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.swal2-styled.swal2-confirm {
    background: #ae7f5d !important;
    color: var(--white-color) !important;
    border-radius: 0 !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    padding: 1rem !important;
    text-transform: uppercase !important;
    line-height: 17px !important;
    display: inline-block !important;
    cursor: pointer !important;
    border: solid 1px #ae7f5d !important;
    border-radius: 0px !important;
}

.quantity {
    display: inline-block;
    margin-top: 5px
}

.quantity .input-text.qty {
    width: 40%;
    height: 40px;
    padding: 0;
    font-size: 14px;
    color: #a1a1a1;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ab7961;
    margin: 0;
    float: left;
}

.quantity button.input-text.qty {
    width: 40%;
    height: 40px;
    padding: 0;
    font-size: 14px;
    color: #a1a1a1;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ab7961;
    margin: 0;
    float: left;
}

.quantity.buttons_added {
    text-align: left;
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    margin-bottom: 15px;
    display: flex;
    width: 190px;
}

.quantity.buttons_added input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: none
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
    padding: 7px 10px 8px;
    height: 40px;
    width: 40px;
    color: #000;
    font-size: 20px;
    background-color: #fcfcfc;
    font-weight: 700;
    border: 1px solid #ab7961;
    cursor: pointer;
    line-height: 20px;
    float: left;
}

/* .quantity.buttons_added .minus { border-right: 0 }
.quantity.buttons_added .plus { border-left: 0 } */
.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
    background: #000;
    color: #fff
}

.quantity input::-webkit-inner-spin-button,
.quantity input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0
}

.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
    outline: none
}

#selectedProducts .col-in {
    position: relative;
}

#selectedProducts .col-in .img-div {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border: 1px solid #ccc;
    padding-top: 100%
}

#selectedProducts .col-in label {
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem;
    text-align: center;
    font-size: 10px;
    background: #343a40;
    font-weight: 700;
    margin: 0;
    color: #fff;
    line-height: 20px;
}

.col-prorduct-list {
    justify-content: center
}

.col-prorduct-list .product-grid-item {
    border: 1px solid #0000001f;
    padding: 0 5px;
    margin-bottom: 25px;
    float: left;
    width: 100%;
    position: relative;
}

.col-prorduct-list .product-grid-item .product-grid-title {
    float: left
}

.col-prorduct-list .product-grid-item .product-grid-price.paragraph {
    float: right
}

.col-prorduct-list .product-grid-item .product-grid-info {
    float: left;
    width: 100%;
    padding: 0px 10px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.col-prorduct-list .product-grid-image {
    padding-top: 100%;
}

.product-grid-title {
    text-transform: uppercase !important;
    letter-spacing: 0 !important;
    font-size: 24px !important;
    line-height: 1.25;
    color: #000 !important;
    font-weight: 700;
    margin-bottom: 10px;
    min-height: 37px;
    vertical-align: middle;
}

.product-grid-title .product-grid-reset {
    border-collapse: collapse;
    color: #000;
    display: block;
    font-size: 19.125px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 19.125px;
    overflow-wrap: break-word;
    text-align: left;
    text-transform: uppercase;
    word-break: break-word;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 5px;
}

span.product-grid-reset-sub {
    font-size: 1rem;
    margin: 0;
    width: 100%;
    float: left;
    font-weight: 100;
    color: #ae7f5d;
}

.product-grid-item-overlay {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.product-grid-images {
    margin-bottom: 15px;
    margin-top: 15px;
}

.col-prorduct-list .product-grid-item .product-grid-price.paragraph .product-grid-reset {
    display: block;
    white-space: nowrap;
}

.product_more_information {
    margin-bottom: 30px;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////
AFTER LOGIN PAGES
////////////////////////////////////////////////////////////////////////////////////////////////////*/
.after-login-pages-sidebar li .af-sidebar-span {
    display: inline-block;
    width: 25px;
    text-align: center;
}

.after-login-pages-sidebar li a {
    font-size: 14px;
}

.after-login-pages {
    margin-top: 70px;
    margin-bottom: 70px;
}

.order-num-content {
    display: inline-block;
    line-height: 50px;
    width: 50px;
    background: #f1f1f1;
    border-radius: 50%;
    height: 50px;
    font-size: 25px;
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////
CHANGE THEME DARK MODE
////////////////////////////////////////////////////////////////////////////////////////////////////*/
#change-theme-mode {
    width: 0;
    height: 0;
    opacity: 0;
}

.change-theme-mode {
    display: inline-block;
    height: 16px;
    width: 60px;
    position: relative;
    margin: -1px 0 0 10px;
    vertical-align: middle;
    cursor: pointer;
}

span.change-theme-mode-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #7a7a7a;
    border-radius: 30px;
}

span.change-theme-mode-slide:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    background: #b3b3b3;
    border-radius: 50%;
    top: -2px;
    left: 0px;
    transition: 0.5s;
    box-shadow: rgba(0, 0, 0, 0.21) 0px 0px 7px 1px;
}

#change-theme-mode:checked+span.change-theme-mode-slide:before {
    transform: translatex(40px);
    background: var(--white-color);
}

body.change-theme-dark-mode {
    background: var(--light-black-color);
    color: var(--grey-color);
}

body.change-theme-dark-mode .svg-for-light-mode {
    display: none;
}

body.change-theme-dark-mode .svg-for-dark-mode {
    display: inline-block;
}

body.change-theme-dark-mode .primary-btn-black {
    background: var(--grey-color);
    color: var(--black-color);
}

body.change-theme-dark-mode .primary-btn-black:hover {
    color: var(--black-color);
}

body.change-theme-dark-mode .primary-btn-white {
    color: var(--grey-color);
    border: solid 1px var(--grey-color);
    background: none;
}

body.change-theme-dark-mode *::-moz-selection {
    color: var(--black-color);
    background: var(--grey-color);
}

body.change-theme-dark-mode *::selection {
    color: var(--black-color);
    background: var(--grey-color);
}

body.change-theme-dark-mode a {
    color: var(--grey-color);
}

body.change-theme-dark-mode a:hover {
    color: var(--grey-color);
}

body.change-theme-dark-mode .currency-language .dropdown>button {
    color: var(--grey-color);
}

body.change-theme-dark-mode .cart-box-show {
    background: var(--light-black-color);
    border-left: solid 1px var(--grey-color);
}

body.change-theme-dark-mode .shopping-cart-heading h2 {
    background: var(--light-black-color);
}

body.change-theme-dark-mode .checkout-order-summary-right-box-1 p {
    color: var(--grey-color);
}

body.change-theme-dark-mode .checkout-order-summary-right-box-2 p {
    color: var(--grey-color);
}

body.change-theme-dark-mode .dropdown-menu {
    background: var(--light-black-color);
    border: none;
    color: var(--grey-color);
}

body.change-theme-dark-mode .dropdown-item {
    color: var(--grey-color);
}

body.change-theme-dark-mode .header_area .navbar .nav .nav-item.submenu ul {
    background: var(--light-black-color);
}

body.change-theme-dark-mode .dropdown-item:focus,
body.change-theme-dark-mode .dropdown-item:hover {
    color: var(--grey-color);
    background-color: #222222;
}

body.change-theme-dark-mode .header_area.navbar_fixed .main_menu {
    background: var(--black-color);
}

body.change-theme-dark-mode .page-title span {
    background: var(--grey-color);
}

body.change-theme-dark-mode .jcarousel-pagination a.active {
    background: #404040;
}

body.change-theme-dark-mode .product-collection-selection {
    border-color: var(--light-black-color);
}

body.change-theme-dark-mode .product-collection-selection.active {
    border-color: var(--grey-color);
}

body.change-theme-dark-mode .checkout-total-amount-box {
    background: var(--black-color);
}

body.change-theme-dark-mode .checkout-subtotal-shipping p {
    color: var(--grey-color);
}

body.change-theme-dark-mode .checkout-subtotal-shipping span {
    color: var(--grey-color);
}

body.change-theme-dark-mode .checkout-subtotal-shipping {
    border-color: var(--grey-color);
}

body.change-theme-dark-mode .checkout-total-price p {
    color: var(--white-color);
}

body.change-theme-dark-mode .checkout-total-price span {
    color: var(--white-color);
}

body.change-theme-dark-mode .ramasat-signature-collection-banner p {
    color: var(--light-black-color);
}

body.change-theme-dark-mode .ramasat-signature-collection-banner a {
    color: var(--light-black-color);
}

body.change-theme-dark-mode .form-control {
    background: var(--light-black-color);
    color: var(--grey-color);
}

body.change-theme-dark-mode .plus-minus-box .plus-minus button {
    color: var(--grey-color);
}

body.change-theme-dark-mode .checkmark-size {
    border-color: var(--light-black-color);
}

body.change-theme-dark-mode .product-size ul li {
    border-color: var(--light-black-color);
}

body.change-theme-dark-mode .product-size ul li label input:checked~.checkmark-size {
    border-color: var(--grey-color);
}

body.change-theme-dark-mode .store-locator-branches-box {
    background: var(--black-color);
}

body.change-theme-dark-mode .store-locator-branches-box .black-icon {
    display: none;
}

body.change-theme-dark-mode .store-locator-branches-box .white-icon {
    display: inline;
}

body.change-theme-dark-mode .store-locator-branches-box.active {
    background: var(--white-color);
    color: var(--black-color);
}

body.change-theme-dark-mode .store-locator-branches-box.active .white-icon {
    display: none;
}

body.change-theme-dark-mode .store-locator-branches-box.active .black-icon {
    display: inline;
}

body.change-theme-dark-mode .category-filter .dropdown>button {
    color: var(--white-color);
}

body.change-theme-dark-mode .checkmark {
    border-color: var(--grey-color);
}

body.change-theme-dark-mode .custom-checkbox input:checked~.checkmark {
    background: var(--grey-color);
}

body.change-theme-dark-mode .scrollToTop {
    color: var(--black-color);
}

body.change-theme-dark-mode .scrollToTop:hover {
    color: var(--black-color);
}

body.change-theme-dark-mode .page-steps li:after {
    background: var(--light-black-color);
}

body.change-theme-dark-mode .modal-content {
    background: var(--black-color);
    border: solid 1px var(--grey-color)
}

body.change-theme-dark-mode .modal-header {
    border-bottom: solid 1px var(--grey-color);
}

body.change-theme-dark-mode .close {
    color: var(--grey-color);
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////
CHANGE LANGUAGE RTL
////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*@font-face{
    font-family: "GE SS Two Medium";
    src: url("font/125063e353c1f65c55ba1e3811969217.eot");
    src: url("font/125063e353c1f65c55ba1e3811969217.eot?#iefix")format("embedded-opentype"),
        url("font/125063e353c1f65c55ba1e3811969217.woff")format("woff"),
        url("font/125063e353c1f65c55ba1e3811969217.woff2")format("woff2"),
        url("font/125063e353c1f65c55ba1e3811969217.ttf")format("truetype"),
        url("font/125063e353c1f65c55ba1e3811969217.svg#GE SS Two Medium")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}*/

/* arabic */
@font-face {
    font-family: 'droid';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Almarai Light'), local('Almarai-Light'), url(https://fonts.gstatic.com/s/almarai/v2/tssoApxBaigK_hnnS_antnqWo572.woff2) format('woff2');
    unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}

/* arabic */
@font-face {
    font-family: 'Almarai';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Almarai'), local('Almarai-Regular'), url(https://fonts.gstatic.com/s/almarai/v2/tsstApxBaigK_hnnQ1iFo0C3.woff2) format('woff2');
    unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}

/* arabic */
@font-face {
    font-family: 'Almarai';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Almarai Bold'), local('Almarai-Bold'), url(https://fonts.gstatic.com/s/almarai/v2/tssoApxBaigK_hnnS-agtnqWo572.woff2) format('woff2');
    unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}

body.lang-ar {
    direction: rtl;
    text-align: right;
    font-family: 'droid', sans-serif !important;
}

body.lang-ar .currency-language .dropdown {
    margin-left: 0;
    margin-right: 25px;
}

body.lang-ar .dropdown-menu {
    right: 0;
}

body.lang-ar .header-top .right-button {
    text-align: left;
}

body.lang-ar .header-top .right-button ul li {
    margin: 0 0 0 25px;
}

body.lang-ar .header-top .right-button ul li:last-child {
    margin-left: 0;
}

body.lang-ar .search-input-box-bg .header-main-search {
    text-align: right;
}

body.lang-ar .cart-box-show {
    left: 0;
    right: auto;
    border-left: none;
    border-right: solid 1px var(--grey-color);
    margin-right: 0;
    margin-left: -460px;
}

body.lang-ar .shopping-cart-heading .close-icon {
    right: auto;
    left: 7px;
}

body.lang-ar .cart-box-show-block {
    margin-right: auto;
    margin-left: 0;
}

body.lang-ar .shopping-cart-order-summary {
    padding-right: 0;
    padding-left: 10px;
}

body.lang-ar .checkout-order-summary-left {
    float: right;
    margin-right: 0;
    margin-left: 20px;
}

body.lang-ar .shopping-cart-subtotal-buttons-left {
    float: right;
}

body.lang-ar .shopping-cart-subtotal-buttons-right {
    float: left;
}

/* body.lang-ar .jcarousel-wrapper-box *{ direction: ltr; } */
/* body.lang-ar .jcarousel-pagination{ direction: rtl; } */
body.lang-ar .secondary-btn .btn-arrow {
    transform: rotateY(180deg);
}

body.lang-ar .home-ramasat-big-img .col-md-6 img.ramasat-big-img {
    right: auto;
    left: 15px;
}

body.lang-ar .zipcode button {
    right: auto;
    left: -1px;
}

body.lang-ar .change-theme-mode {
    margin-left: auto;
    margin-right: 10px;
}

body.lang-ar .about-ramasat-big-img .col-md-6 img.ramasat-big-img {
    right: auto;
    left: 15px;
}

@media (min-width:992px) {
    body.lang-ar .footer-area .footer-copyright p:nth-child(1) {
        text-align: right !important;
    }

    body.lang-ar .footer-area .footer-copyright p:nth-child(2) {
        text-align: left !important;
    }
}

body.lang-ar .header-top .right-button ul .dropdown-content a {
    font-family: 'droid', sans-serif;
}

body.lang-ar .category-filter .dropdown {
    margin-right: 0;
    margin-left: 30px;
}

body.lang-ar .category-filter .dropdown:first-child>button {
    border-left: 1px solid var(--grey-color);
    border-right: none;
    padding-right: 0;
    padding-left: 20px;
}

body.lang-ar .dropdown-menu {
    text-align: right;
}

body.lang-ar .checkmark {
    float: right;
}

body.lang-ar .custom-checkbox p {
    margin-left: 0;
    margin-right: 18px;
}

body.lang-ar .checkout-subtotal-shipping p {
    float: right;
}

body.lang-ar .checkout-subtotal-shipping span {
    float: left;
}

body.lang-ar .checkout-total-price p {
    float: right;
}

body.lang-ar .checkout-total-price span {
    float: left;
}

body.lang-ar .checkout-div button {
    right: auto;
    left: 0;
}

body.lang-ar .contact-customer-care-left {
    float: right;
    margin-right: auto;
    margin-left: 20px;
}

body.lang-ar .detail-page-right-product button img {
    /* margin-left: 10px;
    margin-right: 0; */
}

body.lang-ar .detail-images .back-button {
    right: 10px;
}

body.lang-ar .product-size p {
    float: right;
    margin-right: 0;
    margin-left: 30px;
}

body.lang-ar .product-size ul li {
    float: right;
}

body.lang-ar .plus-minus-box>p {
    float: right;
}

body.lang-ar .plus-minus-box .plus-minus {
    float: left;
    direction: ltr;
}

body.lang-ar .store-locator-search button {
    right: auto;
    left: -1px;
}

body.lang-ar .store-locator-branches-left {
    float: right;
    margin-right: 0;
    margin-left: 20px;
}

body.lang-ar .shopping-cart-order-summary .checkout-order-summary .remove-icon {
    right: auto;
    left: 0;
}

body.lang-ar .scrollToTop {
    left: auto;
    right: 5px;
}

body.lang-ar .page-steps li+li:before {
    left: auto;
    right: -50%;
}

body.lang-ar .page-steps li:after {
    left: auto;
    right: 50%;
    margin-left: auto;
    margin-right: -14px;
}

body.lang-ar .store-locator-branches {
    padding-right: 0px;
    padding-left: 5px;
}

body.lang-ar .search-input-box select {
    border-right: none;
    border-left: solid 1px #292929;
    margin-right: 0;
    margin-left: 30px;
}

body.lang-ar .close {
    float: left;
}

body.lang-ar .navigation-menu-open img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

body.lang-ar .dropdown-content {
    right: auto;
    left: 0;
}

body.lang-ar .dropdown-item {
    text-align: right;
}

body.lang-ar .font-class {
    font-family: 'droid', sans-serif;
}

body.lang-ar .header_area .navbar .nav .nav-item .nav-link {
    font-family: 'droid', sans-serif;
}

body.lang-ar .page-title h2 {
    font-family: 'droid', sans-serif;
}

body.lang-ar .galassia-collezione-text h2 {
    font-family: 'droid', sans-serif;
}

body.lang-ar .checkout-order-summary-right-box-1 h3 {
    font-family: 'droid', sans-serif;
}

body.lang-ar .detail-page-right-product h1 {
    font-family: 'droid', sans-serif;
}

body.lang-ar .shopping-cart-heading h2 {
    font-family: 'droid', sans-serif;
}

body.lang-ar .home-main-banner-text marquee {
    direction: ltr;
}

body.lang-ar .lang-ar-rtl-none {
    direction: ltr;
}

body.lang-ar .lang-ar-rtl-none * {
    direction: ltr;
}

body.lang-ar .lang-ar-text-right {
    text-align: right;
}

body.lang-ar .home-banners-image-text a {
    left: 10px;
    right: auto;
}

body.lang-ar .home-banners-image-text-sub {
    right: auto;
    left: 0;
}

@media (min-width:992px) {
    body.lang-ar .navbar-expand-lg .navbar-nav>.nav-item {
        margin-right: 0;
        margin-left: 25px;
    }
}

body.lang-ar .navbar-expand-lg .navbar-nav .nav-link,
body.lang-ar .home-main-banner-section-text p,
body.lang-ar .home-main-banner-section-text h2,
body.lang-ar .home-page-jcarousel-title p,
body.lang-ar .product-box h2,
body.lang-ar .home-oil-collection-section h2,
body.lang-ar .shop-our-favorites h2,
body.lang-ar .footer-newsletter h2,
body.lang-ar .footer-area .single-footer-widget h4 ,
body.lang-ar .about-us-section h2 {
    font-family: 'droid', sans-serif !important;
}

body.lang-ar .home-main-banner-section-text {}

body.lang-ar .home-main-banner-section-text h2 {
    margin-bottom: 15px;
}

body.lang-ar .home-main-banner-section-text p {
    line-height: 40px;
}

body.lang-ar .home-page-jcarousel .product-box h2 {
    line-height: 34px;
}

body.lang-ar .home-oil-collection-section h2 {
    line-height: 70px;
}

@media (min-width:1300px) {
    .container-width-for-collection {
        max-width: 1300px;
        width: 100%;
    }
}

@media (max-width:1299px) {
    .container-width-for-collection {
        max-width: 100%;
    }
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////
RESPONSIVENESS
////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media (max-width:1260px) {
    .home-page-jcarousel .jcarousel-control-prev {
        left: 20px;
    }

    .home-page-jcarousel .jcarousel-control-next {
        right: 20px;
    }
}

@media(max-width: 1100px) and (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 17px;
    }
}

@media (max-width:1024px) {
    .home-ramasat-big-img .col-md-6 img.ramasat-big-img {
        position: relative;
        max-width: 100% !important;
        right: auto;
    }

    body.lang-ar .home-ramasat-big-img .col-md-6 img.ramasat-big-img {
        left: auto;
    }

    .home-ramasat-big-img .col-md-6 h2 {
        margin-top: 100px;
    }

    .home-ramasat-big-img .col-md-6 a {
        margin-bottom: 0;
    }
}

@media (min-width:992px) {
    .header-top .right-button ul li.navbar-toggler-responsive {
        display: none;
    }

    #content-holder {
        min-height: 450px;
    }

    .navbar-expand-lg .navbar-nav .nav-item:hover>.dropdown-menu {
        display: block;
        top: 95%;
    }

    .navbar-expand-lg .navbar-nav .nav-item:hover>.dropdown-menu li a {
        border-bottom: solid 1px #646464;
        padding: 3px 10px;
    }

    .navbar-expand-lg .navbar-nav .nav-item:hover>.dropdown-menu li:last-child a {
        border-bottom: none;
    }

    .navbar-expand-lg .navbar-nav>.nav-item {
        margin-right: 25px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-family: 'copperplateregular';
        padding: 5px 0;
        font-size: 15px;
    }

    /* body.lang-ar .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 15px !important;
    } */

    .navbar-expand-lg .navbar-nav .nav-link:hover {
        color: #bf805b;
    }

    .navbar-expand-lg .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-item:hover {
        color: #bf805b;
        background: none;
    }

    .navbar-expand-lg .navbar-nav .dropdown-toggle::after {
        display: none;
    }

    .top-menu-order {
        order: -1;
    }

    body.lang-ar .navbar-expand-lg .navbar-nav .dropdown-menu {
        width: 280px;
    }
}

@media (max-width:991px) {
    .lang-ar .dropdown-menu.mega-menu .dropdown-item {
        font-weight: 500 !important;
    }

    .header_area .navbar .nav .nav-item .nav-link {
        padding: 5px 22px;
    }

    .header_area .navbar .nav .nav-item.submenu ul {
        box-shadow: none;
    }

    .header_area .navbar .nav .nav-item.submenu ul .nav-link {
        line-height: 26px;
    }

    .navbar-toggler {
        line-height: 15px;
        border-radius: 0;
        padding: 8px 10px !important;
        background: #eee;
    }

    .header-top {
        padding: 7px 0;
    }

    .header-language {
        display: none;
    }

    .header_area .navbar .nav .nav-item.submenu {
        display: block !important;
    }

    .hide-on-991 {
        display: none;
    }

    .header-main-menu li a {
        margin: 5px 0;
    }

    .home-text-section {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .home-text-section h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .home-page-jcarousel-title p {
        font-size: 24px;
    }

    .home-page-jcarousel-title h3 {
        font-size: 24px;
    }

    .home-page-jcarousel-title a {
        font-size: 16px;
    }

    .home-page-jcarousel-title a img {
        height: 10px;
    }

    .home-collection-box h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .home-text-section p {
        font-size: 14px;
        line-height: 28px;
    }

    .home-collection-box p {
        font-size: 14px;
        line-height: 28px;
    }

    .home-page-jcarousel .product-box h2 {
        font-size: 20px;
    }

    .home-stay-connected p {
        font-size: 20px;
        padding: 25px 10px;
    }

    .home-stay-connected-social a {
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 30px;
        margin: 0 3px;
    }

    .home-main-banner-section {
        margin: 2px 0 10px 0;
        text-align: center;
    }

    .home-main-banner-section-text {
        margin: 25px 0 50px 0;
        width: auto;
    }

    .new-design-header-menu {
        justify-content: start;
    }

    .currency-language {
        justify-content: end;
    }

    .new-design-header-menu {
        position: static;
    }

    .top-header-menu-responsive {
        position: absolute;
        top: 65px;
        right: 15px;
        left: 15px;
        z-index: 99;
        background: #fff;
        border: solid 1px #e9e9e9;
        padding: 10px 15px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-toggle::after {
        display: none;
    }

    .top-menu-order {
        position: static;
    }

    .mobile-menu-dropdown {
        display: none !important;
    }

    .mobile-menu-dropdown-toggle {
        display: block !important;
    }
}

@media (min-width:768px) {
    .order-tabs.text-center {
        display: flex;
        justify-content: center;
    }

    .order-tabs.text-center>div {
        min-width: 200px;
    }
    .lang-ar .about-us-section .pr-md-0 {
        padding-left: 0 !important;
    }
    .lang-ar .about-us-section .text-md-left{
        text-align: right !important;
    }
}

@media (max-width:767px) {
    .page-banner {
        margin-bottom: 30px;
    }

    .page-title {
        margin-bottom: 30px;
    }

    .page-title h2 {
        font-size: 24px;
    }

    .page-title span {
        height: 2px;
    }

    .column-reverse {
        flex-direction: column-reverse;
    }

    .home-ramasat h2 {
        margin-top: 30px !important;
        font-size: 20px;
    }

    .home-ramasat {
        margin-bottom: 30px;
    }

    .jcarousel-wrapper {
        margin-bottom: 30px;
    }

    .jcarousel-wrapper .product-box-img {
        line-height: normal;
    }

    .jcarousel-wrapper .product-box-img img {
        max-height: 225px;
    }

    .currency-language .dropdown {
        margin: 0 10px !important;
    }

    .navigation-social-icons {
        text-align: center;
        margin-bottom: 20px;
    }

    .navigation-social-icons a {
        margin: 0 5px;
    }

    .header_area .navbar .nav .nav-item .nav-link {
        font-size: 18px;
        margin: 0;
    }

    .header_area .navbar .nav .nav-item.submenu ul .nav-link {
        font-size: 16px;
    }

    body.lang-ar .navigation-social-icons {
        text-align: center;
    }

    .product-box {
        text-align: center;
    }

    .footer-area {
        text-align: center;
    }

    .galassia-collezione-text {
        text-align: center;
    }

    .galassia-collezione-text h2 {
        font-size: 20px;
    }

    .galassia-collezione-text p {
        font-size: 14px;
    }

    .galassia-collezione-text {
        margin-bottom: 15px;
    }

    .back-btn {
        display: none;
    }

    .desktop-banner {
        display: none;
    }

    .mobile-banner {
        display: inline;
    }

    .detail-images {
        max-height: 530px;
    }

    .footer-area .single-footer-widget h4 {
        margin-bottom: 5px;
    }

    /*.header-top .right-button ul li a img{ max-width: 20px; }*/
    /*.header-top .right-button ul li a span { width: 15px; height: 15px; line-height: 17px; right: 2px; bottom: -10px; }*/
    .search-input-box-bg {
        margin-top: -60px !important;
    }

    .home-text-section {
        text-align: center;
    }

    .home-text-section h2 {
        margin-top: 25px;
    }

    .home-collection-box h2 {
        margin-top: 25px;
    }

    .home-collection-box a {
        margin-bottom: 25px;
    }

    .home-page-jcarousel .product-box-img img {
        max-height: initial;
    }

    .home-stay-connected-social-flex {
        display: block !important;
    }

    .home-stay-connected-social {
        flex-direction: row;
        max-width: fit-content;
        margin: auto;
        margin-top: 20px;
    }

    .footer-bottom-text>div {
        min-width: 100%;
        display: block !important;
    }

    .footer-bottom-text p {
        text-align: center !important;
        margin-bottom: 15px !important;
    }

    .home-oil-collection-section {
        text-align: center;
        padding: 25px 0 0px 0;
    }

    .top-refer-a-friend {
        font-size: 11px;
        padding: 0;
    }

    .home-main-banner-section-text p {
        font-size: 18px;
    }

    .home-main-banner-section-text h2 {
        font-size: 25px;
    }

    .home-main-banner-section-text {
        margin: 15px 0 30px 0 !important;
    }

    .jcarousel-wrapper-box {
        margin-bottom: 10px;
    }

    .home-oil-collection-section h2 {
        font-size: 18px;
        line-height: 24px !important;
        margin-bottom: 15px;
    }

    .shop-our-favorites h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .shop-our-favorites {
        padding-bottom: 20px;
    }

    .footer-newsletter {
        margin: 0 15px;
        max-width: 100%;
    }

    .footer-newsletter h2 {
        font-size: 18px;
    }

    .search-trigger-mobile-padding {
        padding: 0;
    }

    .home-banners-image-text-sub {
        width: auto;
        left: 0;
        right: 0;
        top: 0;
        position: relative;
        background: #93cdc7;
        padding: 20px;
        margin-top: 40px;
    }

    .after-login-pages {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    /* commented, to ensure the price and the number appear on the same line */
    /* .checkout-order-summary-right-box-2 {
        flex-direction: column;
        align-items: flex-start;
    }

    .checkout-order-summary-right-box-2 p {
        margin: 0;
        width: 100%;
    } */
}

@media (max-width:700px) {
    .find-our-store {
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }

    .zipcode {
        width: 100%;
    }

    /*.header-top .right-button ul li a img{ max-width: 15px; }*/
    .currency-language .dropdown {
        margin: 0 6px !important
    }

    .currency-language .dropdown>button,
    .currency-language .dropdown>a {
        font-size: 11px;
    }

    .currency-language .dropdown>button>img {
        width: 9px;
        left: -2px;
        position: relative;
    }

    /*.header-top .right-button ul li a span { width: 13px; height: 13px; font-size: 10px; line-height: 13px; bottom: -6px; right: 1px; }*/
    .navbar-toggler {
        padding: 4px 5px !important;
        margin: 0;
        font-size: 15px;
    }

    .home-main-banner-text {
        font-size: 12px;
    }

    .home-main-banner-text marquee {
        line-height: 20px;
    }

    .header-main-menu li a {
        font-size: 14px;
        line-height: normal;
    }

    .header-top .right-button ul li {
        font-size: 11px;
        margin: 0 4px;
    }

    .header-top .right-button ul li .search img {
        width: 15px;
    }

    body.lang-ar .header-top .right-button ul li {
        margin: 0 4px !important;
    }

    .top-header-top-cart {
        margin-top: -2px;
    }

    .top-header-top-cart img {
        max-width: 12px;
    }

    .top-header-top-cart span {
        font-size: 9px !important;
        top: 10px !important;
        left: -2px !important;
    }

    body.lang-ar .top-header-top-cart span {
        left: auto !important;
        right: -1px !important;
    }

    .logo .logo-for-desktop {
        display: none;
    }

    .logo .logo-for-mobile {
        display: block !important;
        max-height: 30px;
    }

    body.lang-ar .home-page-jcarousel .product-box h2 {
        line-height: 25px;
    }

    .top-header-menu-responsive {
        top: 30px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
        padding: 5px 0;
    }

    .home-page-jcarousel .jcarousel-control-next img,
    .home-page-jcarousel .jcarousel-control-prev img {
        max-width: 15px;
        margin-top: 6px;
    }

    .dropdown-item {
        font-size: 13px;
    }

    .header-top .right-button ul li a {
        font-size: 12px !important;
    }
}

@media (max-width:600px) {
    .home-text-section {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .home-text-section h2 {
        font-size: 18px;
    }

    .home-text-section p {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .home-text-section a {
        font-size: 15px;
        padding: 6px 15px;
    }

    .home-page-jcarousel-title p {
        font-size: 18px;
    }

    .home-page-jcarousel-title h3 {
        font-size: 16px;
    }

    .home-page-jcarousel-title a {
        font-size: 12px;
    }

    .home-page-jcarousel-title {
        margin-bottom: 16px;
        margin-top: 16px;
    }

    .home-page-jcarousel .product-box h2 {
        font-size: 14px;
    }

    .home-page-jcarousel .product-box-img {
        margin-bottom: 15px;
    }

    .home-collection-box a {
        font-size: 15px;
        padding: 6px 15px;
    }

    .home-stay-connected p {
        font-size: 13px;
        line-height: 20px;
    }

    .home-stay-connected-social a {
        margin: 0;
    }

    .home-page-jcarousel {
        margin-bottom: 0;
    }

    .home-page-jcarousel-title h2 {
        display: block !important;
        text-align: center;
    }

    .home-banners-image-text h2 {
        font-size: 20px !important;
        top: 15px;
    }

    .home-banners-image-text a {
        font-size: 14px;
        padding: 0.5rem;
    }

    .page-banner .mobile {
        display: block !important;
    }

    .page-banner .desktop {
        display: none;
    }

    .product-detail-page-scroll-fixed {
        position: fixed;
        bottom: 0;
        left: auto;
        right: 0;
        background: #fff;
        width: 100%;
        padding: 15px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        z-index: 10000;
    }
}

@media (max-width:575px) {
    .footer-app {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .navigation-menu>span {
        display: none;
    }

    .navigation-menu a span {
        display: none;
    }

    .search-input-box-bg {
        margin-top: -40px !important;
    }
}

@media (max-width:500px) {
    .logo img {
        max-height: 50px;
    }
}

@media (max-width:450px) {
    .cart-box-show {
        width: 100%;
    }
}

@media (max-width:430px) {

    /*.header-top .right-button ul li{ margin-left: 8px; }*/
    body.lang-ar .header-top .right-button ul li {
        margin: 0 8px 0 0;
    }

    .logo img {
        max-width: 100%;
    }
}

@media (max-width:430px) {
    .currency-language .dropdown {
        margin: 0 6px !important;
    }
}

.products-section {
    background-color: #f0e2da4f;
    padding-top: 30px;
}

/* .product-box-img img:hover,
.product-box-img img:focus-within {
  transform: scale(1.07);
  transition: transform 450ms ease-in;
} */
.dropdown button {
    font-family: 'copperplateregular';
}

body.lang-ar .header-top .right-button ul li {
    font-family: 'droid', sans-serif !important;
}

body.lang-ar .dropdown button {
    font-family: 'droid', sans-serif !important;
}

body.lang-ar .home-banners-image-text h2 {
    font-family: 'droid', sans-serif !important;
}

.hover-underline:hover {
    text-decoration: underline;
}

body.lang-ar .form-check-input {
    margin-left: auto;
    margin-right: -1.25em;
}

div:where(.swal2-container) .swal2-html-container {
    color: #000 !important;
}

.float-end {
    float: right;
}

body.lang-ar .float-end {
    float: left;
}

.w-42 {
    width: 42% !important;
}

.related-product {
    background-color: #f0f1f1;
}

.related-product .primary-btn-black {
    text-align: center;
    padding: 0.3rem;
}

@media (max-width:767px) {
    .related-product .primary-btn-black {
        font-size: 0.8rem;
    }

    .related-product .product-box {
        padding: 5px;
    }
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

swiper-container {
    width: 100%;
    /* height: 300px; */
    margin-left: auto;
    margin-right: auto;
}

swiper-slide {
    background-size: contain;
    background-position: center;
}

.mySwiper {
    height: 80%;
    width: 100%;
}

.mySwiper2 {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper2 swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

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

.type {
    margin-right: 5px;
    margin-left: auto;
}

body.lang-ar .type {
    margin-left: 5px;
    margin-right: auto;
}

.img-sm {
    height: 20px;
    width: auto;
    padding-left: 2px;
    padding-right: 2px;
}


















/* NEW */
.nav-item:focus-visible,
.nav-item *:focus-visible {
    outline: none !important;
}

.header-top .dropdown:hover>a img,
.header-top .dropdown.show>a img {
    transform: rotate(180deg);
}

.header-top .dropdown:hover img,
.header-top .dropdown img,
.dropdown-menu.mega-menu,
.currency-language .dropdown-content,
.hovered:hover {
    transition: all .2s .1s linear;
}

.dropdown-menu.mega-menu:hover,
.dropdown-menu.mega-menu {
    transition:
        height 0.1s 0.1s linear,
        opacity 0.2s 0.1s linear,
        visibility 0.2s 0.1s linear,
        transform 0.2s 0.1s linear;

}

.lang-en .currency-language ul.align-items-center.d-flex>li,
.lang-en .dropdown-menu.mega-menu .col h6,
.lang-en .navbar-nav>.nav-item>a {
    font-size: 18px !important;
    font-weight: 500 !important;
}

.currency-language .right-button>ul>li,
.currency-language .dropdown>a,
.dropdown-menu.mega-menu .col h6,
.lang-ar .navbar-expand-lg .navbar-nav .nav-link {
    font-weight: 500 !important;
}

.dropdown-menu.mega-menu .col {
    flex: 0 0 170px;
    max-width: 180px;
    padding: 0px;
}

.dropdown-menu.mega-menu .col h6 {
    margin-bottom: 12px;
    color: #000;
}

.dropdown-menu.mega-menu .col h6:not(body.lang-ar .dropdown-menu.mega-menu .col h6) {
    font-family: 'copperplateregular';
}

.dropdown-menu.mega-menu .dropdown-item {
    font-size: 15px !important;
    color: #333;
    padding: 0px 0 !important;
    transition: all 0.2s ease;
    white-space: normal;
}

.dropdown-menu.mega-menu .dropdown-item:hover {
    color: #b38c4c;
    background: none;
}

.dropdown-menu.mega-menu .list-unstyled li,
.dropdown-menu.mega-menu .list-unstyled li a {
    border: none !important;
    border-bottom: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.lang-ar .currency-language .right-button>ul>li,
.lang-ar #dropdownMenu2,
.lang-ar .dropdown-menu.mega-menu .col h6 {
    font-size: 15px !important;
}

.lang-ar .dropdown-menu.mega-menu .col {
    flex: 0 0 150px;
    max-width: 200px;
    padding: 0px;
}

.show-only-mobile {
    display: none;
}

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

.nav-items a.dropdown-item {
    font-size: 15px !important;
    font-weight: 500 !important;
}

.lang-ar .dropdown-item {
    font-size: 13px !important;
}

.top-menu-order {
    order: -1;
}

.text-underline {
    text-decoration: underline;
}
.lang-ar .text-underline {
    text-underline-position: under;
}

.checkout-order-summary .plus-minus-box *,
.checkout-order-summary .checkout-order-summary-right-box-2 * {
    font-size: 14px !important;
    font-weight: 600 !important;
}

.plus-minus-box,
.checkout-order-summary-right-box-1 {
    margin-bottom: 10px;
}

.hero-title {
    font-size: 32px !important;
    font-family: 'copperplateregular';

}

.section-title,
.section-title p,
.short-description h3 {
    font-size: 30px !important;
    font-weight: 600 !important;
    line-height: 130% !important;
}

.subsection-title,
.short-description h4 {
    font-size: 18px !important;
    line-height: 130% !important;
}

.lang-ar .section-title,
.lang-ar .short-description h3,
.lang-ar .section-title p {
    font-size: 32px !important;
    font-weight: 600 !important;
}

.form-invalid {
    border-color: #dc3545 !important;
}

.form-invalid::placeholder {
    color: #dc3545 !important;
}

.home-stay-connected-social img {
    filter: invert(1);
}
.modal #product_notes .topN strong,
.modal #product_notes .HeartN strong,
.modal #product_notes .BaseN strong {
    font-weight: 400 !important;
}

.modal #product_notes .value {
    font-size: 18px;
    font-weight: 600 !important;
}

.topN h5 {
    font-size: 24px !important;
}
.color-grey {
    color: #343333 !important;
}
.bg-grey {
    background-color: #F0F1F1 !important;
}
.btn-navy{
    background-color: #2F1E32 !important;
    color: #fff !important;
}
.product-box > p > span {
    font-weight: 600;
}
button.disabled{
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}
/* Collection Page  */
.short-description {
  max-height: none;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.short-description.collapsed {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.see-more-btn {
  display: inline-block;
  margin: 0.5rem 0;
  color: #777a7c;
  text-decoration: none !important;
  cursor: pointer;
}

.short-description-container ul{
  list-style: none;
  padding-left: 1.5rem;
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}
body.lang-ar .short-description-container ul {
   padding-right: 1.5rem !important;
}
.short-description-container ul li::before {
  content: "–";
  color: #666;
  margin-right: 0.5rem;
}
body.lang-ar  .short-description-container ul li::before {
  margin-right: 0 !important;
  margin-left: 0.5rem !important;
}

.short-description p{ 
  font-size: 16px !important;
  line-height: 160%;
  margin-bottom: 0 !important;
}
.short-description h4{
    margin-top: .5rem !important;
}
.subtitle{
   font-size: 13px !important;
   font-weight: 600 !important;
}
.short-description-container h2:not(body.lang-ar .short-description-container h2){
        font-family: 'copperplateregular';
}
.short-description  a{
    font-weight: 600;
}

@media (min-width: 991px) and (max-width: 1300px) {

    body.lang-ar .navbar-expand-lg .navbar-nav>.nav-item,
    body.lang-ar .header-top .right-button ul li {
        margin-left: 5px;
    }

    .lang-ar .navbar-expand-lg .navbar-nav>.nav-item,
    .lang-ar .header-top .right-button ul li {
        margin-right: 0;
        margin-left: 0;
    }

    .lang-ar .navbar-nav,
    .lang-ar .right-button ul.align-items-center {
        gap: 8px
    }

    .dropdown-menu.mega-menu .col {
        flex: 0 0 150px;
    }

    .lang-ar .dropdown-menu.mega-menu .col {
        flex: 0 0 130px;
    }

    .header-top .right-button ul>li {
        margin-left: 10px;
    }

    .navbar-expand-lg .navbar-nav>.nav-item {
        margin-right: 10px;
    }

    .dropdown-menu.mega-menu .col h6 {
        font-size: 15px;
        margin-bottom: 8px;
    }


    .lang-ar .header-top .right-button ul li,
    .lang-ar .currency-language .dropdown>a,
    .lang-ar .dropdown-menu.mega-menu .col h6,
    .lang-ar #dropdownMenu2,
    .lang-ar .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 13px !important;
        line-height: 150% !important;
    }

    .logo img {
        max-height: 65px;
    }

}

@media (max-width: 1100px) {

    .lang-en .currency-language ul.align-items-center.d-flex>li,
    .lang-en .dropdown-menu.mega-menu .col h6,
    .lang-en .navbar-nav>.nav-item>a,
    .lang-en .navbar-nav>.nav-item.nav-link {
        font-size: 15px !important;
        line-height: 130%;
    }

    .lang-ar .top-header-menu-responsive,
    .header-top .dropdown-item,
    .dropdown-menu.mega-menu .dropdown-item,
    .lang-ar #dropdownMenu2 {
        font-size: 13px !important;
    }
}

@media (min-width: 992px) {

    .checkout-grid-container {
        display: grid;
        grid-template-columns: 7fr 5fr;
        justify-content: space-between;
        grid-template-areas:
            "column1 column2"
            "column3 column2";
        gap: 20px;
        grid-template-rows: auto 1fr;
    }

    .column-1 {
        grid-area: column1;
    }

    .column-2 {
        grid-area: column2;
    }

    .column-3 {
        grid-area: column3;
    }

    .dropdown-menu.mega-menu,
    .currency-language .dropdown-content {
        height: 0;
        opacity: 0;
        visibility: hidden;
        display: block !important;
    }

    .navbar-nav .nav-item.dropdown:hover>.dropdown-menu.mega-menu,
    .currency-language .dropdown:hover .dropdown-content {
        height: auto;
        opacity: 1;
        visibility: visible;
    }

    .dropdown-menu.mega-menu *,
    .currency-language .dropdown-content * {
        opacity: 0;
        visibility: hidden;
    }

    .navbar-nav .nav-item.dropdown:hover>.dropdown-menu.mega-menu *,
    .currency-language .dropdown:hover .dropdown-content * {
        opacity: 1;
        visibility: visible;
    }

    .header-top .dropdown:hover>a img {
        filter: brightness(0) saturate(100%) invert(52%) sepia(38%) saturate(522%) hue-rotate(358deg) brightness(102%) contrast(94%);
    }

    .hovered:hover .dropdown-menu.mega-menu {
        box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
    }

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

    .navbar-nav .nav-item.dropdown:hover>.dropdown-menu.mega-menu {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 5px;
        padding: 30px 15px;
        border-radius: 10px;
        width: fit-content;
        min-width: max-content;
        top: 100% !important;
        left: 0 !important;
    }

    body {
        overflow-x: hidden !important;
    }

    /* .currency-language .right-button ul li,
    .currency-language .right-button ul li a,
    .currency-language .dropdown>a,
    .top-header-menu-responsive .nav-item a,
    .top-header-menu-responsive .dropdown-menu a {
        font-size: 15px !important;
    } */
    .lang-ar .about-us-section  .pl-lg-5 {
        padding-right: 3rem !important;
    }

}

@media (max-width: 991px) {

    /* hero title */
    .hero-title,
    .page-title h2,
    .detail-page-right-product h1,
    .galassia-collezione-text h2 {
        font-size: 28px !important;
        line-height: 130% !important;
    }

    .footer-newsletter h2 {
        font-size: 24px !important;
        line-height: 130% !important;
    }

    /* section title */
    .section-title,
    .section-title p,
    .short-description h3,
    .lang-ar .short-description h3,
    .footer-area .single-footer-widget h4,
    .topN h5 {
        font-size: 20px !important;
        line-height: 130% !important;
    }

    .lang-ar .section-title,
    .lang-ar .section-title p {
        font-size: 28px !important;
        line-height: 150% !important;
    }

    /* subtitles */
   
    .product-box h2,
    .contact-page-form h2,
    .checkout-order-summary h2,
    .font-size-20px ,
    .checkout-order-summary-right-box-1 h3{
        font-size: 20px !important;
        line-height: 130% !important;
    }

    /* body text */
    .contact-page-form p,
    .primary-btn-black,
    .contact-customer-care-right {
        font-size: 14px !important;
        line-height: 130% !important;
    }

    .checkout-order-summary .plus-minus-box *, .checkout-order-summary .checkout-order-summary-right-box-2 * {
        font-size: 13px !important;
    }
    .language-sm-switcher {
        line-height: 150% !important;
    }

    .currency-list {
        position: relative;
    }

    .currency-list .dropdown-content {
        left: 0 !important;
        right: unset !important;
        width: fit-content !important;
    }


    .contact-page-customer-care .clear.mb-4 {
        margin-bottom: 10px !important;
    }

    .top-header-menu-responsive .nav-item a,
    .top-header-menu-responsive .dropdown-menu a {
        font-weight: 600 !important;
    }

    body.lang-ar .dropdown-content {
        right: -16px !important;
    }

    .dropdown-menu.mega-menu {
        border: 0 !important;
    }

    .nav-item:not(.lang-ar .nav-item) {
        font-family: 'copperplateregular';
    }

    .dropdown-menu.mega-menu li:not(.lang-ar .dropdown-menu.mega-menu li) {
        font-family: 'visby_cfregular' !important;
    }

    .show-only-mobile {
        display: block;
    }

    .dropdown-content {
        display: none;
        position: absolute !important;
        right: -150px !important;
        background-color: #fff !important;
        min-width: 160px !important;
        border: 1px solid #efefef !important;
        z-index: 9999 !important;
    }

    .dropdown-menu.mega-menu.show {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        gap: 0 !important;
        padding: 5px !important;
        width: 100% !important;
        min-width: 100% !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }

    .dropdown-menu.mega-menu .col {
        flex: 1 1 100% !important;
        max-width: 100% !important;
        margin-bottom: 20px;
    }

    .dropdown-menu.mega-menu .col h6 {
        font-size: 16px;
        margin-bottom: 8px;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        /* space between text and image */
        background-image: url('/theme/new_design/images/svg/dropdown-arrow.svg');
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 10px 10px;
        padding-right: 18px;
        /* leave space for the image */
    }

    .dropdown-menu.mega-menu .dropdown-item {
        font-size: 13px !important;
        padding: 2px 0 !important;
    }

  
}

@media (max-width: 767.98px) {

    .hero-title,
    .page-title h2,
    .detail-page-right-product h1,
    .galassia-collezione-text h2 {
        font-size: 24px !important;
    }

    .home-page-jcarousel-title p {
        font-size: 20px;
    }

    .detail-pageDetails h2,
    .detail-page-right-product h2,
    .subsection-title,
    .short-description h4 {
        font-size: 16px !important;
    }

    body,
    .detail-page-right-product h4,
    .product-size p,
    .product-size ul li,
    .detail-pageDetails p,
    .contact-page-form .form-control,
    .detail-page-right-product h3,
    .plus-minus-box>p,
    .plus-minus-box .plus-minus .quantity-values-content,
    .short-description p {
        font-size: 14px;
    }

    .dropdown-menu.mega-menu .dropdown-item {
        font-size: 13px !important;
        padding: 0px 0 !important;
    }

    .lang-ar .currency-language .right-button>ul>li,
    .lang-ar #dropdownMenu2{
        font-size: 13px !important;
    }
    .about-us-section img{
        aspect-ratio: 1.5;
        object-fit: cover;
    }
}

@media (max-width:575px) {

    .hero-title,
    .page-title h2,
    .detail-page-right-product h1,
    .galassia-collezione-text h2 {
        font-size: 20px !important;
    }

    .section-title,
    .lang-ar .section-title,
    .lang-ar .section-title p,
    .section-title p,
    .footer-area .single-footer-widget h4,
    .home-page-jcarousel-title p,
    .product-grid-title,
    .topN h5,
    .short-description h3 {
        font-size: 18px !important;
    }

   
    .checkout-order-summary-right-box-1 h3,
    .modal #product_notes .topN strong,
    .modal #product_notes .HeartN strong,
    .modal #product_notes .BaseN strong {
        font-size: 16px !important;

    }

    .detail-pageDetails h2,
    .detail-page-right-product h2,
    .subsection-title,
    .short-description h4,
    .checkout-total-price,
    .font-size-20px,
    .modal #product_notes .value {
        font-size: 14px !important;
    }

    body,
    .detail-page-right-product h4,
    .product-size p,
    .product-size ul li,
    .detail-pageDetails p,
    .contact-customer-care-right,
    .contact-page-form p,
    .primary-btn-black,
    .contact-page-form .form-control,
    .detail-page-right-product h3,
    .plus-minus-box>p,
    .plus-minus-box .plus-minus .quantity-values-content,
    .lang-ar .currency-language .right-button>ul>li,
    .lang-ar #dropdownMenu2,
    .checkout-order-summary-right-box-1 p,
    .checkout-order-summary .plus-minus-box *,
    .checkout-order-summary .checkout-order-summary-right-box-2 *,
    .custom-checkbox p,
    .short-description p {
        font-size: 12px !important;
    }

    body {
        line-height: 130% !important;
    }

    body.lang-ar {
        line-height: 150% !important;
    }

    hr.mt-5.mb-5 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }

    .lang-ar .dropdown-menu.mega-menu .dropdown-item {
        font-size: 12px !important;
    }

    .detail-page-right-product button img {
        width: 25px;
    }

    .top-header-top-cart span {
        top: 5px !important;
    }
    .lang-ar .top-header-top-cart span {
        top: 7px !important;
    }
}
@media (max-width:400px) {

    .hero-title,
    .page-title h2,
    .detail-page-right-product h1,
    .galassia-collezione-text h2 {
        font-size: 18px !important;
    }

    .section-title,
    .lang-ar .section-title,
    .lang-ar .section-title p,
    .section-title p,
    .short-description h3,
    .footer-area .single-footer-widget h4,
    .home-page-jcarousel-title p,
    .product-grid-title,
    .topN h5 {
        font-size: 16px !important;
    }

   
    .checkout-order-summary-right-box-1 h3,
    .modal #product_notes .topN strong,
    .modal #product_notes .HeartN strong,
    .modal #product_notes .BaseN strong {
        font-size: 14px !important;

    }
}
/* Blog Page */
.banner-bg {
    background-image: url('/storage/images/blogs/Best-perfume.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 3.7;  
}
.banner-bg::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(133, 130, 130, 0.00) 47.5%, #000 100%);
    mix-blend-mode: multiply;
    z-index: 1;
    pointer-events: none;
}


.banner-overlay {
    z-index: 2;
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex; 
    justify-content: space-between; 
    align-items: flex-end; 
    padding: 0 1.5rem;
    margin: auto !important;
    right: 0;
    left: 0;
    
}
.blog-content .page-banner:not(.banner-bg){
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 3.98;
    margin-top: 30px;
}
.banner1-bg {
    background-image: url('/storage/images/blogs/blog-banner1.jpg');  
}
.banner2-bg {
    background-image: url('/storage/images/blogs/blog-banner2.jpg');
}

.banner3-bg {
    background-image: url('/storage/images/blogs/blog-banner3.jpg');
}

.blog-content .mx-4{
    margin-left: 35px !important;
    margin-right: 35px !important;
}
.blog-content div,
.blog-content .subsection-title{
    letter-spacing: 0.5px;
}
.banner-title {
    color: #FFF;
    font-family: 'copperplateregular';
    font-size: 45px;
    font-weight: 600;
    line-height: 40px;
    text-align: left;
    max-width: 50%;
    line-height: 120%;
    
}

.banner-date {
    color: #FFF;
    font-family: 'copperplateregular';
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
  
}
.perfume-list {
    margin-bottom: 1.5rem; 
}

.perfume-list li {
    list-style: none;                
    position: relative;
    padding-inline-start: 1.2rem;   
    color: rgb(34, 34, 34);
    margin-bottom: 0.1rem;
}

.perfume-list li::before {
    content: "-";
    position: absolute;
    inset-inline-start: 0;        
    top: 0;
    color: rgb(34, 34, 34);
    font-weight: bold;
}


.blog-section img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

.blog-text p {
    font-size: 1rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 1.2rem;
}

.blog-text p strong {
    font-weight: 600;
}

.image-box {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2; 
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fdf8f5;
  padding: 2.5rem;
}

.image-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}


body.lang-ar .list-notes {
  padding-right: 1rem !important;
}
.list-notes {
    padding-left: 1rem;
}

.list-notes li {
    list-style: none;
    position: relative;
     padding-inline-start: 1.2rem; 
    color: rgb(34, 34, 34);
}

.list-notes li::before {
  content: "-";
  position: absolute;
  inset-inline-start: 0; 
  top: 0;
  color: rgb(34, 34, 34);
  font-weight: bold;
}

.list-disc-custom li{
  list-style-type: none !important; 
    margin-bottom: 0.5rem;
    color: #222;
  
}


.underline {
  text-decoration: underline !important;
  text-underline-offset: 6px; 
}
.spaced-text {
    letter-spacing: 0.5px;
}

.bold{
    font-weight: bold !important;
    text-transform: capitalize;
}


.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 28px !important;  
  color: #c9c3c3 !important;  
}
body.lang-ar .banner-title {
    text-align: right !important;
}

@media (max-width:991px) {
    .blog-content .page-banner{
        margin-left: calc(-50vw + 50%) !important;
        margin-right: calc(-50vw + 50%) !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .banner-overlay{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        bottom: 5px;
    }
    .banner-overlay *,
    body.lang-ar .banner-title{
        text-align: center !important;
    }
    .blog-content .mx-4 {
    margin-left: 25px !important;
    margin-right: 20px !important;
    }
    .blog-content .col-8 .subsection-title {
    font-size: 16px !important;
    }
    .sm-absolute{
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        text-align: center;
        justify-content: center !important;
        margin: auto;
    }
    .sm-absolute .add-to-cart{
        margin: 0 !important;
    }
    .banner-title{
        max-width: 100%;
    }
    .explore-url{
        line-height: 160%;;
    }
    
}
