/*-----------------------------------------------------------------------------------

    Template Name: ARZ
    Version: 1.0.0
-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Template default CSS
    02. Layout CSS
        - Header CSS
        - Footer CSS
        - Section, Spacing & Container etc CSS
    03. Modules CSS
        - Bootstrap Style Override
        - Plugins Style Override
        - Hero Slider CSS
        - Title CSS
        - Product CSS
        - Shop CSS
        - Blog CSS
        - Form CSS
        - Others CSS

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Template default CSS
/*----------------------------------------*/
/* Common Style */

@font-face {
    font-family: "Roboto Regular";
    src: url("../../assets/fonts/Roboto-Regular.eot");
    src: url("../../assets/fonts/Roboto-Regular.eot?#iefix")
            format("embedded-opentype"),
        url("../../assets/fonts/Roboto-Regular.woff2") format("woff2"),
        url("../../assets/fonts/Roboto-Regular.woff") format("woff"),
        url("../../assets/fonts/Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.robotoRegular {
    font-family: "Roboto Regular" !important;
}

@font-face {
    font-family: "Roboto Bold";
    src: url("../../assets/fonts/Roboto-Bold.eot");
    src: url("../../assets/fonts/Roboto-Bold.eot?#iefix")
            format("embedded-opentype"),
        url("../../assets/fonts/Roboto-Bold.woff2") format("woff2"),
        url("../../assets/fonts/Roboto-Bold.woff") format("woff"),
        url("../../assets/fonts/Roboto-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.robotoBold {
    font-family: "Roboto Bold" !important;
}

.robotoRegular {
    font-family: "Roboto Regular" !important;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
center,
dl,
dt,
dd,
ol,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
textarea {
    font-family: "Roboto Regular" !important;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    position: relative;
    visibility: visible;
    overflow-x: hidden;
    color: #333333;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto Bold" !important;
    font-weight: 500;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 8px;
    color: #1f2226;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: inherit;
    margin: 0;
}

p {
    margin-top: 0;
}
p:last-child {
    margin-bottom: 0;
}

a,
button {
    line-height: inherit;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

a,
button,
input {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

*:focus {
    outline: none;
}

a:focus {
    text-decoration: none;
    color: inherit;
    outline: none;
}

/* a:hover {
    text-decoration: none;
    color: #c7a17a;
} */

button,
input[type="submit"] {
    cursor: pointer;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
}

ul {
    margin-top: 0;
}
ul:last-child {
    margin-bottom: 0;
}

hr {
    border-top-width: 2px;
}

.bg-light {
    background-color: #f6f6f6 !important;
}

@media (max-width: 900px) {
    .big {
        font-size: 2.5em !important;
    }
    .medium {
        font-size: 1em !important;
    }
    .small {
        font-size: 0.6em !important;
    }
    .tiny {
        font-size: 0.4em !important;
    }
}
@media (min-width: 900px) {
    .big {
        font-size: 3.5em !important;
    }
    .medium {
        font-size: 1.2em !important;
    }
    .small {
        font-size: 0.9em !important;
    }
    .tiny {
        font-size: 0.9em !important;
    }
}

/*----------------------------------------*/
/*  02. Layout CSS
/*----------------------------------------*/
/*-----------------------------------
    - Header CSS
-----------------------------------*/
.header {
    position: relative;
    z-index: 7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto !important;
    padding: 0px !important;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background-color: #fff;
}
@media only screen and (max-width: 767px) {
    .header {
        min-height: auto;
    }
}
.header.is-sticky {
    position: sticky;
    top: 0;
    -webkit-animation-name: headerSticky;
    animation-name: headerSticky;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05) !important;
}
.header.is-sticky .main-menu > ul > li > a {
    padding: 25px 0;
}
.header.is-sticky .header-action-toggle {
    margin: 20px 0;
}
@media only screen and (max-width: 767px) {
    .header.is-sticky .header-action-toggle {
        margin: 10px 0;
    }
}

@-webkit-keyframes headerSticky {
    0% {
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes headerSticky {
    0% {
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
/* Logo */
.header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-logo a {
    position: relative;
}
.header-logo a img.light {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

/* Main Menu */

/* added by me */

.main-menu {
    /* display: flex;
  justify-content: start; 
  align-items: end;  */
    /* height: 100px;  */
}

.main-menu ul {
    display: flex;
    align-items: start;
    padding: 0;
    margin: 0;
    list-style: none;
    height: 100%;
}

.main-menu li {
    display: flex;
    align-items: end;
    padding: 10px;
}

/* added by me */

/* .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
} */
.main-menu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu > ul {
        gap: 45px;
    }
}
.main-menu > ul > li.has-sub-menu {
    position: relative;
}
.main-menu > ul > li > a {
    font-size: 18px;
    line-height: 30px;
    display: block;
    padding: 35px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu > ul > li > a {
        font-size: 16px;
    }
}
.main-menu > ul > li:hover > .sub-menu,
.main-menu > ul > li:hover > .mega-menu {
    z-index: 9;
    visibility: visible;
    margin-top: 0;
    opacity: 1;
}

/* Sub Menu */
.sub-menu {
    position: absolute;
    z-index: -9;
    top: 100%;
    left: 0;
    visibility: hidden;
    width: 220px;
    margin-top: 20px;
    margin-left: -30px;
    padding: 20px 30px;
    list-style: none;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    opacity: 0;
    background-color: #fff;
    -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
}
.sub-menu li + li {
    margin-top: 12px;
}
.sub-menu li a {
    font-size: 16px;
    display: block;
}

/* Mega Menu */
.mega-menu {
    position: absolute;
    z-index: -9;
    top: 100%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    padding: 40px 100px;
    list-style: none;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    opacity: 0;
    background-color: #fff;
    -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
    gap: 40px;
}
.mega-menu > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}
.mega-menu > li > a {
    font-size: 18px;
    font-weight: 500;
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}
.mega-menu ul {
    margin: 0;
    margin-top: 15px;
    padding: 0;
    list-style: none;
}
.mega-menu ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}
.mega-menu ul li + li {
    margin-top: 10px;
}
.mega-menu ul li a {
    font-size: 16px;
    display: block;
}

/* Action */
.header-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}
@media only screen and (max-width: 575px) {
    .header-action {
        gap: 10px;
    }
}
.header-action-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-action-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0;
    padding: 5px;
    border: none;
    background-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-action-toggle {
        margin: 20px 0;
    }
}
@media only screen and (max-width: 767px) {
    .header-action-toggle {
        margin: 15px 0;
    }
}
.header-action-toggle i {
    font-size: 18px;
    line-height: 30px;
    position: relative;
    font-weight: 700;
}
.header-action-toggle .count {
    font-size: 12px;
    line-height: 1;
    line-height: 20px;
    position: absolute;
    top: -8px;
    right: -12px;
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 100%;
    background-color: #000;
}
.header-action-toggle .amount {
    line-height: 1;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-left: 10px;
}
@media only screen and (max-width: 479px) {
    .header-action-toggle .amount {
        display: none;
    }
}
.header-action-toggle:hover {
    color: #c7a17a;
}

/* Offcanvas */
@media (min-width: 992px) {
    .offcanvas-lg-start {
        right: 0;
        left: auto;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

/* Mobile Menu */
.mobile-menu {
    overflow: auto;
    height: 100%;
}
.mobile-menu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
}
.mobile-menu > ul > li {
    position: relative;
}
.mobile-menu > ul > li + li {
    border-top: 1px solid #eeeeee;
}
.mobile-menu > ul > li > a {
    display: block;
    padding: 11px 40px 11px 0;
    text-transform: uppercase;
}

/* Mobile Sub Menu Toggle */
.mobile-sub-menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    color: #212529;
    border: none;
    background-color: #f1f2f3;
}
.mobile-sub-menu-toggle::before,
.mobile-sub-menu-toggle::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 12px;
    height: 2px;
    content: "";
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    background-color: currentColor;
}
.mobile-sub-menu-toggle::after {
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    transform: translateY(-50%) translateX(-50%) rotate(90deg);
}
.mobile-sub-menu-toggle.active::after {
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

/* Mobile Sub Menu */
.mobile-sub-menu {
    display: none;
    margin: 0;
    padding-left: 20px;
    list-style: none;
    border-top: 1px solid #eeeeee;
}
.mobile-sub-menu li {
    position: relative;
}
.mobile-sub-menu li + li {
    border-top: 1px solid #eeeeee;
}
.mobile-sub-menu li a {
    display: block;
    padding: 11px 40px 11px 0;
}

/* Header Dropdown Menu */
.header-dropdown-menu {
    width: 250px;
    padding: 20px;
    border: none;
    -webkit-box-shadow: 10px 25px 80px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 25px 80px rgba(0, 0, 0, 0.1);
}
.header-dropdown-menu-title {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.header-dropdown-menu ul {
    font-size: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-dropdown-menu ul:not(:last-child) {
    margin-bottom: 20px;
}
.header-dropdown-menu ul li + li {
    margin-top: 3px;
}

/* Header Cart */
/* Header Cart Body */
.header-cart-body {
    overflow: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}

/*counter */
span {
    font-weight: 900;
}

/* Header Cart Products */
.header-cart-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    gap: 30px;
}

/* Header Cart Product */
.header-cart-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.header-cart-product:hover .header-cart-product-remove {
    opacity: 1;
}
.header-cart-product-thumb {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 90px;
    flex: 1 0 90px;
    max-width: 90px;
}
.header-cart-product-remove {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    opacity: 0;
    border: none;
    border-radius: 50%;
    background-color: #fff;
}
.header-cart-product-remove:hover {
    color: #fff;
    background-color: #dc3545;
}
.header-cart-product-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-cart-product-content {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.header-cart-product-title {
    font-size: 16px;
}
.header-cart-product-quantity {
    font-size: 14px;
    line-height: 1;
    display: block;
}

/* Header Cart Footer */
.header-cart-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 30px;
    gap: 30px;
}

/* Header Cart Total */
.header-cart-total {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 18px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

/* Header Cart Buttons */
.header-cart-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}
.header-cart-buttons .btn {
    width: 100%;
    border-color: #e5e5e5;
    border-radius: 0;
}

/* Header Search */
.offcanvas-search-close-btn {
    position: absolute !important;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.offcanvas-search-form {
    position: relative;
    width: 100%;
    max-width: 770px;
}
.offcanvas-search-form input[type="text"],
.offcanvas-search-form input[type="search"] {
    font-size: 20px;
    font-weight: 400;
    display: block;
    width: 100%;
    height: 50px;
    padding: 0;
    padding-right: 55px;
    padding-left: 10px;
    color: silver;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #6e6e6e;
    background-color: transparent;
}
.offcanvas-search-form button {
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    padding: 0;
    color: #fff;
    border: none;
    background-color: transparent;
}
.offcanvas-search-form button:hover {
    color: #c7a17a;
}

/*-----------------------------------
    - Footer CSS
-----------------------------------*/
/* Footre Style One Section */
.footer-section {
    background-image: url(../images/footer/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/* Footre Style Two Section */
.footer-2-section {
    background-color: #f6f6f6;
    background-image: url(../images/footer/footer-2-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/* Footre Top Section */
.footer-top {
    padding: 80px 0;
}
@media only screen and (max-width: 767px) {
    .footer-top {
        padding: 60px 0;
    }
}

/* Widget */
.footer-widget-title {
    font-size: 24px;
    margin-bottom: 30px;
}
.footer-widget img {
    margin-bottom: 30px;
}
.footer-widget p:not(:last-child) {
    margin-bottom: 25px;
}
.footer-widget-list,
.footer-widget-list-icon {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-widget-list li,
.footer-widget-list-icon li {
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}
.footer-widget-list li + li,
.footer-widget-list-icon li + li {
    margin-top: 15px;
}
.footer-widget-list li a,
.footer-widget-list-icon li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    gap: 15px;
}
.footer-widget-list li i,
.footer-widget-list-icon li i {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.footer-widget-list li a::before {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 8px;
    flex: 1 0 8px;
    max-width: 8px;
    height: 8px;
    content: "";
    border: 1px solid currentColor;
    border-radius: 50%;
}
.footer-widget-about img {
    margin-bottom: 20px;
}
.footer-widget-subscribe {
    position: relative;
    width: 100%;
    max-width: 550px;
}
.footer-widget-subscribe input[type="email"] {
    width: 100%;
    height: 60px !important;
    padding: 10px 30px !important;
    padding-right: 140px !important;
    color: #696969;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    background-color: transparent;
}
@media only screen and (max-width: 767px) {
    .footer-widget-subscribe input[type="email"] {
        font-size: 14px;
        height: 50px !important;
    }
}
.footer-widget-subscribe input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    padding: 10px 30px;
    color: #fff;
    border: none;
    border-radius: 100px;
    background-color: #c7a17a;
}
.footer-widget-subscribe input[type="submit"]:hover {
    background-color: #bc8e5f;
}
@media only screen and (max-width: 767px) {
    .footer-widget-subscribe input[type="submit"] {
        font-size: 14px;
        height: 50px;
    }
}
.footer-widget-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
}
.footer-widget-social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-widget-social a i {
    font-size: 24px;
}
.footer-widget-dark .footer-widget-title {
    color: #fff;
}
.footer-widget-dark .footer-widget-list,
.footer-widget-dark .footer-widget-list-icon {
    color: #fff;
}
.footer-widget-dark .footer-widget-socail {
    color: #fff;
}
.footer-widget-dark p {
    color: #fff;
}

/* Footre Bottom Section */
.footer-bottom {
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.footer-bottom-dark {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.footer-copyright {
    font-size: 14px;
    margin: 0;
}
.footer-copyright-dark {
    color: #fff;
}

/*-----------------------------------
    - Section, Spacing &
    Container etc CSS
-----------------------------------*/
/* Section */
.section {
    width: 100%;
}
.section-padding {
    padding: 110px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding {
        padding: 100px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 767px) {
    .section-padding {
        padding: 60px 0;
    }
}

/* Container */
.container-fluid {
    padding: 0 100px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05) !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .container-fluid {
        padding: 0 50px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (max-width: 767px) {
    .container-fluid {
        padding: 0 30px;
    }
}
@media only screen and (max-width: 479px) {
    .container-fluid {
        padding: 0 15px;
    }
}

/* Other Sections Styles */
.h1-coffee-menu-section {
    background-image: url(../images/coffee-menu/coffee-menu-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.h1-testimonial-section {
    background-image: url(../images/testimonial/testimonial-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.h2-testimonial-section,
.h4-testimonial-section {
    background-image: url(../images/testimonial/testimonial-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/*----------------------------------------*/
/*  03. Modules CSS
/*----------------------------------------*/
/*-----------------------------------
    - Bootstrap Style Override
-----------------------------------*/
/* Accordion CSS */
.accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}
.accordion-item {
    overflow: hidden;
    border: 1px solid #e5e5e5 !important;
    border-radius: 4px !important;
}
.accordion-button {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.accordion-button::after {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #c7a17a;
}
.accordion-button:not(.collapsed)::after {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.accordion-body {
    border-top: 1px solid #e5e5e5;
}

/* Alert CSS */
.alert-light {
    padding: 15px 20px;
    background-color: #f8f9fa;
}

/* Breadcrumb CSS */
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 5px;
}
.breadcrumb li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    color: #fff;
    gap: 5px;
}
.breadcrumb li:not(:last-child)::after {
    display: block;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 18px;
    height: 1px;
    content: "";
    -webkit-transform: rotate(115deg);
    transform: rotate(115deg);
    background-color: #fff;
}

/* Button CSS */
.btn {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 40px;
    text-align: center;
    white-space: nowrap;
    border-width: 2px;
    border-radius: 50px;
    gap: 6px;
    /* Small Button */
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .btn {
        padding: 16px 35px;
        gap: 12px;
    }
}
@media only screen and (max-width: 767px) {
    .btn {
        font-size: 14px;
        padding: 13px 25px;
        gap: 8px;
    }
}
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn i {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.btn-icon {
    padding: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .btn-icon {
        padding: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .btn-icon {
        padding: 13px;
    }
}
.btn-sm {
    font-size: 14px;
    padding: 13px 25px;
    gap: 8px;
}
.btn-close {
    position: relative;
    opacity: 1;
    color: #1f2226;
}
.btn-close:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-close::before,
.btn-close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 2px;
    margin-top: -1px;
    margin-left: -11px;
    content: "";
    border-radius: 2px;
    background-color: currentColor;
}
.btn-close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.btn-close:hover {
    opacity: 1;
    color: #c7a17a;
}
.btn-primary {
    color: #fff;
}
.btn-outline-light {
    color: #fff;
    border-color: #e5e5e5;
}
.btn-primary-hover:hover {
    border-color: #c7a17a;
    background-color: #c7a17a;
    color: #fff;
}
.btn-secondary-hover:hover {
    border-color: #6c757d;
    background-color: #6c757d;
    color: #fff;
}
.btn-success-hover:hover {
    border-color: #198754;
    background-color: #198754;
    color: #fff;
}
.btn-info-hover:hover {
    border-color: #0dcaf0;
    background-color: #0dcaf0;
    color: #000;
}
.btn-warning-hover:hover {
    border-color: #ffc107;
    background-color: #ffc107;
    color: #000;
}
.btn-danger-hover:hover {
    border-color: #dc3545;
    background-color: #dc3545;
    color: #fff;
}
.btn-light-hover:hover {
    border-color: #f8f9fa;
    background-color: #f8f9fa;
    color: #000;
}
.btn-dark-hover:hover {
    border-color: #212529;
    background-color: #212529;
    color: #fff;
}

/* Form */
/* Checkbox */
.form-check {
    min-height: auto;
    margin-bottom: 0;
}
.form-check:not(:last-child) {
    margin-bottom: 15px;
}
.form-check .form-check-input {
    margin-top: 1px;
    border-width: 2px;
}
.form-check .form-check-input:checked,
.form-check .form-check-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-check .form-check-label {
    font-size: 14px;
    line-height: 1.25;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

/* Modal */
.quickview-product-modal .btn-close {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    padding: 10px;
    -webkit-transform: translateX(40%) translateY(-40%);
    transform: translateX(40%) translateY(-40%);
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}
.quickview-product-modal .modal-body {
    padding: 30px;
}

/* Offcanvas */
.offcanvas-header {
    padding: 20px 30px;
    border-bottom: 1px solid #e5e5e5;
}
.offcanvas-header h5 {
    margin: 0;
}
.offcanvas-body {
    padding: 30px;
}

/* Pagination */
.pagination {
    gap: 12px;
}
.pagination li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: #333333;
    border-radius: 50%;
}
.pagination li a i {
    line-height: 1;
}
.pagination li a.active {
    cursor: not-allowed !important;
    color: #fff !important;
    background-color: #c7a17a !important;
}
.pagination li:not(:first-child):not(:last-child) a {
    background-color: #fff;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.pagination li:not(.disabled) a:hover {
    color: #fff;
    background-color: #c7a17a;
}
.pagination li.disabled a {
    cursor: not-allowed;
}

/*-----------------------------------
    - Plugins Style Override
-----------------------------------*/
/* Swiper Slider */
.swiper-slide {
    height: auto;
}

@media (max-width: 600px) {
    .origin-carousel .swiper-slide {
        width: auto !important;
    }
}

/* Swiper Navigation */
.swiper-button-prev,
.swiper-button-next {
    z-index: 2;
    visibility: hidden;
    width: 50px;
    height: 50px;
    margin: 0;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    color: #333333;
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    background-color: #fff;
}
.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 16px;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
    color: #c7a17a;
    border-color: #c7a17a;
}

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

.swiper-button-next {
    right: 15px;
}

/* Swiper Navigation 2 */
.swiper-outer-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.swiper-outer-nav .swiper-button-prev,
.swiper-outer-nav .swiper-button-next {
    line-height: 1;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 5px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    color: #333333;
    border: none;
    border-radius: 0;
    background-color: transparent;
}
.swiper-outer-nav .swiper-button-prev::after,
.swiper-outer-nav .swiper-button-next::after {
    font-size: 18px;
}
.swiper-outer-nav .swiper-button-prev.swiper-button-disabled,
.swiper-outer-nav .swiper-button-next.swiper-button-disabled {
    opacity: 0.5;
}
.swiper-outer-nav .swiper-button-prev:hover,
.swiper-outer-nav .swiper-button-next:hover {
    color: #c7a17a;
    border-color: #c7a17a;
}

/* Swiper Pagination */
.swiper-pagination {
    line-height: 1;
    bottom: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    gap: 10px;
}
.swiper-pagination-bullet {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 16px;
    height: 16px;
    margin: 0 !important;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    opacity: 1;
    border: 1px solid #e89527;

    border-radius: 0;
    background-color: transparent;
}
.swiper-pagination-bullet::before {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  content: "";
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: 1px solid #e89527;
}
.swiper-pagination-bullet-active::before {
  background-color: #e89527;
}

/* Product Carousel */
.product-carousel,
.deal-product-carousel {
    margin: -15px;
    padding: 15px;
}
@media only screen and (max-width: 767px) {
    .product-carousel,
    .deal-product-carousel {
        margin-bottom: 0;
        padding-bottom: 40px;
    }
}
.product-carousel:hover .swiper-button-prev,
.product-carousel:hover .swiper-button-next,
.deal-product-carousel:hover .swiper-button-prev,
.deal-product-carousel:hover .swiper-button-next {
    visibility: visible;
    opacity: 1;
}
.product-carousel:hover .swiper-button-prev,
.deal-product-carousel:hover .swiper-button-prev {
    left: 0;
}
.product-carousel:hover .swiper-button-next,
.deal-product-carousel:hover .swiper-button-next {
    right: 0;
}

/* Testimonial Slider */
.testimonial-slider {
    padding: 0 60px;
}
@media only screen and (max-width: 767px) {
    .testimonial-slider {
        padding: 0 0 40px;
    }
}
.testimonial-slider .swiper-button-prev,
.testimonial-slider .swiper-button-next {
    right: 0;
    left: auto;
    visibility: visible;
    opacity: 1;
}
.testimonial-slider .swiper-button-prev {
    margin-top: -35px;
}
.testimonial-slider .swiper-button-next {
    margin-top: 35px;
}
.testimonial-slider .swiper-pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    height: 100%;
}
@media only screen and (max-width: 767px) {
    .testimonial-slider .swiper-pagination {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        height: auto;
    }
}

/* Blog & Team Carousel */
.blog-carousel,
.team-carousel {
    margin: -15px;
    padding: 15px;
}
@media only screen and (max-width: 767px) {
    .blog-carousel,
    .team-carousel {
        margin-bottom: 0;
        padding-bottom: 40px;
    }
}
.blog-carousel:hover .swiper-button-prev,
.blog-carousel:hover .swiper-button-next,
.team-carousel:hover .swiper-button-prev,
.team-carousel:hover .swiper-button-next {
    visibility: visible;
    opacity: 1;
}
.blog-carousel:hover .swiper-button-prev,
.team-carousel:hover .swiper-button-prev {
    left: 0;
}
.blog-carousel:hover .swiper-button-next,
.team-carousel:hover .swiper-button-next {
    right: 0;
}

/* Ion Range Slider */
.irs.irs--flat .irs-line {
    top: 26px;
    height: 8px;
    background-color: #e5e5e5;
}
.irs.irs--flat .irs-min,
.irs.irs--flat .irs-max {
    border-radius: 2px;
}
.irs.irs--flat .irs-from {
    -webkit-transform: translateX(calc(50% - 8px));
    transform: translateX(calc(50% - 8px));
    border-radius: 2px;
    background-color: #c7a17a;
}
.irs.irs--flat .irs-from::before {
    left: 8px;
    border-top-color: #c7a17a;
}
.irs.irs--flat .irs-to {
    -webkit-transform: translateX(calc(-50% + 8px));
    transform: translateX(calc(-50% + 8px));
    border-radius: 2px;
    background-color: #c7a17a;
}
.irs.irs--flat .irs-to::before {
    right: 5px;
    left: auto;
    border-top-color: #c7a17a;
}
.irs.irs--flat .irs-single {
    border-radius: 2px;
    background-color: #c7a17a;
}
.irs.irs--flat .irs-single::before {
    border-top-color: #c7a17a;
}
.irs.irs--flat .irs-bar {
    top: 26px;
    height: 8px;
    background-color: #c7a17a;
}
.irs.irs--flat .irs-handle {
    width: 16px;
    height: 16px;
    border: 2px solid #c7a17a;
    border-radius: 50%;
    background-color: #fff;
}
.irs.irs--flat .irs-handle i {
    display: none;
}

/*-----------------------------------
    - Hero Slider CSS
-----------------------------------*/
/* Hero Slider Common Style */
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    font-size: 24px;
    width: 60px;
    height: 60px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    opacity: 0;
    color: #000;
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    background-color: #fff;
}
@media only screen and (max-width: 767px) {
    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        font-size: 18px;
        width: 44px;
        height: 44px;
    }
}
.hero-slider .swiper-button-prev::after,
.hero-slider .swiper-button-next::after {
    font-size: inherit;
}
.hero-slider .swiper-button-prev:hover,
.hero-slider .swiper-button-next:hover {
    color: #fff;
    border-color: #c7a17a;
    background-color: #c7a17a;
}
.hero-slider .swiper-button-prev {
    left: 18px;
}
/* .hero-slider .swiper-button-next {
  right: 18px;
} */
.hero-slider .swiper-pagination {
    bottom: 20px !important;
}
.hero-slider .swiper-pagination-bullet {
    border-radius: 50%;
}
.hero-slider .swiper-pagination-bullet::before {
    border-radius: 50%;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
    visibility: visible;
    opacity: 1;
}

/* Hero Slider One */
.h2-hero-section {
    height: 800px !important;
}
.hero-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 800px !important;
    /* background-image: url(../images/hero-slider/home-1/slide-bg.png); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .h2-hero-section {
        height: 600px !important;
    }
    .hero-slide {
        height: 600px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .h2-hero-section {
        height: 550px !important;
    }
    .hero-slide {
        height: 550px !important;
    }
}
@media only screen and (max-width: 767px) {
    .h2-hero-section {
        height: 500px !important;
    }
    .hero-slide {
        height: 500px !important;
        padding-top: 30px;
    }
}
.hero-slide-content {
    max-width: 570px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slide-content {
        max-width: 450px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slide-content {
        max-width: 390px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-slide-content {
        max-width: 285px;
    }
}
@media only screen and (max-width: 575px) {
    .hero-slide-content {
        max-width: 390px;
    }
}
.hero-slide-content > * {
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
}
.hero-slide-content > *:nth-child(1) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.hero-slide-content > *:nth-child(2) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.hero-slide-content > *:nth-child(3) {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
}
.hero-slide-content > *:nth-child(4) {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
}
.hero-slide-sub-title {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slide-sub-title {
        font-size: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slide-sub-title {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-slide-sub-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
}
.hero-slide-title {
    font-size: 80px;
    font-weight: 600;
    line-height: 1.125;
    margin-bottom: 20px;

    /* width: 700px; */
    width: 1500px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slide-title {
        font-size: 66px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slide-title {
        font-size: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-slide-title {
        font-size: 36px;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 575px) {
    .hero-slide-title {
        font-size: 40px;

        width: 375px;
    }
}
.hero-slide-text {
    font-size: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slide-text {
        font-size: 16px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slide-text {
        font-size: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-slide-text {
        font-size: 14px;
    }
}
.hero-slide-text:not(:last-child) {
    margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slide-text:not(:last-child) {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-slide-text:not(:last-child) {
        margin-bottom: 20px;
    }
}
.hero-slide-image {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
}

/* Active Slide Animation */
.swiper-slide-active .hero-slide-content > * {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.swiper-slide-active .hero-slide-image {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

/*-----------------------------------
    - Title CSS
-----------------------------------*/
/* Block Title */
.block-title {
    margin-bottom: 40px;
}
.block-title .title {
    font-size: 14px;
    margin-bottom: 5px;
    color: #c7a17a;
}
.block-title .sub-title {
    font-size: 28px;
    margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (max-width: 767px) {
    .block-title .sub-title {
        font-size: 24px;
    }
}
@media only screen and (max-width: 575px) {
    .block-title .sub-title {
        font-size: 20px;
    }
}

/* Block Title Style 2 */
.block-title-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.block-title-2 .title {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-bottom: 0;
}

/* Section Title */
/* .section-title {
    margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .section-title {
        margin-bottom: 40px;
    }
} */
.section-title-center {
    text-align: center;
}
.section-title-center .text {
    margin-right: auto;
    margin-left: auto;
}
.section-title-right {
    text-align: right;
}
.section-title-right .text {
    margin-left: auto;
}
.section-title .title {
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 10px;
    letter-spacing: 0.25px;
    color: #c7a17a;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (max-width: 767px) {
    .section-title .title {
        font-size: 16px;
    }
}
.section-title .sub-title {
    font-size: 40px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.section-title .sub-title:last-child {
    margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (max-width: 767px) {
    .section-title .sub-title {
        font-size: 32px;
    }
}
@media only screen and (max-width: 575px) {
    .section-title .sub-title {
        font-size: 24px;
    }
}
.section-title .text {
    max-width: 570px;
}

/*-----------------------------------
    - Product CSS
-----------------------------------*/
/* Product Tab Nav */
.product-tab-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
    gap: 50px;
}
@media only screen and (max-width: 767px) {
    .product-tab-nav {
        gap: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .product-tab-nav {
        gap: 20px;
    }
}
@media only screen and (max-width: 479px) {
    .product-tab-nav {
        gap: 15px;
    }
}
.product-tab-nav button {
    font-family: "Roboto Regular", sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 5px;
    text-transform: uppercase;
    border: none;
    background-color: transparent;
}
.product-tab-nav button:hover,
.product-tab-nav button.active {
    color: #c7a17a;
}

/* Product Deal Countdown */
.product-deal-countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
}
.product-deal-countdown-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 770px;
    padding: 15px 30px 20px;
    gap: 25px;
}
@media only screen and (max-width: 479px) {
    .product-deal-countdown-inner {
        padding: 15px 20px 20px;
        gap: 15px;
    }
}
.product-deal-countdown-inner::before,
.product-deal-countdown-inner::after {
    position: absolute;
    z-index: -1;
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
    content: "";
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
}
.product-deal-countdown-inner::before {
    bottom: 0;
}
.product-deal-countdown-inner::after {
    top: 0;
    right: 0;
    left: 0;
}
.product-deal-countdown .countdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}
.product-deal-countdown .countdown-item .number {
    font-family: "Roboto Regular", sans-serif !important;
    font-size: 36px;
    line-height: 1;
}
@media only screen and (max-width: 575px) {
    .product-deal-countdown .countdown-item .number {
        font-size: 30px;
    }
}
@media only screen and (max-width: 479px) {
    .product-deal-countdown .countdown-item .number {
        font-size: 22px;
    }
}
.product-deal-countdown .countdown-item .label {
    font-size: 18px;
    line-height: 1;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
@media only screen and (max-width: 575px) {
    .product-deal-countdown .countdown-item .label {
        font-size: 16px;
    }
}
@media only screen and (max-width: 479px) {
    .product-deal-countdown .countdown-item .label {
        font-size: 14px;
    }
}

/* Product Quantity */
.product-quantity-count {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    border: 1px solid #e5e5e5;
}
.product-quantity-count .product-quantity-box {
    font-size: 14px;
    line-height: 1;
    width: 30px;
    text-align: center;
    border: none;
    background-color: transparent;
}
.product-quantity-count .qty-btn {
    font-size: 20px;
    line-height: 1;
    width: 30px;
    padding: 10px;
    text-align: center;
    border: none;
    background-color: transparent;
}
.product-quantity-count .qty-btn::hover {
    color: #c7a17a;
}

/* Product Item */
.product {
    height: 100%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* border: 1px solid #E5E5E5; */
    background-color: #fff;
}
.product-thumb {
    position: relative;
    overflow: hidden;
}
.product-thumb .product-action {
    position: absolute;
    top: 50%;
    left: 50%;
    visibility: hidden;
    padding: 15px 25px;
    -webkit-transform: translateY(-50%) translateX(-50%) rotateX(90deg);
    transform: translateY(-50%) translateX(-50%) rotateX(90deg);
    opacity: 0;
    border-radius: 100px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    gap: 15px;
}
@media only screen and (max-width: 767px) {
    .product-thumb .product-action {
        padding: 10px 20px;
        gap: 5px;
    }
}
@media only screen and (max-width: 575px) {
    .product-thumb .product-action {
        padding: 15px 25px;
        gap: 15px;
    }
}
.product-thumb .product-action-btn {
    width: 30px;
    height: 30px;
    padding: 0;
}
.product-image {
    display: block;
}
.product-image img {
    width: 100%;
}
.product-badge-left,
.product-badge-right {
    position: absolute;
    top: 12px;
    left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}
@media(max-width:900px){
    .product-badge-left{
        left:5% !important;
    }

    .product-badge-right{
        right:5% !important;
    }
}
.product-badge-right {
    right: 10px;
    left: auto;
}
.product-badge-new,
.product-badge-sale,
.product-badge-soldout {
    font-size: 10px;
    font-weight: 700;
    line-height: 14px;
    display: block;
    min-width: 50px;
    padding: 3px 10px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    /* border-radius: 50px; */
    border-radius: 5px;
    background-color: #1f2226;
}
.product-badge-new {
    color: #fff;
    background-color: #c7a17a;
}
.product-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.product-action-btn {
    line-height: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    border: none;
    background-color: transparent;
}
.product-action-btn[data-tooltip-text]::before {
    font-size: 10px;
    line-height: 1;
    position: absolute;
    z-index: 3;
    bottom: 60%;
    left: 50%;
    visibility: hidden;
    padding: 5px 10px;
    content: attr(data-tooltip-text);
    cursor: default;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    opacity: 0;
    color: #fff;
    border-radius: 50px;
    background-color: #1f2226;
}
.product-action-btn i {
    font-size: 20px;
    line-height: 1;
}
@media only screen and (max-width: 767px) {
    .product-action-btn i {
        font-size: 16px;
    }
}
@media only screen and (max-width: 575px) {
    .product-action-btn i {
        font-size: 20px;
    }
}
.product-action-btn:hover {
    color: #c7a17a;
}
.product-action-btn:hover[data-tooltip-text]::before {
    bottom: 100%;
    visibility: visible;
    opacity: 1;
}
.product-variation {
    position: absolute;
    z-index: 2;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    background-color: #fff;
    -webkit-box-shadow: 5px 2px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 2px 20px rgba(0, 0, 0, 0.1);
    gap: 15px;
}
.product-variation-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.product-variation-type-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 25px;
    height: 25px;
    padding: 0;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
}
.product-variation-type-btn::before {
    font-size: 10px;
    line-height: 1;
    position: absolute;
    bottom: 60%;
    left: 50%;
    visibility: hidden;
    padding: 5px 10px;
    content: attr(data-tooltip-text);
    cursor: default;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    opacity: 0;
    color: #fff;
    border-radius: 50px;
    background-color: #c7a17a;
}
.product-variation-type-btn img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.product-variation-type-btn:hover {
    border-color: #c7a17a;
}
.product-variation-type-btn:hover::before {
    bottom: calc(100% + 3px);
    visibility: visible;
    opacity: 1;
}
.product-countdown {
    position: absolute;
    z-index: 1;
    right: -1px;
    bottom: 0;
    left: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background-color: rgba(0, 0, 0, 0.75);
}
.product-countdown .countdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}
.product-countdown .countdown-item span {
    font-size: 12px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
}
.product-countdown .countdown-item span.number {
    font-family: "Roboto Regular", sans-serif !important;
    font-size: 16px;
    font-weight: 700;
}
.product-content {
    padding: 20px;
}
.product-quantity {
    margin-bottom: 15px;
}
.product-quantity-text {
    font-size: 14px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}
.product-quantity-progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 8px;
    border-radius: 10px;
    background-color: #cccccc;
}
.product-quantity-progress-bar {
    height: 100%;
    border-radius: 10px;
    background-color: #c7a17a;
}
.product-title {
    font-size: 16px;
    /* font-weight: 400; */
    line-height: 1.5;
    margin-bottom: 10px;
    color: #1f2226;
}
.product-excerpt {
    font-size: 14px;
}
.product-price {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #c7a17a;
    gap: 10px;
}
.product-price:not(:last-child) {
    margin-bottom: 15px;
}
.product-price del {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #1f2226;
}
.product-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-rating-bg,
.product-rating-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 16px;
    background-image: url(../images/products/rating-bg.svg);
    background-repeat: repeat-x;
}
.product-rating-active {
    background-image: url(../images/products/rating-active.svg);
}
@media only screen and (min-width: 768px) {
    .product-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
    }
}
.product-list .product-thumb {
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 270px;
    flex: 1 0 270px;
    max-width: 270px;
}
@media only screen and (max-width: 767px) {
    .product-list .product-thumb {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
    }
}
.product-list .product-thumb .product-action {
    padding: 0;
    gap: 0;
}
.product-list .product-thumb .product-action-btn {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
}
.product-list .product-thumb .product-action-btn i {
    font-size: 20px;
}
.product-list .product-thumb .product-action-btn:hover {
    color: #fff;
    background-color: #c7a17a;
}
.product-list .product-title {
    font-size: 24px;
}
@media only screen and (max-width: 767px) {
    .product-list .product-title {
        font-size: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .product-list .product-title {
        font-size: 24px;
    }
}
.product-list .product-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}
.product-list .product-content .product-action {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 10px;
}
@media only screen and (max-width: 767px) {
    .product-list .product-content .product-action {
        gap: 5px;
    }
}
@media only screen and (max-width: 575px) {
    .product-list .product-content .product-action {
        gap: 10px;
    }
}
.product-list .product-content .product-action-btn {
    font-size: 14px;
    padding: 15px;
    border: 1px solid #e5e5e5;
    gap: 5px;
}
.product-list .product-content .product-action-btn i {
    font-size: 18px;
}
.product-list .product-content .product-action-btn:hover {
    color: #fff;
    border-color: #c7a17a;
    background-color: #c7a17a;
}
@media only screen and (max-width: 767px) {
    .product-list .product-content .product-action-btn {
        font-size: 12px;
        padding: 10px;
    }
    .product-list .product-content .product-action-btn i {
        font-size: 14px;
    }
}
@media only screen and (max-width: 575px) {
    .product-list .product-content .product-action-btn {
        font-size: 14px;
        padding: 15px;
    }
    .product-list .product-content .product-action-btn i {
        font-size: 18px;
    }
}
.product:hover {
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.product:hover .product-thumb .product-action {
    visibility: visible;
    -webkit-transform: translateY(-50%) translateX(-50%) rotateX(0deg);
    transform: translateY(-50%) translateX(-50%) rotateX(0deg);
    opacity: 1;
}
.product:hover .product-variation {
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.product:hover .product-countdown {
    visibility: hidden;
    opacity: 0;
}

/* Small Product Item */
.product-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    gap: 20px;
}
.product-small-thumb {
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100px;
    flex: 1 0 100px;
    max-width: 100px;
    border: 1px solid #e5e5e5;
}
.product-small-image {
    display: block;
}
.product-small-image img {
    width: 100%;
    height: 100%;
}
.product-small-content {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}
.product-small-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 8px;
    color: #1f2226;
}
.product-small-price {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #c7a17a;
    gap: 10px;
}
.product-small-price:not(:last-child) {
    margin-bottom: 15px;
}
.product-small-price del {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #1f2226;
}
@media only screen and (max-width: 479px) {
    .product-small-price del {
        font-size: 13px;
    }
}
.product-small-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}
.product-small-action-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    border: none;
    background-color: transparent;
}
.product-small-action-btn::before {
    font-size: 10px;
    line-height: 1;
    position: absolute;
    z-index: 3;
    bottom: 60%;
    left: 50%;
    visibility: hidden;
    padding: 5px 10px;
    content: attr(data-tooltip-text);
    cursor: default;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    opacity: 0;
    color: #fff;
    border-radius: 50px;
    background-color: #1f2226;
}
.product-small-action-btn i {
    font-size: 16px;
    line-height: 1;
}
.product-small-action-btn:hover {
    color: #c7a17a;
}
.product-small-action-btn:hover::before {
    bottom: 100%;
    visibility: visible;
    opacity: 1;
}

/* Single Product Image */
.single-product-image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}
.single-product-image-item {
    position: relative;
    border: 1px solid #f2f2f2;
}

/* Single Product Badge */
.single-product-badge-left,
.single-product-badge-right {
    position: absolute;
    z-index: 2;
    top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}
@media only screen and (max-width: 479px) {
    .single-product-badge-left,
    .single-product-badge-right {
        top: 10px;
    }
}
.single-product-badge-left {
    left: 20px;
}
@media only screen and (max-width: 479px) {
    .single-product-badge-left {
        left: 10px;
    }
}
.single-product-badge-right {
    right: 20px;
}
@media only screen and (max-width: 479px) {
    .single-product-badge-right {
        right: 10px;
    }
}
.single-product-badge-new,
.single-product-badge-sale {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    display: block;
    min-width: 60px;
    padding: 5px 15px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 50px;
    background-color: #1f2226;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (max-width: 767px) {
    .single-product-badge-new,
    .single-product-badge-sale {
        font-size: 10px;
        padding: 5px 10px;
    }
}
.single-product-badge-new {
    background-color: #c7a17a;
}

/* Single Product Image Slider */
.product-image-slider,
.product-image-slider-vertical,
.quickview-product-image-slider {
    width: 100%;
    /* border: 1px solid #f2f2f2; */
}

/* Single Product Thumbnail Carousel */
.product-thumb-carousel,
.product-thumb-carousel-vertical,
.quickview-product-thumb-carousel {
    width: 100%;
    padding-bottom: 2px;
}
.product-thumb-carousel .swiper-slide,
.product-thumb-carousel-vertical .swiper-slide,
.quickview-product-thumb-carousel .swiper-slide {
    border: 1px solid #f2f2f2;
}
.product-thumb-carousel .swiper-slide-thumb-active,
.product-thumb-carousel-vertical .swiper-slide-thumb-active,
.quickview-product-thumb-carousel .swiper-slide-thumb-active {
    border-color: #c7a17a;
}
.product-thumb-carousel .swiper-button-prev,
.product-thumb-carousel .swiper-button-next,
.product-thumb-carousel-vertical .swiper-button-prev,
.product-thumb-carousel-vertical .swiper-button-next,
.quickview-product-thumb-carousel .swiper-button-prev,
.quickview-product-thumb-carousel .swiper-button-next {
    visibility: visible;
    width: 36px;
    height: 36px;
    opacity: 1;
}
.product-thumb-carousel .swiper-button-prev.swiper-button-disabled,
.product-thumb-carousel .swiper-button-next.swiper-button-disabled,
.product-thumb-carousel-vertical .swiper-button-prev.swiper-button-disabled,
.product-thumb-carousel-vertical .swiper-button-next.swiper-button-disabled,
.quickview-product-thumb-carousel .swiper-button-prev.swiper-button-disabled,
.quickview-product-thumb-carousel .swiper-button-next.swiper-button-disabled {
    opacity: 0.5;
}
.product-thumb-carousel .swiper-button-prev.swiper-button-disabled:hover,
.product-thumb-carousel .swiper-button-next.swiper-button-disabled:hover,
.product-thumb-carousel-vertical
    .swiper-button-prev.swiper-button-disabled:hover,
.product-thumb-carousel-vertical
    .swiper-button-next.swiper-button-disabled:hover,
.quickview-product-thumb-carousel
    .swiper-button-prev.swiper-button-disabled:hover,
.quickview-product-thumb-carousel
    .swiper-button-next.swiper-button-disabled:hover {
    color: #1f2226;
    border-color: #e5e5e5;
}
.product-thumb-carousel .swiper-button-prev:hover:not(.swiper-button-disabled),
.product-thumb-carousel .swiper-button-next:hover:not(.swiper-button-disabled),
.product-thumb-carousel-vertical
    .swiper-button-prev:hover:not(.swiper-button-disabled),
.product-thumb-carousel-vertical
    .swiper-button-next:hover:not(.swiper-button-disabled),
.quickview-product-thumb-carousel
    .swiper-button-prev:hover:not(.swiper-button-disabled),
.quickview-product-thumb-carousel
    .swiper-button-next:hover:not(.swiper-button-disabled) {
    color: #fff;
    border-color: #c7a17a;
    background-color: #c7a17a;
}
.product-thumb-carousel .swiper-button-prev,
.product-thumb-carousel-vertical .swiper-button-prev,
.quickview-product-thumb-carousel .swiper-button-prev {
    left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.product-thumb-carousel .swiper-button-next,
.product-thumb-carousel-vertical .swiper-button-next,
.quickview-product-thumb-carousel .swiper-button-next {
    right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.product-thumb-carousel-vertical {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100px;
    flex: 1 0 100px;
    height: 488px;
    padding: 0;
}
@media only screen and (max-width: 767px) {
    .product-thumb-carousel-vertical {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 90px;
        flex: 1 0 90px;
        height: 438px;
    }
}
@media only screen and (max-width: 575px) {
    .product-thumb-carousel-vertical {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 80px;
        flex: 1 0 80px;
        height: 395px;
    }
}
@media only screen and (max-width: 479px) {
    .product-thumb-carousel-vertical {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 60px;
        flex: 1 0 60px;
        height: 305px;
    }
}
.product-thumb-carousel-vertical .swiper-button-prev,
.product-thumb-carousel-vertical .swiper-button-next {
    left: 50%;
    margin: 0;
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    border-radius: 50%;
}
.product-thumb-carousel-vertical .swiper-button-prev::after,
.product-thumb-carousel-vertical .swiper-button-next::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.product-thumb-carousel-vertical .swiper-button-prev {
    top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.product-thumb-carousel-vertical .swiper-button-next {
    top: auto;
    right: auto;
    bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/* Single Product Content */
.single-product-title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (max-width: 575px) {
    .single-product-title {
        font-size: 24px;
    }
}
.single-product-price {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    color: #c7a17a;
    gap: 20px;
}
.single-product-price del {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
}
.single-product-meta {
    margin-bottom: 20px;
    padding: 0;
    list-style: none;
}
.single-product-meta li {
    font-size: 14px;
    line-height: 1.4285;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.single-product-meta li + li {
    margin-top: 10px;
}
.single-product-meta li span.label {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 80px;
    flex: 1 0 80px;
    max-width: 80px;
}
.single-product-meta li span.value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 7px;
}
.single-product-meta li span.value.links a:not(:last-child)::after {
    content: ",";
}
.single-product-meta li span.value.social a {
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.single-product-meta li span.value.social a img {
    width: 20px;
    height: 20px;
}
.single-product-text {
    margin-bottom: 20px;
}
.single-product-text p {
    font-size: 14px;
}
.single-product-variations {
    padding: 0;
    list-style: none;
}
.single-product-variations li {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}
.single-product-variations li + li {
    margin-top: 15px;
}
.single-product-variations li .label {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 80px;
    flex: 1 0 80px;
    max-width: 80px;
}
.single-product-variations li .value {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}
.single-product-variations li .value [class*="single-product-variation"] input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    margin: 0;
    opacity: 0;
}
.single-product-additional-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    gap: 30px;
}
.single-product-additional-information .single-product-info-btn {
    font-size: 14px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
    border: none;
    background-color: transparent;
    gap: 8px;
}
.single-product-additional-information .single-product-info-btn:hover {
    color: #c7a17a;
}
.single-product-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    gap: 10px;
}
.single-product-actions-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.single-product-buy-now {
    margin-bottom: 30px;
}
.single-product-buy-now .btn {
    width: 100%;
    max-width: 340px;
}
.single-product-safe-payment p {
    font-size: 14px;
    margin-bottom: 5px;
}
.single-product-safe-payment img {
    max-height: 24px;
}

/* Product Variation Size */
.single-product-variation-size-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 7px;
}
.single-product-variation-size-item {
    position: relative;
}
.single-product-variation-size-item input:checked ~ label {
    color: #fff;
    background-color: #c7a17a;
}
.single-product-variation-size-item label {
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-transform: uppercase;
    background-color: #eff1f4;
}

/* Product Variation Color */
.single-product-variation-color-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}
.single-product-variation-color-item {
    position: relative;
}
.single-product-variation-color-item input:checked ~ label {
    background-image: url(../images/icons/check.png);
}
.single-product-variation-color-item label {
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-indent: -99999px;
    text-transform: uppercase;
    border-radius: 50%;
    background-color: #eff1f4;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
}

/* Product Variation Material */
.single-product-variation-material-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}
.single-product-variation-material-item {
    position: relative;
}
.single-product-variation-material-item input:checked ~ label {
    color: #1f2226;
}
.single-product-variation-material-item label {
    font-weight: 700;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-transform: capitalize;
    color: rgba(51, 51, 51, 0.65);
}

/* Single Product Description Area */
.single-product-description-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 80px;
    padding: 30px;
    border: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
    .single-product-description-area {
        margin-top: 60px;
    }
}
@media only screen and (max-width: 575px) {
    .single-product-description-area {
        padding: 20px;
    }
}
.single-product-description-area-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-product-description-area-nav {
        gap: 25px;
    }
}
@media only screen and (max-width: 767px) {
    .single-product-description-area-nav {
        gap: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .single-product-description-area-nav {
        gap: 15px;
    }
}
.single-product-description-area-nav button {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    position: relative;
    padding: 0;
    padding-bottom: 10px;
    border: none;
    background-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (max-width: 767px) {
    .single-product-description-area-nav button {
        font-size: 16px;
    }
}
@media only screen and (max-width: 575px) {
    .single-product-description-area-nav button {
        font-size: 14px;
        padding-bottom: 5px;
    }
}
.single-product-description-area-nav button::before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    content: "";
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background-color: #c7a17a;
}
.single-product-description-area-nav button.active::before,
.single-product-description-area-nav button:hover::before {
    right: auto;
    left: 0;
    width: 100%;
}
.single-product-description-area .block-title-2 {
    padding-bottom: 0;
    border-bottom: none;
}

/* Description */
.single-product-description p {
    font-size: 14px;
}

/* Review & Comment */
.review-list,
.comment-list {
    max-width: 770px;
    margin-bottom: 40px;
    padding: 0;
    list-style: none;
}
.review-child,
.comment-child {
    margin: 0;
    padding-left: 90px;
    list-style: none;
}
@media only screen and (max-width: 767px) {
    .review-child,
    .comment-child {
        padding-left: 60px;
    }
}
@media only screen and (max-width: 575px) {
    .review-child,
    .comment-child {
        padding-left: 30px;
    }
}
@media only screen and (max-width: 479px) {
    .review-child,
    .comment-child {
        padding-left: 10px;
    }
}
.review-item,
.comment-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}
@media only screen and (max-width: 479px) {
    .review-item,
    .comment-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.review-item:not(:last-child),
.comment-item:not(:last-child) {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
}
.review-thumb,
.comment-thumb {
    overflow: hidden;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #f1f2f3;
}
.review-thumb img,
.comment-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.review-content,
.comment-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}
.review-content p,
.comment-content p {
    margin: 0;
}
.review-content p:not(:last-child),
.comment-content p:not(:last-child) {
    margin-bottom: 10px;
}
.review-rating,
.comment-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}
.review-rating-bg,
.review-rating-active,
.comment-rating-bg,
.comment-rating-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 14px;
    background-image: url(../images/products/rating-bg.svg);
    background-repeat: repeat-x;
}
.review-rating-active,
.comment-rating-active {
    background-image: url(../images/products/rating-active.svg);
}
.review-meta,
.comment-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
    gap: 10px;
}
.review-name,
.comment-name {
    font-size: 18px;
    line-height: 1;
    margin: 0;
}
.review-date,
.comment-date {
    font-size: 14px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.review-date::before,
.comment-date::before {
    content: "/";
}
.review-reply,
.comment-reply {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

/* Review & Comment Form */
.review-form,
.comment-form {
    max-width: 770px;
}

/*-----------------------------------
    - Shop CSS
-----------------------------------*/
/* Cart Table */
.cart-table thead th.image {
    width: 130px;
}
.cart-table thead th.price,
.cart-table thead th.total,
.cart-table thead th.quantity,
.cart-table thead th.remove {
    width: 150px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (max-width: 767px) {
    .cart-table thead th.price,
    .cart-table thead th.total,
    .cart-table thead th.quantity,
    .cart-table thead th.remove {
        width: auto;
    }
}
.cart-table thead th.remove {
    width: 100px;
}
.cart-table tbody .remove-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 5px;
    border: none;
    background-color: transparent;
}
.cart-table tbody .remove-btn:hover {
    color: #dc3545;
}

/* Cart Products Mobile */
.cart-products-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
    gap: 20px;
}

/* Cart Product Mobile */
.cart-product-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.cart-product-mobile-thumb {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 135px;
    flex: 1 0 135px;
    max-width: 135px;
    border: 1px solid #e5e5e5;
}
.cart-product-mobile-remove {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
    border: none;
    border-radius: 50%;
    background-color: #fff;
}
.cart-product-mobile-remove:hover {
    color: #fff;
    background-color: #dc3545;
}
.cart-product-mobile-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cart-product-mobile-image img {
    width: 100%;
}
.cart-product-mobile-content {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.cart-product-mobile-title {
    font-size: 16px;
}
.cart-product-mobile-quantity,
.cart-product-mobile-total {
    font-size: 14px;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
}
.cart-product-mobile-total {
    margin-bottom: 15px;
}
.cart-product-mobile-add-to-cart {
    margin-top: 15px;
}

/* Cart Totals */
.cart-totals {
    max-width: 500px;
    margin-left: auto;
    padding: 30px;
    background-color: #f8f9fa;
}
.cart-totals .title {
    margin-bottom: 15px;
}
.cart-totals .table {
    margin-bottom: 20px;
}
.cart-totals .table th:first-child,
.cart-totals .table td:first-child {
    padding-left: 0;
}
.cart-totals .table th:last-child,
.cart-totals .table td:last-child {
    padding-right: 0;
}

/* Checkout Box */
.checkout-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    background-color: #f8f9fa;
}
.checkout-box:not(:last-child) {
    margin-bottom: 30px;
}

/* CHeckout Summary Table */
.checkout-summary-table {
    margin: 0;
}
.checkout-summary-table tr {
    width: 100%;
}
.checkout-summary-table th:first-child,
.checkout-summary-table td:first-child {
    padding-left: 0;
}
.checkout-summary-table th:last-child,
.checkout-summary-table td:last-child {
    padding-right: 0;
}

/* Checkout Payment Method */
.checkout-payment-method .single-method:not(:last-child) {
    margin-bottom: 25px;
}
.checkout-payment-method .single-method p {
    font-size: 14px;
    margin-top: 10px;
    margin-left: -24px;
}

/* Login Register Form */
.login-register-form {
    max-width: 570px;
    margin: auto;
    padding: 30px;
    background-color: #f8f9fa;
}
.login-register-form .title {
    text-align: center;
}
.login-register-form p {
    margin-bottom: 20px;
    text-align: center;
}

/* My Account Tab List */
.my-account-tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #e5e5e5;
}
.my-account-tab-list li + li {
    border-top: 1px solid #e5e5e5;
}
.my-account-tab-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 20px;
    text-transform: capitalize;
    gap: 8px;
}
.my-account-tab-list li a.active {
    color: #fff;
    background-color: #c7a17a;
}

/* Shop Sidebar */
.shop-sidebar-item {
    border: none !important;
}
.shop-sidebar-item:not(:last-child) {
    margin-bottom: 40px;
}
.shop-sidebar-item:first-of-type {
    border-radius: 0;
}
.shop-sidebar-item:first-of-type .shop-sidebar-toggle {
    border-radius: 0;
}

/* Shop Sidebar Toggle */
.shop-sidebar-toggle {
    font-family: "Roboto Regular", sans-serif !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    padding: 0 0 15px;
    color: #1f2226;
    border-bottom: 1px solid #e5e5e5;
}
.shop-sidebar-toggle:not(.collapsed) {
    color: #1f2226;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.shop-sidebar-toggle:not(.collapsed)::after {
    -webkit-filter: none;
    filter: none;
}
.shop-sidebar-toggle::after {
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.shop-sidebar-toggle:focus {
    border-color: #e5e5e5;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Shop Sidebar Body */
.shop-sidebar-body {
    padding: 20px 0 0;
    border: none;
}

/* Shop Top Bar */
.shop-top-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 10px;
}
.shop-top-bar-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    gap: 10px;
}
.shop-top-bar-item label {
    font-size: 14px;
    margin: 0;
}
.shop-top-bar-item select {
    font-size: 14px;
    padding-right: 15px;
    border: none;
    background-color: transparent;
}
.shop-top-bar-item p {
    font-size: 14px;
}
.shop-top-bar-item .list-grid-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.shop-top-bar-item .list-grid-toggle button {
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    border: none;
    background-color: transparent;
}
.shop-top-bar-item .list-grid-toggle button i {
    font-size: 18px;
}
.shop-top-bar-item .list-grid-toggle button.active {
    color: #c7a17a;
}

/* Shop Bottom Bar */
.shop-bottom-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
}

/*-----------------------------------
    - Blog CSS
-----------------------------------*/
/* Blog Item */
.blog {
    position: relative;
    overflow: hidden;
    padding: 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.blog:hover {
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.blog:hover .blog-thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.blog-thumb {
    display: block;
    overflow: hidden;
    margin-bottom: 25px;
}
.blog-thumb img {
    width: 100%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.blog-content {
    padding: 0 10px 10px 10px;
}
.blog-content p {
    font-size: 14px;
    margin-bottom: 20px;
}
.blog-content .btn {
    font-size: 13px;
    font-weight: 400;
    padding: 15px 30px;
    border: 1px solid #e5e5e5;
}
.blog-content .btn:hover {
    color: #fff;
    border-color: #c7a17a;
    background-color: #c7a17a;
}
.blog-title {
    font-size: 20px;
    margin-bottom: 20px;
}
.blog-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-left: 0;
    list-style: none;
    border-top: 1px solid #e5e5e5;
    gap: 14px;
}
.blog-meta li {
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
}
.blog-meta li:not(:last-child)::after {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 1px;
    height: 15px;
    content: "";
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    background-color: currentColor;
}

/* Blog Sidebar */
.blog-sidebar-item:not(:last-child) {
    margin-bottom: 40px;
}

/* Blog Sidebar Title */
.blog-sidebar-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

/* Blog Sidebar Search */
.blog-sidebar-search {
    position: relative;
}
.blog-sidebar-search .form-field {
    padding-right: 54px !important;
}
.blog-sidebar-search .btn {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    width: 54px;
    height: 54px;
    padding: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-sidebar-search .btn {
        width: 52px;
        height: 52px;
    }
}
@media only screen and (max-width: 767px) {
    .blog-sidebar-search .btn {
        width: 44px;
        height: 44px;
    }
}

/* Blog Sidebar Post */
.blog-sidebar-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}
.blog-sidebar-post:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.blog-sidebar-post-thumb {
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    width: 80px;
    height: 70px;
}
.blog-sidebar-post-thumb img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.blog-sidebar-post-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}
.blog-sidebar-post-date {
    font-size: 13px;
    display: block;
    margin-bottom: 3px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-sidebar-post-date {
        font-size: 12px;
    }
}
.blog-sidebar-post-title {
    font-size: 16px;
    margin: 0;
}

/* Blog Sidebar Archive */
.blog-sidebar-archive {
    margin: 0;
    padding-left: 0;
    list-style: none;
}
.blog-sidebar-archive li + li {
    margin-top: 10px;
}

/* Blog Sidebar Tags */
.blog-sidebar-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}
.blog-sidebar-tag a {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 7px 15px;
    border: 1px solid #e5e5e5;
}
.blog-sidebar-tag a:hover {
    color: #fff;
    border-color: #c7a17a;
    background-color: #c7a17a;
}

/* Single Blog */
.single-blog-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}
.single-blog-image img {
    width: 100%;
}
.single-blog-content {
    margin-bottom: 30px;
}
.single-blog-title {
    font-size: 32px;
    margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
    .single-blog-title {
        font-size: 24px;
    }
}
.single-blog-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 25px;
    padding-left: 0;
    list-style: none;
    gap: 14px;
}
.single-blog-meta li {
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
}
.single-blog-meta li:not(:last-child)::after {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 1px;
    height: 15px;
    content: "";
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    background-color: currentColor;
}
.single-blog-description {
    margin-bottom: 30px;
}
.single-blog-description blockquote {
    max-width: 700px;
    margin-left: 50px;
    padding-left: 20px;
    border-left: 4px solid #c7a17a;
}
.single-blog-description blockquote:not(:first-child) {
    margin-top: 25px;
}
.single-blog-description blockquote:not(:last-child) {
    margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
    .single-blog-description blockquote {
        margin-left: 0;
    }
}
.single-blog-description blockquote p {
    font-size: 18px;
}
.single-blog-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}
.single-blog-tags span {
    font-family: "Roboto Regular", sans-serif !important;
    font-weight: 500;
}
.single-blog-tags ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 3px;
}
.single-blog-tags ul li:not(:last-child)::after {
    content: ",";
}
.single-blog-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}
.single-blog-share span {
    font-family: "Roboto Regular", sans-serif !important;
    font-weight: 500;
}
.single-blog-share ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 15px;
}
.single-blog-share ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.single-blog-share ul li a i {
    font-size: 18px;
    line-height: 1;
}
.single-blog-comment .block-title-2 {
    padding-bottom: 0;
    border-bottom: none;
}

