.bg-color-primary { background-color: #009a44; }
.bg-color-button { background-color: #36454F; }

/* general */
body { font-family: "Open Sans", sans-serif; color: #36454F; }
body a { color: #333030; }
body a:hover { color: #333030; text-decoration: none; }
h1, h2, h3, h4, h5, h6, .h6 { font-family: "Jost", sans-serif; }
button:focus { outline: none; }
img  { font-size: 8px; }
a.hlink { color: #007ad9; }
a.hlink:hover { color: #007ad9; text-decoration: underline; }
.ui-inplace-display { color: #007ad9 !important; }
.ui-inplace-display.ui-state-highlight { color: #007ad9 !important; text-decoration: underline !important; }

/* header */
#header { transition: all 0.5s; z-index: 997; padding: 0 0 15px 0; }
#header.header-scrolled, #header.header-inner-pages { background: #009a44; }
#header .logo { font-size: 30px; margin: 0; padding: 0; line-height: 1; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; }
#header .logo a { color: #fff; }
#header .logo img { max-height: 40px; }

/* navigation */
.nav-menu ul { margin: 0; padding: 0; list-style: none; }
.nav-menu > ul { display: flex; }
.nav-menu > ul > li { position: relative; white-space: nowrap; padding: 10px 0 10px 25px; }
.nav-menu a { display: block; position: relative; color: #fff; transition: 0.3s; font-size: 15px; letter-spacing: 0.5px; font-weight: 500; font-family: "Open Sans", sans-serif; }
.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a { color: #333030 ; }
.nav-menu .drop-down ul { border-radius: 8px; display: block; position: absolute; left: 14px; top: calc(100% + 30px); z-index: 99; opacity: 0; visibility: hidden; padding: 10px 0; background: #fff; box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); transition: 0.3s; }
.nav-menu .drop-down:hover > ul { opacity: 1; top: 100%; visibility: visible; }
.nav-menu .drop-down li { min-width: 180px; position: relative; }
.nav-menu .drop-down ul a { padding: 10px 20px; font-size: 14px; font-weight: 500; text-transform: none; color: #36454F; }
.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a { color: #333030 ; }
.nav-menu .drop-down > a:after { content: "\ea27"; font-family: boxicons; padding-left: 5px; }
.nav-menu .drop-down .drop-down ul { top: 0; left: calc(100% - 30px); }
.nav-menu .drop-down .drop-down:hover > ul { opacity: 1; top: 0; left: 100%; }
.nav-menu .drop-down .drop-down > a { padding-right: 35px; }
.nav-menu .drop-down .drop-down > a:after { content: "\ea27"; font-family: boxicons; position: absolute; right: 15px; }
@media (max-width: 1366px) { 
.nav-menu .drop-down .drop-down ul { left: -90%; }
.nav-menu .drop-down .drop-down:hover > ul { left: -100%; }
.nav-menu .drop-down .drop-down > a:after { content: "\ea27"; }}
.icofont-navigation-menu::before { content: "\edc2"; font-family: boxicons; font-style: normal; }
.icofont-close::before { content: "\eef1"; font-family: boxicons; font-style: normal; }

/* navigation (mobile) */
.mobile-nav-toggle { position: fixed; top: 20px; right: 15px; z-index: 9998; border: 0; background: none; font-size: 24px; transition: all 0.4s; outline: none !important; line-height: 1; cursor: pointer; text-align: right; }
.mobile-nav-toggle i { color: #fff; }
.mobile-nav { position: fixed; top: 55px; right: 15px; bottom: 15px; left: 15px; z-index: 9999; overflow-y: auto; background: #fff; transition: ease-in-out 0.2s; opacity: 0; visibility: hidden; border-radius: 10px; padding: 10px 0; }
.mobile-nav * { margin: 0; padding: 0; list-style: none; }
.mobile-nav a { display: block; position: relative; color: #009a44; padding: 10px 20px; font-weight: 500; outline: none; border: none; }
.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a { color: #333030 ; text-decoration: none; }
.mobile-nav .drop-down > a:after { content: "\ea27"; font-family: boxicons; padding-left: 10px; position: absolute; right: 15px; }
.mobile-nav .active.drop-down > a:after { content: "\ea34"; }
.mobile-nav .drop-down > a { padding-right: 35px; }
.mobile-nav .drop-down ul { display: none; overflow: hidden; }
.mobile-nav .drop-down li { padding-left: 20px; }
.mobile-nav-overly { width: 100%; height: 100%; z-index: 9997; top: 0; left: 0; position: fixed; background: #009a44; overflow: hidden; display: none; transition: ease-in-out 0.2s; }
.mobile-nav-active { overflow: hidden; }
.mobile-nav-active .mobile-nav { opacity: 1; visibility: visible; }
.mobile-nav-active .mobile-nav-toggle i { color: #fff; }

/* growl */
.ui-growl { top: 80px; }
.ui-growl-item-container { background: #eee; opacity: 1; }
.ui-growl-image { font-size: 2.5em !important; }
.ui-growl-message { width: 85% !important; }

/* preloader */
#preloader { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 9999; overflow: hidden; background: #009a44; }
#preloader:before { content: ""; position: fixed; top: calc(50% - 30px); left: calc(50% - 30px); border: 6px solid #009a44; border-top-color: #fff; border-bottom-color: #fff; border-radius: 50%; width: 60px; height: 60px; -webkit-animation: animate-preloader 1s linear infinite; animation: animate-preloader 1s linear infinite; }
@-webkit-keyframes animate-preloader { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
@keyframes animate-preloader { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

/* ajaxstatus */
.notify-error { position: fixed; top: 0; left: 0; z-index: 9999; background: #f2dede; padding: 4px 15px; color: #a94442; }
.ajaxstatus { height: 2px; width: 100%; padding-bottom: 15px; }
.loader, .no-loader { height: 2px; width: 100%; position: relative; overflow: hidden; background-color: #e0e0d1; }
.loader:before { display: block; position: absolute; content: ""; left: -200px; width: 200px; height: 4px; background-color: #009a44; animation: loading 2s linear infinite; }
.no-loader { background-color: transparent; }
@keyframes loading { from {left: -200px; width: 30%;} 50% {width: 30%;} 70% {width: 70%;} 80% { left: 50%;} 95% {left: 120%;} to {left: 100%;} }

/* back-to-top */
.back-to-top { position: fixed; display: none; right: 15px; bottom: 15px; z-index: 99999; }
.back-to-top i { display: flex; align-items: center; justify-content: center; font-size: 24px; width: 40px; height: 40px; border-radius: 50px; background: #333030 ; color: #fff; transition: all 0.4s; }
.back-to-top i:hover { background: #36454F; color: #fff; }

/* badge */
.badge { vertical-align: top; border-radius: .6rem; padding: .25em .45em .35em .5em !important; }

/* breadcrumbs */
.breadcrumbs { background: #f3f5fa; padding: 20px 0; margin-top: 72px; min-height: 40px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; list-style: none; padding: 0; margin: 0; font-size: 14px; }
.breadcrumbs ol li + li { padding-left: 10px; }
.breadcrumbs ol li + li::before {display: inline-block; padding-right: 10px; color: #333030; content: "/"; }
.breadcrumbs h2 { font-size: 28px; font-weight: 600; color: #009a44; }
@media (max-width: 992px) {
.breadcrumbs { margin-top: 68px; }}

/* search */
#search form { margin-top: 10px; background: #fff; padding: 6px 10px; position: relative; border-radius: 50px; box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06); text-align: left; }
#search form input[type="search"] { border: 0; outline: none; box-shadow: none; padding: 4px 8px; width: calc(100% - 2%); }
#search form input[type="submit"] { position: absolute; top: 0; right: 0; bottom: 0; border: 0; background: none; font-size: 16px; padding: 0 20px; background: #36454F; color: #fff; transition: 0.3s; border-radius: 50px; box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); }
#search form input[type="submit"]:hover { background: #333030; }

/* section */
section { padding: 20px 0; overflow: hidden; }
.section-bg { background-color: #f3f5fa; }
.section-title { text-align: center; }
.section-title h2 { font-size: 32px; font-weight: bold; text-transform: uppercase; margin-bottom: 20px; padding-bottom: 20px; position: relative; color: #009a44; }
.section-title h2::before { content: ''; position: absolute; display: block; width: 120px; height: 1px; background: #ddd; bottom: 1px; left: calc(50% - 60px); }
.section-title h2::after { content: ''; position: absolute; display: block; width: 40px; height: 3px; background: #333030 ; bottom: 0; left: calc(50% - 20px); }
.section-title p { margin-bottom: 0; }

/* carousel */
.carousel-item img { height: auto; max-width: 100%; line-height: 1; width: 100%; };

/* quicksearch*/
.qs { padding: 12px 0; text-align: center; }
.qs-text { display: inline-block; padding: 10px 30px; font-family: 'Ubuntu', sans-serif; font-size: 1.2rem; font-weight: bold; line-height: normal; }
.qs-text a { color: #191818; }
.qs-text a:hover { color: #7d7d7d; text-decoration: none; }
@media (max-width: 500px) {
  .qs-text { display: inline-block; padding: 10px 20px; font-family: 'Ubuntu', sans-serif; font-size: 1rem; font-weight: bold; line-height: normal; }}

/* featured/search */
.sr .row > div { padding-left: 10px; padding-right: 10px; } 
.sr .icon-box { box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1); padding: 24px; transition: all ease-in-out 0.4s; background: #fff; }
.sr .icon-box .icon { margin-bottom: 10px; height: 70px; text-align: center; }
.sr .icon-box .icon img { max-height: 150px; vertical-align: middle; position: relative; top: 50%; transform: translateY(-50%); }
.sr .icon-box h4 { font-weight: 500; margin-bottom: 15px; font-size: 24px; }
.sr .icon-box h4 a {color: #009a44; transition: ease-in-out 0.3s; }
.sr .icon-box p { line-height: 24px; font-size: 14px; margin-bottom: 0; }
.sr .icon-box:hover { transform: translateY(-10px); }
.sr .icon-box:hover h4 a { color: #333030 ; }

/* buttons */
body .ui-button.add-cart-btn, .add-cart-btn, .login-btn, .addless-btn { margin-left: 25px; margin-right: 25px; color: #fff; border-radius: 50px; padding: 6px 25px 7px 25px; white-space: nowrap; transition: 0.3s;  font-size: 14px; display: inline-block; border: 2px solid #333030 ; font-weight: 600; }
body .ui-button.add-cart-btn, .add-cart-btn, .addless-btn { border: 2px solid #36454F; background: #36454F; }
body .ui-button.add-cart-btn:hover, .add-cart-btn:hover, .addless-btn { border: 2px solid #333030; background: #333030; color: #fff; }
body .login-btn:hover { border: 2px solid #fff;}
.confirm-btn { padding: 4px 2px; margin: 0 2px 10px 0 !important; min-width: 150px; }
@media (max-width: 768px) {
.add-cart-btn, .login-btn { margin: 0 48px 0 0; padding: 6px 20px 7px 20px; }
body .ui-button.add-cart-btn { margin: 0; padding: 0; }
.addless-btn { margin: 0 0 0 0; padding: 6px 10px 6px 10px; }}

/* form-default */
.form-default { margin-bottom: 24px; }
.form-default > form button.form-btn { color: #fff; border-radius: 50px; padding: 6px 25px 7px 25px; white-space: nowrap; transition: 0.3s; font-size: 14px; display: inline-block; border: 2px solid #36454F; background: #36454F; font-weight: 600; }
.form-default > form button.form-btn:hover { border: 2px solid #333030; background: #333030; color: #fff; }

/* footer */
#footer { font-size: 14px;background: #009a44; }
#footer .footer-top { padding: 60px 0 30px 0; background: #fff; }
#footer .footer-top .footer-contact { margin-bottom: 30px; }
#footer .footer-top .footer-contact h3 { font-size: 28px; margin: 0 0 10px 0; padding: 2px 0 2px 0; line-height: 1; text-transform: uppercase; font-weight: 600; color: #009a44; }
#footer .footer-top .footer-contact p { font-size: 14px; line-height: 24px; margin-bottom: 0; font-family: "Jost", sans-serif; color: #5e5e5e; }
#footer .footer-top h4 { font-size: 16px; font-weight: bold; color: #009a44; position: relative; padding-bottom: 12px; }
#footer .footer-top .footer-links { margin-bottom: 30px; }
#footer .footer-top .footer-links ul { list-style: none; padding: 0; margin: 0; }
#footer .footer-top .footer-links ul i { padding-right: 2px; color: #333030; font-size: 18px; line-height: 1; }
#footer .footer-top .footer-links ul li { padding: 6px 0; display: flex; align-items: center; }
#footer .footer-top .footer-links ul li:first-child { padding-top: 0; }
#footer .footer-top .footer-links ul a { color: #777777; transition: 0.3s; display: inline-block; line-height: 1; }
#footer .footer-top .footer-links ul a:hover { text-decoration: none; color: #333030 ; }
#footer .footer-top .social-links a { font-size: 18px; display: inline-block; background: #333030; color: #fff; line-height: 1; padding: 8px 0; margin-right: 4px; border-radius: 50%; text-align: center; width: 36px; height: 36px; transition: 0.3s; }
#footer .footer-top .social-links a:hover { background: #36454F; color: #fff; text-decoration: none; }
#footer .footer-bottom { padding-top: 30px; padding-bottom: 30px; color: #fff; }
#footer .copyright { float: left; }
@media (max-width: 768px) {
  #footer .footer-bottom { padding-top: 20px; padding-bottom: 20px; }
  #footer .copyright { text-align: center; float: none; }}

/* others */
body .ui-panel .ui-panel-content { border: none; }
body .ui-panel.cc-details .ui-panel-content { background-color: #ccc; }
body .ui-selectonemenu { vertical-align: middle; }
.ui-selectonemenu-item.ui-state-disabled { text-decoration: line-through !important; }
.ui-blockui { z-index: 996 !important; }
.ui-dialog.eula-dialog, .ui-dialog.order-dialog { background: white; width: 80% !important; height: 98% !important; z-index: 1008; }
.ui-dialog-mask { background-color: #333 !important; }
.ui-dialog-title { font-size: 1.6em; font-weight: 700; }
body .ui-dialog .ui-dialog-titlebar { background-image: linear-gradient(to right, #999, #ddd); }
.ui-dialog.eula-dialog .ui-dialog-content { overflow-x: hidden; height: 78% !important; }
.ui-dialog.order-dialog .ui-dialog-content { overflow-x: hidden; height: 86% !important; }
.ui-lightbox { width: 90%; height: 90%; }
.ui-lightbox-caption-text, .ui-lightbox-close { font-family: "Jost", sans-serif; font-weight: 700; }
.ui-lightbox-close::before { content: 'Close Dialog'; }
.ui-lightbox-close .ui-icon-closethick { margin-top: -2px; }
.ui-spinner .ui-spinner-button.ui-button { border: 1px solid #ccc !important; }
.money, .quantity { display: inline-block; text-align: right; }
.onsale { text-decoration: line-through; padding-left: 8px; opacity: 0.6; }
.after-content-none:after { content: none !important; }
.charrem { font-size: 12px; color: gray; }
.pt-4px { padding-top: 4px; }
.pt-20px { padding-top: 20px; }
.pl-4px { padding-left: 4px; }
.pr-10px { padding-right: 10px; }
.mt-24px { margin-top: 24px; }
.mb-4px { margin-bottom: 4px; }
.mb-24px { margin-bottom: 24px; }
.w-70px { width: 70px; }
.w-90px { width: 90px; }
.w-350px { width: 350px; }
.w-22-or-100 { width: 22%! important; }
@media (max-width: 500px) {
  .w-22-or-100 { width: 100%! important; }}

.product .product-item { margin-bottom: 30px; }
.product .product-item .product-img { overflow: hidden; height: 130px; text-align: center; }
.product .product-item .product-img img { transition: all 0.6s; max-height: 130px; vertical-align: middle; position: relative; top: 50%; transform: translateY(-50%); }
.product .product-item:hover .product-img img { top: 90px; }
.product .product-item .product-info { opacity: 0; position: absolute; left: 15px; bottom: 0; z-index: 3; right: 15px; transition: all 0.3s; background: rgba(55, 81, 126, 0.8); padding: 10px 15px; }
.product .product-item .product-info h4 { font-size: 18px; color: #fff; font-weight: 600; color: #fff; margin-bottom: 0px; }
.product .product-item .product-info p { color: #f9fcfe; font-size: 14px; margin-bottom: 0; }
.product .product-item:hover .product-info { opacity: 1; }

.product-name { display: inline-block; height: 4em; word-break: break-word; overflow: hidden; }

.search .list { border-top: 3px solid #333030 ; border-bottom: 3px solid #333030 ; padding: 30px; background: #fff; width: 100%; box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1); }
.search .list .item a { padding: 0 0 0 60px; font-family: "Jost", sans-serif; font-size: 22px; font-weight: 600; margin-bottom: 5px; color: #009a44; }
.search .list .item a:hover { color: #73c5eb; text-decoration: none; }
.search .list .item p { padding: 0 0 10px 60px; margin-bottom: 20px; font-size: 14px; color: #36454F; }

/* form-section */
.form-section .list { border-top: 3px solid #333030; border-bottom: 3px solid #333030; padding: 30px; background: #fff; width: 100%; box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1); }
.form-section .list .item h4 { padding: 0; font-family: "Jost", sans-serif; font-size: 22px; font-weight: 600; margin-bottom: 5px; color: #009a44; }
.form-section .list .item p { padding: 0; font-size: 14px; color: #36454F; }
.form-section .form-layout { width: 100%; border-top: 3px solid #333030; border-bottom: 3px solid #333030; padding: 30px; background: #fff; box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12); }
.form-section .form-layout .form-group { padding-bottom: 0; }
.form-section .form-layout input, .form-section .form-layout textarea { border-radius: 0; box-shadow: none; font-size: 14px; border-radius: 4px; }
.form-section .form-layout input:focus, .form-section .form-layout textarea:focus { border-color: #333030 ; }
.form-section .form-layout input { height: 44px; }
.form-section .form-layout textarea { padding: 10px 12px; }
.form-section .form-layout button[type="submit"] { background: #333030; border: 0; padding: 12px 34px; color: #fff; transition: 0.4s; border-radius: 50px; }
.form-section .form-layout button[type="submit"]:hover { background: #36454F; }

/* contact */
.contact .info { border-top: 3px solid #333030; border-bottom: 3px solid #333030; padding: 30px; background: #fff; width: 100%; box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1); }
.contact .info i { font-size: 20px; color: #333030; float: left; width: 44px; height: 44px; background: #e7f5fb; display: flex; justify-content: center; align-items: center; border-radius: 50px; transition: all 0.3s ease-in-out; }
.contact .info h4 { padding: 0 0 0 60px; font-size: 22px; font-weight: 600; margin-bottom: 5px; color: #009a44; }
.contact .info p { padding: 0 0 10px 60px; margin-bottom: 20px; font-size: 14px; color: #36454F; }
.contact .info .email p { padding-top: 5px; }
.contact .info .social-links { padding-left: 60px; }
.contact .info .social-links a { font-size: 18px; display: inline-block; background: #333; color: #fff; line-height: 1; padding: 8px 0; border-radius: 50%; text-align: center; width: 36px; height: 36px; transition: 0.3s; margin-right: 10px; }
.contact .info .social-links a:hover { background: #333030; color: #fff; }
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i { background: #333030; color: #fff; }

/* product-details */
.product-details { padding-top: 40px; min-height: 445px; }
.product-details .product-details-container { position: relative; }
.product-details .product-details-gallery { position: relative; z-index: 1; }
.product-details .product-details-gallery .owl-nav, .product-details .product-details-gallery .owl-dots {margin-top: 5px; text-align: left; }
.product-details .product-details-gallery .owl-dot { display: inline-block; margin: 0 10px 0 0; width: 12px; height: 12px; border-radius: 50%; background-color: #ddd !important; }
.product-details .product-details-gallery .owl-dot.active { background-color: #333030  !important; }
.product-details .product-info { max-width: 300px; padding: 20px 20px 30px 20px; position: absolute; right: 0; top: 0; background: rgba(200, 200, 200, 0.8); box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); z-index: 2; }
.product-details .product-info h3 {font-size: 22px; font-weight: 700; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #eee; }
.product-details .product-info ul { list-style: none; padding: 0; font-size: 15px; }
.product-details .product-info ul li + li { margin-top: 10px; }
.product-details .product-description { max-width: 66%; padding-top: 50px; min-height: 400px; }
.product-details .product-description h2 { width: 50%; font-size: 26px; font-weight: 700; margin-bottom: 20px; color: #36454F; }
.product-details .product-description p { padding: 0 0 0 0; }

@media (max-width: 768px) {
  .product-details .product-description { max-width: 100%; padding-top: 50px; }
  .product-details .product-description h2 { width: 100%; }
  .product-details .product-info { position: static; margin-top: 30px; }}

.pagination-lg .page-link { font-size: 0.9rem; }
.page-item.active .page-link { background-color: #36454F; border-color: #36454F; }
.page-link { color: #36454F; }

/* overlay */
.ol-wrap { display: inline; }
.ol-wrap .ol { position: absolute; width: 480px; padding: 20px; display: none; transition: .3s ease; background-color: rgba(0,0,0,0.7);	z-index: 996; }
.ol-wrap:hover .ol { display: inline; }


