@font-face {
	font-family: "Adobe Jensen";
	font-weight: 800;
	font-style: normal;
	src: url("/assets/themes/sc/css/fonts/font1/Adobe_Jenson_Bold.otf") format('truetype');
}
@font-face {
	font-family: "Adobe Jensen";
	font-weight: 400;
	font-style: normal;
	src: url("/assets/themes/sc/css/fonts/font2/Adobe_Jenson_Regular.otf") format('truetype');
}
@media (max-width:576px) {
    html{
        overflow-y: auto!important;
    }
}

body {
	font-family: 'Open Sans', sans-serif;
    line-height: 1.4;
    font-weight: 400;
    font-style: normal;
    color: #333;
    background: #f7f7f7;
    font-size: 16px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .24s ease-in-out;
    -moz-transition: opacity .24s ease-in-out;
    transition: opacity .24s ease-in-out;
    overflow-x: hidden;
}
a {
    color: #2C6868 /*{link-text-colour}*/;
	outline: 0 !important;
}
a:hover,
a:focus {
	color: #2a6496 /*{link-text-hover-colour}*/;
}
.carousel-caption h3,.carousel-caption .h3,.carousel-caption p {
	color: white /*{carousel-text-colour}*/;
}
h1,
.h1 {
	font-size: 36px /*{header-1-font-size}*/;
    font-family: "Adobe Jensen";
}
h2,
.h2 {
	font-size: 32px /*{header-2-font-size}*/;
    font-family: "Adobe Jensen";
}
h3,
.h3 {
	font-size: 28px /*{header-3-font-size}*/;
    font-family: "Adobe Jensen";
}
h4,
.h4 {
	font-size: 22px /*{header-4-font-size}*/;
    font-family: "Adobe Jensen";
}
h5,
.h5 {
	font-size: 18px /*{header-5-font-size}*/;
    font-family: "Adobe Jensen";
}

.btn-default {
	color: #333333 /*{btn-default-text-colour}*/;
	background-color: #ffffff /*{btn-default-bg-colour}*/;
	border-color: #cccccc /*{btn-default-border-colour}*/;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #fff /*{btn-default-text-colour-hover}*/;
	background-color: #C9A456 /*{btn-default-bg-colour-hover}*/;
	border-color: #C9A456 /*{btn-default-border-colour-hover}*/;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: #ffffff /*{btn-default-disabled-bg-colour}*/;
	border-color: #cccccc /*{btn-default-disabled-border-colour}*/;
}
.btn-primary {
	color: #FFFFFF /*{btn-primary-text-colour}*/;
	background-color: #428bca /*{btn-primary-bg-colour}*/;
	border-color: #357ebd /*{btn-primary-border-colour}*/;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #ffffff /*{btn-primary-text-colour-hover}*/;
	background-color: #3276b1 /*{btn-primary-bg-colour-hover}*/;
	border-color: #285e8e /*{btn-primary-border-colour-hover}*/;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #428bca /*{btn-primary-disabled-bg-colour}*/;
	border-color: #357ebd /*{btn-primary-disabled-border-colour}*/;
}
.btn-warning {
	color: #ffffff  /*{btn-warning-text-colour}*/;
	background-color: #f0ad4e /*{btn-warning-bg-colour}*/;
	border-color: #eea236 /*{btn-warning-border-colour}*/;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
	color: #ffffff /*{btn-warning-text-colour-hover}*/;
	background-color: #ed9c28 /*{btn-warning-bg-colour-hover}*/;
	border-color: #d58512 /*{btn-warning-border-colour-hover}*/;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
	background-color: #f0ad4e /*{btn-warning-disabled-bg-colour}*/;
	border-color: #eea236 /*{btn-warning-disabled-border-colour}*/;
}
.btn-danger {
	color: #ffffff /*{btn-danger-text-colour}*/;
	background-color: #d9534f /*{btn-danger-bg-colour}*/;
	border-color: #d43f3a /*{btn-danger-border-colour}*/;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
	color: #ffffff /*{btn-danger-text-colour-hover}*/;
	background-color: #d2322d /*{btn-danger-bg-colour-hover}*/;
	border-color: #ac2925 /*{btn-danger-border-colour-hover}*/;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	background-color: #d9534f /*{btn-danger-disabled-bg-colour}*/;
	border-color: #d43f3a /*{btn-danger-disabled-border-colour}*/;
}
.btn-success {
	color: #ffffff /*{btn-success-text-colour}*/;
	background-color: #5cb85c /*{btn-success-bg-colour}*/;
	border-color: #4cae4c /*{btn-success-border-colour}*/;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	color: #ffffff /*{btn-success-text-colour-hover}*/;
	background-color: #47a447 /*{btn-success-bg-colour-hover}*/;
	border-color: #398439 /*{btn-success-border-colour-hover}*/;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: #5cb85c /*{btn-success-disabled-bg-colour}*/;
	border-color: #4cae4c /*{btn-success-disabled-border-colour}*/;
}
.btn-info {
	color: #ffffff /*{btn-info-text-colour}*/;
	background-color: #5bc0de /*{btn-info-bg-colour}*/;
	border-color: #46b8da /*{btn-info-border-colour}*/;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
	color: #ffffff /*{btn-info-text-colour-hover}*/;
	background-color: #39b3d7 /*{btn-info-bg-colour-hover}*/;
	border-color: #269abc /*{btn-info-border-colour-hover}*/;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
	background-color: #5bc0de /*{btn-info-disabled-bg-colour}*/;
	border-color: #46b8da /*{btn-info-disabled-border-colour}*/;
}
.breadcrumb {
	background-color: transparent /*{breadcrumb-background-colour}*/;
	padding: 0px;
}
.breadcrumb > li + li:before {
	color: #cccccc /*{breadcrumb-text-colour}*/;
}
.breadcrumb > .active,
.breadcrumb a {
	color: #777 /*{breadcrumb-active-link-colour}*/;
}
.pagination > li > a,
.pagination > li > span {
	color: #C9A456 /*{pagination-text-colour}*/;
	background-color: #ffffff /*{pagination-bg-colour}*/;
	border-color: #ebebeb /*{pagination-border-colour}*/;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #fff !important /*{pagination-text-colour-hover}*/;
	background-color: #C9A456 /*{pagination-bg-colour-hover}*/;
	border-color: #C9A456 /*{pagination-border-colour-hover}*/;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: #fff /*{pagination-text-colour-active}*/;
	background-color: #C9A456 /*{pagination-bg-colour-active}*/;
	border-color: #C9A456 /*{pagination-border-colour-active}*/;
}
.label-default {
	background-color: #999999 /*{label-default-bg}*/;
    border-radius: 0.25rem;
    padding: 0 10px;
}
.label-default[href]:hover,
.label-default[href]:focus {
	background-color: #808080 /*{label-default-bg-hover}*/;
}
.label-primary {
	background-color: #428bca /*{label-primary-bg}*/;
    border-radius: 0.25rem;
    padding: 0 10px;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #3071a9 /*{label-primary-bg-hover}*/;
}
.label-success {
	background-color: #5cb85c /*{label-success-bg}*/;
    border-radius: 0.25rem;
    padding: 0 10px;
}
#n_product .label-success {
    background-color: #eeeeee;
    color: #c9a456;
}
.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #449d44 /*{label-success-bg-hover}*/;
}
.label-info {
	background-color: #5bc0de /*{label-info-bg}*/;
    border-radius: 0.25rem;
    padding: 0 10px;
}
.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #31b0d5 /*{label-info-bg-hover}*/;
}
.label-warning {
	background-color: #f0ad4e /*{label-warning-bg}*/;
    border-radius: 0.25rem;
    padding: 0 10px;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #ec971f /*{label-warning-bg-hover}*/;
}
.label-danger {
	background-color: #d9534f /*{label-danger-bg}*/;
    border-radius: 0.25rem;
    padding: 0 10px;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #c9302c /*{label-danger-bg-hover}*/;
}
.well {
	background-color: transparent /*{well-bg}*/;
	border: 1px solid #dedede;
    padding: 20px;
    margin: 2em 0;
    border-radius: 5px;
}
.panel-default {
	border-color: #dddddd /*{panel-border-colour}*/;
}
.panel-default > .panel-heading {
	color: #333333 /*{panel-header-text-colour}*/;
	background-color: #f7f7f7 /*{panel-header-bg-colour}*/;
	border-color: #dddddd /*{panel-header-border-colour}*/;
}
.panel-title {
	color: #333333 /*{panel-header-text-colour}*/;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #dddddd /*{panel-border-colour}*/;
}
.save {
	color: #D9534F /*{sale-colour}*/;
}
.productsave {
	color: #D9534F /*{sale-colour}*/;
}
.navbar-default {
	background-color: #f8f8f8 /*{navbar-default-bg-colour}*/;
	border-color: #e7e7e7 /*{navbar-default-border-colour}*/;
}
.navbar-default .navbar-brand {
	color: #777777 /*{navbar-default-text-colour}*/;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e /*{navbar-default-text-colour-hover}*/;
}
.navbar-default .navbar-text {
	color: #777777 /*{navbar-default-text-colour}*/;
}
.navbar-default .navbar-nav > li > a {
	color: #777777 /*{navbar-default-link-colour}*/;
}