/* Next Prev Post Nav */
.next-prev-post-nav {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 15px 0;
    list-style: none;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.next-prev-post-nav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}
.next-prev-post-nav li:last-child a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

/*-----------------------------------
    - Form CSS
-----------------------------------*/
/* Form Common Style */
fieldset {
    padding: 20px;
    padding-top: 10px;
    border: 1px solid #e5e5e5;
}
fieldset legend {
    font-size: 16px;
    font-weight: 700;
    float: none;
    width: auto;
    margin: 0;
    padding: 0 10px;
    background-color: #fff;
}

/* Form Label */
label {
    font-size: 14px;
    line-height: 1.25;
    display: block;
    margin-bottom: 10px;
}

/* Form Field Select */
select.form-field {
    font-size: 14px;
    width: 100%;
    height: 54px;
    padding: 10px 20px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    background-image: url("../images/icons/angle-down-solid.svg");
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 12px;
    -webkit-appearance: none;
}
select.form-field:focus {
    border-color: #c7a17a;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    select.form-field {
        height: 52px;
    }
}
@media only screen and (max-width: 767px) {
    select.form-field {
        height: 44px;
    }
}

/* Form Field Input */
input.form-field:not([type="submit"]):not([type="checkbox"]):not(
        [type="radio"]
    ):not([type="range"]) {
    font-size: 14px;
    width: 100%;
    height: 54px;
    padding: 10px 24px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
input.form-field:not([type="submit"]):not([type="checkbox"]):not(
        [type="radio"]
    ):not([type="range"])::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
}
input.form-field:not([type="submit"]):not([type="checkbox"]):not(
        [type="radio"]
    ):not([type="range"]):-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
}
input.form-field:not([type="submit"]):not([type="checkbox"]):not(
        [type="radio"]
    ):not([type="range"])::-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
}
input.form-field:not([type="submit"]):not([type="checkbox"]):not(
        [type="radio"]
    ):not([type="range"]):-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    input.form-field:not([type="submit"]):not([type="checkbox"]):not(
            [type="radio"]
        ):not([type="range"]) {
        height: 52px;
    }
}
@media only screen and (max-width: 767px) {
    input.form-field:not([type="submit"]):not([type="checkbox"]):not(
            [type="radio"]
        ):not([type="range"]) {
        height: 44px;
    }
}
input.form-field:not([type="submit"]):not([type="checkbox"]):not(
        [type="radio"]
    ):not([type="range"]):focus {
    border-color: #c7a17a;
}

