@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
body {
	background-color: #ffffff /*{body|background-color}*/;
	background-image: none /*{body|background-image}*/;
	font-size: 15px /*{body|body-font-size}*/;
	color: #171717 /*{body|text-colour}*/;
    /*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
}
a, .btn-link {
	color: #00adef /*{body|link-colour}*/;
}
a:hover, a:active, .btn-link:hover {
    color: #00498E;
}
.wrapper-header, .header-wrapper {
	background-color: rgba(0, 75, 145, 1) /*{header|background-colour}*/;
	border:none;
	margin-bottom:0px;
}
.wrapper-header a, .wrapper-header a:hover, .wrapper-header a:active {
  color: #1f1f1f /*{header|link-colour}*/
}
.wrapper-header .btn-default {
	background-color: #efefef /*{header|button-colour}*/;
	border-color: #efefef /*{header|button-colour}*/;
	color: #171717 /*{header|button-text-colour}*/;
}
.header-search .ajax_search {
	border-color: #efefef /*{header|button-colour}*/;
	box-shadow: none;
	border-width: 2px;
}
.navbar.navbar-default {
	background-color: rgba(0, 75, 145, 1) /*{header|menu-background-colour}*/;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover,
.navigation-list li a:hover,.navbar-default .navbar-nav > li:hover > a,
.navigation-list li:hover a, .navigation-list li a,
.navbar-default .navbar-nav > li > a:focus {
	color: #ffffff /*{header|menu-colour}*/;
}
@media (max-width: 767.98px){
	.navbar-nav .dropdown-menu .dropdown-item{
		color: #ffffff /*{header|menu-colour}*/
	}
}
a#cartcontentsheader {
	padding: 6px 17px;
    background-color: #ffffff /*{header|Cart-icon-background-colour}*/;
    color: #000000 /*{header|Cart-icon-text-colour}*/;
    border: none;
    font-size: 13px;
    font-weight: 600;
    border-radius: 15px;
}
a#cartcontentsheader:hover {
    color: #00ADEF;
}
.wrapper-footer {
	background-color: #323335 /*{footer|background-color}*/;
	color: #ffffff /*{footer|text-colour}*/;
}
.wrapper-footer a, .wrapper-footer a:hover, .wrapper-footer a:active {
	color: #ffffff /*{footer|link-colour}*/;
}
/* Secondary button */
.btn-outline-secondary, .btn-default {
	color: #171717 /*{buttons | btn-default-text-colour}*/;
	background-color: #ffffff /*{buttons | btn-default-background-colour}*/;
	border-color: #dedede /*{buttons | btn-default-border-colour}*/;
}
.btn-outline-secondary:hover, .btn-default:hover{
	color: #171717 /*{buttons | btn-default-text-colour-hover}*/;
	background-color: #ebebeb /*{buttons | btn-default-background-colour-hover}*/;
	border-color: #adadad /*{buttons | btn-default-border-colour-hover}*/;
}
.btn-outline-secondary.disabled, .btn-default:disabled {
	color: #171717 /*{buttons | btn-default-text-colour-hover}*/;
	background-color: #ebebeb /*{buttons | btn-default-background-colour-hover}*/;
	border-color: #adadad /*{buttons | btn-default-border-colour-hover}*/;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle,
.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .show > .btn-default.dropdown-toggle {
	color: #171717 /*{buttons | btn-default-text-colour-hover}*/;
	background-color: #ebebeb /*{buttons | btn-default-background-colour-hover}*/;
	border-color: #adadad /*{buttons | btn-default-border-colour-hover}*/;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle, .btn-danger {
    color: #fff;
    background-color: #F85124;
    border-color: #F85124;
}
.btn-danger:hover {
    color: #F85124;
    background-color: #fff;
}
/* Primary button */
.btn-primary {
	color: #00aeef /*{buttons | btn-primary-text-colour}*/;
    background-color: #ffffff /*{buttons | btn-primary-background-colour}*/;
    border-color: #00aeef /*{buttons | btn-primary-border-colour}*/;
}
.btn-primary:hover {
	color: #ffffff /*{buttons | btn-primary-text-colour-hover}*/;
	background-color: #00aeef /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: #00aeef /*{buttons | btn-primary-border-colour-hover}*/;
}
.btn-primary.disabled, .btn-primary:disabled {
	color: #ffffff /*{buttons | btn-primary-text-colour-hover}*/;
	background-color: #00aeef /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: #00aeef /*{buttons | btn-primary-border-colour-hover}*/;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	color: #ffffff /*{buttons | btn-primary-text-colour-hover}*/;
	background-color: #00aeef /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: #00aeef /*{buttons | btn-primary-border-colour-hover}*/;
}
/* Success button */
.btn-success {
	color: #ffffff /*{buttons | btn-success-text-colour}*/;
	background-color: #00aeef /*{buttons | btn-success-background-colour}*/;
	border-color: #00aeef /*{buttons | btn-success-border-colour}*/;
}
.btn-success:hover {
	color: #00aeef /*{buttons | btn-success-text-colour-hover}*/;
	background-color: #ffffff /*{buttons | btn-success-background-colour-hover}*/;
	border-color: #00aeef /*{buttons | btn-success-border-colour-hover}*/;
}
.btn-success.disabled, .btn-success:disabled {
	color: #00aeef /*{buttons | btn-success-text-colour-hover}*/;
	background-color: #ffffff /*{buttons | btn-success-background-colour-hover}*/;
	border-color: #00aeef /*{buttons | btn-success-border-colour-hover}*/;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
	color: #00aeef /*{buttons | btn-success-text-colour-hover}*/;
	background-color: #ffffff /*{buttons | btn-success-background-colour-hover}*/;
	border-color: #00aeef /*{buttons | btn-success-border-colour-hover}*/;
}
.btn-info {
    color: #fff;
    background-color: #00ADEF;
    border-color: #00ADEF;
}
.btn-info:hover {
    color: #00ADEF;
    background-color: #fff;
}
a:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.btn-block {
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 15px;
    font-weight: 600;
    border-radius: 3px;
    text-decoration: none !important;
}
[class*=" fas"]:before, [class^=fas]:before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    margin-right: 0;
}
[class*=" fab"]:before, [class^=fab]:before {
    font-family: "Font Awesome 5 Brands" !important;
    font-weight: 400 !important;
    margin-right: 0;
}
 [class*=" far"]:before, [class^=far]:before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 400 !important;
    margin-right: 0;
}
[class*=" fa"]:before, [class^=fa]:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 0;
}
#n_home #main-content {
    padding: 0;
}
#main-content {
    padding-top: 30px;
    padding-bottom: 30px;
}
.pd-breadcrumb {
    margin-top: -60px;
}
.pd-image-ie {
    display: none;
}
.badge-danger {
    color: #fff;
    background-color: #F85124;
}
/******************/
/***** Header *****/
/******************/
.pd-middle-header.sticky {
    background: #004892;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-animation-name: fadeInDown;
    -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: fadeInDown;
    -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-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    -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);
  }
}
.pd-middle-header.sticky > .row {
	justify-content: center;
}
.sticky_cart #header-cart {
    z-index: 9999;
    position: fixed;
    right: 15px;
    width: 140px;
    top: 22px;
    -webkit-animation-name: fadeInDown;
    -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: fadeInDown;
    -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-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
}
.sticky .wrapper-logo a {
    height: 65px;
}
.sticky .pd-header-search input, .sticky .pd-icon-search {
    height: 45px !important;
}
.sticky .pd-icon-search i {
    line-height: 45px;
}
.sticky .wrapper-logo {
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
    margin-right: 20px;
}
.sticky .pd-header-benefits {
    -ms-flex: 0 0 420px;
    flex: 0 0 420px;
    max-width: 420px;
}
.pd-slide-open .sticky_cart #header-cart {
    position: relative;
    -webkit-animation-name: auto;
}
.sticky .pd-header-search {
    -ms-flex: 0 0 calc(100% - 730px);
    flex: 0 0 calc(100% - 730px);
    max-width: calc(100% - 730px);
}
.sticky_cart a#cartcontentsheader {
    background-color: #00498E;
    color: #fff;
}
.pd-top-header {
    background-color: #f1f1f1;
}
.pd-top-header li a {
    font-size: 13px;
    padding-left: 0;
    padding-right: 20px;
    color: #171717;
    font-weight: 600;
}
.pd-top-header li a:hover {
    color: #00ADEF;
}
.pd_top_header_right li:last-child a, .pd_top_header_left li:last-child a {
    padding-right: 0;
}
.pd-header-search form {
    width: 100%;
}
.pd-header-box {
    display: flex;
    align-items: center;
}
.pd-header-box-shipping .pd-header-box-text {
    width: calc(100% - 35px);
}
.pd-header-box-contact .pd-header-box-text {
    width: calc(100% - 75px);
}
.pd-header-box-image {
    width: 40px;
    padding-left: 5px;
}
.pd-header-box-icon {
    padding-right: 40px;
    width: 35px;
}
.pd-header-box-text p {
    margin-bottom: 0;
    font-size: 11px;
    color: #000;
    font-weight: 600;
}
.pd-header-box-text span {
    margin-bottom: 0;
    font-size: 9px;
    color: #000;
    display: block;
    font-weight: 600;
}
.pd-header-benefits .pd-header-box:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.pd-header-box-text h4 {
    color: #00498E;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
}
.pd-header-box-text h4 a {
    color: #00498E;
}
.pd-header-box-text h4 a:hover {
    color: #00ADEF;
}
.pd-bottom-header {
    background-color: #fff;
}
.pd-bottom-header.sticky_cart {
    margin-top: 150px;
}
.pd-cart-text {
    font-weight: 400;
}
.wrapper-logo a {
    display: block;
    height: 110px;
}
.sticky .pd-header-box-icon {
    height: 35px;
}
.sticky .pd-header-box-text h4 {
    font-size: 17px;
}
.sticky .pd-header-box-text p {
    font-size: 11px;
}
.sticky .pd-header-box-text span {
    font-size: 8px;
}
.sticky .pd-header-box-image {
    height: 40px;
}
/***** Category Dropdown *****/
.menu_left_home1 {
    padding: 0 15px;
    position: relative;
    width: 230px;
}
.nav-sections {
    background: transparent;
    margin-bottom: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
}
.verticalmenu.navigation.side-verticalmenu {
    position: absolute;
    width: 185px;
    left: 0;
    top: 0;
    border-radius: 6px 6px 0 0;
    z-index: 5;
    background: transparent;
    text-align: left;
    float: left;
    font-weight: 700;
    height: inherit;
    overflow: inherit;
    padding: 0;
    margin: 0 15px;
}
.title-category-dropdown {
    background: #F85124;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    height: 55px;
    line-height: 55px;
    width: 185px;
    margin: 0;
    padding: 0 20px;
    position: relative;
    overflow: hidden;
}
.title-category-dropdown:hover {
    background: #00adef;
}
.verticalmenu.navigation.side-verticalmenu > ul {
    border: 2px solid #ffffff;
    border-top: 0;
    background: #ffffff;
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1px solid #dbdbdb;
    padding-left: 0;
    width: 270px;
    padding: 7px 0;
    margin-top: 5px;
}
.title-category-dropdown:after {
    font-family: 'Linearicons-Free';
    content: "\e871";
    position: absolute;
    right: 20px;
    top: -1px;
    color: #ffffff;
    font-size: 24px;
}
.menu-row {
    position: relative;
    height: 60px;
}
.menu-column {
    position: initial;
}
.wsmenu>.wsmenu-list>li:hover>a i {
    color: #F85124;
}
.wsmenu.side-verticalmenu>.wsmenu-list>li {
    width: 100%;
    margin: 0;
    padding-left: 20px;
    padding-right: 30px;
}
.wsmenu.side-verticalmenu>.wsmenu-list>li>a {
    display: inline-block;
    padding: 4px 0;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    width: 100%;
    color: #171717;
    margin: 0;
    font-weight: 600;
}
.wsmenu.side-verticalmenu>.wsmenu-list>li:last-child>a {
    border-bottom: none;
}
.wsmenu.side-verticalmenu>.wsmenu-list>li>a i {
    color: #171717e48;
    position: absolute;
    right: -10px;
    margin-right: 0;
    top: 10px;
}
.wsmenu.side-verticalmenu>.wsmenu-list>li>.wsmegamenu {
    top: 0;
    bottom: 0;
    left: 100%;
    width: calc(80vw - 100%);
}
.wsmenu.side-verticalmenu>.wsmenu-list>li>.wsmegamenu {
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}
.link-list.top_brands {
    display: flex;
    flex-wrap: wrap;
    padding: 6px 3px;
    padding-bottom: 0;
}
.link-list.top_brands .pd-brands-col {
    padding: 0 3px;
}
.link-list.top_brands .pd-brands-img {
    padding: 3px;
}
.wsmenu.side-verticalmenu>.wsmenu-list>li:hover>.wsmegamenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.side-verticalmenu .wsmegamenu .container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
.verticalmenu.navigation.side-verticalmenu>ul.collapse {
    opacity: 0;
    visibility: hidden;
    z-index: -999999;
    position: absolute;
    border: 1px solid #dbdbdb;
    padding-left: 0;
    width: 270px;
    padding: 7px 0;
    margin-top: 5px;
}
.verticalmenu.navigation.side-verticalmenu>ul.collapse.show {
    opacity: 1;
    visibility: visible;
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .row {
    min-height: 100%;
    margin-top: 18px;
    border: 1px solid #dbdbdb;
    -webkit-box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.2);
    -ms-transform: 2px 2px 4px 1px rgba(0,0,0,0.2);
    -o-transform: 2px 2px 4px 1px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.2) 
}
.pd_cat_title {
    padding-left: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
    width: 100%;
}
.pd-megamenu .link-list, .wsmegamenu .row {
    display: block !important;
}
.wsmenu>.wsmenu-list>li.pd-megamenu>.wsmegamenu .link-list li.wsmenu-lv2 {
    display: inline-block !important;
}
.category_megamenu_top .link-list {
    width: 100%;
    padding-left: 0;
    display: flex !important;
    flex-wrap: wrap;
}
.category_megamenu_bottom {
    width: 100%;
    border-top: 1px solid #eaebec;
    padding-top: 15px;
    text-align: right;
    padding-right: 20px;
    margin-top: 15px;
}
.category_megamenu_bottom i {
    margin-left: 10px;
    line-height: 14px;
}
.category_megamenu_bottom a {
    color: #F85124;
}
.category-dropdown .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a {
    border-top: none !important;
}
.pd-categories-full {
    display: flex;
}
.pd-categories-full .pd-categories-box:first-child {
    margin-right: 30px;
}
.pd-cat-col {
    display: flex;
    flex-direction: column;
}
.pd-cat-col .pd-categories-box {
    display: flex;
    flex: 1;
}
.pd-cat-col img {
    height: 100%;
}
.menu_left_home2 .title-category-dropdown {
    background: #353535;
}
/***** End of Category Dropdown *****/
.pd-cart-col, .pd-main-nav {
    height: auto;
    position: initial;
}
.pd-middle-header {
    margin-top: 20px;
    margin-bottom: 20px;
}
.dropdown-toggle::before, .dropdown-toggle::after {
    display: none;
}
.pd-header-search .btn {
    background-color: #00ADEF;
    border: 1px solid #00adef;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 25px !important;
    border-radius: 3px !important;
    font-size: 15px !important;
}
.pd-header-search .btn:hover {
    background-color: #fff;
    color: #00ADEF;
}
.pd-header-search input {
    height: 66px !important;
    border: 1px solid #000 !important;
    border-radius: 0px !important;
    font-size: 15px !important;
    border-left: none !important;
    box-shadow: none !important;
    padding-right: 10px !important;
    color: #878787;
}
.pd-icon-search {
    height: 66px;
    border: 1px solid #000;
    padding-left: 20px;
    padding-right: 20px;
    border-right: none;
}
.pd-icon-search i {
    font-size: 24px;
    line-height: 55px;
    color: #004892;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #838383 !important;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #838383 !important;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #838383 !important;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #838383 !important;
}
.pd_top_header_right .dropdown-menu {
    padding: 24px 24px 15px 10px;
    border-radius: 3px;
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	border: none;
}
.pd_top_header_right .dropdown-menu li a {
    font-size: 12px;
    background-color: #fff !important;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    padding-bottom: 15px;
}
/******************/
/***** Footer *****/
/******************/
.wrapper-footer {
    padding-top: 105px;
    padding-bottom: 15px;
}
.wrapper-footer h4 {
    font-weight: 600;
    font-size: 14px;
    margin-top: 0;
    padding: 0;
    margin-bottom: 25px;
}
.wrapper-footer a {
    font-size: 12px;
    padding: 0;
    margin-bottom: 7px;
}
.pd-fotter-logo img {
    max-width: 170px;
    margin-top: -70px;
}
.wrapper-footer a:hover, .text-instagram:hover {
    color: #00AEEF;
}
.text-instagram {
    color: #fff;
}
.pd-footer-social ul li a i {
    font-size: 18px;
    margin-right: 15px;
}
.pd-footer-social ul li:last-child a i {
    margin-right: 0;
}
.pd-footer-social {
    margin-top: 30px;
}
.pd-copuright {
    text-align: center;
    font-size: 12px;
}
.pd-subcribe-footer input, .pd-subcribe-footer select, .mc-field-group input, #mc_embed_signup input#mce-EMAIL {
    border-radius: 2px;
    background-color: #fff;
    font-size: 12px;
    line-height: 1.2;
    color: #858585;
    margin-bottom: 10px;
    padding: 0 20px;
    height: 45px;
    border: none;
    width: 100%;
}
.pd-subcribe-footer select {
    padding: 0 16px;
}
.pd-subcribe-footer input.btn, #mc_embed_signup input#mc-embedded-subscribe {
    border-radius: 3px !important;
    background-color: #00AEEF;
    width: 159px;
    height: 41px;
    font-size: 14px !important;
    color: #fff;
    text-transform: uppercase !important;
    border: none !important;
    margin-bottom: 0;
    box-shadow: none;
    line-height: inherit !important;
    font-weight: 400 !important;
    font-family: inherit !important;
}
.pd-subcribe-footer input.btn:hover, #mc_embed_signup input#mc-embedded-subscribe:hover {
    background-color: #fff;
    color: #00AEEF;
    background: #fff;
}
.wrapper-footer .pd-header-box-text {
    overflow-wrap: break-word;
    width: 100%;
}
/******************/
/***** Home *****/
/******************/
#homepageCarousel {
    min-height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    opacity: 1;
}
.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #aaa;
}
.carousel-control-prev, .carousel-control-next {
    cursor: pointer;
    background: #000;
    background: rgba(0,0,0,0.5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 999;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.carousel-control-prev {
    left: 15px;
}
.carousel-control-next  {
    right: 15px;
}
#homepageCarousel:hover .carousel-control-prev, #homepageCarousel:hover .carousel-control-next {
    display: flex;
}
.pd-banner {
    min-height: 400px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.pd-caption {
    position: absolute;
    top: 50%;
    max-width: 400px;
    transform: translateY(-50%);
}
.pd-caption .btn-primary {
    color: #fff;
    background-color: #00aeef;
    border-color: #00aeef;
    font-size: 16px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 3px;
    outline: none;
    box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
    padding: 0px 60px;
}
.pd-caption .btn-primary:hover {
    color: #00aeef;
    background-color: transparent;
}
.pd-banner-text h2 {
    font-size: 33px;  
    color: #000;
    font-weight: bold;
    line-height: 1.333;
    margin-bottom: 18px;
}
.pd-banner-text p {
    font-size: 18px;
    line-height: 1.389;
    color: #000;
}
.pd-blue-section {
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    position: relative;
}
.pd-blue-section.carousel-item.active{
    display: flex;
}
.pd-blue-section h2 {
    font-size: 38px;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 30px;
}
.pd-blue-section p {
    font-size: 18px;
    color: #fff;
    line-height: 1.667;
    margin-bottom: 45px;
    padding-right: 40px;
}
.pd-blue-section .btn {
    border-radius: 3px;
    background-color: #00aeef;
    width: 240px;
    border: 1px solid #00aeef;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    color: #fff !important;
    padding: 0 !important;
    text-transform: uppercase;
    cursor: pointer;
}
.pd-blue-section .btn:hover {
    background-color: #fff;
    color: #00aeef !important;
    border: 1px solid #fff;
}
.pd-image-slider {
    width: 50%;
    margin-left: -80px;
    border-width: 5px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-right: none;
    box-shadow: 150px 11px 54px rgba(0, 1, 1, 0.19), 90px 5px 5px rgba(0, 1, 1, 0.19);
    position: relative;
}
.pd-image-slider:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 680px solid #fff;
    border-right: 85px solid transparent;
    width: 0;
    z-index: 99;
}
.pd-blue-left {
    width: calc(50% + 80px);
    position: relative;
    background-color: #00498E;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    height: 580px;
}
.pd-blue-left:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: 580px solid #00498E;
    border-right: 75px solid transparent;
    width: 0;
    border-left: 5px solid #00498E;
    z-index: 999;
}
.pd-blue-section .slick-dots {
    bottom: 45px;
}
.pd-blue-section .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.pd-blue-sec-text {
    width: 575px;
    margin-left: auto;
    margin-right: 75px;
}
.slick-dots li button:before {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    content: "";
    opacity: 0.1;
    background: #fff;
}
.slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 3px;
}
.slick-dots li button {
    width: 15px;
    height: 15px;
    padding: 0px;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
}
.pd-bottom-box {
    display: flex;
    align-items: end;
    justify-content: center;
}
.pd-botom-box-left {
    width: 100px;
    text-align: center;
}
.pd-botom-box-right {
    width: calc(100% - 100px);
    padding-left: 25px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.pd-botom-box-left h4 {
    font-size: 16px;
    color: #00498F;
    font-style: italic;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 900;
}
.pd-botom-box-right h4 {
    font-size: 17px;
    color: #00498F;
    font-weight: bold;
    line-height: 1.2;
    /* flex-grow: 1; */
}
.pd-botom-box-right p {
    font-size: 14px;
    color: #8e8e8e;
    line-height: 1.4;
    margin-bottom: 10px;
}
.pd-botom-box-right a {
    display: block;
    font-size: 12px;
    color: #00498F;
    border-width: 1px;
    border-color: #DBDBDB;
    border-style: solid;
    border-radius: 5px;
    background-color: #fff;
    width: 102px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.pd-botom-box-right a:hover {
    color: #fff;
    border-color: #00498F;
    background-color: #00498F;
}
.pd-above-footer {
    border-top: 1px solid #dbdbdb;
}
.pd-above-footer .row .pd-bottom-box {
    border-right: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    padding-top: 35px;
    padding-bottom: 35px;
}
.pd-above-footer .row .pd-bottom-box:last-child {
    border-right: none;
}
.pd-botom-box-left img {
    margin-bottom: 10px;
}
.pd-categories-section {
    padding-top: 65px;
    background-color: #f8f8f8;
    padding-bottom: 60px;
}
.pd-categories-section h2 {
    font-size: 20px;
    color: #00498F;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 40px;
}
.pd-categories-slider .slide_single_category_box {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-width: 1px;
    border-color: #fff;
    border-style: solid;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 6px 35px 0px rgba(0, 1, 1, 0.04);
}
.slide_single_category {
    padding: 0 5px;
}
@media (min-width: 992px) {
.slide_single_category {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 7);
    flex: 0 0 calc(100% / 7);
    max-width: calc(100% / 7);
}
}
.slide_single_category_box .category_image {
    height: auto;
    padding-bottom: 70%;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.slide_single_category_box .category_info {
    text-align: center;
    padding: 25px 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.slide_single_category_box .category_info .category_title {
    font-size: 18px;
    color: #171717;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0px;
    flex-grow: 1;
}
.category_descritpion {
    display: block;
}
.slide_single_category_box .category_info .category_title a {
    color: #171717;
}
.slide_single_category_box .category_info .category_title a:hover {
    color: #00498E;
}
.slide_single_category_box .category_info .category_descritpion p {
    font-size: 14px;
    color: #171717;
    line-height: 1.643;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
    white-space: normal;
}
.slide_single_category_box .category_info .category_btn .btn {
    border-radius: 3px;
    background-color: #000;
    border: 1px solid #000;
    width: auto;
    height: 43px;
    line-height: 41px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.slide_single_category_box .category_info .category_btn .btn:hover {
    background-color: #fff;
    color: #00AEEF;
}
.slide_single_category_box .category_info .category_btn {
    margin-top: 15px;
}
.pd-categories-slider .slide_single_category:nth-child(2n) .category_image_box {
    order: 2;
}
.pd-categories-slider .slick-track {
    margin-top: 30px;
    margin-bottom: 30px;
}
.slick-arrow {
    position: absolute;
    border-width: 1px;
    border-color: #DBDBDB;
    border-style: solid;
    border-radius: 50%;
    background-color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    top: -35px;
} 
.slick-arrow.next {
    right: 15px;
}
.slick-arrow.prev {
    right: 55px;
}
.slick-arrow i {
    line-height: 33px;
    font-size: 11px;
}
/* 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 */
.product_slider_box {
    padding: 8px 6px;
    width: 20%;
}
.pd-featured_row {
    margin-left: 9px;
    margin-right: 9px;
}
.pd-featured-slider .slick-list {
    margin-left: -10px;
    margin-right: -10px;
}
.pd-featured-section h2 {
    font-size: 20px;
    color: #00498F;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 40px;
}
.pd-featured-section .nav {
    flex-wrap: nowrap;
}
.pd-featured-section .nav-tabs .nav-link {
    font-size: 16px;
    color: #404040;
    font-weight: 500;
    line-height: 1.5;
    border: none;
    padding: 0px 8px;
    padding-bottom: 25px;
    border-bottom: 5px solid transparent;
}
.pd-featured-section .nav-tabs .nav-link:hover {
    color: #00AEEF;
}
.pd-featured-section .nav-tabs .nav-link.active {
    color: #00ACF1;
    font-weight: 600;
    border-bottom: 5px solid #00ACF1;
	background-color: transparent;
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs .container .nav {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
}
.pd-featured-section {
    padding-top: 160px;
    padding-bottom: 80px;
	background: linear-gradient(180deg, #F7FCFE 0%, #FFFFFF 100%)
}
.pd-featured-section .slick-arrow {
    top: -165px;
}
.pd-featured-section .slick-arrow.next {
    right: 0;
}
.pd-featured-section .slick-arrow.prev {
    right: 40px;
}
.pd-featured-section .slick-track {
    margin-left: 0;
    padding-bottom: 20px;
    padding-top: 20px;
}
.thumbnail.card-body {
    border-width: 1px;
    border-color: #E3E3E3;
    border-style: solid;
	border-radius: 3px;
    background-color: #fff;
    box-shadow: 0px 6px 35px 0px rgba(0, 1, 1, 0.04);
    padding: 25px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.thumbnail.card-body .card-title {
    font-size: 14px;
    color: #171717;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
    flex-grow: 1;
}
.thumbnail.card-body .card-title a {
    color: #404040;
	font-size: 12px;
    line-height: 14px;
}
.thumbnail.card-body .card-title a:hover {
    color: #00498E;
}
.pd-latest-blog-section {
    margin-bottom: 30px;
    margin-top: 30px;
    background-color: #f8f8f8;
    padding-top: 70px;
    padding-bottom: 95px;
}
.pd-latest-blog-section h2 {
    font-size: 20px;
    color: #00498F;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 35px;
}
.pd-home-post-img a {
    display: block;
    height: 240px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.pd-home-post {
    border-width: 1px;
    border-color: #fff;
    border-style: solid;
    border-radius: 3px;
    background-color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.pd-home-post-info h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
}
.pd-home-post-info h4 a {
    color: #171717;
}
.pd-home-post-info h4 a:hover {
    color: #00aeef;
}
.pd-home-post-info p {
    margin-bottom: 0;
    font-size: 14px;
    color: #8E8E8E;
    line-height: 1.2;
}
.pd-home-post-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 30px;
}
.pd-latest-blog-section .slick-arrow.prev {
    right: auto;
    width: 45px;
    height: 45px;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
}
.pd-latest-blog-section .slick-arrow.next {
    right: -50px;
    width: 45px;
    height: 45px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
}
.pd-latest-blog-section .slick-arrow i {
    line-height: 43px;
    font-size: 16px;
}
.pd-brands-section h2 {
    font-size: 20px;
    color: #00498F;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 35px;
}
.pd-brands-section h2 a {
    color: #00498F;
}
.pd-brands-section h2 a:hover {
    color: #171717;
}
.pd-brands-img a {
    display: block;
	padding-bottom: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.header-wrapper .pd-brands-img a {
    background-image: none !important;
	font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #404040;
	padding-bottom: 5px;
}
.pd-brands-post {
    border-width: 1px;
    border-color: #dbdbdb;
    border-style: solid;
    background-color: #fff;
}
.header-wrapper .pd-brands-post {
	border: none;
}
.pd-brands-img {
    padding: 10px;
}
.pd-brands-col {
    padding: 0 6px;
    margin-bottom: 6px;
}
.pd-brands-slider {
    margin-left: -6px;
    margin-right: -6px;
}
.pd-brands-section {
    padding-top: 100px;
    padding-bottom: 80px;
}
.pd-brands-section .slick-arrow.next {
    right: 0px;
    top: -70px;
}
.pd-brands-section .slick-arrow.prev {
    right: 40px;
    top: -70px;
}
.thumbnail.card-body .price {
    font-size: 14px;
    color: #171717;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 20px;
}
.thumbnail.card-body .price a {
    color: #404040;
    font-size: 12px;
    line-height: 14px;
}
.thumbnail.card-body .price a span {
    font-size: 15px;
    line-height: 18px;
	padding-left: 3px;
}
.pd-product-related.pd-product-crossell .thumbnail.card-body .price, .pd-product-related.pd-product-crossell .thumbnail.card-body .card-title {
    margin-bottom: 5px;
}
.pd-product-related.pd-product-crossell .thumbnail.card-body {
    padding: 15px;
}
.pd-product-related.pd-product-crossell article {
    margin-bottom: 15px;
}
#pdLoadMore {
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 15px;
    font-weight: 600;
    border-radius: 3px;
    color: #fff;
    background-color: #00498F;
    border: 1px solid #00498F;
    margin: 0 auto;
    display: block;
    width: 150px;
    text-align: center;
    margin-top: 30px;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}
#pdLoadMore:hover {
    background-color: #fff;
    color: #00498F;
}
.pd-product-crossell .pd-featured-slider article, #pdLoadMore {
    display: none;
}
.pd-product-related.pd-product-crossell {
    margin-bottom: -15px;
}
.addtocart.btn-primary {
    color: #fff;
    background-color: #00aeef;
    outline: none;
    box-shadow: none !important;
}
.addtocart.btn-primary:hover {
    background-color: #fff;
    color: #00aeef;
}
.pd-blue-slider-image {
    background-position: center;
    height: 680px;
    background-size: cover;
    background-repeat: no-repeat;
}
.thumbnail .savings-container {
    top: 0;
    left: 0;
    right: auto;
    z-index: 4;
}
.thumbnail .savings-container .badge-danger {
    color: #fff;
    background-color: #F85124;
    width: 72px;
    height: 23px;
    line-height: 23px;
    font-size: 12px;
    padding: 0;
    text-transform: uppercase;
    font-weight: 400;
}
.pd-retail-price {
    color: #F85124;
    text-decoration: line-through;
}
.pd-save-percent {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #F85124;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}
.pd-save-percent p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    transform: rotateY(0deg) rotate(20deg);
}
.boat-child-item .pd-save-percent p {
    line-height: 12px;
    font-size: 12px;
}
.boat-child-item .pd-save-percent {
    top: auto;
    bottom: 10px;
    width: 35px;
    height: 35px;
}
.pd-reviews-section {
    padding: 75px 0;
	background: #ECF7FC;
}
.pd-reviews-section h2 {
    font-size: 20px;
    color: #00498F;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 60px;
}
.pd-reviews-section #stamped-reviews-widget {
    margin-bottom: 30px;
}
.pd-blue-slider-image a {
    display: block;
    width: 100%;
    height: 100%;
}
/*******************/
/***** Reviews *****/
/*******************/
/*
body #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-title, 
body #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-buttons,
body #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-subtitle,
body #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .stamped-reviews-image,
body #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll:before {
    display: none !important;
}
body #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .stamped-reviews-message {
    margin-left: 0 !important;
}
body #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .block {
    display: flex !important;
    flex-direction: column !important;
    margin: 0 auto;
    height: auto;
}
body #stamped-reviews-widget[data-widget-type="carousel"] .stamped-ratings-wrapper {
    order: 1;
    display: flex !important;
    flex-direction: column !important;
    padding-right: 0;
}
body #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .stamped-reviews-title {
    order: 1;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0;
}
body #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .stamped-reviews-title a {
    font-size: 20px;
    color: #171717;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}
body #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .stamped-reviews-message {
    margin-left: 0 !important;
    order: 2;
    text-align: center;
}
body #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .stamped-reviews-message-block {
    font-size: 16px;
    color: #171717;
    line-height: 1.437;
    font-style: normal;
    margin-bottom: 30px;
}
body #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .stamped-reviews-rating {
    order: 3;
    text-align: center;
    font-size: 15px;
}
body #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .stamped-reviews-rating i {
    color: #00B87B;
    line-height: 22px;
}
body #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .stamped-reviews-rating i:before {
    font-size: 22px !important;
}
body #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .stamped-reviews-author {
    order: 4;
    margin-left: 0 !important;
    font-size: 14px;
    color: #8e8e8e;
    line-height: 1.2;
    text-align: center;
    font-weight: 400;
}
body #stamped-reviews-widget[data-widget-type="carousel"] .stamped-reviews-date {
    order: 2;
    font-size: 14px;
    color: #8e8e8e;
    line-height: 1.2;
    text-align: center;
    margin-right: 0;
}
#stamped-carousel-scroll-wrapper {
    left: 50% !important;
    transform: translateX(-50%);
    margin-bottom: 0 !important;
    position: relative !important;
}
#stamped-carousel-scroll-wrapper .slick-list {
    max-width: 700px;
    margin: 0 auto;
}
body #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll {
    height: auto !important;
    overflow: visible;
}
body #stamped-reviews-widget[data-widget-type="carousel"] {
    overflow: visible !important;
}
#stamped-carousel-scroll-wrapper .slick-arrow.prev {
    right: auto;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
#stamped-carousel-scroll-wrapper .slick-arrow.next {
    right: 0;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
}
#stamped-carousel-scroll-wrapper .slick-arrow {
    height: 45px;
    width: 45px;
    color: #171717;
}
#stamped-carousel-scroll-wrapper .slick-dots li button:before {
    background: #00b87b;
}
#stamped-carousel-scroll-wrapper .slick-arrow i {
    line-height: 43px;
    font-size: 18px;
}
body #stamped-reviews-widget[data-widget-type="carousel-nps"] .stamped-carousel-nps-title,
body #stamped-reviews-widget[data-widget-type="carousel-nps"] .stamped-carousel-nps-subtitle, 
body #stamped-reviews-widget[data-widget-type="carousel-nps"] .stamped-carousel-nps-scroll:before{
    display: none;
}
.stamped-carousel-nps-button-left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}
.stamped-carousel-nps-button-right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}
.pd-reviews-section .stamped-ratings-wrapper {
    display: flex;
    flex-direction: column;
}
body #stamped-reviews-widget[data-widget-type="carousel-nps"] .stamped-carousel-nps-scroll .stamped-reviews-message {
    margin-left: 0 !important;
    padding-right: 0;
    order: 1;
}
body #stamped-reviews-widget[data-widget-type="carousel-nps"] .stamped-carousel-nps-scroll .stamped-reviews-face {
    order: 2;
    height: 40px;
    width: 40px;
    float: none;
    margin: 10px auto;
}
body #stamped-reviews-widget[data-widget-type="carousel-nps"] .stamped-carousel-nps-scroll .stamped-reviews-author {
    order: 3;
    margin-left: 0 !important;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    color: #8E8E8E;
}
body #stamped-reviews-widget[data-widget-type="carousel-nps"] .stamped-carousel-nps-scroll .stamped-carousel-nps-block {
    position: relative;
}
body #stamped-reviews-widget[data-widget-type="carousel-nps"] .stamped-reviews-date {
    margin-right: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    color: #8E8E8E;
}
body #stamped-reviews-widget[data-widget-type="carousel-nps"] .stamped-carousel-nps-scroll .stamped-carousel-nps-block {
    padding: 0 30px;
    height: auto;
    padding-bottom: 20px;
}
body #stamped-reviews-widget[data-widget-type="carousel-nps"] .stamped-carousel-nps-scroll .stamped-reviews-message-block {
    font-style: normal;
    font-size: 16px;
    color: #171717;
    line-height: 1.437;
    text-align: center;
    font-weight: 400;
}
.stamped-reviews-face i {
    font-size: 40px;
}
.stamped-reviews-face [class*=" fa"]:before, .stamped-reviews-face [class^=fa]:before {
    font-weight: 400;
}
body #stamped-reviews-widget[data-widget-type="carousel-nps"] .stamped-carousel-nps-buttons div {
    height: 42px;
    width: 42px;
    border: 1px solid #ededed;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
    font-weight: 600;
    cursor: pointer;
}
/*****************/
/***** PopUp *****/
/*****************/
.npopup.pd-no-popup {
    display: none !important;
}
#header-cart .dropdown-menu {
    position: fixed !important;
    will-change: auto !important;
    top: 0px !important;
    /*right: -440px !important;*/ 
    left: auto !important;
    transform: none !important;
     -webkit-transition: right 0.3s ease 0s;
    -o-transition: right 0.3s ease 0s;
    transition: right 0.3s ease 0s;
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#header-cart .dropdown-menu.pd-show .pd-cart-popup, #header-cart .dropdown-menu.show .pd-cart-popup {
   right: 0;
}
#header-cart .dropdown-menu.pd-show, #header-cart .dropdown-menu.show{
   right: 0 !important;
}
#header-cart .dropdown-menu .pd-cart-popup {
    width: 420px;
    position: fixed !important;
    z-index: 9999999;
    right: -440px;
    top: 0 !important;
    left: auto !important;
    bottom: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -webkit-transition: right 0.3s ease 0s;
    -o-transition: right 0.3s ease 0s;
    transition: right 0.3s ease 0s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
     overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
	height: 100vh;
}
#header-cart .cart-bg {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9999989;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
#header-cart .dropdown-menu.pd-show .cart-bg, #header-cart .dropdown-menu.show .cart-bg {
    opacity: 1;
    visibility: visible;
	height: 100vh;
}
.pd-cart-popup #neto-dropdown {
    width: 100%;
}
.pd-cart-popup .cart-header {
    border-bottom: 1px solid #dbdbdb;
    padding: 20px 20px;
    position: relative;
}
.pd-cart-popup .cart-header h3 {
    text-transform: uppercase;
    margin: 0;
    font-size: 25px;
    font-weight: 700;
}
.pd-cart-popup .cart-header h3 i {
    color: #00498E;
    margin-right: 5px;
}
.npopup-btn-close.close-cart {
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.pd-cart-popup #neto-dropdown #cartcontents {
    padding: 20px;
    font-size: 15px;
}
#neto-dropdown a {
    color: #171717;
}
#neto-dropdown a:hover {
    color: #00498E;
}
.pd-cart-popup #neto-dropdown #cartcontents .small {
    font-size: 16px;
    text-align: center;
    display: block;
}
.pd-cart-popup #neto-dropdown #cartcontents .thumb_cart ul {
    margin-left: -20px;
    margin-right: -20px;
}
.pd-cart-popup .thumb_cart li {
    border-bottom: 1px solid #dbdbdb;
    padding: 20px 0;
    font-size: 15px;
}
.pd-cart-popup .thumb_cart .left {
    margin-right: 20px;
    margin-left: 20px;
    width: 90px;
    text-align: center;
}
.pd-cart-popup .thumb_cart .left img {
    width: 90px;
    height: 90px;
}
.pd-cart-popup .thumb_cart .right {
    width: calc(100% - 130px);
    padding-right: 40px;
    position: relative;
}
.pd-cart-popup .thumb_cart .right .float_right {
    position: absolute;
    right: 20px;
    top: 0;
}
.pd-cart-popup .thumb_cart .right .title {
    margin-bottom: 5px;
}
.pd-cart-popup .thumb_cart .right .price {
    font-weight: 600;
}
.pd-cart-popup #neto-dropdown #cartcontents .viewcart {
    background-color: #fff;
    border: 1px solid #00adef;
    color: #00adef;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 25px !important;
    border-radius: 3px !important;
    font-size: 15px !important;
}
.pd-cart-popup #neto-dropdown #cartcontents .viewcart:hover {
    background-color: #00ADEF;
    color: #fff;
}
.pd-cart-popup #neto-dropdown #cartcontents .checkout {
    background-color: #00ADEF;
    border: 1px solid #00adef;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 25px !important;
    border-radius: 3px !important;
    font-size: 15px !important;
}
.pd-cart-popup #neto-dropdown #cartcontents .checkout:hover {
    background-color: #fff;
    color: #00adef;
}
/********************/
/***** Category *****/
/********************/
.pd-breadcrumb {
    background-color: #f8f8f8;
    margin-bottom: 20px;
}
.pd-breadcrumb .breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    padding: 10px 0;
}
.pd-breadcrumb .breadcrumb a {
    font-size: 12px;
    color: #838383;
    line-height: 2;
    font-weight: 600;
    
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #838383;
    content: ">";
}
.pd-catgory-left-box.pd-desc-yes {
    border-width: 1px;
    border-color: #f5f5f5;
    border-style: solid;
    background-color: #fff;
    box-shadow: 0px 6px 35px 0px rgba(0, 1, 1, 0.04);
    padding: 30px;
    height: 100%;
    margin-top: 0;
}
.pd-catgory-left-box {
    margin-top: 20px;
}
.pd-catgory-left-box h1 {
    font-size: 20px;
    color: #171717;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0px;
}
.pd-category-bottom .pd-catgory-left-box h1 {
    margin-bottom: 10px;
}
.pd-catgory-left-box.pd-desc-yes.pd-desc-head-yes h1 {
    margin-bottom: 15px;
}
.pd-catgory-left-box p {
    font-size: 14px;
    color: #171717;
    line-height: 1.643;
    margin-bottom: 20px;
}
.pd_category_banner {
    height: 100%;
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px;
    display: flex;
    position: relative;
}
.pd_category_banner_promo {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f85124;
    color: #fff;
    font-size: 12px;
    line-height: 27px;
    text-transform: uppercase;
    width: 136px;
    height: 27px;
    text-align: center;
}
.pd_category_caption {
    display: flex;
    flex-direction: column;
    align-self: center;
    padding-right: 50%;
    padding-top: 20px;
}
.pd-category-top-left {
    padding-right: 0;
    padding-left: 15px;
    flex: 1;
    max-width: 100%;
}
.pd-category-top-right {
    padding-left: 10px;
    padding-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.pd_category_caption h3 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 15px;
}
.pd_category_caption p {
    font-size: 14px;
    color: #fff;
    line-height: 1.643;
    text-align: left;
    margin-bottom: 20px;
}
.pd_category_caption a {
    display: block;
    border-radius: 3px;
    background-color: #00AEEF;
    width: 134px;
    height: 43px;
    padding: 0;
    line-height: 43px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.pd-category-top {
    padding-bottom: 30px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 30px;
}
.pd-category-top.pd-category-bottom {
    width: 100%;
}

#left-sidebar .card-header, #pd-left-sidebar .card-header {
    background-color: #fff;
    border-bottom: none;
    margin-bottom: -5px;
}
#left-sidebar .list-group-flush .list-group-item, #pd-left-sidebar .list-group-flush .list-group-item {
    border: none;
    font-size: 13px;
    color: #303030;
    line-height: 2.385;
    font-weight: 600;
    padding: 0px 20px;
    white-space: nowrap;
}
#left-sidebar .list-group-flush .pd-browsing-history .list-group-item {
    white-space: normal;
    line-height: 1.3;
}
#left-sidebar .list-group-flush .pd-browsing-history .list-group-item a, #left-sidebar .list-group-flush .pd-browsing-history .list-group-item p {
    color: #303030;
    font-weight: 400;
    margin-bottom: 10px;
}
.pd-browsing-history li.list-group-item .row {
    margin: 0 -5px;
}
.pd-browsing-history li.list-group-item .col-md-12 {
    padding: 0 5px;
}
.pd-browsing-history li.list-group-item .col-7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pd-browsing-history .savings-container {
    position: absolute;
    top: 0;
    right: auto;
    left: 5px;
    text-align: center;
}
#left-sidebar .list-group-flush .list-group-item i, #pd-left-sidebar .list-group-flush .list-group-item i {
    font-size: 14px;
    color: #b5b5b5;
    margin-right: 8px;
}
#left-sidebar .card-header a, #pd-left-sidebar .card-header a {
    font-size: 14px;
    color: #00498F;
    font-weight: bold;
    line-height: 1.714;
}
#left-sidebar .list-group-item h3, #pd-left-sidebar .list-group-item h3 {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.846;
    color: #B5B5B5;
    margin-top: 8px;
}
#left-sidebar .card, #pd-left-sidebar .card {
    border-width: 1px;
    border-color: #f5f5f5;
    border-style: solid;
    background-color: #fff;
    padding-top: 10px;
}
.pd-browsing-history {
    margin-top: 25px;
}
.pd-browsing-history ul {
    padding-left: 0;
    margin-bottom: 0;
}
.pd-sort, .pd-total-results {
    padding: 0 15px;
    margin-bottom: 15px;
}
.row.sort_container {
    align-items: center;
    justify-content: space-between;
}
.pd-sort-label {
    font-size: 14px;
    line-height: 1.714;
    color: #979797;
}
.pd-products-row article {
    padding: 0px 6px;
    margin-bottom: 15px;
}
.pd-products-row {
    margin-right: -6px;
    margin-left: -6px;
}
.pd-cart-upsell .pd-products-row {
    margin-top: 25px;
}
.product-thumb {
    position: relative;
    text-align: center;
}
.product-thumb-link {
    display: block;
    overflow: hidden;
    position: relative;
}
.product-thumb-link .first-thumb {
    display: block;
}
.product-thumb-link .first-thumb, .item-product-bestseller .product-thumb .first-thumb, .product-thumb-link .second-thumb, .second-thumb {
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.product-image-container {
    display: inline-block;
    max-width: 100%;
    width: 100%;
}
.product-image-wrapper {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #fff;
}
.product-image-photo {
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    background-color: #fff;
    margin-right: -1px;
    margin-bottom: -1px;
}
.second-thumb {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: 0;
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.thumbnail.card-body:hover .product-thumb-link .second-thumb {
    opacity: 1;
    z-index: 1;
}
.pd-category-top.pd-read-more-active .pd-category-top-right {
    display: none;
}
.pd-category-top.pd-read-more-active .pd-category-top-left {
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    padding-right: 15px;
}
.pd-category-top .row {
    flex-wrap: nowrap;
}
#pd-read-more {
    color: #00AEEF;
    padding-left: 5px;
    cursor: pointer;
}
#pd-read-more-bottom {
    color: #00AEEF;
}
#pd-read-less {
    color: #00AEEF;
    cursor: pointer;
}
.pd-right-content {
    margin-bottom: 100px;
}
.totop {
    position: fixed;
    bottom: 10px;
    right: 20px;
}
.totop a {
    display: none;
}
#loadMore {
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 15px;
    font-weight: 600;
    border-radius: 3px;
    color: #fff;
    background-color: #00498F;
    border: 1px solid #00498F;
    margin: 0 auto;
    display: block;
    width: 150px;
    text-align: center;
    margin-top: 30px;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}