.navigation-list li a {
	color: #777777 /*{navbar-default-link-colour}*/;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #333333 /*{navbar-default-link-colour-hover}*/;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #555555 /*{navbar-default-link-colour-active}*/;
	background-color: #e7e7e7 /*{navbar-default-link-bg-active}*/;
}
.navbar-default .navbar-nav >.dropdown > a .caret {
	border-top-color: #333 /*{navbar-default-link-colour}*/;
	border-bottom-color: #333 /*{navbar-default-link-colour}*/;
}
.nav .caret {
	border-top-color: #428bca /*{navbar-default-link-colour}*/;
	border-bottom-color: #428bca /*{navbar-default-link-colour}*/;
}
.nav .open > a .caret, .nav .open > a:hover .caret, .nav .open > a:focus .caret {
	border-top-color: #333 /*{navbar-default-link-colour}*/;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #333333  /*{navbar-default-link-colour-hover}*/;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #e7e7e7 /*{navbar-default-bg-colour}*/;
	color: #333333 /*{navbar-default-link-colour-hover}*/;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent;
}
.dropdown-menu {
	background-color: #ffffff /*{dropdown-menu-bg}*/;
	border-color: #cccccc /*{dropdown-menu-border-colour}*/;
}
.dropdown-menu .divider {
	background-color: #e5e5e5 /*{dropdown-menu-divider-colour}*/;
}
.dropdown-menu > li > a {
	color: #333333 /*{dropdown-menu-link-colour}*/;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #262626 /*{dropdown-menu-link-colour-hover}*/;
	background-color: #f5f5f5 /*{dropdown-menu-link-bg-hover}*/;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #ffffff /*{dropdown-menu-link-colour-active}*/;
	background-color: #428bca /*{dropdown-menu-link-bg-active}*/;
}
.logo {
	max-width:100%;
}
img {
	max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
@media (min-width: 1230px) {
.container {
    max-width: 1200px;
}
}
@media (min-width: 1200px) and (max-width: 1229px) {
.container {
    max-width: 100%;
    padding: 0 30px;
}
}
.n-responsive-content p:last-child {
    margin-bottom: 0;
}
body a:hover {
    text-decoration: none;
	color: #C9A456 !important;
}
.breadcrumb li:last-child a {
	color: #C9A456;
	pointer-events: none;
}
.btn, .btn-default, .btn-primary  {
	background: #2C6868;
    font-size: 17px;
    font-weight: 400;
    padding: 15px 25px;
    line-height: 1.1;
    text-shadow: none;
    white-space: nowrap;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: 0;
    color: #fff;

}
.btn.btn-default:hover, .btn-primary:hover, .btn:hover {
	background: #C9A456 !important;
	color: #fff !important;
	border-color: #C9A456 !important;

}
.list-social li .fas:hover , .list-social li .fab:hover {
	color: #C9A456 !important;
}
/*****  Header  *****/
header a {
	color: #f5f5f5;
}
header .logo a {
	display: flex;
}
header .logo a p {
	    padding-left: 10px;
    margin-bottom: 0;
    line-height: 40px;
    font-size: 22px;
    text-transform: uppercase;
    color: #f5f5f5 !important;
    font-family: "Adobe Jensen";
}
.header-container .top-bar {
   line-height: 40px;
    color: #fff;
    background: #2C6868;
}
.nav-telephone {
    text-align: right;
}
.nav-mail {
    display: inline-block;
    line-height: initial;
}
.col-logo {
	display: flex;
    height: 90px;
    align-items: center;
}
.col-menu {
    display: flex;
    height: 60px;
}
.search-form {
    display: flex;
    margin-left: auto;
    margin-right: 0;
}
.header-container .social-icons {
    margin-bottom: 0;
    padding: 0;
}
.col-menu .wsmenu {
    border: none;
}
.col-menu .wsmenu-list>li>a {
    background: none !important;
    color: #fff;
    font-weight: 800;
    font-size: 13px;
    line-height: 62px;
    height: 62px;
    text-transform: uppercase;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border: none !important;
    z-index: 99;
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a, .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a, .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a {
    font-size: 16px;
}
.sticky .col-logo, .sticky .col-menu, .sticky .col-menu .wsmenu, .main-header.sticky  {
    height: 60px;
}
.sticky .col-menu .wsmenu-list>li>a {
    line-height: 60px;
    min-height: 60px;
}
.sticky .col-menu .wsmenu-submenu {
    top: 60px;
}
.header-bar {
    background-color: #282828;;
}
@media only screen and (min-width: 1500px) {
.main-header.sticky {
    background: #2c2c2c;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: anim_titles;
    -moz-animation-duration: 5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-70px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
}
.search-btn-submit {
	border: initial;
    background: #2C6868;
    cursor: pointer;
    color: #fff;
}
.search-btn-submit:hover {
	background: #CDA356;
}
.search-form .form-control{
    width: 300px;
    border-radius: 0px;
}
.header-container .social-icons li a {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}
.header-container .social-icons li {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 4px;
    list-style: none;
    margin-right: 5px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 13px;
    float: left;
}
.header-container .social-icons li:hover {
    border: 1px solid #C9A456;

}
.header-container .social-icons li:hover a {
    color: #C9A456;
}
.header-container .social-icons li:last-child {
    margin-right: 0px;
}
.col-menu .wsmenu-list li.active a{
    color: #C9A456;
    border-bottom: 2px solid #C9A456 !important;
}
.col-menu .megamenu-dropdown .wsmenu-submenu li a, .col-menu li.active .wsmenu-submenu li a, .col-menu li.megamenu-dropdown.active .wsmenu-submenu li.active>a {
     border-bottom: none !important;
}
.col-menu .megamenu-dropdown .wsmenu-submenu li.active .wsmenu-submenu-sub li.active a,
.col-menu li.active .wsmenu-submenu li.active>a {
    border-bottom: 2px solid #C9A456 !important;
    display: inline-block;
}
body:not(#n_home) .col-menu .wsmenu-list li.active a.menuhomeicon{
    color: inherit;
    border-bottom: none !important;
}
.wsmenu {
    width: 100% !important;
    height: 60px;
}
.wsmenu-submenu li {
    text-align: left;
}
.mega-none>a {
    opacity: 0;
}

.mega-none .wsmenu-submenu-sub a {
    opacity: 1;
}
.wsmenu-list li.megamenu-dropdown:hover>.wsmenu-submenu {
    display: flex !important;
    flex-wrap: wrap;
}
/* Footer */
.footer-link {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid rgba(255,255,255,0.39);
    display: inline-block;
}
.footer-menu {
    text-align: right;
}
.footer-menu .footer-link:last-child {
    padding-right: 0px;
    margin-right: 0px;
    border-right: none;
}
.wrapper-footer {
  background: #2c2c2c;
    padding: 40px 0;
}
.footer-link a {
    color: rgba(255,255,255,0.39);
}
.list-social li .fas, .list-social li .fab {
	font-size: 16px;
    color: rgba(255,255,255,0.39);
}
.copyright-info address {
    color: rgba(255,255,255,0.39);
    text-align: left;
    margin-bottom: 0;
}
.copyright-info , .copyright-info a {
	color: rgba(255,255,255,0.39);
}
.copyright_row {
    margin-bottom: 25px;
}
.copyright-info .copyright_row:last-child {
    margin-bottom: 0;
}
/*   Home   */
.newsletter-section {
    color: #fff;
    background: #2C6868;
    padding: 40px 0;
    position: relative;
}
.newsletter-section p {
    margin-bottom: 0px;
}
.newsletter-section a {
    color: #fff;
}
.newsletter-box input {
    margin-right: 10px;
    width: 250px;
}
.newsletter-box .btn {
    background-color: #55B3B2;
}
.btn.main-btn1, .btn.main-btn2, .btn.main-btn3 {
    width: 180px;
    font-size: 16px;
    line-height: 50px;
    padding: 0;
    border: 2px solid transparent;
}
.btn.main-btn2, .btn.meet-btn2 {
   background: #2C6868;
}
.btn.main-btn1, .btn.meet-btn1 {
     background: #C9A456;
}
.btn.main-btn3 {
    background: transparent;
    border: 2px solid #C9A456;
    color: #C9A456;
}
.btn.main-btn3:hover {
    border: 2px solid #fff !important;
    color: #fff !important;
    background: transparent !important;
}
.btn.main-btn1:hover, .btn.meet-btn1:hover {
    background: #2C6868 !important;
    border-color: #2C6868 !important;
}
.four-box-section .btn {
    background: #C9A456;
    text-decoration: underline;
}
.newsletter-row p {
    font-size: 22px;
}
.newsletter-text {
    margin-right: 40px;
}
.newsletter-row {
    flex-wrap: wrap;
    text-align: center;
}
.main-btn1, .main-btn2, .meet-btn1 {
    margin-right: 10px;
}
.main-resource-box {
    text-align: center;
    width: 71%;
    margin: 0 auto;
    color: #000;
}
.main-resource-section {
    padding: 70px 0;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: bottom;
}
.meet-section {
    margin: 60px 0;
    padding: 60px;

}
.meet-img img {
    border: 5px solid #fff;
}
.meet-btn .btn {
    color: #fff;
}
.btn.meet-btn1, .btn.meet-btn2 {
    line-height: 20px;
}
.meet-box h1 {
    margin-bottom: 40px;
}
.meet-box p {
    margin-bottom: 25px;
}
.meet-btn2 .fa-linkedin-in {
    width: 20px;
    height: 20px;
    line-height: 20px;
     background: #0E6DA7;
    color: #fff;
}
.four-box-section {
    padding-top: 90px;
    padding-bottom: 130px;
}
.four-box-section .card {
    margin-bottom: 30px;
}
.four-box-title {
    text-align: center;
    margin-bottom: 60px;
}
.four-box-section .card-body h1 {
    color: #2C6868;
    margin-bottom: 25px;
    font-size: 24px;
}
.four-box-section .card-body p {
    font-size: 14px;
    margin-bottom: 10px;
    min-height: 120px;
}
.main-resource-box h1 {
    margin-bottom: 20px;
    font-weight: 600;
}
.main-resource-box p {
    margin-bottom: 25px;
}
/* bootstrap hack: fix content width inside hidden tabs */
.tab-content > .tab-pane, .pill-content > .pill-pane {
    display: block;    /* undo display:none          */
    height: 0;         /* height:0 is also invisible */
    overflow: hidden;  /* no-overflow                */
}
.tab-content > .active, .pill-content > .active {
    height: auto;      /* let the content decide it  */
    overflow: visible;
} /* bootstrap hack end */
.featured_row .slick-track {
    margin-left: 0;
}
.featured-section .slider-tab-inner, .featured-section .nav-tabs .nav-link.active, .blog-section {

    background-color: #eeeeee;
}
.product_table .nav-tabs .nav-link.active {

    background-color: transparent;
}
.slider-category-btn {
    text-align: center;
    margin-top: 40px;
}
.featured-section h1, .blog-section h1, .newsletter-section h1 {
    text-align: center;
    margin-bottom: 60px;
    font-weight: 600;
}
.newsletter-section h1 {
    color: #fff;
}
.featured-section h2 {
    text-align: center;
    text-decoration: underline;
}
.featured-section h2 a {
    color: #CDA356;
}
.featured-section h2 a:hover {
    color: #2C6868 !important;
}
.featured-section {
    padding-top: 90px;
}
.slider-tab-inner {
    padding-bottom: 30px;
}
.slick-arrow.prev {
    position: absolute;
    right: 35px;
    z-index: 98;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: rgba(0,0,0,0.6);
    top: -75px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.slider-box-info {
    text-align: center;
}
.home-slider-box .thumbnail {
    padding: 15px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    margin: 5px 0;
    background: #fbfbfb;
}
.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub {
    border: none !important;
    left: calc(100% + 15px);
    padding: 15px !important;
}
.megamenu-dropdown .parent-menu-item .wsmenu-arrow {
    display: none;
}
.slider-box-info .h3 {
    font-size: 20px;
    margin-bottom: 10px;
    min-height: 70px;
}
.home-slider-box .thumbnail img {
    margin-bottom: 10px;
}
.slider-box-info .price {
    font-size: 22px;
    color: #2C6868;
    font-weight: 600;
    margin-bottom: 0;
}
.actions_right .btn {
    background-color: #2C6868;
}
.actions_left .btn {
    background-color: #C9A456;
}
.actions_left .btn:hover {
    background-color: #2C6868 !important;
}
.tab-empty {
    min-height: 510px;
    font-size: 30px;
}
.slick-arrow.next {
	position: absolute;
    right: -15px;
    z-index: 98;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: rgba(0,0,0,0.6);
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.slick-arrow.prev {
    position: absolute;
    left: -15px;
    z-index: 98;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: rgba(0,0,0,0.6);
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.home-slider-box .actions_left {
    margin-right: 10px;
}
/******* Inquiry  *****/
.contact_form textarea, .contact_form input, .contact_form select {
    width: 100%;
    border-radius: 0.25rem;
    border: 1px solid #1a1a1a;
    margin-bottom: 10px;
    margin-top: 5px;
}
.contact_form select[multiple] {
    height: 100px;
  }
.contact_form input, .contact_form select {
     height: 40px;
    padding: 0 10px;
}
.contact_form table tr td:first-child {
    width: 200px;
}
.contact_form table {
    width: 100%;
}
.contact_form #Submit {
    cursor: pointer;
    background: #2C6868;
    color: #fff;
    border: none;
    border-radius: 0.25rem;
}
.contact_form {
    padding-top: 0;
}
#page_subtitle {
    text-transform: capitalize;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
#back_link {
   color: #C9A456;
    margin-bottom: 15px;
    display: block;
}
.contact_form h1 {
    margin-bottom: 20px;
}
/******* Question  *****/
.contact_form .form-group {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}
.contact_form .form-group label {
    width: 300px;
    text-align: right;
    padding-right: 25px;
}
.contact_form .form-group input, .contact_form .form-group textarea {
    width: 500px;
}
/******* Benefits  *****/
.reasons-to-buy ul {
    list-style: none;
    padding-left: 0px;
    display: flex;
}
.reasons-to-buy ul {
    position: relative;
}
.reasons-to-buy ul li {
    margin-right: 20px;
}
.reasons-to-buy ul li:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.reasons-to-buy {
    margin-top: 25px;
}
.helper li span.tip {
    display: none;
    background: #b7e1e1;
    position: absolute;
    left: 0;
    top: 35px;
    width: 100%;
    z-index: 98;
    border-radius: 0.25rem;
    padding: 15px 20px;
}
.helper li:hover span.tip, .helper li:hover span.up {
    display: block;
}
.helper .tip p:last-child {
    margin-bottom: 0;
}
.extra-options .modal-btn-gropus .btn {
    background: #C9A456;
    color: #fff;
    border: 1px solid #C9A456;
}
.extra-options .modal-btn-gropus .btn:hover {
    background: transparent !important;
    border: 1px solid #333 !important;
    color: #333 !important;
}
.product_subtitle {
    color: #C9A456;
}
.product_sku {
    margin-top: 10px;
}
.product_row {
    padding-top: 60px;
}
.featured_row .product_row h3 {
    background-color: transparent;
}
#n_product .featured_row {
    margin-bottom: 0;
}
/************* OUR CSS ************************/
.npopup {
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    z-index: 99;
    z-index: 2147483647;
}
#n_home .wrapper-footer {
	margin-top: 0px;
}
.nactivity {
	display: none;
}
section{
    padding: 30px 0px;
}
#homepageCarousel {
	padding: 0px;
    min-height: 580px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.wsmenu-list>li.carticon, .wsmenu-list>li.header-account {
   position: relative;
}
.carticon .dropdown-menu.wsmenu-submenu {
	margin-top: 0;
    border: none;
    border-radius: 0px;
    padding: 5px;
    padding-top: 15px;
    display: none;
    color: #fff !important;
    left: -323px;
    width: 350px;
    background-color: #282828;
}
.wrapper-logo {
	margin: 15px 0px;
}
.page_header {
	position: relative;
}
.page_title h1 {
	color: #1a1a1a;
    margin-bottom: 15px;
}
body .link-list li a {
    background: transparent !important;
}
.instagram_box, .instagram-feed {
	padding: 0px;
}
.instagram_box {
		width: 20%;
}
.insta_overalay {
    position: absolute;
    z-index: 2;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.3s all ease;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    background: rgba(38, 129, 172, 0.63);
    display: flex;
    align-items: center;
}
.instawrap:hover .insta_overalay  {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    padding-top: 0;
}
.instazoom {
    overflow: hidden;
}
.instazoom:hover .instawrap {
    transform: scale(1.03) translate(-3%, -3%);
    transform-origin: 0 0;
}
.instawrap {
	width: 100%;
    padding-top: 100%;
	background-size: cover;
    background-position: center center;
    height: 100%;
	transition: all 1s ease;
}
.instawrap .likes {
	width: 100%;
}
.slick_instagram {
	width: 100%;
}
.likes span {
	padding: 0px 10px;
}
.likes span .fa {
	padding-right: 3px;
}
.featured-section .nav-link {
     padding: 0.6rem;
     font-weight: 600;
}
/****** HEADER ******/
.header-container {
    background: transparent;
    background-color: #fff;
    position: relative;
    z-index: 99;
    color: #555;
}
.header-container .nav-top ul.nav-language {
    padding-right: 5px;
    margin-right: 30px;
    border-right: 1px solid #ddd;
}

.header-container .nav-top ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.header-container .nav-top ul li {
    display: inline-block;
    margin-right: 25px;
    vertical-align: middle;
    list-style: none;
}
.header-container .nav-top ul li a {
    font-weight: 800;
    text-transform: uppercase;
    color: #888;
}
.header-container .nav-top ul li:first-child a {
    color: #333;
}
.header-container .login-page a {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
}
.col-menu-right {
	display: flex;
	align-items: center;
}
.colmenu-right .wsmenu-list {
	display: flex !important;
    align-items: center;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    margin-left: auto;
}
.login-page {
    margin-right: 30px;
}

.colmenu-right .wsmenu-list #header-cart {
	order: 2;
}
.social-bar {
	display: flex;
    flex-direction: row-reverse;
}
.topcart {
    float: right;
    position: relative;
    margin-left: 42px;
}
#header-cart .fas {
    font-size: 24px;
	line-height: 24px;
    color: #fff;
    cursor: pointer;
}
#header-cart .fas:hover {
    color: #C9A456;
}
#header-search .fas {
    color: #555;
    font-size: 24px;
	line-height: 24px;
    cursor: pointer;
}
#cartcontentsheader {
	padding: 0px !important;
	text-align: right;
}
#header-search a {
	padding: 0px;
}
.wsmenu-list>li#header-cart.carticon em.roundpoint {
   position: absolute;
    min-width: 18px;
    min-height: 18px;
    border-radius: 100%;
    background: #C9A456;
    line-height: 18px !important;
    text-align: center;
    top: -8px;
    right: -3px;
    font-size: 10px;
    font-weight: 800;
    color: #fff;
}
#searchToggle {
	position: absolute;
    right: 0;
	width: 400px;
}
.search_input {
	position: absolute;
    z-index: 9999;
    right: 0;
    width: 400px;
    align-items: center;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 1px solid rgba(210,210,210,0.175);
    background: #fff;
}
#header-search {
	width: 36px;
}
#searchToggle .form-control {
    padding: 12px 10px;
    width: 100%;
    margin: 0;
    border: 0;
    color: #555;
    font-size: 14px;
    background: none;
    font-weight: 400;
}
#searchToggle .form-control:focus, .search-btn-submit:focus {
    border: none;
    box-shadow: none;
	outline: 0;
}
#header-search #searchToggle .fa {
    color: #bbb;
    font-size: 20px;
   padding-left: 10px;
}
.search-close-btn {
	display: flex;
}
#header-search #searchToggle .search-btn-submit .fa {
    color: #555;
    font-size: 24px;
    padding-left: 0px;
}
.col-menu .wsmenu-submenu {
    top: 60px;
    background: #2c2c2c;
    box-shadow: 0 3px 5px #bababa;
    box-shadow: 0 3px 5px rgba(0,0,0,0.3);
    margin: 0 !important;
    min-width: 265px;
    font-size: 14px;
	border: none;
	padding: 18px;
}
.col-menu .wsmenu-submenu li a {
    color: #cfcfcf !important;
    background: #2c2c2c !important;
    font-weight: 400;
    font-size: 14px !important;
	padding: 5px 0 2px 0;
    margin-bottom: 3px;
    padding-left: 0;
    margin-left: 10px;
}
.wsmenu-list .wsmenu-submenu li:hover .wsmenu-submenu-sub {
    background: #2c2c2c;
}
.wsmenu-submenu li a:hover {
	color: #C9A456 !important;
}
.wsmenu-list>li>a .wsmenu-arrow.fa {
   color: inherit;
}
.wsmenu-list>li>a:hover .wsmenu-arrow.fa {
  color: inherit !important;
}
#cartcontents {
	padding: 5px;
}
#cartcontents .small {
	font-size: 100%;
}
.wsmenu-list>li>a .fa {
    margin-right: 0px !important;
}
/****** Footer *****/
.footer-nav li {
	width: 100%;
}
.footer-title {
	font-weight: 800;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
}
.footer-title:after {
    content: "";
    width: 30px;
    border-top: 3px solid #C9A456;
    position: absolute;
    left: 0;
    bottom: 0;
}
.footer-nav li a {
	font-weight: 400;
	webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    color: #888;
}
.footer-nav li a:hover {
    color: #C9A456;
    padding-left: 10px;
}
.footer-nav li  {
    padding-bottom: 12px;
}
.f1 p, .f1 label, .f1 label a {
    font-weight: 400;
	color: #888;
}
.f1 label a {
	color: #C9A456;
}
.f1 label a:hover {
	opacity: 0.7;
}
footer .btn.btn-default, footer .btn-primary {
	display: inline-block;
    font-weight: 800;
    text-transform: uppercase;
    color: #C9A456;
    border: 2px solid #C9A456;
    padding: 10px 30px;
	border-radius: 0;
	background: #fff;
	font-size: 1rem;
    line-height: 1.5;
}
.sidebar_subscribe .btn.btn-default {
	color: #C9A456;
    border: 2px solid #C9A456;
    background: #fff;
    text-transform: uppercase;
    padding: 9px 25px;
    margin-top: 15px;
    border-radius: 0;
    width: 100%;
    font-size: 16px;
}
.sidebar_subscribe .form-control {
	border-radius: 0px;
}
.f1 .form-control:focus, .f1 .btn.btn-default:focus {
    outline: 0;
    box-shadow: none;
}
.f1 .form-control {
	 font-weight: 400;
    border: 1px solid #888 !important;
    color: #888;
    border-radius: 0;
    margin-bottom: 5px;
    padding: 11px 10px;
}
.list-social {
    width: 100%;
    text-align: right;
    margin-bottom: 25px;
}
.list-social li {
	display: inline-block;
	margin-right: 20px;
}
.list-social li:last-child {
    margin-right: 0;
}
.copyright-info p a{
    font-weight: 400;
	color: #888;
	font-size: 11px;
}
hr {
    border-top: 1px solid #ddd;
}
/*-----------------------------------------------------------------------------

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:   	1.0
date:      	07/27/11
author:		themepunch
email:     	support@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/
.boxedcontainer {
    max-width: 1170px;
    margin:auto;
    padding:0px 30px;
}
/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/
.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;
}
.tp-banner{
	width:100%;
	position:relative;
}
.tp-banner-fullscreen-container {
	width:100%;
	position:relative;
	padding:0;
}
.rev-btn:hover {
	color: #fff !important;
}
.slider  {
	width: 100%;
}
.actions {
    clear: both;
    float: left;
    width: 100%;
    border-top: 1px solid #ebebeb;
    margin-top: 0;
    z-index: 11;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    visibility: hidden;
    opacity: 0;
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.featured_row .slick-slide:hover .actions, .featured_row .thumbnail:hover .actions{
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}

.featured_row .caption .h3 a {
	font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    text-align: left;
	color: #555;
}
.featured_row .caption .price span {
    color: #222;
	font-size: 16px;
    margin-top: 3px;
    position: relative;
    font-weight: 800;
}
.featured_row .caption .price {
	margin-bottom: 0px;
    padding-bottom: 15px;
}
.featured_row .slick-slide img, .blog_row .slick-slide img {
    width: 100%;
	outline: 0;
}
.blog_row .slick-slide {
	margin-right: 30px;
}

.blog_row .slick-list {
	margin-right: -30px;
}

.featured_row .slick-list {
	margin-right: -15px;
	margin-left: -15px;
}
.slick-arrow.prev:hover, .slick-arrow.next:hover {
	opacity: 0.7;
}
.main_title {
    padding-bottom: 20px;
    margin-bottom: 0px;
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: 24px;
     font-weight: 800;
    position: relative;
    text-transform: uppercase;
    text-align: left;
	padding-right: 70px;
}
.featured_row, .blog_row {
	margin-bottom: 30px;
}
.actions .actions_left .btn-primary {
	padding: 0;
	border: none;
    background: none;
    font-weight: 800;
    font-size: 15px;
    color: #333;
    text-align: left;
    height: 35px;
    line-height: 35px;
}
.actions .actions_right .btn-default, .box-actions_right .product-wishlist .btn-default{
    padding: 0;
    border: none;
    background: none;
    font-size: 16px;
    color: #333;
    text-align: center;
    height: 35px;
    line-height: 30px;
    width: 35px;
    float: right;
    padding-top: 3px;
}
.actions .actions_left .btn-primary:hover, .actions .actions_left .btn-primary:hover:before,
.actions .actions_right .btn-default:hover, .box-actions_right .btn-default:hover{
	color: #C9A456 !important;
	background: transparent !important;
}

.actions .actions_left .btn-primary:before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 5px;
    text-align: center;
    font-size: 13px;
    color: #333;
    line-height: 22px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.actions {
	display: flex;
}
.actions .btn:focus {
	border-color: transparent !important;
	background: transparent !important;
	box-shadow: none !important;
}
/***** BLOG HOME ****/
.post_title a {
	font-size: 15px;
    text-transform: uppercase;
	color: #111;
	font-weight: 800 !important;
    font-weight: normal;
    line-height: 1.35;
    font-family: "Adobe Jensen";
}
.blog_list_right .post_title a {
    font-size: 22px;
}
.blog_list_right .slide_single_post {
    margin-bottom: 50px;
}
.post_date, .post_comment {
	font-size: 14px;
    text-transform: none;
    line-height: 1;
    color: #888;
}
.post_title {
    margin-bottom: 10px;
}
.post_date .fas {
	color: #888;
    font-size: 15px;
    margin-right: 5px;
}
.post_comment {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #888;
}
.post_meta {
	display: flex;
    align-items: center;
}
.post_info {
    padding: 15px 0 0;
    margin-bottom: 20px;
}