/* Form Field Textarea */
textarea.form-field {
    font-size: 14px;
    width: 100%;
    height: 140px;
    padding: 10px 24px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
textarea.form-field::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
}
textarea.form-field:-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
}
textarea.form-field::-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
}
textarea.form-field:-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
}
textarea.form-field:focus {
    border-color: #c7a17a;
}

/* News Letter Form */
.subscribe-newsletter {
    position: relative;
    width: 100%;
    max-width: 770px;
}
.subscribe-newsletter input[type="email"] {
    height: 60px !important;
    padding: 10px 30px !important;
    padding-right: 140px !important;
    border-radius: 100px;
    background-color: #f8f9fa;
}
@media only screen and (max-width: 767px) {
    .subscribe-newsletter input[type="email"] {
        font-size: 14px;
        height: 50px !important;
    }
}
.subscribe-newsletter input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    padding: 10px 30px;
    color: #fff;
    border: none;
    border-radius: 100px;
    background-color: #c7a17a;
}
.subscribe-newsletter input[type="submit"]:hover {
    background-color: #bc8e5f;
}
@media only screen and (max-width: 767px) {
    .subscribe-newsletter input[type="submit"] {
        font-size: 14px;
        height: 50px;
    }
}

/* Reservation Form */
.reservation-form {
    padding: 40px 50px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    -webkit-box-shadow: 10px 25px 80px rgba(0, 0, 0, 0.05);
    box-shadow: 10px 25px 80px rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (max-width: 479px) {
    .reservation-form {
        padding: 30px;
    }
}
.reservation-form .block-title {
    margin-bottom: 20px;
}
.reservation-form .input-field {
    width: 100%;
}
.reservation-form .input-field:not(:last-child) {
    margin-bottom: 15px;
}
.reservation-form .input-field input,
.reservation-form .input-field textarea {
    font-size: 15px;
}
.reservation-form .input-field textarea {
    height: 120px;
}
.reservation-form .input-field input[type="submit"] {
    text-transform: uppercase;
}

/*-----------------------------------
    - Others CSS
-----------------------------------*/
/* About Us */
.about-us-content .sub-title {
    font-size: 16px;
    line-height: 1.25;
    display: block;
    margin-bottom: 15px;
    color: #c7a17a;
}
.about-us-content .title {
    font-size: 45px;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (max-width: 767px) {
    .about-us-content .title {
        font-size: 40px;
    }
}
@media only screen and (max-width: 575px) {
    .about-us-content .title {
        font-size: 32px;
        padding-bottom: 15px;
    }
}
/* .about-us-content .title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 4px;
  content: "";
  background-color: #1F2226;
}
@media only screen and (max-width: 575px) {
  .about-us-content .title::after {
    width: 60px;
    height: 3px;
  }
} */
.about-us-content .text {
    margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
    .about-us-content .text {
        margin-bottom: 30px;
    }
}

/* Banner */
.banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #e5e5e5;
}
.banner img {
    width: 100%;
}

/* Coffee Menu */
.coffee-menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 43px;
    padding: 20px;
    padding-left: 70px;
    border: 1px solid #e5e5e5;
}
@media only screen and (max-width: 479px) {
    .coffee-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 43px;
        margin-left: 0;
        padding-top: 70px;
        padding-left: 20px;
        text-align: center;
    }
}
.coffee-menu-thumb {
    position: absolute;
    top: 50%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 85px;
    height: 85px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 479px) {
    .coffee-menu-thumb {
        top: 0;
        left: 50%;
    }
}
.coffee-menu-content {
    max-width: 350px;
    margin-right: auto;
    padding-right: 20px;
}
@media only screen and (max-width: 479px) {
    .coffee-menu-content {
        padding: 0;
    }
}
.coffee-menu-content p {
    font-size: 14px;
}
.coffee-menu-title {
    font-size: 20px;
    letter-spacing: 0.5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .coffee-menu-title {
        font-size: 18px;
    }
}
.coffee-menu-price {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0;
    flex: 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 55px;
    padding-left: 20px;
    text-align: center;
    color: #c7a17a;
    border-left: 1px solid #e5e5e5;
}
@media only screen and (max-width: 479px) {
    .coffee-menu-price {
        min-height: auto;
        margin-top: 20px;
        padding: 15px 20px 0;
        border-top: 1px solid #e5e5e5;
        border-left: none;
    }
}
.coffee-menu-price del {
    font-size: 16px;
    margin-top: 5px;
    color: #1f2226;
}