#loadMore:hover {
    background-color: #fff;
    color: #00498F;
}
.pd-brands-filter, .pd-cat-filter, .pd-specific-filter {
    max-height: 150px;
    overflow: hidden;
}
.pd-brands-filter.pd-show-more-active, .pd-cat-filter.pd-show-more-active, .pd-specific-filter.pd-show-more-active {
    max-height: initial;
    overflow: visible;
}
#pd-filter-show-more, #pd-cat-filter-show-more, #pd-specific-filter-show-more {
    color: #00aeef;
    background-color: #fff;
    border: 1px solid #00aeef;
    font-size: 12px;
    text-transform: uppercase;
    padding: 7px;
    font-weight: 600;
    border-radius: 3px;
    display: block;
    margin-top: 5px;
    margin-left: 20px;
    width: 100px;
    text-align: center;
    cursor: pointer;
}
#pd-filter-show-more:hover, #pd-cat-filter-show-more:hover, #pd-specific-filter-show-more:hover {
    color: #fff;
    background-color: #00aeef;
}
#left-sidebar .list-group-flush .list-group-item:hover, #pd-left-sidebar .list-group-flush .list-group-item:hover {
    color: #00aeef;
}
.pd_category_caption a:hover {
    background-color: #fff;
    color: #00AEEF;
}
#pd-category-page .slide_single_category_box .category_info {
    order: 3;
}
.page-link {
    border-width: 1px;
    border-color: #f5f5f5;
    border-style: solid;
    border-radius: 50% !important;
    background-color: #fff;
    box-shadow: 0px 6px 35px 0px rgba(0, 1, 1, 0.04);
    font-size: 14px;
    color: #171717;
    height: 45px;
    width: 45px;
    padding: 0;
    text-align: center;
    line-height: 43px;
    margin: 0 3px;
    font-weight: 600;
}
.page-item.active .page-link {
    color: #fff;
    background-color: #00aeef;
    border-color: #00aeef;
}
.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #00aeef;
    border-color: #00aeef;
}
.pagination {
    border-top: 1px solid #f5f5f5;
    margin-top: 25px;
    padding-top: 30px;
    margin-bottom: 15px;
}
#pd-category-page .pd-categories-slider {
    margin-bottom: 30px;
    margin-left: -5px;
    margin-right: -5px;
}
#price-range {
    margin-bottom: 0;
    margin-top: 10px;
}
#price-range-text {
    color: #303030 !important;
    margin-bottom: 0;
}
#pricesearch input, #pricesearch a {
    color: #00aeef;
    background-color: #fff;
    border-color: #00aeef;
}
#pricesearch input:hover, #pricesearch a:hover {
    color: #fff;
    background-color: #00aeef;
}
#left-sidebar .sidebar-sort-by {
    display: none;
}
/************************/
/***** Product Page *****/
/************************/
.pd-product-image .main-image {
    border-width: 1px;
    border-color: #F5F5F5;
    border-style: solid;
    background-color: #fff;
    box-shadow: 0px 6px 35px 0px rgba(0, 1, 1, 0.04);
    position: relative;
}
.pd-product-image .savings-container {
    top: 15px;
    left: 30px;
    right: auto;
}
.pd-product-image .badge-danger {
    color: #fff;
    background-color: #f85124;
    font-size: 16px;
    text-transform: uppercase;
    width: 94px;
    height: 30px;
    padding: 0;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
}
.pd-product-image .pd-save-percent {
    top: 20px;
    right: 40px;
    width: 93px;
    height: 93px;
    border: 3px solid #fff;
}
.pd-product-image .pd-new-badge {
    font-size: 16px;
    text-transform: uppercase;
    width: 94px;
    height: 30px;
    padding: 0;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
}
.main_image_navigation .slick-arrow.prev {
    right: auto;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    opacity: 0;
}
.main_image_navigation .slick-arrow.next {
    right: 10px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    opacity: 0;
}
.main_image_navigation:hover .slick-arrow.prev, .main_image_navigation:hover .slick-arrow.next {
    opacity: 1;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}
