/*------------------------------------------------------------------
Project:  Pato
Version:  
Last change:  
Assigned to:  Kevin Nguyen
Primary use:  Company
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[LAYOUT]

* body
  + Header / header
  + Page Content / .page-content .name-page
        + Section Layouts / section .name-section
        ...
  + Footer / footer

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[COLOR CODES]

# Text Color      :  
# Primary Color 01:  
# Primary Color 02:   
# Primary Color 03:  

------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TYPOGRAPHY]

Body            : 16px/1.6 '', Arial, sans-serif;
Title           : 18px/1.6 '', Arial, sans-serif;
Paragrap        : 18px/1.6 '', Arial, sans-serif;
Input, textarea : 14px/1.6 '', Arial, sans-serif;
-------------------------------------------------------------------*/



/*[ FONT ]
///////////////////////////////////////////////////////////
*/
/* External Google font imports removed to ensure only local fonts are used */

/* Armenian and English Fonts - Using Local Fonts */

@font-face {
  font-family: Montserrat-Regular;
  src: url('../fonts/montserrat/Montserrat-Regular.ttf'); 
}

@font-face {
  font-family: Montserrat-Bold;
  src: url('../fonts/montserrat/Montserrat-Bold.ttf'); 
}

@font-face {
  font-family: Courgette-Regular;
  src: url('../fonts/courgette/Courgette-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/poppins/Poppins-Medium.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: Poppins-Light;
  src: url('../fonts/poppins/Poppins-Light.ttf'); 
}

@font-face {
  font-family: NotoSans-Regular;
  src: url('../fonts/notosans/NotoSans-Regular.ttf'); 
}

/* Local Armenian Font */
@font-face {
  font-family: 'Arm Hmk Light';
  src: url("../fonts/Arm HMK'S/ARM HMK'S LIGHT BOLD.TTF") format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Local English Font */
@font-face {
  font-family: 'Renogare';
  src: url('../fonts/Renogare/Renogare-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Renogare';
  src: url('../fonts/Renogare/Renogare-Regular.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

/* Language-specific font rules */
[lang="hy"], .armenian-text {
  font-family: 'Arm Hmk Light', 'Arm Hmk', Arial, sans-serif !important;
}

/* Ensure Armenian text uses Arm Hmk Light even with utility classes */
[lang="hy"].tit3,
[lang="hy"].txt1,
[lang="hy"].txt2,
[lang="hy"].txt13,
[lang="hy"].txt14,
[lang="hy"].txt19,
.armenian-text.tit3,
.armenian-text.txt1,
.armenian-text.txt2,
.armenian-text.txt13,
.armenian-text.txt14,
.armenian-text.txt19 {
  font-family: 'Arm Hmk Light', 'Arm Hmk', Arial, sans-serif !important;
}

[lang="en"], .english-text {
  font-family: 'Renogare', Arial, sans-serif !important;
}

/* Ensure English text uses Renogare even with utility classes */
[lang="en"].tit3,
[lang="en"].txt1,
[lang="en"].txt2,
[lang="en"].txt13,
[lang="en"].txt14,
[lang="en"].txt19,
.english-text.tit3,
.english-text.txt1,
.english-text.txt2,
.english-text.txt13,
.english-text.txt14,
.english-text.txt19 {
  font-family: 'Renogare', Arial, sans-serif !important;
}

/* Default font for mixed content */
body {
  font-family: 'Renogare', 'Arm Hmk Light', Arial, sans-serif;
  padding-top: 100px;
  transition: padding-top 0.3s ease;
}

/* Extra padding when navbar has extra area */
body.extra-navbar {
  padding-top: 190px;
}

/* Specific font overrides for key elements */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Renogare', 'Arm Hmk Light', Arial, sans-serif;
}

p, span, div {
  font-family: 'Renogare', 'Arm Hmk Light', Arial, sans-serif;
}



/*[ RESTYLE TAG ]
///////////////////////////////////////////////////////////
*/
* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
    height: 100%;
    font-family: 'Renogare', 'Arm Hmk Light', Arial, sans-serif;
  font-weight: 400;
}

/* ------------------------------------ */
a {
    font-family: inherit;
  font-weight: 400;
	font-size: 15px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
	color: #ec1d25;
}

/* ------------------------------------ */
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
    font-family: inherit;
  font-weight: 400;
	font-size: 15px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

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


/* ------------------------------------ */
input {
	outline: none;
	border: none !important;
}

textarea {
  outline: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
  box-shadow: 0 0 0px 2px #ec1d25;
  -moz-box-shadow: 0 0 0px 2px #ec1d25;
  -webkit-box-shadow: 0 0 0px 2px #ec1d25;
  -o-box-shadow: 0 0 0px 2px #ec1d25;
  -ms-box-shadow: 0 0 0px 2px #ec1d25;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #aaaaaa; }
input:-moz-placeholder { color: #aaaaaa; }
input::-moz-placeholder { color: #aaaaaa; }
input:-ms-input-placeholder { color: #aaaaaa; }

textarea::-webkit-input-placeholder { color: #aaaaaa; }
textarea:-moz-placeholder { color: #aaaaaa; }
textarea::-moz-placeholder { color: #aaaaaa; }
textarea:-ms-input-placeholder { color: #aaaaaa; }

/* ------------------------------------ */
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}


/* ------------------------------------ */
.container {
	max-width: 1200px;
}

.slick-slide {
  outline: none !important;
}

/*[ LOADDING ]
///////////////////////////////////////////////////////////
*/

.animsition-loading-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cp-spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    box-sizing: border-box;
    position: relative
}

.cp-meter {
    border-radius: 50%;
    border-top: solid 6px #ec1d25;
    border-right: solid 6px #ec1d25;
    border-bottom: solid 6px #ec1d25;
    border-left: solid 6px #ec1d25;
    width: 48px;
    height: 48px;
    display: inline-block;
    box-sizing: border-box
}

.cp-meter:before {
    border-radius: 3px;
    content: " ";
    width: 6px;
    height: 12px;
    display: inline-block;
    box-sizing: border-box;
    background-color: #ec1d25;
    position: absolute;
    top: 5px;
    left: 16px;
    transform-origin: center bottom;
    animation: cp-meter-animate-before 1s linear infinite
}

@keyframes cp-meter-animate-before {
    0% {
        transform: rotate(-45deg)
    }

    100% {
        transform: rotate(315deg)
    }
}

/*[ BACK TO TOP ]
///////////////////////////////////////////////////////////
*/
.btn-back-to-top {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 40px;
  right: 40px;
  background-color: black;
  opacity: 0.5;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  border-radius: 4px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.symbol-btn-back-to-top {
  font-size: 22px;
  color: white;
  line-height: 1em;
}

.btn-back-to-top:hover {
  opacity: 1;
  cursor: pointer;
}

@media (max-width: 576px) {
  .btn-back-to-top {
    bottom: 15px;
    right: 15px;
  }
}


/*[ Calendar ]
///////////////////////////////////////////////////////////
*/
td.active {
  background-color: #ec1d25 !important;
}

input[type="date" i] {
  padding: 14px;
}

.table-condensed td, .table-condensed th {
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 400;
}
.daterangepicker {
    width: 339px;
    box-shadow: 0px 3px 25px rgba(0,0,0,0.1);
    border: none;
    margin-top: 10px;
}
.daterangepicker .calendar {
  max-width: inherit;
}
.daterangepicker thead tr th {
  padding: 10px 0;
}
.daterangepicker .table-condensed th select {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 15px;
  padding: 5px;
}
.daterangepicker td {
    width: 60px;
    height: 35px;
}



/*[ Select2 ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/*[ width select ]
===========================================================*/
.select2-container {
  display: block;
    max-width: 100%;
    width: auto !important;
}

/*[ Select ]
===========================================================*/
.select2-container .select2-selection--single {
  display: flex;
  align-items: center;
    background-color: white;
    border: 0px solid transparent;
    border-radius: 10px !important;
    height: 46px;
    outline: none;
}

.select2-container--focus {
  border-radius: 10px;
  box-shadow: 0 0 0px 2px #ec1d25;
  -moz-box-shadow: 0 0 0px 2px #ec1d25;
  -webkit-box-shadow: 0 0 0px 2px #ec1d25;
  -o-box-shadow: 0 0 0px 2px #ec1d25;
  -ms-box-shadow: 0 0 0px 2px #ec1d25;
}

.select2-container--focus .select2-selection--single {
  border-color: transparent;
}

.select2-container--below.select2-container--open {
  border-radius: 10px;
  box-shadow: 0 0 0px 2px #ec1d25;
  -moz-box-shadow: 0 0 0px 2px #ec1d25;
  -webkit-box-shadow: 0 0 0px 2px #ec1d25;
  -o-box-shadow: 0 0 0px 2px #ec1d25;
  -ms-box-shadow: 0 0 0px 2px #ec1d25;
}

.select2-container--below.select2-container--open .select2-selection--single {
  border-color: transparent;
}

.select2-container--above.select2-container--open {
  border-radius: 10px;
  box-shadow: 0 0 0px 2px #ec1d25;
  -moz-box-shadow: 0 0 0px 2px #ec1d25;
  -webkit-box-shadow: 0 0 0px 2px #ec1d25;
  -o-box-shadow: 0 0 0px 2px #ec1d25;
  -ms-box-shadow: 0 0 0px 2px #ec1d25;
}

.select2-container--above.select2-container--open .select2-selection--single {
  border-color: transparent;
}


/*[ in select ]
===========================================================*/
.select2-selection__rendered {
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 400;
  color: #666666 !important;
  padding-left: 20px !important;
} 

.select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%) !important;
  right: 12px !important;
}


/*[ dropdown option ]
===========================================================*/
.select2-dropdown {
    border: none !important;
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: 0px 3px 25px rgba(0,0,0,0.1);
    margin-top: 7px;
}
.select2-dropdown--above {top: -2px;}
.select2-dropdown--below {top: 2px;}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container .select2-results__option--highlighted[aria-selected] {
  background-color: #ec1d25;
  color: #fff;
}

.select2-results__options{
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 400;
  color: #666666 !important;
}


.select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa !important;
  outline: none;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

.select2-search--dropdown .select2-search__field:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
}



/*[ Header ]
///////////////////////////////////////////////////////////
*/

/*[ Sidebar ]
///////////////////////////////////////////////////////////
*/
.sidebar {
  position: fixed;
  z-index: 1200;
  width: 460px;
  height: 100%;
  overflow: auto;
  background-color: white;
  top: 0;
  right: -460px;
  transition: right 0.4s ease;
  visibility: hidden;
  opacity: 0;
}

.sidebar.show-sidebar {
  right: 0px;
  visibility: visible;
  opacity: 1;
}

.sidebar:not(.show-sidebar) {
  right: -460px !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

@media (max-width: 576px) {
  .sidebar {
    width: 340px;
  }
  
  .sidebar:not(.show-sidebar) {
    right: -340px !important;
  }
}

/* Make logo 30% smaller on mobile (under 500px) */
@media (max-width: 500px) {
  .logo-container {
    transform: scale(0.7);
    transform-origin: left center;
  }
  
  .logo img {
    max-height: 35px !important;
    height: 35px !important;
  }
}

.show-sidebar {
  right: 0px;
}

.btn-hide-sidebar {
  position: absolute;
  font-size: 20px;
  color: #111111;
  padding: 10px;
  top: 20px;
  right: 20px;
}

.overlay-sidebar {
  position: fixed;
  z-index: 1150;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
}

.show-overlay-sidebar {
  visibility: visible;
  background-color: rgba(0,0,0,0.65);
}

/* ------------------------------------ */
.item-gallery-sidebar {
  display: block;
  position: relative;
  width: calc((100% - 30px) / 3 );
  margin: 5px;
}

.item-gallery-sidebar::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.item-gallery-sidebar:hover:after {
  background-color: rgba(236,29,37,0.7);
}

.sidebar-social {
  display: flex;
  justify-content: center;
  gap: 25px;
  font-size: 0;
}

.sidebar-social a {
  font-size: 28px;
  color: #111111;
  transition: color 0.3s ease, transform 0.3s ease;
}

.sidebar-social a:hover {
  color: #ec1d25;
  transform: scale(1.05);
}

@media (max-width: 576px) {
  .wrap_header {
    height: 80px;
  }

  .gallery-sidebar {
    padding-left: 20px;
    padding-right: 20px;
  }
}



/*[ Slide1 ]
///////////////////////////////////////////////////////////
*/

/*[ Slick1 ]
-----------------------------------------------------------
*/
.wrap-slick1,
.wrap-slick2,
.wrap-slick3 {
  position: relative;
}

.item-slick1,
.item-slick2,
.item-slick3 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.item-slick1 {
  height: 100vh;
}

.arrow-slick1, .arrow-slick2, .arrow-slick3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 18px;
  color: white;
  position: absolute;
  background-color: black;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: 200;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.wrap-slick1:hover .arrow-slick1,
.wrap-slick2:hover .arrow-slick2,
.wrap-slick3:hover .arrow-slick3 {
  opacity: 0.5;
}

.arrow-slick1:hover,
.arrow-slick2:hover,
.arrow-slick3:hover {
  background-color: #ec1d25;
}

.next-slick1,
.next-slick2,
.next-slick3 {
  right: 50px;
  left: auto;
}

.prev-slick1,
.prev-slick2,
.prev-slick3 {
  left: 50px;
  right: auto;
}

@media (max-width: 576px) {
  .next-slick1 {
    right: 15px;
  }

  .prev-slick1 {
    left: 15px;
  }
}

/* ------------------------------------ */
.wrap-slick1-dots {
  position: absolute;
  width: 100%;
  height: 65px;
  left: 0;
  bottom: 0;
}

.slick1-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.slick1-dots li {
  padding-left: 3px;
  padding-right: 3px;
}

.slick1-dots li button {
  display: block;
  color: transparent;
  background-color: #958e88;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid transparent;
  background-clip: padding-box;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}


.slick1-dots li button:hover {
    border: 3px solid white;
    background-color: #d41b22;
}

.slick1-dots li.slick-active button {
    border: 3px solid white;
    background-color: #d41b22;
} 

/*[ Caption ]
-----------------------------------------------------------
*/
@media (max-width: 768px) {
  .wrap-content-slide1 .tit1 {
    font-size: 70px;
  }

  .wrap-content-slide1 .txt1 {
    font-size: 60px;
  }
}

@media (max-width: 576px) {
  .wrap-content-slide1 .tit1 {
    font-size: 60px;
  }

  .wrap-content-slide1 .txt1 {
    font-size: 50px;
  }
}


/*[ Button1 ]
///////////////////////////////////////////////////////////
*/
.btn1 {
  background: white;
  border-radius: 10px;
}

.btn1:hover {
  background-color: #ec1d25;
  color: white;
}

/* Larger, bolder CTA on hero slides */
.wrap-btn-slide1 .btn1 {
	padding: 14px 34px;
	font-size: 16px;
	font-weight: 700;
    min-width: 300px;
    min-height: 52px;
}

@media (max-width: 576px) {
  .wrap-btn-slide1 .btn1 {
    min-width: auto;
    width: auto;
    white-space: nowrap;
    padding: 12px 32px;
    min-height: 48px;
  }
}

@media (max-width: 600px) {
  .section-booking .tit3 {
    font-size: 1.4rem !important;
    line-height: 1.35;
    letter-spacing: 2px;
  }

  /* Make intro section text smaller */
  .header-intro .tit2 {
    font-size: 24px !important;
  }

  .header-intro .tit4 {
    font-size: 36px !important;
    letter-spacing: 6px !important;
  }

  /* Make "Our Products" heading smaller */
  .tit5 {
    font-size: 36px !important;
    letter-spacing: 6px !important;
  }
}

/*[ Button3 ]
///////////////////////////////////////////////////////////
*/
.btn3 {
  background: #111111;
  border-radius: 10px;
}

.btn3:hover {
  background-color: #ec1d25;
  color: white;
}


/*[ Button2 ]
///////////////////////////////////////////////////////////
*/
.btn2 {
  background-color: white;
  border-radius: 10px;
  opacity: 0.9;
}

.btn2:hover {
  background-color: #ec1d25;
  color: white;
}




/*[ Intro ]
///////////////////////////////////////////////////////////
*/
.header-intro {
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Make intro grid pictures square */
.wrap-pic-blo1 {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.wrap-pic-blo1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Intro header Armenian suffix styling */
.intro-suffix {
  color: #ec1d25;
  margin-left: 4px;
}

/* Products section - make button text display in one line and expand to fit content */
.section-ourmenu .btn2 {
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: fit-content;
  width: auto;
  padding: 10px 20px;
  font-size: 22px;
}

@media (max-width: 1399px) {
  .section-ourmenu .btn2 {
    font-size: 21px;
    padding: 9px 18px;
  }
}

@media (max-width: 1199px) {
  .section-ourmenu .btn2 {
    font-size: 17px;
    padding: 9px 16px;
  }
}

@media (max-width: 999px) {
  .section-ourmenu .btn2 {
    font-size: 16px;
    padding: 8px 12px;
  }
}

@media (max-width: 799px) {
  .section-ourmenu .btn2 {
    font-size: 15px;
    padding: 7px 10px;
  }
}

@media (max-width: 599px) {
  .section-ourmenu .btn2 {
    font-size: 14px;
    padding: 6px 8px;
  }
}

/* Make entire card clickable - extend link area */
.item-ourmenu .btn2::after {
  content: '';
  position: absolute;
  top: -500px;
  left: -500px;
  right: -500px;
  bottom: -500px;
  z-index: -1;
}

/* When hovering the card, make button red */
.item-ourmenu:hover .btn2 {
  background-color: #ec1d25;
  color: white;
}

/* Larger navigation menu text and social icons */
.main_menu > li > a {
  font-size: 16px !important;
  font-weight: 500;
}

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

.menu-sidebar .txt19 {
  font-size: 20px !important;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* Footer navigation links styling */
.footer-links li a {
  display: block;
  padding: 5px 0;
  transition: all 0.3s ease;
}

.footer-links li a:hover {
  color: #ec1d25 !important;
  text-decoration: none;
  transform: translateX(5px);
}



/*[ Slide2 ]
///////////////////////////////////////////////////////////
*/

/*[ Slick2 ]
-----------------------------------------------------------
*/

.arrow-slick2 {
  top: 53%;
}


@media (max-width: 576px) {
  .next-slick2 {
    right: 15px;
  }

  .prev-slick2 {
    left: 15px;
  }
}

/* ------------------------------------ */
.wrap-slick2-dots {
  position: absolute;
  width: 100%;
  height: 128px;
  left: 0;
  bottom: 0;
}

.slick2-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.slick2-dots li {
  padding-left: 5px;
  padding-right: 5px;
}

.slick2-dots li button {
  display: block;
  color: transparent;
  background-color: #cccccc;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid transparent;
  background-clip: padding-box;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}


.slick2-dots li button:hover {
  border: 1px solid #d41b22;
  background-color: #d41b22;
}

.slick2-dots li.slick-active button {
  border: 1px solid #d41b22;
  background-color: #d41b22;
} 


/*[ Slide3 ]
///////////////////////////////////////////////////////////
*/

/*[ Slick3 ]
-----------------------------------------------------------
*/


.arrow-slick3 {
  top: 40%;
}


@media (max-width: 576px) {
  .next-slick3 {
    right: 15px;
  }

  .prev-slick3 {
    left: 15px;
  }
}

/* ------------------------------------ */
.wrap-slick3-dots {
  width: 100%;
  height: 128px;
}

.slick3-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.slick3-dots li {
  padding-left: 5px;
  padding-right: 5px;
}

.slick3-dots li button {
  display: block;
  color: transparent;
  background-color: #cccccc;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid transparent;
  background-clip: padding-box;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}


.slick3-dots li button:hover {
  border: 1px solid #d41b22;
  background-color: #d41b22;
}

.slick3-dots li.slick-active button {
  border: 1px solid #d41b22;
  background-color: #d41b22;
} 





/*[ Block2 ]
///////////////////////////////////////////////////////////
*/
.blo2 {
  border-radius: 10px;
  overflow: hidden;
}

.wrap-pic-blo2 {
  display: block;
  width: 50%;  
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wrap-text-blo2 {
  background-color: white;
  width: 50%;
  min-height: 390px;
}

/* ------------------------------------ */
.effect1 {
  background-color: #cf2227;
  opacity: 0.9;
  position: relative;
}
.effect1 .txt-effect1 {
  width: 390px;
  height: 50px;
  transform-origin: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotateZ(90deg);
  -moz-transform: translate(-50%, -50%) rotateZ(90deg);
  -ms-transform: translate(-50%, -50%) rotateZ(90deg);
  -o-transform: translate(-50%, -50%) rotateZ(90deg);
  transform: translate(-50%, -50%) rotateZ(90deg);
}

@media (max-width: 992px) {
  .blo2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .wrap-pic-blo2 {
    width: 100%;
    height: 390px;
  }

  .wrap-text-blo2 {
    width: 100%;
    min-height: 390px;
  }

  .time-event {
    width: 100%;
    height: auto;
  }

  .effect1 .txt-effect1 {
    width: 100%;
    height: 50px;
    padding: 10px;
    transform-origin: center center;
    position: unset;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}

@media (max-width: 576px) {
  .blo2 {
    width: 100%;
  }

  .wrap-pic-blo2 {
    width: 100%;
    height: 364px;
  }

}


/*[ Video ]
///////////////////////////////////////////////////////////
*/
.section-video {
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-video {
  background-color: rgba(0,0,0,0.5);
}

/*[ Modal video 01 ]
-----------------------------------------------------------
*/
body {padding-right: 0px !important;}
.modal {
  padding: 0px !important;
  z-index: 1160;
  overflow-x: hidden;
  overflow-y: auto !important;
}
.modal-open {overflow-y: scroll;}

/* ------------------------------------ */
.modal-backdrop {
  background-color: transparent;
}

#modal-video-01 {
  background-color: rgba(0,0,0,0.8);
  z-index: 1250;
  
}

#modal-video-01 .modal-dialog {
  max-width: 100% !important;
  height: 100% !important;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}

.wrap-video-mo-01 {
  width: 854px;
  height: auto;
  position: relative;
  margin: 15px;
}

.video-mo-01 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  transition: all 2s;
}

.video-mo-01 iframe {
  width: 100%;
  height: 100%;
}

.close-mo-video-01 {
  font-size: 50px;
  color: white;
  opacity: 0.6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1250;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
}

.close-mo-video-01:hover {
  cursor: pointer;
  opacity: 1;
}



/*[ Blog ]
///////////////////////////////////////////////////////////
*/
.time-blog {
  position: absolute;
  left: 14px;
  bottom: 11px;
  background-color: rgba(0,0,0,0.5);
  padding: 3px 15px;

  font-family: Montserrat;
  font-weight: 400;
  font-size: 12px;
  color: white;
  border-radius: 4px;

}


/*[ Gallery footer ]
///////////////////////////////////////////////////////////
*/
.item-gallery-footer {
  display: block;
  position: relative;
  width: calc((100% - 50px) / 4 );
  margin-right: 10px;
  margin-bottom: 10px;
}

.item-gallery-footer::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  pointer-events: none;
}

.item-gallery-footer:hover:after {
  background-color: rgba(236,29,37,0.7);
}


/*[ BG Title Page ]
///////////////////////////////////////////////////////////
*/
.bg-title-page {
  width: 100%;
  min-height: 545px;
  padding-left: 15px;
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}

@media (max-width: 576px) {
  .bg-title-page .tit6 {font-size: 30px;}
}



/*[ Item mainmenu ]
///////////////////////////////////////////////////////////
*/

.line-item-mainmenu {
  flex-grow: 1;
  height: 2px;
  margin-bottom: 5px;
  margin-right: 10px;
  margin-left: 10px;
}

@media (max-width: 576px) {
  .line-item-mainmenu {
    display: none;
  }

  .price-item-mainmenu {
    padding-top: 5px;
  }

  .name-item-mainmenu {
    width: 100%;
  }
}


/*[ Block3 ]
///////////////////////////////////////////////////////////
*/

@media (max-width: 576px) {
  .text-blo3 {
    width: 100%;
  }
}



/*[ Gallery ]
///////////////////////////////////////////////////////////
*/

.label-gallery {
  border-radius: 10px;
  padding: 2px 11px;
  margin: 5px 0;
}

.label-gallery:hover {
  background-color: #111111;
  color: white;
}

.is-actived {
  background-color: #111111;
  color: white;
}

/* ------------------------------------ */
.wrap-gallery {
  width: 100%;
  box-sizing: border-box;
}

.item-gallery {
  width: calc( (100% - 140px) / 3 ) ;
  margin: 30px 15px;
  position: relative;
}

.overlay-item-gallery {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(236,29,37,0.8);
  opacity: 0;
}

.overlay-item-gallery:hover {
  opacity: 1;
}

.btn-show-gallery {
  font-size: 18px;
  color: #222222;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: white;
}

@media (max-width: 768px) {
  .item-gallery {
    width: calc((100% - 110px) / 2);
  }
}

@media (max-width: 576px) {
  .item-gallery {
    width: calc((100% - 30px) / 1);
  }
  .wrap-gallery {
    padding-left: 0;
    padding-right: 0;
  }
}


/*[ Pagination ]
///////////////////////////////////////////////////////////
*/
.item-pagination {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 13px;
  color: #808080;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  margin: 6px;
}

.item-pagination:hover {
  background-color: #333333;
  color: white;
}

.active-pagination {
  background-color: #333333;
  color: white;
}



/*[ Sidebar2 ]
///////////////////////////////////////////////////////////
*/

/*[ Search sidebar2 ]
-----------------------------------------------------------
*/
.btn-search-sidebar2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  background-color: #333333;
  color: white;
  font-size: 18px;

  box-shadow: 0 0 0px 1px #333333;
  -moz-box-shadow: 0 0 0px 1px #333333;
  -webkit-box-shadow: 0 0 0px 1px #333333;
  -o-box-shadow: 0 0 0px 1px #333333;
  -ms-box-shadow: 0 0 0px 1px #333333;

  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.btn-search-sidebar2:hover {
  color: #ec1d25;
}

.input-search-sidebar2 {
  width: 100%;
  height: 100%;
}



/*[ Block4 ]
///////////////////////////////////////////////////////////
*/
.date-blo4 {
  width: 75px;
  height: 82px;
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 10px;
  background-color: #ec1d25;
}
/* Index Page Specific Styles */

/* Darken slider background images for better text readability */
.item-slick1::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
}

.item-slick1 .wrap-content-slide1 {
	position: relative;
	z-index: 2;
}

/* Collection Page Specific Styles */

/* Darken navbar background for better text readability */
.wrap-menu-header {
	background: #000000 !important;
	transition: all 0.3s ease;
}

/* Make navbar white when scrolled with clean animation */
.wrap-menu-header.scrolled {
	background: #ffffff !important;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Clean text transitions with higher specificity */
.wrap-menu-header .main_menu li a {
	color: #ffffff !important;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	transition: all 0.3s ease !important;
	transform: scale(1) !important;
	display: inline-block !important;
}

.wrap-menu-header .main_menu li a:hover {
	color: #f0f0f0 !important;
	transform: scale(1.08) !important;
}

/* Change text color to dark when scrolled */
.wrap-menu-header.scrolled .main_menu li a {
	color: #333333 !important;
	text-shadow: none !important;
	transform: scale(1) !important;
}

.wrap-menu-header.scrolled .main_menu li a:hover {
	color: #000000 !important;
	transform: scale(1.08) !important;
}

/* Active page indicator with red underline */
.wrap-menu-header .main_menu li a.active {
	position: relative;
	pointer-events: none;
	cursor: default;
}

.wrap-menu-header .main_menu li a.active::after {
	content: '';
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	height: 2px;
	background-color: #ec1d25;
	transition: all 0.3s ease;
}

.wrap-menu-header.scrolled .main_menu li a.active::after {
	background-color: #ec1d25;
}

/* Hover underline for non-active links */
.wrap-menu-header .main_menu li a:not(.active):hover::after {
	content: '';
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	height: 2px;
	background-color: #ec1d25;
	opacity: 0.6;
	transition: all 0.3s ease;
}

/* Sidebar menu active state */
.menu-sidebar li a.active {
	color: #ec1d25 !important;
	pointer-events: none;
	cursor: default;
	position: relative;
}

.menu-sidebar li a.active::after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
	height: 2px;
	background-color: #ec1d25;
}

/* Button styling for "Դիտել ապրանքները" */
.btn1 {
	color: #000000 !important;
	background: #ffffff !important;
	border: 2px solid #000000 !important;
	transition: all 0.3s ease !important;
}

.btn1:hover {
	transform: scale(1.05) !important;
}

/* Custom Language Switcher with Flags */
.language-switcher {
	position: relative;
	display: flex;
	align-items: center;
}

.custom-language-select {
	position: relative;
	cursor: pointer;
}

.selected-language {
	display: flex;
	align-items: center;
	background: transparent;
	border: 3px solid rgba(255, 255, 255, 0.3);
	border-radius: 5px;
	padding: 8px 12px;
	color: #ffffff;
	font-size: 11px;
	transition: all 0.3s ease;
	min-width: 85px;
	min-height: 35px;
}

.selected-language:hover {
	border-color: rgba(255, 255, 255, 0.6);
	transform: scale(1.05);
}

.flag-icon {
	width: 20px;
	height: 15px;
	margin-right: 6px;
	object-fit: cover;
	border-radius: 2px;
}

.language-text {
	flex: 1;
	font-size: 13px;
}

.selected-language i {
	margin-left: 6px;
	font-size: 11px;
	transition: transform 0.3s ease;
}

.language-options {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.9);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 5px;
	z-index: 1000;
	display: none;
	overflow: hidden;
	min-width: 120px;
}

.language-options.show {
	display: block;
}

.language-option {
	display: flex;
	align-items: center;
	padding: 10px 12px;
	color: #ffffff;
	font-size: 12px;
	transition: background 0.2s ease;
	cursor: pointer;
}

.language-option:hover {
	background: rgba(255, 255, 255, 0.1);
}

/* Language switcher when navbar is scrolled */
.wrap-menu-header.scrolled .selected-language {
	border-color: rgba(0, 0, 0, 0.3);
	color: #333333;
}

.wrap-menu-header.scrolled .selected-language:hover {
	border-color: rgba(0, 0, 0, 0.6);
}

.wrap-menu-header.scrolled .language-options {
	background: rgba(255, 255, 255, 0.95);
	border-color: rgba(0, 0, 0, 0.2);
}

.wrap-menu-header.scrolled .language-option {
	color: #333333;
}

.wrap-menu-header.scrolled .language-option:hover {
	background: rgba(0, 0, 0, 0.1);
}

/* Social media icons - simple alignment */
.social {
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	margin-left: 20px !important;
}

.social a {
	color: #ffffff !important;
	transition: all 0.3s ease !important;
}

.social a:hover {
	transform: scale(1.1) !important;
}

.social a i {
	font-size: 22px !important;
}

/* Social icons when navbar is scrolled */
.wrap-menu-header.scrolled .social a {
	color: #000000 !important;
}

/* Logo Container with proper margins */
.logo-container {
	display: flex;
	align-items: center;
	padding: 0 15px;
	margin-left: -100px;
	min-width: 120px;
	position: relative;
}

/* Mobile responsive - reset logo container on small screens */
@media (max-width: 768px) {
	.logo-container {
		margin-left: 0 !important;
		padding: 0 15px !important;
		min-width: auto !important;
	}
}

/* Tablet responsive - reduce logo container offset on medium screens */
@media (max-width: 1024px) and (min-width: 769px) {
	.logo-container {
		margin-left: -50px !important;
		padding: 0 15px !important;
	}
}

/* Extra small screens - ensure logo is always visible */
@media (max-width: 480px) {
	.logo-container {
		margin-left: 0 !important;
		padding: 0 10px !important;
	}
}

/* Progressive navbar scaling below 1400px */
@media (max-width: 1399px) and (min-width: 1200px) {
	.logo-container {
		margin-left: 0 !important;
		padding-left: 35px !important;
		padding-right: 15px !important;
	}

	.main_menu > li > a {
		font-size: 15px !important;
		padding: 13px 12px !important;
	}

	.main_menu > li {
		margin-left: 8px !important;
		margin-right: 8px !important;
	}

	.main_menu > li:first-child {
		margin-left: 4px !important;
	}

	.wrap_menu {
		padding-right: 18px !important;
		margin-left: 0 !important;
	}

	.social {
		margin-right: 10px !important;
		gap: 6px !important;
	}
}

@media (max-width: 1199px) and (min-width: 1000px) {
	.logo-container {
		margin-left: 0 !important;
		padding-left: 30px !important;
		padding-right: 15px !important;
	}

	.main_menu > li > a {
		font-size: 13px !important;
		padding: 11px 9px !important;
	}

	.main_menu > li {
		margin-left: 6px !important;
		margin-right: 6px !important;
	}

	.main_menu > li:first-child {
		margin-left: 3px !important;
	}

	.wrap_menu {
		padding-right: 15px !important;
		margin-left: 0 !important;
	}

	.social {
		margin-right: 10px !important;
		gap: 7px !important;
	}
}

@media (max-width: 999px) and (min-width: 800px) {
	.logo-container {
		margin-left: 0 !important;
		padding-left: 35px !important;
		padding-right: 15px !important;
	}

	.main_menu > li > a {
		font-size: 13px !important;
		padding: 10px 9px !important;
	}

	.main_menu > li {
		margin-left: 5px !important;
		margin-right: 5px !important;
	}

	.wrap_menu {
		padding-right: 15px !important;
	}

	.social {
		margin-right: 12px !important;
		gap: 6px !important;
	}
}

@media (max-width: 799px) and (min-width: 600px) {
	.logo-container {
		margin-left: 0 !important;
		padding-left: 30px !important;
		padding-right: 12px !important;
	}

	.main_menu > li > a {
		font-size: 12px !important;
		padding: 8px 8px !important;
	}

	.main_menu > li {
		margin-left: 4px !important;
		margin-right: 4px !important;
	}

	.wrap_menu {
		padding-right: 12px !important;
	}

	.social {
		margin-right: 10px !important;
		gap: 5px !important;
	}
}

@media (max-width: 599px) and (min-width: 400px) {
	.logo-container {
		margin-left: 0 !important;
		padding-left: 25px !important;
		padding-right: 10px !important;
	}

	.main_menu > li > a {
		font-size: 11px !important;
		padding: 6px 6px !important;
	}

	.main_menu > li {
		margin-left: 3px !important;
		margin-right: 3px !important;
	}

	.wrap_menu {
		padding-right: 10px !important;
	}

	.social {
		margin-right: 8px !important;
		gap: 4px !important;
	}
}

@media (max-width: 399px) and (min-width: 200px) {
	.logo-container {
		margin-left: 0 !important;
		padding-left: 20px !important;
		padding-right: 8px !important;
	}

	.main_menu > li > a {
		font-size: 10px !important;
		padding: 5px !important;
	}

	.main_menu > li {
		margin-left: 2px !important;
		margin-right: 2px !important;
	}

	.wrap_menu {
		padding-right: 8px !important;
	}

	.social {
		margin-right: 6px !important;
		gap: 3px !important;
	}
}

/* Black navbar background for collection page at 0 scroll */
.collection-page .wrap-menu-header {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	height: 100px !important;
	background: #000000 !important;
	z-index: 1000 !important;
}

/* Override black background when header-fixed (scrolled) */
.collection-page .header-fixed .wrap-menu-header {
	background: #ffffff !important;
}

.collection-page .wrap-menu-header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ffffff;
	opacity: 0;
	transition: opacity 1s ease;
	pointer-events: none;
}

/* Disable ::before overlay - we use direct background-color instead */
.collection-page .wrap-menu-header.scrolled::before,
.collection-page .header-fixed .wrap-menu-header::before {
	opacity: 0 !important;
	display: none !important;
}

/* Social icons always black on collection page - multiple selectors for maximum specificity */
body.collection-page .wrap-menu-header .social a,
body.collection-page .wrap-menu-header .social a i,
body.collection-page .wrap-menu-header .social .fa,
body.collection-page .wrap-menu-header .social .fa-facebook,
body.collection-page .wrap-menu-header .social .fa-instagram,
.collection-page header .social a,
.collection-page header .social a i {
	color: #333333 !important;
	fill: #333333 !important;
}

/* Hover state for social icons */
body.collection-page .wrap-menu-header .social a:hover,
body.collection-page .wrap-menu-header .social a:hover i,
body.collection-page .wrap-menu-header .social a:hover .fa {
	color: #000000 !important;
	fill: #000000 !important;
}

/* Ensure gallery container has minimal spacing */
.gallery-main-container {
	margin-bottom: 0 !important;
	min-height: auto !important;
	height: auto !important;
	overflow: visible !important;
}

/* Force smooth transitions for collection page navbar */
.collection-page .wrap-menu-header,
.collection-page .wrap-menu-header.scrolled {
	transition: all 1s ease !important;
	-webkit-transition: all 1s ease !important;
	-moz-transition: all 1s ease !important;
	-o-transition: all 1s ease !important;
}

/* Smooth transition class for JavaScript control */
.smooth-transition {
	transition: all 1s ease !important;
	-webkit-transition: all 1s ease !important;
	-moz-transition: all 1s ease !important;
	-o-transition: all 1s ease !important;
}
.wrap-menu-header {
  position: fixed;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  z-index: 1000;
  border-top: 5px solid #ec1d25;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, height 0.3s ease;
  will-change: background-color, box-shadow, height;
}

.wrap_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: transparent;
  justify-content: space-between;
  align-items: center;
}

.header-fixed .wrap-menu-header {
  position: fixed;
  height: 100px;
  background: #ffffff;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

/* Extra navbar area that appears after 200px scroll */
.header-fixed .wrap-menu-header.extra-area {
  height: 170px !important;
}

/* Category buttons in extra navbar area */
.navbar-category-filters {
  display: block;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  height: 70px;
  padding: 8px 20px;
  background: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 998;
  opacity: 0;
  transition: opacity 1s ease;
}

.header-fixed .wrap-menu-header.extra-area .navbar-category-filters {
  opacity: 1;
}

/* Hide navbar category filters and extra area on index page */
body:not(.collection-page) .navbar-category-filters {
  display: none !important;
}

body:not(.collection-page) .header-fixed .wrap-menu-header.extra-area {
  height: 100px !important;
}

/* Ensure main navbar items are vertically centered when extra area is present */
.header-fixed .wrap-menu-header.extra-area .wrap_header {
  align-items: center;
  justify-content: space-between;
  height: 100px;
}

.navbar-category-filters .navbar-filter-wrapper {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.navbar-category-filters .navbar-filter-btn {
  padding: 12px 18px;
  font-size: 14px;
  border: 2px solid #e0e0e0;
  background: #ffffff;
  color: #333333;
  border-radius: 6px;
  transition: all 0.2s ease;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  display: inline-block;
  text-align: center;
  min-height: 40px;
  line-height: 1.2;
}

/* Progressive category filter button sizing from 1200px down to 600px */
@media (max-width: 1199px) {
  .navbar-category-filters .navbar-filter-btn {
    padding: 11px 16px;
    font-size: 13px;
    min-height: 38px;
  }
  
  .navbar-category-filters {
    padding: 7px 18px;
  }
}

@media (max-width: 999px) {
  .navbar-category-filters .navbar-filter-btn {
    padding: 10px 14px;
    font-size: 12px;
    min-height: 36px;
  }
  
  .navbar-category-filters {
    padding: 6px 16px;
    gap: 6px;
  }
  
  .navbar-category-filters .navbar-filter-wrapper {
    gap: 6px;
  }
}

@media (max-width: 799px) {
  .navbar-category-filters .navbar-filter-btn {
    padding: 9px 12px;
    font-size: 11px;
    min-height: 34px;
  }
  
  .navbar-category-filters {
    padding: 5px 14px;
  }
  
  .navbar-category-filters .navbar-filter-wrapper {
    gap: 5px;
  }
}

@media (max-width: 599px) {
  .navbar-category-filters .navbar-filter-btn {
    padding: 8px 10px;
    font-size: 10px;
    min-height: 32px;
  }
  
  .navbar-category-filters {
    padding: 4px 12px;
    height: 65px;
  }
  
  .navbar-category-filters .navbar-filter-wrapper {
    gap: 4px;
  }
}

.navbar-category-filters .navbar-filter-btn:hover {
  border-color: #999;
  background: #f5f5f5;
}

.navbar-category-filters .navbar-filter-btn.is-active {
  border-color: #ec1d25;
  background: #ec1d25;
  color: #ffffff;
}

/*[ Logo ]
-----------------------------------------------------------
*/
.logo {
  height: 50px;
}

.logo > a{
  display: block;
  height: 100%;
}

.logo > a > img {
  width: auto;
  max-height: 100%;
  vertical-align: middle;
}


/*[ Menu ]
-----------------------------------------------------------
*/
.wrap_menu {
  height: 100%;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

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

.main_menu li {
  display: block;
  position: relative;
}

.main_menu > li {
  padding-top: 10px;  
  padding-bottom: 10px; 
  margin-left: 10px;
  margin-right: 10px;
}

.main_menu > li > a {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  padding: 15px;
}

.header-fixed .main_menu > li > a {
  color: #222222;
}

.main_menu > li:hover > a {
  color: #ec1d25;
  text-decoration: none;
}

/* ------------------------------------ */
.sub_menu {
  position: absolute;
  top:0;
  left: 100%;
  width: 225px;
  background-color: white;

  transform-origin: top left;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);

  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.34; 
}

.main_menu > li > .sub_menu {
  top:100%;
  left: 0;
  position: absolute;
}

.main_menu > li:hover .sub_menu {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.sub_menu li:hover > .sub_menu {
  display: block;
} 

.sub_menu li {
  background-color: #f2f2f2;
  border-top: 1px solid #e0e0e0; 
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.sub_menu li:hover {
  background-color: white;
}

.sub_menu li, .sub_menu a {
  padding: 10px;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  color: #808080;
}

.sub_menu > li:hover > a {
  color: #555555;
  text-decoration: none;
}


/*[ Social ]
-----------------------------------------------------------
*/
.social a {
  font-size: 15px;
  color: white;
}

.header-fixed .social a {
  color: #222222;
}

.social a:hover {
  color: #ec1d25;
}

.btn-show-sidebar {
  width: 26px;
  height: 15px;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}

.header-fixed .btn-show-sidebar {
  border-top: 2px solid #222222;
  border-bottom: 2px solid #222222;
}

.btn-show-sidebar:hover {
  border-top: 2px solid #ec1d25;
  border-bottom: 2px solid #ec1d25;
}

/* Hide mobile sidebar toggle on wider screens */
@media (min-width: 1050px) {
  .btn-show-sidebar {
    display: none;
  }
}

@media (max-width: 1200px) {
  .main_menu > li {
    margin-left: 4px;
    margin-right: 4px;
  }

  .social {padding-right: 0px;}

  .logo {
    height: 45px;
  }
}

@media (max-width: 1049px) {
  .wrap_menu {
    display: none;
  }

  .wrap_header {
    height: 100px;
  }

  .header-actions .social {
    display: none !important;
  }
}