.blog_list_right .post_title {
    margin-top: 15px;
    margin-bottom: 10px;
}
.post_descritpion {
    margin-bottom: 20px;
    margin-top: 10px;
}
.post_image a img {
    -webkit-transition: opacity .5s,-webkit-transform .5s;
    transition: opacity .5s,transform .5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.post_image a:hover img {
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}
.post_image {
    position: relative;
    overflow: hidden;
}
.post_image a:after {
    content: "\f0c1";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 24px;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all .2s;
    opacity: 0;
    filter: alpha(Opacity=0);
    visibility: hidden;
    margin: auto;
    padding-left: 5px;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background: #C9A456;
    z-index: 111;
}
.post_image a:hover:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.post_image a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    pointer-events: none;
    background: #000;
    opacity: 0;
    transition: opacity .4s ease 0s;
    -webkit-transition: opacity .4s ease 0s;
    -moz-transition: opacity .4s ease 0s;
    z-index: 2;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
}
.post_image a:hover:before {
    opacity: .68;
    filter: alpha(Opacity=10);
    visibility: visible;
}
.recent_posts .slide_single_post:last-child .post_info {
    margin-bottom: 0;
}
#home-ups-bar {
	background: #fff;
    -webkit-box-shadow: 0 1px 0 0 #EEE;
    box-shadow: 0 1px 0 0 #EEE;
    padding: 0;
	margin-bottom: 50px;
}
.home-up {
	padding: 20px 15px;
}
#home-ups-bar .fas, #home-ups-bar .far {
font-size: 25px;
    margin-right: 20px;
}

#home-ups-bar .description h4 {
	margin-bottom: 0px;
    font-weight: 800;
    font-size: 13px;
}
.header.modal-header {
	align-items: center;
    justify-content: center;
    color: #333;
    padding: 1rem;
    border-bottom: none;
    min-height: 60px;
    font-size: 16px;
}
.npopup .footer {
	display: flex;
    margin-bottom: 10px;
    flex-wrap: wrap;
	padding: 1rem;
}
.npopup .footer .left, .npopup .footer .right {
	width: 100%;
}
.npopup .image, .npopup .description {
	text-align: center;
	color: #333;
}
.npopup .image {
	margin-bottom: 0px;
}
.npopup .description {
	font-size: 18px;
}
.thumb_cart ul {
	padding: 0px;
	border-bottom: 3px double #ebe9eb;
}
.thumb_cart .price {
	text-align: center;
    width: 100%;
    color: #fff;
}
.thumb_cart .title {
	width: 100%;
    text-align: center;
}
.right img {
	background: red;
    border-radius: 9px;
}
.thumb_cart ul li {
	display: flex;
    align-items: center;
    position: relative;
    padding-left: 30px;
	margin: 5px 0px;
}
.thumb_cart .right {
	display: flex;
    align-items: center;
	flex-wrap: wrap;
}
.thumb_cart .right a {
	position: absolute;
    left: 0px;

}
.thumb_cart .right .title a {
	position: relative;

}
.thumb_cart {
	color: #fff;
	font-size: 16px;
}
.col-menu .wsmenu-submenu .thumb_cart li a {
    background: #fff !important;
    border-left:none;
	color: #333 !important;
}
.npopup .btn, .npopup .btn-primary, .thumb_cart .btn, .thumb_cart .btn-primary {
    background: #2f2f2f;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-weight: 800;
    font-size: 13px;
    padding: 13px 25px;
    line-height: 1.1;
    text-shadow: none;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	width: calc(50% - 10px);
    margin: 5px;
    float: left;
}
.npopup .btn, .npopup .btn-primary {
	width: 100%;
	margin: 5px 0px;
}
.product_title h1 {
	font-weight: 800;
	font-size: 24px;
    text-align: left;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #333;
    position: relative;
}
.product_title h1:after {
    content: "";
    width: 30px;
    border-top: 3px solid #C9A456;
    position: absolute;
    left: 0;
    bottom: 0;
}
.product_title h3 {
    font-size: 18px;
}
.product_raiting .fas {
	 color: #C9A456;
	 font-size: 11px;
}
.product_raiting .null_star.fas {
	 color: #eee;
}
.product_price {
    display: flex;
    align-items: center;
    margin: 25px 0;
}
.product_price .productprice.productpricetext {
	font-size: 24px;
    color: #333;
    text-decoration: none;
   	font-weight: 800;
}
.product_qty {
	width: 65px;
	margin-right: 10px;
}
.col-12.add_to_cart {
	display: flex;
	margin-bottom: 25px;
	margin-top: 25px;
}
#n_product .form-control {
    height: 44px;
}
.shipping_calculator .btn, .extra-options .btn, .product_table .btn {
	background: #2C6868;
    font-size: 16px;
    font-weight: 400;
    padding: 13px 25px;
    line-height: 1.1;
    text-shadow: none;
    white-space: nowrap;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: 0;
    color: #fff;
}
.ajaxloader {
    background: #ccc url(/assets/icons/ajax-loader.gif) no-repeat 50% 50%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    opacity: .7;
}
.shipping_calculator .btn:focus {
    background: #C9A456;
}
.alert-shipping-error {
    margin-top: 30px;
}
.product-wishlist .btn {
	position: relative;
    font-size: 16px;
    width: 44px;
    height: 44px;
    margin-left: 10px;
    line-height: 44px;
    background: #eee;
    text-align: center;
    display: block;
    border: none;
    padding: 0px;
    color: #2f2f2f;
    float: right;
}
.buying-options .product-wishlist .btn:hover, .product_table .btn:hover  {
	color: #fff !important;
}
.shipping_calculator .panel-title {
	font-weight: 800;
	font-size: 18px;
    text-align: left;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #333;
    position: relative;
}
.shipping_calculator.panel-default > .panel-heading {
	background: transparent;
}
.shipping_calculator .panel-title:after {
    content: "";
    width: 30px;
    border-top: 3px solid #C9A456;
    position: absolute;
    left: 0;
    bottom: 0;
}
.product_meta_info span {
	font-weight: 800;
}
.product_social a {
	margin: 0 9px;
	color: #333;
	font-size: 16px;
}
.product_meta_info .product_social span {
	font-weight: 400;
}
.featured_row h3, .product_tab a, .panel-title {
    font-weight: 800;
    font-size: 24px;
    text-align: left;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #333;
    position: relative;
    background: transparent;
}
.product_tab a {
    font-size: 20px;
}
.page-title {
	font-weight: 800;
	font-size: 28px;
    color: #222;
    position: relative;
    text-transform: none;
    padding-bottom: 18px;
    margin-bottom: 25px;
   width: 100%;
}
.featured_row h3:after, .product_tab a.active:after, .page-title:after, .panel-title:after {
    content: "";
    width: 30px;
    border-top: 3px solid #C9A456;
    position: absolute;
    left: 0;
    bottom: 0;
}
.product_tab {
	border-bottom: none;
}
.product_tab a {
	text-transform: uppercase;
	margin-right: 20px;
	border: none !important;
    padding: 0px;
    background-color: transparent;
	padding-bottom: 10px !important;
    margin-bottom: 20px !important;
}
.product_tab a.active {
	color: #C9A456 !important;
}
.product_availability {
	margin-left: 20px;
}
.product_availability .label {
	padding: 5px;
    font-size: 13px;
}
.product_meta_info {
	margin-top: 30px;
    border-top: 1px solid #ebebeb;
    padding: 20px 0 0;
}
.shipping_calculator {
    padding: 20px 0 0;
}
.featured_row .caption {
	padding-bottom: 0px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.alt-image .col-3 {
	margin-bottom: 30px;
}
.main-image {
    padding-top: 100%;
    position: relative;
}
#n_product .product-alt-thumbs {
    padding-top: 0.5rem;
}
.tiles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tile {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transition: transform .5s ease-out;
}
.btn-primary:focus, .btn-primary.focus {
    box-shadow: none !important;
	outline: 0 !important;
}
.remove-cart .btn {
    background: none !important;
    color: red;
    font-size: 20px;
	box-shadow: none;
}
.remove-cart .btn:hover {
    color: #333 !important;
}
.cartTable tr td {
	vertical-align: middle;

}
.cartTable tr td .h4 {
	margin-bottom: 0px;

}
.cartTable--heading-item {
	width: 60%;
}
.cartTable--heading-quantity, .cartTable--heading-remove {
	width: 10%;
}
.cartTable--heading-price {
	width: 20%;
}
.cartTable--column-image {
	width: 20%;
}
.full-breadcrumb {
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
}
.full-breadcrumb .breadcrumb {
	    margin: 18px 0px;
}
#left-sidebar .panel-title {
	padding-top: 20px;
    margin: 0!important;
    cursor: pointer;
}
#left-sidebar ul {
	list-style: none;
    padding-top: 20px;
}
#left-sidebar ul .category-child ul {
    padding-left: 20px;
}
#left-sidebar ul li {
	margin-bottom: 0px;

}
.dropdown-children {
	padding-left: 20px;
    display: flex;
    flex-direction: column;
}
.dropdown-children-lv2 {
	padding-left: 20px;
    display: block;
}
#left-sidebar .list-group-item {
    border: none;
    background: none;
    padding: 0px;
    font-size: 16px;
    color: #333;
    line-height: 22px;
    margin-bottom: 5px;
}
.dropdown-children a {
	font-size: 14px;
}
.browsing-category a {
	font-weight: 800;
}
.category-child ul li {
	display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: -5px !important;
}
.category-child ul li.category-child {
    margin-bottom: 0px !important;
}
.category-child a {
	display: block;
	float: left;
	width: calc(100% - 20px);
    font-size: 15px;
    color: #333;
}
.category-child .btn {
	background: #fff;
    color: #333 !important;
    padding: 0px;
    text-decoration: none;
    width: 20px;
    position: relative;
}
.category-child .btn.btn-link.collapsed:after {
	content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    position: absolute;
    top: -8px;
}
.category-child .btn.btn-link:after {
	content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    position: absolute;
    top: -9px;
}
.sort-category , .sort-category label {
	margin-bottom: 0px;
}
.viewby.btn-group .btn {
	margin-right: 10px;
}
.thumb_list article {
	margin-bottom: 20px;
}
#left-sidebar .ui-state-default,#left-sidebar .ui-widget-header {
	border: 1px solid #C9A456;
    background: #C9A456;
}
.thumb_list .buying-options .btn,.thumb_list  .price {
    margin-top: 20px;
}

.main_blog_content .slide_single_post {
	margin-bottom: 30px;
}
.main_blog_content .blog_list_right .slide_single_post {
    margin-bottom: 50px;
}
.pagination {
	margin: 30px auto;
	width: fit-content;
}
.pagination_holder {
	width: 100%;
}
.pagination a {
	background: none;
    color: #C9A456;
    display: inline-block;
    line-height: 30px;
    min-width: 30px;
    font-size: 16px;
    border: 1px solid #ebebeb;
    padding: 0 5px;
    border-radius: 0;
    float: none;
    text-align: center;
}
.blog_list_left#left-sidebar {
	margin-top: 0px;
	margin-bottom: 60px;
}
.right_sidebar {
	order: 2;
}
.sidebar-social a {
	margin-right: 15px;
	color: #888;
}
.sidebar_adv img {
    margin-top: 20px;
}
.account-summary {
	padding-top: 0px;
}
.single-description {
	padding:10px 0;
}
.single-description p {
    line-height: 1.9;
    font-size: 19px;
}
.blog_categories a {
	margin-left: 5px;
}
.blog_social_share a {
	margin: 0px 5px;
}
.blog_categories span {
	display: flex;
}
.blog_categories span p:last-child {
	display: none;
}
.blog_categories span p {
	margin-bottom: 0px;
}
.comment_section {
	margin-top: 40px;
}
.single_blog_content .page-title {
    /* margin-top: 50px; */
    font-size: 36px;
}
.blog_list_left .btn, .search-results-search .btn {
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.nsearchinput-pl {
	width: 100%;
}
.nsearchinput-pl li a {
	display: flex;
    align-items: center;
    margin-right: 15px;
}
.nsearchinput-pl li a img{
	margin-right: 5px;
}
.search-results-search {
	margin-bottom: 30px;
}
.search_loading_icon {
	margin: 10px;
}
.fa-star.null {
	color: #eee;
}
/*********** Mega Menu ********/
.col-menu .megamenu-dropdown .wsmenu-submenu {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 60px;
    padding: 25px 0;
    padding-bottom: 0px;
}
.megamenu-dropdown .wsmenu-submenu .parent-menu-item {
    display: none;
}
.megamenu-dropdown:hover>.wsmenu-submenu .parent-menu-item {
    display: block !important;
}
.megamenu-dropdown .wsmenu-submenu li>.wsmenu-submenu-sub {
   transform: none;
   visibility: visible;
}
.megamenu-dropdown .wsmenu-submenu li.parent-menu-item>a {
    text-transform: uppercase;
    font-weight: 800;
    position: relative;
    padding: 0px !important;
    padding-bottom: 10px !important;
    margin-bottom: 10px;
}
.col-menu .megamenu-dropdown .wsmenu-submenu li a {
    padding: 5px 0 2px 0;
    margin-bottom: 3px;
}
.megamenu-dropdown .parent-menu-item {
    margin-bottom: 25px;
    padding: 0 15px;
    width: calc(100% / 4);
    float: left;
}
.wsmenu-list .megamenu-dropdown .wsmenu-submenu .wsmenu-submenu-sub {
    min-width: auto;
}
.megamenu-dropdown .wsmenu-submenu li.parent-menu-item>a:before {
    content: "";
    width: 20px;
    border-top: 3px solid #C9A456;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    z-index: 99999;
}
.wsmenu-list .megamenu-dropdown .wsmenu-submenu li.parent-menu-item:hover .wsmenu-submenu-sub {
    border: none;
    background-color: transparent;
}
.wsmenu-list .megamenu-dropdown .wsmenu-submenu .wsmenu-submenu-sub {
    top: 0px;
    left: 0;
    position: relative;
    opacity: 1;
    padding: 0 !important;
}
.wsmenu-list .megamenu-dropdown .wsmenu-submenu .wsmenu-submenu-sub li {
    width: 100%;
}

.login-page.wsmenu-list {
    width: auto;
    margin: 0px;
    position: relative;
}
.login-page.wsmenu-list>li>a {
    padding: 0px;
    line-height: 55px;
    border-right: none;
    background: #fff !important;
    padding-left: 30px;
}
.login-page .wsmenu-submenu {
   top: 55px;
    right: 0;
    background: #2c2c2c;
    box-shadow: 0 3px 5px #bababa;
    box-shadow: 0 3px 5px rgba(0,0,0,0.3);
    margin: 0 !important;
    min-width: 230px;
    font-size: 14px;
	border: none;
	padding: 18px;
}
.login-page .wsmenu-submenu li a {
    color: #cfcfcf !important;
    background: #2c2c2c !important;
}
.login-page .wsmenu-submenu li a:hover {
    color: #C9A456 !important;

}
.login-page.wsmenu-list>li>a:hover {
    background-color: #fff !important;
}

.wsmenucontainer {
    background-image: none !important;
}
/*************** PopUP ********/
.popup-button {
    text-align: center;
}
.overlay {
    position: fixed;
    display: none;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
    display: flex;
}
.popup {
    margin: auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
}
.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.popup .close:hover {
    color: #06D85F;
}
.popup .content {
    max-height: 30%;
    overflow: auto;
}
.main-header .container {
    position: relative;
}
.col-menu, .col-menu .wsmain {
    position: initial;
}
.box-title {
    margin: 10px 0 !important;
    padding-bottom: 15px !important;
    line-height: 0.8;
}
.box-title a{
        font-size: 18px;
        font-family: system-ui;
        font-weight: 400;
    }
.box-img {
    position: relative;
}
.box-actions_right {
    position: absolute;
    top: 5px;
    right: 5px;
}
.category-thumbnail {
    margin-bottom: 40px;
}
.category-title {
    font-size: 18px;
}
.wrapper-category-image {
    margin-bottom: 15px;
    position: relative;
}
.wrapper-category-image img:hover {
    background: rgba(0,167,209,0.50);
}
.category-img-overlay {
    background: rgba(38, 129, 172, 0.63);
    position: absolute;
    z-index: 2;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.3s all ease;
}
.category-img {
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    margin: -1px;
}
.category-img img {
    transition: 0.3s all ease;
    left: 50%;
    transform: scale(1) translate(-50%, -50%);
    transform-origin: 0 0;
    backface-visibility: hidden;
    position: absolute;
    width: auto;
    top: 50%;
    height: 100% !important;
    min-width: 100%;
    max-width: inherit !important;
}
.wrapper-category-image a:hover .category-img img {
    transform: scale(1.1) translate(-50%, -50%);
    transform-origin: 0 0;
    filter: grayscale(1);
}
.wrapper-category-image a:hover .category-img-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    padding-top: 0;
}
.wsmenu-submenu .parent-menu-item .fa {
    margin-right: 7px;
    position: absolute;
    right: -10px;
    top: 9px;
}
.reasons-to-buy p {
    margin-top: 1rem;
}
.about-img img {
    float: right;
}
.we-re-buying-page ol li {
    margin-bottom: 10px;
}
.we-re-buying-quote {
    margin-top: 30px;
}
.faq_box h2 {
    position: relative;
    padding-left: 40px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.faq_page .faq_box:first-child h2 {
    margin-top: 0px;
}
.faq_box h2:before {
    content: "\f059";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: -2px;
    color: #C9A456;
}
.four-column-section {
    background-color: #1a1a1a;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
}
#n_home .four-column-section {
    margin-top: 0;
}
.four-column-section .row {
    margin: 0;
}
.four-box h3 {
    color: #fff;
    text-align: left;
    font-weight: bold;
    font-size: 25px;
}
.four-box p {
    color: #fff;
}
.four-box p:last-child {
    margin-bottom: 0;
}
.four-box a {
    color: #C9A456;
}
.four-box a:hover {
    color: #2C6868 !important;
}
.four-btn .btn {
    background: #C9A456;
    color: #fff;
}
.four-btn .btn:hover {
    background: #fff !important;
    color: #C9A456 !important;
}
.four-box {
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.four-box p:last-child {
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
}
.contact-row h3 {
    color: #C9A456;
    font-size: 24px;
}
.contact-map {
    margin: 20px 0;
}
.contact_form #Submit:hover {
     background: #C9A456;
}
.featured_row .product_row:nth-child(2n+1) {
    background-color: #eeeeee;
}
#n_product .product_tabs {
    margin-top: 40px;
    padding-bottom: 60px;
}
.contact_form label {
    margin-bottom: 0;
}
.contact_form button {
    background: #2C6868;
    font-size: 17px;
    font-weight: 400;
    padding: 13px 25px;
    line-height: 1.1;
    text-shadow: none;
    white-space: nowrap;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: 0;
    color: #fff;
    cursor: pointer;
    border-radius: 0.25rem;
}
.contact_form button:hover {
    background: #C9A456;
}