.pd-product-image #main-image {
    margin: 0 auto;
}
.main_image_navigation .slick-slide {
    height: inherit !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    flex-wrap: wrap;
}
.main_image_navigation .main-image p {
    color: #999;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 15px;
    width: 100%;
    align-self: flex-end;
}
.main_image_navigation .slick-track {
    display: flex;
}
.pd-product-image .pd-save-percent p {
    font-size: 26px;
    line-height: 26px;
}
#pd-product-page {
    margin-top: 65px;
}
.pd-product-image {
    padding-right: 35px;
}
.image-navigation .slick-track {
    margin-left: -5px;
    margin-top: 25px;
    margin-right: -5px;
    transform: translate3d(0px, 0px, 0px) !important;
    width: auto !important;
}
.cts_altImgWrapper {
    margin: 0 5px;
    margin-bottom: 10px;
}
.cts_altImgWrapper.slick-slide.slick-cloned {
    display: none !important;
}
.wrapper-product-title h1 {
    font-size: 32px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}
.wrapper-product-title .product-title {
    width: calc(100% - 60px);
}
.pd-product-title {
    display: flex;
}
.pd-product-info-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.pd-qty-sold {
    display: inline-block;
    background-color: #f1f1f1;
    padding: 5px 10px;
    margin-bottom: 10px;
}
.pd-qty-sold p {
    margin-bottom: 0;
    font-weight: 600;
    color: #4e4e4e;
}
.pd-qty-sold i {
    margin-right: 5px;
    color: #F85124;
}
.pd-box-icon {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #dedede;
}
.pd-icon-description {
    opacity: 0;
    visibility: hidden;
    z-index: -999999;
    position: absolute;
    border: 1px solid #dbdbdb;
    padding-left: 0;
    width: 270px;
    padding: 10px;
    top: 30px;
    right: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}
.pd-oversize-product:hover .pd-icon-description.pd-oversize-desc,
.pd-dangerous-goods:hover .pd-icon-description.pd-dangerous-desc,
.pd-special-packaging:hover .pd-icon-description.pd-special-desc,
.pd-liquid:hover .pd-icon-description.pd-liquid-desc,
.pd-shipped-from-supplier:hover .pd-icon-description.pd-shipped-from-supplier-desc {
    opacity: 1;
    visibility: visible;
    z-index: 9;
}
.pd-product-icon {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.pd-product-icon:hover .pd-icon-description p {
    color: #000;
}
.pd-box-icon p {
    margin-bottom: 0;
    font-size: 15px;
    color: #000;
    line-height: 1.6;
}
.pd-box-brand {
    height: 60px;
    width: 60px;
}
.pd-review-stars i {
    color: #f8b941;
}
.pd-rating-value {
    font-size: 15px;
    color: #000;
    line-height: 1.6;
    font-weight: 600;
}
.pd-box-icon img {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}
.wrapper-pricing {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.wrapper-pricing .badge-success, .pd-table-price .badge-success {
    background-color: #5CBE4A;
    border-radius: 0.25rem;
    font-size: 10.5px;
    color: #fff;
    width: 55px;
    height: 17px;
    line-height: 17px;
    padding: 0 0.4em;
}
.wrapper-pricing .badge-success {
    width: auto;
}
.pd-multiadd-price {
    display: flex;
    align-items: center;
}
.wrapper-pricing .productsavetext {
    width: 100%;
    margin-top: 5px;
}
.wrapper-pricing .h1 {
    font-size: 27px;
    color: #FF0000;
    font-weight: bold;
    line-height: 0.889;
    margin-bottom: 0;
}
.wrapper-pricing .productrrp, .wrapper-pricing .productwasprice {
    font-size: 14px;
    color: #aaaaaa;
    line-height: 1.714;
}
.pd-was-text {
    display: flex;
    align-items: center;
}
.pd-was-text p {
    font-size: 14px;
    color: #aaaaaa;
    line-height: 1.714;
    margin-bottom: 0;
    margin-right: 5px;
    text-transform: uppercase;
}
.pd-product-short-desc {
    margin-bottom: 30px;
}
.pd-qty-box {
    display: flex;
    align-items: center;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    margin: 25px 0;
    padding: 25px 0;
}
.pd-buying-box {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.free-shipping-product {
    display: flex;
    flex-direction: column;
    border: 1px solid #dedede;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    padding: 10px 5px;
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1;
}
.shipping-top .fa-truck {
    margin-right: 10px;
}
.shipping-top  {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 4px;
}
.shipping-middle {
    font-size: 11px;
    margin-top: 3px;
    text-align: center;
    line-height: 13px;
}
.shipping-bottom {
    margin: 1px 0px 2px;
}
.shipping-bottom a {
    font-size: 11px;
    cursor: pointer;
    color: #000 !important;
    text-decoration: underline;
}
.shipping-bottom a:hover {
    color: #00ADEF !important;
}
.pd-info-bottom {
    display: flex;
    align-items: center;
}
.pd-normal-qty input {
    border: 1px solid #dedede;
    font-size: 14px;
    text-align: center !important;
    color: #00ADEF;
    font-weight: 600;
}
.pd-buy-bulk {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #dedede;
}
.pd-buy-bulk p {
    margin-bottom: 0;
    font-size: 15px;
    color: #000;
    line-height: 1.6;
    font-weight: 600;
}
.fa-heart:before {
    content: "\f004";
    font-family: "Font Awesome 5 Free";
    margin-right: 0;
}
.wishlist_toggle {
    border-width: 1px;
    border-color: #dedede;
    border-style: solid;
    border-radius: 5px;
    background-color: #fff;
    height: 50px;
    width: 50px; 
    padding: 0;
}
.wishlist_toggle:hover {
    border-color: #00ADEF;
    background-color: #00ADEF;
}
.wishlist_toggle i {
    font-size: 16px;
    color: #00ADEF;
    line-height: 48px;
}
.wishlist_toggle:hover i {
    color: #fff;
}
.pd-view-cart a {
    border-width: 1px;
    border-color: #dedede;
    border-style: solid;
    border-radius: 5px;
    background-color: #fff;
    height: 50px;
    width: 160px; 
    padding: 0;
    text-align: center;
    line-height: 48px;
    margin: 0 10px;
    font-size: 15px;
    color: #626262 !important;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    margin-right: 0;
}
.pd-view-cart a:hover {
    background-color: #fff;
    color: #00ADEF !important;
    border: 1px solid #00ADEF;
}
.pd-add-cart {
    width: calc(100% - 170px);
}
.pd-add-cart>button, .pd-add-cart>a {
    padding: 0;
    text-align: center;
    height: 50px;
    background-color: #00ADEF;
    border: 1px solid #00ADEF;
    font-size: 15px;
    font-weight: bold;
    display: block;
    line-height: 48px;
    border-radius: 3px;
    color: #fff;
    box-shadow: none !important;
}
.pd-add-cart button:hover, .pd-add-cart a:hover, .pd-add-cart button:active, .pd-add-cart a:active {
    background-color: #fff;
    color: #00ADEF;
    border: 1px solid #00ADEF;
}
.pd-add-cart button i {
    margin-right: 10px;
    font-size: 18px;
}
.pd-social-share ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.pd-social-share ul li a {
    padding: 0;
    height: 30px;
    width: 30px;
    display: block;
    line-height: 30px;
    margin-right: 10px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
.pd-social-share ul li a:hover {
    opacity: 0.7;
}
.pd-social-share ul li a i {
    color: #fff;
}
.pd-facebook {
    background-color: #0084ff;
}
.pd-twitter {
    background-color: #1da1f2;
}
.pd-pinterest {
    background-color: #c8232c;
}
.pd-linkedin {
    background-color: #0077b5;
}
.pd-whatsapp {
    background-color: #5cbe4a;
}
.pd-email {
    background-color: #F85124;
}
.pd-sku {
    width: 100%;
    text-align: right;
    font-size: 14px;
    color: #aaa;
}
.thumbnail.card-body .card-title .pd-sku a {
    color: #40404099;
    font-size: 12px;
    line-height: 14px;
}
.card-title .pd-sku {
    text-align: left;
    font-weight: 400;
    margin-top: 5px;
    display: block;
}
.product-image-small {
    border-width: 1px;
    border-color: #dddddd;
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    padding: 5px;
}
.cts_altImgWrapper.slick-current .product-image-small {
    border-color: #00498e;
}
.pd-small-images .col-6 {
    padding: 0 3px;
}
.pd-small-images {
    margin: 0 -3px;
}
.pd-product-separator {
    background-color: #f8f8f8;
    height: 30px;
}
.pd-main-product {
    padding-bottom: 30px;
}
.pd-product-information .nav-tabs .nav-link {
    font-size: 18px;
    color: #838383;
    font-weight: bold;
    border: none;
    padding: 0;
    padding-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
}
.pd-product-information .nav-tabs .nav-link:hover {
    color: #00498F;
}
.pd-product-information .nav-tabs .nav-link.active {
    color: #00498F;
    border-bottom: 3px solid #00498f;
}
.pd-product-information .nav-item {
    padding-right: 50px;
}
.pd-product-information .nav-tabs {
    border-bottom: 1px solid #dedede;
}
.pd-product-information .nav-tabs .nav-item:last-child {
    padding-right: 0;
}
.pd-product-information {
    padding-top: 30px;
    padding-bottom: 10px;
}
div.stamped-container[data-widget-style], div[data-widget-style] div.stamped-container {
    margin-bottom: 20px !important;
}
.pd-product-related h3 {
    font-size: 20px;
    color: #00498F;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 25px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 15px;
}
.pd-product-related {
    padding-top: 15px;
    padding-bottom: 30px;
}
.pd-product-related article {
    padding: 0 6px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.pd-product-related .products-row {
    margin: 0 -6px;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.pd-similar-products {
    position: relative;
}
.pd-similar-products .pd-products-row {
    position: initial;
}
.pd-similar-products .slick-arrow {
    top: 10px;
}
.pd-similar-products .slick-arrow.next {
    right: 0;
}
.pd-similar-products .slick-arrow.prev {
    right: 45px;
}
.pd-social-share p {
    margin-bottom: 5px;
}
#buy-child-list .form-control {
    border-width: 1px;
    border-color: #dedede;
    border-style: solid;
    text-align: center;
    width: 100px;
    font-size: 14px;
    color: #00ADEF;
    border-radius: 3px;
    height: 40px;
}
.pd-table-row {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.pd-multilevelpricing {
    width: 100%;
    margin-top: 5px !important;
    font-size: 13px;
}
#buy-child-list .inc.pd-button, #buy-child-list .dec.pd-button {
    font-size: 20px;
    line-height: 40px;
    width: 30px;
    text-align: center;
}
.pd-multilevelpricing tbody tr td {
    border-top: none;
    padding: 0;
}
.pd-table-qty {
    margin-right: 10px;
    width: 100px;
}
.pd-table-image {
    margin-right: 10px;
    width: 50px;
}
.pd-child-table .pd-input-qty {
    width: 100px;
}
.pd-table-qty p {
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    background: #d3d3d3;
    color: #fff;
    padding: 2px 0;
}
.pd-table-price {
    width: 95px;
    margin-left: 25px;
    text-align: right;
}
.pd-table-title {
    width: calc(100% - 290px);
    position: relative;
}
.pd-table-title-bottom {
    display: flex;
    align-items: center;
}
.pd-table-title .pd-table-title-bottom p {
    margin-bottom: 0;
}
.pd-bulk-buy-info .pd-icon-description {
    left: 0;
    top: 50px;
}
.pd-bulk-buy-info:hover .pd-icon-description {
    opacity: 1;
    visibility: visible;
    z-index: 9;
}
.pd-table-title-bottom .pd-bulk-buy-info {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    position: inherit;
}
.pd-table-title p {
    font-size: 13px;
    color: #000;
    line-height: 18px;
    margin-bottom: 5px;
}
.pd-table-title p:last-child {
    margin-bottom: 0;
}
.pd-child-price {
    font-size: 18px;
    color: #FF0000;
    font-weight: bold;
    line-height: 1.333;
    text-align: right;
}
.qty-left {
    font-size: 12px;
    white-space: nowrap;
}
.child-price .productrrp {
    font-size: 12px;
    color: #aaaaaa;
    text-align: right;
}
.child-price .productsave {
    text-align: right;
}
.pd-multi-add {
    margin-top: 25px;
}
.noverlay {
    display: none !important;
}
.pd-review-stars.pd-rating-none {
    display: none !important;
}
.new-review-form, #new-question-form {
    border-top: none;
    padding-top: 20px !important;
    margin-top: 10px !important;
    position: relative;
    border-bottom: 1px solid #dedede;
} 
#stamped-main-widget .question-form-wrapper .stamped-form-review-body {
    margin-top: 0;
    height: 185px;
}
#stamped-main-widget .question-form-wrapper .stamped-form-contact {
    top: 68px;
}
#stamped-main-widget .stamped-summary-actions {
    display: flex;
    justify-content: flex-end;
}
.stamped-questions span.stamped-review-header-byline {
    font-size: 16px;
    color: #868686;
}
.stamped-questions .stamped-icon-comment, .stamped-questions .stamped-review-content-body, .stamped-review-reply-body {
    color: #868686;
}
#stamped-main-widget .question-form-wrapper .stamped-form-contact-name, #stamped-main-widget .question-form-wrapper .stamped-form-contact-email {
    width: 100%;
    margin-right: 0;
    max-width: 100%;
}
#stamped-main-widget .question-form-wrapper textarea.stamped-form-input-textarea {
    height: 114px;
}
.stamped-header-title, .summary-overview {
    display: none !important;
}
.stamped-content {
    display: flex;
    flex-direction: column;
}
.stamped-form-review .stamped-fa.stamped-fa-star-o {
    display: block !important;
    color: #FFD27D;
}
.stamped-form-review .stamped-fa:hover {
    color: #00ADEF;
}
#stamped-main-widget .stamped-review-content {
    margin: 0 !important;
}
.stamped-review-header .created {
    float: none !important;
    order: 2;
    font-size: 14px;
    line-height: 1.714;
    color: #c5c5c5;
}
.stamped-review-header {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.stamped-review-header-starratings {
    order: 3;
}
ul.stamped-tabs li, li#tab-questions[data-count][data-new-tab]:after, li#tab-reviews[data-count]:after {
    border-bottom: none !important;
    font-size: 18px;
    font-weight: bold !important;
    line-height: 1.333;
    color: #00498F;
    outline: none !important;
    text-transform: uppercase;
}
li#tab-questions[data-count][data-new-tab]:after, li#tab-reviews[data-count]:after {
    background: #f8f8f8;
}
ul.stamped-tabs {
    padding-bottom: 15px;
    border-bottom: 1px solid #dedede;
}
.stamped-review .author {
    margin-right: 0;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    line-height: 1.333;
}
.stamped-review-header-starratings .stamped-fa.stamped-fa-star-o {
    display: inline-block !important;
}
.stamped-review-header-starratings i:before {
    font-size: 20px;
    color: #FFD27D;
}
p.stamped-review-content-body {
    line-height: 1.5;
    color: #868686;
}
h3.stamped-review-header-title {
    color: #868686;
}
.stamped-form-label {
    font-size: 15px;
    line-height: 1.6;
    color: #868686;
}
.stamped-form-label+.stamped-form-input {
    border-width: 1px;
    border-color: #DDDDDD;
    border-style: solid;
    padding: 10px;
}
textarea.stamped-form-input-textarea {
    border: none;
    padding: 0;
}
#stamped-button-submit, input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary {
    background-color: #00ADEF;
    border: 1px solid #00adef;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 70px !important;
    border-radius: 3px !important;
    font-size: 15px !important;
    margin-left: 0;
    margin-top: 20px;
    line-height: 50px;
}
#stamped-button-submit:hover, input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary:hover {
    background-color: #fff;
    color: #00ADEF;
}
.stamped-review {
    border-top: none;
    margin-bottom: 0px;
    padding-top: 5px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 20px;
}
.stamped-questions {
    margin-top: 20px;
}
.stamped-review-header-byline {
    display: flex;
    flex-direction: column;
}
.stamped-form-title {
    font-size: 22px;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
    display: block !important;
}
.pd-resources-box {
    display: flex;
    align-items: center;
}
.pd-resources-title {
    margin-right: 20px;
    font-weight: bold;
    color: #171717;
    font-size: 18px;
}
.pd-resources-icon {
    color: #171717;
    font-size: 30px;
}
.pd-resources-title:hover, .pd-resources-icon:hover {
    color: #00ADEF;
}
#stamped-main-widget {
    margin: 0;
}
#stamped-main-widget .stamped-form-contact {
    width: 50%;
    height: 95px;
    position: absolute;
    top: 140px;
}
#stamped-main-widget .stamped-form-review-rating {
    width: 50%;
    height: 60px;
    margin-bottom: 110px;
}
#stamped-main-widget .stamped-form-review-title {
    width: 50%;
    height: 95px;
    
}
#stamped-main-widget .stamped-form-review-body {
    width: 50%;
    float: right;
    margin-top: -265px;
    height: 255px;
    padding-left: 30px;
}
#stamped-main-widget .stamped-form-contact-email, #stamped-main-widget .stamped-form-contact-location, #stamped-main-widget .stamped-form-contact-name {
   width: calc(50% - 15px);
    padding: 0;
}
#stamped-main-widget .stamped-form-contact-name {
    margin-right: 30px;
}
#stamped-main-widget textarea.stamped-form-input-textarea {
    height: 190px;
}
.stamped-container[data-count="0"][data-widget-language=""] .stamped-empty-state {
    display: none !important;
}
.pd-input-qty {
    width: 200px;
    position: relative;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}
input[type="number"]{
      -moz-appearance:textfield;
    }