/* Contact Information */
.contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact-info li {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}
.contact-info li + li {
    margin-top: 25px;
}
.contact-info li i {
    font-size: 36px;
}

/* Feature Two */
.feature-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 410px;
    gap: 20px;
}
.feature-1.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (max-width: 767px) {
    .feature-1.reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: left;
    }
}
.feature-1:not(:last-child) {
    margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
    .feature-1:not(:last-child) {
        margin-bottom: 30px;
    }
}
.feature-1 .feature-icon {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50px;
    flex: 1 0 50px;
    max-width: 50px;
}
.feature-1 .feature-icon svg {
    width: 100%;
    height: auto;
}
.feature-1 .feature-title {
    font-size: 24px;
    margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (max-width: 575px) {
    .feature-1 .feature-title {
        font-size: 20px;
    }
}

/* Feature Two */
.feature-2 {
    height: 100%;
    padding: 30px;
    border: 1px solid #eeeeee;
}
.feature-2 .feature-icon {
    margin-bottom: 20px;
}
.feature-2 .feature-content {
    max-width: 280px;
}
.feature-2 .feature-title {
    font-size: 53px;
    margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (max-width: 575px) {
    .feature-2 .feature-title {
        font-size: 45px;
    }
}
.feature-2 .feature-text {
    font-size: 25px;
    margin: 0;
    font-weight: 600;
}

/* Gallery */
.gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 10px;
    color: #fff;
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.gallery-item:hover {
    color: #fff;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.gallery-item:hover .gallery-item-overlay {
    visibility: visible;
    opacity: 1;
}
.gallery-item img {
    width: 100%;
}
.gallery-item-overlay {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    opacity: 0;
    background-color: rgba(199, 161, 122, 0.85);
}
.gallery-item-overlay i {
    font-size: 30px;
}

/* Opening Time */
.opening-time {
    border: 1px solid #e5e5e5;
}
.opening-time-title {
    font-size: 18px;
    margin: -1px;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #c7a17a;
}
.opening-time-schedule {
    padding: 15px 20px;
}
.opening-time-schedule li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
}
.opening-time-schedule li:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}