.contact_form ._button {
    background: #2C6868;
    font-size: 17px;
    font-weight: 400;
    padding: 0;
    line-height: 1.1;
    text-shadow: none;
    white-space: nowrap;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: 0;
    color: #fff;
    cursor: pointer;
    border-radius: 0.25rem;
    max-width: 110px;
    height: 50px;
}
.contact_form ._button:hover {
    background: #C9A456;
}
.rev_slider_wrapper {
    left: 0 !important;
}
/* PD Search Styling - START */
.col-search {
   justify-content: flex-end;
}
#aa-search-input::-webkit-input-placeholder {
   color:#c2c2c2 !important;
}
#aa-search-input::-moz-placeholder {
   color:#c2c2c2 !important;
   opacity:1;
}
.aa-input-container {
    display: flex;
    position: initial;
}
.algolia-autocomplete {
    position: initial !important;
}
.aa-input-search {
    font-size: 13px;
    color: #777777;
    width: 300px;
    padding: 12px 28px 12px 12px;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.aa-search-input {
    border-radius: 2px;
}
.aa-search-input,
.aa-input-search,
.aa-input-container,
.aa-dropdown-menu {
    width: 100%;
}
.aa-input-search::-webkit-search-decoration,
.aa-input-search::-webkit-search-cancel-button,
.aa-input-search::-webkit-search-results-button,
.aa-input-search::-webkit-search-results-decoration {
    display: none;
}
.aa-input-icon {
    height: 16px;
    width: 16px;
    position: absolute;
    top: 50%;
    left: calc(50% - 8px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    fill: #fff;
    pointer-events: none;
}
.aa-dropdown-menu {
    background-color: #fff;
    box-sizing: border-box;
    max-height: 340px;
    overflow: auto;
    top: 65px !important;
    margin: 0 15px;
    width: calc(100% - 30px);
    position: absolute;
    z-index: 100;
    left: 0px;
    right: auto;
    display: flex;
}
.related-products, .related-articles, .related-categories {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.aa-suggestion > a {
    padding: 6px 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(228, 228, 228, 0.6);
    border-right: 1px solid rgba(228, 228, 228, 0.6);
    color: rgb(85, 85, 85);
    width: 100%;
}
.aa-suggestions {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.aa-suggestion .aa-suggestion-image {
    flex-basis: 20%;
    padding-right: 10px;
}
.ais-InfiniteHits-item .aa-suggestion-price {
    margin-top: 8px;
}
.aa-suggestion .aa-suggestion-box {
    flex-basis: 80%;
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
}

.aa-suggestion .aa-stock-status {
    flex: 100%;
    text-align: right;
    margin-top: 4px;
}

.ais-InfiniteHits-item .aa-stock-status {
    margin-top: 4px;
}

.ais-InfiniteHits-item .aa-stock-status a,
.aa-suggestion .aa-stock-status a {
    display: inline-block;
    font-size: 14px;
    padding: 4px 12px;
}

.ais-InfiniteHits-item .aa-stock-status .aa-instock,
.aa-suggestion .aa-stock-status .aa-instock {
    background: #2C6868;
    color: white;
}

.ais-InfiniteHits-item .aa-stock-status .aa-instock:hover,
.aa-suggestion .aa-stock-status .aa-instock:hover {
    color: white !important;
}

.ais-InfiniteHits-item .aa-stock-status .aa-nostock,
.aa-suggestion .aa-stock-status .aa-nostock {
    background: #C9A456;
    color: white;
}

.ais-InfiniteHits-item .aa-stock-status .aa-nostock:hover,
.aa-suggestion .aa-stock-status .aa-nostock:hover {
    color: white !important;
}

#aa-suggestions-view-link-products, #aa-suggestions-view-link-articles {
    cursor: pointer;
}
.aa-suggestion .aa-suggestion-title {
    flex-basis: 80%;
    padding-right: 10px;
}
.aa-suggestion .aa-suggestion-price {
    flex-basis: 20%;
    text-align: right;
}
.aa-suggestion .aa-suggestion-article-image {
    flex-basis: auto;
    padding-right: 10px;
}
.aa-suggestion .aa-suggestion-article-title {
    flex-basis: 65.4%;
}
.aa-suggestions-category {
    border-bottom: 1px solid rgba(228, 228, 228, 0.6);
    border-top: 1px solid rgba(228, 228, 228, 0.6);
    border-right: 1px solid rgba(228, 228, 228, 0.6);
    padding: 6px 12px;
    color: black;
}
.aa-suggestion>img {
    margin-right: 10px;
}
.aa-empty {
    padding: 12px;
}
.aa-input-search.aa-hint {
    height: 48px;
}
.aa-suggestion-title-bottom {
    font-size: 0.7em;
    margin-top: 0.5rem;
}
.aa-suggestion .label {
    font-weight: normal!important;
}
#aa-search-button {
    background: #2C6868;
    display: block;
    cursor: pointer;
    z-index: 100;
    height: 40px;
    width: 45px;
    -o-transition: color .3s, background .3s, border-color .3s;
    -ms-transition: color .3s, background .3s, border-color .3s;
    -moz-transition: color .3s, background .3s, border-color .3s;
    -webkit-transition: color .3s, background .3s, border-color .3s;
    transition: color .3s, background .3s, border-color .3s;
    position: relative;
}
#searchbox {
    display: flex;
    width: 100%;
}
#aa-search-button:hover .aa-input-icon {
    fill: #fff;
}
#aa-search-button:hover {
    background: #C9A456;
}
#aa-search-input {
    background-color: #f5f5f5;
    border-radius: 0px;
    height: 40px;
    width: 350px;
    color: #c2c2c2;
    font-size: 16px;
}
.aa-suggestion:hover {
    background-color: rgba(228, 228, 228, 0.6);
}
em.search-highlight {
    font-weight: bold;
    color: white;
    background-color: rgba(255, 0, 0, 0.5);
    font-style: normal;
    padding: 0 3px;
}
.aa-suggestions-footer {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid rgba(228, 228, 228, 0.6);
    border-right: 1px solid rgba(228, 228, 228, 0.6);
}
.aa-suggestions-footer a {
    color: #495057;
}
.aa-suggestions-footer>div {
    padding: 6px 12px;
}

#hit-count {
    font-weight: 800;
}
#aa-search-input[disabled] {
    cursor: wait;
}
@media (max-width: 1024px) and (min-width: 769px) {
.aa-suggestion-price {
    white-space: normal;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.aa-suggestion-price>.label {
    width: 75%;
    margin-bottom: 4px;
}
}
@media (max-width: 425px) {
.aa-suggestion-price {
    white-space: normal;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.aa-suggestion-price>.label {
    width: 75%;
    margin-bottom: 4px;
}
}
.map_bg {
    background-color: #fff;
    margin-top: -20px;
    padding-top: 20px;
}
.local_time {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.local_time p {
    margin-bottom: 0;
    margin-right: 15px;
}
.blog_list_right .blog_intro {
    background: #e7e8e3;
    padding: 2rem;
    margin-bottom: 2rem;
    border: 1px solid #c9a456;
}
#left-sidebar .panel:first-child .panel-title {
    margin-top: 0;
}
.featured-section .nav {
    flex-wrap: nowrap;
    justify-content: space-evenly;
}
.blog-section {
    padding-bottom: 20px;
    padding-top: 75px;
}
.blog-section .post_title a {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 5px;
    display: block;
}
.blog-section .single_post {
    margin-bottom: 25px;
}
.featured-section .nav-tabs .nav-link.active, .featured-section .nav-tabs .nav-item.show .nav-link {
    border-bottom: 1px solid transparent;
}
#header-cart:hover .dropdown-menu.wsmenu-submenu {
    display: block !important;
}
.wsmenu-list.pd-login-list {
    display: grid;
    grid-template-columns: auto auto;
    text-align: center;
    list-style: none;
    padding: 0;
}
.fas.fa-spinner.fa-inverse {
    color: #2C6868;
}
/*** Algolia Blog Search ***/
.pd-main-header .container {
    position: relative;
}
.col-search {
    position: inherit;
}
.aa-dataset-products {
    width: 50%;
}
.aa-dataset-1 {
     width: 50%;
}
.carousel-control-prev {
    height: fit-content;
    width: auto;
    top: calc(50% - 10px);
    left: 10px;
}
.carousel-control-next {
    height: fit-content;
    width: auto;
    top: calc(50% - 10px);
    right: 10px;
}
.container_404 {
    padding-top: 70px;
    padding-bottom: 40px;
}
.npopup-body center {
    padding: 15px;
}
.about_bottom_row {
    margin-top: 40px;
}
.buying_video {
    width: 50%;
    float: right;
    margin-bottom: 15px;
    margin-left: 30px;
}
.buying_contact_form {
    padding-top: 30px;
}
.resp_video {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.resp_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.featured_row .thumbnail_box .thumbnail {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.featured_row .thumbnail_box .thumbnail p.price {
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
}
.product_related_posts {
    margin-top: 20px;
}
.product_related_posts p {
    margin-bottom: 10px;
}
.product_related_posts a {
    display: block;
}
.container_404 .contact_form {
    margin-top: 0;
}
.container_404 h3 {
    text-align: center;
    padding-bottom: 70px;
    font-weight: 600;
    font-size: 33px;
    max-width: 700px;
    margin: 0 auto;
}
.account-options .text-muted {
    color: #fff !important;
    font-size: 14px;
}
.account-options h3 i {
    margin-right: 10px;
}
/********* Google Reviews ******/
.broadly-review-avatar, .broadly-review-via, .broadly-review-author, .broadly-review-heading time
{
    display: none;
}
.broadly-review-main {
    margin-left: 0 !important;
    display: flex;
    flex-direction: column;
}
.broadly-review-body p {
    position: relative;
    padding-left: 15px;
    height: 3.6em;
}
.broadly-review-body p:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    position: absolute;
    top: 0;
    left: 0;
}
.broadly-review-body p:after {
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    position: absolute;
    margin-left: 5px;
    padding-top: 8px;
}
.review-btn .btn-default {
    background: #C9A456;
}
.review-btn .btn-default:hover {
    color: #C9A456 !important;
    background: #fff !important;
}
.review-btn {
    text-align: center;
    margin-top: 60px;
}
/*****
#reviewsmaker .broadly-review {
    display: none;
}

#reviewsmaker {
    display: flex;
}
#reviewsmaker .broadly-review:nth-child(1),
#reviewsmaker .broadly-review:nth-child(2) {
    display: flex;
    width: calc((100% - 20px) / 3);
    border-top: none !important;
    border-right: 1px solid #fff;
    margin-right: 10px !important;
    padding-right: 10px !important;
    padding-top: 0 !important;
}
#reviewsmaker .broadly-review:nth-child(3) {
    display: flex;
    width: calc((100% - 20px) / 3);
    border-top: none !important;
    margin-right: 0px !important;
    padding-top: 0 !important;
}
***/
.broadly-review {
    border-top: none !important;
    background: rgba(44, 44, 44, 0.5);
    padding: 20px !important;
    margin: 0 15px !important;
    display: flex !important;
}
.newsletter-section .slick-track {
    display: flex !important;
}

.newsletter-section .slick-slide {
    height: inherit !important;
}
.broadly-review-heading {
    order: 2;
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
}
.broadly-review-body {
    order: 1;
    margin-bottom: 10px !important;
    margin-top: 5px !important;
}
.broadly-review-rating {
    display: block;
}
.broadly-review-rating span svg {
    display: none;
}
.broadly-review-rating i {
    color: #C9A456;
}
.review-slider {
    width: 660px;
    margin: 0 auto;
}
.pd-review-top {
    display: flex;
}
.pd-review-info {
    width: 50%;
}
.pd-review-source {
    width: 50%;
    text-align: right;
}
.pd-review-name {
    display: flex;
    align-items: center;
}
.pd-review-name p {
    margin-bottom: 0;
    font-family: "Adobe Jensen";
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
    margin-right: 15px;
}
.pd-review-date {
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 16px;
    color: #fff;
}
.pd-review-source .fa-facebook-square {
    color: #3b5998;
    font-size: 28px;
    line-height: 28px;
}
.pd-review-source .fa-google {
    color: #DB4437;
    font-size: 28px;
    line-height: 28px;
}
.pd-review-name i {
    color: #C9A456;
    font-size: 16px;
    margin-right: 2px;
}
.pd-review-content p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 28px;
    font-style: italic;
    position: relative;
}
.reviews_holder .pd-product-heading {
    margin-bottom: 40px;
}
.slick-arrow.prev {
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 30px;
}
.slick-arrow.next {
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 30px;
}
.slick-initialized  .review_box.slick-slide {
    padding: 0 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.slick-dots li.slick-active button:before, .slick-dots li button:before {
    color: #fff !important;
}
.hideContent .pd_list_child {
    height: 0px;
    opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.5s, opacity 0.5s;
    -ms-transition: -ms-transform 0.5s, opacity 0.5s;
    -moz-transition: -moz-transform 0.5s, opacity 0.5s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
}
.showContent .pd_list_child {
    height: 0px;
    opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.5s, opacity 0.5s;
    -ms-transition: -ms-transform 0.5s, opacity 0.5s;
    -moz-transition: -moz-transform 0.5s, opacity 0.5s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
}
.showContent .pd_list_child,
.hideContent .pd_list_child:nth-child(1), .hideContent .pd_list_child:nth-child(2), .hideContent .pd_list_child:nth-child(3), .hideContent .pd_list_child:nth-child(4), .hideContent .pd_list_child:nth-child(5) {
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
}
.show-more button, .filter_btn button {
    background: #2C6868;
    font-size: 17px;
    font-weight: 400;
    border: none;
    color: #fff;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    margin-top: 15px;
    cursor: pointer;
    border-radius: 5px;
}
.pd_product_price {
    display: flex;
    align-items: center;
}
.thumb_list .pd_product_price .buying-options .btn, .thumb_list .pd_product_price .price {
    margin-top: 0;
}
.thumb_list .pd_product_price .price {
    flex-grow: 1;
}
.pd_default_template ol {
    display: block;
    list-style-type: decimal;
}
#n_checkout .label-block .pull-left {
    float: left;
    margin-top: 6px;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle,
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle,
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #282828;
    border-color: #282828;
    box-shadow: none;
}

.featured-section h2.h1, .blog-section h2.h1, .newsletter-section h2.h1 {
    text-align: center;
    margin-bottom: 60px;
    font-weight: 600;
	text-decoration: none;
}

/**************************/
/********* < 1199px ********/
/**************************/
@media only screen and (max-width: 1199px) {
#n_customer_account h3 {
    font-size: 20px;
}
.contact-holder {
    padding: 5%;
}
.header-container .social-icons {
    margin-left: 0;
}
.featured-section .nav {
    justify-content: center;
    padding-bottom: 10px;
    flex-wrap: wrap;
}
.featured-section .nav-tabs .nav-link {
    border-radius: 0.25rem;
    margin-bottom: 0;
}
.featured-section .nav-tabs .nav-link.active, .featured-section .nav-tabs .nav-item.show .nav-link {
    border-color: #dee2e6;
}
#homepageCarousel {
    min-height: auto;
}
.four-box h3 {
    min-height: 60px;
}
.full-breadcrumb {
    margin-bottom: 30px;
}
.featured-section h1, .blog-section h1 {
    margin-bottom: 45px;
}
.featured-section {
    padding-top: 70px;
}
.slider-tab-inner {
    padding-bottom: 30px;
}
.main-resource-section {
    padding: 110px 0;
}
.wsmenu>.wsmenu-list>li>a {
    padding-right: 10px;
    padding-left: 0;
    font-size: 11px;
}
.product_tab a {
    margin-right: 15px;
    font-size: 17px;
}
.featured_row .caption {
    margin-bottom: 30px;
}
}
/**************************/
/***** 780px - 1024px *****/
/***    Menu Dropdown   ***/
/**************************/
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
.wsmain {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
}
@media only screen and (max-width: 1024px) and (min-width: 780px) {
.body .wsmenu-list>li.carticon {
    display: block !important;
}
body .wsmenu-list>li>a {
    padding-left: 7px !important;
    padding-right: 7px !important;
}
}
/**************************/
/********* < 991px ********/
/**************************/
@media only screen and (max-width: 991px) {
.copyright_row {
    margin-bottom: 15px;
}
.list-social {
    margin-bottom: 40px;
}
.featured_row .caption {
    margin-bottom: 15px;
}
.buying_video {
    width: 100%;
    float: none;
    margin-bottom: 30px;
    margin-left: 0;
}
.four-box h3 {
    min-height: auto;
}
.footer-link {
    padding-right: 7px;
    margin-right: 7px;
    font-size: 18px;
}
.copyright-info, .copyright-info a {
    font-size: 18px;
}
.float-right.carticon {
    margin-left: 15px;
}
.header-container .container {
    max-width: 100%;
}
.search-count {
    display: none !important;
}
.megamenu-dropdown .parent-menu-item {
    width: calc(100% / 3);
}
.contact-holder form {
    width: 100%;
}
.search-form {
    margin: 5px auto 20px auto;
}
.main-resource-box {
    width: 100%;
}
.featured-section {
    padding-top: 60px;
}
.featured-section h1, .blog-section h1 {
    margin-bottom: 40px;
}
.main-resource-section, .meet-section {
    padding: 80px 0;
}
.slider-tab-inner {
    padding-bottom: 0px;
}
.login-page {
    margin-right: 0;
    padding: 11px 0;
    background: #C9A456;
}
.carticon {
    padding: 11px 0;
    background: #2C6868;

}
.wsactive .wsmenu>.wsmenu-list {
    padding-bottom: 0;
}
.cart-btn {
    padding: 0;
}
.product_tab a {
    margin-right: 20px;
    font-size: 19px;
}
.extra-options .modal-btn-gropus .btn {
    display: block;
    margin-right: 0 !important;
    margin-bottom: 15px;
    width: 200px;
}
.aa-suggestion .aa-suggestion-box {
    flex-direction: column;
}
.aa-suggestion .aa-suggestion-title {
    flex-basis: 100%;
    padding-right: 0px;
    text-align: center;
}
.aa-suggestion .aa-suggestion-price {
    flex-basis: 100%;
    text-align: center;
}
.pd-map {
    margin-top: 25px;
}
.we_re_buying_row .contact_form {
    margin-top: 20px;
}
}
/**************************/
/********* < 991px ********/
/***    Menu Dropdown   ***/
/**************************/
@media only screen and (max-width: 991px) {
.aa-dropdown-menu {
    width: calc(100% - 30px);
    top: 150px !important;
}
.header-search, #aa-search-input, .algolia-autocomplete {
    width: 100%;
}
.col-search {
    justify-content: center;
    margin: 20px 0;
}
.wsinactive:not(.wsactive) .wsmenu>.wsmenu-list>li>ul.sub-menu {
    display: none !important;
}
.megamenu-dropdown .wsmenu-submenu .parent-menu-item {
    display: block !important;
}
.col-menu {
    position: relative;
}
.col-menu .wsmain {
    position: fixed;
}
.megamenu-dropdown .parent-menu-item {
    width: 100%;
}
.megamenu-dropdown .wsmenu-submenu-sub {
    position: relative !important;
    display: block !important;
    left: 0 !important;
}
body .mobile-sub .megamenu-dropdown .wsmenu-submenu li a:hover {
    color: #6dc5ee !important;
}
.megamenu-dropdown .wsmenu-submenu .wsmenu-arrow {
    display: none;
}
.col-menu .megamenu-dropdown .wsmenu-submenu li a {
    background: #2c2c2c !important;
}
.mobile-sub .megamenu-dropdown .wsmenu-submenu li .wsmenu-submenu-sub li a {
     padding-left: 0px;
}
.mobile-sub .megamenu-dropdown .wsmenu-submenu li .wsmenu-submenu-sub li a {
    background-color: #2c2c2c !important;
}
.col-menu .mobile-sub .megamenu-dropdown .wsmenu-submenu {
    display: flex;
    flex-direction: column;
}
#wsnavtoggle.animated-arrow {
    position: relative;
	padding: 0px 40px 0px 0px;
    margin: 0px;
    display: flex;
    align-items: center;
}
.colmenu-right .wsmenu-list {
    display: block !important;
}
.colmenu-right .wsmenu-list #header-cart {
    width: 40px;
}
.colmenu-right {
	width: 100%;
}
.header-container .container {
    max-width: 100%;
}
.colmenu-right	.ws-activearrow>i {
    transform: none;
}
.colmenu-right .wsmenu-list li:hover .wsmenu-submenu {
    display: block !important;
    opacity: 1 !important;
    position: relative;
    top: 0;
	width: 320px;
	left: -265px;
}
.colmenu-right .wsmenu-click i.wsmenu-arrow {
	display: none;
}
.wsoffcanvasopener .animated-arrow {
    left: 0 !important;
}
.header-container {
    z-index: 99;
}
.col-menu .wsmenu, .sticky .col-menu .wsmenu {
    height: 100%;
}