.inc.pd-button {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    font-size: 24px;
    line-height: 40px;
    color: #313131;
}
.dec.pd-button {
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
    font-size: 24px;
    line-height: 40px;
    color: #313131;
}
.pd-normal-qty .pd-button {
    width: 45px;
    line-height: 43px !important;
    text-align: center;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
    margin: 15px 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.pd-multiadd-price p {
    color: #171717;
    font-size: 20px;
    font-weight: 600;
}
.pd-multiadd-price p span {
    color: #FF0000;
}
#buy-child-list .btn-block {
    padding: 10px 5px;
    color: #00ADEF;
    background-color: #fff;
}
#buy-child-list .btn-block:hover {
    color: #fff;
    background-color: #00ADEF;
}
.pd-child-modal.modal {
    top: 100px;
    z-index: 1049;
}
/***********************/
/***** Static Page *****/
/***********************/
.pd-default {
    margin-bottom: 30px;
}
.pd-brands-page .link-list.top_brands {
    padding: 0;
}
.pd-brands-page {
    margin-top: 30px;
}
.pd-on-sale-page .products-row article {
    padding: 6px;
}
.pd-on-sale-page .products-row {
    margin-left: -6px;
    margin-right: -6px;
    margin-top: 30px;
}
.pd-on-sale-page {
    padding-bottom: 45px;
}
.pd-brands-section article {
    display:none;
}
.pd-blog-page .pd-home-post {
    border-width: 1px;
    border-color: #f5f5f5;
    border-style: solid;
    background-color: #fff;
    box-shadow: 0px 6px 35px 0px rgba(0, 1, 1, 0.04);
}
.pd-blog-page .pd-blog-page-box {
     margin-bottom: 30px;
}
#blog-main .display-4 {
    font-size: 32px;
    color: #171717;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 30px;
    margin-top: 5px;
}
.pd-resources-page .list-group-item {
    border: none;
}
.pd-resources-page .resources-list {
    list-style: none;
    padding-left: 20px;
}
.pd-resources-page .resources-list li a {
    font-size: 13px;
    color: #303030;
    line-height: 2.385;
    font-weight: 600;
}
.pd-resources-page .resources-list li a:hover {
    color: #00ADEF;
}
.pd-resources-page #left-sidebar .card {
    padding-bottom: 0px;
}
.pd-resources-page {
    padding-top: 25px;
    padding-bottom: 45px;
}
.pd-resources-top .display-4 {
    font-size: 20px;
    color: #171717;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 15px;
    margin-top: 5px;
}
.pd-resources-search input {
    border: none;
    padding-left: 0;
    box-shadow: none !important;
}
.pd-resources-search .input-group {
    background-color: #fff;
    border: 1px solid #ced4da;
    width: 230px;
}
.pd-resources-search .input-group-btn {
    outline: none;
}
.pd-resources-search .input-group-btn .btn {
    color: #171717;
    box-shadow: none !important;
}
.pd-resources-top {
    padding-bottom: 30px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 30px;
}
.pd-resources-search {
    margin-top: 25px;
}
.pd-resources-page .pd-resources-title {
    margin-right: 0;
    color: #171717 !important;
    margin-bottom: 20px;
    font-size: 20px;
}
.pd-resources-page .pd-resources-title a {
    color: #171717;
}
.pd-resources-page .pd-resources-title a:hover {
    color: #00ADEF
}
a.pd-resources-files {
    color: #00498E;
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
}
a.pd-resources-files:hover {
    color: #00ADEF;
}
.pd-resources-links {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    width: 100%;
}
.pd-found-results {
    margin-top: -15px;
    margin-bottom: 15px;
}
.pd-resources-section article {
    width: 100%;
}
.pd-resources-load-more article {
    display: none;
}
.pd-resources-page .pd-clear-resources {
    line-height: 1.5;
    color: #00aeef;
    background-color: #fff;
    border-color: #00aeef;
    margin-top: -5px;
    margin-bottom: 25px;
    margin-left: 20px;
    width: 60px;
}
.pd-resources-page .pd-clear-resources:hover {
    background-color: #00aeef;
    color: #fff;
}
.pd-resources-files-link {
    display: flex;
    align-items: baseline;
}
.pd-resources-file-icon {
    margin-bottom: 0;
    margin-left: 10px;
    color: #00498E;
    font-size: 18px;
}
.pd-resources-file-icon:hover {
    color: #00ADEF;
}
.pd-review-badge {
    width: calc((100% - 60px) / 3);
    margin: 0 10px;
    box-shadow: 0px 2px 10px 0px rgba(0, 1, 1, 0.19);
    padding: 20px 25px;
}
.pd-review-badge-icon {
    width: 50px;
    height: 50px;
    margin-right: 25px;
}
.pd-social-badges {
    margin-top: 30px;
    display: flex;
}
.pd-review-badge-top {
    display: flex;
    margin-bottom: 10px;
}
.pd-review-badge-title h4 {
    color: #666;
    font-size: 17px;
    font-weight: 900;
}
.pd-review-badge i:before {
    font-size: 18px;
} 
.pd-review-badge-bottom p {
    color: #777;
    margin-bottom: 0;
}
.pd-review-badge.pd-review-stamped i {
    color: #ffb133;
}
/*.pd-review-badge.pd-review-stamped {
    border-top: 5px solid #ffb133;
}*/
.pd-review-badge.pd-review-google i {
    color: #e7711b;
}
/*.pd-review-badge.pd-review-google {
    border-top: 5px solid #00B87B;
}*/
.pd-review-badge.pd-review-facebook i {
    color: #407fff;
}
/*.pd-review-badge.pd-review-facebook {
    border-top: 5px solid #407fff;
}*/
.btn-site-reviews:before {
    content: 'Business Reviews' !important;
}
#paypal {
    height: 40px;
    display: block;
    background: #FFC439;
    text-align: center;
    border-radius: 3px;
}
#n_checkout .pd-product-icon {
    max-width: 240px;
}
.pd-sku.pd-cart-sku {
    text-align: left;
    margin-top: 5px;
}
.cartTable {
    min-width: 510px;
}
.wsmenu > .wsmenu-list > li:hover > .wsmegamenu.pd-brands-menu {
    opacity: 0;
    visibility: hidden;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu.pd-brands-menu.pd-brands-active {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
}
#pd-brand-click {
    cursor: pointer;
}
.pd-brands-view-all {
   width: 100%;
    height: 100%;
    background: #00ADEF;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #00ADEF;
}
.pd-brands-view-all:hover {
    background: #fff;
    color: #00ADEF;
}
.tp-bgimg {
    background-position: center right !important;
}
.check-with-label:checked + .label-for-check {
    background: #00ADEF;
    color: #fff;
}
.check-with-label {
    display: none;
}
.selectBox {
    position: relative;
}
.selectBox select {
    width: 100%;
    border-radius: 2px;
    background-color: #fff;
    font-size: 12px;
    line-height: 1.2;
    color: #858585;
    padding: 0 20px;
    height: 45px;
}
.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}
#checkboxes {
    display: none;
}
#checkboxes label {
    display: block;
    margin-bottom: 0;
    padding: 5px 20px;
    cursor: pointer;
}
#checkboxes label:hover {
    background-color: #00ADEF;
    color: #fff;
}
.multiselect {
    width: 100%;
}
#checkboxes {
    background: #fff;
    font-size: 12px;
    line-height: 1.2;
    color: #858585;
    width: 100%;
    border: 1px solid #ced4da;
    position: absolute;
    z-index: 99;
}
#mc_embed_signup input#mc-embedded-subscribe {
    margin-top: 10px;
    max-width: 100%;
}
#n_checkout .pd-box-icon {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
}
.pd-slide-open .carrotquest-css-reset {
    display: none !important;
}
.pd-gift-cards {
    order: 999;
}
.pd-latest-prod {
    order: 1000;
}
#buy-child-list .pd-child-modal .form-control {
    width: 100%;
    text-align: left;
}
.pd-algolia-close {
    display: none;
}
.pd-new-badge {
    color: #fff;
    background-color: #00498E;
    width: 72px;
    height: 23px;
    line-height: 23px;
    font-size: 12px;
    padding: 0;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    text-align: center;
}
body .stamped-container[data-widget-show-upload=true] .stamped-file-uploader {
    display: none!important;
}
#recent_sales_ticker {
    z-index: 9999999;
}
.wsmainfull {
  background-color: #fff;  
}
.wsactive .wsmenu>.wsmenu-list {
  background-color: #fff;  
}
.wsmobileheader {
  background-color: transparent;
  z-index: 9999 !important;
}
.wsactive .wsmobileheader {
  background-color: #fff;
  margin-left: calc(100vw - 50px);
  height: 40px;
}
.wsmenu>.wsmenu-list>li>a {
  color: #fff;
  padding-right: 35px;
  line-height: 55px;
}
.wsmenu>.wsmenu-list.menu-list-cat>li:last-child a {
  padding-right: 0;
}
.pd-last-item a, .clearance-item a {
    padding-right: 0 !important;
}
.wsmenu .wsmenu-list li:hover>a {
  color: #00ADEF !important;
}
.wsmenu .wsmenu-list li:hover a i {
  color: #00ADEF !important;
}
.wsmenu>.wsmenu-list>li>a .wsarrow:after {
  border-top-color: #00ADEF;
}
.wsmenu>.wsmenu-list>li>a:hover .wsarrow:after {
  border-top-color: #00ADEF;
}
.wsmenu>.wsmenu-list>li>a.active .wsarrow:after {
  border-top-color: #00ADEF;
}
.wsmenu>.wsmenu-list>li:hover>a .wsarrow:after {
  border-top-color: #00ADEF;
}
.wsmenu>.wsmenu-list>li>a>.fa {
  color: #00ADEF;
}
.wsmenu>.wsmenu-list>li>a.active .fa {
  color: #00ADEF;
}
.wsmenu>.wsmenu-list>li:hover>a>.fa {
  color: #00ADEF;
}
.wsmenu>.wsmenu-list>li>a:hover .fa {
  color: #00ADEF;
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .menu_form input[type="submit"] {
  background-color: #fff;  
  color: #00ADEF;
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .menu_form input[type="button"] {
  background-color: #fff;  
  color: #00ADEF;
}
.wsmenu>.wsmenu-list>li>a.active {
  background-color: rgba(0, 0, 0, 0.1);
  color: #00ADEF;
}
.wsmenu>.wsmenu-list>li:hover>a {
  color: #00ADEF;
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li:hover>a {
  background-color: #fff;  
  color: #00ADEF;
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li:hover>a {
  background-color: #fff;  
  color: #00ADEF;
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li:hover a {
  background-color: #fff;  
  color: #00ADEF;
}
.wsmenu>.wsmenu-list>li>.wsmegamenu, .wsmenu>.wsmenu-list>li>ul.sub-menu, .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu  {
  border: none;
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .row, .wsmenu>.wsmenu-list>li>ul.sub-menu, .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu {
  background-color: #fff; 
  padding: 13px;    
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a, .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a {
  color: #cfcfcf;
  font-size: 14px;
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a {
  color: #cfcfcf;
  font-size: 15px;
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li.wsmenu-lv2>a {
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
  margin-bottom: 3px;
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li.wsmenu-lv2>a:before {
  content: "";
  width: 20px;
  border-top: 3px solid #C9A456;
  position: absolute;
  left: 12px;
  bottom: 0;
  display: block;
  z-index: 99999;
}
.wsmenu>.wsmenu-list.menu-list-cat {
    display: flex;
    align-items: center;
    padding-left: 235px;
}
.pd-menu-vertical .dropdown-menu {
    left: 100%;
    top: 0;
    border: none;
    background: transparent;
    padding-left: 8px;
    top: -16px;
}
.pd-dropdown-menu {
    background: #fff;
    border: 1px solid #dbdbdb;
    padding: 8px 0;
    padding-right: 5px;
}
.pd-menu-vertical .dropdown-item:hover, .pd-menu-vertical .dropdown-item:focus {
    background-color: #fff;
}
.pd-menu-vertical .dropright .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: 12px;
}
.pd-menu-vertical .dropdown-item {
    color: #171717;
    font-weight: 600;
    background-color: #fff !important;
}
.pd-menu-vertical .dropright .dropdown-menu {
    margin-left: 0;
    top: -17px;
    padding-left: 13px;
}
.wsmegamenu .link-list {
    padding-left: 0;
}
.wsmegamenu .row.pd-brands-row {
    display: flex !important;
    margin: 6px 3px !important;
    margin-bottom: 0px !important;
    border: none !important;
    box-shadow: none !important;
}
.pd-menu-brands-section .pd-brands-col {
    padding: 0 3px;
    margin-bottom: 6px;
}
.pd-menu-brands-section .pd-brands-img {
    padding: 2px;
}
@media only screen and (min-width: 992px) {
.wsmenu > .wsmenu-list > li > ul.sub-menu {
  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.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}
.wsmenu > .wsmenu-list > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}
.wsmenu > .wsmenu-list > li  > ul.sub-menu > li > ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li:hover > ul.sub-menu {
opacity: 1;
visibility: visible;
-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.4s, opacity 0.4s;
-ms-transition: -ms-transform 0.4s, opacity 0.4s;
-moz-transition: -moz-transform 0.4s, opacity 0.4s;
-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
transform: rotateX(0deg);
-o-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-webkit-transform: rotateX(0deg);
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
  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.4s, opacity 0.4s;
  -ms-transition: -ms-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}
.wsmenu > .wsmenu-list > li > .wsmegamenu {
  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.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}
.wsmenu > .wsmenu-list > li:hover > .wsmegamenu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}
}
.pd-banner-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.pd-similar-products .slick-list {
    width: 100% !important;
}
.pd-similar-products .slick-track {
    margin-left: 0;
}
#pd-reset-filters {
    display: none;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 15px;
    font-weight: 600;
    border-radius: 3px;
    text-decoration: none !important;
    color: #fff;
    background-color: #00aeef;
    border: 1px solid #00aeef;
    margin-left: 20px;
    margin-top: 20px;
    cursor: pointer;
    max-width: 115px;
}
#pd-reset-filters a {
    color: #fff;
}
#pd-reset-filters:hover {
    background-color: #fff;
    color: #00aeef;
}
#pd-reset-filters a:hover, #pd-reset-filters:hover a {
    color: #00aeef;
}
#pd-reset-filters.pd-reset-show {
    display: inline-block;
}

#pd-btn-top {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #00498E;
    color: white;
    cursor: pointer;
    padding: 6px 12px;
    border-radius: 3px;
    z-index: 9999998;
}
.pd-info-bottom.pd-info-bottom-mob {
    display: none;
} 
.algolia-overlay {
    background: rgba(0,0,0,0.5);
}
.content-wrapper {
	display: none;
    position: relative;
    background: #fff;
    z-index: 99;
    width: 1140px;
    margin: 0 auto;
    height: 100%;
    flex-wrap: wrap;
}
.results-wrapper {
	width: 75%;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}
#pagination {
	border-top: 1px solid #f5f5f5;
    margin-top: 40px;
    padding-top: 30px;
    margin-bottom: 30px;
}
.algolia_overlay .ais-Hits-list {
    margin-left: -5px !important;
    margin-right: -5px;
}
#sidebar-faceting {
	width: calc(25% - 30px);
    min-width: 200px;
    background: #fff;
    margin: 0 15px;
    display: flex;
    flex-direction: column;
    height: intrinsic;
    height: -moz-max-content;
    height: -webkit-max-content;
    position: relative;
    margin-top: 30px;
}
#results-topbar {
    display: flex;
    width: 100%;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