/* Page Banner / Breadcrumb */
.page-banner-section {
    position: relative;
    padding: 50px 0;
    /* background-image: url(../images/others/page-banner-bg.png); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media (max-width: 460px) {
    .page-banner-section {
        padding: 10px 0;
    }
}

/* Team */
.team {
    text-align: center;
    background-color: #f8f9fa;
}
.team:hover .team-social {
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
}
.team-thumb {
    position: relative;
}
.team-social {
    position: absolute;
    top: 50%;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    padding: 10px 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    border-radius: 4px;
    background-color: #fff;
    gap: 6px;
}
.team-social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
}
.team-social a i {
    font-size: 16px;
}
.team-social a:hover {
    color: #fff;
    border-color: #c7a17a;
    background-color: #c7a17a;
}
.team-content {
    padding: 20px;
}
.team-name {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 5px;
}
.team-title {
    font-size: 15px;
    line-height: 1.5;
    display: block;
    margin: 0;
}

/* Testimonial */
.testimonial {
    max-width: 700px;
    margin: auto;
    text-align: center;
}
.testimonial-client-thumb {
    overflow: hidden;
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
    border-radius: 50%;
}
.testimonial-client-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.testimonial-client-name {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.testimonial-text {
    font-size: 20px;
    font-style: italic;
    margin-bottom: 30px;
}

/* Scroll To Top */
.scroll-to-top {
    position: fixed;
    z-index: 6;
    right: 20px;
    bottom: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    opacity: 0;
    color: #fff;
    border: none;
    border-radius: 0;
    background-color: #c7a17a;
}
@media only screen and (max-width: 767px) {
    .scroll-to-top {
        font-size: 12px;
        width: 32px;
        height: 32px;
    }
}
.scroll-to-top.show {
    bottom: 20px;
    visibility: visible;
    opacity: 1;
}

@media only screen and (min-width: 767px) {
    .scroll-to-top {
        font-size: 12px;
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 900px) {
    .header-logo img {
        height: 75px !important;
    }
}
@media (min-width: 900px) {
    .header-logo img {
        height: 100px !important;
    }
}
@media (min-width: 1400px) {
    .header-logo img {
        height: 120px !important;
    }
}

.searchDropdown {
    position: relative;
}

input[type="search"] {
    font-size: 20px;
    width: 100%;
    height: auto;
    padding: 0;
    padding-right: 55px;
    padding-left: 10px;
    color: silver;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #6e6e6e;
    background-color: transparent;
}

.searchDropdownBtn {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 0px 5px;
    cursor: pointer;
}
.searchDropdownContent {
    position: absolute;
    width: 100% !important;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    max-height: 150px;
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
    z-index: 1;
}
.searchDropdownContent a {
    padding: 10px 10px 10px 10px !important;
    display: block;
    color: black;
    text-decoration: none;
}
.searchDropdownContent a:hover {
    background-color: #f5f5f5;
}

/* search *******************************************************/

.mybody {
    background-color: white;
    border-radius: 10px;
}
.search-box {
    width: fit-content;
    height: fit-content;
    position: relative;
    box-sizing: border-box;
}
.input-search {
    height: 50px;
    width: 50px;
    border-style: none;
    padding: 10px;
    font-size: 18px;
    letter-spacing: 2px;
    outline: none;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
    background-color: white;
    padding-right: 40px;
    color: black;
    box-sizing: border-box;
}

.input-search::placeholder {
    color: black;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 100;
    box-sizing: border-box;
}
.btn-search {
    width: 50px;
    height: 50px;
    border-style: none;
    font-size: 20px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    border-radius: 10px;
    position: absolute;
    right: 0px;
    color: black;
    background-color: transparent;
    pointer-events: painted;
    box-sizing: border-box;
}

.btn-search:focus ~ .input-search {
    width: 300px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 1px solid black;
    transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2);
    box-sizing: border-box;
}
.input-search:focus {
    width: 300px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 1px solid black;
    transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2);
    box-sizing: border-box;
}

