/********** Template CSS **********/
/*** Spinner ***/
#spinner {
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s ease-out, visibility 0s linear .5s;
	z-index: 99999;
}

#spinner.show {
	transition: opacity .5s ease-out, visibility 0s linear 0s;
	visibility: visible;
	opacity: 1;
}

.back-to-top {
	position: fixed;
	display: none;
	right: 45px;
	bottom: 45px;
	z-index: 99;
}

img.animated.pulse {
	animation-duration: 5s;
}

/*** Button ***/
.btn {
	font-weight: 500;
	transition: .5s;
}

.btn.btn-primary {
	color: var(- -bs-white);
}

.btn-square {
	width: 38px;
	height: 38px;
}

.btn-sm-square {
	width: 32px;
	height: 32px;
}

.btn-lg-square {
	width: 48px;
	height: 48px;
}

.btn-square, .btn-sm-square, .btn-lg-square {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
	border-radius: 50px;
}


/*** Hero Header ***/
.hero-header {
	position: relative;
	margin-top: -85px;
	padding-top: 12rem;
	padding-bottom: 6rem;
	background: url(../img/bg.png) center center no-repeat;
	background-size: cover;
}

.hero-header::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, .1);
	clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.hero-header .container {
	position: relative;
	z-index: 1;
}

.hero-header .breadcrumb-item+.breadcrumb-item::before {
	color: var(- -bs-light);
}

/*** Feature ***/
.feature-item::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, .1);
	clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.feature-item .border {
	position: relative;
	border-color: rgba(255, 255, 255, .2) !important;
	z-index: 1;
}

/*** Deal ***/
.deal {
	position: relative;
	background: url(../img/bg.png) center center no-repeat;
	background-size: cover;
}

.deal::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, .1);
	clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.deal .bg-white {
	position: relative;
	z-index: 1;
}

.deal .cdt span {
	display: block;
	font-size: 16px;
	font-style: italic;
	font-weight: 200;
	text-transform: capitalize;
}

/*** How To Use ***/
.how-to-use {
	position: relative;
	background: url(../img/bg.png) center center no-repeat;
	background-size: cover;
}

.how-to-use::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, .1);
	clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.how-to-use .container {
	position: relative;
	z-index: 1;
}

.how-to-use .border {
	border-color: rgba(255, 255, 255, .2) !important;
}

/*** Product ***/
.product-item {
	transition: .1s;
}

.product-item:hover {
	border-width: 0 !important;
	box-shadow: 0 0 35px rgba(144, 188, 121, .25);
}

.product-item:hover a.btn {
	color: var(- -bs-white);
	background: var(- -bs-primary);
}

/*** Testimonial ***/
.testimonial {
	position: relative;
	background: url(../img/bg.png) center center no-repeat;
	background-size: cover;
}

.testimonial::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, .1);
	clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.testimonial .testimonial-carousel {
	position: relative;
	z-index: 1;
}

.testimonial-carousel .owl-item img {
	width: 120px;
	height: 120px;
	border-color: rgba(255, 255, 255, .2) !important;
	margin: 0 auto 20px auto;
	border-radius: 100px;
}

.testimonial-carousel .owl-dots {
	margin-top: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonial-carousel .owl-dot {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 3px solid rgba(255, 255, 255, .2);
	border-radius: 30px;
	transition: .5s;
}

.testimonial-carousel .owl-dot.active {
	background: var(- -bs-dark);
}

/*** Blog ***/
.blog-item {
	transition: .1s;
}

.blog-item:hover {
	border-width: 0 !important;
	box-shadow: 0 0 35px rgba(144, 188, 121, .25);
}

.blog-item:hover a.btn {
	color: var(- -bs-white);
	background: var(- -bs-primary);
}

/*** Contact ***/
.contact-info-item::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, .1);
	clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.contact-info-item .border {
	position: relative;
	border-color: rgba(255, 255, 255, .2) !important;
	z-index: 1;
}

/*** Newsletter ***/
.newsletter {
	position: relative;
	background: url(../img/bg.png) center center no-repeat;
	background-size: cover;
}

.newsletter::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, .1);
	clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.newsletter .container {
	position: relative;
	z-index: 1;
}

.newsletter .form-control {
	background: rgba(255, 255, 255, .3);
}

/*** Footer ***/
.footer .btn.btn-link {
	display: block;
	margin-bottom: 10px;
	padding: 0;
	text-align: left;
	color: var(- -bs-body);
	font-weight: normal;
	transition: .3s;
}

.footer .btn.btn-link:hover {
	color: var(- -bs-primary);
}

.footer .btn.btn-link::before {
	position: relative;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 10px;
}

.footer .btn.btn-link:hover {
	letter-spacing: 1px;
	box-shadow: none;
}

.footer .copyright {
	padding: 25px 0;
	border-top: 3px solid var(- -bs-light);
}

.footer .copyright a {
	color: var(- -bs-body);
}

.footer .copyright a:hover {
	color: var(- -bs-primary);
}

.footer .footer-menu a {
	margin-right: 15px;
	padding-right: 15px;
	border-right: 3px solid var(- -bs-light);
}

.footer .footer-menu a:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