#results-topbar .sort-by {
    width: 200px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#stats {
    width: calc(100% - 200px);
}
.search_open #main-content, .results-wrapper .npopup-btn-close, .search_open #homepageCarousel, .search_open .pd-categories-section, .search_open .pd-featured-section, .search_open .pd-blue-section, 
.search_open .pd-reviews-section, .search_open .pd-brands-section, .search_open #main-content, 
.search_open #pd-category-page, .search_open .pd-breadcrumb, .search_open .container.pd-default {
    display: none !important;
}
.search_open .pd-latest-blog-section, .search_open #pd-product-page {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: -99999;
}
.ais-Hits-item .thumbnail.card-body .card-title {
    font-weight: 600;
}
.ais-Hits-item .pd-retail-price {
    margin-left: 5px;
}
#searchbox {
    width: 100%;
}
body .ais-Hits-item {
    margin-top: 12px;
    margin-left: 12px;
    padding: 0;
    width: calc(25% - 12px);
    border: none;
    box-shadow: none;
}
body .ais-Highlight-highlighted, body .ais-Snippet-highlighted {
    background-color: transparent;
    padding: 0;
    color: #00aeef;
    font-size: inherit;
}
body .ais-HierarchicalMenu-showMore, body .ais-RefinementList-showMore {
    color: #00aeef !important;
    background-color: #fff !important;
    border: 1px solid #00aeef;
    font-size: 12px;
    text-transform: uppercase;
    padding: 7px;
    font-weight: 600;
    border-radius: 3px;
    display: block;
    margin-top: 5px;
    width: 100px;
    text-align: center;
    cursor: pointer;
    outline: none !important;
}
body .ais-HierarchicalMenu-showMore:hover, body .ais-RefinementList-showMore:hover {
    color: #fff !important;
    background-color: #00aeef !important;
}
body .ais-Panel-body {
    padding: 0 20px;
}
.ais-HierarchicalMenu-item a, .ais-RefinementList-item a {
    border: none;
    font-size: 13px;
    color: #303030;
    line-height: 1.5;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.ais-HierarchicalMenu-item a:hover, .ais-RefinementList-item a:hover {
    color: #00aeef;
}
.ais-Panel-body input[type="checkbox"] {
    margin-right: 10px;
}
body .ais-ClearRefinements-button {
    color: #fff;
    background-color: #00aeef;
    border: 1px solid #00aeef;
    font-size: 12px;
    text-transform: uppercase;
    padding: 7px;
    font-weight: 600;
    border-radius: 3px;
    display: block;
    width: 130px;
    text-align: center;
    margin-left: 20px;
    margin-top: 20px;
}
body .ais-ClearRefinements-button:hover {
    color: #00aeef;
    background-color: #fff;
}
body .ais-ClearRefinements-button.ais-ClearRefinements-button--disabled {
    display: none;
}
body .ais-Stats-text, .sort-by p {
    font-size: 14px;
    line-height: 1.714;
    color: #979797;
}
.sort-by p {
    margin-bottom: 0;
    margin-right: 10px;
}
body .ais-SortBy-select {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 6px 12px;
    padding: 0.375rem 1.5rem;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
body .ais-Pagination-link {
    border-width: 1px;
    border-color: #f5f5f5;
    border-style: solid;
    border-radius: 50% !important;
    background-color: #fff;
    box-shadow: 0px 6px 35px 0px rgba(0, 1, 1, 0.04);
    font-size: 14px;
    color: #171717;
    height: 45px;
    width: 45px;
    padding: 0;
    text-align: center;
    line-height: 43px;
    margin: 0;
    font-weight: 600;
}
body .ais-Pagination-item--selected .ais-Pagination-link {
    color: #fff;
    background-color: #00aeef;
    border-color: #00aeef;
}
body .ais-Pagination-link:hover {
    background-color: #00aeef;
    color: #fff;
}
#pagination .ais-Pagination-list {
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}
.search_open #pd-sticky-header, .search_open .sticky_cart #header-cart {
    position: relative;
}
.facet-count {
    display: none !important;
}
/*** Price Range ***/
body .ais-Panel-body .ais-RangeSlider {
	margin: 2rem 15px !important;
}
body .ais-Panel-body .ais-RangeSlider {
	margin: 0 !important;
}
body .ais-RangeSlider .rheostat-handle {
    border: 1px solid #c5c5c5 !important;
    background: #f8f9fa !important;
    position: absolute !important;
    z-index: 2;
    width: 18px;
    height: 18px;
    cursor: default;
    border-radius: 4px;
    top: -3px !important;
    margin-left: 0 !important;
}
body .rheostat-handle.rheostat-handle-upper {
    margin-left: -18px !important;
}
body .ais-RangeSlider .rheostat-handle:hover {
    border: 1px solid #c5c5c5 !important;
}
body .ais-Ran geSlider .rheostat-background {
	top: 1px !important;
    border: 1px solid #aaa !important;
    color: #222;
    font-weight: bold;
    height: 11px !important;
    margin-bottom: 5px;
    background: #eee !important;
}
body .ais-RangeSlider .rheostat-progress {
	top: 0px !important;
    border: 1px solid #c5c5c5;
    color: #222;
    font-weight: bold;
    height: 11px !important;
    margin-bottom: 5px;
    background: #f8f9fa !important;
}
body .ais-RangeSlider .rheostat-marker {
	display: none;
}
body .ais-RangeSlider .rheostat-background {
    background-color: #fff;
    border: 1px solid #c5c5c5;
    height: 11px;
}
body .rheostat-tooltip {
    color: #303030 !important;
    font-weight: 600;
}
body .ais-RangeSlider .rheostat {
    overflow: visible;
    margin-top: 25px;
    margin-bottom: 15px;
}
.ais-Hits-item article {
    display: flex;
    height: 100%;
}
.ais-Hits-item .form-inline.buying-options button, .ais-Hits-item .form-inline.buying-options a {
    width: 100%;
    text-transform: uppercase;
}
/**** Filtering Fix ****/
.ais-RefinementList-list input[type="checkbox"], .ais-HierarchicalMenu-list input[type="checkbox"] {
    position: absolute;
    left: -9999px;
    width: auto;
}
.ais-RefinementList-list a.facet-item:before, .ais-HierarchicalMenu-list a.facet-item:before {
    content: "";
    border-radius: 1px;
    background-color: #fff;
    position: absolute;
    width: 13px;
    height: 13px;
    top: 3px;
    left: 0;
    border: 1.5px solid #b5b5b5;
}
.ais-RefinementList-item, .ais-HierarchicalMenu-item {
    position: relative;
    padding-left: 20px;
}
.ais-RefinementList-list .ais-RefinementList-item--selected a.facet-item:before, .ais-HierarchicalMenu-list .ais-HierarchicalMenu-item.ais-HierarchicalMenu-item--selected a.facet-item:before {
    content: '✔';
    font-size: 9px;
    line-height: 11px;
    text-align: center;
    color: #000;
}
.ais-HierarchicalMenu-list .ais-HierarchicalMenu-item:not(.ais-HierarchicalMenu-item--selected) a.facet-item:before {
    content: "";
}
.ais-HierarchicalMenu-list .ais-HierarchicalMenu-list {
    margin-left: 0 !important;
}
/**** Filtering Fix ****/
.ais-HierarchicalMenu-showMore--disabled, .ais-RefinementList-showMore--disabled {
    display: none !important;
}
.search_open .pd-bottom-header.sticky_cart {
    display: none;
}
.pd-sticky-phone {
    display: none;
}
.pd-best-sellers-link:hover {
    color: #00498E;
}
.pd-announcement a {
    color: #fff;
    font-weight: 900;
}
.pd-announcement a:hover {
    color: #000;
}
.pd-category-top-right .pd_category_banner {
    min-height: 250px;
}
.klaviyo-form-version-cid_1 {
    padding: 0 !important;
}
.kwGIvD.kwGIvD, .dlXHVq.dlXHVq {
    padding: 5px 0 !important;
}
.pd-announcement p {
    margin-bottom: 0;
}
.carousel-indicators {
    bottom: -50px;
    margin-bottom: 0;
    z-index: 4;
}
/**** Sticky Sidebar ****/
@media only screen and (min-width: 768px) {
#left-sidebar .card.sticky-sidebar {
    position: fixed;
    bottom: 0;
}
#left-sidebar .card.sticky-sidebar.sticky-sidebar-top {
    bottom: auto;
    top: 90px;        
}
#left-sidebar .card.fixed-sidebar {
    position: absolute;
    bottom: 0;
} 
}
#left-sidebar .card {
    max-width: 260px;
    width: 100%;
}
@media only screen and (max-width: 1199px) {
.slide_single_category_box .category_info .category_title {
    font-size: 16px;
}
.slide_single_category_box .category_info {
    padding: 20px 10px;
}
#left-sidebar .card {
    max-width: 210px;
}
}
@media only screen and (max-width: 991px) {
#left-sidebar .card {
    max-width: 210px;
}
#left-sidebar .card.sticky-sidebar.sticky-sidebar-top {
    top: 150px;        
}    
}
@media only screen and (max-width: 767px) {
#left-sidebar .card {
    max-width: 100%;
}
#left-sidebar .card.sticky-sidebar.sticky-sidebar-top {
    top: auto;        
}    
}
/**** End of Sticky Sidebar ****/
.cat-mobile-image {
    width: 70px;
    height: 50px;
    margin-bottom: 10px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.pd-mobile-categories-section a {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 5px 5px;
}
.wrapper-product-title .pd-review-stars .stamped-main-badge {
    pointer-events: none;
}
.pd-review-stars a {
    color: #000;
}
#pd-stamped-reviews {
    margin-top: -90px;
    position: absolute;
}
.pd-mobile-categories-section .pd-mobile-categories-col {
    padding: 0 5px;
    margin-bottom: 10px;
}
.pd-mobile-categories-section .pd-mobile-categories-row {
    margin: 0 -5px;
}
.pd-mobile-categories-box {
    background: #fff;
    text-align: center;
    height: 100%;
}
/**** Read More/Less CSS only ****/
.read-more-state {
    display: none;
}
.read-more-wrap {
    opacity: 1;
    overflow: hidden;
    max-height: 118px;
    margin-bottom: 10px;
}
.brand-template .read-more-wrap {
    opacity: 1;
    overflow: hidden;
    max-height: 105px;
    margin-bottom: 10px;
}
.read-more-state:checked ~ .read-more-wrap {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}
.read-more-state ~ .read-more-trigger:before {
    content: 'Read more';
}
.read-more-state:checked ~ .read-more-trigger:before {
    content: 'Read less';
}
.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0 .5em;
    color: #666;
    font-size: .9em;
    line-height: 2;
    border: 1px solid #ddd;
    border-radius: .25em;
    margin-top: 10px;
}
/**** Read More/Less CSS only ****/
#accordionDescription thead tr {
    text-align: center;
}
.pd-cart-upsell .slick-list {
    min-width: 100% !important;
}
.pd-cart-upsell .slick-list .slick-track {
    margin-left: 0;
}
.brand-template .page-header {
    display: none;
}
.payment-icon-container {
    height: 40px;
    width: 65px;
	padding: 5px !important;
}
.klaviyo-form input::-webkit-input-placeholder { /* Edge */
    font-size: 14px !important;  
}
.klaviyo-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 14px !important;  
}
.klaviyo-form input::placeholder {
    font-size: 14px !important;  
}
.wsmenu>.wsmenu-list>li.clearance-item a:before {
    content: "\f02b";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    width: 22px;
    display: inline-block;
    padding-right: 10px;
}
.clearance-item a {
    font-weight: 900;
}
.thumbnail .savings-container .badge-danger.badge-clereance {
    height: 30px;
    width: 65px;
    line-height: 18px;
    text-align: left;
    padding-left: 5px;
    position: relative;
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    display: flex;
    flex-direction: column;
    font-weight: 700;
}
.clearance-stock {
    font-size: 10px;
    margin-top: -5px;
    font-weight: 400;
}
.hours-00, .days-00 {
    display: none;
}
.price-on-btn {
    font-size: 12px;
    padding: 6px 10px;
    outline: none !important;
    box-shadow: none!important;
}
.pd-child-table .pd-table-price .small {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.1;
}
.thumbnail.card-body .text-danger.small {
    font-size: 14px;
    font-weight: 600;
}
.wrapper-pricing .text-danger {
    font-weight: 600;
}
.shipping-methods .form-group h4 {
    font-weight: 700;
    font-size: 15px;
}
/* Cognito Form */
.cog-content.cog-html.cog-input.cog-confirmation__message {
	border: 1px solid #00498e !important;
    padding: 25px !important;
    font-size: 18px !important;
    box-shadow: 0 0 5px #00498e !important;
    color: #00498e !important;
    font-weight: 600 !important;
}
/****************************************/
/********* Mobile Responsiveness ********/
/****************************************/
@media only screen and (max-width: 1300px) {
.pd-latest-blog-section .slick-arrow.prev {
    right: 75px;
    left: auto;
    top: -65px;
    transform: inherit;
}    
.pd-latest-blog-section .slick-arrow.next {
    right: 15px;
    top: -65px;
    transform: inherit;
}    
}
/***************************/
/********* < 1200px ********/
/***************************/
@media only screen and (max-width: 1199px) {
.wsmenu>.wsmenu-list>li>a {
    padding-right: 13px;
    padding-left: 0;
}
.pd-category-top-right .pd_category_banner {
    min-height: 210px;
}    
.wsmenu>.wsmenu-list.menu-list-cat {
    padding-left: 200px;
}    
.pd-icon-search {
    padding-left: 10px;
    padding-right: 10px;
} 
.pd-header-search input {
    font-size: 13px !important;
} 
.pd-header-search .btn {
    padding: 0 10px !important;
    font-size: 14px !important;
} 
.pd-header-box-text h4 {
    font-size: 13px;
}
.pd-header-box {
    margin-right: 5px;
    padding-right: 5px;
}
.pd-header-box-icon {
    width: 30px;
} 
.pd-header-box-image {
    width: 30px;
}   
.pd-header-box-shipping .pd-header-box-text {
    width: calc(100% - 30px);
}    
.pd-header-box-contact .pd-header-box-text {
    width: calc(100% - 60px);
}    
.pd-header-box-text p {
    font-size: 9px;
}
.pd-header-box-text span {
    font-size: 8px;
}
.pd-featured-section .nav-tabs .nav-link {
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
    padding: 0px 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
} 
.pd-blue-sec-text {
    width: 470px;
}
.pd-banner {
    background-position: 45% center;
}   
.pd-view-cart a {
    width: 130px;
}
.pd-add-cart {
    width: calc(100% - 200px);
}
.content-wrapper {
    width: 930px;
    margin: 0 auto;
}    
.ais-Hits-item, .ais-InfiniteHits-item, .ais-InfiniteResults-item, .ais-Results-item {
    width: calc((100% - 36px) / 3)!important;
}   
.pd-featured-section .nav {
    flex-wrap: wrap;
    justify-content: center;
}    
.pd-featured-section .nav-tabs .nav-link {
    padding: 10px 15px;
    border: 2px solid transparent;
}    
.pd-featured-section .nav-tabs .nav-link.active {
    border: 2px solid #00AEEF;
} 
.pd-featured-section .nav {
    padding-bottom: 20px;
} 
.pd-table-price {
    margin-left: 10px;
} 
.pd-table-qty, .pd-child-table .pd-input-qty, #buy-child-list .form-control  {
    width: 80px;
}  
.pd-table-title {
    width: calc(100% - 255px);
}
}
/**************************/
/********* < 992px ********/
/**************************/
@media only screen and (max-width: 991px) {
.pd-cart-col, .pd-main-nav {
    height: auto;
}
.pd-category-top-right .pd_category_banner {
    min-height: 290px;
}    
.pd-gift-cards, .pd-latest-prod {
    display: none !important;
}
.pd-slide-open .wsmobileheader {
    z-index: 9;
}
#cartcontentsheader {
    display: none;
}    
.wsmenu>.wsmenu-list>li>ul.sub-menu>li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li {
    border-top: 1px solid rgba(0, 0, 0, 0.13);
}    
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a {
    padding-left: 26px;
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a {
    padding-left: 36px;
}    
.pd-review-badge-top {
    margin-bottom: 0;
    align-items: center;
}    
.pd-banner {
    background-position: 35% center;
}
.pd_top_menu_mobile.top-brands {
    display: none !important;
}    
.pd-review-badge {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
}
.pd-social-badges {
    flex-wrap: wrap;
}    
.menu-list-cat {
    display: none !important;
}   
.wsactive  .menu-list-cat {
    display: block !important;
} 
#des-menu {
    position: absolute !important;
}
#stamped-main-widget .stamped-summary-actions {
    justify-content: flex-start;
    margin-bottom: 20px;
    margin-left: -15px;
}    
.pd-middle-header .row {
    align-items: center;    
}  
.pd-middle-header .pd-header-benefits {
    justify-content: center !important;
    order: 1;
    position: absolute;
    top: 0;
    left: 0;
    height: 75px;
	padding-left: 30px;
    padding-right: 15px;
}   
.pd-middle-header .wrapper-logo {
    order: 2;
    margin-right: 0;
}    
.pd-header-search {
    order: 3;
    margin-left: 0;
    margin-right: 0;
}    
.pd-mobile-header {
    order: 4;
} 
.sticky .pd-mobile-header {
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;    
}    
.pd-middle-header {
    margin-top: 0px;
    padding-top: 65px;
    margin-bottom: 10px;
    position: relative;
    max-width: 100% !important;
}    
.pd-middle-header .row {
    margin: 0;
}    
.pd-header-box-text span {
    font-size: 8px !important;
}   
.pd-header-box-text h4 {
    font-size: 12px !important;
}    
.pd-header-box-text p {
    font-size: 10px !important;
}    
.pd-header-box-icon {
    width: 30px;
}    
.pd-header-box-image {
    width: 40px;
} 
.pd-header-box-contact .pd-header-box-text {
    width: calc(100% - 70px);
}    
.pd-header-box {
    width: 100%;
    padding-right: 0;
    border-right: none;
}
.pd-header-box-image {
    width: 70px !important;
}
.pd-middle-header .wsanimated-arrow {
    left: auto;
    right: 0; 
}
.pd-middle-header .wsanimated-arrow span:after {
    width: 23px;
}    
.pd-middle-header .wsanimated-arrow span {
    width: 23px;    
} 
.pd-icon-search {
    padding-left: 20px;
    padding-right: 20px;
} 
.pd-header-search input {
    font-size: 15px !important;
} 
.pd-header-search .btn {
    padding: 0 25px !important;
    font-size: 15px !important;
} 
.pd-categories-slider .slide_single_category_box {
    flex-direction: row;
}
.slide_single_category {
    margin-bottom: 30px;
}
.slide_single_category_box .category_info {
    width: 50%;
    padding: 20px;
}   
.category_image_box {
    width: 50%;
}  
.product_slider_box {
    width: 25%;
} 
.pd-featured-slider .product_slider_box:nth-child(9),  .pd-featured-slider .product_slider_box:nth-child(10) {
    display: none;
} 
.pd-blue-sec-text {
    width: 350px;
}    
.pd-above-footer .row .pd-bottom-box {
    flex-direction: column;
    align-items: center;
}    
.pd-botom-box-left {
    width: 100%;
}
.pd-botom-box-right {
    width: 100%;
    padding-left: 0;
    height: auto;
    text-align: center;
}    
.pd-botom-box-right a {
    margin: 0 auto;
}
.pd-categories-section {
    padding-top: 60px;
    padding-bottom: 30px;
}    
.pd-categories-section h2 {
    margin-bottom: 30px;
}    
.pd-featured-section {
    padding-top: 65px;
}    
.pd-featured-section h2 {
    margin-bottom: 30px;
}    
.pd-latest-blog-section {
    padding-top: 45px;
    padding-bottom: 45px;
}    
.pd-brands-section {
    padding-top: 50px;
    padding-bottom: 50px;
}    
.pd-category-top .row {
    flex-direction: column;
}  
.pd-category-top-left {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0px;
}   
.pd-category-top-right {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.pd-category-top.pd-read-more-active .pd-category-top-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 25px;
}    
#pd-category-page .pd-categories-slider .slide_single_category_box {
    flex-direction: column;
}
#pd-category-page .category_image_box {
    width: 100%;
}
#pd-category-page .slide_single_category_box .category_info {
    width: 100%;
}
.wsmenu>.wsmenu-list.menu-list-cat {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    padding-top: 30px;
}    
.menu_left_home {
    display: none;
}    
.wsactive .pd-middle-header .wsanimated-arrow {
    left: 0;
	top: -7px;
}    
.pd-mobile-top-btn .pd-login-list {
    padding-left: 0;
    display: flex;
}    
.pd-mobile-top-btn .pd-login-list .pd-account {
    width: 50%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #D7E8F8;
}    
.pd-mobile-top-btn .pd-login-list .pd-shoping-cart {
    width: 50%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00498E;
}   
.pd-shoping-cart-box {
    position: relative;
}    
.wsmenu .wsmenu-list li.pd-mobile-top-btn .pd-login-list .pd-account a, .wsmenu .wsmenu-list li.pd-mobile-top-btn .pd-login-list .pd-account a i {
    color: #171717 !important;
    font-size: 18px;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
} 
.wsmenu .wsmenu-list li.pd-mobile-top-btn .pd-login-list .pd-shoping-cart a, .wsmenu .wsmenu-list li.pd-mobile-top-btn .pd-login-list .pd-shoping-cart a i {
    color: #fff !important;
    font-size: 18px;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
} 
.wsmenu .wsmenu-list li.pd-mobile-top-btn .pd-login-list .pd-shoping-cart a {
    position: relative;
}    
.wsmenu>.wsmenu-list>li>a {
    color: #171717;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 45px;
    background-color: #fff;
}    
.pd-shoping-cart span {
    position: absolute;
    top: -5px;
    right: -10px;
    background: #fff;
    border-radius: 50%;
    color: #004892;
    font-size: 11px;
    width: 15px;
    height: 15px;
    line-height: 15px;    
}    
.wsmenu>.wsmenu-list>li>.wsmenu-click>i {
    color: #171717;
    margin-top: 15px;
    margin-right: 19px;
}    
.wsmenu>.wsmenu-list>li>ul.sub-menu, .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu {
    padding: 0;
}    
.wsmenu>.wsmenu-list>li>ul.sub-menu>li .wsmenu-click02>i {
    margin-right: 19px;
}    
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a, .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a, .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a,
.wsmenu>.wsmenu-list>li>ul.sub-menu>li .wsmenu-click02>i {
    color: #171717;
} 
.pd-reviews-section {
    padding: 60px 0;
}  
.pd-reviews-section h2 {
    margin-bottom: 45px;
}   
#paypal {
    margin-bottom: 10px;
} 
.pd-product-image {
    margin-bottom: 20px;
}
.image-navigation {
    margin-top: 10px;
    margin-bottom: 20px;
}
.pd-view-cart a {
    width: 300px;
}
.pd-product-information .nav-tabs .nav-link {
    padding-bottom: 15px;
}
.tabbable .nav-tabs {
    flex-wrap: nowrap;
}
.pd-product-information .nav-item {
    padding-right: 17px;
}
.pd-product-related article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
    padding-bottom: 20px;
} 
.wsmenu>.wsmenu-list>li>.wsmenu-click>i {
  float: right;
}
.wsmenu>.wsmenu-list>li>ul.sub-menu, .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu {
  padding: 0 13px;
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .row {
  padding: 0;
}   
.pd-middle-header {
    padding-top: 75px !important;
}
.logo {
    max-width: 75% !important;
}
.wrapper-logo a {
    height: 70px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search_open .pd-middle-header .wrapper-logo {
    display: none !important;
}
.search_open .pd-mobile-header {
    display: none !important;
}
.search_open .pd-middle-header .col-md-8 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.search_open .pd-header-benefits {
    display: none !important;
}
.search_open .pd-middle-header {
    padding-top: 10px !important;
}
.search_open .content-wrapper {
    width: 861px !important;
}
.search_open #results-topbar {
    margin-top: 10px !important;
}
.search_open #left-sidebar .card, .search_open #pd-left-sidebar .card {
    padding-top: 10px !important;
}
.search_open #sidebar-faceting {
    margin-top: 10px !important
}   
.wsmenu>.wsmenu-list>li.pd-categories-mobile>ul.sub-menu {
    display: block;
}   
.product-thumb-link .second-thumb {
    display: none;
}
#n_product .lb-data .lb-details {
    opacity: 0;
    visibility: hidden;
}  
#n_product .lightbox {
    z-index: 9999999999 !important;
}
#pd-product-page {
    margin-top: 30px;
}    
.pd-catgory-left-box.pd-desc-yes {
    padding: 15px 25px;
}
.pd-category-top {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 25px;
    margin-top: 25px;
} 
.ais-Hits-item, .ais-InfiniteHits-item, .ais-InfiniteResults-item, .ais-Results-item {
     width: calc((100% - 24px) / 2)!important;
}
.content-wrapper {
    width: 690px;
    border-top: 1px solid #efefef;
}  
#sidebar-faceting {
    width: calc((100% - 90px) / 3);
}
.results-wrapper {
    width: calc(200% / 3);
}  
.sticky .pd-header-benefits {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
}  
.sticky .pd-header-search {
    -ms-flex: 0 0 calc(100% - 240px);
    flex: 0 0 calc(100% - 240px);
    max-width: calc(100% - 240px);
} 
.pd-categories-mobile>.wsmenu-click>i {
    display: none !important;
}  
body .ais-Pagination-link {
    font-size: 13px;
    height: 40px;
    width: 40px;
    line-height: 40px;
}  
body .ais-Pagination-item+.ais-Pagination-item {
    margin-left: 4px;
}  
.pd-table-qty, .pd-child-table .pd-input-qty, #buy-child-list .form-control  {
    width: 100px;
}  
.pd-table-title {
    width: calc(100% - 275px);
}    
.carousel-indicators {
    display: flex;
}
.pd-category-top.pd-read-more-active .pd-category-top-right {
    display: block;
}   
.pd-product-related {
    padding-bottom: 20px;
}   
.pd-product-information .tab-pane h5 button {
    font-size: 14px;    
}    
}
/**************************/
/********* < 768px ********/
/**************************/
@media only screen and (max-width: 767px) {
.wrapper-logo a {
    height: auto;
} 
.pd-category-top-right .pd_category_banner {
    min-height: 260px;
}    
.pd-sort label {
    display: none;
} 
#pd-btn-top {
    display: block;
}
.pd-sort-select {
    width: 100%;
}    
.pd-sort-select #sortby {
    height: 48px;
    -webkit-appearance: none;
    -moz-appearance: none;
}  
.pd-sort-select {
    position: relative;
}    
.pd-sort-select:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    position: absolute;
    right: 15px;
    font-size: 19px;
    line-height: 19px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}      
.pd-sort {
   display: none;
}    
.pd-resources-page .resources-list {
    column-count: 2;
}    
.pd-banner {
    background-position: center right;
}    
.pd-caption {
    max-width: 510px;
}
.pd-caption .btn-primary {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 220px;  
    padding: 0;
}    
.pd-banner-text {
    text-align: center;
}    
.pd-blue-slider-image {
    height: 340px;
}
button[title="Create Quote From Cart"] {
    width: 100%;
    margin-bottom: 5px;
}    
.pd-icon-search {
    padding-left: 15px;
    padding-right: 5px;
} 
.pd-header-search input {
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 16px !important;
}
.pd-header-search .btn {
    padding: 0 15px !important;
    font-size: 13px !important;
}
.pd-header-search {
    padding: 0;
}    
.product_slider_box {
    width: calc(100% / 3);
}    
.pd-featured-slider .product_slider_box:nth-child(9) {
    display: block;
}    
.pd-blue-section {
    flex-direction: column;
}   
.pd-blue-left {
    width: 100%;
    margin-top: 0px;
    height: auto;
    padding: 45px 0;
    margin-bottom: 0;
}    
.pd-blue-sec-text {
    width: auto;
    margin-right: 0;
    padding: 0 15px;
    max-width: 540px;
    margin: 0 auto;
}    
.pd-blue-left:after, .pd-image-slider:after {
    display: none;
}    
.pd-image-slider {
    width: 100%;
    margin-left: 0;
    border-right: 5px solid #fff;
    box-shadow: 5px 5px 54px rgba(0, 1, 1, 0.19);
}
.pd-brands-slider .pd-brands-col:nth-child(17), .pd-brands-slider .pd-brands-col:nth-child(18) {
    display: none;
}     
.pd-newsletter-col {
    margin-top: 30px;
}    
.pd-subcribe-footer input, .pd-subcribe-footer select {
    height: 35px;
}    
.pd-subcribe-footer input.btn {
    width: 100%;
    height: 35px;
}
.pd-mobile-header {
    order: 1;
	padding: 0;
} 
.pd-middle-header .wrapper-logo {
    text-align: center;
	order: 1;
	margin-bottom: -25px;
}    
.pd-header-search {
    margin-top: 45px;
    order: 1;
} 
	
	.pd-middle-header .pd-header-benefits {
		height: 62px;
	}
	
.pd-middle-header .wsanimated-arrow {
    left: 0;
    right: auto;
	top: 15px;
} 
.pd-middle-header.sticky .wsanimated-arrow {
    top: 1px;
}
	.wsactive .pd-middle-header.sticky .wsanimated-arrow {
		top: -7px;
	}
.pd-banner-text h2, .pd-banner-text p {
    background: rgba(256,256,256,0.8);
    text-shadow: none;
} 
#left-sidebar .card, #pd-left-sidebar .card {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 30px !important;
    border: none;
    max-width: 100%;
}  
#pd-left-sidebar .card-header {
    margin-bottom: 0;
    background: #00498F;
    position: relative;
    margin-right: 6px;
    width: calc(50% - 6px);
} 
#left-sidebar .card-header {
    padding: 0;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}   
#left-sidebar .card-header h3 {
    background: #00498F;
    position: relative;
    margin-right: 12px;
    width: calc(50% - 6px);
    padding: 12px 20px;   
} 
#left-sidebar .card-header .sidebar-sort-by {
    width: calc(50% - 6px);
    display: block;
}  
#left-sidebar .card-header .sidebar-sort-by .form-row {
    margin: 0;
}         
#left-sidebar .card-header a, #pd-left-sidebar .card-header a {
    color: #fff;
}
#left-sidebar .card-header a.collapsed:after, #pd-left-sidebar .card-header a.collapsed:after {
    content: "\f0d7";
}
#left-sidebar .card-header a:after, #pd-left-sidebar .card-header a:after {
   content: "\f0d8";
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    position: absolute;
    right: 15px;
    font-size: 19px;
    line-height: 19px;
}
#filters {
    margin-bottom: 0px;
    border-width: 1px;
    border-color: #f5f5f5;
    border-style: solid;
    padding-bottom: 30px;
    overflow-y: scroll;
    height: 300px !important;
}
.search_open #filters {
    padding-bottom: 60px;
}    
.pd-middle-header .row {
    max-width: 510px;
    margin: 0 auto;
    margin-bottom: 20px;
}   
.pd-product-image {
    padding-right: 15px;
}  
.pd-reviews-section h2 {
    margin-bottom: 30px;
}  
#mc_embed_signup input#mc-embedded-subscribe {
    width: 100%;
}    
.tab-pane .card-header {
    border-bottom: none;
}  
.pd-cat-header {
    order: 3;
    text-align: right;
	padding: 0;
	margin-left: -2px;
}    
.pd-cat-header .pd-shoping-cart-box {
    color: #fff;
    font-size: 26px;
	padding-right: 2px;
	height: 35px;
}    
.pd-cat-header .pd-shoping-cart span {
    top: -8px;
    right: -4px;
    text-align: center;
}
.wsanimated-arrow span, .wsanimated-arrow span:before, .wsanimated-arrow span:after {
    background: #fff;
}
.wsactive .wsanimated-arrow span:before, .wsactive .wsanimated-arrow span:after {
	background: #a9a9a9;
}
.pd-view-cart a {
     width: 220px;
}
#stamped-main-widget .stamped-form-contact-name {
    width: calc(100% - 15px);
    padding: 0;
}
#stamped-main-widget .stamped-form-review-title {
    width: 47%;
    height: 95px;
    margin-top: 200px;
}
#stamped-main-widget .stamped-form-contact-email  {
    width: calc(100% - 15px);
    padding: 0;
}
#stamped-main-widget .stamped-form-review-body {
    margin-top: -288px;
    width: 53%;
}
#stamped-button-submit, input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary {
    padding: 0 90px !important;
}
#stamped-main-widget textarea.stamped-form-input-textarea {
    height: 212.5px;
}
    