.btn-search:hover {
    background-color: #c7a17a;
}

/* .input-search:hover{
  background-color: #0dcaf0;
} */

/* search *******************************************************/

/* about-us image totate  */


@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* about-us image totate  */
@media only screen and (max-width: 987px) {
    .phone {
        text-align: center !important;
    }
    .phone2 {
        justify-content: center;
    }

    .phone-start {
        text-align: start;
    }
    /* .about-us-content .title::after{
    margin-left: 42.5%;
  } */
    .h2-feature-section {
        text-align: center;
    }

    /* swiper error */

    /* .swiper-wrapper{
    justify-content: left !important;
  } */

    .contact-info li {
        text-align: center !important;
        display: block;
    }
    .contact-info li i {
        margin: 8px;
    }

    .footer-widget-list li,
    .footer-widget-list-icon li {
        text-align: center !important;
        display: block;
    }
    .footer-widget-list li a,
    .footer-widget-list-icon li a {
        text-align: center !important;
        display: block;
        text-decoration: none;
    }
    .footer-widget-list li a::before {
        content: none;
    }
}

/* .form-check .form-check-label{
  display: block;
  text-align: center !important;
} */

.product-action {
    display: block;
}

@media (max-width: 767px) {
    .swiper-slide {
        background-size: 20% !important;
    }
}

