/*
	Table of Contents
	update on Thu Oct 21 2021 10:43:33 GMT+0300 (Eastern European Summer Time)

	I.   Generic --------------------------------------
	     01. Reset ------------------------------------
	     02. Base -------------------------------------
	     03. Fonts ------------------------------------
	     04. Helpers ----------------------------------
	II.  Regions --------------------------------------
	     01. Footer -----------------------------------
	     02. Header -----------------------------------
	     03. Sidebar ----------------------------------
	     04. Wrapper ----------------------------------
	III. Modules --------------------------------------
	     01. Button -----------------------------------
	         Cart full --------------------------------
	     02. Card -------------------------------------
	     03. Cart -------------------------------------
	     04. Form Elements ----------------------------
	     05. Form -------------------------------------
	     06. List -------------------------------------
	     07. Modal ------------------------------------
	     08. Nav --------------------------------------
	         User-login -------------------------------
	     09. Section ----------------------------------
	     10. Slider -----------------------------------
	     11. Table ------------------------------------
	     12. Widget -----------------------------------
 */

/* ------------------------------------------------------------ *\
	I.   Generic
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */

*,
*:before,
*:after { padding: 0; margin: 0; outline: 0; }

details, menu { display: block; }

html,
body { height: 100%; }

html { tap-highlight-color: rgba(0,0,0,0); }

body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; -webkit-overflow-scrolling: touch;
    font-smoothing: antialiased; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; }

img, iframe, video, audio, object { max-width: 100%; }
img, iframe { border: 0 none; }
img { height: auto; display: inline-block; }

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] { cursor: pointer; }

a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] { cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] { -webkit-appearance: none; appearance: none; }

textarea { -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }

button,
input,
optgroup,
select,
textarea { color: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }

input:-ms-input-placeholder { color: inherit; opacity: 1; }

input::placeholder { color: inherit; opacity: 1; }
textarea:-ms-input-placeholder { color: inherit; opacity: 1; }
textarea::placeholder { color: inherit; opacity: 1; }

input:-webkit-autofill { -webkit-text-fill-color: inherit !important; -webkit-box-shadow: 0 0 0 1000px #fff inset; }

table { width: 100%; border-spacing: 0; }

nav ul,
nav ol { list-style: none outside none; }

button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: none !important; }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select:focus,
    textarea:focus,
    input:focus {
        font-size: 14px;
    }
}

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

body { min-width: 320px; background: white; font-family: 'Montserrat Light',  sans-serif; font-size: 1rem; line-height: 1.2; color: black; }

a { color: inherit; }
a:hover { text-decoration: none; }

a[href^="tel"] { text-decoration: none; }

h1,
.h1 { margin-bottom: 0; font-size: 40px; }
h2,
.h2 { margin-bottom: 0; font-size: 32px; }
h3,
.h3 { margin-bottom: 0; font-size: 24px; }
h4,
.h4 { margin-bottom: 0; font-size: 20px;}
h5,
h6 { margin-bottom: 0.6em; }

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child { margin-bottom: 0; }

p { margin-bottom: 0; }

/* $breakpoint-lg-desktop {
	html { font-size: 14px; }
}

$breakpoint-mobile {
	html { font-size: 12px; }
} */

@media (max-width: 767px) {
    html { font-size: 14px; }
}

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */


@font-face {
    font-family: 'Montserrat Regular';
    src: url('../fonts/Montserrat-Regular.woff') format('woff'),
    url('../fonts/Montserrat-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url('../fonts/Montserrat-Bold.woff') format('woff'),
    url('../fonts/Montserrat-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* @font-face {
    font-family: 'Montserrat Light';
    src: url('../fonts/test/Montserrat-Light.woff') format('woff'),
		 url('../fonts/test/Montserrat-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
} */

/* @font-face {
    font-family: 'Montserrat Light';
    src: url('../fonts/Montserrat/Montserrat-Light.woff') format('woff'),
		 url('../fonts/Montserrat/Montserrat-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
} */

@font-face {
    font-family: 'Montserrat Light';
    src: url('../fonts/Montserrat-Light.woff') format('woff'),
    url('../fonts/Montserrat-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Medium';
    src: url('../fonts/Montserrat-Medium.woff') format('woff'),
    url('../fonts/Montserrat-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
.block { display: block !important; }
/* .section-filter-item select { padding: 0.375rem 0.75rem; border-color: #aeaeae; border-radius: 0; font-size: 0.75rem; color: #2a2a28; } */
.close { opacity: 1; }

.fa-minus-circle,
.fa-plus-circle,
.fa-trash { color: #9d9d9d; }

.link-hover { transition: 0.4s; -webkit-transition: 0.4s; -o-transition: 0.4s;  }
.link-hover:hover { color: #909090; }

.border-c { border-top: 1px solid #9d9d9d; border-bottom: 1px solid #292929; }
.border-top-bottom { border-top: 1px solid #d7d7d7; border-bottom: 1px solid #d7d7d7; }
.border-bottom-c { border-bottom: 1px solid #a3a3a3; }
.border-bottom-md { width: 100%; margin: 1rem 15px; border-bottom: 1px solid #a3a3a3; }
.border-top-c { border-top: 2px solid #2a2a28; }

.flex-inner { display: -ms-flexbox; display: flex; display: -webkit-box; flex-flow: column; -ms-flex-flow: column; -webkit-box-orient: vertical;
    -webkit-box-direction: normal; justify-content: space-between; -ms-flex-pack: justify; -webkit-box-pack: justify;  }

.flex-flex-end { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-pack: end; -webkit-box-pack: end; justify-content: flex-end; width: 100%; }

.flex-center { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-pack: center; -webkit-box-pack: center; justify-content: center;
    -ms-flex-align: center; -webkit-box-align: center; align-items: center; }

.col-1of5 { margin-bottom: 2rem; -webkit-margin-after: 2rem; }

.fancybox-thumbs__list a:before { border: 1px solid #292929; }

.btn-sm { padding: 0.375rem 0.75rem; }

/* Background */
/* .bg-light-c { background-color: rgba(241, 241, 241, 0.6); } */
.bg-darck-c { background-color: #292929; }

.filter-m { display: none; }

.dropdown-show-filters-m { position: relative; border: none; }

.was-validated .form-control:valid,
.form-control.is-valid { background-position: 95% !important; }

.cart-preview-old-price { text-decoration: line-through; }

@media(min-width: 1199px) {
    .col-1of5 { -ms-flex: 0 0 20%; -webkit-box-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }
}

@media (max-width: 1199px) {
    .border-c { border-top: none;  border-bottom: none; }

    .col-1of5 { margin-bottom: 1.5rem; -webkit-margin-after: 1.5rem; }
}

@media (max-width: 991px) {
    .read-more { display: none; }
}

@media (max-width: 767px) {
    .col-1of5 { margin-bottom: 0; -webkit-margin-before: 0; padding: 0.5rem; }

    .border-top-bottom { border-top: none; border-bottom: none; }

    .border-bottom-c,
    .border-bottom-md { border-bottom: none; }

    .border-bottom-md { margin: 0; }

    .row-center-baseline { -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-align: center; align-items: center; }

    .flex-mobile { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-pack: justify; -webkit-box-pack: justify; justify-content: space-between; width: 100%; }

    .mt-md { margin-top: 4.5rem; -webkit-margin-before: 63px; }

    .filter-m { display: block; }
}

/* ------------------------------------------------------------ *\
	II.  Regions
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer { color: #292929; }
.footer .border-top-c { width: 100%;  margin: 0 15px; border-top: 1px solid #aeaeae; }
.footer .website-service img { margin: 0.5rem 0; }

.footer .row-between-baseline { -ms-flex-pack: justify; -webkit-box-pack: justify; justify-content: space-between; -ms-flex-align: baseline; -webkit-box-align: baseline;
    align-items: baseline; }

.footer p,
.footer-nav .footer-item { padding-bottom: 1.25rem; }

.footer-nav { padding-left: 1rem; }
.footer-nav .footer-item { font-size: 1.125rem; list-style-type: none; }

.footer .padding-link { padding: 1rem 15px; }

.footer-nav i { font-size: 1.75rem; }

@media screen and (max-width: 768px){
    .footer .link-mobile { -ms-flex-order: 1; -webkit-box-ordinal-group: 2; order: 1; }
    .footer .border-top-c { display: none; }
    .footer .border-bottom-margin-mobile { width: 100%; border-bottom: 1px solid #aeaeae;
        margin: 1.25rem 15px 1.125rem 15px; }

    .footer .website-service { margin-right: 15px; -ms-flex-order: 3; -webkit-box-ordinal-group: 4; order: 3; }
    .footer .website-service .footer-link { display: none; }

    .footer-link { font-size: 12px; }
}

@media (max-width: 1199px) {
    .footer-nav .footer-item { font-size: 1rem; }
}

@media (max-width: 991px) {
    .footer .row-between-baseline { -ms-flex-pack: space-evenly; -webkit-box-pack: space-evenly; justify-content: space-evenly; }

    .footer-nav .footer-item { font-size: 0.875rem; }
}

@media (max-width: 767px){
    .footer .row-between-baseline { -ms-flex-pack: justify; -webkit-box-pack: justify; justify-content: space-between; }
}

@media (max-width: 575px) {
    .footer .policy { width: 100%; }

    .footer .col-md-3,
    .footer .col-md-6 { -ms-flex: 0 0 50%; -webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%; }
}

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header-wrapper { position: fixed; z-index: 2000; width: 100%; padding-top: 1.5rem; background-color: white; }

.header,
.header-bar { color: #292929; }

.header .nav-link,
.header-bar .header-bar-link { -webkit-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; }

.header-bar ul { margin-bottom: 0; }
.header-bar ul li { list-style-type: none; }

.header-bar-wrapper { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-align: center; -webkit-box-align: center; align-items: center; }

.header-bar-left .fa-phone { padding-right: 0.6rem; }

.header-bar-right .header-items { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-direction: row; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; }
.header-bar-right .header-bar-item { padding-right: 2.5rem; }
.header-bar-right .header-bar-item:last-child { padding-right: 0; }
.header-bar-right .social-media { display: none; }

@media (max-width: 1199px) {
    .header-bar-left { width: 100%; }

    .header-bar-left .fa-phone,
    .header-bar-right .social-media .fa-facebook-square { font-size: 1.15rem; }

    .header-bar-right .header-items { display: none; }
    .header-bar-right .social-media { display: -ms-flexbox; display: -webkit-box; display: flex; color: #292929; }

    .header-bar-right .social-media .fa-facebook-square { font-size: 1.15rem; }

    .header-bar-right .social-media  .header-bar-item { padding-right: 0.75rem; }
    .header-bar-right .social-media .header-bar-item:last-child { padding-right: 0; }
}

@media (max-width: 767px){
    .header-wrapper { padding-top: 0; }
    .header-bar-left .fa-phone { margin-bottom: 1rem; font-size: 1.5rem; }

    .header-contact-m { padding: 1rem; font-size: 1.25rem; }
    .header-contact-m i { margin-right: 0.5rem; }
    .header-contact-m:hover { font-weight: bold; }
    .header-contact-m a:hover { color: white;  }
}

@media (max-width: 575px) {
    .header-bar-left .header-bar-link { font-size: 0.75rem; }
}


/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	III. Modules
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

.btn { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

.btn:focus { -webkit-box-shadow: none; box-shadow: none; }

.btn-entry,
.btn-promo-cod,
.btn-order { background-color: #2a2a28; }

.btn-order,
.btn-promo-cod .btn { color: white; }

.btn-order,
.btn-promo-cod { text-align: center; }

.btn-entry,
.btn-entry-fb { margin-bottom: 0.75rem; padding: 1rem 0.75rem; border-radius: 0; text-align: center; }

.btn-entry { color: white; }
.btn-entry:hover { color: white; }

.btn-back,
.btn-next { width: 50%; text-align: center; }

.btn-entry .btn,
.btn-entry-fb .btn { padding: 0; color: white; }

.btn-back .btn,
.btn-next { padding: 0.75rem 0; }

.btn-back .btn,
.btn-search,
.btn-login,
.btn-cart { color: #292929; }

.btn-filter:hover,
.btn-filter a:hover,
.btn-promo-cod a:hover,
.btn-order:hover { color: white; }

.btn-search { z-index: 1000; margin-left: -2.65rem; width: 40px; height: 36px; border: none; border-radius: 0; background-color: white; }
.btn-search:focus { border-color: transparent; }

.btn-search-icon { padding: 0; }

.btn-entry-fb { background-color: #317bb6; }

.btn-close { margin-left: auto; font-size: 1rem; color: #2a2a28; }

.btn-login { padding-left: 0; }

.btn-close-login { font-size: 1rem; }

/* Cart full */
.btn-cart-full { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-align: center; -webkit-box-align: center; align-items: center; }
.btn-cart-full span { color: #292929; font-family: 'Montserrat Regular', 'Helvetica', sans-serif; }
.btn-cart-full .fa-shopping-bag { color: #292929; font-weight: 600; }
.btn-cart-product-qty-minus,
.btn-cart-product-qty-plus { padding: 0 0.45rem; }

.btn-cart-product-delete { padding: 0; }

.btn-learn-more { padding: 0.75rem 2.25rem; border: 1px solid #9d9d9d; border-radius: 0; background-color: white;
    font-size: 0.75rem; text-transform: uppercase; }

.btn-margin-center { margin-top: 3rem; text-align: center; }

.btn-subscribe { width: auto; height: auto; border: 1px solid white; border-radius: 0; background-color: #cfb874; }

.btn-wrapper { display: -ms-flexbox; display: -webkit-box; display: flex; margin-top: 1rem; }

.btn-next { margin-left: 15px; border-radius: 0; background-color: #2a2a28;  color: white; }
/* .btn-next .btn { color: white; } */
.btn-back { margin-right: 15px; border: 2px solid #2a2a28; border-radius: 0; background-color: white; }

.btn-dropdown-option { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-pack: justify; -webkit-box-pack: justify; justify-content: space-between; width: 15rem; border: 1px solid #aeaeae; border-radius: 0; font-size: 0.75rem; color: #2a2a28; text-align: left; }

.btn-filter { border-radius: 0; background-color: #2a2a28; font-size: 0.75rem; color: white; }

.btn-order { padding: 1rem; border-radius: 0; }

.btn-promo-cod .btn { padding: 0.75rem; font-size: 0.75rem; text-align: center; }
.btn-promo-cod { width: 47%; }

.btn-table-size { margin: 1rem 0; padding: 0.5rem 0.75rem; border: 1px solid #2a2a28; border-radius: 0;
    background-color: white; font-family: 'Montserrat Regular', 'Helvetica', sans-serif; font-size: 0.75rem; font-weight: bold; color: #2a2a28; }

.btn-not-found { margin-top: 2.5rem; padding: 0.75rem 2.75rem; border-radius: 0; }

.btn-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.btn-play i { background-color: white; border-radius: 50%; font-size: 1.5rem; }

@media (max-width: 1199px) {
    .btn-submit-search-m { position: absolute; top: 20%; right: 7%; width: 38px; height: 38px; margin-right: -0.15rem; border: none; border-radius: 0;
        background-color: white; }

    .btn-dropdown-option { width: 10rem; }

    .btn-table-size { padding: 0.375rem 0.75rem; }

    .btn-order { padding: 0.85rem; font-size: 1.15rem; }

    .btn-promo-cod { width: 46%; }

    .btn-not-found { font-size: 0.85rem; }
}

@media (max-width: 991px) {
    .btn-search { z-index: 0; }

    .btn-filter { margin-right: 0.5rem; }

    .btn-promo-cod { width: 48%; }

    .btn-not-found { margin-top: 1.5rem; padding: 0.75rem 1.15rem; font-size: 0.75rem; }
}

@media (max-width: 767px) {
    .btn-submit-search-m { right: 0; top: 21%; width: 40px; height: 32px; margin-right: 15px; }

    .btn-entry,
    .btn-entry-fb { padding: 0.75rem 0.75rem; }

    .btn-entry .btn,
    .btn-entry-fb .btn { font-size: 1.15rem; }

    .btn-back,
    .btn-next { width: 100%; }

    .btn-filter,
    .btn-dropdown-option { width: 100%; padding: 0.75rem; font-size: 1rem; }

    .btn-back { margin-right: 0; margin-bottom: 0.65rem; }

    .btn-next { margin-left:0; margin-bottom: 1rem; }

    .btn-filter { margin-right: 0.5rem; }

    .btn-promo-cod { width: 100%; margin: 0.75rem 15px 0 15px; }

    .btn-learn-more { font-size: 0.75rem; }

    .btn-table-size { font-size: 0.875rem; }

    .btn-wrapper { -ms-flex-flow: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-flow: column; margin-top: 0; border-bottom: 1px solid #aeaeae; }

    .btn-cart span { font-size: 1.15rem; }
}

/* ------------------------------------------------------------ *\
	Card
\* ------------------------------------------------------------ */

.card-image .card-img-overlay { top: auto; left: auto; padding: 0.85rem; }
.card-img-overlay a:hover { color: #dcdcdc; }

.card-image { height: 100%; color: white; }
/* .card-image img { height: 100%; } */
.card-image .card-text { text-align: right; text-shadow: 2px 2px #97795e; }
.card-image .card-text span { font-size: 2rem; text-transform: lowercase; }
.card-image .card-text p { display: inline-block; font-size: 6rem; }
.card-image .card-title { font-family: 'Montserrat Regular', 'Helvetica', sans-serif; font-size: 3rem; text-transform: uppercase; text-shadow: 2px 2px #97795e; }

.card-product-overlay { position: absolute; right: 2%; bottom: 1%; padding: 0.5rem; }
.card-category .card-text p,
.card-category .card-title p { display: inline-block; }

.card-category { border: none; border-radius: 0; color: #292929; }
.card-category .card-body { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-pack: end; -webkit-box-pack: end; justify-content: flex-end; -ms-flex-align: end; -webkit-box-align: end; align-items: flex-end; padding: 0 1.25rem 0 0; line-height: 0.95rem; text-align: right; }
.card-category .card-body span { font-size: 0.75rem; text-transform: lowercase; }
.card-category .card-title p { margin-bottom: 0; font-size: 0.875rem;  text-transform: uppercase; }
.card-category .card-text p { font-size: 1.65rem; }

.card-inner .card-product,
.card-latest-product .card-product { border: none; border-radius: 0; }

.card-product-title { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; padding: 0 1.25rem;
    font-size: 0.875rem; color: #292929; line-height: 14px; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; }
.card-product-old-price { color: #aeaeae; text-decoration: line-through; }
.card-product-actual-price { font-size: 1.5rem; color: #292929; }
.card-product-actual-price span:not(.twin-price-el) { font-size: 0.875rem; }

.card-overlay { display: none; }

.card-inner { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-flow: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-flow: column; -ms-flex-pack: space-evenly; -webkit-box-pack: space-evenly; justify-content: space-evenly; border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7; }
.card-inner .card-title { color: #292929; text-align: center; }

.card-product .card-body { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-direction: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; -ms-flex-pack: end; -webkit-box-pack: end; justify-content: flex-end; -ms-flex-align: end; -webkit-box-align: end; align-items: flex-end;
    padding: 0.5rem; line-height: 1.15rem; }
.card-product img { display: block; width: 100%; height: auto; opacity: 1; -webkit-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.card-product .badge-c { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-pack: center; -webkit-box-pack: center; justify-content: center; -ms-flex-align: center; -webkit-box-align: center; align-items: center; position: absolute; top: 5%;
    right: 7%; width: 15%; height: 15%; padding: 1.5rem; }
.card-product .btn-learn-more { padding: 0.5rem 1.5rem; }
.card-product:hover .badge-c { display: none; }
.card-product:hover .card-overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: -ms-flexbox; display: -webkit-box; display: flex;
    -ms-flex-flow: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-flow: column; -ms-flex-pack: space-evenly; -webkit-box-pack: space-evenly;
    justify-content: space-evenly; -ms-flex-align: center; -webkit-box-align: center; align-items: center; background-color: rgba( 247,248,248, 0.9 ); text-align: center; -webkit-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; }

.card-latest-product .section-title { margin-bottom: 1.85rem; }

@media (max-width: 1499px) {
    .card-product-title { font-size: 0.75rem; }

    .card-product-actual-price { font-size: 1.25rem; }
}

@media (max-width: 1199px) {
    .card-image .card-text p { font-size: 4rem; }
    .card-image .card-title { font-size: 2rem; }

    .card-category .card-body { padding: 0 0.6rem 0 0; }
    .card-category .card-title { margin-bottom: 0.25rem; }
    .card-category .card-text p { font-size: 1.25rem; }

    .card-inner { border-top: none; border-bottom: none; }
    .card-inner .section-title { padding: 1.85rem; }

    .card-product .btn-learn-more { padding: 0.55rem 1.25rem; }
}

@media (max-width: 991px) {
    .card-overlay .card-product-actual-price { margin-top: 0; }
    .card-product .btn-learn-more { padding: 0.5rem 2rem; }
    .card-product-title { line-height: 1; }
}

@media (max-width: 767px) {
    .card-inner { display: initial; }
    .card-inner .section-title { padding: 0; }

    .card-title .borders { display: block; width: 90%; margin: 0 auto; border-bottom: 1px solid #d7d7d7; }

    .card-product { margin: 0; }
    .card-product .badge-c { padding: 1rem; }
    .card-product-title { font-size: 1rem; }
    .card-product-old-price { font-size: 1.15rem; }
    .card-product-old-price p { margin-bottom: 0.25rem; }
    .card-product-actual-price { font-size: 1.7rem; }
    .card-product .btn-learn-more { padding: 0.5rem 1.25rem; }

    .card-latest-product .section-title { margin-bottom: 0; }
}

@media (max-width: 575px) {
    .card-image .card-text p { font-size: 2.5rem; }
    .card-image .card-title { font-size: 2rem; }

    .card-img-overlay { bottom: -5%; }

    .card-overlay-prices{ margin: 0.5rem 0; line-height: 11px; }
    .card-product-title { padding: 0 0.25rem; font-size: 0.85rem;  }
    .card-product-old-price { font-size: 1rem; }
    .card-overlay .card-product-old-price { margin-bottom: 0.35rem; }
    .card-product-actual-price { font-size: 1.35rem; }
    .card-product .btn-learn-more { padding: 0.35rem 0.5rem; }
}


/* ------------------------------------------------------------ *\
	Cart
\* ------------------------------------------------------------ */

.cart-preview { font-size: 0.85rem; color: #292929; overflow: hidden; }
.cart-preview .modal-header { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-align: baseline; -webkit-box-align: baseline; align-items: baseline; margin-bottom: 1rem;
    padding: 1.5rem 0 1.5rem 1.5rem; border-bottom: 1px solid #9d9d9d; font-size: 1rem; color: #292929; }

.cart-preview a:hover,
.cart-item a:hover,
.cart-checkout-item a:hover { color: #292929; }

.cart-preview .modal-header p { margin-left: auto; }

.cart-products .fa-minus-circle,
.cart-products .fa-plus-circle,
.cart-products span:not(.twin-price-el) { font-size: 1rem; }

.cart-products .fa-trash { font-size: 1.25rem; }

.cart-products { max-height: 605px; overflow: auto;  overflow-x: hidden; }
.cart-products::-webkit-scrollbar { width: 0.5rem; }
.cart-products::-webkit-scrollbar-track { background: #aeaeae; }
.cart-products::-webkit-scrollbar-thumb { background-color: #2a2a28; }
.cart-products::-webkit-scrollbar-thumb:hover { background: #4d4d49; }

/* firefox scroll style */
.cart-products { position: relative; z-index: 0; scrollbar-width: thin; scrollbar-color: #2a2a28 white;  }
.cart-products:hover { scrollbar-color: #4d4d49; }

.cart-products-total { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-direction: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; }
.cart-products-total .cart-total-price { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-pack: justify; -webkit-box-pack: justify; justify-content: space-between; -ms-flex-align: baseline; -webkit-box-align: baseline; align-items: baseline;
    padding: 1rem 0;	font-size: 1rem; }
.cart-products-total .cart-sum { font-family: 'Montserrat Bold', 'Helvetica', sans-serif; font-size: 1.5rem; }
.cart-products-total .btn-entry .btn { font-size: 1.25rem; }

.cart-product { margin-right: auto; padding: 1rem 0; border-bottom: 1px solid #9d9d9d; }
.cart-product:first-child { padding-top: 0; }
.cart-product:last-child { border-bottom: none; }

@-moz-document url-prefix() {
    .cart-product:last-child { padding-bottom: 1rem; }
}

.cart-product .cart-product-qty,
.cart-product .cart-product-price { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-pack: justify; -webkit-box-pack: justify; justify-content: space-between; gap: .3rem; }

.cart-product .cart-product-qty { -ms-flex-align: baseline; -webkit-box-align: baseline; align-items: baseline; }
.cart-product .cart-product-qty span { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-align: baseline; -webkit-box-align: baseline; align-items: baseline; color: #292929; font-weight: bold; }
.cart-product .cart-product-price { -ms-flex-align: end; -webkit-box-align: end; align-items: flex-end; }
.cart-product .cart-actual-price { font-size: 1.5rem; }

.cart-title { font-size: 0.85rem; }
.cart-old-price { font-size: 1rem; text-decoration: line-through; }
.cart-actual-price span:not(.twin-price-el) { font-size: 0.65rem; }
.cart-total-price { font-size: 1.5rem; }
.cart-total-price span:not(.twin-price-el) { font-size: 1rem; }

.cart-item { padding: 1.5rem 0; border-bottom: 1px solid #9d9d9d; }
.cart-item .col-1 { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-pack: center; -webkit-box-pack: center; justify-content: center; -ms-flex-align: center; -webkit-box-align: center; align-items: center; }
.cart-item .col-9 { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-flow: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-flow: column; -ms-flex-pack: justify; -webkit-box-pack: justify; justify-content: space-between; }

.cart-wrapper { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-pack: justify; -webkit-box-pack: justify; justify-content: space-between; -ms-flex-align: end; -webkit-box-align: end; align-items: flex-end; }
.cart-wrapper .box-inner { min-width: 54px; }
.cart-wrapper .text-cart-mobile { display: none; }

.cart-info .cart-products-total { border-top: 1px solid #aeaeae; }
.cart-info .free-shipping  { margin-top: 1rem; padding: 0.5rem 0; border-top: 1px solid #9d9d9d; font-size: 0.875rem;
    color: #747474; }

.cart-info span:not(.twin-price-el),
.cart-checkout span:not(.twin-price-el) { font-size: 1rem; }

.cart-products-info { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-pack: justify; -webkit-box-pack: justify; justify-content: space-between; -ms-flex-align: center; -webkit-box-align: center; align-items: center; font-size: 0.875rem; }
.cart-products-info p:first-child { padding-top: 1.25rem; }
.cart-products-info p { padding-bottom: 1.25rem; }
.cart-products-info .fs  { font-size: 1.5rem; text-align: right; }

.cart-checkout-item { padding: 1rem 0; border-bottom: 1px solid #9d9d9d; }
.cart-checkout-item .cart-title { padding: 0 0.5rem; }
.cart-checkout-item .col-9 { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-flow: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-flow: column; -ms-flex-align: end; -webkit-box-align: end; align-items: flex-end; -ms-flex-pack: justify; -webkit-box-pack: justify; justify-content: space-between; }

.cart-checkout-inner { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-pack: end; -webkit-box-pack: end; justify-content: flex-end; -ms-flex-align: end; -webkit-box-align: end; align-items: flex-end; height: 75%; }
.cart-checkout-inner span { padding-left: 0.25rem; }
.cart-checkout-inner .cart-old-price { margin-right: 3.75rem; }
.cart-checkout-inner .cart-total-price { margin-left: 3.75rem; }
.cart-checkout-inner .flex-baseline { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-align: baseline; -webkit-box-align: baseline; align-items: baseline; }
.cart-checkout-inner .flex-baseline div { margin-right: 2rem; }
.cart-checkout { margin-bottom: 1.5rem; }
.cart-checkout .cart-products-info { line-height: 1rem; }

@media (max-width: 1199px) {
    .cart-products { max-height: -webkit-fill-available; }

    .cart-preview { height: 100vh; }
    .cart-preview .cart-products-total { position: absolute; right: 0; bottom: 0; left: 0; padding: 0 1rem;
        background-color: white; }

    .cart-product { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
    .cart-product:last-child { padding-bottom: 17.25rem; }

    .cart-item .col-1 { -ms-flex: 0 0 5%; -webkit-box-flex: 0; flex: 0 0 5%; -ms-flex-align: end; -webkit-box-align: end; align-items: flex-end; max-width: 5%; -ms-flex-order: 1; -webkit-box-ordinal-group: 2; order: 1; }
    .cart-item .col-9 { -ms-flex: 0 0 65%; -webkit-box-flex: 0; flex: 0 0 65%; -ms-flex-order: 2; -webkit-box-ordinal-group: 3; order: 2; max-width: 65%; margin: 0 0.5rem; }

    .cart-item .col-9:has(.twin-price-holder) { -ms-flex: 1; -webkit-box-flex: 0; flex: 1; max-width: unset; margin-right: 0; }

    .cart-wrapper span { -ms-flex-order: -1; -webkit-box-ordinal-group: 0; order: -1; }

    .cart-checkout-inner { height: 60%; }
    .cart-checkout-inner .cart-old-price { margin-right: 0.75rem; }
    .cart-checkout-inner .cart-total-price { margin-left: 0.75rem; }
}

@media (max-width: 991px) {
    .cart:last-child .cart-item { border-bottom: none;}

    .cart-item .col-2 { -ms-flex: 0 0 11%; -webkit-box-flex: 0; flex: 0 0 11%; max-width: 11%; }
    .cart-item .col-9 { -ms-flex: 0 0 80%; -webkit-box-flex: 0; flex: 0 0 80%; max-width: 80%; }

}

@media (max-width: 767px) {
    .cart-wrapper { -ms-flex-flow: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-flow: column; -ms-flex-align: end; -webkit-box-align: end; align-items: flex-end; padding-top: 0.5rem; }
    .cart-wrapper .box-inner { height: auto; }
    .cart-wrapper .text-cart-mobile { display: block; font-size: 0.75rem; }

    .cart-checkout-inner { -ms-flex-flow: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-flow: column; }
    .cart-checkout-inner .cart-old-price { margin-right: 0; }

    .cart-item .col-1 { -ms-flex: 0 0 2%; -webkit-box-flex: 0; flex: 0 0 2%; max-width: 2%; }
    .cart-item .col-2 { -ms-flex: 0 0 20%; -webkit-box-flex: 0; flex: 0 0 20%; max-width: 20%; }
    .cart-item .col-9 { -ms-flex: 0 0 75%; -webkit-box-flex: 0; flex: 0 0 75%; max-width: 75%; }

    .cart-total-price,
    .cart-products-info .fs { font-size: 1.75rem; }

    .cart-info .total { font-size: 1.5rem; }
    .cart-info .border-top-md { margin: 1rem 0; border-top: 1px solid #aeaeae; }
}

@media (max-width: 575px) {
    .cart .no-gutters { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }

    .cart-wrapper { height: 60%; }
    .cart-item .col-1 { -ms-flex: 0 0 1%; -webkit-box-flex: 0; flex: 0 0 1%; max-width: 1%; }
    .cart-item .col-2 { -ms-flex: 0 0 40%; -webkit-box-flex: 0; flex: 0 0 40%; max-width: 40%; }
    .cart-item .col-9 { -ms-flex: 0 0 60%; -webkit-box-flex: 0; flex: 0 0 60%; max-width: 55%; }
    .cart-item .col-2 img { width: 100%; }

    .cart-checkout-item .col-3 { -ms-flex: 0 0 30%; -webkit-box-flex: 0; flex: 0 0 30%; max-width: 30%; }
    .cart-checkout-item .col-9 { -ms-flex: 0 0 70%; -webkit-box-flex: 0; flex: 0 0 70%; max-width: 70%; }

    .cart-total-price,
    .cart-products-info .fs { font-size: 1.5rem; }

    .cart-product:last-child { padding-bottom: 15.25rem; }
}


/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */

.form-control:focus { -webkit-box-shadow: none; box-shadow: none; }

.form-search { position: static; margin-top: 1.7rem; }
.form-search .dropdown-menu { position: inherit; border: none; border-radius: 0; }
.form-search .dropdown-menu .btn-entry { display: none; }
.form-search input { min-width: 15rem; height: 2.5rem; }
.form-search input[type="search"]::-webkit-search-cancel-button { display: none; }
.form-search .form-control { border-radius: 0; border-color: #2a2a28; }
.form-search .form-control:focus { border-color: #2a2a28; -webkit-box-shadow: none; box-shadow: none; }

.form-register { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-flow: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-flow: column; width: 50%; margin: 0 auto; }
.form-register label { margin-bottom: 5px; font-size: 0.875rem; }
.form-register .form-group { margin-bottom: 1.25rem; }
.form-register .form-control { border: 1px solid #a3a3a3; border-radius: 0; }

.form-promo-cod { margin-top: 1rem; padding: 1rem; background-color: #f3f3f3; }
.form-promo-cod .form-control { height: 100%; padding: 0.875rem; border: 1px solid #2a2a28; border-radius: 0; font-size: 0.75rem; }
.form-promo-cod .form-control:focus { border-color: #2a2a28; }
.form-promo-cod .col-form-label { min-width: 100%; font-size: 0.875rem; }

.form-checkout { padding: 1.5rem 0; }
.form-checkout .section-title { margin-bottom: 1rem; }
.form-checkout label { font-size: 0.875rem; }
.form-checkout .form-control { border: 1px solid #a3a3a3; border-radius: 0; }
.form-checkout .form-group { margin-bottom: 1.25rem; }
.form-checkout .form-check { position: relative; display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-align: center; -webkit-box-align: center; align-items: center; padding-bottom: 1rem; }
/*.form-checkout .form-check:nth-child(4) { margin-left: 3rem; }*/
.form-checkout .form-check-input { margin-top: 0; }
.form-checkout .personal-data { padding: 1rem; font-size: 0.875rem; }
.form-checkout .personal-data .form-check { padding: 1rem; font-size: 0.875rem; }
.form-checkout .personal-data a { text-decoration: underline; }
.form-checkout .checkout-note { padding: 1rem; background-color: #f3f3f3; }

.form-checkout input[type=checkbox] { outline: none; content: none; -moz-appearance:none; -webkit-appearance:none;
    -o-appearance:none; border: none; }
.form-checkout input[type=checkbox] { position: absolute; top: auto; left: 2%; width: 1rem; height: 1rem;
    cursor:pointer; }
.form-checkout input[type=checkbox]:after { display: inline-block; width: 100%; height: 100%;
    border: 1px solid #aeaeae; visibility: visible; content: " "; text-align: center; }
.form-checkout input[type=checkbox]:checked:after { position: absolute; border: 1px solid #292929; background-color: rgb(255, 255, 255); color: black;
    font-size: 0.75rem; font-weight: 900; content: "\2714"; }

.form-checkout .checkout-note div,
.form-checkout .personal-data a { font-family: 'Montserrat Bold', 'Helvetica', sans-serif; }

.form-checkout .was-validated .form-control:valid,
.form-checkout .form-control.is-valid { background-size: 0 !important; }

.form-radio { padding-left: 0; }
.form-radio .form-radio-input[type='radio'] { display: none;  }
.form-radio .form-radio-input[type=radio]:checked + .label-radio:after { position: absolute; top: 9px; left: 4px;
    display: block; width: 8px; height: 8px; border-radius: 50%; background: #292929; content: " "; }
.form-radio .label-radio:before { position: relative; top: 5px; display: inline-block; width: 1rem; height: 1rem;
    margin: 0 5px 0 0; border: 1px solid #292929; border-radius: 50%; background-color: transparent; content: " "; }

/* .form-search .fa-times-circle { display: none;  */

@media (max-width: 1199px) {
    .form-search { margin-top: 0; }
    /* .form-search input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; display: block;
        width: 10px; height: 10px; margin-right: 1rem; background: url("../css/images/close-button.svg");
        background-size: cover; background-repeat:no-repeat; } */
    .form-search .dropdown-menu { position: absolute; z-index: 0; -ms-flex-direction: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column;
        margin-top: 0; padding: 1rem; }
    .form-search .dropdown-menu .btn-entry { display: block; width: 100%; margin-bottom: 0; padding: 0.75rem; }
    .form-search .btn-search { margin-left: auto; }
    .form-search .form-control { width: 100%; margin-bottom: 0.85rem; }
}

@media (max-width: 767px) {
    .form-search .dropdown-menu{ width: 100%; }

    .form-register { width: 100%; }
    .form-register .form-group { margin-bottom: 1rem; }
    .form-register .form-control { height: 60%; }
    .form-register label { font-size: 1rem; }

    .form-promo-cod .col-sm-6 { -ms-flex: 0 0 100%; -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; }

    .form-checkout .form-group { margin-bottom: 1rem; }
    .form-checkout .form-check { -ms-flex-align: baseline; -webkit-box-align: baseline; align-items: baseline; }

    .form-checkout input[type=checkbox]:checked:after { font-size: 10px; }

    .form-radio .form-radio-input[type=radio]:checked + .label-radio:after { top: 8px; left: 3px;}
}

/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */

[class^="list-"] { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	Modal
\* ------------------------------------------------------------ */

.modal { background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4); }

.modal-open { overflow: hidden; padding-right: 0 !important; }
.modal-backdrop { position: relative; display: none !important; }

.modal.fade,
.modal.fade .modal-dialog { -webkit-transition: none; -o-transition: none; transition: none; }

.modal-login .modal-dialog { max-width: 100%; margin: 0; }
.modal-login .modal-content { width: 32rem; margin-left: auto; }
.modal-login .modal-body { padding: 1rem; background-color: white; border: none; border-radius: 0; }

.modal-cart .modal-dialog { max-width: 0; }
.modal-cart .modal-body { position: fixed; top: 0; bottom: 0; left: 69%; right: 9px; margin: 0; padding: 0;
    background-color: white; border: none; border-radius: 0; }
.modal-cart .btn-close { font-size: 1.25rem; }

.modal-size-table { padding-top: 188px; }
.modal-size-table .modal-dialog { max-width: 80%; }
.modal-size-table .modal-header { background-color: rgba(174,174,174,0.1); border-bottom: none;
    border-top: 1px solid #dee2e6; border-right: 1px solid #dee2e6; border-left: 1px solid #dee2e6;
    border-top-left-radius: 0; border-top-right-radius: 0; color: #2a2a28; }
.modal-size-table .modal-title { font-weight: bold; }
.modal-size-table .modal-content { border: none; border-radius: 0; }
.modal-size-table .fa-times-circle { color: #2a2a28; font-weight: 500; }
.modal-size-table.table th { font-size: 1.125rem; }
.modal-size-table .table td { color: #292929; font-size: 1rem; }

.modal-size-table .table th,
.modal-size-table .table tr { border-bottom: 0; color: #2a2a28; vertical-align: top; }

@media (max-width: 1380px){
    .modal-cart .modal-body { left: 66%; }
}

@media (max-width: 1199px) {
    .modal-cart .modal-body { left: 60%; }
}

@media (max-width: 991px){
    .modal-login { padding-top: 0; }
    .modal-cart .modal-body { left: 40%; }
}

@media (max-width: 767px){
    .modal-login .h3 { font-size: 1.45rem; }

    .modal-size-table .modal-dialog { max-width: 100%; }

    .modal-cart .btn-close { font-size: 1.5rem; }

    .modal-cart .card-empty { font-size: 1.25rem; }
}

@media (max-width: 575px) {
    .modal-login { top: 75px; padding-top: 0; }
    .modal-login .modal-content { width: 100%; }
    .modal-login .container-login { padding: 0; }

    .modal-cart .modal-body { left: 0; }

    .modal-size-table .modal-content { -webkit-box-shadow: 10px 10px 25px rgb(174 174 174 / 50%); box-shadow: 10px 10px 25px rgb(174 174 174 / 50%); }
}


/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

.navbar { padding: 0; }
.navbar-toggler:focus { outline: none; }
.navbar-toggler-icon { position: relative; width: 30px; height: 25px; margin: 0px; font-size: 1rem; vertical-align: auto;
    transition: .5s ease-in-out; -ms-transform: rotate(0deg); transform: rotate(0deg); cursor: pointer; -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg); -o-transform: rotate(0deg);-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; }

.navbar-toggler-icon span { display: block; position: absolute; left: auto; width: 60%; height: 1px;
    background-color: #292929; -ms-transform: rotate(0deg); transform: rotate(0deg); transition: .25s ease-in-out; -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; }
.navbar-toggler-icon span:nth-child(1) { top: 4.5px; }

.navbar-toggler-icon span:nth-child(2),
.navbar-toggler-icon span:nth-child(3) { top: 11.5px; }

.navbar-toggler-icon span:nth-child(4) { top: 18.5px; }

.navbar-toggler-icon.open span:nth-child(1),
.navbar-toggler-icon.open span:nth-child(4) { top: 11px;  left: 50%; width: 0%; }

.navbar-toggler-icon.open span:nth-child(2) { 	-ms-transform: rotate(45deg); 	transform: rotate(45deg); -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg); -o-transform: rotate(45deg); }
.navbar-toggler-icon.open span:nth-child(3) { -ms-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transform: rotate(-45deg); 				-moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); }

.nav-dropdown .dropdown-menu,
.navbar-right .dropdown-menu { border: none; border-radius: 0; -webkit-box-shadow: 5px 5px 15px rgba(174,174,174,0.5); box-shadow: 5px 5px 15px rgba(174,174,174,0.5); }

.nav-dropdown .dropdown-toggle::after,
.navbar-right .dropdown-user .dropdown-toggle::after { color: #aeaeae; vertical-align: 0; }

.nav-dropdown-submenu { position: relative; }
.nav-dropdown-submenu .dropdown-menu { top: 0; left: 100%; margin-left: -1px; }
.nav-dropdown-submenu .submenu:after { float: right; display: block; width: 0; height: 0; border-color: transparent;
    border-style: solid; border-width: 5px 0 5px 5px; border-left-color:#cccccc; margin-top: 5px; margin-right: -10px;
    content:" "; }
.nav-dropdown-submenu:hover a:after{ border-left-color:#aeaeae; }
.nav-dropdown-submenu.pull-left { float: none; }
.nav-dropdown-submenu.pull-left .dropdown-menu{ left: -100%; margin-left: 10px; border-radius: 6px 0 6px 6px;
    -webkit-border-radius: 6px 0 6px 6px; -moz-border-radius: 6px 0 6px 6px; }

.nav-dropdown .dropdown-item:active,
.navbar-right .dropdown-item:active { background-color: rgba(174,174,174,0.1); color: #292929; }

.navbar-wrapper .navbar-nav { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.navbar-wrapper .nav-item { display: flex; align-items: baseline; padding: 1rem 2.4rem 1rem 0; }
.navbar-wrapper .navbar-nav .nav-link	{ padding: 0; }
.navbar-wrapper .navbar-brand { margin-top: -7rem; margin-right: auto; margin-left: auto; padding-bottom: 1rem; }

.navbar-inner { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-flow: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-flow: column; width: 100%; }

.navbar-right { -ms-flex-wrap: nowrap; flex-wrap: nowrap; margin-left: auto; }

/* User-login */
.navbar-right .dropdown-user { display: -ms-flexbox; display: -webkit-box; display: flex; }
.navbar-right .dropdown-user .dropdown-menu { position: absolute; right: -25%; left: auto; margin: 0; }
.navbar-right .dropdown-user .fa-user { color: #292929; font-weight: 900; }
.navbar-right .dropdown-user .dropdown-toggle::after { margin-left: 0; }
.navbar-right .nav-item { padding-right: 1.25rem; }
.navbar-right .nav-btn { padding-right: 0rem; }

.navbar-login-form,
.navbar-login-form .form-link { display: -ms-flexbox; display: -webkit-box; display: flex; }

.navbar-login-form { -ms-flex-direction: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; }
.navbar-login-form .h4 { display: block; margin-bottom: 1rem; padding: 0 0 1rem 0; border-bottom: 1px solid #2a2a28;
    color: #2a2a28; text-align: center; }

.navbar-login-form .form-link { -ms-flex-pack: justify; -webkit-box-pack: justify; justify-content: space-between; }
.navbar-login-form .form-link .link-hover-item { width: auto; padding: 0; border-bottom: 1px solid #6c6c6b;
    color: #2a2a28; font-size: 0.75rem; font-weight: bold; -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }
.navbar-login-form .form-link .link-hover-item:hover { color: #909090; }
.navbar-login-form .form-link .link-hover-item:active { background-color: transparent; }

.navbar-login-form .form-group,
.navbar-login-form hr { margin-bottom: 0.75rem; }

.navbar-login-form .form-control { padding: 1.25rem 0.75rem; border-radius: 0; border-color: #aeaeae;
    font-size: 0.75rem; opacity: 1; }
.navbar-login-form .form-control:focus { -webkit-box-shadow: none; box-shadow: none; }
.navbar-login-form hr { margin-top: 0; border-top: 1px solid #2a2a28; }

.navbar-collapse-c .navbar-nav .dropdown-inner { margin: 0; padding:0 0 0.5rem 0; }

/* Elastic Search*/
.navbar-search-results { position: absolute; z-index: 300; display: none; width: 25%; max-height: 500px; margin-top: 0; padding: 0.25rem 1.5rem 1.5rem 1.5rem;
    border: 1px solid #2a2a28; background-color: white; overflow-x: hidden; overflow-y: scroll; }
.navbar-search-result a:hover { color: #292929; }
.navbar-search-result a:hover .row { opacity: 0.8; -webkit-transition: 0.2s ease; -o-transition: 0.2s ease; transition: 0.2s ease; }
.navbar-search-result .row { border-bottom: 1px solid #9d9d9d; margin: 0.5rem }
.navbar-search-result .row:last-child { margin-bottom: 0; }

.navbar-search-results::-webkit-scrollbar { width: 0.5rem; };
.navbar-search-results::-webkit-scrollbar-track { background: #aeaeae; }
.navbar-search-results::-webkit-scrollbar-thumb { background-color: #2a2a28; }
.navbar-search-results::-webkit-scrollbar-thumb:hover { background: #4d4d49; }

.navbar-search-icon { padding: 0.55rem 0.75rem; font-size: 1.15rem; }
/* firefox style scroll */
.navbar-search-results { scrollbar-width: thin; scrollbar-color: #2a2a28 white;  }
.navbar-search-results:hover { scrollbar-color: #4d4d49; }

.navbar-search-result ~ .navbar-search-result { margin-top: 1.5rem; }
.navbar-search-close { display: none; position: absolute; z-index: 500; padding: 0.5rem; }
.navbar-search-btn-link { padding-top: 1rem; padding-bottom: 1rem; font-size: 1rem; }

@media screen and (max-width: 1500px) {
    .navbar-wrapper .nav-item { padding-right: 1rem; }

    .navbar-wrapper .navbar-nav .nav-link,
    .nav-dropdown .dropdown-item ,
    .navbar-right .dropdown-user .dropdown-item { font-size: 0.875rem; }
}

@media (max-width: 1499px) {
    .navbar-search-results { left: 0; width: 32%; margin-left: 1rem; }
}

@media (max-width: 1199px) {
    .navbar-inner { -ms-flex-flow: row; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-flow: row; -ms-flex-align: end; -webkit-box-align: end; align-items: flex-end; margin: 0 15px; border-bottom: 1px solid #aeaeae; }
    .navbar-inner .m-full-width { align-items: baseline; }

    .navbar-wrapper .navbar-brand { margin-top: -2rem; }
    .navbar-wrapper .navbar-toggler { padding: 0.375rem 0; }
    .navbar-wrapper .navbar-nav { -webkit-box-align: normal; -ms-flex-align: normal; align-items: normal; padding: 0; }
    .navbar-wrapper .nav-item { margin-left: 0.5rem; padding: 0; }
    .navbar-wrapper .navbar-nav .nav-link { padding: 1rem 0.75rem; font-size: 1rem; }

    .navbar-right .dropdown-user .dropdown-item { font-size: 1rem; }

    .nav-dropdown .dropdown-item { font-size: 1rem; }

    .navbar-collapse-c { display: block; position: absolute; top: 90px; right: 100%; width: 100%;
        padding: 0 15px 15px 15px; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; }
    /* Scroll */
    .navbar-collapse-c.show,
    .navbar-collapse-inner { max-height: 80vh; height: 80vh; overflow-y: scroll; }
    .navbar-collapse-c::-webkit-scrollbar { width: 0px; }

    .navbar-collapse-c .nav-item {  position: relative; display: inline-block; padding-right: 0; }
    .navbar-collapse-c .nav-item:after { display: block; width: 100%; height: 1px;
        background: -webkit-linear-gradient(left, rgb(220, 218, 218) 40%,rgb(243, 238, 243) 100%); content: ''; }
    .navbar-collapse-c .nav-item:last-child::after { background: none; }

    .navbar-collapse-c.collapsing { right: 50%; height: auto; margin-right: 50%; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    .navbar-collapse-c.show { right: 0; }
    .navbar-collapse-c .navbar-nav { width: 50%; padding:0 15px; background-color: white; -webkit-box-shadow: 5px 5px 15px rgba(174,174,174,0.5);
        box-shadow: 5px 5px 15px rgba(174,174,174,0.5); }

    .nav-dropdown .dropdown-menu,
    .navbar-right .dropdown-menu { -webkit-box-shadow: none; box-shadow: none; }

    .navbar-right { -ms-flex-direction: row; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; }

    .navbar-search-wrapper { display: contents; }
    .navbar-search-close-inner { position: relative; z-index: 200; }

    .navbar-search-results { top: 160%; width: 45%; }

    .navbar-search-close { position: static; padding: 0.55rem 0.75rem; font-size: 1.15rem; }
}

@media (max-width: 991px) {
    .navbar-collapse-c { top: 90px; }

    .navbar-login-form .h3 { margin-top: -1rem; padding: 0 0 1rem 0; }

    .navbar-wrapper .navbar-brand { text-align: center; }

    .navbar-search-results { width: 55%; }
}

@media (max-width: 767px) {
    .navbar-collapse-c { top: 101px; }
    .navbar-collapse-c .navbar-nav { width: 100%; }

    .navbar-wrapper .navbar-brand { position: absolute; left: calc(50% - 50px); }
    .navbar-wrapper .navbar-brand { margin-top: 0; }
    .navbar-wrapper .navbar-brand img { width: 100px; }

    .navbar-inner .m-full-width { width: 100%; }

    .navbar-inner .fa-search,
    .navbar-inner .fa-user,
    .navbar-inner .fa-shopping-bag,
    .navbar-search-close { font-size: 1.5rem; }

    .navbar-login-form .form-link .link-hover-item { font-size: 0.85rem; }

    .navbar-search-results { width: -webkit-fill-available; margin-right: 15px; padding: 0; }

    .navbar-wrapper .nav-item { margin-left: 0.75rem; margin-right: 0; }
}

@media (max-width: 575px) {
    .navbar-search-results { max-height: 450px; }
    .navbar-search-result ~ .navbar-search-result:last-child { margin-top: 0; padding-bottom: 1rem; }
}

@media (max-width: 360px) {
    .navbar-search-results { max-height: 340px; }
}

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */

.section { margin-bottom: 2.75rem; }

.section-categories,
.section-about-us-preview,
.section-register,
.section-cart,
.section-blog .blog-title,
.section-article .blog-title,
.section-contacts .contact-title,
.section-general-terms .general-terms-title { color: #292929; }

.section-general-terms .section-title ,
.section-blog .card-title,
.section-blog .card-subtitle,
.section-article .section-title,
.section-article .section-desc,
.section-contacts .card-title ,
.section-general-terms .terms-list,
.section-general-terms .terms-item { color: #2a2a28; }

.section-top { padding-top: 16rem; }

.section-categories .col-sm-4:nth-child(-n+4) { padding-bottom: 1.95rem; }

.section-about-us-preview .left { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-flow: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-flow: column; -ms-flex-align: center; -webkit-box-align: center; align-items: center; -ms-flex-pack: space-evenly; -webkit-box-pack: space-evenly; justify-content: space-evenly;
    margin: 0 15px; padding: 0; }
.section-about-us-preview .section-body { text-align: center; }
.section-about-us-preview .btn-learn-more { margin-top: 2.5rem; }

.section-products .section-title { text-align: center; }
.section-products .card-product { border: none; }
.section-products .card-body { padding: 0; }

.section-collection { padding-top: 1rem; }
.section-collection .card-product .card-body {padding: 0; }
.section-collection .collection { margin-bottom: 2rem; }

.section-subscribe { padding: 2rem; background-image: url("../css/images/subscriber.png"); background-repeat: no-repeat;
    background-position: center; }
.section-subscribe .subscribe-wrapper { display: -ms-flexbox; display: -webkit-box; display: flex; }
.section-subscribe .form-group { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-pack: center; -webkit-box-pack: center; justify-content: center; -ms-flex-align: baseline; -webkit-box-align: baseline; align-items: baseline; margin-bottom: 0; }
.section-subscribe .form-control { width: 380px; padding: 1.5rem 0.75rem; border: none; border-radius: 0; }
.section-subscribe label { margin-bottom: 0; padding-right: 1.85rem; font-size: 1.5rem; color: white;
    text-align: center; }

.section-breadcrumb { margin-bottom: 1.5rem; padding-top: 222px; }
.section-breadcrumb .breadcrumb { padding: 0; background-color: transparent; }
.section-breadcrumb .breadcrumb-item { font-size: 0.75rem; color: #9f9f9f; }

.section-thank-you .row,
.section-page-not-found .row { max-width: 70%; margin: 0 auto; }

.section-thank-you .section-title,
.section-page-not-found .section-title { margin-bottom: 1.25rem; padding-bottom: 1.25rem; border-bottom: 1px solid #aeaeae; text-align: center; }

.section-thank-you .section-body,
.section-page-not-found .section-body { text-align: center; }

.section-register { margin-bottom: 9rem; }
.section-register .section-title { margin-bottom: 1rem; padding-bottom: 10px; border-bottom: 1px solid #9d9d9d; }

.section-filter { display: -ms-flexbox; display: flex; border-bottom: 1px solid #aeaeae; padding-bottom: 1.25rem; }
.section-filter .range { -webkit-appearance: none; width: 100%; height: 10px; margin: 0.65rem 0; border-radius: 5px; 		background: #d3d3d3; outline: none; opacity: 0.7; transition: opacity .2s; }
.section-filter .range:hover { opacity: 1; }
.section-filter .range::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 1rem; height: 1rem;
    border-radius: 50%; background-color: gray; cursor: pointer; }
.section-filter .range::-moz-range-thumb { -webkit-appearance: none; appearance: none; width: 1rem; height: 1rem;
    border-radius: 50%; background-color: gray; cursor: pointer; }
.section-filter .dropdown-option { margin-right: 1.85rem; }
.section-filter .dropdown-option:last-child { margin-right: 0; }
.section-filter .dropdown-menu { width: 100%; margin: 0; border-radius: 0; border: 1px solid #aeaeae; }
.section-filter .dropdown-menu-range { min-height: 5rem; }
.section-filter .get-range-price { display: block; padding: 0.65rem; font-size: 0.875rem; color: #2a2a28; }
.section-filter .fa-filter { display: none; }
.section-filter .dropdown-item { font-size: 12px; outline: none; transition: 0.2s ease-in; }
.section-filter input[type=checkbox] { position: absolute; top: auto; left: 2%; width: 1rem; height: 1rem; outline: none;
    content: none; -moz-appearance:none; -webkit-appearance:none; -o-appearance:none;  cursor:pointer; }
.section-filter input[type=checkbox]:after { display: inline-block; width: 100%; height: 100%;
    border: 1px solid #aeaeae; visibility: visible; content: " "; text-align: center; }
.section-filter input[type=checkbox]:checked:after { background-color: #292929; color: white; content: "\2714"; }
.section-filter label { margin-left: 0.5rem; }

.section-filter .dropdown-item.active,
.section-filter .dropdown-item:active { background-color: rgba(174,174,174,0.5); color: white; }

.section-filter-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
    border-bottom: 1px solid #aeaeae; }
.section-filter-wrapper .btn-filter-modal-close:focus { outline: none; }
.section-filter-wrapper .sort-item .dropdown-menu { right: -15px; }

.section-filter-inner { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-wrap: wrap;  flex-wrap: wrap; padding-bottom: 1.25rem; }
.section-filter-inner .range { -webkit-appearance: none; width: 100%; height: 10px; margin: 0.65rem 0; border-radius: 5px; background: #d3d3d3; outline: none; opacity: 0.7; -webkit-transition: opacity .2s; -o-transition: opacity .2s; transition: opacity .2s; }
.section-filter-inner .range:hover { opacity: 1; }
.section-filter-inner .range::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 1rem; height: 1rem;
    border-radius: 50%; background-color: gray; cursor: pointer; }
.section-filter-inner .range::-moz-range-thumb { -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 1rem; height: 1rem;
    border-radius: 50%; background-color: gray; cursor: pointer; }
.section-filter-inner .dropdown-option { display: -webkit-box; display: -ms-flexbox; display: flex; margin-right: 1.85rem; margin-bottom: 0.5rem; }
.section-filter-inner .dropdown-menu { width: 100%; margin: 0; border-radius: 0; border: 1px solid #aeaeae; }
.section-filter-inner .dropdown-filters { max-height: 400px; overflow-y: auto; overflow-x: hidden; }
.section-filter-inner .dropdown-filters::-webkit-scrollbar { width: 0.5rem; }
.section-filter-inner .dropdown-filters::-webkit-scrollbar-track { background: #aeaeae; }
.section-filter-inner .dropdown-filters::-webkit-scrollbar-thumb { background-color: #2a2a28; }
.section-filter-inner .dropdown-filters::-webkit-scrollbar-thumb:hover { background: #4d4d49; }

/* firefox scroll style */
.section-filter-inner .dropdown-filters { scrollbar-width: thin; scrollbar-color: #2a2a28 white;  }
.section-filter-inner .dropdown-filters:hover { scrollbar-color: #4d4d49; }

.section-filter-inner .dropdown-menu-range { max-height: 5rem; padding: 1rem; }
.section-filter-inner .get-range-price { display: block; padding: 0.65rem; font-size: 0.875rem; color: #2a2a28; }
.section-filter-inner .fa-filter { display: none; }
.section-filter-inner .dropdown-item { font-size: 12px; outline: none; -webkit-transition: 0.2s ease-in; -o-transition: 0.2s ease-in; transition: 0.2s ease-in; }

/* Category filter checkbox*/
.section-filter-wrapper .category-form-filters label { position: relative; display: inline-block; padding-left: 0.25rem; vertical-align: middle; }
.section-filter-wrapper .category-form-filters input[type="checkbox"] { outline: none; content: none; -moz-appearance:none; -webkit-appearance:none; -o-appearance:none;
    cursor:pointer; border: none; }
.section-filter-wrapper .category-form-filters label::before { position: absolute; left: 0; display: inline-block; width: 16px; height: 16px; margin-left: -20px;
    border: 1px solid #292929; border-radius: 0; background-color: #fff; content: ""; }
.section-filter-wrapper .category-form-filters input[type="checkbox"]:checked + label::before,
.section-filter-wrapper .category-form-filters input[type="checkbox"]:focus + label::before { background-color: white; }
.section-filter-wrapper .category-form-filters input[type="checkbox"]:checked + label::after { position: absolute; top: 0; left: -20px; z-index: 200; width: 16px; height: 16px;
    border: 1px solid #292929; background-color: rgb(255, 255, 255); font-family: "FontAwesome"; content: "\2714"; font-weight: 900; color: black; text-align: center; }
/* ./Category filter checkbox */


/* Category sort */
.section-filter-wrapper .sort-item label { position: relative; display: inline-block; padding-left: 0.25rem; vertical-align: middle; }
.section-filter-wrapper .sort-item input[type="checkbox"] { outline: none; content: none; -moz-appearance:none; -webkit-appearance:none; -o-appearance:none;
    cursor:pointer; border: none; }
.section-filter-wrapper .sort-item label::before { position: absolute; left: 0; display: inline-block; width: 16px; height: 16px; margin-left: -20px;
    border: 1px solid #292929; border-radius: 0; background-color: #fff; content: ""; }
.section-filter-wrapper .sort-item input[type="checkbox"]:checked + label::before,
.section-filter-wrapper .sort-item input[type="checkbox"]:focus + label::before { background-color: white; }
.section-filter-wrapper .sort-item input[type="checkbox"]:checked + label::after { position: absolute; top: 0; left: -20px; z-index: 200; width: 16px; height: 16px;
    border: 1px solid #292929; background-color: rgb(255, 255, 255); font-family: "FontAwesome"; content: "\2714"; font-weight: 900; font-size: 12px; color: black;
    text-align: center; }
.section-filter-item select { padding: 0.5rem 0.75rem; padding-right: 3rem; border-color: #aeaeae; border-radius: 0; font-size: 0.75rem; color: #2a2a28; appearance: none;
    -moz-appearance: none; -webkit-appearance: none; }
.section-filter-item .bg-arrow { background-image: url('../css/images/arrow-down.png'); background-repeat: no-repeat; background-size: 6px; background-position: 93% center; }
/* ./Category sort */

.section-filter-wrapper .dropdown-item.active,
.section-filter-wrapper .dropdown-item:active { background-color: rgba(174,174,174,0.5); color: white; }

.section-pagination .pagination { -ms-flex-pack: center; -webkit-box-pack: center; justify-content: center; padding-bottom: 3.25rem; border-bottom: 1px solid #a3a3a3;
    border-radius: 0; }
.section-pagination .page-link { border: 1px solid #bbbbbb; color: #2a2a2a; font-family: 'Montserrat Regular', 'Helvetica', sans-serif; }
.section-pagination .page-link:focus { -webkit-box-shadow: none; box-shadow: none; }

.section-general-terms a { text-decoration: underline; }
.section-general-terms .general-terms-title { max-width: 50%; margin-bottom: 1.25rem; padding: 5px 0;
    border-bottom: 1px solid #9d9d9d; }
.section-general-terms .section-title { padding-bottom: 1.25rem; font-family: 'Montserrat Bold', 'Helvetica', sans-serif; }
.section-general-terms .terms-list { margin-left: 15px; margin-right: 15px; margin-bottom: 0; }
.section-general-terms .terms-item:last-child { padding-bottom: 0; }
.section-general-terms span { display: block; margin-top: 2.5rem; }

.section-general-terms .terms-list,
.section-general-terms .terms-item { padding-bottom: 1.25rem; }

.section-blog .blog-title,
.section-article .blog-title,
.section-contacts .contact-title { margin-bottom: 1.25rem; padding-bottom: 0.6rem; border-bottom: 1px solid #9d9d9d; }

.section-article img,
.section-about-us img { width: 100%; }

.section-blog .card-title { margin-bottom: 0; padding-bottom: 1.45rem; }
.section-blog .card-subtitle { font-size: 1.25rem; }
.section-blog .card-blog { height: 100%; border: none; border-radius: 0; }
.section-blog .card-body { padding: 1.65rem 0 3rem 0; }

.section-article .section-desc { padding-bottom: 1rem; }
.section-article .section-desc p { padding-bottom: 1.55rem; }
.section-article hr { border-top: 1px solid #2a2a28; }
.section-article .col-xl-12 hr { border-top: 1px solid #a3a3a3; }
.section-article .blog-single-title { width: 60%; }
.section-article .section-title { padding: 2rem 0 0.55rem 0; }
.section-article .section-desc .desc-title { display: block; padding-bottom: 1.55rem; font-family: 'Montserrat Bold', 'Helvetica', sans-serif; }
.section-article .section-desc hr { display: none; margin-bottom: 0; border-top: 1px solid #aeaeae; }
.section-article .card-article { border: none; }
.section-article .card-body { padding: 1rem 0; }

.section-about-us { color: #2a2a28; }
.section-about-us .img-desctop { height: 520px; -o-object-fit: cover; object-fit: cover; -o-object-position: 50% 20%; object-position: 50% 20%; }
.section-about-us .row { -ms-flex-pack: center; -webkit-box-pack: center; justify-content: center; }
.section-about-us article { margin-bottom: 2.15rem; }
.section-about-us article:last-child { margin-bottom: 0; }
.section-about-us .section-head { margin: 3.55rem 0; }
.section-about-us .section-title { margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px solid #2a2a28; }
.section-about-us .bold { font-family: 'Montserrat Bold', 'Helvetica', sans-serif; }
.section-about-us p { padding-bottom: 1.25rem; }
.section-about-us hr { max-width: 30%; margin: 0 auto; margin-top: 2rem; border-top: 1px solid black; }
.section-about-us .border-bg-gray-c { border-bottom: 1px solid #a3a3a3; }

.section-cart .section-title { padding: 0.85rem 0; border-bottom: 1px solid #9d9d9d; }

.section-cart .cart-old-price,
.section-cart .cart-actual-price { line-height: 1.6; }

.section-filter { display: -ms-flexbox; display: flex; border-bottom: 1px solid #aeaeae; padding-bottom: 1.25rem; }
.section-filter .range { -webkit-appearance: none; width: 100%; height: 10px; margin: 0.65rem 0; border-radius: 5px; 		background: #d3d3d3; outline: none; opacity: 0.7; transition: opacity .2s; }
.section-filter .range:hover { opacity: 1; }
.section-filter .range::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 1rem; height: 1rem;
    border-radius: 50%; background-color: gray; cursor: pointer; }
.section-filter .range::-moz-range-thumb { -webkit-appearance: none; appearance: none; width: 1rem; height: 1rem;
    border-radius: 50%; background-color: gray; cursor: pointer; }
.section-filter .dropdown-option { margin-right: 1.85rem; }
.section-filter .dropdown-option:last-child { margin-right: 0; }
.section-filter .dropdown-menu { width: 100%; margin: 0; border-radius: 0; border: 1px solid #aeaeae; }
.section-filter .dropdown-menu-range { min-height: 5rem; }
.section-filter .get-range-price { display: block; padding: 0.65rem; font-size: 0.875rem; color: #2a2a28; }
.section-filter .fa-filter { display: none; }
.section-filter .dropdown-item { font-size: 12px; outline: none; transition: 0.2s ease-in; }
.section-filter input[type=checkbox] { position: absolute; top: auto; left: 2%; width: 1rem; height: 1rem; outline: none;
    content: none; -moz-appearance:none; -webkit-appearance:none; -o-appearance:none;  cursor:pointer; }
.section-filter input[type=checkbox]:after { display: inline-block; width: 100%; height: 100%;
    border: 1px solid #aeaeae; visibility: visible; content: " "; text-align: center; }
.section-filter input[type=checkbox]:checked:after { background-color: #292929; color: white; content: "\2714"; }
.section-filter label { margin-left: 0.5rem; }

.section-filter .dropdown-item.active,
.section-filter .dropdown-item:active { background-color: rgba(174,174,174,0.5); color: white; }

.section-product { color: #292929; }
.section-product .badge { position: absolute; top: 4%; right: 4%; display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-pack: center; -webkit-box-pack: center; justify-content: center;
    -ms-flex-align: center; -webkit-box-align: center; align-items: center; width: 4.75rem; height: 4.75rem; background-color: #292929; font-size: 1.5rem; color: white; }

.section-product .card-title { margin: 0; padding: 1rem 0; border-bottom: 1px solid #aeaeae; }
.section-product .card-body { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-flow: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-flow: column; border-bottom: 1px solid #aeaeae;
    font-size: 0.875rem; }
.section-product .card-body .row { display: table; width: 100%; }
.section-product .card-body .row:first-child .col-sm-6 { padding-bottom: 2rem; }
.section-product .card-body .row:last-child .col-sm-6 { padding-top: 2rem; padding-bottom: 0; }
.section-product .col-sm-6 { display: table-cell; }
.section-product .card-body .col-sm-6 { width: 50%; word-break: break-word; }
.section-product .card-body .col-sm-6 div p { padding-bottom: 3.125rem; }
.section-product .card-body .border-light-c { display: block; margin-top: 1.45rem; border-top: 1px solid #aeaeae; }
.section-product .card-meta { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-pack: justify; -webkit-box-pack: justify; justify-content: space-between; -ms-flex-align: baseline; -webkit-box-align: baseline; align-items: baseline; padding: 1.3rem 0; }
.section-product .card-meta div { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-align: baseline; -webkit-box-align: baseline; align-items: baseline; }
.section-product .card-id { font-family: 'Montserrat Medium',  sans-serif; }
.section-product .old-price { margin-right: 1rem; color: #aeaeae; text-decoration: line-through; }
.section-product .note { margin-top: 1rem; margin-bottom: 1rem; padding-top: 1rem; border-top: 1px solid #aeaeae; }
.section-product .note span { font-family: 'Montserrat Medium',  sans-serif; }

.section-product .col-sm-6:first-child,
.section-contacts .col-sm-4:nth-child(odd) { border-right: 1px solid #aeaeae; }

.section-product .col-sm-6:nth-child(2),
.section-contacts .col-sm-8:nth-child(even) { padding-left: 1.55rem; font-family: 'Montserrat Medium',  sans-serif; }

.section-product .col-sm-6 p,
.section-contacts .col-sm-4 p,
.section-contacts .col-sm-8 p { padding-bottom: 1rem; }

.section-product .card-body .row:last-child .col-sm-6 p,
.section-contacts .card-body .row:last-child .col-sm-8 p,
.section-contacts .card-body .row:last-child .col-sm-4 p { padding-bottom: 0; }

.section-product .card,
.section-contacts .card { border: none;}

.section-product .card-body,
.section-contacts .card-body { padding: 0; }

.section-collection .bt,
.section-contacts .bt { display: block; border-bottom: 1px solid #aeaeae; }

.section-contacts .bt { margin-top: 1rem; margin-bottom: 0.6rem; }

.section-contacts .row { -ms-flex-pack: center; -webkit-box-pack: center; justify-content: center; }
.section-contacts .card-body { margin-bottom: 1.5rem; font-size: 0.875rem; }
.section-contacts .card-body span { display: none; font-size: 1rem; }
.section-contacts .card-title { margin-bottom: 1.25rem; padding-bottom: 1.25rem; border-bottom: 1px solid #aeaeae; }
.section-contacts hr { margin: 1.5rem 0; border-top: 1px solid #9d9d9d; }
.section-contacts .mapouter,
.section-contacts .gmap_canvas { width: 100%; height: auto; }

@media screen and (max-width: 1380px) {
    .section-product .section-title,
    .section-product .card-id,
    .section-product .old-price { font-size: 0.875rem; }

    .section-product .price { font-size: 1.25rem;}
    .section-product .card-body .row:first-child .col-sm-6 { padding-bottom: 2rem; }
    .section-product .card-body .row:last-child .col-sm-6 { padding-top: 1.5rem; }
    .section-product .card-body .col-sm-6 p { padding-bottom: 0.5rem; }
}

@media (max-width: 1199px) {
    .section-top { padding-top: 10.5rem; }

    .section-breadcrumb { padding-top: 10rem; }

    .section-about-us-preview .section-body br { display: none; }

    .section-thank-you .row,
    .section-page-not-found .row { padding-bottom: 2rem; }

    .section-about-us-preview .btn-learn-more { margin: 1.5rem 0; }

    .section-products .col-mobile { -ms-flex: 100%; -webkit-box-flex: 100%; flex: 100%; max-width: 100%; padding-bottom: 1.85rem; }

    .section-product .card-body .row:first-child .col-sm-6 { padding-bottom: 1.5rem; }
    .section-product .card-body .row:last-child .col-sm-6 { padding-top: 1rem; }
    .section-product .card-meta { padding: 1rem 0; }
    .section-product .card-body .border-light-c { margin-top: 1rem; }
    .section-product .note br { display: none; }
    .section-product .note span { padding-left: 0.5rem; }
    .section-product .col-md-4 { margin-bottom: 3rem; }

    .section-blog .card-title { font-size: 1.5rem; }

    .section-contacts .col-sm-4,
    .section-contacts .col-sm-8 { -ms-flex: 0 0 50%; -webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%; }
    .section-contacts .card-title { text-align: center; }
}

@media (max-width: 991px) {
    .section-breadcrumb { padding-top: 10.25rem; }
    .section-breadcrumb .breadcrumb-item { font-size: 0.875rem; }

    .section-thank-you .section-title,
    .section-page-not-found .section-title { font-size: 1.5rem; }

    .section-about-us-preview .section-title { padding-top: 0.5rem; }

    .section-about-us .section-title { font-size: 1.75rem; }
    .section-about-us hr { display: none; }
    .section-about-us .img-right .col-md-3 { -ms-flex-order: -1; -webkit-box-ordinal-group: 0; order: -1; }

    .section-categories .col-mobile { -ms-flex: 100%; -webkit-box-flex: 100%; flex: 100%; max-width: 100%; }

    .section-subscribe label { padding-right: 0; padding-bottom: 1.25rem; }
    .section-subscribe .form-group { -ms-flex-flow: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-flow: column; -ms-flex-align: center;
        -webkit-box-align: center; align-items: center; }

    .section-filter-inner .dropdown-option { margin-right: 0.5rem; }

    .section-general-terms .general-terms-title { max-width: 100%; }

    .section-blog .card-title { font-size: 1.25rem; }
    .section-blog .card-subtitle { font-size: 1rem; }

    .section-article .section-title { font-size: 1rem; }
    .section-article .blog-single-title { width: 100%; }
    .section-article .col-10 { -ms-flex: 0 0 66.66667%; -webkit-box-flex: 0; flex: 0 0 66.66667%; max-width: 66.66667%; }
    .section-article .col-md-2 { -ms-flex: 0 0 100%; -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; }
    .section-article .col-xl-12 hr { border-top: none; }
    .section-article .card-article { margin-right: 0.6rem; }
    .section-article .section-desc hr { display: block; }

    .section-product .bt { border-bottom: none; }

    .section-product .col-md-6,
    .section-product .col-md-4,
    .section-products .col-md-10 { -ms-flex: 0 0 100%; -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; }

    .section-collection { padding-top: 0; }

    .section-cart .col-sm-8,
    .section-cart .col-sm-4 { -ms-flex: 0 0 100%; -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; }

    .section-pagination .pagination { padding-bottom: 0; border-bottom: none; }
}

@media (max-width: 767px) {
    .section { margin-bottom: 2rem; }

    .section-top { padding-top: 11.5rem; }
    .section-breadcrumb { margin-bottom: 1rem; padding-top: 11.25rem; }

    .section-categories .section-title,
    .section-about-us-preview .section-title,
    .section-thank-you .section-title,
    .section-products .section-title,
    .section-page-not-found .section-title,
    .section-collection .section-title { font-size: 1.45rem; }

    .section-categories .section-head:first-child { border-bottom: none; }
    .section-categories .section-title { padding: 1.25rem 0; }
    .section-categories .row-mobile { padding: 0 10px; }
    .section-categories .col-sm-4:nth-child(-n+4) { padding-top: 0; padding-bottom: 15px; }

    .section-categories .col-sm-4,
    .section-categories .col-sm { -ms-flex: 0 0 50%; -webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%; padding-right: 5px; padding-left: 5px; padding-bottom: 15px; }

    .section-about-us-preview .left { display: initial; }
    .section-about-us-preview .section-body br { display: block; }

    .section-about-us article { margin-bottom: 0; }
    .section-about-us .img-desctop { display: none; }
    .section-about-us .section-head { margin: 1rem 0; }
    .section-about-us .section-title { font-size: 1.15rem; }
    .section-about-us .section-subtitle { font-size: 1rem; }
    .section-about-us .bold { padding-top: 0.85rem; }
    .section-about-us .section-body { padding: 0 15px; }
    .section-about-us img { width: 100%; }
    .section-about-us .col-10 { -ms-flex: 0 0 100%; -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; }
    .section-about-us .col-lg-3 { display: initial; }

    .section-about-us-preview .section-head,
    .section-products .section-head { max-width: 85%; margin: 0 auto; margin-bottom: 1.25rem; padding-bottom: 1.25rem;
        border-bottom: 1px solid #aeaeae; text-align: center; }

    .section-collection .section-head { margin-bottom: 1.25rem; padding-bottom: 1.25rem; }

    .section-about-us-preview .right-img { display: none; }
    /* .section-products .left-img  { display: none; } */

    .section-thank-you img { display: block; width: 80%; margin: 0 auto; }
    .section-page-not-found img { display: block; width: 60%; margin: 0 auto; }

    .section-register .section-title { font-size: 1.15rem; }

    .section-blog .card-title { font-size: 1.15rem; }
    .section-blog .card-subtitle { font-size: 0.85rem; }
    .section-blog .card-body {  padding: 1rem 0 2rem 0; }

    .section-filter-wrapper { padding-bottom: 1rem; }

    .section-filter-wrapper .section-filter-item { flex: 0 0 48%; width: 48%; }

    .section-filter-wrapper .category-form-filters { display: none; position: fixed; right: 15px; left: 15px; z-index: 2000; top: 0; max-height: 100vh; height: 100vh; margin: 0 auto;
        border: 1px solid #282828; background-color: white; }
    .section-filter-wrapper .category-form-filters .modal-dialog { margin: 0 auto; padding: 1rem; }
    .section-filter-wrapper .category-form-filters .modal-content { border: none; }
    .section-filter-wrapper .btn-filter-modal-close { padding: 0.5rem; }
    .section-filter-wrapper:first-child .section-filter-inner .btn-dropdown-option { padding: 0.25rem; }

    .section-filter-inner .dropdown-option { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; width: 100%; }
    .section-filter-inner .dropdown-filters { position: relative !important; height: 300px; transform: translate3d(0,0,0) !important; }
    .section-filter-inner .dropdown-menu-range { position: relative !important; max-width: 100% !important; transform: translate3d(0px, 0px, 0px) !important; }
    .section-filter-inner .fa-filter { display: inline-block; }

    .section-filter-item select { width: 100%; padding: 0.9rem; font-size: 1rem; }

    .section-subscribe .subscribe-wrapper { -ms-flex-pack: center; -webkit-box-pack: center; justify-content: center; width: 100%; }
    .section-subscribe .form-control { width: 100%; font-size: 1rem; }

    .section-article .col-10 { -ms-flex: 0 0 100%; -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; }
    .section-article .section-desc ul { padding-left: 1.5rem; }

    .section-product .section-title,
    .section-product .card-id { font-size: 1.15rem; }

    .section-product .card-body .col-sm-6,
    .section-product .note { font-size: 1rem; }

    .section-product .col-md-4 { margin-bottom: 0; }
    .section-product .card-title { padding: 1.85rem 0 1rem 0; }
    .section-product .old-price { margin-right: 0.5rem; font-size: 1.25rem; }
    .section-product .price { font-size: 1.35rem; }
    .section-product .price span:not(.twin-price-el) { font-size: 1.25rem; }
    .section-product .card-body .row:first-child .col-sm-6 { padding-bottom: 3.5rem; }
    .section-product .card-body .row:last-child .col-sm-6 { padding-top: 2.5rem; }

    .section-contacts .card-title { margin-bottom: 1rem; padding-bottom: 1rem; font-size: 1.45rem; }
    .section-contacts .card-body { font-size: 1rem; }
    .section-contacts .card-body span { display: block; font-size: 1rem; }
    .section-contacts .card-body .col-sm-8 { -ms-flex: 0 0 90%; -webkit-box-flex: 0; flex: 0 0 90%; max-width: 90%; }
    .section-contacts .card-body .col-sm-4:nth-child(odd) p { display: none; }
    .section-contacts .col-sm-4:nth-child(odd) { -ms-flex: 0 0 10%; -webkit-box-flex: 0; flex: 0 0 10%; max-width: 10%; text-align: center; }
    .section-contacts .fa-map-marker-alt { font-size: 16px; }

    .section-contacts .col-sm-4 span,
    .section-contacts .col-sm-8 span { padding-bottom: 1rem; }

    .section-contacts .card-body .row:last-child .col-sm-8 span,
    .section-contacts .card-body .row:last-child .col-sm-4 span { padding-bottom: 0; }

    .section-contacts .note,
    .section-contacts .bt { display: none; }

    .section-cart .cart-actual-price { display: none; }
    .section-cart .btn-cart-product-delete { margin-left: 4rem; padding: 0 0.75rem; }

    .section-general-terms .section-title,
    .section-general-terms .terms-list,
    .section-general-terms .terms-item { padding-bottom: 1rem;}

}

@media (max-width: 575px) {
    .section-subscribe label { font-size: 1.15rem; }

    .section-cart .btn-cart-product-delete { margin-left: 2rem; }

    .section-blog .card-title { padding-bottom: 1rem; }

    .section-thank-you .row,
    .section-page-not-found .row { max-width: 100%; }

    .section-product .badge { width: 3.75rem; height: 3.75rem; }

    .section-product .col-sm-6:nth-child(even),
    .section-contacts .col-sm-8:nth-child(even) { padding-left: 1rem; }

    .section-filter-inner .dropdown-filters { height: 150px; }
}

@media (max-width: 360px){
    .section-product .card-meta { display: block; }
    .section-product .card-meta div { margin-top: 0.5rem; }
    .section-product .card-meta div:not(.twin-price-holder) { justify-content: space-between; margin-top: 0.5rem; }
    .section-product .old-price { font-size: 1.5rem; }
    .section-product .price { font-size: 2rem; }
}


/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */

.slick-dots li:only-child { display: none; }

.slider .slides { list-style: none outside none; }

.slider .slick-dots li button:before { font-family: 'slick'; font-size: 1.25rem; }

.slider-inner { display: -ms-flexbox; display: -webkit-box; display: flex; }
.slider-inner .slick-track { height: 100%; }

.slider-products .slide,
.slider-inner .slide,
.slider-collections .slide { padding: 0 15px; }

.slider-collections .slick-dots { bottom: -40px }

.slider-products .slick-dots { bottom: -35px; }

.slider-inner,
.slider-nav,
.slider-nav-1 { position: relative; }

.slider-inner .arrow-prev,
.slider-inner .arrow-next { position: absolute; bottom: 50%; font-size: 2.25rem; color: #9d9d9d; cursor: pointer; }

.slider-nav .arrow-prev,
.slider-nav .arrow-next,
.slider-nav-1 .arrow-prev,
.slider-nav-1 .arrow-next { position: absolute; bottom: 35%; font-size: 1.5rem; color: #9d9d9d; cursor: pointer; }

.slider-inner .slick-dots { bottom: -50px; }
.slider-inner .arrow-prev { left: -6%; }
.slider-inner .arrow-next { right: -6%; }

.slider-nav,
.slider-nav-1 { padding: 0 2rem; }

.slider-nav .arrow-prev,
.slider-nav-1 .arrow-prev { left: 2%; }

.slider-nav .arrow-next,
.slider-nav-1 .arrow-next { right: 2%; }

.slider-nav .slide,
.slider-nav-1 .slide  { margin: 0 10px; }

.slider-nav .slick-dots,
.slider-nav-1 .slick-dots { bottom: -45px; }

.slider-nav .slick-dots li button:before,
.slider-nav-1 .slick-dots li button:before { font-size: 1rem; }

.slider-single,
.slider-single-1 { margin-bottom: 1.85rem; }

/* .slider-products { display: -ms-flexbox; display: -webkit-box; display: flex; } */
.slider-products .slick-track { height: 100%; }

.slider-product .slider-for { z-index: 1000; }

.slider-product .slider-for,
.slider-product .slider-nav { width: 100%;  float: left; }

.slider-product .slick-dotted.slick-slider { margin-bottom: 40px;}
.slider-product .slick-dots { bottom: -35px; }
.slider-product .slider-for { max-width: 82%;  padding-right: 1rem; }
.slider-product .slide img { width: 100%; height: 100%; }

.slider-product-nav .slide { padding: 0.75rem; }
.slider-product-nav .slide:first-child { margin-top: 0; }
.slider-product-nav .slide:last-child { margin-bottom: 0; }

@media (max-width: 1199px) {
    .slider-single img,
    .slider-single-1 img { margin: 0 auto; }

    .slider-nav .arrow-prev,
    .slider-nav .arrow-next,
    .slider-nav-1 .arrow-prev,
    .slider-nav-1 .arrow-next { bottom: 45%; }

    .slider-nav .arrow-prev,
    .slider-nav-1 .arrow-prev { left: 1%; }
    .slider-nav .arrow-next,
    .slider-nav-1 .arrow-next { right: 1%; }
}

@media (max-width: 991px) {
    .slider-product { height: 550px; }
    .slider-product .slider-for { max-width: 80%; }

    .slider-inner .arrow-prev,
    .slider-inner .arrow-next { font-size: 1.75rem; }

    .slider-inner .arrow-prev { left: -2%; }
    .slider-inner .arrow-next { right: -2%; }
}

@media (max-width: 991px){
    .slider-nav,
    .slider-nav-1 { padding: 0; }
}

@media (max-width: 767px) {
    .slider .slick-dots li button:before { font-family: 'slick'; font-size: 12px; }

    .slider-nav,
    .slider-nav-1 { display: none; }

    .slider-products .slide,
    .slider-inner .slide,
    .slider-collections .slide { padding: 0 5px; }

    .slider-inner .slick-dots { bottom: -40px; }

    .slider-product { height: auto; }
    .slider-product .slider-product-nav { display: none; }
    .slider-product .slider-for { max-width: 100%; width: 100%; padding-right: 0; }

    .slider-single .slick-dots,
    .slider-single-1 .slick-dots { bottom: -30px; }
}

@media (max-width: 575px) {
    .slider-single .slick-dots li,
    .slider-single-1 .slick-dots li { margin: 0 2px; }
}

/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */

.widgets { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	Twin prices
\* ------------------------------------------------------------ */

.section-product .card-meta:has(.twin-price-holder) {
    flex-wrap: wrap;
    gap: .7rem .5rem;
}

.section-product .twin-price-holder {
    flex-wrap: wrap;
    justify-content: flex-end;
    text-align: right;
    gap: 0 1rem;
    margin-left: auto;
}

.section-product .twin-price-holder .old-price {
    margin-right: 0;
}

.cart-products-total .twin-price-holder {
    text-align: right;
}

.cart .twin-price-holder {
    flex-direction: column;
}

.cart-checkout .twin-price-holder {
    text-align: right;
}

.cart-checkout .twin-price-holder-diff {
    line-height: 1;
}

.cart-checkout-item.twin-price-holder-alt .cart-checkout-inner {
    flex-direction: column;
}

.cart-checkout-item.twin-price-holder-alt .cart-checkout-inner .cart-old-price {
    margin-right: 0;
    text-align: right;
}

.cart-checkout-item.twin-price-holder-alt .cart-checkout-inner .cart-total-price {
    margin-left: 0;
    text-align: right;
}

.cart-checkout-item.twin-price-holder-alt .cart-checkout-inner .flex-baseline {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0 1rem;
}
.cart-checkout-item.twin-price-holder-alt .cart-checkout-inner .flex-baseline > div {
    margin-right: 0;
}

.twin-price-el {
    white-space: nowrap;
}