.col-logo .logo {
   margin: 0px auto;
}
.col-menu .wsmenu-list>li>a, .sticky .col-menu .wsmenu-list>li>a {
    padding: 15px 30px;
    line-height: unset;
    min-height: 50px;
    font-size: 18px;
    height: auto;
}
.wsoffcanvasopener .animated-arrow span:after {
    bottom: 0px !important;
}
.wsoffcanvasopener .animated-arrow span:before, .wsoffcanvasopener .animated-arrow.active span:after {
    top: 0px !important;
}
.wsmenu .mobile-sub.wsmenu-list {
    border-top: 1px solid #4c4c4c;
    background-color: #383838;
}
.wsmenu .mobile-sub.wsmenu-list li {
	border-bottom: solid 1px #4c4c4c;
}
.wsmenu .mobile-sub.wsmenu-list li a {
    color: #ddd;
}
.col-menu .mobile-sub .wsmenu-submenu {
    top: 0px;
}
.col-menu .mobile-sub .wsmenu-click i {
    color: #ddd;
}
.col-menu .mobile-sub li a .wsmenu-arrow {
	display: none !important;
}
.wsmenu .mobile-sub.wsmenu-list .wsmenu-submenu li {
    border-bottom:none;
}
.col-menu .wsmenu-submenu {
    box-shadow: none;
}
body .mobile-sub .wsmenu-submenu li a:hover {
    background-color: transparent !important;
    color: #666666 !important;
    text-decoration: none;
}
.wsoffcanvasopener .wsmain {
	border-right: 3px solid #6dc5ee !important;
	background-color: #222 !important;
	width: 255px;
    overflow-y: scroll;
}
.wsmenucontainer.wsoffcanvasopener {
    margin-left: 255px !important;
    margin-right: -255px !important;
}
.wsoffcanvasopener .main-header.sticky {
    -webkit-animation-name: initial;
}
.col-menu .colmenu-right .wsmenu-list>li>a, .col-menu, .main-header {
    height: 0px;
}
.col-menu .colmenu-right .wsmenu-list>li>a {
	line-height: 0px;
}
.sticky .col-menu .colmenu-right .wsmenu-list>li>a {
    height: 70px;
    line-height: 70px;
}
#cartcontentsheader {
    text-align: center;
}
.wsmenu-list>li#header-cart.carticon em.roundpoint {
    right: 0;
    top: 0;
}
.cart-btn {
    position: relative;
}
.wsinactive .link-list {
    display: none;
}
.wsinactive.wsactive .link-list {
    display: flex;
}
}
/**************************/
/********* < 768px ********/
/**************************/
@media screen and (max-width: 768px) {
.footer-link {
    padding-right: 15px;
    margin-right: 15px;
    font-size: 19px;
}
.review-slider {
    width: auto;
}
.copyright_row {
    text-align: center;
    margin-bottom: 15px;
}
.contact-holder {
    padding: 10%;
}
.mapouter, .gmap_canvas {
    height: 350px;
}
.map-holder {
    order: 2;
}
.browsing-category a {
    display: flex;
}
#left-sidebar, .blog_list_left {
    order: 2;
}
.blog_list_right {
    margin-top: 0px;
}
.header-container .top-bar .nav-top .nav-curentcy {
    float: right;
}
.header-container .top-bar .nav-top ul.nav-language {
    border: 0;
}
.header-container .social-bar .social-icons {
    float: left !important;
    border: 0;
}
.social-bar {
    display: block;
}
.social-bar .login-page {
	float: right;
}
.nav-menu.nav-curentcy li:last-child {
	margin-right: 0px;
}
.meet-img {
    text-align: center;
    margin-bottom: 30px;
}
.meet-btn {
    justify-content: center;
    flex-wrap: wrap;
}
.featured-section {
    padding-top: 50px;
}
.featured-section h1, .blog-section h1 {
    margin-bottom: 30px;
}
.main-resource-section, .meet-section {
    padding: 70px 0;
}
.meet-box h1 {
    text-align: center;
    margin-bottom: 25px;
}
.meet-box {
    text-align: center;
}
.footer-menu {
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 15px;
}
.list-social {
    margin-bottom: 15px;
}
.list-social {
    text-align: center;
}
.copyright-info {
    order: 2;
    font-size: 19px;
}
.wrapper-footer {
    padding: 60px 0;
}
.copyright-info address {
    margin-bottom: 0;
}
.newsletter-section {
    padding: 25px 0;
}
.blog-section {
    padding-top: 50px;
}
#carouselExampleIndicators {
    margin-bottom: 30px;
}
.col-12.add_to_cart {
    margin-top: 0px;
}
.extra-options .modal-btn-gropus .btn {
    display: inline-block;
    width: auto;
}
.about-text {
    order: 2;
}
.about-img {
    order: 1;
    margin-bottom: 30px;
    text-align: center;
}
.about-img img {
    float: none;
}
.container_404 .contact_form {
    margin-top: 0;
}
}
/**************************/
/********* < 576px ********/
/**************************/
@media only screen and (max-width: 576px) {
.featured_row .thumbnail_box .thumbnail p.price {
    justify-content: center;
}
.pd_view_btn {
    margin-bottom: 1rem;
}
.pd-review-name p {
    margin-right: 0;
    width: 100%;
}
.pd-review-name {
    flex-wrap: wrap;
}
.btn.meet-btn1, .btn.meet-btn2 {
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
}
.btn.main-btn1, .btn.main-btn2, .btn.main-btn3 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.main-resource-btn {
   flex-wrap: wrap;
}
.contact-feature .toptext .fas {
    margin-bottom: 15px;
}
.page-contacts {
    margin-top: 30px;
}
.home-up {
    width: 290px;
    margin: 0px auto;
}
.form-horizontal {
    margin-left: 0px !important;
}
.float-right.carticon {
    margin-left: 5px;
}
header .logo a p {
    display: none;
}
.search-form .form-control {
    width: 240px;
}
.slider-tab-inner {
    padding-bottom: 20px;
}
.main-resource-section {
    padding-top: 60px;
    padding-bottom: 40px;
}
.meet-section {
    padding-top: 60px;
    padding-bottom: 40px;
}
.mega-none>a {
    display: none !important;
}
#aa-search-input, .header-search {
    width: 100%;
}
.thumbnail_box .thumbnail {
    text-align: center;
}
.aa-dataset-products {
    width: 100%;
}
.aa-dataset-1 {
     width: 100%;
}
.aa-dropdown-menu {
     /* don't want this to always display and cover up content */
     display: block;
}
.pd_product_price {
    align-items: baseline;
    flex-direction: column;
}
.thumb_list .pd_product_price .price {
    margin-bottom: 10px;
}
.featured_row .pd_list_template h3 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.thumb_list .pd_product_price .buying-options .addtocart.btn {
    padding: 13px 15px;
    font-size: 16px;
}
.related-products, .related-articles {
    width: 100%;
}
}
/**************************/
/********* < 480px ********/
/**************************/
@media only screen and (max-width: 576px) {
.extra-options .modal-btn-gropus .btn {
    display: block;
    width: 100%;
}
.footer-link {
    padding-right: 0;
    margin-right: 0;
    border: none;
    display: block;
}
}

/* USPS */
.usps{
    background-color: #c9a456;
}

@media (max-width:768px) {
    .usps{
        background-color:#282828;
    }
    .usps p{
        color:#fff;
    }
    .st0 {
        fill: #fff!important;
    }
}

.usps svg{
    max-width: 50px;
}
.usps p{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 13px;
}

.usps-pdp{
    background-color: #c9a456;
}
.usps-pdp svg{
    max-width: 50px;
}
.usps-pdp p{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 13px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .row{
    display: block!important;
    min-height: 400px;
}

/* usp off  can */

.usps-off-can svg{
    max-width: 50px;
    filter: invert(1);
}
.usps-off-can p{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 13px;
}
.wrapper-header{
    position: relative;
    z-index: 9999998;
}

.flex-middle{
    display: flex;
    align-items: center;
}

.panel-filter-heading.collapsed:after {
    content: "\f067"!important;
    font-family: "Font Awesome 5 Free"!important;
    font-weight: 900!important;
    font-size: 12px!important;
    position: absolute!important;
    right: 0;
    top: 47%;
}
.panel-filter-heading:after {
    content: "\f068"!important;
    font-family: "Font Awesome 5 Free"!important;
    font-weight: 900!important;
    font-size: 12px!important;
    position: absolute!important;
    right: 0;
    top: 47%;
}
.panel-filter-heading{
    position: relative;
}

.product-list{
    display: flex;
    flex-wrap: wrap;
}

.product-list .h3{
    font-size: 23px;
    padding-top: 10px;
}
.gbg{
    background-color: #eee;
}
.px-15{
    padding: 20px 15px;
}
.rel-cat{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.magic-button {
    padding: 10px 20px;
    background: #c9a456;
    color: #fff;
    width: 30%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 8px solid #2c6868;
    margin-top: 10px;
}
.magic-button:hover{
    color: #fff!important;
    opacity: 0.9;
}
@media (max-width:768px) {
    .magic-button{
        width: 48%;
    }
}
script.slick-slide{
	display:none!important;
}

.slick-prev:before, .slick-next:before{
    color: #c9a456!important;
}

.all-center  .caption .h3 a{
    font-size: 20px!important;
    margin-bottom: 10px;
    min-height: 70px;
    color: #2C6868!important;
}

.all-center.featured_row .caption .price span{
    font-size: 22px!important;
    color: #2C6868 !important;
    font-weight: 600 !important;
  }

.all-center.featured_row .caption{
	margin:0
}
#n_home .featured-section{
    padding: 0!important;
}
@media (max-width:1200px) {
    .thumbnail_box.slick-slide{
    max-width: 33%!important;

}
}
@media (max-width:1100px) {
    .thumbnail_box.slick-slide{
    max-width: 50%!important;

}
}
@media (max-width:768px) {
    .thumbnail_box.slick-slide{
    max-width: 100%!important;

}
}

@media screen and (min-width: 992px) {
    .junior-menu {
        display:none !important;
    }
}


/* Nav pulsating buttons */

/* Animation */
* {
	box-sizing: border-box;
}

/* Animation */
@-webkit-keyframes pulsate {
	0% {
		transform: scale(1);
		opacity: 0.8;
	}

	33% {
		transform: scale(2.75);
		opacity: 0;
	}
}

@keyframes pulsate {
	0% {
		transform: scale(1);
		opacity: 0.8;
	}

	33% {
		transform: scale(2.75);
		opacity: 0;
	}
}

@-webkit-keyframes stop-pulsate {
	from {
		opacity: 0.4;
	}

	to {
		transform: scale(2);
		opacity: 0;
	}
}

@keyframes stop-pulsate {
	from {
		opacity: 0.4;
	}

	to {
		transform: scale(2);
		opacity: 0;
	}
}

/* Button */
.btn-pulse {
	position: absolute;
	top: 25px;
    right: 10px;
}

.btn-pulse .circle,
.btn-pulse .ring {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0.5em;
	height: 0.5em;
	margin: -0.666em auto auto -0.666em;

	border-radius: 50%;
	opacity: 0.6;
	transform-origin: 50% 50%;
	transition: opacity 0.2s ease-in, transform 0.1s ease-out;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
.btn-pulse .circle {
	background: #C9A456;
	color: white;
}

.btn-pulse .ring {
	border: 1px solid #C9A456;
	opacity: 0;
	-webkit-animation: pulsate 6s ease-out infinite;
	animation: pulsate 5s ease-out infinite;
}

.dropdown-toggle:hover .btn-pulse .ring {
	-webkit-animation: none;
	animation: none;
}

.dropdown-toggle:active .btn-pulse .ring {
	-webkit-animation: stop-pulsate 0.3s;
	animation: stop-pulsate 0.3s;
}
/* END Nav Pulsaing buttons */

.pdp-desc-content h3{
    display: none;
}

.recent-badge {
    background: #c9a456;
    padding: 2px 5px;
    color: #fff;
    top: 0px;
    font-size: 12px;
    left: 15px;
    display: block;
}
.ap-badge {
    background: #2c6868;
    padding: 2px 5px;
    color: #fff;
    top: 0px;
    font-size: 12px;
    left: 15px;
}
.label-container {
    position: absolute;
    left: 18px;
    top: 4px;
    z-index: 1;
}
.carousel-inner .recent-badge{
    display: inline-block!important;
}

.googleReviews {
    margin: 10px 0;
    margin-bottom: 20px;
}

.google-reviews-link {
    text-align: right;
    font-size: 1.1em
}

.googleReviews hr {
    border-top: 1px solid darkgrey;
    margin: 12px 0
}

.googleReviews blockquote:before {
    content: "\F005\F005\F005\F005\F005";
    display: block;
    margin: 5px 0 10px;
    font-family: FontAwesome;
    font-size: 1.3em;
    letter-spacing: 2px;
    color: #c9a456;
}

.googleReviews blockquote {
    border-left: none;
    padding: 0;
    font-size: 1.1em;
    word-spacing: 1px
}

@media(max-width: 991px) {
    .googleReviews blockquote {
        margin-bottom:20px
    }

    .googleReviews blockquote:before {
        margin-bottom: 0
    }
}

@media(max-width: 767px) {
    .google-reviews-link {
        text-align:left
    }
}
.rev-card{
    display: flex;
}
#name_search-results{
    width: 80%;
    display: inline-block;
}
.category-submit{
    width: 19%;
    padding: 11px 25px;
    margin-bottom: 5px;
    font-size: 14px;
}
@media (max-width:576px) {
    #name_search-results{
        width: 100%;
        display: block;
    }
    .category-submit{
        width: 100%;
    }
}
#filters .search_loading_icon{
    position: absolute;
}
#filters .nsearchinput-pl {
    width: 100%;
    position: absolute;
    background: #fff;
    z-index: 1;
    margin-top: 38px;
}
#filters .nsearchinput-pl li a img {
    margin-right: 5px;
    width: 50px;
}
.list-group-flush{
    display: flex;
    flex-wrap: wrap;
}