@media (max-width: 766px) {
    .hero-slide {
        /* display: flex !important;
    align-items: center !important;
    background-repeat: no-repeat !important;
    background-position: center center !important; */
        background-size: cover !important;
    }
}

@media (max-width: 766px) {
    .section-title {
        padding-top: 25px;
    }
}

/* shopping cart **************************************/

.product .bi {
    color: white !important;
    font-size: 22px;
    transition: color 0.7s ease;
}
.product .bi:hover {
    color: white !important;
    cursor: pointer;
    transition: color 0.7s ease;
}

/* Variable Declarations */
:root {
    --main-color: black;
    --light-text: #abb0be;
}

.lighter-text {
    color: var(--light-text);
}

.main-color-text {
    color: var(--main-color);
}

/* Badge Styles */
.badge {
    background-color: var(--main-color);
    border-radius: 10px;
    color: white;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

/* Shopping Cart Styles */
.shopping-cart {
    margin: 20px 0;
    float: right;
    background: white;
    width: 320px;
    position: relative;
    border-radius: 3px;
    padding: 20px;
}

.shopping-cart .shopping-cart-header {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;

    .shopping-cart-total {
        float: right;
    }
}

.shopping-cart .shopping-cart-items {
    padding-top: 20px;

    li {
        margin-bottom: 18px;
    }

    img {
        float: left;
        margin-right: 12px;
    }

    .item-name {
        display: block;
        padding-top: 10px;
        font-size: 16px;
    }

    .item-price {
        color: #c7a17a;
        margin-right: 8px;
    }

    .item-quantity {
        color: var(--light-text);
    }
}

.shopping-cart:after {
    bottom: 100%;
    left: 89%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: white;
    border-width: 8px;
    margin-left: -8px;
}

/* Cart Icon Styles */
.cart-icon {
    color: #515783;
    font-size: 24px;
    margin-right: 7px;
    float: left;
}

/* Button Styles */
.button {
    background: var(--main-color);
    color: white;
    text-align: center;
    padding: 18px 118px;
    text-decoration: none;
    display: block;
    border-radius: 0px;

    font-size: 16px;
    margin: 25px 0 15px 0;

    &:hover {
        background: #c7a17a;
        color: var(--main-color);
        border-radius: 0px;
    }
}

.button a:hover {
    color: black;
}

/* Clearfix Styles */
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
li {
    list-style: none;
}

@media (max-width: 900px) {
    .onlyDesktop {
        visibility: hidden !important;
    }
    .onlyMobile {
        visibility: visible !important;
    }
}
@media (min-width: 900px) {
    .onlyDesktop {
        visibility: visible !important;
    }
    .onlyMobile {
        visibility: hidden !important;
    }
}

@media only screen and (max-width: 767px) {
    .single-product-title {
        margin-top: 50px !important;
    }
}
/* shopping cart **************************************/

#loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    z-index: 2;
}

