/* ===================================
    About
====================================== */

/*
    Theme Name: classic diamond
    Theme URI: classicdiamond.us
    Author: Suman Shrestha
    Author URI:
    Description: Classic Diamond stylesheet Template
    Tags: one page, multipurpose, parallax, creative, html5

 */


/*--------------------------------------------------------------
## CUSTOM GLOBAL SECTION
--------------------------------------------------------------*/

body, p, li, a, code, th, tr, td{
    color: #333;
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Baskervville", serif;
    font-weight: 400;
    font-style: normal;
}
.container {
    max-width: 1320px;
}

.header-top-section {
    background: #82d7d0;
    color: #111;
    padding: 15px;
    display: block;
    position: relative;
    z-index: 999;
    text-align: center;
}
.header-top-section a {
    color: #101010;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header-top-section a:hover{
    color: #d3870f;
    text-decoration: none;
}

/*--------------------------------------------------------------
## CUSTOM CSS HEADER SECTION
--------------------------------------------------------------*/
.header-section {
    display: block;
    position: relative;
    background-color: transparent;
    padding: 20px;
    z-index: 60;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.header-section:hover{background: #fff;}
.header-section:hover .header-menu ul li a, .header-section:hover .site-actions a{color: #333;}
.header-section:hover .header-menu li ul.dropdown-content li a{color: #eee;}

.header-section.sticky-head {
    position: fixed;
    width: 100%;
    z-index: 300;
    background: #fff;
    border-bottom: 1px solid #f8f8f8;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    top: 0;
}

.header-section .header-menu {
    margin-top: 15px; 
}
.header-section.sticky-head .header-menu {
    margin-top: 20px;
}
.header-section .header-menu ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.header-section .header-menu ul li {
    background: transparent;
    display: inline-block;
    margin-right: 25px;
}
.header-section .header-menu ul li a {
    color: #333;
    font-size: 12px;
    font-weight: 800;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.header-section .header-menu ul li a:hover {
    color: #b88e45; text-decoration:none;
}

.header-section.sticky-head .header-menu ul li a {
    color: #333;
}

.header-section .header-menu-wrap{
     /* position: static; */
}

 /* Dropdown Button */
.header-menu .dropbtn {}

/* The container <div> - needed to position the dropdown content */
.header-menu {
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.header-menu ul.dropdown-content {
    background: #82d7d0;
    position:absolute;
    padding:0;
    left: 0;
    right: 0;
    display:none; /* hides sublists */
    color: #333;
    padding: 40px;
	box-shadow: 2px 7px 9px #ccc;
}
.header-menu li:hover ul ul {display:none;} /* hides sub-sublists */
.header-menu li:hover ul {display:block;} /* shows sublist on hover */
.header-menu li li:hover ul {
    display:block; /* shows sub-sublist on hover */
    margin-left:200px; /* this should be the same width as the parent list item */
    margin-top:-35px; /* aligns top of sub menu with top of list item */
}
.header-menu li ul.dropdown-content li {
    margin-right: 0px;
    color: #333;
    margin-bottom: 15px;
}
.header-menu li ul.dropdown-content li:last-child {
    border-bottom: none;
}
.header-menu li ul.dropdown-content li a {
    font-size: 11px;
    padding: 10px 20px;
    display: inline-block;
    min-width: 255px;
    margin: 0px;
    color: #333 !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.header-menu li ul.dropdown-content li a:hover{}

.header-menu .color1 ul.dropdown-content {
    background-color: #fff !important;
    background-image: url(../../assets/images/diamond_bg.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.header-menu .color2 ul.dropdown-content {
    background-color: #fff !important;
    background-image: url(../../assets/images/gold_bg.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.header-menu .color3 ul.dropdown-content {
    background-color: #fff !important;
    background-image: url(../../assets/images/silver_bg.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.header-menu .color4 ul.dropdown-content {
    background-color: #fff !important;
    background-image: url(../../assets/images/ethnic_bg.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.header-menu .color5 ul.dropdown-content {
    background-color: #fff !important;
    background-image: url(../../assets/images/festive_bg.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.header-menu .color6 ul.dropdown-content {
    background-color: #fff !important;
    background-image: url(../../assets/images/classic_favicon.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.header-menu .color3 ul.dropdown-content li a{color: #333 !important;}
.header-menu .color1 ul.dropdown-content li a, .header-menu .color2 ul.dropdown-content li a,
.header-menu .color4 ul.dropdown-content li a, .header-menu .color5 ul.dropdown-content li a,
.header-menu .color6 ul.dropdown-content li a{color: #333 !important;}

.header-menu li ul.dropdown-content li a i {
    padding-right: 8px;
}

.header-menu .color1 ul.dropdown-content li a{background: #eeeeee94;}
.header-menu .color2 ul.dropdown-content li a{background: #eeeeee94;}
.header-menu .color3 ul.dropdown-content li a{background: #eeeeee94;}
.header-menu .color4 ul.dropdown-content li a{background: #eeeeee94;}
.header-menu .color5 ul.dropdown-content li a{background: #eeeeee94;}
.header-menu .color6 ul.dropdown-content li a{background: #eeeeee94;}

.header-menu .color1 ul.dropdown-content li a:hover, .header-menu .color2 ul.dropdown-content li a:hover, .header-menu .color3 ul.dropdown-content li a:hover,
.header-menu .color4 ul.dropdown-content li a:hover, .header-menu .color5 ul.dropdown-content li a:hover, .header-menu .color6 ul.dropdown-content li a:hover{
    background: transparent !important;
}


.site-logo img {
    height: 100px;
    width: auto;
    padding-top: 10px;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.header-section.sticky-head .site-logo img{display: none;}
.site_logo_sticky{display:none;}
.header-section.sticky-head .site_logo_sticky{display: inline-block;}
.header-section.sticky-head .site_logo_sticky .custom-logo {
    height: 40px;
    width: auto;
    margin-right: 15px;
}

.site-actions {
    margin-top: 15px;
    float: right;
}
.site-actions a {
    color: #333;
    font-size: 16px;
    display: inline-block;
    margin-left: 15px;
    -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.site-actions a:hover {
    color: #b88e45;
}
.header-section.sticky-head .site-actions {
    margin-top: 20px;
}
.header-section.sticky-head .site-actions a{color: #333;}



.menu_btn {
    float: right;
    position: relative;
    visibility: visible;
    opacity: 1;
    z-index: 20;
}
.menu_btn a {
    font-size: 18px;
    display: inline-block;
    transition: color ease-in-out 0.4s;
    color: #333;
}
.menu_btn a:hover, .menu_btn a:focus, .menu_btn a:focus-within {
  color: #e2001a;
}

nav {
  display: block;
}

.panel {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: auto;
}
.panel--left {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #292b2f;
  right: 50%;
}
.panel--right {
  background-color: #2f3135;
  right: 0;
}

.line {
  display: block;
  position: absolute;
  left: 0;
  top: 1em;
  width: 28px;
  height: 1px;
  background: rgba(130, 130, 130, 0.6);
  opacity: 0;
}

.navigation ul li,
.navigation ul li a,
.navigation ul li a span {
  position: relative;
  display: block;
}

.navigation {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 0;
}
.navigation {z-index:99999; opacity:0; visibility:hidden;}
.navigation h2 {
  width: 0;
  height: 0;
  text-indent: -9999px;
}
.navigation .panel.panel--left .menu {
  display: flex;
  flex: 8;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  transform: translate(-100%, 0);
}
.navigation .panel.panel--left .menu > li {
  line-height: 30px;
  font-size: 20px;
  font-size: 1.25em;
  font-size: 1.25rem;
  padding: 0.4em 0 0.4em 42px;
  margin: 0.2em 0;
  text-align: left;
  float: left;
  clear: both;
}
.navigation .panel.panel--left .menu > li > a {
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  transition: color ease-in-out 0.4s;
}
.navigation .panel.panel--left .menu > li > a:hover, .navigation .panel.panel--left .menu > li > a:focus, .navigation .panel.panel--left .menu > li > a:focus-within {
  color: #e2001a;
}
.navigation .panel.panel--left .menu > li > a > span {
  top: 0;
  text-transform: capitalize;
}
.navigation .panel.panel--left .sub-menu > li {
  display: block;
  float: left;
  clear: both;
  line-height: 30px;
  font-size: 14px;
  font-size: 0.875em;
  font-size: 0.875rem;
  padding: 0;
  margin: 0;
}
.navigation .panel.panel--left .sub-menu > li > a {
  color: #828282;
  text-transform: none;
  overflow: hidden;
  transition: color ease-in-out 0.4s;
}
.navigation .panel.panel--left .sub-menu > li > a:hover, .navigation .panel.panel--left .sub-menu > li > a:focus, .navigation .panel.panel--left .sub-menu > li > a:focus-within {
  color: #e2001a;
}

.litem {
  transform: translate(0, -100%);
}

.close_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
}
.close_btn a {
  font-size: 2em;
  padding: 20px 15px;
  display: inline-block;
  letter-spacing: 3px;
  transition: color ease-in-out 0.4s;
  color: #fff;
}
.close_btn a:hover, .close_btn a:focus, .close_btn a:focus-within {
  color: #e2001a;
}

.data {
  padding: 12% 20% 0 20%;
}

.data__content {
  font-size: 26px;
  font-size: 1.625em;
  font-size: 1.625rem;
  line-height: 38px;
  color: #828282;
  font-style: italic;
  text-align: justify;
  opacity: 0;
  transform: translate(0, 50px);
}
.data__content img {
    /*height: 600px;*/
    width: auto;
    object-fit: cover;
}
@media (max-width: 680px) {
  .data__content {
    font-size: 16px;
    font-size: 1em;
    font-size: 1rem;
    line-height: 18px;
  }
}
.data__sub {
  color: #fff;
  float: left;
  margin-top: 2%;
  font-size: 11px;
  font-size: 0.6875em;
  font-size: 0.6875rem;
  opacity: 0;
  transform: translate(0, 50px);
}
.scontent {
    position: absolute;
    bottom: 1%;
    left: 5%;
    right: 5%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px #000;
}
.scontent p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5;
    padding: 5px 15px;
}


#sidebar-menu a.ecomm_link {
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}
#sidebar-menu li ul li {
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 6px 0;
    width: 100%;
}
#sidebar-menu li ul li:last-child {
    border-bottom: none;
}
#sidebar-menu li ul li a.litems {
    color: #eee;
    font-size: 13px;
    font-weight: 600;
    display: block;
}
#sidebar-menu a.ecomm_link:hover, #sidebar-menu li ul li a.litems:hover {
    color: #c00;
    text-decoration: none;
}



/* Scrollbar-effect------- */
.navigation .panel::-webkit-scrollbar {
    width: 5px;
    height: 8px;
}
.navigation .panel::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #333;
}
.navigation .panel::-webkit-scrollbar-thumb {
    background: #222;
    border-radius: 10px;
    transition: 0.5s;
}
.navigation .panel::-webkit-scrollbar-thumb:hover {
    background: #111;
    transition: 0.5s;
}

#accordian_menus {
    width: 90%;
    padding: 20px;
    top: 15%;
    position: relative;
}
#accordian_menus h2 {
    display: block;
    color: #fff;
    overflow: hidden;
    position: relative;
    clear: both;
    text-indent: 45px !important;
    width: auto;
    height: auto;
    font-size: 36px;
    font-weight: 300;
    font-style: italic;
}
.sidebar_menu > li > a:link, .sidebar_menu > li > a:visited {
    color: goldenrod;
    font-size: 14px;
    font-weight: 800;
    display: inline-block;
    width: 100%;
    padding: 10px;
    line-height: 30px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    transition: all 0.3s;
}
.sidebar_menu > li > a > i {
  margin-right: 20px;
  margin-left: 10px;
}
.sidebar_menu > li > a:hover {
  border-left: 3px solid gold;
  background-color: gold;
  color: #fff;
  text-decoration: none;
}
.sidebar_menu .sub-menu > ul > li > a:link,
.sidebar_menu .sub-menu > ul > li > a:visited {
  background-color: #9c9a9a;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: white;
  padding: 10px;
  line-height: 30px;
  transition: all 0.3s;
}
.sidebar_menu .sub-menu > ul > li > a > i {
  margin-right: 10px;
  margin-left: 40px;
}
.sidebar_menu .sub-menu > ul > li > a:hover {
  background-color: #00acc1;
  color: #212121;
  border-left: 3px solid #00acc1;
}
.sidebar_menu .sub-menu > ul {
  list-style-type: none;
  display: none;
}
.indicator {
  float: right;
  font-size: 0.8em;
  line-height: 30px;
  transition: all 0.3s;
}
.reverse {
  transform: rotate(180deg);
}



/* ========== VERTICAL SIDEBAR MENU (YOUR EXACT STRUCTURE) ========== */
.sidebar_vertical_menu {
  list-style: none;
  /*padding: 0;
  margin: 0;*/
  width: 100%;
}

/* Base nav item styles */
.sidebar_vertical_menu .nav-item {
  list-style: none;
  width: 100%;
}

.sidebar_vertical_menu .nav-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0.75rem 1.2rem;
  color: #e2e8f0;
  font-weight: 500;
  font-size: 0.95rem;
  transition: all 0.2s ease;
  text-decoration: none;
  background: transparent;
  border-radius: 0;
}

.sidebar_vertical_menu .nav-link i {
  width: 24px;
  font-size: 1.1rem;
  text-align: center;
}

.sidebar_vertical_menu .nav-link:hover {
  background: #2d3e50;
  color: white;
  text-decoration: none;
}


/* ========== DROPDOWN MENU STYLES (YOUR CUSTOM CLASS) ========== */
.sidebar_vertical_menu .nav-item {
    list-style: none;
    width: 100%;
    position: relative;
    border-bottom: 1px dotted #555;
    padding: 10px 0;
}

/* Dropdown toggle link - the clickable parent */
.sidebar_vertical_menu .dropdown-submenu .nav-item{
	border-bottom: none;
    padding: 0;
}
.sidebar_vertical_menu .nav-item-dropdown > .nav-link {
 	cursor: pointer;
  	justify-content: space-between;
}

.sidebar_vertical_menu .nav-item-dropdown > .nav-link .caret-icon {
  	transition: transform 0.25s ease;
  	font-size: 0.75rem;
  	margin-left: auto;
}

/* Rotate caret when dropdown is open */
.sidebar_vertical_menu .nav-item-dropdown.open > .nav-link .caret-icon {
  	transform: rotate(180deg);
}

/* Submenu (dropdown menu) */
.sidebar_vertical_menu .dropdown-submenu {
  	list-style: none;
  	padding-left: 0;
  	margin: 0;
  	background: #0f1a24;
  	max-height: 0;
  	overflow: hidden;
  	transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* When parent li has class 'open', show submenu */
.sidebar_vertical_menu .nav-item-dropdown.open .dropdown-submenu {
  	max-height: 300px; /* enough for 4-6 items */
	margin-top: 10px;
}

/* Submenu items styling */
.sidebar_vertical_menu .dropdown-submenu .nav-item {
  	width: 100%;
}

.sidebar_vertical_menu .dropdown-submenu .nav-link {
  	padding: 0.65rem 1.2rem 0.65rem 3.2rem;
  	font-size: 0.88rem;
  	font-weight: 400;
  	color: #cbd5e6;
}

.sidebar_vertical_menu .dropdown-submenu .nav-link i {
  	font-size: 0.8rem;
  	width: 22px;
}

.sidebar_vertical_menu .dropdown-submenu .nav-link:hover {
  background: #1e3342;
  color: white;
}

/* ========== SIDEBAR CONTAINER (FULL LAYOUT) ========== */
.vertical-sidebar-wrapper {
  width: 280px;
  background: #1a2a3a;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow-y: auto;
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}
/* Custom scrollbar for sidebar */
.vertical-sidebar-wrapper::-webkit-scrollbar {
  width: 5px;
}
.vertical-sidebar-wrapper::-webkit-scrollbar-track {
  background: #1e2f3c;
}
.vertical-sidebar-wrapper::-webkit-scrollbar-thumb {
  background: #4a627a;
  border-radius: 10px;
}




.header_wishlist, .header__action.ul_li, .header__action.ul_li .header_search, .header_login {
    display: inline-block;
    margin-right: 15px;
}
.header__action.ul_li .header_cart {
    display: inline-block;
}

.header__bar:hover span:nth-child(2),
.header__bar:hover span:nth-child(4) {
  width: 100%; }
.header__bar:hover span:nth-child(1),
.header__bar:hover span:nth-child(3) {
  width: 50%; }
.header__bar span {
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #292D32;
  border-radius: 48px;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  -ms-border-radius: 48px;
  -o-border-radius: 48px;
  display: inline-block;
  position: absolute;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .header__bar span:nth-child(1) {
    top: 0; }
  .header__bar span:nth-child(2) {
    top: 5px;
    width: 50%; }
  .header__bar span:nth-child(3) {
    bottom: 5px; }
  .header__bar span:nth-child(4) {
    bottom: 0;
    width: 50%; }
.header__bar-icon {
  width: 19px;
  height: 17px;
  position: relative; }

/*----------------------------------------*/
/*   Header Search
/*----------------------------------------*/
.header-search-form-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 400px;
  z-index: 9999;
  background-color: #fff;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1), visibility 0.8s step-end; }
  @media (max-width: 767px) {
    .header-search-form-wrapper {
      height: 200px; } }

.header-search-form-wrapper.open {
  transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1), visibility 0.8s step-start;
  transform: translate3d(0, 0, 0); }

.header-search-form-wrapper .search-form {
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%); }

.header-search-form-wrapper .search-form input[type="search"] {
  height: 65px;
  line-height: 65px;
  font-size: 28px;
  background-color: transparent;
  text-align: left;
  color: balck;
  border: none;
  border-bottom: 1px solid #ccc;
  padding-left: 0;
  border-radius: 0;
  width: 100%;
  color: #000; }
  @media (max-width: 767px) {
    .header-search-form-wrapper .search-form input[type="search"] {
      height: 45px;
      line-height: 50px;
      font-size: 18px; } }

.header-search-form-wrapper .search-form input[type="search"]::placeholder {
  color: #a4a4a4;
  opacity: 1; }

.header-search-form-wrapper .search-form input[type="search"]:-ms-input-placeholder {
  color: #a4a4a4; }

.header-search-form-wrapper .search-form input[type="search"]::-ms-input-placeholder {
  color: #a4a4a4; }

.header-search-form-wrapper .search-submit {
  position: absolute;
  height: 50px;
  width: 50px;
  bottom: 0;
  right: 0;
  background-color: transparent;
  color: #9F9F9F;
  font-size: 24px; }
  @media (max-width: 767px) {
    .header-search-form-wrapper .search-submit {
      height: 35px;
      font-size: 20px; } }

.header-search-form-wrapper .xb-search-close {
    font-size: 40px;
    color: #c00;
    position: absolute;
    top: 3%;
    right: 3%;
    z-index: 2;
}
  .header-search-form-wrapper .xb-search-close::before, .header-search-form-wrapper .xb-search-close::after {
    background-color: #333; }
  @media (max-width: 767px) {
    .header-search-form-wrapper .xb-search-close {
      width: 50px;
      height: 50px;
      background-color: transparent; } }

.header-search-container {
  width: 100%;
  height: 100%;
  max-width: 1170px;
  border: 0;
  padding: 0;
  background: 0 0;
  transform: translate3d(0, calc(100% - 100px), 0);
  transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1);
  margin: auto;
  opacity: 0;
  visibility: hidden; }
  @media (max-width: 1199px) {
    .header-search-container {
      padding: 0 50px; } }
  @media (max-width: 767px) {
    .header-search-container {
      padding: 0 15px; } }

.header-search-form-wrapper.open .header-search-container {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible; }
  
  
  
  
/*----------------------------------------*/
/*   Header Login
/*----------------------------------------*/
.header-login-form-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background-color: #fff;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1), visibility 0.8s step-end; }
  @media (max-width: 767px) {
    .header-search-form-wrapper {
      height: 200px; } }

.header-login-form-wrapper.open {
  transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1), visibility 0.8s step-start;
  transform: translate3d(0, 0, 0); }

.header-login-form-wrapper .login-form {
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%); }

.header-login-form-wrapper .login-form input[type="search"] {
  height: 65px;
  line-height: 65px;
  font-size: 28px;
  background-color: transparent;
  text-align: left;
  color: balck;
  border: none;
  border-bottom: 1px solid #ccc;
  padding-left: 0;
  border-radius: 0;
  width: 100%;
  color: #000; }
  @media (max-width: 767px) {
    .header-login-form-wrapper .login-form input[type="search"] {
      height: 45px;
      line-height: 50px;
      font-size: 18px; } }

.header-login-form-wrapper .login-form input[type="search"]::placeholder {
  color: #a4a4a4;
  opacity: 1; }

.header-login-form-wrapper .login-form input[type="search"]:-ms-input-placeholder {
  color: #a4a4a4; }

.header-login-form-wrapper .login-form input[type="search"]::-ms-input-placeholder {
  color: #a4a4a4; }

.header-login-form-wrapper .login-submit {
  position: absolute;
  height: 50px;
  width: 50px;
  bottom: 0;
  right: 0;
  background-color: transparent;
  color: #9F9F9F;
  font-size: 24px; }
  @media (max-width: 767px) {
    .header-search-form-wrapper .search-submit {
      height: 35px;
      font-size: 20px; } }

  .header-login-form-wrapper .xb-login-close {
    font-size: 40px;
    color: #c00;
    position: absolute;
    top: 3%;
    right: 3%;
    z-index: 2;
}
  .header-login-form-wrapper .xb-login-close::before, .header-login-form-wrapper .xb-login-close::after {
    background-color: #333; }
  @media (max-width: 767px) {
    .header-login-form-wrapper .xb-login-close {
      width: 50px;
      height: 50px;
      background-color: transparent; } }

.header-login-container {
  width: 100%;
  height: 100%;
  max-width: 1170px;
  border: 0;
  padding: 0;
  background: 0 0;
  transform: translate3d(0, calc(100% - 100px), 0);
  transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1);
  margin: auto;
  opacity: 0;
  visibility: hidden; }
  @media (max-width: 1199px) {
    .header-login-container {
      padding: 0 50px; } }
  @media (max-width: 767px) {
    .header-login-container {
      padding: 0 15px; } }

.header-login-form-wrapper.open .header-login-container {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible; }
  
  
  
  
/*----------------------------------------*/
/*  sidebar-cart
/*----------------------------------------*/
.offcanvas-sidebar .sidebar-logo,
.offcanvas-sidebar .sidebar-content,
.offcanvas-sidebar .sidebar-contact-info,
.offcanvas-sidebar .sidebar-newsletter {
  -webkit-transition: 0.3s var(--easing);
  -o-transition: 0.3s var(--easing);
  transition: 0.3s var(--easing);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0; }

.offcanvas-sidebar.active .sidebar-logo,
.offcanvas-sidebar.active .sidebar-content,
.offcanvas-sidebar.active .sidebar-contact-info,
.offcanvas-sidebar.active .sidebar-newsletter,
.offcanvas-sidebar.active .sidebar-menu-close {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }
.offcanvas-sidebar.active .sidebar-logo {
  transition-delay: .2s; }
  .offcanvas-sidebar.active .sidebar-logo img {
    height: 125px; margin-top: 25px;
}
.offcanvas-sidebar.active .sidebar-content {
  transition-delay: .3s; }
.offcanvas-sidebar.active .sidebar-contact-info {
  transition-delay: .4s; }
.offcanvas-sidebar.active .sidebar-newsletter {
  transition-delay: .5s; }
.offcanvas-sidebar.active .sidebar-menu-close {
  transition-delay: .6s; }

.sidebar-menu-close {
  position: absolute;
  top: 50px;
  right: 50px;
  text-align: center;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  opacity: 0;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px); }

.offcanvas-sidebar .xb-close {
    font-size: 40px;
    color: #666;
    background: transparent !important;
}
.offcanvas-sidebar .xb-close:hover {
    color: #c00;
}

.offcanvas-sidebar .xb-close::before,
.offcanvas-sidebar .xb-close::after {
  background-color: #333; }

.offcanvas-sidebar {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -775px;
  max-width: 745px;
  width: 100%;
  padding: 50px 50px;
  height: 100%;
  display: block;
  background: linear-gradient(180deg, #f2f9ff 0%, #fff9f9 100%);
  z-index: 1020;
  transition-duration: 500ms;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  display: flex;
  justify-content: center;
  flex-direction: column; }

.offcanvas-sidebar.active {
  right: 0; }


.header-action-num span.cart-value {
    border: 1px solid #fff;
    border-radius: 50%;
    background: #fff;
    font-size: 15px;
    font-weight: 900;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
}
ul.woocommerce-mini-cart.cart_list.product_list_widget {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.woocommerce-mini-cart.cart_list.product_list_widget li.woocommerce-mini-cart-item.mini_cart_item {
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    font-weight: 500;
}
ul.woocommerce-mini-cart.cart_list.product_list_widget li.woocommerce-mini-cart-item.mini_cart_item a.remove.remove_from_cart_button {
    float: right;
    font-size: 30px;
    color: #c00;
}
ul.woocommerce-mini-cart.cart_list.product_list_widget li.woocommerce-mini-cart-item.mini_cart_item a img {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}
ul.woocommerce-mini-cart.cart_list.product_list_widget li.woocommerce-mini-cart-item.mini_cart_item a {
    color: #333;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
}
ul.woocommerce-mini-cart.cart_list.product_list_widget li.woocommerce-mini-cart-item.mini_cart_item a:hover {
    color: #cb9831;
    text-decoration: none;
}
ul.woocommerce-mini-cart.cart_list.product_list_widget li.woocommerce-mini-cart-item.mini_cart_item span.quantity {
    display: inline-block;
    margin-left: 50px;
}
.woocommerce-mini-cart__total.total {
    font-size: 16px;
    float: right;
    display: block;
    clear: both;
    background: #fff;
    width: 100%;
    text-align: right;
    padding: 0px 15px;
}
.woocommerce-mini-cart__buttons.buttons {
    display: block;
    clear: both;
}
.woocommerce-mini-cart__buttons.buttons .button.wc-forward {
    border: 1px solid #34bec8;
    background: #34bec8;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 25px;
    margin-right: 15px;
	transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.woocommerce-mini-cart__buttons.buttons .button.wc-forward:hover{
    background: #fff;
	color: #34bec8;
	text-decoration: none;
}
.cart_footer .btn-more {
    border: 1px solid #34bec8;
    background: #34bec8;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 25px;
    margin-right: 15px;
	transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.button.checkout.wc-forward {
    border: 1px solid #cb9831;
    background: #cb9831;
	transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.cart_footer .btn-more:hover{
	background: #fff;
	color: #34bec8;
	text-decoration: none;
}
.button.checkout.wc-forward:hover{
	background: #fff;
	color: #cb9831;
	text-decoration: none;
}
  
/*----------------------------------------*/
/*  27. sidebar-category
/*----------------------------------------*/
.offcanvas-sidebar-category .sidebar-logo,
.offcanvas-sidebar-category .sidebar-content,
.offcanvas-sidebar-category .sidebar-contact-info,
.offcanvas-sidebar-category .sidebar-newsletter {
  -webkit-transition: 0.3s var(--easing);
  -o-transition: 0.3s var(--easing);
  transition: 0.3s var(--easing);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0; }

.offcanvas-sidebar-category.active .sidebar-logo,
.offcanvas-sidebar-category.active .sidebar-content,
.offcanvas-sidebar-category.active .sidebar-contact-info,
.offcanvas-sidebar-category.active .sidebar-newsletter,
.offcanvas-sidebar-category.active .sidebar-menu-close {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }
.offcanvas-sidebar-category.active .sidebar-logo {
  transition-delay: .2s; }
  .offcanvas-sidebar-category.active .sidebar-logo img {
    height: 125px; margin-top: 25px;
}
.offcanvas-sidebar-category.active .sidebar-content {
  transition-delay: .3s; }
.offcanvas-sideba-categoryr.active .sidebar-contact-info {
  transition-delay: .4s; }
.offcanvas-sidebar-category.active .sidebar-newsletter {
  transition-delay: .5s; }
.offcanvas-sidebar-category.active .sidebar-menu-close {
  transition-delay: .6s; }

.sidebar-menu-close {
  position: absolute;
  top: 50px;
  right: 50px;
  text-align: center;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  opacity: 0;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px); }

.offcanvas-sidebar-category .xb-close {
    font-size: 40px;
    color: #666;
    background: transparent !important;
}
.offcanvas-sidebar-category .xb-close:hover {
    color: #c00;
}

.offcanvas-sidebar-category .xb-close::before,
.offcanvas-sidebar-category .xb-close::after {
  background-color: #333; }

.offcanvas-sidebar-category {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -775px;
  max-width: 745px;
  width: 100%;
  padding: 50px 50px;
  height: 100%;
  display: block;
  background: linear-gradient(180deg, #f2f9ff 0%, #fff9f9 100%);
  z-index: 1020;
  transition-duration: 500ms;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  display: flex;
  justify-content: center;
  flex-direction: column; }

.offcanvas-sidebar-category.active {
  right: 0; }
  
  
  
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .sidebar-top,
  .sidebar-contact-info {
    margin-bottom: 80px; } }

.sidebar-content {
  font-size: 30px;
  line-height: 142.2%;
  letter-spacing: -0.9px;
  color: #0F172A;
  font-weight: 600; }

.sidebar-heading {
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  font-weight: 900;
  display: inline-block;
  margin-bottom: 22px;
  letter-spacing: 1.68px; }

.sidebar-info-list li {
  display: flex;
  align-items: center;
  font-size: 24px;
  letter-spacing: -0.72px;
  color: var(--color-heading); }
  .sidebar-info-list li span {
    margin-right: 15px; }
  .sidebar-info-list li:not(:last-child) {
    margin-bottom: 14px; }
  .sidebar-info-list li a {
    color: currentColor; }

.sidebar-newsletter-from {
  max-width: 409px;
  position: relative; }
  .sidebar-newsletter-from input {
    padding: 18px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    height: 60px;
    filter: drop-shadow(0px 7px 8px rgba(35, 49, 75, 0.07)); }
  .sidebar-newsletter-from button {
    width: 65px;
    height: 60px;
    background-color: #666;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px; }

.sidebar-content .cart_lists {
	background: #fff;
    margin-bottom: 25px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 25px;
}
.sidebar-content .cart_lists ul {
    list-style: none;
    padding: 0;
}
.cart_product_content {
    margin-top: 25px;
}
.cart_product_content h4 {
    letter-spacing: 0.3px;
    font-style: italic;
    border-bottom: 1px dotted #eee;
    padding-bottom: 10px;
}
.cart_product_content .cart_price, .cart_product_content .cart_qty {
    font-size: 15px;
    line-height:1.3;
}
.cart_product_content .cart_cancel {
    position: absolute;
    top: 0;
    right: -1%;
    color: #c00;
    font-size: 20px;
}




/*--------------------------------------------------------------
## CUSTOM CSS HOME VIDEO SECTION
--------------------------------------------------------------*/

.video-background {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 85vh;
    margin-top: 0%;
}
.video-background iframe {
    position: absolute;
    top: 58%;
    left: 50%;
    width: 100%;
    height: 100vh;
    transform: translate(-50%, -50%);
    overflow: hidden;
}
@media (min-aspect-ratio: 16 / 9) {
    /*.video-background iframe {
        height: 56vw;
    }*/
}
.video-background .video-overlay {
    background: rgb(0 0 0 / 70%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
}
.video-background .content-container {
    display: table;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    transition: 300ms;
}
.video-background .content {
    position: absolute;
    z-index: 20;
    left: 20%;
    right: 20%;
    bottom: 2%;
}
.video-background .content-block {
    padding: 50px;
    margin: 0 auto;
    text-align: center;
}
.video-background .content-block h3 {
    color: #fff;
    font-size: 38px;
    font-family: 'Poppins';
    font-weight: 900;
    text-shadow: 1px 1px 3px #000;
}

.h-70{height: 80vh !important;}
.mt-0{margin-top:0px !important;}
.mb-50 {margin-bottom: 50px;}
.mt-60 {margin-top: 60px;}
.divider-line {
    background: #fff;
    height: 20px;
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    clear: both;
}
.hcustom {
    height: 620px;
    object-fit: cover;
}
.hcustom3 {
    height: 490px;
    object-fit: cover;
}
.slider_items p {
    margin-bottom: 0px !important;
}

.slider_content {
    text-align: center;
    padding: 200px 150px;
}
.custom {
    text-align: center;
    padding: 45px 100px;
}
.slider_content h4 {
    color: #000;
    font-size: 40px;
}
.slider_content p {
    color: #222;
    font-weight: 400;
    padding: 15px 0;
}
.btn-mores {
    border: 1px solid #34bec8;
    background: #34bec8;
    color: #fff;
    padding: 8px 25px;
    transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}
.btn-mores:hover {
    background: #fff;
    color: #34bec8;
    text-decoration: none;
}


.home-banner {
    position: relative;
    margin-top: 0;
    clear: both;
    overflow: hidden;
}
.home-banner .slider_items img {
    height: 650px;
    object-fit: contain;
    width: 100%;
}
.home-hero-section .slider_items img {
    height: 650px;
    object-fit: cover;
    width: 100%;
}
.slider-background .slider_content.right {
    position: absolute;
    top: 30%;
    right: 15%;
    width: 30%;
}
.slider-background .slider_content.left {
    position: absolute;
    top: 30%;
    left: 15%;
    width: 30%;
}
.slider-background .slider_content h3 {
    color: #fff;
    font-size: 70px;
    font-weight: 800;
    font-style: italic;
    letter-spacing: 0.6px;
    margin-bottom: 25px;
}
.slider-background .slider_content p{color: #fff; margin-bottom: 30px;}
.home-banner .owl-nav button.owl-prev {
    position: absolute;
    top: 40%;
    left: 2%;
    border: 1px solid #ccc;
    border-radius: 50%;
    color: #ccc;
    font-size: 8px;
    height: 50px;
    width: 50px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.home-banner .owl-nav button.owl-next {
    position: absolute;
    top: 40%;
    right: 2%;
    border: 1px solid #ccc;
    border-radius: 50%;
    color: #ccc;
    font-size: 8px;
    height: 50px;
    width: 50px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.home-banner .owl-nav button.owl-prev:hover, .home-banner .owl-nav button.owl-next:hover{
    border: 1px solid #000;
    color: #000;
}



/*--------------------------------------------------------------
## CUSTOM CSS MARQUEE SECTION
--------------------------------------------------------------*/
/* Container that hides the horizontal overflow */
.marquee-container {display:none;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
    padding: 15px 0;
    font-size: 3.5rem;
    font-weight: 900;
    text-transform: uppercase;
    margin: 40px 0 0;
}

/* The flex track moving continuously */
.marquee-content {
	background: #f5efef;
	display: inline-flex;
	gap: 2rem;
	animation: scroll-left 15s linear infinite;
}

/* Continuous movement logic */
@keyframes scroll-left {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-50%);
	}
}

/* Pause animation when user hovers */
.marquee-container:hover .marquee-content {
	animation-play-state: paused;
}

/* Respects user settings for reduced motion */
@media (prefers-reduced-motion: reduce) {
	.marquee-content {
		animation: none;
	}
}



/*--------------------------------------------------------------
## CUSTOM CSS CATEGORY SECTION
--------------------------------------------------------------*/
.home-category-section {
    display: block;
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}
.home-category-section h3 {
    color: #101010;
    font-size: 40px;
    text-align: center;
    margin-bottom: 40px;
}
.home-category-section .item.bg-img {
    text-align: center;
}
.home-category-section .item.bg-img img {
    border: 1px solid #ccc;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    margin: 0px auto;
    object-fit: contain;
}
.home-category-section .item.bg-img h4 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0px;
}
.home-category-section .item.bg-img h4 a {
    display: block;
    font-size: 14px;
    font-weight: 600;
}
.home-category-section .item.bg-img h4 a:hover {
    color: #b88e45;
    text-decoration: none;
}
.home-category-section .item.bg-img span {
    font-size: 10px;
    font-weight: 500;
}
.home-category-section .category-box .category-images img {
    border-radius: 10px;
}

.home-category-section .home_cats .category-titles h3 {
	color: #34bec8;
    display: block;
    text-align: center;
    margin-top: 10px;
}
.home-category-section .home_cats a:hover .category-titles h3, .home-category-section .home_cats a:hover {
    text-decoration: none;
    color: #cb9831;
}
.home-category-section .home_cats .owl-nav button.owl-prev {
    position: absolute;
    top: 35%;
    left: -4%;
}
.home-category-section .home_cats .owl-nav button.owl-prev i {
    font-size: 2em;
    color: #cb9831;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.home-category-section .home_cats .owl-nav button.owl-next {
    position: absolute;
    top: 35%;
    right: -4%;
}
.home-category-section .home_cats .owl-nav button.owl-next i {
    font-size: 2em;
    color: #cb9831;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.home-category-section .home_cats .owl-nav button.owl-prev i:hover, .home-category-section .home_cats .owl-nav button.owl-next i:hover{color: #34bec8;}


.home-category-section2 {
    display: block;
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}
.home_cats .category-titles h3 {
    color: #222;
    font-size: 20px;
    font-style: normal;
    margin-bottom: 15px;
}
.home_cats ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.home_cats ul li {
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}
.home_cats ul li:last-child {
    border-bottom: none;
}
.home_cats ul li a {
    color: #222;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}
.home_cats ul li a i {
    display: inline-block;
    float: right;
    margin-right: 10px;
}
.home_cats ul li a:hover {
    color: goldenrod;
    text-decoration: none;
}



/*--------------------------------------------------------------
## CUSTOM CSS LATEST SECTION
--------------------------------------------------------------*/
.home-latest-section {
    background: #fff;
    padding: 40px 0 8px;
    position: relative;
    overflow: hidden;
}
.home-latest-section h3 {
    color: #101010;
    display: block;
    font-size: 40px;
    margin-bottom: 40px;
    text-align: center;
}

/********************* Product Grid **********************/
.product-grid {
    position: relative;
    z-index: 1
}
.product-grid .product-images {
    border: 1px solid #e4e9ef;
    position: relative;
    transition: all .3s ease 0s
}
.product-grid:hover .product-images {
    box-shadow: 0 0 10px rgba(0,0,0,.15)
}
.product-grid .product-images a {
    display: block
}
.product-grid .product-images img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.product-grid .pic-1 {
    opacity: 1;
    transition: all .5s ease-out 0s
}
.product-grid:hover .pic-1 {
    opacity: 0
}
.product-grid .pic-2 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s ease-out 0s
}
.product-grid:hover .pic-2 {
    opacity: 1
}
.product-grid .social {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 13px;
    right: 13px;
    z-index: 1
}
.product-grid .social li {
    opacity: 0;
    transform: translateY(3px);
    transition: all .5s ease 0s
}
.product-grid:hover .social li {
    margin: 0 0 10px;
    opacity: 1;
    transform: translateY(0)
}
.product-grid:hover .social li:nth-child(1) {
    transition-delay: .1s
}
.product-grid:hover .social li:nth-child(2) {
    transition-delay: .2s
}
.product-grid:hover .social li:nth-child(3) {
    transition-delay: .4s
}
.product-grid .social li a {
    color: grey;
    font-size: 17px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    width: 40px;
    border: 1px solid grey;
    display: block;
    transition: all .5s ease-in-out
}
.product-grid .social li a:hover {
    color: #000;
    border-color: #000;
    text-decoration: none;
}
.product-grid .product-discount-label {
    color: #fff;
    background-color: #16a085;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    line-height: 45px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 15px;
    transition: all .3s;
}
.product-grid .product-new-label {
    display: block;
    padding: 6px 15px;
    color: #fff;
    background-color: #34bec8;
    position: absolute;
    top: 2px;
    left: 1px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.product-grid:hover .product-new-label, .product-grid:hover .product-discount-label {
    opacity: 0;
}
.pgrid {
    background: #fff;
    border: 1px solid #eee;
    display: block;
    position: relative;
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.pgrid:hover {
    box-shadow: 0 0 50px rgba(0, 0, 0, 7%);
}

.pgrid_img {
    height:320px;
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.25s ease-in-out;
}
.pgrid_img img {
    height: 315px;
    object-fit: contain;
    transform-origin: 25% 25%;
    transition: transform 5s, filter 3s ease-in-out;
    margin: 0 auto;
    display: block;
    padding: 20px;
}
.pgrid_img:hover img {
    filter: brightness(100%);
    transform: scale(3);
}
.hover-pgrid_img:not(.pgrid_img--empty):hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.pgrid span {
    color: #052035 !important;
    display: block;
    font-size: 10px;
    font-weight: 600;
    margin: 10px 0 0;
    text-transform: uppercase;
    text-align: center;
}
.pgrid span a {
    font-size: 13px;
    font-weight: 500;
    color: #333;
}
.pgrid span a:hover{
    color: #000 !important;
    text-decoration: none;
}
.pgrid .sales {
    background: goldenrod;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 15px;
    position: absolute;
    top: 0;
    z-index: 50;
}
.pgrid .featured {
    background: #34bec8;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 15px;
    position: absolute;
    top: 0;
    z-index: 50;
}
.pgrid .popular {
    background: #5e4819;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 15px;
    position: absolute;
    top: 0;
    z-index: 50;
}
.pgrid h3 {
    margin: 0; width: 100%;
}
.pgrid h3 a {
    display: block;
    font-family: "Instrument Serif", serif;
    font-size: 16px;
    font-weight: 600;
    margin: 0px;
    letter-spacing: 0.3px;
    text-align: center;
}
.pgrid h3 a:hover {
    color: #b88e45;
    text-decoration : none;
}
.lprice {
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.lprice span {
    display: inline-block !important;
/*     text-decoration: line-through; */
/*     color: #c00 !important; */
    margin-left: 15px;
    margin-top: 0px;
    margin-bottom: 0px !important;
    font-size: 12px !important;
}
.lprice ins span {
    text-decoration: none;
/*     color: #333 !important; */
}
.btn-right {
    border: 1px solid #b88e45;
    color: #b88e45;
    font-size: 11px;
    font-weight: 400;
    padding: 10px 20px;
    float: right;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.btn-right:hover {
    background: #b88e45;
    color: #fff;
    text-decoration: none;
}
button.btn-more.load-more-btn {
    border: 1px solid #34bec8;
    background: #34bec8;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 25px;
    margin-top: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

button.btn-more.load-more-btn:hover {
    background: #fff;
    color: #34bec8;
}



/*--------------------------------------------------------------
## CUSTOM CSS HERO COLUMNS SECTION
--------------------------------------------------------------*/
.home-hero-section {
    position: relative;
    padding: 80px 0;
}
.home-hero-section h3 {
    color: #101010;
    font-size: 40px;
    text-align: center;
    margin-bottom: 25px;
}
.hero_column {
    position: relative;
    overflow: hidden;
}
.hero_column.hi50 img {
    height: 500px;
    width: auto;
    object-fit: cover;
}
.hero_column .hero_column_content {
    position: absolute;
    bottom: 2%;
    padding: 20px;
    text-align: center;
    width: 100%;
}
.hero_column .hero_column_content h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.6px;
    text-shadow: 1px 1px 3px #000;
}
.hero_column a, .hero_column a h3{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.hero_column a:hover .hero_column_content h3{color: #34bec8;}
.hero_column a:hover img {
    filter: grayscale(100%);
    transition: filter 0.5s ease-in-out; /* Smooth transition for the filter effect */
}




/*--------------------------------------------------------------
## CUSTOM CSS TRENDING SECTION
--------------------------------------------------------------*/
.home-trending-section {
    padding: 100px 0;
}
.home-trending-section h3 {
    display: block;
    color: #101010;
    font-size: 40px;
    margin-bottom: 0px;
    text-align: center;
}
.home-trending-section .subtitle {
    display: block;
    color: #101010;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 10px;
}



/*--------------------------------------------------------------
## CUSTOM CSS CTA SECTION
--------------------------------------------------------------*/
.home-cta-section {
    position: relative;
    clear: both;
    overflow: hidden;
    background-image: url('../../assets/images/cta.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    height: 600px;
}
.cta_content {
    position: absolute;
    left: 20%;
    padding: 100px 300px;
    text-align: center;
    right: 20%;
}
.cta_content h3 {
    color: #eee;
    font-size: 45px;
    font-style: italic;
    letter-spacing: 0.6px;
    margin-bottom: 0px;
}
.cta_content span {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
    display: inline-block;
}
.cta_content p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 10px;
    margin-bottom: 25px;
}
.btn-cta {
    background: transparent;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-image: initial;
    padding: 10px 20px;
    transition: 0.5s ease-in-out;
}
.btn-cta:hover {
    background: #fff;
    color: #333;
    text-decoration: none;
}


/*--------------------------------------------------------------
## CUSTOM CSS TESTIMONIALS SECTION
--------------------------------------------------------------*/
.home-reviews-section {
    padding: 100px 0;
    text-align: center;
}
.home-reviews-section h3 {
    color: #34bec8;
    font-size: 40px;
    font-style: italic;
    margin-bottom: 30px;
}
.home-reviews-section span {
    color: goldenrod;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.testi_block {background:#fafafa;}
.testi_block .testiImg {}
.testi_block .testiImg img {
    height: 400px;
    width: auto;
    object-fit: cover;
}
.testi_content {
    text-align: justify;
    padding-top: 100px;
}
.testi_content i {
    font-size: 30px;
    font-style: italic;
}
.testi_content p {
    font-size: 13px;
    font-weight: 500;
    padding-right:30px;
}
.testi_content h5 {
    margin: 0px;
    font-style: italic;
}
.testi_content span {
    font-size: 10px;
}




/*--------------------------------------------------------------
## CUSTOM CSS NEWS SECTION
--------------------------------------------------------------*/
.home-news-section {
    background: linear-gradient(180deg, #fff9f9 0%, #f2f9ff 100%);
    padding: 100px 0;
    text-align: center;
}
.home-news-section h3 {
    color: #34bec8;
    font-size: 40px;
    font-style: italic;
    margin-bottom: 30px;
}
.home-news-section span {
    color: goldenrod;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.news_block {
    background: #fff;
    border:1px solid #eee;
    position: relative;
    overflow: hidden;
    transition: .3s;
}
.news_block:hover {
    box-shadow: 0 0 50px rgba(0,0,0,7%);
}
.news_block .newsImg {
    display: block;
    position: relative;
    overflow: hidden;
    clear: both;
    height: 250px;
}
.news_block .newsImg img {
    height:250px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: all .5s cubic-bezier(.77,0,.175,1);
    width: 100%;
}
.news_block:hover .newsImg img {
    filter: grayscale(1);
    transform: scale(1.1);
}

.news_meta {
    border-bottom: 1px dotted #ccc;
    text-align: justify;
    overflow: hidden;
    clear: both;
    position: relative;
    padding: 25px 25px;
}
.news_meta span.meta1 {
    float: left;
    width: 50%;
}
.news_meta span.meta2 {
    color: #333;
    float: right;
    width: 50%;
    text-align: right;
}
.news_content {
    text-align: justify;
    padding: 25px 25px;
}
.news_content h4 a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.news_content h4 a:hover{
    color: goldenrod;
    text-decoration:none;
}
.news_content p {
    font-size: 13px;
    color: #666;
}



/*--------------------------------------------------------------
## CUSTOM CSS PANDORA SECTION
--------------------------------------------------------------*/
.home-pandora-section {
    background: #ffe8ec;
}
.home-pandora-section img {
    height: 300px;
    width: auto;
}
.home-pandora-section .pandora_content {
    padding: 30px;
}
.home-pandora-section .pandora_content span {
    font-size: 14px;
    font-weight: 900;
    display: block;
    margin: 15px 0 10px;
}
.home-pandora-section .pandora_content h3 {
    color: #34bec8;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 0.6px;
}
.home-pandora-section .pandora_content p {
    text-align: justify;
}


.home-pandora-section2 {
    position: relative;
    clear: both;
    overflow: hidden;
    background-image: url('../../assets/images/pandora-bg.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    height: 600px;
}
.home-pandora-section2 img {
    height: 500px;
    width: auto;
    object-fit: cover;
}
.home-pandora-section2 .pandora_content {
    padding: 50px;
    color: #fff;
}
.home-pandora-section2 .pandora_content span {
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.6px;
    text-shadow: 1px 1px 3px #000;
}
.home-pandora-section2 .pandora_content h3 {
    font-size: 60px;
    font-weight: 900;
    text-shadow: 1px 1px 3px #000;
    margin: 30px 0;
}
.home-pandora-section2 .pandora_content p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-shadow: 1px 1px 3px #000;
}



/*--------------------------------------------------------------
## CUSTOM CSS NEWSLETTER SECTION
--------------------------------------------------------------*/
.newsletter-section {
    background-image: url(../../assets/images/newsletter.jpg);
    padding: 40px 0;
    position: relative;
    overflow: hidden;
    clear: both;
}
.newsletter_block {
}
.newsletter_block h3 {
    color: goldenrod;
    font-size: 40px;
    font-style: italic;
}
.newsletter_block span {
    color: #ccc;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 20px;
    display: inline-block;
}

.newsletter_block form {
    position: relative;
    display: block;
    clear: both;
    overflow: hidden;
}

.newsletter_block input {
    display: inline-block;
    border: 1px solid #999;
    border-radius: 0px;
    font-size: 14px;
}
.newsletter_block button.btn-more {
    background: #b88e45;
    color: #fff;
    padding: 6px 25px;
    display: inline-block;
    font-size: 14px;
}
.newsletter_block button.btn-more:hover {
    background: #fff;
    color: #b88e45;
}
.divider_line {
    display: block;
    border: 1px dotted #ccc;
    width: 65%;
    margin: 20px auto 20px;
}

label.form-check-label {
    display: block;
    width: 89%;
    margin: 0 auto;
}
.newsletter_block input#checkbox_1 {
    width: 10%; height: 20px !important;
    float: left;
    display: block;
}
.newsletter_block label span {
    display: block; padding-top: 5px;
    margin-left: 20px;
}


/*--------------------------------------------------------------
## CUSTOM CSS INFO SECTION
--------------------------------------------------------------*/
.home-info-section {
    background: linear-gradient(180deg, #f2f9ff 0%, #fff9f9 100%);
    padding: 80px 0;
}
.home-info-section h3 {
    color: #34bec8;
    font-size: 40px;
    margin-bottom: 25px;
    text-align: center;
}
.info_box {
    display: block;
    padding: 20px;
    text-align: center;
}
.info_box:hover {
    box-shadow: 0 0 50px rgba(0, 0, 0, 7%);
}
.info_box i {
    display: block;
    font-size: 50px;
    color: goldenrod;
    margin-bottom: 10px;
}
.info_box h4 {
    font-size: 20px;
    display: inline-block;
}
.info_box p {
    font-size: 12px;
    font-weight: 400;
}





/*--------------------------------------------------------------
## CUSTOM CSS MESSAGE SECTION
--------------------------------------------------------------*/
.message-section {
    background-image: url(../../assets/images/family.jpg);
    background-position: center;
    background-attachment: fixed;
    padding: 300px;
    text-align: center;
}
.message-section h3 {
    color: #fff;
    font-size: 38px;
    font-family: 'Poppins';
    font-weight: 900;
    text-shadow: 1px 1px 3px #000;
}



/*--------------------------------------------------------------
## CUSTOM CSS FOOTER SECTION
--------------------------------------------------------------*/
.footer-section {
    background: #052035;
    padding: 120px 0 60px;
    color: #fff;
}
.footer-top {
    display: block;
    clear: both;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.customer_service .serviceTitle {
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.customer_service h4 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.8px;
}
.customer_service span {
    font-size: 12px;
}

.footer_logo img {
    height: 85px;
    width: auto;
    margin: 0 auto;
    display: block;
}

.footer_socials {
    float: right;
    margin-top: 20px;
}
.footer_socials a {
    color: #fff;
    background: #444;
    border-radius: 50%;
    overflow: hidden;
    height: 35px;
    width: 35px;
    display: inline-block;
    font-size: 15px;
    text-align: center;
    padding: 8px;
    margin-left: 5px;
    -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.footer_socials a:hover {
    color: #fff;
    background: #b88e45;
}

.divider {
    background: #22394b;
    height: 2px;
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    clear: both;
}

.footer-last {
    display: block;
    clear: both;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}
.footer_blocks .footerTitle {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}
.footer_blocks ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer_blocks ul li {
    display: block;
    color: #ddd;
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 10px;
    -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
}
.footer_blocks ul li a {
    display: inline-block;
    color: #ddd;
    font-size: 12px;
    font-weight: 600;
    -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
}
.footer_blocks ul li a:hover {
    color: #b88e45;
    text-decoration: none;
}
.footer_blocks ul li i {
    width: 25px;
    display: inline-block;
}




.copyrights-section {
    background: #052035;
    border-top: 1px solid #22394b;
    padding: 30px;
    color: #eee;
    font-size: 13px;
}
.pcards {
    margin-top: 25px;
}
.pcards span {
    display: inline-block;
    font-weight: 600;
    padding-top: 5px;
}
.pcards img {
    display: inline-block;
    height: 40px;
    margin-left: 10px;
}
.right_block {
    text-align: right;
}
.copyrights-section a {
    color: #ddd;
    font-size: 10px;
    font-weight: 600;
}



/*--------------------------------------------------------------
## CUSTOM CSS INNERPAGE
--------------------------------------------------------------*/
.innerpage_banner {
    position: relative;
    height: 100vh;
    clear: both;
    overflow: hidden;
}
.innerpage_banner img {
    width: 100%;
    height: auto;
}
.innerpage_banner .slider_content {
    position: absolute;
    bottom: 5%;
    left: 16%;
}
.innerpage_banner .slider_content h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 0.6px;
    text-shadow: 1px 1px 3px #000;
    z-index: 2;
    position: relative;
}
.overlay {
    background: rgb(0 0 0 / 50%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}


/*--------------------------------------------------------------
## CUSTOM CSS BREADCRUMBS
--------------------------------------------------------------*/
.breadcrumbs {
    background: linear-gradient(180deg, #fff9f9 0%, #f2f9ff 100%);
    padding: 15px 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.breadcrumbs.sticky-head {
    position: fixed;
    width: 100%;
    z-index: 200;
    top: 10%;
}
.breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.breadcrumbs ul li {
    display: inline-block;
    border-right: 1px solid #999;
    margin-right: 15px;
    padding-right: 15px;
    font-size: 13px;
    font-weight: 600;
}
.breadcrumbs ul li:last-child {border-right: none;}
.breadcrumbs ul li a {
    font-size: 13px;
    font-weight: 600;
}


/*--------------------------------------------------------------
## CUSTOM CSS INNER SECTION ENTRY CONTENT
--------------------------------------------------------------*/
.inner-section {
    background: #fff;
    position: relative;
    padding: 60px 0;
}
.entry_content h2 {
    color: #222;
    font-size: 30px;
    font-weight: 200;
    margin-bottom: 30px;
}
.entry_content h3 {
    color: #333;
    font-size: 22px;
    font-weight: 400;
}
.entry_content p {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 30px;
}
.entry_content span, .contact_form span {
    color: #34bec8;
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}
.entry_content ul {
    list-style: none;
    margin: 0 0 35px;
    padding: 0;
}
.entry_content ul li {
    border-bottom: 1px dotted #ccc;
    padding: 12px 0;
}
.entry_content ul li:last-child {
    border-bottom: none;
}


.entry_content .home_cats {
    clear: both;
    margin-bottom: 80px;
}
.entry_content .home_cats .category-titles h3 {
	color: #34bec8;
    display: block;
    text-align: center;
    margin-top: 10px;
}
.entry_content .home_cats a:hover .category-titles h3, .entry_content .home_cats a:hover {
    text-decoration: none;
    color: #cb9831;
}
.entry_content .home_cats .owl-nav button.owl-prev {
    position: absolute;
    top: 40%;
    left: -4%;
}
.entry_content .home_cats .owl-nav button.owl-prev i {
    font-size: 2em;
    color: #cb9831;
}
.entry_content .home_cats .owl-nav button.owl-next {
    position: absolute;
    top: 40%;
    right: -4%;
}
.entry_content .home_cats .owl-nav button.owl-next i {
    font-size: 2em;
    color: #cb9831;
}
.entry_content .home_cats .owl-nav button.owl-prev i:hover, .entry_content .home_cats .owl-nav button.owl-next i:hover{color: #34bec8;}


.tc1 {
    background: #f9f9f9;
    border-left: 5px solid #ccc;
    padding: 25px;
    margin: 30px 0;
}
.tc1 h3, .tc2 h3 {
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 600;
}
.tc2 {
    background: #f7f7f7a8;
    padding: 25px;
    border-bottom: 5px solid #ccc;
    margin-bottom: 30px;
}
.tc1:hover, .tc2:hover {
    background: #fff;
}


/*--------------------------------------------------------------
## CUSTOM CSS COMMENT FORM
--------------------------------------------------------------*/
.comments-area {
    display: block;
    position: relative;
    width: 100%;
    background: #f9f9f9;
    padding: 25px;
    margin-top: 30px;
}
.comments-area h3.comment-reply-title {
    color: goldenrod;
    font-size: 30px;
    font-weight: 200;
    font-style: italic;
    margin-bottom: 25px;
}
.comments-area .comment-form label {
    display: block;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    color: #666;
}
.comments-area .comment-form textarea {
    width: 100%;
    padding: 20px;
}
.comments-area .comment-form input {
    width: 100%;
    padding: 10px;
}
.comments-area .comment-form .comment-form-cookies-consent {
    background: #fff;
    padding: 10px;
}
.comments-area .comment-form .comment-form-cookies-consent input#wp-comment-cookies-consent {
    display: inline-block;
    width: auto;
}
.comments-area .comment-form .comment-form-cookies-consent label {
    display: inline-block;
}
.comments-area .comment-form .submit {
    width: auto;
    border: 1px solid #333;
    background: #333;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 15px 25px;
}
.comments-area .comment-form .submit:hover {
    width: auto;
    border: 1px solid goldenrod;
    background: #fff;
    color: goldenrod;
}




/*--------------------------------------------------------------
## CUSTOM CSS CONTACT
--------------------------------------------------------------*/
.contact_form {
    background: #fafff5;
    padding: 30px;
}
.contact_form .form-group {
    display: block;
    overflow: hidden;
    clear: both;
    margin-bottom: 0px;
    width: 100%;
}
.contact_form .form-group input.form-control {
    color: #000;
    font-size: 14px;
    padding: 13px 25px;
    height: auto !important;
}
.contact_form .form-group textarea.form-control {
    color: #000;
    font-size: 14px;
    padding: 13px 25px;
    min-height: 100px;
}
.contact_form .form-group p {
    margin: 0;
    padding: 0;
}

.store_location_block {
    display: block;
    background: #f8f8f8;
    padding: 25px;
    margin-bottom: 25px;
}
.store_location_block .store-title {
    font-family: 'Baskervville';
    font-size: 22px;
    margin-bottom: 10px;
}
.store_location_block .store-sub_title {
    font-size: 14px;
    margin-bottom: 20px;
    overflow: hidden;
    clear: both;
}


/*--------------------------------------------------------------
## CUSTOM CSS WOOCOMMERCE PAGINATION
--------------------------------------------------------------*/
.woocommerce-pagination-wrapper {
    margin-top: 40px;
}
.woocommerce-pagination-wrapper ul.page-numbers {
    margin: 0;
    padding: 0;
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.woocommerce-pagination-wrapper ul.page-numbers li {
    display: inline-block;
    border: none;
    padding: 0;
}
.woocommerce-pagination-wrapper ul.page-numbers li span.page-numbers.current {
    font-size: 15px;
    font-weight: 700;
    font-family: 'poppins';
    margin: 0px 15px;
}
.woocommerce-pagination-wrapper ul.page-numbers li a.page-numbers {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Poppins';
    margin: 0px 20px;
}
.woocommerce-pagination-wrapper ul.page-numbers li a.page-numbers:hover{
    color: #cb9831 !important;
    text-decoration: none;
}
.woocommerce-pagination-wrapper ul.page-numbers li a.next.page-numbers {
    font-family: 'Poppins';
    font-size: 25px;
    font-weight: 300;
}
.woocommerce-pagination-wrapper ul.page-numbers li a.prev.page-numbers {
    font-family: 'Poppins';
    font-size: 25px;
    font-weight: 300;
}

p.woocommerce-result-count {
    font-size: 14px;
    font-weight: 500;
}
form.woocommerce-ordering {
    float: right; margin-bottom: 25px;
}
form.woocommerce-ordering select.orderby {
    border: 1px solid #ddd;
    border-radius: 3px;
	font-size: 13px;
    padding: 10px 20px;
}



/*--------------------------------------------------------------
## CUSTOM CSS SIDEBAR
--------------------------------------------------------------*/
.product_category_section {
    display: block;
    position: relative;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 20px;
}
.product_category_section h3 {
    float: left;
    display: inline-block;
}
.offcanvas-category-btn {
    float: right;
    color: #333;
    font-size: 18px;
    font-weight: 600;
}
.sidebar-category-close {
    position: absolute;
    top: 5%;
    right: 5%;
}

.left_sidebar {
    position: sticky;
    top: 90px;
    z-index: 8;
}
.product_sidebar {
    display: block;
    margin-bottom: 25px;
    overflow: auto;
}
.product_sidebar h3 {
    color: #111;
}
.product_sidebar .searchandfilter ul {
    display: block;
    width: 100%;
    overflow: auto;
}
.product_sidebar .searchandfilter ul li {
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
}
.product_sidebar .searchandfilter li.cat-item {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    padding: 3px 0;
    width: 24%;
}


.product_sidebar h4.filter-title {
    color: #000 !important;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}
.product_sidebar .yith-wcan-filters {
    background: transparent;
}
.product_sidebar .yith-wcan-filters ul.filter-items.filter-checkbox.level-0 {
    height: 400px;
    overflow: auto;
}
.product_sidebar .yith-wcan-filters ul.filter-items.filter-checkbox.level-0 li.filter-item.checkbox.level-0 {
    line-height: 1;
    border: none;
    padding: 0;
}
.product_sidebar .yith-wcan-filters ul.filter-items.filter-checkbox li.filter-item.checkbox.level-1 {
    line-height: 1;
    margin: 15px 0 0 0;
    padding: 0;
}
.product_sidebar .yith-wcan-filters .yith-wcan-filter .filter-items.level-0 ul {
    margin-bottom: 0;
}
.product_sidebar .yith-wcan-filters .yith-wcan-filter .filter-items.level-0 ul {
    padding-left: 35px;
    margin-bottom: 0;
}
.product_sidebar .yith-wcan-filters .yith-wcan-filter ul.filter-items.filter-checkbox.level-1 {
    margin-bottom: 25px;
}
.product_sidebar .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item label a {
    font-size: 16px;
    font-weight: 500;
    display: block;
    float: left;
    padding-top: 3px;
}
.product_sidebar .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item label a:hover {
    color: #34bec8;
}
.product_sidebar .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item label input[type=checkbox] {
    height: 20px;
    width: 20px;
    display: block;
    float: left;
    margin-right: 20px;
}

.product_sidebar ul li a {
    font-size: 13px;
    font-weight: 600;
}
.product_sidebar .searchandfilter ul li input[type="submit"] {
    border: 1px solid #333;
    background: #333;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 25px;
    line-height: 1.6;
}
.product_sidebar .searchandfilter ul li input[type="submit"]:hover {
    background: #fff;
    color: #333;
}


.product_sidebar ul li a:hover {
    color: darkgoldenrod;
    text-decoration: none;
}
.accordion-wrapper input.cat-checkbox {
    position: relative;
    opacity: 1 !important;
    border: 1px solid goldenrod;
    display: inline-block;
    z-index: 1;
    margin-right: 10px;
}

.price_filter {
    display: block;
    position: relative;
    overflow: hidden;
}
.price_filter h4 {
    color: darkgoldenrod;
    font-style: italic;
}
.left_sidebar .product_sidebar .btn-more, .price_filter .btn-more {
    border: 1px solid #34bec8;
    border-radius: 4px;
    background: #34bec8;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 0px 25px;
    height: 40px;
    line-height: 1;
	-webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
}
.left_sidebar .product_sidebar .btn-more:hover, .price_filter .btn-more:hover {
    background: #fff;
    color: #34bec8;
}




/*--------------------------------------------------------------
## CUSTOM CSS PRODUCT SINGLE PAGE
--------------------------------------------------------------*/
.innerpage_banner.product_page {
    height: auto !important;
}

.store_info {
    background: linear-gradient(180deg, #fff9f9 0%, #f2f9ff 100%);
    padding: 25px;
    margin-bottom: 25px;
}
.store_info li {
    padding: 12px 0 !important;
}
.store_info li span {
    display: inline;
    font-weight: 400;
}
.location_map img {
    height: 50px;
    width: auto;
}
.location_content ul {
    margin-bottom: 0;
}
.card-header h2 button {
    color: goldenrod;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
}

.custom-image img {
    height: 100px;
    width: auto;
}
.location_img img {
    margin: 15px auto;
    display: block;
}
.store-title {
    display: block;
    position: relative;
    color: goldenrod;
    font-size: 30px;
    font-weight: 400;
    font-style: italic;
	text-align: right;
}
.store-sub_title {
    color: #333;
    display: block;
    position: relative;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
	text-align: right;
}
#accordion.store_locations h5 button.btn-link {
    color: #333;
    font-size: 20px;
    font-weight: 800;
    width: 95%;
}
#accordion.store_locations h5 button.btn-link:hover {
    text-decoration: none !important;
}
#accordion .card .icon.fa-solid.fa-angle-down {
    position: absolute;
    right: 1%;
    font-size: 30px;
    color: #999;
    margin-top: -70px;
}



/*--------------------------------------------------------------
## CUSTOM CSS STICKY SIDEBAR
--------------------------------------------------------------*/
.sticky_sidebar {
    position: sticky;
    top: 90px;
    z-index: 8;
}
.sticky_sidebar img.flex-active {
    width: 100%;
    height: auto;
}
.pgrid .featuredImg img {
    height: auto;
    width: 100%;
}
.product_gallery {
    margin-bottom: 30px;
    display: block;
    clear: both;
    position: relative;
    overflow: hidden;
}
.product_gallery .pgImg {
    width: 25%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    float: left;
    border: 1px solid #eee;
}
.product_gallery .pgImg img {
    height: auto;
    width: 100%;
}



.product_content h2 {
    color: #111;
    font-size: 40px;
    font-weight: 200;
    margin-bottom: 25px;
}
.product_content .pprice {
    color: #444;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 20px;
}
.product_content .sku {
    margin-bottom: 15px;
}
.product_content .sku strong {
    font-weight: 800;
    font-size: 13px;
}


.product-summary-wrap {
    display: block;
    overflow: hidden;
    margin-bottom: 25px;
}
.product-summary-wrap .quantity.buttons_added.simple-type {
    float: left;
    margin-right: 20px;
    display: inline-block;
}
.product-summary-wrap button.minus {
    background: #fff;
    height: 45px;
    width: 40px;
}
.product-summary-wrap button.plus {
    background: #fff;
    height: 45px;
    width: 40px;
}
.product-summary-wrap input {
    border: 2px solid #444;
    width: 40px;
    height: 45px;
    text-align: center;
    font-weight: 600;
    display: inline-block;
    margin: 0 auto;
}
.product-summary-wrap button.btn-more.btn-alt {
    display: inline-block;
    float: left;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 11px 30px;
}
.product-summary-wrap button.btn-more.btn-alt:hover{
    background: #cc9832;
    color: #fff;
}

.single_product_cart {
    float: right;
}
.single_product_cart a.offcanvas-sidebar-btn {
    border: 1px solid goldenrod;
    background: goldenrod;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 12px 25px;
    text-transform: uppercase;
}
.single_product_cart a.offcanvas-sidebar-btn:hover {
    background: #fff;
    color: goldenrod;
    text-decoration: none;
}
.single_product_cart .header__bar-icon {
    width: auto;
    height: auto;
}


.slocation {
    display: block;
    position: relative;
    background: #f9f9f9;
    padding: 8px 15px;
    margin: 8px 0;
}
.slocation a {
    color: #333;
    display: block;
    font-size: 13px;
    font-weight: 500;
}
.slocation a:hover {
    color: #34bec8;
	text-decoration: none;
}
.slocation a i {
    color: #34bec8;
    padding-right: 10px;
}

.product_content .sku .posted_in a {
    color: #333;
    font-size: 13px;
    font-weight: 500;
}
.product_content .sku .posted_in a:hover {
    color: #34bec8;
	text-decoration: none;
}



/*--------------------------------------------------------------
## CUSTOM CSS PRODUCT SINGLE PAGE - ACCORDIAN
--------------------------------------------------------------*/
.accordion-wrapper {
    margin: 20px 0;
}
.accordion-wrapper .card {
    margin-bottom: 30px;
    border: none !important;
    display: block;
}
.accordion-wrapper .card .card-header {
    padding: 0;
    border: none;
}
.accordion-wrapper .card-body .product_description {
    font-size: 15px;
    line-height: 1.7;
}
.accordion-wrapper .card-body .product_description table tr td:first-child {
    font-weight: 600;
    font-size: 13px;
}

.accordion-wrapper .card .card-header h2 button.btn.btn-link {
    background: #34bec8;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    font-style: normal;
    font-family: 'Poppins';
    padding: 15px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.accordion-wrapper .card .card-header h2 button.btn.btn-link.collapsed {
    background: #82d7d0;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    font-style: normal;
    font-family: 'Poppins';
    padding: 15px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.accordion-wrapper .card .card-header h2 button.btn.btn-link:hover {
    background: #cc9832;
    text-decoration: none;
    color: #fff;
}
.accordion-wrapper .card .card-header h2 button.btn.btn-link .icon {
    float: right;
}
.accordion-wrapper .card-body .product_description table {
    margin-top: 25px;
}

.accordion {
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
}

.accordion input[type="radio"] {
    display: none;
}

.accordion-label {
    display: block;
    padding: 15px 20px;
    background: #f8f9fa;
    color: #04573e;
	font-size:15px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    transition: background 0.3s ease;
    margin: 0;
}

.accordion-label::after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    transition: transform 0.3s ease;
}

.accordion.active .accordion-label::after {
    content: '-';
}

.accordion-label:hover {
    background: #e9ecef;
}

.accordion.active .accordion-label {
    background: #34bec8;
    color: #fff;
}

.accordion-contents {
    display: block; /* Hidden by default */
    padding: 20px;
    background: #ffffff;
    color: rgba(4, 57, 94, 1);
    /* Remove max-height and overflow - no limits */
}

.accordion-contents p {
    color: #333;
    font-size: 15px;
    margin-bottom: 25px;
    line-height: 1.6;
}

.accordion-contents .product_description {
    padding: 5px 0;
}

.accordion-contents .table {
    width: 100%;
    margin: 15px 0;
}

.accordion-contents .table th {
    background: #f8f9fa;
    padding: 10px 15px;
    font-weight: 600;
    text-align: left;
}

.accordion-contents .table td {
    padding: 10px 15px;
}


.footer_socials.left {
    float: left;
}
.footer_socials.left span {
    color: #cc9832;
    display: block;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0.6px;
}


/*--------------------------------------------------------------
## CUSTOM CSS WISHLISTS
--------------------------------------------------------------*/
.wishlist_block {
    float: right;
    margin-top: 40px;
}
.wishlist_block a {
    font-size: 16px;
    font-weight: 600;
}
.wishlist_block a i{color:#c00;}
.wishlist_block a:hover {
    color: #217075;
    text-decoration: none;
}


/*--------------------------------------------------------------
## CUSTOM CSS RELATED PRODUCTS
--------------------------------------------------------------*/
.related_products {
    padding: 80px 0;
}
.related_products h3 {
    color: #cc9832;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 25px;
}


.hidden{display: none !important;}
.mb-30{margin-bottom: 30px !important}


/*--------------------------------------------------------------
## CUSTOM CSS LOGIN FORM
--------------------------------------------------------------*/
.login_form {
    padding: 80px;
    margin-top: 50px;
}
.login_form img {
    margin-bottom: 30px;
}
.login_form p.login-username {
    width: 100%;
    display: block;
}
.login_form label {
    width: 100%;
    display: block;
    float: left;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
}
.login_form input {
    width: 100%;
    padding: 8px 25px;
}
.login_form p.login-remember {
    background: #eee;
    display: block;
    overflow: hidden;
    padding: 10px 10px 0;
}
.login_form p.login-remember label input#rememberme {
    display: inline-block;
    width: auto;
    margin-right: 15px;
}
.login_form p.login-submit {
    position: relative;
    height: auto;
    width: 30%;
    font-size: 14px;
    font-weight: 600;
}
.login_form p.login-submit input#wp-submit {
    border: 1px solid #34bec8;
    background: #34bec8;
    color: #fff;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.login_form p.login-submit input#wp-submit:hover {
    background: #fff;
    color: #34bec8;
}


/*--------------------------------------------------------------
## CUSTOM CSS PRODUCT CART TABLE
--------------------------------------------------------------*/
.product-table {
    height: auto;
    overflow: auto;
    width: 100%;
}
.product-table thead {
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    height: 60px;
}
.product-table th {
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    border-left: 1px solid #000000;
}
.product-table tbody td {
    display: table-cell;
    border-bottom: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    padding: 20px;
    vertical-align: middle;
}
.product-table tbody td:last-child {
    border-right: 1px solid #dbdbdb;
}
.product-table .image {
    width: 20%;
    text-align: center;
}
.product-table .description {
    width: 29.9%;
}
.product-table .description h2 a {
    color: #444;
    font-size: 16px;
    font-weight: 400;
    display: block;
    text-decoration: none;
}
.product-table .description li.gray-clr {
    font-size: 13px;
    color: #000;
    padding: 10px;
}
.product-table .in-stock {
    background-color: #5cb85c;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    width: 70px;
}
.product-table .in-stock {
    margin-top: 22px;
}
.product-table .quantity {
    border: 2px solid #e0e0e0;
    height: 45px;
    overflow: hidden;
    position: relative;
    width: 110px;
    margin: 10px auto;
}
.product-table .quantity .btn {
    border-radius: 0;
    bottom: 0;
    color: #999999;
    height: 41px;
    padding: 0;
    position: absolute;
    width: 30px;
    background-color: #e0e0e0;
}
.product-table .quantity .form-control.qty {
    border: none !important;
    height: auto !important;
    padding: 10px !important;
    font-size: 15px;
    font-weight: 600;
    color: #666;
    text-align: center;
}
.product-table .quantity .btn.plus {
    right: 0;
}
.product-table td bdi span.woocommerce-Price-currencySymbol {
    display: inline-block;
    margin: 15px 0 0 0;
    padding: 0;
}
.shopping-total {
    border-color: transparent #dbdbdb #dbdbdb;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 1px 1px;
}
.shopping-total .total-box {
    border-left: 1px solid #dbdbdb;
    float: right;
    text-align: center;
    width: 15.7%;
}
.shopping-total .total-list ul {
    margin: 0;
}
.shopping-total .total-list ul li {
    border-bottom: 1px solid #dbdbdb;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 25px;
}
.shopping-total .red-clr {
    color: #d5292c;
}
.shopping-total .total-box-2 {
    border-left: 1px solid #dbdbdb;
    float: right;
    width: 24.44%;
}

.continue-shopping {
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    margin: 30px 0;
    padding: 20px 0;
    text-align: center;
}
.block-inline {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
td.w60 {
    width: 60%;
    text-align: right;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}
#shipping_method label.label {
    font-size: 13px;
    font-weight: 500;
}
#shipping_method span.amount, #shipping_method span.currencySymbol {
    display: inline-block;
    margin: 0;
}
#shipping-calculator-form {
    display: block !important;
}
tr.row1 {
    background-color: #f8f8f8;
}
tr.row2 {
    background: linear-gradient(180deg, #f2f9ff 0%, #fff9f9 100%);
}
tr.row3 {
    background: #ddd;
}
.row-wide {
    display: block;
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
    width: 100%;
}
.row-wide select, .row-wide input {
    font-size: 13px;
    font-weight: 500;
}




/*--------------------------------------------------------------
## CUSTOM CSS PRODUCT CHECKOUT
--------------------------------------------------------------*/
.checkout-wrap {
    background: linear-gradient(180deg, #f2f9ff 0%, #fff9f9 100%);
    padding: 30px;
    display: block;
    position: relative;
}
.checkout-wrap h5.title, .shop-cart-widget h6.title {
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.checkout-form .form-grp {
    display: block;
    margin-bottom: 10px;
}
.checkout-form .form-grp label {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
.checkout-form .form-grp input {
    padding: 10px;
    width: 100%;
}
.checkout-form .form-grp textarea {
    display: block;
    padding: 10px;
    width: 100%;
}
.checkout-form .form-grp select.custom-select, .form-grp span.woocommerce-input-wrapper select.select2-hidden-accessible {
    padding: 10px;
    height: auto !important;
}
.form-grp span.woocommerce-input-wrapper {
    width: 100%;
}
.form-grp span.woocommerce-input-wrapper .select2.select2-container span.select2-selection.select2-selection--single {
    height: auto;
    padding: 7px 15px;
    border: 1px solid #ddd;
}

.different-address {
    background: goldenrod;
    padding: 10px;
    display: block;
    clear: both;
    margin: 15px 0;
}
.different-address input[type=checkbox] {
    position: relative;
}

.shop-cart-sidebar.checkout-sidebar {
    background: #f9f9f9;
    padding: 30px;
    position: sticky;
}
.shop-cart-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.shop-cart-widget ul li {
    border-bottom: 1px dotted #999;
    padding: 8px 0;
}




/*--------------------------------------------------------------
## CUSTOM CSS CUSTOMER ACCOUNT
--------------------------------------------------------------*/

.sidebar_account {
    position: relative;
    display: block;
    clear: both;
    overflow: hidden;
}
.sidebar_account ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar_account ul li {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.sidebar_account ul li:last-child {
    border-bottom: none;
}
.sidebar_account ul li a {
    color: #444;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
}
.sidebar_account ul li a:hover {
    color: #b88e45;
    text-decoration: none;
}

ul.account_lists {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}
ul.account_lists li a {
    color: #222;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
}
ul.account_lists li a:hover {
    color: #b88e45;
    text-decoration: none;
}


.account-wrap {
    border: 1px solid #e5e5e5;
    padding: 30px;
    margin-bottom: 50px;
}
.account-wrap .form-control, .account-wrap .bootstrap-select .btn {
    border: 1px solid #e5e5e5;
}
.pt-20 {
    padding-top: 25px;
}
.btn-black {
    text-align: center;
    border: 1px solid #000;
    border-radius: 0;
    color: #fff;
    background-color: #000;
    display: inline-block;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    min-width: 170px;
    padding: 0 20px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1px;
    font-weight: 600;
}


.slogan-section {
    background: #82d7d0;
    color: #fff;
    font-family: "Baskervville", serif;
    font-size: 30px;
    padding: 20px;
    text-align: center;
}
.slogan_entry {
    background: #fff;
    color: #333;
    font-family: "Baskervville", serif;
    font-size: 30px;
    padding: 20px;
    text-align: center;
}


.col-blog-big {
    background: #f8f8f8;
}
.col-blog-big .blog-thumb img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.col-blog-big .post-content {
    padding: 20px;
}
.col-blog-big .post-content .entry-meta ul.post-categories {
    padding: 0;
    margin: 0;
    list-style: none;
}
.col-blog-big .post-content .entry-meta ul.post-categories li a {
    display: inline-block;
    color: #666;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.col-blog-big .post-content .entry-meta ul.post-categories li a:hover {
    text-decoration: none;
    color: goldenrod;
}
.col-blog-big .post-content .post-title a {
    display: block;
    font-size: 22px;
    font-weight: 500;
}
.col-blog-big .post-content .post-title a:hover {
    color: goldenrod;
    text-decoration: none;
}
.col-blog-big .post-content p.excerpt {
    font-size: 14px;
}


.blog-item-content {
    position: relative;
}
.blog-item-content .blog_img {
    margin: 40px 0;
    display: block;
    text-align: center;
}
.entry_content h3 {
    color: #111;
    font-weight: 500;
    margin-bottom: 15px;
}
.entry_content strong {
    font-weight: 600;
}
.entry_content em {
    font-family: "Baskervville", serif !important;
    color: #111;
    font-size: 17px;
}


.the_post_navigation {
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 30px 0;
    overflow: hidden;
}
.the_post_navigation .navigation {
    display: block;
    opacity: 1;
    visibility: visible;
    position: relative;
}
.the_post_navigation .navigation .nav-links .nav-previous {
    width: 40%;
    float: left;
}
.the_post_navigation .navigation .nav-links .nav-next {
    width: 40%;
    float: right;
    text-align: right;
}
.the_post_navigation .navigation .nav-links a {
    color: #111;
    font-size: 13px;
    font-weight: 500;
}
.the_post_navigation .navigation .nav-links a:hover {
    color: goldenrod;
    text-decoration: none;
}



.blog_sidebar {
    position: sticky;
    top: 120px;
    z-index: 9;
}
.blog_widget {
    display: block;
    margin-bottom: 50px;
}
.blog_widget h3 {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 25px;
}
.blog_widget .event_lists {
    display: block;
    margin-bottom: 15px;
}
.blog_widget .event_lists img {
    height: 100px;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}
.blog_widget .event_lists h3 a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
}
.blog_widget .event_lists h3 a:hover {
    color: goldenrod;
    text-decoration: none;
}




/*-------------------------------------------------------
03. Homepage Popup css
---------------------------------------------------------*/
/* The Modal (background) */
.classicModal {
    position: fixed; /* Stay in place */
    z-index: 999999; /* Sit on top */
    padding-top: 0px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding: 0 20px;
}  
.classicModal .modal-fullscreen{padding: 0px !important;}
.classicModal .modal-dialog {
    /*max-width: 1000px;*/
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
}
/* Modal Content */
.classicModal .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
} 
.classicModal .modal-body {
    overflow-y: auto;
}

.classicModal .modal-content .modal-logo {
    text-align: center;
    margin: 45px 0;
}
.classicModal .modal-content .modal-logo .custom-logo {
    height: 90px;
    width: auto;
}
.classicModal .modal-content .adv-img {
    padding-top: 10px;
}
.classicModal .modal-content .adv-img img {
    height: 64vh;
    width: auto;
    text-align: center;
    margin: 0 auto;
    display: block;
}

/* The Close Button */
.close {
    color: #c00 !important;
    font-size: 30px !important;
    font-weight: 500 !important;
    z-index: 999999;
    position: absolute;
    right: 1%;
    top: 2%;
    opacity: 1 !important;
} 
.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}




/*--------------------------------------------------------------
## CUSTOM CSS SCROLL TO TOP
--------------------------------------------------------------*/
.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 999;
  background-color: #b88e45;
  color: #fff !important;
  width: 44px;
  height: 44px;
  line-height: 44px;
  right: 22px;
  bottom: 80px;
  padding-bottom: 2px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  box-shadow: none; 
}

.scroll-top-wrapper:hover {
  opacity: 0.6 !important; 
}

.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1.0; 
}

.scroll-top-wrapper i {
    color: #fff;
    line-height: inherit;
    font-size: 20px;
}