.rev-card img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 39px;
}
#filters {
    border: 2px solid #c9a456;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    margin-bottom:20px;
    padding:20px
}
#filters .dropdown-menu {
    background-color: #fff;
    border-color: #ccc;
    max-height: 500px;
    overflow-y: scroll;
    min-width: 100%;
}
.filter-btn{
    width: 196px;
    background: transparent;
    border: 2px solid #c9a456;
    padding: 10px;
    margin: 5px;
    text-align: left;
}
@media (max-width:768px) {
    .filter-btn{
        width: 100%;
    }
    .btn-group{
        width: 50%;
    }

}
@media (max-width:485px) {
    .filter-btn{
        width: 100%;
    }
    .list-group-flush{
        flex-direction: column;
    }
    .btn-group{
        width: 100%;
    }
}

@media (min-width:769px) {
    #filters .collapse{
        display: block!important;
    }
}

/* Active filters */
._active-filters {
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
    padding-left: 6px;
    margin-top: 20px;
  }
  .main-bubble {
    display: flex;
    border: 1px solid #ccc;
    margin-right: 10px;
    padding: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }
  .bubble-close:after {
    right: -5px;
    content: "\274c";
    font-size: 7px;
    color: #000;
    line-height: 1;
    position: relative;
    top: -2px;
  }
  .selected-filter:before{
    content: "\F14A\0020";
    font-family: FontAwesome;
    color: #555;
  }
  #_filters a:hover, ._active-filters a:hover{
    text-decoration: none!important;
  }
  a.bubble-remove {
    margin-right: 16px!important;
  }
  p.title-remove-filter {
    font-weight: bold;
  }

.m-0{
    margin: 0;
}




.come-back{
    position: absolute;
    width: 400px;
    top: 22px;
    font-size: 14px !important;
    font-weight: 900 !important;
    animation-name: fadeIn;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
      top: 45px;
    }
    to {
      opacity: 1;
      top: 18px;
      display: block !important;
    }
  }

  .fade-away:nth-child(2) {
    position: absolute;
    width: 400px;
    top: 22px;
    font-size: 14px !important;
    font-weight: 900 !important;
    animation-name: fadeOut;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
  }
  @keyframes fadeOut {
    from {
      opacity: 1;
      top: 18px;
    }
    to {
      opacity: 0;
      top: 45px;
      display: none !important;
    }
  }

  .count-down{
    position: relative;
    display: block;
    width: 100%;
    top: -31px;
    left: 17px;
  }

  .pre-load{
      position: absolute;
      top: 16px;
      font-size: 14px;
      font-weight: bold;
  }
  ._expand{
    display: inline-block!important;
  }
  .read-more {
    color:#c9a456;
    cursor: pointer;
}

#filters .dropdown-item{
    display: flex;
    padding: 0.25rem 0.5rem;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
}
#filters .badge{
    height: 20px;
}
/* Category filters */
@media (max-width:486px) {



    #filters span.name-filter {
        display: flex;
        align-items: baseline;
    }
    #filters .d-inline-block {
        display: block;
        height: 40px;
        white-space: pre-wrap;
        padding-left: 8px;
        margin: 0;
    }
}

.n_kee-main #filters {
    display: none;
}

/* align browsing history in 2 lines */

@media (max-width:768px) {
    #left-sidebar .browsing-category ul{
        display: flex;
        flex-direction: row;
        gap: 11px;
    }
    #left-sidebar .browsing-category .list-group-item{
        width: 48%;
    }
}
.r-more{
    overflow: hidden;

}
.stretch{
    height: 137px;
	position:relative;
}
.stretch:before{
	content:'';
	display:block;
	width:100%;
	background: rgb(252,252,252);
	background: linear-gradient(180deg, rgba(252,252,252,0) 1%, rgb(247 247 247) 21%);
	height:20px;
	position:absolute;
	bottom:0;
}
.r-more-full{
    animation-name: slideHeight;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}
@keyframes slideHeight {
    0% {height: 137px;}
    100% {height:auto;}
  }

#read-more-btn{
    cursor: pointer;
    color: #2C6868;
}
.link-child a{
    color: #000!important;
}
.link-child a:hover{
    color: #000!important;
}
.important-link{
    background-color: #c9a456;
    display: flex;
    justify-content: space-evenly;
    padding: 6px;
    display: none;
}
.link-child {
    width: 33%;
    text-align: center;
}
.link-pipe{
    border-left: 1px solid;
    border-right: 1px solid;
}
@media (max-width:768px) {
    .important-link{
        display: flex !important;
    }
    .header-container .top-bar {
       display: none;
    }
}

/* Hide category search box */

.n_kee-develop .kee-old-search{
    display: none;
}
.n_kee-next .kee-old-search{
    display: none;
}




.n_kee-main .kee-exp-202305{
    display: none;
}
.n_kee-main .kee-category-search{
    display: none;
}
.n_kee-main #filters .kee-top-filters{
    display: none!important;
}
.n_kee-next .kee-exp-202305{
    display: none;
}
.n_kee-next .kee-category-search{
    display: none;
}
.n_kee-next #filters .kee-top-filters{
    display: none!important;
}


.n_kee-main .kee-exp-more-picks-202306,
.n_kee-next .kee-exp-more-picks-202306 {
    display: none !important;
}

.n_kee-main .kee-exp-top-picks-202306,
.n_kee-next .kee-exp-top-picks-202306 {
    display: none !important;
}

.n_kee-main .kee-exp-meet-202307,
.n_kee-next .kee-exp-meet-202307 {
    display: none !important;
}
.n_kee-main .kee-exp-202307{
    display: none;
}

@media (max-width: 575px) {
    .col-12.thumbnail_box {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .kee-exp-mobile-thumbs .col-12.thumbnail_box {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

#filters .dropdown-item{
    display: flex;
    padding: 0.25rem 0.5rem;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
}

#filters .badge{
    height: 20px;
}

/* Category filters */
@media (max-width:486px) {
    #filters span.name-filter {
        display: flex;
        align-items: baseline;
    }
    #filters .d-inline-block {
        display: block;
        height: 40px;
        white-space: pre-wrap;
        padding-left: 8px;
        margin: 0;
    }
}

/* Header Exp */
.link-child a{
    color: #000!important;
}
.link-child a:hover{
    color: #000!important;
}
.important-link{
    background-color: #c9a456;
    display: flex;
    justify-content: space-evenly;
    padding: 6px;
    display: none;
}
.link-child {
    width: 33%;
    text-align: center;
}
.link-pipe{
    border-left: 1px solid;
    border-right: 1px solid;
}

/* Hide category search box */
.n_kee-develop .kee-old-search{
    display: none;
}
.n_kee-next .kee-old-search{
    display: none;
}

.n_kee-main .kee-exp-202305{
    display: none;
}
.n_kee-main .kee-category-search{
    display: none;
}
.n_kee-main #filters .kee-top-filters{
    display: none!important;
}

.n_kee-next .kee-exp-202305{
    display: none;
}
.n_kee-next .kee-category-search{
    display: none;
}
.n_kee-next #filters .kee-top-filters{
    display: none!important;
}


@media (max-width: 768px) {

     #pdp-usp {
        margin-top: 24px !important;
    }

     .pdp-usp-item > div:first-child {
        flex: 0 1 50px;
    }

     .pdp-usp-item > div:not(:first-child) {
        flex: 1;
        text-align: left !important;
    }

     .product_tabs {
        margin: 0 !important;
        padding: 32px 0 40px !important;
    }

    .product_table .product_tab {
        margin-bottom: 16px !important;
    }

    .product_table .nav-item {
        font-size: 14px !important;
        margin: 0 24px 14px 0 !important;
        padding-bottom: 4px !important;
    }
    #pdp-usp.mt-0{
        margin-top: 0!important;
    }
}

#dd-category button{
	border:0;
	background:transparent;
	border-top:1px solid #c9a456;
	display:block;
	margin:0px;
	padding:6px 0;
	width:100%;
    position: relative;
    font-size: 13px;
    cursor: pointer;
}
#dd-category button:focus {

    outline: none;
}
#dd-category  p{
	margin:0;
}
#dd-category  a:link{
	cursor: pointer!important;
    display: block;
}
#dd-category .wsmenu-arrow{
    position: absolute;
    right: 0;
    transform: rotate(180deg);
}
#dd-category .collapsed .wsmenu-arrow{
    transform: rotate(0deg);
}
.card-body {
    padding: 1.05rem;
    margin: 0.6rem;
    border-left: 1px solid #dedede;
    padding-top: 0;
    padding-bottom: 0;
}
.bold{
    font-weight: 900;
}
._active{
    font-size: 14px!important;
    padding-right: 4px!important;
    color: #2c6868;
}
.container-flex-1400{
    max-width: 1500px!important;
}


@media (min-width: 992px) {
     .kee-pdp-cate-holder {
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
}

.ab-catalog {
    display: block;
}
@media (max-width:768px) {
    .ab-catalog {
        display: none;
    }
}

#search-page-searchbox {
    display: flex;
    margin-bottom: 16px;
}

#search-page-searchbox input {
    flex: 1;
}

.aa-sps {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 64px 24px;
}

.aa-sp,
.aa-sp a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.aa-sp-box {
    flex: 1;
    display: flex;
    flex-direction: column;
}

@media (min-width: 992px) {
    .aa-sps {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1200px) {
    .aa-sps {
        grid-template-columns: repeat(4, 1fr);
    }
}

.aa-sp-image {
    margin-bottom: 12px;
}

.aa-sp-image img {
    width: 100%;
}

.aa-sp-title {
    font-size: 18px;
    color: #555;
    font-weight: 400;
    font-family: "Adobe Jensen";
    margin-bottom: 24px;
}

.aa-sp-price {
    color: #222;
    font-size: 16px;
    font-weight: 800;
    margin-top: auto;
}

.aa-stats {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 12px;
    border-top: 1px solid rgba(228, 228, 228, 0.6);
}

.aa-stats .aa-hit-count {
    font-weight: 800;
}

.aa-view-all {
    color: #555;
}

.aa-suggestion {
    min-height: 124px;
    display: flex;
}

#searchbox .aa-Form {
    display: flex;
}

#searchbox .aa-InputWrapperSuffix {
    display: none;
}

#searchbox .aa-InputWrapperPrefix {
    order: 1;
}

#searchbox .aa-Label {
    margin: 0;
}

#searchbox .aa-Input {
    background-color: #f5f5f5;
    border-radius: 0px;
    height: 40px;
    width: 350px;
    color: #c2c2c2;
    font-size: 16px;
    outline: 0;
    border: 0;
    appearance: none;
    padding: 0 12px;
}

#searchbox .aa-SubmitButton {
    background: #2C6868;
    color: white;
    display: block;
    cursor: pointer;
    z-index: 100;
    height: 40px;
    width: 45px;
    -o-transition: color .3s, background .3s, border-color .3s;
    -ms-transition: color .3s, background .3s, border-color .3s;
    -moz-transition: color .3s, background .3s, border-color .3s;
    -webkit-transition: color .3s, background .3s, border-color .3s;
    transition: color .3s, background .3s, border-color .3s;
    position: relative;
    appearance: none;
    border: 0;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#searchbox .aa-SubmitButton:hover {
    background: #c9a456;
}

.ais-Hits--empty {
    padding: 6px 12px;
}

#search-page-searchbox .ais-SearchBox {
    width: 100%;
}

#search-page-searchbox .ais-SearchBox-form {
    display: flex;
}

#search-page-searchbox .ais-SearchBox-input {
    width: 100%;
    border: 1px solid #ddd;
    padding: 6px 12px;
    outline: none;
}

#search-page-searchbox .ais-SearchBox-reset {
    background: #2C6868;
    color: white;
    display: block;
    cursor: pointer;
    z-index: 100;
    height: 40px;
    width: 45px;
    -o-transition: color .3s, background .3s, border-color .3s;
    -ms-transition: color .3s, background .3s, border-color .3s;
    -moz-transition: color .3s, background .3s, border-color .3s;
    -webkit-transition: color .3s, background .3s, border-color .3s;
    transition: color .3s, background .3s, border-color .3s;
    position: relative;
    appearance: none;
    border: 0;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#search-page-searchbox .ais-SearchBox-resetIcon {
    fill: white;
}

.ais-InfiniteHits-loadMore {
    background: #2c6868;
    border: 0;
    outline: 0;
    padding: 10px 12px;
    color: white;
    cursor: pointer;
}

.ais-InfiniteHits-list {
    list-style: none;
    margin: 0 0 64px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 64px 32px;
}

@media (min-width: 520px) {
    .ais-InfiniteHits-list {
        list-style: none;
        margin: 0 0 64px;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 64px 32px;
    }
}

.aa-suggestion-image {
    margin-bottom: 8px;
}

.aa-suggestion-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.aa-suggestion-article-image img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

@media (max-width: 991px) {
    #searchbox .aa-Autocomplete,
    #searchbox .aa-InputWrapper,
    #searchbox .aa-InputWrapper input {
        width: 100%;
    }
}

/* Query Suggestions */
#query-suggestions {
    flex: 100%;
    margin: 0;
    padding: 24px 12px;
}
#query-suggestions .aa-Source {
        padding: 0;
    }
#query-suggestions .aa-Item {
      margin-bottom: 10px;
      cursor: pointer;
    }
#query-suggestions .aa-Item:last-child {
      margin-bottom: 0;
    }
#query-suggestions .aa-List {
      list-style: none;
      margin: 0;
      padding: 0;
    }
#query-suggestions .aa-ItemIcon {
      width: 18px;
      height: 18px;
    }
#query-suggestions .aa-ItemWrapper {
      display: flex;
      align-items: center;
      gap: 8px;
    }
#query-suggestions .aa-ItemLink {
        display: flex;
        align-items: center;
        gap: 8px;
        flex: 1;
        color: black;
    }
#query-suggestions .aa-ItemContent {
      display: flex;
      align-items: center;
      gap: 8px;
      flex: 1;
    }
#query-suggestions .aa-ItemActionButton {
      margin: 0;
      padding: 0;
      background: transparent;
      border: 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }
#query-suggestions .aa-ItemActionButton svg {
      width: 18px;
      height: 18px;
    }
#query-suggestions .aa-ItemContentBody {
      font-size: 16px;
    }

#aa-dropdown-menu-inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.aa-dropdown-menu {
    display: flex;
    flex-wrap: wrap;
}



#search-page-container:has(#search-page) > .row > .col-md-9 > *:not(#search-page) {
    display: none !important;
}

#search-page-container:has(#search-page) #left-sidebar > *:not(.browsing-category) {
    display: none !important;
}

.sc-category-filters-toggle {
    display: none;
}

@media (max-width: 767px) {
        .sc-category-filters-toggle {
            display: block;
        }

        .sort_container > div:first-child {
            flex: 50%;
            width: 50%;
            max-width: 100%;
        }

        .sort_container > div:nth-child(2) {
            flex: 50%;
            text-align: right;
            padding-right: 16px;
        }

        .sort_container > div > form {
            margin-left: 0 !important;
        }
}

