@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');
}
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: #fff;
}
.main-resource-section {
    padding: 70px 0;
    background-image: url(/assets/images/hmb.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	background-position: bottom;
}
.meet-section {
    padding: 90px 0;
}
.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 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;
}
#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 {
	margin-top: 20px;
}
#left-sidebar ul {
	list-style: none;
}
#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;
}
.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;
}

.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: 300px;
    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 {
    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);
}
.aa-suggestions {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.aa-suggestion .aa-suggestion-image {
    flex-basis: 20%;
    padding-right: 10px;
}
.aa-suggestion .aa-suggestion-box {
    flex-basis: 80%;
    padding-right: 0;
    display: flex;
}
#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: 34.6%;
    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;
}
.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;
    height: 50px;
    font-size: 18px;
    min-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;
    background-image: url(/assets/images/hmb-small.jpg);
}
.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;
}    
}