.pd-product-related article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 20px;
}
.image-navigation {
    margin-top: 0px;
    margin-bottom: 20px;
}
.pd-product-information .tab-content > .tab-pane, .pd-product-information .pill-content > .pill-pane {
    height: auto;
}
#tab2 {
    overflow-x: scroll;
}  
 .search_open .pd-header-benefits {
    display: none !important;
}
.search_open .pd-middle-header {
    padding-top: 0 !important;
}
.search_open .pd-middle-header .wrapper-logo {
    display: none !important;
}
.search_open .pd-cat-header {
    display: none !important;
}
.search_open .pd-mobile-header {
    display: none !important;
}
.search_open .content-wrapper {
    width: 510px !important;
}
.pd-middle-header .row {
    margin-bottom: 10px !important;
	align-items: flex-end;
}
.pd-middle-header {
    padding-top: 70px !important;
}
#sidebar-faceting {
    padding-top: 15px !important;
}   
.search_open #sidebar-faceting {
    padding-top: 0 !important;
} 
.search_open #left-sidebar .card, .search_open #pd-left-sidebar .card {
    padding-top: 0px !important;
}  
.search_open #left-sidebar .card, .search_open #pd-left-sidebar .card {
    margin-bottom: 0 !important;
}   
#buy-child-list .form-control, .pd-normal-qty input {
    pointer-events: none;
    padding: 10px 25px;
}   
.pd-category-top.pd-read-more-active .pd-full-desc {
    display: none !important;
}
.pd-catgory-left-box.pd-desc-yes.pd-desc-head-yes h1 {
    margin-bottom: 0;
}
.pd-category-top.pd-category-bottom.pd-read-more-active .pd-full-desc {
    display: block !important;
}
.pd-category-top.pd-category-bottom {
    display: block !important;
    border-bottom: none;
    margin-bottom: 25px;
    margin-top: -20px;
    width: 100%;
}   
.pd-category-top.pd-category-bottom .row {
    margin: 0;    
}    
.pd-right-content {
    margin-bottom: 30px;
    position: inherit;
}
#pd-category-page>.row {
    position: relative;
}    
.thumbnail.card-body {
    padding: 15px;
}
.thumbnail.card-body .card-title {
    margin-bottom: 5px;
}
.thumbnail.card-body .price {
    margin-bottom: 10px;
}  
.pd-info-bottom.pd-info-bottom-desk {
    display: none;    
}  
.pd-info-bottom.pd-info-bottom-mob {
    display: flex;
    margin-top: 30px;
} 
.pd-product-information {
    padding-top: 0px;
    padding-bottom: 15px;
}    
.pd-main-product {
    padding-bottom: 15px;
}   
#sidebar-faceting {
    width: 100%;
    margin-top: 0px;
    padding-top: 30px;
}  
.results-wrapper {
    width: 100%;
    padding: 0 15px;
}
.content-wrapper {
    width: 510px;
} 
#results-topbar {
    margin-top: 0;
}
#stats, .sort-by p {
    display: none;
}
#sort-by {
    width: 100%;
    position: relative;
}
body .ais-SortBy-select {
    height: 48px;
    background-image: none;
} 
#results-topbar .sort-by {
    width: 50%;
    margin-left: auto;
    padding-left: 6px;
    margin-top: -66px;
}
#sort-by:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    position: absolute;
    right: 15px;
    font-size: 19px;
    line-height: 19px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
} 
.wsmenu>.wsmenu-list.menu-list-cat {
    padding-bottom: 70px;
	padding-top: 30px;
}   
.sticky .pd-header-search {
    -ms-flex: 0 0 calc(100% - 110px);
    flex: 0 0 calc(100% - 110px);
    max-width: calc(100% - 110px);
    order: 2;
    margin-top: 0;
}  
.sticky .wrapper-logo {
    display: none;
}
.sticky .pd-mobile-header {
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
    max-width: 55px;
}  
.sticky .pd-header-benefits .pd-header-box-image, 
.sticky .pd-header-benefits .pd-header-box-contact {
    display: none !important;
}    
.pd-middle-header.sticky {
    padding-top: 5px !important;
    padding-bottom: 0;
} 
.sticky .pd-cat-header {
   -ms-flex: 0 0 55px;
    flex: 0 0 55px;
    max-width: 55px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.sticky .pd-sticky-phone {
    display: none;
}   
.sticky .pd-shoping-cart {
    width: auto;
}
.pd-sticky-phone a i {
    color: #a9a9a9;
    font-size: 22px;    
}  
.sticky .pd-cat-header .pd-sticky-phone {
    display: none;
}    
#left-sidebar .card.sticky-filter {
    position: fixed;
    top: 65px !important;
    left: 0;
    z-index: 999;
    padding-top: 10px;
    padding-bottom: 5px;
    box-shadow: 0 4px 2px -2px rgba(0,0,0,0.2);
}    
#left-sidebar .card.sticky-filter .card-header {
    width: 510px;
    margin: 0 auto;   
} 
.pd-catgory-left-box .d-flex {
    flex-direction: column;
    align-items: center;
}
.brand-template .page-header {
    display: block;
}    
.pd-category-top.pd-category-bottom .pd-excerpt-desc {
    display: block;
}  
.klaviyo-form .fzSpET {
    justify-content: center;
}
.klaviyo-form .fzSpET .dlXHVq {
    width: 50%;    
}
.klaviyo-form .fzSpET .dlXHVq button {
    width: 100%;    
}  
.pd-product-related {
    padding-bottom: 10px;
}   
div.stamped-container[data-widget-style], div[data-widget-style] div.stamped-container {
    margin-bottom: 15px !important;
}   
.pd-announcement {
    font-size: 14px;    
}
.payment-icon-container {
    padding: 5px;
    height: 45px;
}
.payment-icon {
    width: 55px;
    background-size: 55px;
    background-repeat: no-repeat;
    background-position: center;
}    
.list-group.category-links {
    display: none;
}
}
/**************************/
/********* < 576px ********/
/**************************/
@media only screen and (max-width: 575px) {
.pd-categories-section h2, .pd-featured-section h2, .pd-reviews-section h2, .pd-brands-section h2, .pd-latest-blog-section h2 {
    text-align: center;
} 
.pd-category-top-right .pd_category_banner {
    min-height: 240px;
    background-position: left center;
}    
.pd-sort {
    top: -77px;
}
#accordionDescription {
    display: block !important;
}     
.pd-algolia-close {
    display: block;
    right: 0;
    top: -10px;
}    
.search_open #sidebar-faceting {
    margin-top: 0px !important;
}    
.pd-product-info-box, .pd-rating-value, .pd-box-icon p {
    font-size: 13px;
    line-height: 1.6;
}    
.wrapper-product-title h1 {
    font-size: 25px;
}
.thumbnail.card-body {
    padding: 10px 10px;
}
.pd-latest-blog-section .slick-arrow.prev {
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}   
.pd-latest-blog-section .slick-arrow.next {
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    right: 0;
}    
#stamped-main-widget .question-form-wrapper .stamped-form-review-body {
    margin-top: 190px;
}
.product_slider_box {
    width: 50%;
}    
.pd-featured-slider .product_slider_box:nth-child(10) {
    display: block;
}
.pd-brands-slider .pd-brands-col:nth-child(17), .pd-brands-slider .pd-brands-col:nth-child(18) {
    display: block;
} 
.pd-above-footer .row .pd-bottom-box {
    border-right: none !important;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    align-items: center;
    border-bottom: 1px solid #dedede;
    flex-direction: row;
} 
.pd-botom-box-right {
    text-align: left;
} 
.pd-botom-box-right a {
    margin: 0;
}   
.pd-botom-box-left {
    width: 100px;
    margin-right: 25px;
}    
.pd-above-footer .row .pd-bottom-box:last-child {
    border-bottom: none;
}    
.pd-above-footer {
    padding-top: 15px;
    padding-bottom: 0px;
} 
.wrapper-footer h4 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 900;
}
.wrapper-footer .col-sm-4 {
    margin-bottom: 35px;
}
.pd-newsletter-col {
    margin-top: 10px;
    margin-bottom: 10px;
}  
.wrapper-footer {
    padding-top: 60px;
}
.rev_slider_wrapper, .rev_slider {
    height: 400px !important;
}
form[name="checkout"] {
    overflow-x: auto;
    overflow-y: hidden;
}  
.pd-caption {
    max-width: calc(100% - 30px);
}    
#recent_sales_ticker {
    display: none !important;
}
.stamped-form-review {
    display: flex;
    flex-direction: column;
}
#stamped-main-widget .stamped-form-review-body {
    width: 100%;
    float: none;
    margin-top: 0;
    height: 255px;
    padding-left: 0px;
}
.stamped-form-actions {
    text-align: center;
}
#stamped-main-widget .stamped-form-contact-name {
    width: 100%;
}
#stamped-main-widget .stamped-form-contact-email {
    width: 100%;
}
#stamped-main-widget .stamped-form-review-title {
    width: 100%;
}
#stamped-main-widget .stamped-form-contact {
    width: 100%;    
}   
#stamped-button-submit, input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary {
    padding: 0 109px !important;
    width: 100%;
    margin-top: 40px;
}  
.new-review-form, .stamped-content form {
    margin: 0px!important;
}  
.search_open .content-wrapper {
    width: 100% !important;
    border-top: none;
}  
.pd-middle-header .row {
    margin-bottom: 15px !important;
    max-width: 100%;
}
.pd-middle-header.sticky > .row {
	margin-bottom: 0 !important;
    align-items: center;		
}
.pd-category-top {
    margin-bottom: 20px;
    margin-top: 20px;
}  
.content-wrapper {
    width: 100%;
}
.results-wrapper .npopup-btn-close {
    display: block;
    right: 10px;
    top: -120px;
} 
.pd-product-title {
    flex-wrap: wrap;
}    
.wrapper-product-title h1 {
    width: 100%;
}    
.pd-featured-section .nav {
    padding-bottom: 10px;
}
.pd-featured-section .nav-tabs .container .nav {
    margin-bottom: 5px;
}   
.pd-best-sellers-link {
    display: block;
    text-align: center;       
}   
body .ais-Pagination-link {
    font-size: 13px;
    height: 35px;
    width: 35px;
    line-height: 35px;
}
#pagination .ais-Pagination-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}    
.sticky .pd-header-search input {
    margin-right: 0;    
} 
.pd-icon-search {
    padding-right: 0px;
} 
#left-sidebar .card.sticky-filter {
    top: 60px !important;
} 
#left-sidebar .card.sticky-filter .card-header {
    width: 100%;
    margin: 0;
    padding: 0 15px;
}  
.pd-main-product {
    padding-bottom: 0px;
}    
.shipping-top {
    font-size: 12px;
} 
.payment-icon-container {
    height: 40px;
}
.payment-icon {
    width: 35px;
    background-size: 35px;
}
.pd-child-table .pd-table-price .small {
    font-size: 13px;
}
}
/**************************/
/********* < 480px ********/
/**************************/
@media only screen and (max-width: 480px) {
.pd-latest-blog-section .slick-arrow.prev, .pd-latest-blog-section .slick-arrow.next {
    display: none;
} 
.pd-product-image .pd-new-badge {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
}
.pd-category-top-right .pd_category_banner {
    min-height: 200px;
}
.pd-product-image .pd-new-badge.pd-new-promo {
    top: 35px;
}    
.pd-product-image .pd-save-percent {
    top: 10px;
    right: 20px;
    width: 60px;
    height: 60px;
}
.pd-product-image .badge-danger {
    font-size: 14px;
    width: 75px;
    height: 25px;
    line-height: 25px;
}        
.pd-product-image .pd-save-percent p {
    font-size: 18px;
    line-height: 18px;
}        
.pd-table-price {
    margin-left: 0px;
}   
.pd-table-title {
    width: calc(100% - 240px);
}
.pd-table-qty, .pd-child-table .pd-input-qty, #buy-child-list .form-control {
    width: 90px;
    margin-right: 5px;
}
.pd-table-image {
    width: 45px;
    margin-right: 5px;
}        
#stamped-main-widget .stamped-summary-actions {
    margin-left: 0px;
    flex-direction: column;
}    
.pd-featured-section .nav-tabs .nav-link {
    width: 50%;
    padding: 5px;
    font-size: 13px;   
}
.pd-categories-slider .slide_single_category_box {
    flex-direction: column;
}    
.category_image_box, .slide_single_category_box .category_info {
    width: 100%;
}    
.pd-categories-slider .slide_single_category:nth-child(2n) .category_image_box {
    order: 1;
}   
.pd-categories-slider .slide_single_category:nth-child(2n) .category_info {
    order: 2;
}      
.pd-header-search .btn {
    padding: 0 10px !important;
    font-size: 12px !important;
	top: -8px !important;
} 
.sticky .pd-header-search input, .sticky .pd-icon-search {
    height: 37px !important;
}    
.pd-header-search input {
     height: 37px !important;
} 
.pd-header-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: transparent !important;
}
.pd-header-search input::-moz-placeholder { /* Firefox 19+ */
  color: transparent !important;
}
.pd-header-search input:-ms-input-placeholder { /* IE 10+ */
  color: transparent !important;
}
.pd-header-search input:-moz-placeholder { /* Firefox 18- */
  color: transparent !important;
}    
#pd-category-page .pd-categories-slider .slide_single_category_box {
    flex-direction: column;
}
#pd-category-page .category_image_box {
    width: 100%;
}
#pd-category-page .slide_single_category_box .category_info {
    width: 100%;
} 
.pd_category_caption {
    padding-right: 0;
}  
#header-cart .dropdown-menu .pd-cart-popup {
    width: 300px;    
}
.pd-cart-popup .thumb_cart .left {
    margin-right: 15px;
    margin-left: 15px;
    width: 50px;
}
.slide-cart-header {
    display: inline-block;
    padding-bottom: 0 !important;
}
.pd-cart-popup .thumb_cart .right {
    width: calc(100% - 80px);
}
.pd-cart-popup .thumb_cart .left img {
    width: 50px;
    height: 50px;
}    
.pd-cart-popup #neto-dropdown #cartcontents .viewcart {
    width: 100%;
    margin-top: 10px;
}
.pd-cart-popup #neto-dropdown #cartcontents .checkout {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
}
.pd-buying-box {
    flex-wrap: wrap;
} 
.pd-add-cart {
    width: 100%;
}
.pd-view-cart {
    width: 100%;
    margin-right: 0;
}
.pd-view-cart a {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
}
.wishlist_toggle {
    margin-top: 10px;
}  
.sort-by p {
    display: none;
}    
#stats {
    width: calc(100% - 120px) !important;
} 
body .ais-Pagination-link {
    font-size: 12px;
    height: 30px;
    width: 30px;
    line-height: 30px;
} 
.pd_category_caption h3, .pd_category_caption p {
    text-shadow: 1px 1px #000;
}  
.pd-icon-search {
    height: 37px;
}    
.pd-icon-search i {
    font-size: 22px;
    line-height: 37px;
}
.sticky .pd-icon-search i {
    line-height: 37px;
	font-size: 19px;
}  
.klaviyo-form .fzSpET .dlXHVq {
    width: 100%;    
}  
.pd-product-related {
    padding-bottom: 10px;
    padding-top: 5px;
} 
.pd-similar-products .slick-arrow {
    top: 0px;
}    
}
/**************************/
/********* < 420px ********/
/**************************/
.pd-header-box.pd-header-box-shipping {
    width: 138px;
}   
/*.buying-options .btn-success {
    padding: 10px 5px;
}
}*/
/**************************/
/********* < 380px ********/
/**************************/
@media only screen and (max-width: 380px) {
.pd-banner-text h2 {
    font-size: 26px;
}
.pd-category-top-right .pd_category_banner {
    min-height: 160px;
}
.pd-header-box-text span {
    font-size: 7px !important;
}    
.pd-header-box-contact .pd-header-box-text {
    width: calc(100% - 60px);
}    
.pd-table-qty {
    margin-right: 5px;
    width: 80px;
}   
.pd-child-table .pd-input-qty {
    width: 80px;
}
#buy-child-list .form-control {
    width: 80px;
}
.pd-table-price {
    width: 90px;
}
.pd-child-price {
    font-size: 15px;
}
.pd-table-title {
    width: calc(100% - 225px);
} 
#buy-child-list .btn-block {
    padding: 8px 4px;
}
.pd-info-bottom {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.pd-sku {
    width: 100%;
    text-align: center;
    margin-top: 25px;
}
.stamped-form-review {
    display: flex;
    flex-direction: column;
}
#stamped-main-widget .stamped-form-review-body {
    width: 100%;
    float: none;
    margin-top: 0;
    height: 255px;
    padding-left: 0px;
}
.stamped-form-actions {
    text-align: center;
}
#stamped-main-widget .stamped-form-contact-name {
    width: 100%;
}
#stamped-main-widget .stamped-form-contact-email {
    width: 100%;
}
#stamped-main-widget .stamped-form-review-title {
    width: 100%;
}
#stamped-main-widget .stamped-form-contact {
    width: 100%;    
}  
#left-sidebar .card-header a, #pd-left-sidebar .card-header a {
    font-size: 12px;
}
.pd-sort-select #sortby {
    height: 44px;
}  
.pd-sort {
    top: -74px;
}  
.pd-social-share p {
    text-align: center;
} 
body .ais-SortBy-select {
    height: 44px;
} 
#results-topbar .sort-by {
    margin-top: -63px;
}    
.sticky .wrapper-logo {
    height: 60px;
}    
.pd-middle-header.sticky {
    padding-top: 5px !important;
}
.sticky .wrapper-logo a {
    height: 60px !important;
}  
body .ais-Pagination-item+.ais-Pagination-item {
    margin-left: 2px;
}
body .ais-Pagination-link {
    font-size: 12px;
    height: 25px;
    width: 25px;
    line-height: 25px;
}
#pagination {
    border-top: 1px solid #f5f5f5;
    margin-top: 25px;
    padding-top: 20px;
    margin-bottom: 20px;
}   
.shipping-top .fa-truck {
    margin-right: 5px;
}   
.payment-icon {
    width: 33px;
    background-size: 33px;
}    
.payment-icon-container {
    height: 35px;
    padding: 2px;
}    
}
/*Megantic */
/*Clean H Tags Home Page Start*/
.pd-banner .meg-h2 {
    font-size: 1.3125rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #171717 /*{body|text-colour}*/;
    font-family: 'Open Sans', sans-serif;
    display: block;
}
.pd-categories-section .meg-h2,
.pd-featured-section .meg-h2,
.pd-latest-blog-section .meg-h2,
.pd-brands-section .meg-h2, .new-products-section .meg-h2 {
    font-size: 36px;
    color: #404040;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 40px;
    display: inline-block;
}
.pd-brands-section .meg-h2 a, .new-products-section .meg-h2 a {
  color: #404040!important;  
}
.pd-reviews-section .meg-h2 {
    font-size: 36px;
    color: #404040;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 60px;
    display: block;
}
.pd-blue-section .meg-h2 {
    font-size: 38px;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 30px;
    display: block;
}
.pd-cart-popup .cart-header .meg-h3 {
    text-transform: uppercase;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    display: block;
}
.pd-review-badge-title .meg-h4 {
    color: #666;
    font-size: 17px;
    font-weight: 900;
    display: block;
    margin-bottom: 10px;
}
.pd-home-post-info .meg-h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    display: block;
    margin-bottom: 10px;
}
.pd-home-post-info .meg-h4 a {
    color: #171717;
}
.pd-home-post-info .meg-h4 a:hover {
    color: #00aeef;
}
.pd-botom-box-left .meg-h4 {
    font-size: 16px;
    color: #00498F;
    font-style: italic;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 900;
    display: block;
    margin-bottom: 10px;
}
.pd-botom-box-right .meg-h4 {
    font-size: 17px;
    color: #00498F;
    font-weight: bold;
    line-height: 1.2;
    display: block;
    margin-bottom: 10px;
}
.wrapper-footer .meg-h4 {
    font-weight: 600;
    font-size: 16px;
    margin-top: 0;
    padding: 0;
    margin-bottom: 25px;
    display: block;
	text-transform: uppercase;
}
.pd-header-box-text .meg-h4 {
    color: #00498E;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    display: block;
}
.pd-header-box-text .meg-h4 a {
    color: #fff;
	font-size: 18px;
	white-space: nowrap;
}
.pd-header-box-text .meg-h4 a:hover {
    color: #00ADEF;
}
@media only screen and (max-width: 1199px){
.pd-header-box-text .meg-h4 {
    font-size: 13px;
}
}
@media only screen and (max-width: 991px){
.pd-header-box-text .meg-h4 {
    font-size: 12px !important;
}
}
@media only screen and (max-width: 575px) {
.pd-categories-section .meg-h2,
.pd-featured-section .meg-h2,
.pd-reviews-section .meg-h2,
.pd-brands-section .meg-h2,
.pd-latest-blog-section .meg-h2 {
    text-align: center;
}
.wrapper-footer .meg-h4 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 900;
	text-align: left;
}
}
/*Clean H Tags Home Page End*/
/*Clean H Tags Category Page Start*/
.meg-h3-side {
    font-size: 0.98438rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
    display: block;
}
#left-sidebar .list-group-item .meg-h3-side, #pd-left-sidebar .list-group-item .meg-h3-side {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.846;
    color: #b5b5b5;
    margin-top: 8px;
    margin-bottom: 8px;
    display: block;
}
.pd-product-related .meg-h3 {
    font-size: 20px;
    color: #00498f;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 25px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 15px;
}
@media only screen and (max-width: 767px){
#left-sidebar .card-header .meg-h3-side {
    background: #00498F;
    position: relative;
    margin-right: 12px;
    width: calc(50% - 6px);
    padding: 12px 20px;
    display: block;
}
}
/*Clean H Tags Category Page Start*/
/*Clean H Tags Product Page End*/
.pd-product-related .meg-h3 {
    font-size: 20px;
    color: #00498f;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 25px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 15px;
    display: block;
}
.tab-content .meg-h5 {
    font-size: 0.82031rem;
    font-weight: 500;
    line-height: 1.2;
    display: block;
    
}
@media only screen and (max-width: 991px){
.pd-product-information .tab-pane .meg-h5 button {
    font-size: 14px;
}
}
/*Clean H Tags Product Page End*/
/*Sidebar*/
#subcategories ul {
    list-style: none;
    margin-bottom: 25px;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
#subcategories ul .list-group-item {
  border-top: 1px solid rgba(0,0,0,.125);
  border-bottom: none;
  border-left: none;
  border-right: none;
}
#subcategories ul li a{
    transition: all 0.1s ease;
}
#subcategories ul li a:hover {
    color: #fff;
    background-color: #00aeef;
}
@media only screen and (max-width: 768px){
.subcat-heading {
    width: 100%!important;
    text-align: center;
}
#subcategories ul {
    text-align: center;
}
}
/*Desktop Menu*/
.pd-main-nav {
    padding: 0px;
    justify-content: center;
}
.pd-cart-col {
    position: relative;
}
#des-menu {
    margin: 0;
    padding: 0;
    list-style: none;
	position: relative;
	justify-content: center;
}
#des-menu > li {
    position: static;
    display: block;
    padding: 17px 12px;
    transition: all 0.5s ease;
}
#des-menu>li>a {
    position: relative;
    display: block;
    color: #404040;
    font-size: 13px!important;
    font-weight: 700;
	line-height: 16px;
    text-transform: uppercase;
    white-space: nowrap;
}
#des-menu li a {
    width: 100%;
    display: inline-block;
}
#des-menu .dropdown-menu {
    border-radius: 0;
    margin: 0;
}
#des-menu>li>.dropdown-menu.mega-menu {
    float: none;
    padding: 0;
	border: none;
    width: 940px;
	background-color: transparent;
	transition: visibility 0.1s linear 0.1s, opacity 0.1s linear 0.1s !important;
}
@media (min-width: 1200px) {
    #des-menu>li>.dropdown-menu.mega-menu {
        float: none;
        padding: 0;
        border: none;
        width: 1065px;
        background-color: transparent;
        transition: visibility 0.1s linear 0.1s, opacity 0.1s linear 0.1s !important;
    }
}
.space-for-hover {
	height: 17px;
	width: 100vw;
}
.mvp_p {
	padding: 25px;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.mega-menu-dah {
    padding: 0;
    columns: 1;
    width: 100%;
    column-gap: 15px;
    float: left;
    max-width: 100%;
    -moz-column-fill: balance;
    column-fill: balance;
}
.mega-menu-dah .mega-col {
    /*display: grid;*/
    width: 100%;
    break-inside: avoid;
}
#des-menu .mega-menu-dah .mega-col .btn {
    background-color: #00ADEF;
    border: 1px solid #00adef;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 3px !important;
    font-size: 12px !important;
    width: 170px !important;
    margin: 5px 0;
}
#des-menu .mega-menu-dah .mega-col .btn:hover {
    background-color: #fff;
    color: #00adef !important;
}
#des-menu>li>.dropdown-menu.mega-menu .mega-menu-dah .mega-col ul {
    width: 27%;
}
#des-menu>li>.dropdown-menu.mega-menu .mega-menu-dah .mega-col>ul>li>a {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 0!important;
    padding-bottom: 0!important;
    color: #404040;
    line-height: 38px;
}
#des-menu .mega-col>ul>li>ul {
    padding-left: 15px;
}
#des-menu .mega-col>ul>li>ul>li {
    padding: 5px 0;
}
.fa-angle-right:before {
    content: "\f105";
    padding-right: 4px;
    color: #00498E;
}
#des-menu>li:hover {
    background-color: #00ADEF;
}
#des-menu .mega-col .megamenu-lv2 a:hover {
    color: #00ACF1!important;
}
#des-menu .mega-col .megamenu-lv3 a:hover {
    color: #404040!important;
}
/*#des-menu .dropdown-toggle::after {
    margin-left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}*/