.actions-ab {
    display: none;
}

.n_kee-develop .actions-legacy {
    display: none;
}

.n_kee-develop .actions-ab {
        display: flex;
        transform: translateY(0px);
        visibility: visible;
        opacity: 1;
        border: none;
    }

.n_kee-develop .actions-ab .actions_left .btn-primary:before {
        display: none;
    }

.n_kee-develop .actions-ab .actions_left {
        width: 80%;
        background: #2c6868;
        border-radius: 4px;
    }

.n_kee-develop .actions-ab .addtocart {
        color: #fff !important;
        padding: 10px !important;
        text-align: center !important;
        height: auto !important;
        line-height: 1.4 !important;
    }

.n_kee-develop .actions-ab .actions_right .btn-default,.n_kee-develop .actions-ab .box-actions_right .product-wishlist .btn-default {
        font-size: 25px;
        color:#2c6868;
    }

.n_kee-develop #sd-product .buying-options-legacy {
        display: block !important;
    }

.n_kee-develop #sd-product .buying-options-ab {
        display: none !important;
    }

.n_kee-develop .npopup #sd-product {
        display: block !important;
    }

#sd-product{
    width: 34%;
    background: #eee;
    padding: 20px 10px;
    display: none;
}

#sd-product .box-img{
        text-align: center;
    }

#sd-product img{
        width: 200px;
    }

#sd-product h3{
        padding-bottom: 8px;
        text-align: center;

    }

#sd-product .btn{
        background: transparent;
        border: 1px solid #2e2e2e;
        color: #2e2e2e;
        font-family: sans-serif;
        font-weight: bold !important;
    }
.successaddmessage{
    flex: 1;
}
#sd-product .col-md-3{
    width: 100% !important;
    min-width: 100%;
    text-align: center;
}

@media (max-width:576px) {
    #sd-product .caption.col-12{
        flex: 0 0 75%;
        max-width: 75%;
    }

    #sd-product .col-md-3 .thumbnail-box .row .col-12:nth-child(1){
        flex: 0 0 25%;
        max-width: 25%;
    }
        .box-title a{
            font-size: 13px;
        }
}


#sd-product .h3{
    margin-top: 15px;
}
#sd-product .box-actions_right{
    display: none;
}
.npopup{
    max-width: 700px;
    width: 700px;
}
.npopup-body{
    display: flex;
}
.sd-title{
    font-size: 16px;
    font-family: 'Open Sans';
}
@media (max-width:576px) {
    .npopup-body{
        display: block;
    }
    #sd-product{
        width:100%;
    }
    .successaddmessage{
        width: 100%;
    }
    .successaddmessage{
        width: 100%;
    }
    .caption{
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    #sd-product .row .col-12:nth-child(1){
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    #sd-product h3{
            font-size: 21px;
            text-align: center;
            padding-bottom: 0;


    }
    .npopup .description{
        font-size: 12px;
    }
    .successaddmessage img{
        width: 80px;
    }
    .successaddmessage .footer .left{
        display: flex;
		justify-content:space-between;
    }
	.successaddmessage .footer .left button{
			width:49%!important;
            padding: 13px 6px!important;
            font-size: 10px;
		}

    .successaddmessage .footer{
        padding-top:0;
    }
    .npopup{
        top: 40px!important;
        z-index: 1000000000!important;
    }
    .modal-body{
        padding-top: 0;
    }
}

.npopup #sd-product{
    display: block;
}

 .actions-legacy {
    display: none;
}
.view-product{
    color: #fff !important;
        padding: 10px !important;
        text-align: center !important;
        height: auto !important;
        line-height: 1.4 !important;
}

    .actions-ab {
        display: flex;
        transform: translateY(0px);
        visibility: visible;
        opacity: 1;
        border: none;
    }

    .actions-ab .actions_left .btn-primary:before {
        display: none;
    }

    .actions-ab .actions_left {
        width: 80%;
        background: #2c6868;
        border-radius: 4px;
    }

    .actions-ab .addtocart {
        color: #fff !important;
        padding: 10px !important;
        text-align: center !important;
        height: auto !important;
        line-height: 1.4 !important;
    }

    .actions-ab .actions_right .btn-default,
    .actions-ab .box-actions_right .product-wishlist .btn-default {
        font-size: 25px;
        color:#2c6868;
    }

    #sd-product .buying-options-legacy {
        display: block !important;
    }

    #sd-product .buying-options-ab {
        display: none !important;
    }

    .npopup #sd-product {
        display: block !important;
    }


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

         .actions-legacy {
            display: flex;
        }
        }

@media (min-width: 992px) {

    .pdp-header-row .col-md-5 {
       flex: 0 0 33.333333% !important;
       max-width: 33.333333% !important;
   }
   .pdp-header-row .col-md-7 {
        flex: 0 0 41.666667% !important;
        max-width: 41.666667% !important;
    }
}
@media (max-width:991px) {
    .kee-pdp-cate-holder{
        display: none!important;
    }
}


 @media (max-width:768px) {
    .recently-sold.d-none {
        display: block !important;
    }
 }

.related-categories {
    display: none;
}

@media (max-width:576px) {
    .related-categories {
        display: flex;
    }
}



@media (max-width: 442px) {

        #aa-dropdown-menu-inner > div:not(:first-child) {
            margin-top: 16px;
        }

        #aa-dropdown-menu-inner > div {
            height: unset;
        }

        .related-categories {
            width: 100%;
        }

        .aa-suggestion {
            min-height: 40px;
        }
    }


@media (max-width: 768px) {

        .aa-suggestions-category {
            font-size: 14px;
            padding: 4px;
            font-weight: bold;
        }

        .aa-suggestion > a {
            padding: 4px;
            font-size: 14px;
        }

        .aa-suggestion-image {
            display: none;
        }

        .aa-suggestion-article-image {
            display: none;
        }

        .aa-suggestion .aa-suggestion-box {
            flex: 100%;
        }

        .aa-stats {
            padding: 4px;
        }

        .aa-stats .aa-hit-count {
            font-size: 12px;
        }

        .aa-view-all {
            font-size: 12px;
        }
    }


@media (min-width: 443px) {
        #aa-dropdown-menu-inner > div {
            width: 33.33%;
        }
}

@media (min-width: 443px) and (max-width: 480px) {
        .aa-suggestions-category-inner {
            width: min-content;
        }
}
.n_kee-main .kee-reviews-homepage{
    display: none;
}

@media (max-width:768px) {
    .aa-stock-status {
        display: none!important;
    }
}


.ais-Highlight-highlighted, .aa-ItemContentTitle mark { padding: 0; }

.pdp-read-more-btn {
    background: #dedede;
    display: block;
    text-align: center;
    padding: 5px 0;
    font-weight: bold;
    cursor: pointer;
}
iframe {
    max-width: 100%!important;
}

.clear-filter{
    max-width: 95%;
    margin: auto;
    margin-top: 24px;

}



/* Sticky navigation on mobile */
@media (max-width: 768px) {
    html:has(.n_kee-develop) {
        overflow: unset !important;
    }

    body.n_kee-develop {
        height: auto !important;
    }

    .n_kee-develop:not(.wsactive) #myHeader {
        display: none;
    }

    .n_kee-develop .wrapper-header {
        position: sticky;
        top: 0;
        transition: .2s;
    }

    .n_kee-develop .wrapper-header.hide {
        transform: translateY(-100%);
    }
}

@media (min-width: 992px) {
    .col-search .header-search,
    .col-search .aa-Autocomplete,
     .col-search .aa-InputWrapper,
     .col-search .aa-Input {
        width: 100% !important;
    }

     .col-logo {
        max-width: unset;
        width: min-content;
        flex-grow: 0;
        flex-basis: content;
    }

    .col-search {
        max-width: unset;
        flex: 1;
    }
 .sticky-header .main-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: black;
        transition: .2s;
        height: unset;
    }

     .wrapper-header.hide {
        transform: translateY(-100%);
    }

     .header-search-icon {
        font-size: 24px;
        margin-right: 30px;
        display: none;
    }

     .sticky-header .header-search-icon {
        display: list-item;
    }

    .header-search-icon a * {
        pointer-events: none;
    }

     .col-menu {
        max-width: unset;
        flex: 1;
    }

     .colmenu-right {
        max-width: unset;
        flex: 0;
    }

     #aa-input-container {
        scroll-margin-top: 100px;
    }
}

/* Search Filters */


.ais-HierarchicalMenu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ais-HierarchicalMenu-item {
    margin-bottom: 6px;
    display: flex;
    gap: 4px;
}

.ais-HierarchicalMenu-item:before {
    content: "\f096";
    font-family: FontAwesome;
}

.ais-HierarchicalMenu-item--selected:before {
    content: "\f14a";
}

.ais-HierarchicalMenu-link {
    color: black;
    font-size: 14px;
}

.aa-filter-item {
    margin-top: 8px;
}

@media (max-width: 992px) {
    .aa-filters-container {
        padding: 8px;
    }

    .aa-filter-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        padding: 10px 4px;
        font-size: 14px;
        font-weight: 600;
        color: black;
        background: #f7f7f7;
        padding: 8px 12px;
    }

    .aa-filter-toggle.collapsed .fa-caret-up {
        display: none;
    }

    .aa-filter-toggle:not(.collapsed) .fa-caret-down {
        display: none;
    }
}

@media (min-width: 577px) {
     #aa-dropdown-menu-inner > div {
        width: 50%;
    }
}

@media (min-width: 993px) {
     #aa-dropdown-menu-grid {
        display: flex;
        gap: 20px;
    }

    .aa-filters-container {
        width: 220px;
    }

    #aa-dropdown-menu-inner {
        flex: 1;
        border-left: 1px solid #efefef;
    }

    .aa-filters-container {
        padding-left: 12px;
    }

    .aa-filter-toggle {
        pointer-events: none;
        color: black;
        font-weight: 600;
        display: block;
    }

    .aa-filter-toggle i {
        display: none;
    }

    .aa-filters-collapse {
        display: block !important;
    }
}

.n_kee-main .header-search-icon {
    display: none;
}

@media (max-width:768px) {
    .usps{
        display:none;
    }
}

/* AB CSS for revamp menu on mobile */
.wsmenu-list-wrapper {
    display: none;
    flex-direction: column;
    justify-content: center;
    list-style: none;
}

.wsmenu-list-wrapper .wsmenu-list {
    margin: 0;
    gap: 8px;
}

.wsmenu-list-wrapper .login-page {
    background: transparent!important;
}

.wsmenu-list-wrapper .carticon {
    background: transparent!important;
}



#header-usp {
    max-height: 91px;
    opacity: 0;
}

#header-usp.slick-initialized {
    opacity: 1;
}

#header-usp .slick-slide{
    display: flex !important;
    align-items: flex-start;
}

#header-usp .slick-list {
    width: 100% !important;
}

#header-usp .slick-next {
    position: absolute;
    right: 3px;
    top: 50%;
}

#header-usp .fa-angle-down {
    position: absolute;
    right: 20px;
    top: 14px;
    font-size: 15px;
    color: #fff;
    transform: rotate(-90deg);
}

.nav-footer {
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 100000000;
}

.nav-footer li {
    list-style: none;
}

.contact-footer-nav {
    list-style: none;
    line-height: unset;
    min-height: 50px;
    font-size: 18px;
    display: block;
    height: auto;
    font-weight: bold;
    padding: 12px 32px 12px 0 !important;
    text-transform: uppercase;
    font-family: sans-serif;
}

.tel-nav {
    font-weight: 400;
    font-family: sans-serif;
    margin-bottom: 14px!important;
    display: block!important;
}

.nav-footer .list-social li {
    margin-right: 6px !important;
}

.nav-footer .list-social li .fab {
    font-size: 27px !important;
    color: rgb(255 255 255) !important;
    margin-bottom: 14px !important;
    display: block !important;
}

@media (max-width: 576px) {
    #header-usp{
        margin: 10px;
    }

    .col-search {
        margin: 0 !important;
    }

     .col-menu .wsmenu-list > li > a[href='/contact-us/'] {
        display: none !important;
    }

     .pd-main-header > .container > .row > .col-2 {
        max-width: unset !important;
        flex: 0 0 90px !important;
    }

     .pd-main-header > .container > .row > .col-8 {
        max-width: unset !important;
        flex: 1 0 min-content !important;
    }
}

@media (max-width: 768px) {
    .col-exp-2 {
        flex: 0 0 16.666667% !important;
        max-width: 16.666667% !important;
    }

    .col-exp-10{
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important;
    }

    .wsmenu-list-wrapper {
        display: flex;
    }

    . {
        display: block;
    }

   .kee-exp-2024-menu {
        display: none !important;
    }

     .nav-footer {
        display: block;
    }
}

.rs-list {
    padding: 20px 0 0;
    max-width: 400px;
}


.rs-list-title {
    font-size: 20px;
    text-align: center;
}

.rs {
    background: white;
    border: 1px solid #ddd;
    padding: 8px;
}

.rs-container {
    display: flex;
    gap: 8px;
    align-items: center;
}

.rs-image {
    max-width: 80px;
}

.rs-title {
    font-size: 18px;
    margin-bottom: 4px;
}

.rs-last-sold {
    margin-bottom: 2px;
}

.rs-list .slick-prev:before,
.rs-list .slick-next:before {
    color: black;
}

.pdp-usp-slider-wrapper {
    display: none;
    max-width: 90%;
}

.pdp-usp-slider-wrapper .slick-initialized .slick-slide {
    display: flex;
}

.pdp-usp-slider-wrapper .slick-prev {
    display: none !important;
}

@media (max-width: 767px) {
    .rs-list {
        max-width: 448px;
        padding: 20px 24px 0;
        margin: 0 auto;
    }

    .n_kee-develop .pdp-usp-default {
        display: none;
    }

    .n_kee-develop .pdp-usp-slider-wrapper {
        display: block;
    }
}

@media (max-width: 768px) {
    html {
        overflow: unset !important;
    }

    body{
        height: auto !important;
    }

     #myHeader {
        display: none;
    }

    .wrapper-header {
        position: sticky;
        top: 0;
        transition: .2s;
    }

    .wrapper-header.hide {
        transform: translateY(-100%);
    }
}

@media (max-width:768px) {
    .wsactive #myHeader{
        display: block!important;
    }
}



.rev-logo-1{
    padding: 10px 0;
    width:120px;
}

@media (min-width:769px) {

    .rev-logo-1 {
       display: none!important;
   }
}

.rev-2{
    margin: auto;
    width: 227px;
    margin-top: 15px;
    display: block;
}

/* USP inside buy box */
.buybox-usp {
    flex: 1;
    padding-left: 24px;
    margin-bottom: 20px;
}

.buybox-usp {
    display: none;
}

@media (max-width:768px) {
    .buybox-usp {
        display: block!important;
    }
    #pdp-usp{
        display: none;
    }
}
@media (min-width:769px) {
    #pdp-usp{
        display: block!important;
    }
}

.buybox-usp-item:not(:last-child) {
    margin-bottom: 8px;
}

.buybox-usp-item svg {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
}

.buybox-usp-item svg .st0 {
    fill: black !important;
}

.buybox-usp-item a {
    display: flex;
    gap: 12px;
    color: black;
}

.buybox-usp-item__content {
    font-size: 13px;
    flex: 1;
}

.n_kee-develop .row:has(> .buybox-usp) {
    margin-left: 0;
    margin-right: 0;
}

.n_kee-develop .add_to_cart {
    margin: 0;
    padding: 0;
    flex: 0 0 auto;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 200px;
}

.n_kee-develop .add_to_cart .product_qty {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}

.n_kee-develop .product_add_to_btn {
    flex: 1;
}

.n_kee-develop .buying-options {
    margin-bottom: 20px;
}

.n_kee-develop .modal-btn-gropus {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 16px;
}

.n_kee-develop .extra-options .modal-btn-gropus .btn {
    margin: 0 !important;
    flex: 1;
}

.n_kee-develop #pdp-usp {
    display: none;
}

.n_kee-develop .product_tab {
    background: #c9a456;
    margin-bottom: 20px;
}

.n_kee-develop .product_tab a {
    margin: 0 !important;
    padding: 10px 12px;
    font-size: 17px;
    border-radius: 0;
    transition: .2s ease;
}

.n_kee-develop .product_tab a.active,
.n_kee-develop .product_tab a:hover  {
    background: white !important;
}

.n_kee-develop .product_tab a:after {
    display: none;
}

#n_product.n_kee-develop .product_tabs {
    margin-top: 0 !important;
    padding-top: 20px !important;
}

@media (min-width: 768px) and (max-width: 1229px) {
    .buybox-usp {
        flex: 100%;
        margin-top: 20px;
        padding-left: 0;
    }

    .n_kee-develop .add_to_cart {
        width: 100%;
    }

    .buybox-usp-item svg {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 490px) {
    .buybox-usp {
        flex: 100%;
        margin-top: 16px;
        padding-left: 0;
    }

    .n_kee-develop .add_to_cart {
        width: 100%;
    }

    .buybox-usp-item svg {
        width: 32px;
        height: 32px;
    }

    .n_kee-develop .product_tab a {
        padding: 8px 12px !important;
        flex: 50%;
    }

}
/* End USP inside buy box */

#n_content .featured_row .thumbnail_box .thumbnail {
    height: unset;
}

.featured_row .caption {
    max-width: unset;
    flex: unset;
}

.featured_row .thumbnail .actions {
    border: 0;
}

.featured_row .thumbnail .actions_left {
    flex: 1;
}