/* ===== sp-nav: shared navbar component ===== */
/* Set --sp-accent on the nav container to theme the dropdown borders */
.sp-navbar-nav { display:flex; flex-wrap:nowrap; list-style:none; padding:0; margin:0; }
.sp-nav-item { position:relative; }
.sp-nav-link { display:block; padding:10px 14px; color:#fff; text-decoration:none; font-weight:700; font-size:0.88rem; white-space:nowrap; }
.sp-nav-link:hover, .sp-nav-link:focus { background:rgba(0,0,0,0.12); color:#fff; text-decoration:none; }
.sp-dropdown-menu { display:none; position:absolute; top:100%; left:0; margin:0; background:#fff; min-width:200px; list-style:none; padding:6px 0; z-index:1050; box-shadow:0 4px 12px rgba(0,0,0,0.15); border-top:2px solid var(--sp-accent,#90bc79); border-radius:0 0 4px 4px; }
.sp-dropdown-item { display:block; padding:9px 16px; color:#333; text-decoration:none; white-space:nowrap; font-size:0.87rem; }
.sp-dropdown-item:hover { background:#f0f7eb; color:#5a8a4a; text-decoration:none; }
/* Hamburger */
.sp-nav-toggler { display:none; background:none; border:1px solid rgba(255,255,255,0.7); padding:6px 12px; color:#fff; cursor:pointer; border-radius:4px; font-size:16px; margin-left:auto; }
/* Search */
.sp-search-form { display:flex; align-items:center; gap:4px; padding:4px 8px; flex-shrink:0; }
.sp-search-input { border:none; border-radius:20px; padding:5px 10px; font-size:0.85rem; width:150px; outline:none; color:#333; }
.sp-search-btn { background:rgba(0,0,0,0.2); border:1px solid rgba(255,255,255,0.5); border-radius:20px; padding:5px 10px; color:#fff; cursor:pointer; font-size:0.85rem; }
.sp-search-btn:hover { background:rgba(0,0,0,0.35); }
/* Desktop */
@media (min-width:769px) {
  .sp-nav-collapse { display:flex; align-items:center; justify-content:space-between; }
  .sp-dropdown:hover > .sp-dropdown-menu { display:block; }
  .sp-dropdown-submenu { position:relative; }
  .sp-dropdown-submenu > .sp-dropdown-menu { display:none; position:absolute; top:0; left:100%; min-width:200px; border-top:none; border-left:2px solid var(--sp-accent,#90bc79); z-index:1060; box-shadow:2px 4px 12px rgba(0,0,0,0.15); border-radius:0 4px 4px 4px; }
  .sp-dropdown-submenu:hover > .sp-dropdown-menu { display:block; }
}
/* Mobile */
@media (max-width:768px) {
  .sp-nav-toggler { display:block; }
  .sp-nav-collapse { display:none; width:100%; }
  .sp-nav-collapse.show { display:flex; flex-direction:column; }
  .sp-navbar-nav { flex-direction:column; }
  .sp-nav-item { border-bottom:1px solid rgba(255,255,255,0.15); }
  .sp-dropdown-menu { display:none; position:static; box-shadow:none; border-top:none; border-left:none; border-radius:0; padding-left:1rem; background:rgba(0,0,0,0.08); min-width:0; }
  .sp-dropdown-menu .sp-dropdown-item { color:#fff; }
  .sp-dropdown-menu .sp-dropdown-item:hover { background:rgba(0,0,0,0.1); color:#fff; }
  .sp-dropdown.open > .sp-dropdown-menu, .sp-dropdown-submenu.open > .sp-dropdown-menu { display:block; }
  .sp-dropdown-submenu > .sp-dropdown-menu { position:static; padding-left:1rem; border-left:none; }
  .sp-search-form { width:100%; padding:8px; box-sizing:border-box; }
  .sp-search-input { flex:1; width:auto; }
}

/* cart list */

.site-blocks-table2 {
  overflow: auto; }
  .site-blocks-table2 .product-thumbnail {
    width: 200px; }
    .site-blocks-table2 .product-quantity {
    width: 200px; }
  .site-blocks-table2 .btn {
    padding: 2px 10px; }
  .site-blocks-table2 thead th {
    padding: 30px;
    text-align: center;
    border-width: 0px !important;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px; }
  .site-blocks-table2 td {
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8); }
  .site-blocks-table2 tbody tr:first-child td {
    border-top: 1px solid #3b5d50 !important; }
  .site-blocks-table2 .btn {
    background: none !important;
    color: #000000;
    border: none;
    height: auto !important; }

.site-block-order-table th {
  border-top: none !important;
  border-bottom-width: 1px !important; }

.site-block-order-table td, .site-block-order-table th {
  color: #000000; }

.couponcode-wrap input {
  border-radius: 10px !important; }

.text-primary {
  color: #3b5d50 !important; }

.thankyou-icon {
  position: relative;
  color: #3b5d50; }
  .thankyou-icon:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(59, 93, 80, 0.2); }
    
  .no-wrap {
        display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    white-space: pre-wrap;
}

.align-items-center {
    align-items: center!important;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.d-flex {
    display: flex!important;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

td {
    display: table-cell;
    vertical-align: inherit;
    unicode-bidi: isolate;
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

.site-blocks-table td {
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8);
}

.site-blocks-table tbody tr:first-child td {
    border-top: 1px solid #3b5d50 !important;
}