#mob-menu .sub-menu.sub-menu1l {
    padding-right: 0px;
}
#mob-menu .sub-menu.sub-menu2l,
#mob-menu .sub-menu.sub-menu3l {
    text-align: left;
    padding-left: 15px;
}
#mob-menu .sub-menu.sub-menu2l>li {
    border-top: 1px solid rgba(0, 0, 0, 0.13);
}
#mob-menu .sub-menu.sub-menu3l>li {
    padding-bottom: 5px;
}
#mob-menu .sub-menu.sub-menu3l>li>a{
   color: #383838;
    font-size: 13px; 
    padding-left: 37px;
}
.container-megantic {
    max-width: 1600px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 1600px) {
    .container-megantic {
        max-width: 95%;
    }
}
/*/Brands Menu*/
.wsmenu {
    font-size: 15px;
}
#pd-brand-click {
    font-size: 14px;
}
#des-menu .wsmenu>.wsmenu-list.menu-list-cat {
    padding-left: 0;
}
#des-menu .wsmenu>.wsmenu-list>li>a {
    line-height: unset;
    text-transform: uppercase;
	font-weight: 600;
}
#des-menu .pd-brands-view-all {
    display: flex!important;
	width: 90%;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 3px;
}
#des-menu .wsmenu .wsmenu-list li:hover>a {
    color: #FFF!important;
}
@media (max-width: 1300px){
#des-menu > li {
    padding: 17px 9px;
}
#des-menu > li > a {
    font-size: 13px!important;
}
#des-menu .wsmenu-list.menu-list-cat a {
    font-size: 13px!important;
}
}
@media (max-width: 1200px){
#des-menu > li {
    padding: 17px 8px;
}
#des-menu > li > a {
    font-size: 11px!important;
}
#des-menu .wsmenu-list.menu-list-cat a {
    font-size: 11px!important;
}
}
@media (max-width: 1100px){
#des-menu > li > a {
    font-size: 11px!important;
}
#des-menu .wsmenu-list.menu-list-cat a {
    font-size: 11px!important;
}
}
@media (max-width: 1024px){
#des-menu > li {
    padding: 17px 3px;
}
#des-menu .dropdown-toggle::after {
  display: none;
}
	li.dropdown.dropdown-hover.wsmenu-list-item-gift, #des-menu>li:nth-child(9) {
    padding: 19px 12px !important;
}
/*#des-menu>li.dropdown.dropdown-hover::after {
    margin-left: 3px;
    margin-top: 10px;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    color: #fff;
    font-size: 15px;
}*/
#des-menu>li.dropdown.dropdown-hover {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wsmenu {
    font-size: 12px;
}
}
@media (max-width: 991px){
    #header-cart {
        border: none;
    }
    
}
#des-menu .dropdown-menu {
   opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  #des-menu .dropdown-hover:hover > .dropdown-menu, #des-menu .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transition: visibility 1s linear 0.4s, opacity 0.4s linear 0.4s;
  } 
  #des-menu .dropdown-menu.show {
    transform: none !important;
    top: 100% !important;  
	top: 140% !important;
    left: 13px !important;
  }    
}
.category-links {
    list-style: none;
    margin-top: 25px;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.category-links .list-group-item {
    border-top: 1px solid rgba(0,0,0,.125);
    border-bottom: none;
    border-left: none;
    border-right: none;
    transition: all 0.1s ease
}
.category-links li a:hover {
    color: #fff;
    background-color: #00aeef;
}
/* Main Menu - Gift Cards */
.wsmenu-list-item-gift {
    background: #f85124;
	padding-left: 20px !important;
	padding-right: 20px !important;
}
/* New Home Page */
/*Header Start*/
.header-top-info {
	background-color: #F85124;
}
.header-top-info .container {
	text-align: center;
	/*height: 42px;*/
	padding: 10px 0;
	color: #fff;
	position: relative;
}
.header-top-info a {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
    line-height: 17px;
    font-size: 14px;
}
.header-top-info p {
	margin-bottom: 0;
}
.header-top-info .icon {
	position: absolute;
	top: 10px;
	right: 0;
	cursor: pointer;
}
.header-top-info.d-md-none.mobile-info-bar {
    background: #fff;
    height: 50px;
}
.header-top-info.d-md-none.mobile-info-bar img {
    width: 40px;
}
.header-top-info.d-md-none.mobile-info-bar a {
    color: #000;
    text-transform: none;
}
.header-top-info.d-md-none.mobile-info-bar a span {
    font-weight: 400;
}
.header-top-info.d-md-none.mobile-info-bar span.icon {
    color: #000;
    top: 14px;
}
.header-wrapper {
    /* background-color: #004892; */
}
.header-top-section {
    height: 60px;
    border-bottom: 1px solid #d6d6d64d;
}
.header-top-section a:not(.dropdown-item) {
    color: #fff;
	font-size: 14px;
	font-weight: 600;
}
.pd_top_header_left a, .pd_top_header_right a {
	padding-bottom: 20px;
}
.pd_top_header_right {
    padding-right: 25px;
}
.top-header-login {
	border-left: 1px solid #d6d6d64d;
	padding-left: 9px;
}
.top-header-login li:last-child a {
    padding-left: 0;
	margin-left: -12px;
}
.top-header-login .icon {
    padding-right: 8px;
}
.social-icons-header .icon {
    background: #fff;
	color: #004892;
    width: 24px;
	height: 24px;
    display: inline-block;
    border-radius: 12px;
    text-align: center;
    font-size: 13px;
	padding-top: 3px;
}
.social-icons-header a {
		padding-right: 7px;
}
.social-icons-header {
	display: flex;
    align-items: center;
}
input#q {
    border: none !important;
    border-radius: 3px !important;
	z-index: 1;
}
#q::placeholder {
  font-weight: 700;
  font-size: 16px;
  color: #40404066 !important;
}
#searchbox button {
	position: absolute;
    width: 50px;
    padding: 0 !important;
    height: 50px;
    right: 15px;
	top: 6px;
    border: none;
    margin-top: 2px;
    background: transparent;
}
.pd-middle-header.sticky #searchbox button {
    top: -2px;
}
.header-wrapper .pd-header-box-contact:hover span a,
.header-top-section a:hover,
#header-cart:hover > a > span:not(.cart-item-count-header) {
    color: #00ACF1 !important;
}
.pd-categories-mobile .sub-menu>li>a {
    padding-left: 5px !important;
}
@media (min-width: 768px) {
	.pd-header-box-contact:hover span {
    color: #00ACF1 !important;
}	
}
@media (max-width: 767px) {
	.pd-header-box-contact span:hover,
	.pd-shoping-cart-box:hover {
    color: #00ACF1 !important;
}
	.pd-shoping-cart-box:hover span {
		background: #00ACF1 !important;
	}
	#q {
		border-radius: 9px !important;
	}
}
.social-icons-header .icon:hover {
    color: #fff;
    background-color: #00ACF1;
}
#header-cart:hover .cart-item-count-header {
    color: #fff;
    background-color: #00ACF1;
}
@media (min-width: 991px) and (max-width: 1135px) {
.pd-middle-header.sticky .form-control::placeholder {
    opacity: 0; 
}
}
#des-menu>li:nth-child(9) i {
    padding-right: 10px;
    vertical-align: middle;
	color: #fff !important;
}
.active-lv2 {
	color: #00ACF1!important;
}
#mob-menu {
    z-index: 10000 !important;
	width: 100vw;
	height: 100% !important;
}
html {
	overflow-x: hidden;
}
span.pd-icon-search {
    border: none;
}
.pd-header-box-image {
	width: 80px;
}
.pd-header-box-icon .icon {
	font-size: 28px;
    transform: rotateY(180deg);
    display: inline-block;
    color: #fff;
	height: 35px;
}
#header-cart {
    z-index: 10000;
}
#cartHeader {
    background: transparent;
    border: none;
	box-shadow: none;
	padding-right: 0;
}
#cartHeader .icon:first-child {
    font-size: 31px;
}
#cartHeader .icon:last-child {
    font-size: 20px;
}
.cart-item-count-header {
    display: inline-block;
    height: 30px;
    background-color: #fff;
    color: #004892;
    font-size: 18px;
    width: 30px;
    border-radius: 15px;
    vertical-align: text-bottom;
    padding-top: 2px;
    margin: 0 10px;
}
#cartHeader:hover {
	color: #fff;
}
#cartHeader:hover .icon:last-child {
	color: #00aeef;
}
.pd-header-benefits {
	padding: 0;
}
@media (min-width: 991px) {
	.pd-header-search {
    	padding-right: 40px;
	}
}
@media (max-width: 1200px) {
#megantic-menu {
    width: 960px;
}
}
#des-menu>li:nth-child(9) {
    background-color: #00ACF1;
}
#des-menu>li:last-child>a {
    color: #fff;
}
#des-menu>li:hover>a {
    color: #fff;
}
#header-cart-right .dropdown-menu.show {
    width: 400px;
    left: unset !important;
    right: 0;
    top: 70px !important;
    transform: none !important;
	z-index: 100000;
}
.megamenu-lv3 {
    position: absolute;
    left: 26%;
    top: 0;
	background-color: #fff;
	display: inline-block;
	width: 25% !important;
	visibility: hidden;
}
.megamenu-lv3 a {
    font-size: 13px;
    line-height: 25px;
    color: #00ACF1;
    text-transform: uppercase;
    font-weight: 700;
}
.img-in-header {
    position: absolute;
    top: -18px;
    right: -460px;
    margin-left: 220px;
	padding: 23px 27px;
}
.box-arrow {
    width: 18px;
    height: 18px;
    position: absolute;
    top: -33px;
    left: 30px;
    background: #fff;
    transform: rotate(45deg);
    border-radius: 3px;
	border-top: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
}
.pd_top_header_right .box-arrow {
    top: -8px;
}
.header-wrapper .pd-brands-menu>.container {
    padding: 0;
}
.header-wrapper .pd-brands-menu>.container>row {
    border-radius: 3px;
}
.header-wrapper .pd-brands-menu .box-arrow {
    top: 10px;
    left: 89%;
}
.header-wrapper .pd-brands-img a:hover {
    color: #00ACF1 !important;
}
.header-wrapper ul.link-list.top_brands {
    flex-direction: column;
    max-height: 1000px;
}
.mobile-brands-btn {
    background: #00ACF1 !important;
    color: #fff !important;
    padding: 0 !important;
    margin: 0 13px;
    text-align: center !important;
}
.mobile-sale-btn {
    background: #f85124 !important;
    color: #fff !important;
    padding: 0 !important;
    text-align: center !important;
    margin: 0 13px;
}
.mobile-brands-btn:hover, .mobile-sale-btn:hover,
.wsmenu .wsmenu-list li:hover>a.mobile-brands-btn, 
.wsmenu .wsmenu-list li:hover>a.mobile-sale-btn {
	color: #fff !important;
}
#mob-menu .social-icons-header .icon {
    background-color: #004892;
    width: 35px;
    height: 35px;
    border-radius: 18px;
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
}
@media (max-width: 991px) {
.header-top-info > div {
    max-width: calc(100% - 45px) !important;
}
}
@media (max-width: 767px) {
.pd-middle-header .pd-header-benefits {
    position: initial;
	padding: 0;
	align-items: flex-end !important;
    }
.pd-middle-header {
    padding-top: 10px !important;
}
.sticky .pd-header-benefits {
    position: absolute;
	height: 60px;
}
.header-wrapper .pd-header-box-text {
    position: absolute;
    top: -1000px;
}
.pd-header-box-image {
    order: 1;
}
.pd-header-box.pd-header-box-contact {
    order: 2;
    justify-content: space-evenly;
}
	.wrapper-footer .pd-header-box-contact .icon i {
    vertical-align: super;
}
}
@media (max-width: 374px) {	
	.header-top-info a {
		font-size: 12px;
	}
}
/*Home-page Start*/
#mainBannerHomePage, #mainMobileBannerHomePage {
    position: relative;
	overflow: hidden;
	text-align: center;
}
.main-banner-text {
	position: absolute;
    top: 30%;
    width: 100%;
}
.main-banner-text h1 {
	color: #fff;
    font-weight: 700;
    font-size: 56px;
    text-align: center;
	text-transform: uppercase;
}
.main-banner-text p {
	color: #fff;
    font-size: 23px;
    text-align: center;
	line-height: 27px;
	font-weight: 500;
}
.main-banner-text .btn {
	border-radius: 3px;
    background-color: #00acf1;
    color: #fff;
    padding: 23px 22px 21px;
    width: 240px;
    font-weight: 600;
    text-align: center;
    display: block;
    margin: 25px auto;
	font-size: 14px;
    line-height: 17px;
}
@media (max-width: 1367px) {
	.pd-featured-section .nav-tabs .nav-link {
		font-size: 15px;
	}
}
@media (min-width: 1200px) {
	#nav-100-tab {
    padding-left: 0;
	}
}
@media (max-width: 1200px) {
    .main-banner-text {
        top: 15%;
    }
}
@media (max-width: 768px) {
.main-banner-text p {
    font-size: 18px;
}
.main-banner-text .btn {
    padding: 20px;
    width: 180px;
}
	#q::placeholder {
  	opacity: 0;
	}
}
@media (max-width: 991px) {
    #mainBannerHomePage img {
        max-width: 150%;
    }
    .main-banner-text {
           top: 30%;
    }
	.main-banner-text h1 {
    font-size: 30px;
	}
	.overlapblackbg {
    right: unset;
    left: calc(100vw - 50px);
	}
}
@media (min-width: 991px) {
	.pd-featured-section > .container, .pd-featured-section #nav-tab .container, .pd-reviews-section > .container, .pd-brands-section > .container, .new-products-section > .container, .slider-tab-inner > .container {
    padding: 0;
	}
}
@media (max-width: 500px) {
	.main-banner-text .btn {
    padding: 12px;
    width: 120px;
    margin: 0 auto;
    font-size: 12px;
	}
	.main-banner-text p {
		font-size: 15px;
	}
	.main-banner-text h1 {
		font-size: 25px;
	}
}
.info-under-main-banner {
    overflow: hidden;
    border-radius: 80px;
    position: absolute;
    top: -60px;
    width: 100%;
    padding: 25px 30px;
    background: #fff;
	box-shadow: 4px 4px 24px #0000000d;
}
.info-under-main-banner-wrap {
	position: relative;
}
.info-under-main-banner > div {
    background-color: #fff;
    padding: 0 20px 0 30px;
	z-index: 5;
}
.info-under-main-banner > div a {
	color: #171717;
}
.info-under-main-banner > div p a {
    color: #40404099;
}
.info-under-main-banner > div:nth-child(2) {
    border-left: 1px solid #40404099;
    border-right: 1px solid #40404099;
}
.info-under-main-banner > div img {
    max-width: 75px;
    padding-right: 20px;
	padding-bottom: 10px;
}
.info-under-main-banner div p:first-child {
    font-weight: 700;
    font-size: 16px;
	line-height: 19px;
    text-transform: uppercase;
	margin-bottom: 5px;
}
.info-under-main-banner div p:last-child {
    font-size: 14px;
	line-height: 17px;
	margin: 0;
	color: #40404099;
}
.customerSupportUSPHome {
	cursor: pointer;
}
.pd-featured-section .nav-tabs .nav-link {
    white-space: nowrap;
    font-weight: 500;
}
.section-heading a span {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
	line-height: 14px;
    vertical-align: super;
    padding-left: 10px;
	padding-top: 5px;
    display: inline-block;
	color: #00ACF1;
}
.section-heading span i {
	padding-left: 5px;
}
.pd-reviews-section .section-heading p {
	font-size: 17px;
	text-transform: uppercase;
    color: #404040;
	}
.pd-reviews-section .section-heading p i {
    padding: 0;
}
.new-products-section .products-row article {
    max-width: 20% !important;
    padding: 8px 6px !important;
}
.new-products-section .products-row {
    align-items: unset !important;
    padding-left: 9px !important;
    padding-right: 9px!important;
}
.new-products-section {
    padding-bottom: 100px;
    padding-top: 70px;
	background: #ECF7FC;
}
.card-body .buying-options a, .addtocart.btn-primary {
    padding: 8px 15px 5px;
}
.homepage-banner-bottom-wrapper {
	padding: 80px 0 150px;
	overflow: hidden;
}
.homepage-banner-bottom-section {
	position: relative;
}
.homepage-banner-bottom-section .text-wrapper {
	height: 130%;
    background-color: #ecf7fc;
    width: 60%;
    position: absolute;
    right: 0;
    top: -15%;
    padding: 5% 5% 6% 15%;
	flex-direction: column;
}
.homepage-banner-bottom-section .text-wrapper .small-h {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 19px;
	color: #00ACF1;
	padding-bottom: 15px;
	display: inline-block;
}
.homepage-banner-bottom-section .text-wrapper h2 {
	margin-bottom: 0px;
	font-size: 38px;
	color: #404040;
	font-weight: bold;
	line-height: 43px;
	margin-bottom: 30px;
	display: block;
}
.homepage-banner-bottom-section .text-wrapper p {
	line-height: 24px;
	font-size: 17px;
	color: #404040;
	font-weight: 400;
}
.homepage-banner-bottom-section .text-wrapper .btn {
	border-radius: 3px;
    background-color: #00ACF1;
    color: #fff;
    padding: 24px;
    width: 240px;
	margin-top: 25px;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
}
.homepage-banner-bottom-section .img-wrapper {
    z-index: 2;
}
.stamped-badge-caption {
    font-size: 12px;
    color: #40404099;
    font-weight: 500;
}
.fa-star, .fa-star-half-alt,.fa-star-half-o, .fa-star-o, .stamped-fa-star, .stamped-fa-star-half-o, .stamped-fa-star-o {
    color: #FFCF71 !important;
}
.stamped-carousel-button-right:hover::before, .stamped-carousel-button-left:hover::before {
    color: #00ACF1;
}
#stamped-reviews-widget, #stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-scroll .stamped-reviews-message-block {
    font-family: 'Montserrat', sans-serif !important;
}
@media (min-width: 768px) {
	.info-under-main-banner > div {
		display: flex;
	}
}
@media (max-width: 767px) {
	.info-under-main-banner > div:nth-child(2) {
		border: none;
	}
	#ssCarousel {
		background: #f7fcfe;
		margin: 0 auto;
		padding: 30px 10px 0;
		max-width: 100%;
	}
	.carousel-control-prev, .carousel-control-next {
		display: block;
		background: transparent;
		border: none;
		top: calc(50% + 15px);
	}
	.carousel-control-prev-icon, .carousel-control-next-icon {
		filter: invert(1);
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
.homepage-banner-bottom-section .text-wrapper {
    height: auto;
    width: 100%;
    padding-left: 55%;
    z-index: 1;
}
.homepage-banner-bottom-wrapper {
    max-width: 100%;
    background-color: #ecf7fc;
}
}
.main-banner-text .btn:hover, .homepage-banner-bottom-section .btn:hover {
    font-size: 102%;
    transition: .3s ease-out;
}
@media (min-width: 992px) and (max-width: 1035px) {
    .homepage-banner-bottom-wrapper {
    padding-bottom: 180px;
}
}
@media (min-width: 850px) and (max-width: 991px) {
    .homepage-banner-bottom-wrapper {
    padding-bottom: 300px;
}
}
@media (min-width: 768px) and (max-width: 850px) {
    .homepage-banner-bottom-wrapper {
    padding-bottom: 380px;
}
}
@media (max-width: 991px) {
   .new-products-section .products-row article {
    max-width: 25% !important;
    } 
   .new-products-section .products-row article:last-child {
       display: none !important;
   }
	.info-under-main-banner-wrap {
    max-width: 98%;
	}
	.info-under-main-banner {
		position: initial;
		margin: 0;
	}
	.info-under-main-banner > div {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.pd-featured-section .nav-tabs .nav-link {
        width: 50%;
    }
}
@media (max-width: 767px) {
	.main-banner-text {
		top: 75%;
	}
	.pd-categories-section .meg-h2, .pd-featured-section .meg-h2, .pd-latest-blog-section .meg-h2, .pd-brands-section .meg-h2, .new-products-section .meg-h2 {
		font-size: 22px;
	}
	.section-heading a span {
		font-size: 13px;
		vertical-align: top;
	}
	.pd-featured-section {
		padding-top: 80px;
		padding-bottom: 50px;
	}
	.pd-reviews-section .meg-h2 {
		margin-bottom: 15px;
		text-align: center;
		font-size: 22px;
	}
	.pd-reviews-section .section-heading p {
    margin-bottom: 40px;
    text-align: center;
	}
	.homepage-banner-bottom-wrapper {
        max-width: 100%;
        padding: inherit;
    }
	.homepage-banner-bottom-section .text-wrapper {
		width: 100%;
		position: initial;
		padding: 30px 30px;
	}
	.homepage-banner-bottom-section .text-wrapper .btn {
    width: 200px;
	padding: 20px;
}
	.new-products-section {
		background-color: #fff;
		padding-bottom: 60px;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
   .new-products-section .products-row article {
    max-width: 33.33% !important;
    } 
   .new-products-section .products-row article:last-child,  section.row.products-row article:nth-child(4) {
       display: none !important;
   }
}
@media (max-width: 575px) {
   .new-products-section .products-row article {
    max-width: 50% !important;
} 
	.pd-featured-section .nav-tabs .nav-link {
    font-size: 13px;
}
}
/*Home-page End*/
/*Footer Start*/
.klaviyo-form-QwQBYy.klaviyo-form.form-version-cid-1 form > div > div:nth-child(3) {
    flex-direction: row-reverse !important;
}
.wrapper-footer .pd-header-box-contact {
	margin-top: 35px;
}
.wrapper-footer .pd-header-box-contact .icon {
	color: #00ACF1;
}
.phone-footer-box {
    margin-bottom: 20px;
}
.email-footer-box .meg-h4 {
    text-transform: initial;
}
.wrapper-footer .pd-header-box-text .meg-h4 a {
    font-size: 16px;
    line-height: 19px;
}
.pd-copuright {
	align-self: center;
    padding-top: 30px;
	font-weight: 600;
	text-align: left;
	color: #ffffff99;
}
.pd-copuright a {
	color: #ffffff99 !important;
}
.pd-paying-icons ul {
	margin: 20px 0 0;
    justify-content: flex-end !important;
}
.footer-form-title {
	font-size: 14px;
	display: inline-block;
}
.wrapper-footer .social-icons-header {
    padding-left: 6px;
    padding-bottom: 30px;
}
.wrapper-footer .social-icons-header .icon {
	width: 35px;
	height: 35px;
	border-radius: 18px;
	font-size: 19px;
	color: #00ACF1;
}
.wrapper-footer .social-icons-header .icon:hover {
    color: #fff;
}
.pd-newsletter-col > span {
    padding-left: 6px !important;
}
.wrapper-footer li.nav-item a {
    font-size: 16px;
	line-height: 42px;
}
button.needsclick.go3489073019.kl-private-reset-css-Xuajs1 {
    position: absolute;
    width: 95px;
    height: 38px;
    top: -70px;
    left: calc(100% - 121px);
}
.wrapper-footer input.needsclick.kl-private-reset-css-Xuajs1 {
    height: 60px !important;
}
.go3489073019.go3489073019.go3489073019.go3489073019.go3489073019.go3489073019:hover {
    height: 36px;
    top: -69px;
}
button.needsclick.go3489073019.kl-private-reset-css-Xuajs1:active {
    outline: none;
}
.footer-bottom-wrap {
	border-top: 1px solid #979797;
    margin-top: 20px;
}
.pd-paying-icons>ul {
    margin-top: 20px !important;
}
.payment-icon {
    background-size: 55px;
    background-repeat: no-repeat;
}
@media (max-width: 767px) {
.wrapper-footer li.nav-item {
    text-align: left;
}
.pd-fotter-logo img {
    margin-top: 0;
	width: 150px;
}
ul.nav.flex-column {
    padding-left: 20px;
}
.payment-icon {
    width: 60px !important;
    background-size: 47px !important;
}
.phone-footer-box.d-flex, .email-footer-box.d-flex {
    justify-content: center;
}
.email-footer-box .meg-h4 {
    margin-bottom: 50px;
}
.pd-header-box-text .meg-h4 a {
	white-space: normal;
}
.wrapper-footer .pd-header-box-text {
    width: auto;
}
	.klaviyo-form-QwQBYy.klaviyo-form.form-version-cid-1 {
    padding: 0 20px;
}
.wrapper-footer input.needsclick.kl-private-reset-css-Xuajs1 {
    height: 45px !important;
}
button.needsclick.go3489073019.kl-private-reset-css-Xuajs1 {
    height: 23px;
    top: -55px;
}
.go3489073019.go3489073019.go3489073019.go3489073019.go3489073019.go3489073019:hover {
    height: 18px;
    top: -51px;
}
	.wrapper-footer {
    padding-bottom: 50px;
}
#tidio-chat-iframe[style*="width: 70px"] {
    bottom: -12px !important;
    transform: scale(1.15) !important;
}
}
@media (max-width: 991px) {
	.wrapper-footer .social-icons-header {
    justify-content: center;
}
	.pd-newsletter-col > span.meg-h4, .footer-form-title {
    text-align: center;
}
	.wrapper-footer .pd-header-box-text {
    width: 72%;
}
}
@media (max-width: 1199px) {
	.pd-copuright {
    text-align: center;
}
.pd-paying-icons ul {
    justify-content: center !important;
}
	.footer-bottom-wrap {
    flex-direction: column-reverse;
}
}
/*Footer End*/
.stamped-carousel-title.stamped-style-color-title,
.stamped-carousel-subtitle.stamped-style-color-star,
#stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-scroll:before {
    display: none !important;
}
#stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-scroll-wrapper {
    margin-left: 20px !important;
}
.stamped-carousel-buttons {
    position: absolute;
    top: 58%;
    display: flex;
    width: 100% !important;
    justify-content: space-between;
    left: 10px;
    z-index: 1;
}
#stamped-reviews-widget[data-widget-type=carousel] .stamped-reviews-date {
    float: none !important;
    text-align: right!important;
}
#stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-scroll .stamped-reviews-image {
    float: none !important;
    width: 90% !important;
    height: 110px !important;
    border: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}
#stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-scroll .stamped-reviews-message {
    margin-left: 10px !important;
    margin-top: 30px !important;
}
#stamped-reviews-widget[data-widget-type=carousel] .stamped-ratings-wrapper {
    text-align: center !important;
    margin-top: -30px !important;
    display: grid !important;
    justify-items: center !important;
}
#stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-scroll .stamped-reviews-image img {
    position: initial !important;
}
#stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-scroll .stamped-reviews-image > a {
    height: 100px !important;
}
#stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-scroll .stamped-reviews-image div a {
    height: inherit !important;
    font-size: 12px !important;
    text-align: center !important;
    line-height: 14px !important;
    color: #404040 !important;
}
#stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-scroll .stamped-reviews-message-block {
	color: #777777 !important;
}
#stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-scroll .stamped-reviews-title a {
	color: #000 !important;
	font-weight: 500 !important;
}
#stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-scroll {
    height: 335px !important;
}
#stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-scroll .stamped-reviews-author {
    position: absolute !important;
    bottom: 0 !important;
    margin-left: 200px;
	font-weight: 400 !important;
}
#stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-scroll .block {
    height: auto !important;
}
@media (max-width: 991px) {
    #stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-scroll .stamped-reviews-author {
    bottom: 55px !important;
    margin-left: 155px !important;
}
}
@media (max-width: 767px) {
    #stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-scroll .block {
        width: 50% !important;
    }
	#stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-scroll {
    height: 362px !important;
}
}
@media screen and (max-width: 690px) {
#stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-scroll .stamped-reviews-message {
    position: absolute;
    top: 100%;
    left: -91px;
    width: 90%;
}
	#stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-scroll .stamped-reviews-author {
    top: 180% !important;
}
	#stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-scroll .stamped-reviews-image {
		margin-left: 10px;
	}
	#stamped-reviews-widget[data-widget-type=carousel] .stamped-ratings-wrapper {
		position: relative;
	}
}
#stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-button-right:before,
#stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-button-left:before {
    content: " " !important;
}
.stamped-carousel-button-right {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 20px;
    filter: invert(0.5);
}
.stamped-carousel-button-left {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 20px;
    filter: invert(0.5);
}
@supports (-webkit-touch-callout: none) {
	.pd-middle-header {
		margin-bottom: 0px;
		padding-bottom: 5px;
	}
}
.mega-menu-dah a.pd_category_banner {
    position: absolute;
    right: 0;
    width: 400px !important;
    top: 0px;
    height: 178px;
	visibility: hidden;
	image-rendering: -moz-crisp-edges;          /* Firefox */
 image-rendering: -o-crisp-edges;            /* Opera */
 image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
 -ms-interpolation-mode: nearest-neighbor;
}
.mega-menu-dah a.pd_category_banner:hover {
    background-size: contain !important;
}
.img-in-header .pd_category_banner {
    width: 400px !important;
    height: 178px;
}
.pd-categories-mobile > .sub-menu >.wsmenu-lv2:nth-child(2) li:first-child {
    display: none;
}
.pd-category-top-desc a.pd_category_banner {
    width: 526px;
    height: 233px;
}
/*@media (max-width: 1200px) {
	.pd-category-top-desc a.pd_category_banner {
    width: 50%;
}
}*/
@media (max-width: 991px) {
	.pd-category-top-desc a.pd_category_banner {
    display: none !important;
}
}
.show-desktop-submenu-items {
	z-index: 100000;
	visibility: visible !important;
}
#pdnotifymodal .notifymodal {
    z-index: 99999;
}
.product-scripts a {
    text-decoration: underline;
}
/*megantic css*/
.homepage-banner-bottom-section .text-wrapper .meg-h2{
    font-size: 38px;
    color: #404040;
    font-weight: bold;
    line-height: 43px;
    margin-bottom: 30px;
    display: block;
}
.main-banner-text .meg-h1 {
    color: #fff;
    font-weight: 700;
    font-size: 56px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}
@media (max-width: 991px){
    .main-banner-text .meg-h1 {
        font-size: 30px;
    }
}
@media (max-width: 500px){
    .main-banner-text .meg-h1 {
        font-size: 25px;
    }
}
/*Shipping calculator on product page*/
input#ship_zip {
    width: 100%;
    height: 40px;
	border-right: none;
}
input#n_qty {
    width: 60px;
    height: 40px;
    margin: 0 10px;
}
#shipbox .col-12 {
    display: flex;
}
#shipbox button[title="Calculate"] {
    width: 150px;
    height: 40px;
	border-radius: 0 3px 3px 0;
}
#shipbox .card-header {
    background: none;
    border: none;
	padding-bottom: 0;
}
#shipbox {
    margin-bottom: 25px;
}
#shipbox .card-body {
    padding-top: 12px;
}
#shipbox div[aria-label="Shipping results"] div[aria-label="Shipping method option"]:first-child hr {
    display: none;
}
#shipbox p.text-muted {
    font-size: 13px;
    margin-top: 5px;
}
div#shipResults {
    display: none;
}
/*variatons Boat Seat Color*/
a._itmspec_lnk._itmspec_selected {
    border: 1px solid;
    display: block;
}
a._itmspec_lnk {
    position: relative;
    display: block;
}
a._itmspec_lnk .badge {
    background-color: #5CBE4A;
    border-radius: 0.25rem;
    font-size: 10.5px;
    color: #fff;
    width: auto;
    height: 17px;
    line-height: 17px;
    padding: 0 0.4em;
    position: absolute;
    top: 5px;
    right: 5px;
}
div[aria-label="Choose Boat Seat Color variation selection"] {
    max-width: 100% !important;
    flex: 0 0 100%;
}
div[aria-label="Choose Boat Seat Color variation selection"] .specific {
    display: flex;
}
div[aria-label="Boat Seat Colour variation selection"] {
    max-width: 100% !important; 
    flex: 0 0 100%;
}
div[aria-label="Boat Seat Colour variation selection"] .specific {
    display: flex;
    flex-wrap: wrap;
}
div[aria-label="Boat Seat Colour variation selection"] .specific ._itmspec_listitm {
    width: 25%;
    margin-top: 4px;
    margin-bottom: 4px;
}
/*Color swatches*/
div[aria-label="Choose Color variation selection"] .specific {
    display: flex;
    /* width: 100%; */
    align-items: center;
}
div[aria-label="Choose Color variation selection"] {
    max-width: 100%;
    flex: 0 0 100%;
}
.nSwatchProduct {
    height: 40px; 
    width: 40px; 
    display: block;
}
.nColourSwatch._itmspec_lnk {
    display: inline-block;
    margin-right: 15px;
    border: 1px solid #000;
}
.nColourSwatch._itmspec_lnk._itmspec_selected {
    padding: 4px;
}
.nColourSwatch ._itmspec_listitm {
    margin: 0;
}
#pd-category-page .pd-category-top.pd-category-top-desc > .row > .pd-category-top-right {
    display: none;
}
#pd-category-page .pd-category-top.pd-category-top-desc > .row > .pd_category_banner {
    padding: 0;
}
/*Notify me popup*/
.notify-me-popup {
    display: none;
    text-shadow: none;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 10px 25px rgb(0 0 0 / 50%);
    box-shadow: 0 10px 25px rgb(0 0 0 / 50%);
    height: auto;
    max-width: 500px !important;
    width: calc(100% - 30px);
    margin: 15px 0;
    z-index: 10000;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.npopup.hide-popup {
    display: none !important;
}
div#blog-main span.review_response.text-muted br {
    display: block;
    margin: 20px 0;
    content: "";
}
.pd-slide-open #tidio-chat {
    display: none !important;
}
@media (max-width: 767px){
.productdetails table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
}
.modal-open #termsModal.modal, .modal-open #privacyModal.modal {
    z-index: 99999;
}
#header-cart .pd-cart-popup .cart-header span.meg-h3 {
    color: #000 !important;
}
.search_open .npopup {
    display: none !important;
}
.slide-cart-header {
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
    margin-top: -20px;
    padding-top: 0;
    border-bottom: 1px solid #dbdbdb;
}
.pd-cart-enquiry .pd-add-cart {
    width: calc(100% - 60px);
    margin-right: 10px;
}
@media only screen and (max-width: 480px) {
.pd-cart-enquiry .wishlist_toggle {
    margin-top: 0px;
}
.pd-featured-section .nav-tabs .nav-link {
    font-size: 13px;
    padding: 5px 2px;
}
.pd-featured-section .nav-tabs .nav-link.active {
    border: 1px solid #00aeef;
    font-weight: 400;
}
}
.wrapper-pricing .h1, .child-price.no-promo .pd-child-price, .pd-multiadd-price.not-on-promo p span {
    color: #000;
}
.wrapper-pricing .h1.productpromo, .thumbnail.card-body .price.on-promo a {
    color: red;
}
.pd-retail-price {
    color: #a9a9a9;
    font-size: 14px !important;
    font-weight: 400;
}
.pd-algolia-thumb .price.on-promo .pd-retail-price {
    display: inline-block;
    padding-left: 0 !important;
    margin-left: 0 !important;
}
.pd-algolia-thumb .price.on-promo span[itemprop="price"] {
    margin-right: 8px;
}
#ReviewsWidget .ElementsWidget-prefix .u-marginTop--xs, #ReviewsWidget .ElementsWidget-prefix .R-TextBody--inline {
    font-size: 22px;
}
p.baa_afterpay_prod_page,
.baa_afterpay_cart_page {
    display: none !important;
}
a.pd-resources-files p {
    padding: 0 5px;
}
a.pd-resources-files-thumbs {
    border: 1px solid #e0e0e0 ;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
.pd-resources-search .input-group {
    width: 100%;
}
	
a.pd-resources-files p {
    line-height: 18px;
}
	
a.pd-resources-files-thumbs {
    margin-bottom: 0;
    height: 100%;
}
	
.pd-resources-files-link {
    padding: 0 7px;
}
.pd-resources-files-thumbs-wrap {
    padding: 0 7px;
    margin-bottom: 20px;
}
	
.pd-resources-links {
    padding: 0 7px;
}
}
.reviews_page #ReviewsWidget .ElementsWidget-prefix .u-marginTop--xs, #ReviewsWidget .ElementsWidget-prefix .R-TextBody--inline {
    font-size: 0.75em;
}
#des-menu>li>.dropdown-menu.mega-menu>.mvp_p>div>.col-sm-12 {
    float: none;
}
/*New Mobile Header*/
@media (max-width: 767px) {
	.header-top-info .container {
		padding: 6px 0;
	}
	
	.header-top-info.d-md-none.mobile-info-bar img {
		width: 20px;
	}
	
	.header-top-info.d-md-none.mobile-info-bar {
		height: auto;
	}
	
	.header-top-info.d-md-none.mobile-info-bar span.icon {
		top: 7px;
	}
	
	.pd-header-box-image {
		display: none;
	}
	
	.pd-middle-header:not(.sticky) a#wsnavtoggle:after {
		content: 'Menu';
		color: #fff;
		text-transform: uppercase;
		position: absolute;
		right: 0;
		top: 2px;
		bottom: 0;
		display: flex;
		align-items: center;
		justify-content: end;
		font-weight: 500;
	}
	
	.pd-middle-header:not(.sticky) a#wsnavtoggle {
		width: 80px;
		position: relative;
		display: block;
		margin-top: 0;
		top: 18px;
	}
	.pd-middle-header:not(.sticky) .pd-header-search {
		order: 3;
		margin: 5px 0 0 0;
	}
	.pd-middle-header:not(.sticky) .pd-cat-header {
		order: 2;
		margin-left: auto;
	}
	.pd-middle-header:not(.sticky) .pd-header-box-icon:has(.fa-phone) {
		display: none;
	}
	.pd-middle-header:not(.sticky) .pd-header-benefits {
		order: 2;
		height: auto;
		max-width: fit-content;
		margin-left: auto;
	}
	.pd-middle-header:not(.sticky) .wrapper-logo {
		max-width: calc(100% - 160px);
		padding: 0;
		flex-grow: 1;
		margin: 0;
	}
	.pd-middle-header:not(.sticky) .col-1.d-lg-none.pd-mobile-header {
		width: 80px;
		max-width: 80px;
		order: 0;
	}
	.pd-middle-header:not(.sticky) .d-md-none.pd-header-box-icon {
		padding-right: 0;
		text-align: right;
	}
	.pd-middle-header:not(.sticky) .pd-header-box-icon a .icon {
		font-size: 24px;
	}
	.pd-middle-header:not(.sticky) .wrapper-logo a {
		height: 60px !important;
		padding-bottom: 2px;
	}
	
	.pd-middle-header:not(.sticky) .pd-shoping-cart-box i {
		font-size: 23px;
		vertical-align: 2px;
	}
	
	.pd-middle-header {
		margin-bottom: 0px;
	}
	.pd-middle-header .row {
		margin-bottom: 10px !important;
	}
	
	.pd-header-box.pd-header-box-contact.phone-in-menu {
		justify-content: center;
		margin: 20px 0;
	}
	.phone-in-menu .pd-header-box-text {
		position: initial;
		width: fit-content;
	}
	.phone-in-menu .pd-header-box-text .meg-h4 a, .phone-in-menu .pd-header-box-icon a i {
		color: #00acf1;
	}
}
/*Mobile Breadcrumbs*/
@media (max-width: 767px) {
	 .pd-breadcrumb ol.breadcrumb {
		display:flex;
		flex-wrap: nowrap;
		justify-content: flex-start!important;
		height: 45px;
		min-width: max-content;
		margin-bottom: 0!important
	}
	.pd-breadcrumb nav {
		overflow: auto;
	}
}
.pd-excerpt-desc:has(.brand_img-) {
    display: flex;
}
@media (max-width: 767px) {
.pd-excerpt-desc:has(.brand_img-) {
    flex-wrap: wrap;
}
.pd-excerpt-desc .brand_img- {
    margin: 0 auto;
}
}
/* Offcanvas Cart */
#_jstl__offcanvas_cart,
#_jstl__offcanvas_cart_r {
    height: 100%;
}
.offcanvas-cart-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.offcanvas-product-price {
    display: flex;
}
.offcanvas-product-price-old {
    margin-right: 4px;
}
.offcanvas-cart {
    z-index: 9999999999;
}
.offcanvas-cart {
    background: white;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 100vh;
    height: 100%;
    max-width: 400px;
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: .2s ease;
    z-index: 9999999999;
	position: fixed !important;
    will-change: auto !important;
    top: 0px !important;
    /* right: -440px !important; */
    left: auto !important;
    transform: none !important;
    -webkit-transition: right 0.3s ease 0s;
    -o-transition: right 0.3s ease 0s;
    transition: right 0.3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.offcanvas-cart-open {
    right: 0;
}
.offcanvas-cart-header {
    padding: 24px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.offcanvas-cart-actions .btn-primary {
    color: #ffffff;
	/*background-color: #004872;*/
    /*border-color: #004872;*/
}
.offcanvas-cart-actions .btn-primary:hover {
	opacity: 0.8;
}
.offcanvas-cart-actions a, .offcanvas-product-remove {
	color: #004872;
}
.offcanvas-cart-actions a:hover, .offcanvas-product-remove:hover {
	opacity: 0.8;
}
.offcanvas-cart-body {
    padding: 24px;
    /*flex: 1;*/
    overflow-x: hidden;
    overflow-y: auto;
}
footer.offcanvas-cart-footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-grow: 1;
}
.offcanvas-cart-summary {
    /*flex-grow: 1;*/
}
.offcanvas-cart-footer {
    padding: 12px;
}
.offcanvas-cart-note span {
    font-weight: 600;
}
.offcanvas-cart-note i {
    margin-left: 3px;
}
.offcanvas-cart-title {
    font-size: 20px;
    margin: 0;
}
.offcanvas-cart-summary {
    color: #212529;
    margin-bottom: 24px;
}
.offcanvas-product {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.offcanvas-product:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.offcanvas-product-inner {
    display: flex;
    align-items: center;
}
.offcanvas-product-image {
    padding: 0 8px 0 0;
    flex-shrink: 0;
}
.offcanvas-product-content {
    padding: 0 8px;
    flex-grow: 1;
}
.offcanvas-product-aside {
    padding: 0 0 0 8px;
}
.offcanvas-product-title {
    font-size: 14px;
    margin-bottom: 4px;
}
.offcanvas-product-title-link {
    color: #212529;
}
.offcanvas-product-title-link:hover {
    text-decoration: none;
}
.offcanvas-product-price {
    font-size: 14px;
    font-weight: 500;
}
#header-cart .dropdown-menu.offcanvas-cart-open {
    right: 0 !important;
}
.cart-product-slider article[aria-label="Product thumbnail"] .thumbnail span.ecom-data {}
.cart-product-slider article[aria-label="Product thumbnail"] .thumbnail .ga4-product, .cart-product-slider article[aria-label="Product thumbnail"] .thumbnail span.ecom-data {
    display: none !important;
}
@media (max-width: 767px) {
ul#offcanvas-cart {
    overflow-y: auto;
}
div#_jstl__offcanvas_cart {
    height: fit-content;
}
	
.cart-product-slider {
    order: 5;
}
footer.offcanvas-cart-footer {
    order: 4;
    margin-bottom: 20px;
}
.offcanvas-product-price {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    margin-top: -5px;
}
.prce.minicart-qty.offcanvas-price-wrapper {
    flex-wrap: wrap;
}
.offcanvas-product-title {
    padding-right: 0;
}
.mini-cart-items>ul {
    padding: 15px;
}
}
@media only screen and (min-width: 768px) {
    .text-left-new {
        display: none;
    }
    .options-column-new {
        display: none;
    }
}
.cart-overlay {
    position: absolute;
	top: 0;
    right: 15px;
    left: 15px;
    bottom: 17px;
	background: rgba(51, 51, 51, .5);
	z-index: 9999;
    display: none;
}
#cartOverlay {
    display: none;
}
.cart-overlay img {
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}
.text-left-new h5 {
    margin-top: 10px;
}
.options-column-new input {
    max-width: 80px;
}
.cartTable {
    min-width: unset; 
}
.cartTable--column-image>div {
    position: relative;
}
.cartTable--column-image .offcanvas-sale-label {
    bottom: 0px;
} 
.options-column-new>div {
    display: flex; gap: 10px;
}
.cart-qty-1 input {
    text-align: center;
}
.cart-qty input {
    text-align: center;
}
.d-sm-table-cell .qty-note {
    display: flex; 
    flex-direction: column;
}
.cartTable--column-tps .was-price {
    color: #40404066;
}
@media only screen and (max-width: 767px) {
    .d-sm-table-cell {
        display: none !important;
    }
    .cartTable--column-tps .cartTable--column-sku {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 6px;
    }
    .pd-product-icon>p {
        display: none;
    }
    .cartTable--column-sku .pd-cart-sku span {
        margin-right: 10px;
    }
    .cartTable--column-sku .pd-cart-sku {
        width: unset;
        margin: 0px;
        line-height: 14px;
    }
    .cartTable--column-tps .text-left-new {
        margin-bottom: 5px;
    }
    .cartTable--column-tps .text-left-new h5 {
        margin: 0px 0px 3px;
    }
    .cartTable--column-tps .rk-clm-qty input[type=number] {
        border-radius: 5px !important;
    }
    .cartTable--column-tps .pd-box-icon {
        margin-left: 3px;
    }
    .cartTable--column-sku .pd-cart-sku span:nth-child(2) {
        display: none;
    }
    .cartTable--column-tps .pd-icon-description {
        right: -200%;
    }
}
.pd-product-short-desc p u strong a {
    margin-top: 10px;
    display: block;
}

@media (max-width: 768px) {
#n_checkout .pd-box-icon,
body#n_product .pd-box-icon {
    flex-direction: row;
    row-gap: 3px;
}
	
body#n_product .pd-icon-description {
    right: unset;
    left: 0;
}
}

.mobile-gift-cards-btn {
	background: #174688 !important;
    color: #fff !important;
    margin: 0 13px;
    text-align: center !important;
}



@media (max-width: 575px) {
    .header-top-info.d-md-none.mobile-info-bar span.icon {
        right: -10px;
        display: none;
    }
    .header-top-info > div {
        max-width: calc(100% - 35px) !important;
    }
    .header-top-info a {
        font-size: 13px;
    }
}
.in-stock-text .stock-wrapper {
    margin-top: 8px;
    margin-left: 0px;
}
.in-stock-text .stock-wrapper .pd-badge-success,
.pd-child-table .pd-badge-success {
    position: relative;
    cursor: pointer;
}
.in-stock-text .stock-wrapper .pd-badge-success-description,
.pd-child-table .pd-badge-success-description {
    opacity: 0;
    visibility: hidden;
    z-index: -999999;
    position: absolute;
    border: 1px solid #dbdbdb;
    width: 270px;
    padding: 10px;
    top: 26px;
    left: -5px;
    background: #fff;
    font-size: 15px;
    color: #171717;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}
.in-stock-text .stock-wrapper .pd-badge-success-description p,
.pd-child-table .pd-badge-success-description p {
    line-height: 1.6;
    margin-bottom: 0px;
    white-space: normal;
}
.in-stock-text .stock-wrapper .pd-badge-success:hover .pd-badge-success-description,
.pd-child-table .pd-badge-success:hover .pd-badge-success-description {
    opacity: 1;
    visibility: visible;
    z-index: 9;
}
.pd-child-table .pd-badge-success-description {
    right: -6px;
    top: 30px;
    left: unset;
}
.pd-product-info .in-stock-text .stock-wrapper {
    margin-top: 0;
    margin-left: 0px;
    display: flex;
    align-items: center;
}


@media (max-width: 424px) {
    .in-stock-text .stock-wrapper .pd-badge-success-description {
        right: -65px;
    }
}
@media (max-width: 385px) {
    .in-stock-text .stock-wrapper {
        width: 100%;
        margin-top: 5px;
    }
    .in-stock-text .stock-wrapper .badge-success {
        margin-left: 0 !important;
    }
    .in-stock-text .stock-wrapper .pd-badge-success-description {
        right: -221px;
        top: 25px;
    }
}
@media (min-width: 768px) and (max-width:991px) {
    .in-stock-text .stock-wrapper {
        margin-left: 16px;
        margin-top:0px;
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .pd-product-info .wrapper-pricing .badge-success {
        margin-left: 0 !important;
        
    }
    .pd-product-info .wrapper-pricing .stock-wrapper {
        margin-top: 10px;
        width: 100%;
    }
}

@media (max-width: 500px) {
    .pd-product-info .in-stock-text .stock-wrapper {
        width: 100%;
        margin-top: 10px;
    }
    .pd-product-info .wrapper-pricing .badge-success {
        margin-left: 0 !important;
    }
}