.featured_row .thumbnail .actions_right {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-left: 10px;
}

.featured_row .thumbnail .actions_right .wishlist_toggle {
    margin: 0;
    padding: 0;
}

.featured_row .thumbnail .buying-options {
    margin-bottom: 0;
}

.featured_row .thumbnail-image img {
    width: 100%;
}

.sc-empty-hr {
    margin: 64px 0 48px;
}

.sc-empty-upsell h2 {
    text-align: center;
    margin-bottom: 32px;
}

.sc-empty-more {
    text-align: center;
}

.n_kee-main .sc-empty-upsell {
    display: none;
}





.section-author {
    background: #efefef;
    margin-bottom: 30px;
}

.section-author .container {
    display: grid;
}

.section-author-description-inner {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.section-author-description-inner.expanded {
    -webkit-line-clamp: unset;
}

.section-author-title {
    font-size: 28px;
    margin: 24px 0 12px;
    grid-row: 2;
}

.section-author-figure {
    margin: 0;
}

.section-author-image {
    max-width: 400px;
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
}

.section-author-more {
    margin-top: 16px;
}

#section-author-more-link {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .section-author .container {
        gap: 16px 32px;
    }

    .section-author-title {
        grid-row: 1;
        grid-column: span 2;
        margin: 0;
        font-size: 32px;
    }

    .section-author-figure {
        grid-row: 2;
        grid-column: 1;
    }

    .section-author-description {
        grid-row: 2;
        grid-column: 2;
    }

    .section-author-description-inner {
        -webkit-line-clamp: 12;
    }
}

@media (min-width: 1200px) {
    .section-author .container {
        grid-template-columns: 400px 1fr;
    }

    .section-author-description-inner {
        -webkit-line-clamp: 17;
    }
}

@media (max-width: 520px) {
    .kx-pcgs span {
        display: block;
        margin-top: 8px;
    }
}

@media (min-width: 521px) {
    .kx-pcgs span {
        margin-left: 12px;
    }
}



.trust-block span {
    font-size: 28px;
    font-family: auto;
    padding-bottom: 20px;
    display: block;
}

.trust-block img:nth-child(1) {
    width: 65px;
    margin-right: 20px;
}

@media (max-width: 768px) {
    .main-resource-section {
        display: flex;
        flex-direction: column;
    }

    .main-resource-section .rev-2 {
        margin-bottom: 30px;
    }

    .trust-block {
        order: 3;
    }

    .trust-block img {
        height: 60px;
        object-fit: contain;
        display: inline-block;
        margin-bottom: 10px;
    }

    .trust-block > span {
        font-family: "Adobe Jensen";
        font-size: 36px;
    }
}
/* Compare thumb */






.rev-logo-1{
    padding: 10px 0;
    width:120px;
}

@media (min-width:769px) {

    .rev-logo-1 {
       display: none!important;
   }
}

.rev-2{
    margin: auto;
    width: 227px;
    margin-top: 15px;
    display: block;
}

/* USP inside buy box */
.buybox-usp {
    flex: 1;
    padding-left: 24px;
    margin-bottom: 20px;
}

.buybox-usp {
    display: none;
}

@media (max-width:768px) {
    .buybox-usp {
        display: block!important;
    }
    #pdp-usp{
        display: none;
    }
}
@media (min-width:769px) {
    #pdp-usp{
        display: block!important;
    }
}

.buybox-usp-item:not(:last-child) {
    margin-bottom: 8px;
}

.buybox-usp-item svg {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
}

.buybox-usp-item svg .st0 {
    fill: black !important;
}

.buybox-usp-item a {
    display: flex;
    gap: 12px;
    color: black;
}

.buybox-usp-item__content {
    font-size: 13px;
    flex: 1;
}

.n_kee-develop .row:has(> .buybox-usp) {
    margin-left: 0;
    margin-right: 0;
}

.n_kee-develop .add_to_cart {
    margin: 0;
    padding: 0;
    flex: 0 0 auto;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 200px;
}

.n_kee-develop .add_to_cart .product_qty {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}

.n_kee-develop .product_add_to_btn {
    flex: 1;
}

.n_kee-develop .buying-options {
    margin-bottom: 20px;
}

.n_kee-develop .modal-btn-gropus {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 16px;
}

.n_kee-develop .extra-options .modal-btn-gropus .btn {
    margin: 0 !important;
    flex: 1;
}

.n_kee-develop #pdp-usp {
    display: none;
}

.n_kee-develop .product_tab {
    background: #c9a456;
    margin-bottom: 20px;
}

.n_kee-develop .product_tab a {
    margin: 0 !important;
    padding: 10px 12px;
    font-size: 17px;
    border-radius: 0;
    transition: .2s ease;
}

.n_kee-develop .product_tab a.active,
.n_kee-develop .product_tab a:hover  {
    background: white !important;
}

.n_kee-develop .product_tab a:after {
    display: none;
}

#n_product.n_kee-develop .product_tabs {
    margin-top: 0 !important;
    padding-top: 20px !important;
}

@media (min-width: 768px) and (max-width: 1229px) {
    .buybox-usp {
        flex: 100%;
        margin-top: 20px;
        padding-left: 0;
    }

    .n_kee-develop .add_to_cart {
        width: 100%;
    }

    .buybox-usp-item svg {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 490px) {
    .buybox-usp {
        flex: 100%;
        margin-top: 16px;
        padding-left: 0;
    }

    .n_kee-develop .add_to_cart {
        width: 100%;
    }

    .buybox-usp-item svg {
        width: 32px;
        height: 32px;
    }

    .n_kee-develop .product_tab a {
        padding: 8px 12px !important;
        flex: 50%;
    }

}
/* End USP inside buy box */

.featured_row .thumbnail_box .thumbnail {
    height: unset;
}

.featured_row .caption {
    max-width: unset;
    flex: unset;
}

.featured_row .thumbnail .actions {
    border: 0;
}

.featured_row .thumbnail .actions_left {
    flex: 1;
}

.featured_row .thumbnail .actions_right {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-left: 10px;
}

.featured_row .thumbnail .actions_right .wishlist_toggle {
    margin: 0;
    padding: 0;
}

.featured_row .thumbnail .buying-options {
    margin-bottom: 0;
}

.featured_row .thumbnail-image img {
    width: 100%;
}

.sc-empty-hr {
    margin: 64px 0 48px;
}

.sc-empty-upsell h2 {
    text-align: center;
    margin-bottom: 32px;
}

.sc-empty-more {
    text-align: center;
}

.n_kee-main .sc-empty-upsell {
    display: none;
}

.section-author {
    background: #efefef;
    margin-bottom: 30px;
}

.section-author .container {
    display: grid;
}

.section-author-description-inner {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.section-author-description-inner.expanded {
    -webkit-line-clamp: unset;
}

.section-author-title {
    font-size: 28px;
    margin: 24px 0 12px;
    grid-row: 2;
}

.section-author-figure {
    margin: 0;
}

.section-author-image {
    max-width: 400px;
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
}

.section-author-more {
    margin-top: 16px;
}

#section-author-more-link {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .section-author .container {
        gap: 16px 32px;
    }

    .section-author-title {
        grid-row: 1;
        grid-column: span 2;
        margin: 0;
        font-size: 32px;
    }

    .section-author-figure {
        grid-row: 2;
        grid-column: 1;
    }

    .section-author-description {
        grid-row: 2;
        grid-column: 2;
    }

    .section-author-description-inner {
        -webkit-line-clamp: 12;
    }
}

@media (min-width: 1200px) {
    .section-author .container {
        grid-template-columns: 400px 1fr;
    }

    .section-author-description-inner {
        -webkit-line-clamp: 17;
    }
}

.meet-section img {
    border: 5px solid white;
}

.meet-section-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.meet-section-content h2 {
    margin-bottom: 20px;
}

@media (max-width: 490px) {
    .n_kee-develop .col-logo {
        height: 70px;
    }

    .n_kee-develop #searchbox .aa-Input,
    .n_kee-develop #searchbox .aa-SubmitButton {
        height: 36px;
    }

    .n_kee-develop .full-breadcrumb {
        margin-bottom: 12px;
    }

    .n_kee-develop .breadcrumb {
        margin: 8px 0;
        font-size: 15px;
    }

    .n_kee-develop .breadcrumb li:not(:first-child):not(:last-child) {
        max-width: 160px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .n_kee-develop #carouselExampleIndicators {
        margin-bottom: 12px;
    }

    .n_kee-develop .product_title h1 {
        font-size: 20px;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

    .n_kee-develop .product_subtitle {
        font-size: 15px;
        line-height: 1.3;
    }

    .n_kee-develop .product_price {
        margin: 12px 0 6px;
    }

    .n_kee-develop .add_to_cart {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 8px;
    }

    .n_kee-develop .add_to_cart .product_qty {
        margin: 0;
        max-width: 120px;
    }

    .n_kee-develop .add_to_cart .product_qty .qty {
        height: unset;
    }

    .n_kee-develop .add_to_cart .wishlist_toggle {
        margin: 0;
        height: 100%;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .n_kee-develop .buying-options {
        margin-bottom: 16px;
    }

    .n_kee-develop .modal-btn-gropus {
        gap: 4px;
    }

    .n_kee-develop .extra-options .modal-btn-gropus .btn {
        padding: 10px 20px;
    }
}

@media (max-width: 520px) {
    .kx-pcgs span {
        display: block;
        margin-top: 8px;
    }
}

@media (min-width: 521px) {
    .kx-pcgs span {
        margin-left: 12px;
    }
}



.trust-block span {
    font-size: 28px;
    font-family: auto;
    padding-bottom: 20px;
    display: block;
}

.trust-block img:nth-child(1) {
    width: 65px;
    margin-right: 20px;
}

@media (max-width: 768px) {
    .main-resource-section {
        display: flex;
        flex-direction: column;
    }

    .main-resource-section .rev-2 {
        margin-bottom: 30px;
    }

    .trust-block {
        order: 3;
    }

    .trust-block img {
        height: 60px;
        object-fit: contain;
        display: inline-block;
        margin-bottom: 10px;
    }

    .trust-block > span {
        font-family: "Adobe Jensen";
        font-size: 36px;
    }
}








/* new usp  */

.kee-new-usp {
    background:#c9a456;
}

.kee-new-usp-holder .usp-item {
	display:flex;
	align-items:center;
    justify-content: center;
}

.kee-new-usp-holder .usp-item img {
    width: 40px;
}

.kee-new-usp-holder .slick-list {
    width: 100%;
    padding: 0 !important;
}

.kee-new-usp-holder .slick-prev:before,
.kee-new-usp-holder .slick-next:before {
    color: #000 !important;
}

.kee-new-usp-holder .slick-prev {
    left: 0;
    z-index: 111111;
}

.kee-new-usp-holder .slick-next {
    right: 0;
}

/* Watchlist */
.watchlist-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
    padding: 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: white;
    font-size: 14px;
    line-height: 20px;
}

.watchlist-toolbar__filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.watchlist-toolbar__filter {
    display: inline-block;
    background: #555;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
}

.watchlist-toolbar__remove {
    color: red;
    cursor: pointer;
    line-height: 1;
    padding: 7px 8px;
}

.watchlist-toolbar__remove * {
    pointer-events: none;
}

.watchlist-toolbar__actions {
    display: flex;
    gap: 4px;
    align-items: center;
}

.watchlist-toolbar__button {
    appearance: none;
    min-width: 145px;
    max-width: 24ch;
    margin: 0;
    padding: 0;
    border: none;
    font: inherit;
    text-decoration: underline;
    text-align: center;
    color: inherit;
    background: none;
    cursor: pointer;
}
.watchlist-toolbar__button:hover {
        text-decoration: none;
        color: #C9A456;
    }

.watchlist-toolbar__tooltip {
    appearance: none;
    margin: 0;
    padding: 7px 10px;
    border: none;
    font: inherit;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    color: #C9A456;
    background: none;
    cursor: pointer;
}
.watchlist-toolbar__tooltip:hover {
        text-decoration: none;
        color: inherit;
    }

.watchlist-listing {
    padding-bottom: 60px;
    scroll-margin-top: 100px;
    min-height: 640px;
    content-visibility: auto;
    contain-intrinsic-size: 640px;
}

.watchlist-listing:not(:has(.watchlist-section)) {
    display: none;
}

.watchlist-listing-title {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

.watchlist-section {
    padding: 0;
}

.watchlist-listing .container > div {
    margin-top: 32px;
}

.watchlist-listing .watchlist-toolbar__button  {
    text-decoration: none;
}

.watchlist-listing .thumbnail {
    margin: 5px 0;
    padding: 15px;
    background: #fbfbfb;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.npopup-btn-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.npopup-btn-close {
  background-image: url('/assets/npopup_sprite.png');
}

a#recent-acq {
    margin: 10px;
    background: #c9a456;
    color: #fff;
    width: max-content;
    padding: 10px 20px;
    border-radius: 5px;
    cursor:pointer;

}
a#recent-acq :hover{
    opacity:0.8;
    color:#fff!important;
}
.quick-view-container {
    display: none;
}

.quick-view-container._active {
    position: fixed;
    z-index: 99999999;
    top: 0;
    background: #0d0d0da6;
    overflow: scroll;
    height: 100vh;
    width: 100vw;
    padding: 10% !important;
    display: block;



}

.quick-view-container._active  .rs-list {
    display: none!important;
}

.quick-view-container._active .container{
    background-color: #fff;
    padding: 5%;
}

.quick-view {
    position: relative;
    margin-top: -50px;
    left: 50%;
    transform: translate(-50%);
    background: #fff;
    width: 80%;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 10px;
        border: 1px solid #2c6868;
    color: #2c6868;

}
.quick-view p{
    margin:0;
    padding:0;
    }


    .product_descritpion {
        gap:2%;
        padding-top:10px;
        padding-left:20px;
        display: none;
		flex-direction:column;
        
    }

    .product_descritpion p{
            display:list-item;
            font-size:12px;
            padding-right:5px;
			margin:2px;
            
        }

    @media (max-width:576px) {
        .product_descritpion  p {
            padding-left: 4px;
        }
    }
    .n_kee-shortdesc .product_descritpion{
            display: flex;
        }
    
/* Landing page */

.page-subheader {
    color: #2c6868;
    font-size: 24px;
    margin-top: 2em;
    margin-bottom: 0;
}


.grid-block, .download-block {
    display: flex;
    height: 800px;
    align-items: center;
}

.grid-block h2, .download-block h2 {
        font-size: 46px;
        font-weight: lighter;
}

.left-grid-block, .right-grid-block, .download-left-block, .download-right-block {
    width: 50%;
    height: 100%;
    align-self: stretch;
    padding: 0 6%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.left-grid-block {
    background: #c9a45678;
}

.right-grid-block {
    background: #2c2c2c;
    color:#fff;
}

.grid-sub-block {
    padding: 20px;
    border-left: 2px solid #c9a456;
    margin-top: 3em;
}
.download-right-block .image-holder {
    background-color: #2c6868;
    padding: 5em 4em;
}

.download-right-block img {
    margin-left: -101px;
    min-width: 500px;
}

.privacy-block {
    padding: 5% 0;
}

.form-item p {
    margin-bottom: 5px;
}

.form-item input {
    width: 100%;
    padding: 7px;
    border-radius: 5px;
    margin-bottom: 20px;
    border: 1px solid #979797;
}

.form-block {
    width: 100%;
}

.form-block button {
    padding: 15px 20px;
    border-radius: 5px;
    border: 1px solid #2c6868;
    background: #2c6868;
    color: white;
    cursor: pointer;
    min-width: 70%;
    margin-top: 20px;
}

.form-block button:hover {
    opacity: 0.8;
}

@media (max-width: 991px) {
    .download-block {
        flex-direction: column-reverse !important;
        height: auto;
    }

    .download-left-block,
    .download-right-block {
        width: 100%;
        padding: 5%;
    }

    .download-left-block img,
    .download-right-block img {
        margin: 0;
    }
}

@media (max-width: 768px) {
    .grid-block {
        flex-direction: column;
        height: auto;
    }

    .grid-block div {
        width: 100%;
        padding: 5%;
    }
}

.product_descritpion hr {
    display: none;
}


/* add sticky ATC mobile */

.sticky-cart {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    box-shadow: 0 -2px 4px 0 rgba(0,0,0,.16);
    background: white;
    padding: 12px 16px;
    z-index: 99998;
    display: none;
}

.sticky-cart.sc-show {
    display: block;
}

.sc-close {
    background: black;
    color: white;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    bottom: 100%;
    left: 4px;
}

.sc-purchase {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: space-between;
}

.sc-price {
    font-size: 20px;
    font-weight: 700;
}

.sc-card-product {
    display: flex;
    gap: 16px;
    background: #f4fbfb;
    padding: 16px;
}

.sc-card-title {
    font-size: 16px;
}

.sc-card-price {
    font-size: 16px;
    font-weight: 600;
    margin-top: 4px;
}

.sc-variation {
    margin-bottom: 16px;
}

.sc-variation:last-child {
    margin-bottom: 0;
}

.sc-variation-name {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 4px;
}

.sc-variation select {
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.4;
    color: #555555;
    background-color: #fff;
    border: 1px solid #ccc;
}

.sc-section {
    margin-top: 16px;
}



@media (min-width: 768px) {
    .sticky-cart {
        display: none;
    }

    .sticky-cart.sc-show {
        display: none;
    }
}   


@media (max-width:768px) {

	.n_kee-main .sticky-cart {
	    display: none;
	}

}