#loader {
    z-index: 3;
}

.header-logo {
    flex: 0 0 auto;
}

.d-flex.align-items-center {
    gap: 10px;
}

/* .navbar-main{
padding-bottom: 30px;
padding-top:5px;
} */
@media (max-width: 991px) {
    .navbar-main {
        margin: 0 !important;
        padding: 0 !important;
    }
}

/*

# → %23
< → %3C
> → %3E 

*/

.product-plus {
    width: 50px;
    height: 50px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='48.99' cy='50' r='26.63' fill='%23f6921e' stroke='%23f6921e' stroke-linejoin='round' stroke-width='1.34'/%3E%3Cline x1='48.99' y1='37.74' x2='48.99' y2='62.26' stroke='%23fff' stroke-miterlimit='10' stroke-width='3.53'/%3E%3Cline x1='61.25' y1='50' x2='36.74' y2='50' stroke='%23fff' stroke-miterlimit='10' stroke-width='3.53'/%3E%3C/svg%3E");
    vertical-align: middle;
}

.product-minus {
    width: 50px;
    height: 50px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='26.63' fill='%23a80c18'/%3E%3Cline x1='62.26' y1='50' x2='37.74' y2='50' stroke='%23fff' stroke-miterlimit='10' stroke-width='3.53'/%3E%3C/svg%3E");
    vertical-align: middle;
}

.line-height-30 {
    line-height: 30px;
}

.line-height-40 {
    line-height: 40px;
}

.line-height-60 {
    line-height: 60px;
}

.line-height-80 {
    line-height: 80px;
}

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

.fs-24 {
  font-size: 24px !important;
}
.fs-26 {
    font-size: 26px !important;
  }
.fs-30 {
  font-size: 30px !important;
}
.fs-32 {
    font-size: 32px !important;
}
.fs-40 {
    font-size: 40px !important;
}

.fs-42 {
  font-size: 42px !important;
}

.fs-48 {
    font-size: 48px !important;
}

.fs-80 {
  font-size: 80px !important;
}
.fw-bold {
    font-weight: bold !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.overflow-x-hidden {
    overflow-x: hidden !important;
}

.swiperz {
    width: 100%;
    height: 40%;
}

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

.swiperz-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiperz-button-next::after,
.swiperz-button-prev::after {
    display: none;
}

.justify-text {
    text-align: justify;
    text-justify: inter-word;
}
