.clearfix::before,
.clearfix::after,
.clearfix:before,
.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.i-cont7 table td {
    padding: 12px 10px;
    font-size: 16px;
}

.i-cont7 table .td-l {
    width: 50px;
    text-align: center;
}

.foot-bg {
    width: 100%;
    height: 30px;
    background: url(../image/bg2.jpg) no-repeat center center;
    background-size: 1920px 30px;
    margin: 40px 0 20px;
}

.foot {
    padding-top: 30px;
}

.foot .code-box {
    text-align: center;
}

.foot .code-box p {
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 5px;
}

.foot .txt {
    color: #333;
    font-size: 16px;
    line-height: 2;
    margin-top: 25px;
}

.foot .tip {
    padding: 20px 0 35px;
    text-align: center;
}

.foot .tip h3 {
    color: #666;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 0;
}

.foot .tip h3 i {
    width: 75px;
    height: 1px;
    background: #858585;
    vertical-align: middle;
    margin: 0 8px;
    display: inline-block;
}

.foot .tip a {
    font-size: 24px;
    color: #333;
    padding: 8px 0;
}

.ban-box {
    position: relative;
}

.ban-box .icon-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
}

.ban-box .icon-box a {
    float: right;
    color: #e60012;
    font-size: 12px;
    margin-left: 15px;
}

.ban-box .icon-box img {
    width: auto;
    height: 12px;
    float: left;
    margin-top: 9px;
    margin-right: 5px;
}

.bgh8 {
    background: #f5f5f5;
    height: 8px;
}

#load {
    background: #fff url(../img/load.gif) no-repeat center center;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.i-cont6 .list .col-xs-6 {
    margin-bottom: 20px;
}

footer {
    position: relative;
    z-index: 3;
    background: #e4e4e4 !important;
    font-size: .8em;
}
@media(max-width:768px){
    .p15{
        padding: 0 15px;
    }
    .gift_box table img{
        max-width: 200px;
        max-height: 185px;
        width: 100%;
        
        min-width: 100px;
        min-height: 110px;
    }
}
@media (min-width: 768px){
    .container {
        width: 750px;
        margin: 0 auto;
    }
    .gift_box table img{
        max-width: 200px;
        max-height: 185px;
        width: 100%;
        height: 185px;
        min-width: 100px;
        min-height: 110px;
    }
   
} 
@media (min-width: 992px){
    .container {
        width: 970px;
        margin: 0 auto;
    }
    .gift_box table img{
        max-width: 200px;
        max-height: 185px;
        width: 100%;
        height: 185px;
        min-width: 100px;
        min-height: 110px;
    }
}


@media (min-width:1170px) {
    .container {
        width:1170px;
        margin: 0 auto;
    }
    .gift_box table img{
        max-width: 200px;
        max-height: 185px;
        width: 100%;
        height: 185px;
        min-width: 100px;
        min-height: 110px;
    }
}


.copyright {
    background: #333;
    color: #fff;
    text-align: center;
    line-height: 2;
    padding: 45px 0;
}

.new-store-logo a,
.new-cn-logo a {
    display: block;
    width: 100%;
    height: 100%
}

.live-chat.group {
    position: fixed;
    height: 14px;
    bottom: 0;
    right: 10%;
    z-index: 99999;
    padding: 12px !important;
    box-shadow: #00000036 0 14px 16px 3px;
    background: #fff;
    border-right: 2px solid #39c45e;
    border-left: 2px solid #39c45e;
    border-top: 2px solid #39c45e
}

body #wrap .live-chat #liveAgent {
    position: relative;
    background: none;
    border: none;
    padding: 0;
    display: inline-block;
    margin: 0;
    float: unset
}

body #wrap .live-chat #liveAgent>a {
    position: relative;
    display: block;
    padding: 0 23px 0 0;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px !important;
    white-space: nowrap
}

body #wrap .live-chat #liveAgent>a:before {
    color: #000;
    margin-left: 2px;
    margin-top: 4px;
    width: 15px;
    height: 10px;
    border: solid 1px #000;
    border-radius: 2px;
    top: -3px;
    right: 0
}

body #wrap .live-chat #liveAgent>a:after {
    background: none;
    position: absolute;
    right: 4px;
    top: 10px;
    width: 4px;
    height: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: solid 1px #000;
    border-right: solid 1px #000
}

body #wrap .live-chat #liveAgent>a:before,
body #wrap .live-chat #liveAgent>a:after {
    content: '';
    background: none;
    position: absolute;
    background-color: #41c363;
    transition: background-color 2s;
    animation-name: example;
    animation-duration: 20s;
    animation-delay: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate
}

body #wrap .live-chat:hover #liveAgent>a:before,
body #wrap .live-chat:hover #liveAgent>a:after {
    background-color: #000;
    transition: background-color 200ms
}

@keyframes example {
    0% {
        background-color: #fff
    }

    50% {
        background-color: #39c55f
    }
}

.cart-user-links-control {
    min-width: 111px
}

.filterLayoutTop div#filterHeading .expand_box_label {
    display: none;
}

.placeBar {
    background: #fff
}

header#head {
    background: #fff !important;
    border-top: 2px
}

#head .megaMenu .subnav {
    border-right: 1px solid #373a3c;
    border-bottom: 1px solid #373a3c;
    border-left: 1px solid #373a3c;
    font-size: 13px
}

.subnav.banner.megamenu-Favourites ul {
    list-style: disc;
    margin-left: 14px;
    margin-bottom: 10px
}

.subnav.banner.megamenu-Favourites ul li {
    margin-bottom: 3px
}

div#headContent {
    background: #fff;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    /* padding: 0 20px 4px; */
    margin-top: 0
}

div#ad_pf_header_topbar .ui_nbt {
    display: flex;
    flex-direction: row-reverse
}

div#ad_pf_header_topbar .ui_nbt a {
    font-size: 12px
}

.toggleLangDropdown.nav-searchlang {
    border: 1px solid #1d963d;
    border-left: 0;
    background: #f4f4f4;
    padding-top: 6px
}

section#storeLogoESpot {
    height: 67px;
    /* width: 203px; */
    flex: 0 1 auto
}

.new-element14-logo {
    background: url('https://cn.element14.com/wcsstore/ExtendedSitesCatalogAssetStore/cms/asset/images/common/ui-new-logos/element14-logo.svg') no-repeat;
    height: 31px;
    width: 208px;
    position: absolute;
    top: 16px;
}

.new-cn-logo {
    background: url('https://cn.element14.com/wcsstore/ExtendedSitesCatalogAssetStore/cms/asset/images/common/ui-new-logos/cn-element14-logo.svg') no-repeat;
    height: 55px;
    width: 115px;
    background-size: contain;
}

#LookAheadProdIdContainer table.searchBoxResultTable td.leftcolumn a,
#LookAheadProdIdContainer table.searchBoxResultTable .lookaheadHighlight {
    color: #007fac
}

.pfMinus {
    background-image: none;
    background: #007fac
}

#headContent div#storeLogos {
    flex: 0 0 auto;
    margin-right: 1%
}

div#storeSearch {
    flex: 1 1 40%;
    display: block !important;
    align-self: center;
    margin-left: 1%;
    margin-right: 1%
}

div#outerCartContainer {
    flex: 0 0 auto;
    margin-left: 1%
}

span.shopcart-white {
    background: url(/wcsstore/ExtendedSitesCatalogAssetStore/cms/asset/images/common/ui-new-logos/cart-mobile-green.svg) no-repeat !important;
    display: block;
    width: 40px !important;
    height: 34px !important;
    margin: 0 !important;
    top: 3px !important;
    left: -5px !important
}

div#MiniShoppingCart {
    padding: 0 0 0 5px
}

.basket-widget .items-qty,
.basket-widget .price-total {
    color: #373A3C
}

@media (min-width: 992px) {
    div#storeSearch {
        margin-left: 3%;
        margin-right: 3%
    }
}

@media (min-width: 1200px) {
    div#storeSearch {
        margin-left: 7%;
        margin-right: 7%
    }
}

.cart-user-links.group {
    padding: 0;
    margin: 0;
    position: relative;
    height: 39px;
    flex: 0 0 auto;
    margin-left: 1%;
    margin-right: 1%;
    padding-left: 37px;
    box-sizing: border-box
}

.cart-user-links.group:before {
    content: '';
    display: block;
    background: url(/wcsstore/ExtendedSitesCatalogAssetStore/cms/asset/images/common/ui-new-logos/user-smb-green.svg) no-repeat;
    height: 31px;
    width: 30px;
    position: absolute;
    left: 0;
    top: 5px
}

.pfHeader a {
    color: #373A3C !important;
    font-size: 13px
}

.cart-user-links p {
    background: #fff;
    color: #fff
}

div#lookAhead {
    width: 100%;
    display: flex;
    flex-direction: column
}

.megaMenu>ul {
    height: 28px;
    border-top: 1px solid #5e5e5e;
    border-bottom: 1px solid #5e5e5e;
    padding-bottom: 30px !important;
    background: #373a3c
}

.megaMenu .allProducts>a {
    background: none;
    font-size: 13px;
    padding-right: 24px !important
}

button#searchMain {
    background: #41c363;
    border: #1d963d 1px solid;
    border-left-color: #33a953
}

.megaMenu .allProducts>a i:before {
    content: '☰';
    color: #b2f4c4;
    font-style: normal;
    font-size: 16px
}

.megaMenu .allProducts>a i {
    background: none;
    top: 47%
}

nav.megaMenu ul li[data-target="mega5content"],
nav.megaMenu ul li[data-target="mega4content"] {
    float: right
}

div#ad_pf_header_topbar a {
    color: #fff
}

.search-controls {
    display: flex;
    width: 100%
}

button#searchMain,
.nav-left>select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.nav-left>div,
.nav-left>select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.megaMenu>ul>li>div>div>a:after {
    content: '';
    background: none
}

.right-stuff-wrap {
    display: flex
}

nav.megaMenu ul li.allProducts a strong {
    font-weight: 400 !important;
    color: #b2f4c4
}

.nav-left .search-controls {
    flex: 1 0 auto;
    display: flex
}

.megaMenu>ul>li.hover .subnav,
.megaMenu>ul>li.nojs:hover .subnav {
    top: 30px;
    left: -1px
}

li.allProducts>a {
    padding-top: 8px !important;
    padding-right: 15px !important;
    padding-bottom: 8px !important
}

.right-stuff-wrap div#mkt-message,
.right-stuff-wrap div#buying-tools,
.right-stuff-wrap div#lists {
    padding: 6px 15px 5px;
    font-size: 13px;
    border-left: 1px solid #cacaca;
    color: #373A3C
}

div#lookAhead .search-controls .nav-fill {
    border-top: #1d963d 1px solid;
    border-bottom: #1d963d 1px solid
}

div#lookAhead .search-controls .nav-right {
    display: block;
    flex: 0 0 51px
}

div#lookAhead .search-controls .nav-left {
    flex: 0 0 auto
}

@media (max-width: 1023px) {
    .nav-right .search-btn {
        width: 100%
    }
}

.nav-left #demo {
    color: #373A3C;
    overflow: visible
}

.nav-left #demo:after {
    content: '';
    background: none;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #61b878;
    position: absolute;
    right: -11px;
    top: 4px
}

.nav-left #catContainer {
    background: #e1f8e7
}

.collection-title a:after {
    content: '';
    background: none;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #676767;
    position: absolute;
    right: -4px;
    top: 5px
}

.nav-left #nav-icon {
    display: none
}

p#guestPar {
    margin: 0
}

div#loginRegister {
    min-height: 16px
}

.menu-dropdown {
    top: 20px
}

div#loginRegister p#guestPar a.regLink {
    padding: 0;
    margin: 0
}

.has-sticky div#headContent {
    box-shadow: #373A3C 0 0 55px
}

.nav-left #catContainer {
    border: 1px solid #1d963d;
    border-right: 1px solid #1d963d
}

#storeSearch .search-txt {
    height: auto
}

.track-order {
    display: none
}

.promo-bar {
    background: #fff;
    border-bottom-color: #cecece
}

section#pf_header_espot_03 {
    display: none
}

div#ad_pf_megamenu_espot_01 .imageList h3 {
    margin: 0 0 5px;
    font-family: arial;
    color: #333 !important;
    background: none;
    margin-top: 10px
}

div#ad_pf_megamenu_espot_04>a:before {
    margin-right: 4px;
    background: url(/wcsstore/ExtendedSitesCatalogAssetStore/cms/asset/images/common/ui-new-logos/square-upload-white.svg) no-repeat
}

div#ad_pf_megamenu_espot_05>a:before {
    margin-right: 3px;
    background: url(/wcsstore/ExtendedSitesCatalogAssetStore/cms/asset/images/common/ui-new-logos/heart-2-white.svg) no-repeat
}

nav.megaMenu .hover div#ad_pf_megamenu_espot_04>a:before {
    background: url(/wcsstore/ExtendedSitesCatalogAssetStore/cms/asset/images/common/ui-new-logos/square-upload-green.svg) no-repeat
}

nav.megaMenu .hover div#ad_pf_megamenu_espot_05>a:before {
    background: url(/wcsstore/ExtendedSitesCatalogAssetStore/cms/asset/images/common/ui-new-logos/heart-2-green.svg) no-repeat
}

div#ad_pf_megamenu_espot_05>a:before,
div#ad_pf_megamenu_espot_04>a:before {
    content: '';
    width: 20px;
    height: 20px;
    float: left
}

div#ad_pf_megamenu_espot_05>a:after,
div#ad_pf_megamenu_espot_04>a:after {
    content: '';
    background: none
}

table thead tr th {
    background: #f7f7f7
}

#filterCol form.searchWithin.filwrapper {
    padding: 0;
    border: 0
}

#filterCol form.searchWithin.filwrapper input#searchWithinTerm {
    border-color: #8c8c8c
}

#filterCol form.searchWithin.filwrapper button#searchWithin {
    border-top: #8c8c8c solid 1px;
    border-bottom: #8c8c8c solid 1px;
    border-right: #8c8c8c solid 1px
}

#filterCol form.searchWithin.filwrapper .input-group button#searchWithin {
    background: #cacaca;
    height: 36px
}

.btn.btnPrimary,
.mk-primary-btn {
    background: #41c363;
    border-color: #1d963d;
    transition: all .1s ease-out;
    color: #000 !important
}

.btn.btnPrimary:hover,
.mk-primary-btn:hover {
    background: #3a9c54;
    border-color: #125824;
    transition: all .4s ease-out
}

.filterLayout .raised,
.filterLayoutTop .filterLayout .raised {
    background-image: none;
    background-color: #41c363;
    border: 1px solid #1d963d;
    height: 18px;
    width: 18px;
    border-radius: 10px
}

.filterLayout label {
    cursor: pointer;
    display: inline-block;
    padding: 4px 0;
    color: #000;
    background: #f7f7f7;
    border: 1px solid #cacaca;
    border-radius: 30px;
    position: relative;
    vertical-align: middle
}

.filterLayout .toggleButton {
    background: #bbb;
    border: 1px solid #8a8a8a
}

.productDisplay .productPrice .price {
    color: #34964e
}

section.shopperActions {
    border-color: #cacaca
}

.shopperActions .cartContainer {
    background-color: #efeeee
}

.mk-promo-banner-100 {
    border-color: #e2e2e2
}

button#searchMain:hover {
    background: #41c363;
    border: #1d963d 1px solid;
    border-left-color: #33a953
}

nav#nav .megaMenu ul {
    border-top: 0
}

.megaMenu .subnav .espotBtn2 a,
.megaMenu .subnav .espotBtn2 a {
    color: #000;
    background: #41c363
}

.megaMenu .subnav .espotBtn2 a:hover,
.megaMenu .subnav .espotBtn2:hover a,
button#searchMain:hover {
    color: #fff;
    background: #2c8a45;
    border-color: #14682a;
    transition: all 300ms
}

.superCats>li.hover>a i,
.simpleList>li.hover>a i,
.superCats>li.nojs:hover>a i,
.simpleList>li.has-flyout:hover>a i,
.viewAll i {
    background: none
}

.superCats>li.hover>a i:after,
.simpleList>li.hover>a i:after,
.superCats>li.nojs:hover>a i:after,
.simpleList>li.has-flyout:hover>a i:after,
.viewAll i:after {
    content: '';
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #35A753;
    display: block;
    top: 2px;
    position: relative
}

.megaMenu>ul>li>div>div>a {
    border-right: 0
}

#left_nav .superCats>li:first-child {
    border-top: 1px solid #cacaca
}

#left_nav .superCats>li {
    border-right: 1px solid #cacaca
}

.superCats>li>a,
.simpleList li>a {
    border-bottom: 1px solid #e4e4e4
}

#left_nav .superCats>li:first-child {
    border-top: 1px solid #cacaca
}

#quick_cart .container .list,
#MiniShopCartProductAdded {
    border: 1px solid #000
}

#miniBasketTip:after {
    border-right: 1px solid #000;
    border-top: 1px solid #000
}

section#pf_homepage_espot_03 {
    margin-left: 7px
}

.subnav li a,
.viewAll {
    color: #373a3c
}

.subnav .flyout {
    border: 1px solid #cacaca
}

.mk-mod8.mk-subtle .mk-tabs #mk-tabs-list li a {
    border-color: #c5c5c5;
    background: none;
    background-color: #fff;
    font-size: 13px;
    color: #007fac
}

.mk-tabbed-content {
    border-color: #c5c5c5 !important;
    background: #f4f4f4
}

.mk-mod8.mk-subtle .mk-tabs #mk-tabs-list .mk-tab-header-active a {
    background: #f4f4f4;
    color: #373a3c
}

.superCats>li>a,
.superCats>li.espotBtn1 div a,
.superCats>li.espotBtn2 div a,
.simpleList li>a {
    padding: 12px 21px 12px 20px
}

.mk-mock-btn-primary {
    background: #41c363;
    border: #1d963d 1px solid;
    color: #000 !important
}

div#ad_pf_header_topbar a {
    color: #737373
}

section#storeLogoESpot {
    height: 67px;
    /* width: 203px; */
    flex: 0 1 auto;
    position: relative;
    top: -8px
}

button#searchMain:before {
    content: '';
    width: 14px;
    height: 14px;
    border: 3px solid #000;
    border-radius: 9px;
    display: block;
    top: 19px;
    position: absolute;
    left: 27px;
    background: none
}

button#searchMain:after {
    content: '';
    position: absolute;
    left: 30px;
    top: 24px;
    width: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 2px solid #000;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

@media (min-width: 992px) {
    button#searchMain:before {
        left: 35px
    }

    button#searchMain:after {
        left: 38px
    }
}

.dashedHeader {
    border-top: none
}

#catNode .content-box {
    background-color: #e2e3e4;
    color: #373A3C;
    font-size: 13px
}

#catNode .content-box h1 {
    color: #373A3C
}

#catNode .genericESpot .content-box:after,
.catNodeShowAll .genericESpot .content-box:after {
    border-top: 15px solid #e2e3e4
}

#catNode .genericESpot .mk-col-100.content-box,
#paraSearch .genericESpot .mk-col-100.content-box {
    padding: 20px;
    border-top: 1px solid #e2e3e4;
    border-right: 1px solid #e2e3e4;
    border-left: 1px solid #e2e3e4
}

#paraSearch .categoryContainerLayout.subCategoryResults {
    border: 3px solid #e2e3e4;
    padding-left: 9px;
    padding-top: 20px
}

button#searchWithin {
    position: relative;
    text-align: center
}

button#searchWithin:before {
    content: '';
    width: 9px;
    height: 9px;
    border: 3px solid #646464;
    border-radius: 9px;
    display: block;
    top: 8px;
    position: absolute;
    left: 5px
}

button#searchWithin:after {
    content: '';
    position: absolute;
    left: 17px;
    top: 21px;
    width: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 2px solid #646464;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

table.attrSubTable td {
    border: 0 !important
}

a.showOverlay.omTagEvt {
    font-weight: normal;
    color: #707070;
    text-decoration: underline
}

#breadcrumb {
    margin-top: 8px
}

#titleProdCount {
    color: #35A753
}

#filterCol .filwrapper {
    background-color: #fff;
    border: 1px solid #fff
}

#filterCol.filterwidthPara #allStaticFilters .rememberWrapper {
    background: #f7f7f7
}

#filterCol.filterwidthPara #allStaticFilters.filterBox .attributes,
#filterCol.filterwidthPara #allComplianceFilters.filterBox .attributes,
.attributeBlock.attributes {
    background: #fff;
    border-right: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    border-left: 1px solid #cacaca;
    border-top: 0
}

#filterCol.filterwidthPara .head {
    padding-bottom: 8px;
    padding-top: 8px;
    background: #e2e3e4;
    color: #000;
    padding-left: 9px;
    box-sizing: border-box;
    border: 1px solid #cacaca
}

#filterCol.filterwidthPara .filterBox .attributes .lhsAttr label {
    padding: 3px 8px 2px 5px;
    border-top: 2px solid #fff;
    font-size: 12px
}

#filterResultsFlyout .results {
    color: #35A753;
    font-weight: 700
}

a.btn,
.btn {
    font-family: Arial, Verdana, Helvetica, Verdana, sans-serif
}

#filterResultsFlyoutBox {
    padding: 20px
}

#filterCol .filwrapper {
    margin-bottom: 12px
}

#filterCol .filwrapper .filterBox {
    margin-bottom: 18px
}

#filterCol .filwrapper {
    padding: 0
}

section#lhsFiltersWrapper .expand_box_sub_header .hoz_line {
    display: none
}

#sProdList.genericPLP_para,
#sProdList.genericPLP_para tr td,
#sProdList.genericPLP_para tr th {
    border: none
}

#sProdList.genericPLP_para {
    border-top: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    border-bottom: 1px solid #e5e5e5
}

#sProdList.genericPLP_para tr td {
    border-top: 1px solid #cacaca;
    border-left: 1px solid #cacaca
}

#sProdList.genericPLP_para tbody tr td.extParameters {
    border-top: 1px solid #eaded5;
    border-left: 1px solid #eaded5
}

#sProdList.genericPLP_para tr.sort-by td {
    border-top: none;
    padding: 0 5px 6px;
    background: #e2e3e4 !important
}

#sProdList.genericPLP_para tr th {
    border-left: 1px solid #cacaca;
}

.filterBox.open .filterToggle,
.filterBox .filterToggle {
    background-image: none;
    height: 17px;
    width: 17px;
    margin-left: 0;
    margin-right: 6px;
    position: relative
}

#filterCol.filterwidthPara #allStaticFilters .rememberWrapper {
    position: absolute;
    right: 1px;
    background: #e2e3e4;
    padding: 1px 5px 1px 2px;
    top: 6px;
    color: #373A3C
}

#filterCol.filterwidthPara #allStaticFilters .rememberWrapper span#remeberStaticFilterPreference:before {
    color: #373A3C
}

div#allStaticFilters,
div#allComplianceFilters,
div#allPackagingFilters,
#staticFiltersmftr {
    margin-bottom: 18px !important
}

tr.sort-by td {
    background: #e2e3e4 !important;
    padding: 0 4px
}

#prodResultHeader {
    font-weight: 400;
    font-size: 27px;
    letter-spacing: -.01em
}

tr.sort-by a.pfIcon.pfAsc,
tr.sort-by a.pfIcon.pfDsc {
    background: none;
    color: transparent
}

tr.sort-by a.pfIcon.pfAsc:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid #72777d;
    display: block
}

tr.sort-by a.pfIcon.pfDsc:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #72777d;
    display: block
}

tr.sort-by a.pfIcon.pfAsc:hover:before {
    border-bottom-color: #39c55f
}

tr.sort-by a.pfIcon.pfDsc:hover:before {
    border-top-color: #39c55f
}

table#sProdList thead tr th {
    background: #e2e3e4;
    color: #373A3C
}

table#sProdList thead tr.sort-by td.selected {
    background-color: #4e4e4e !important
}

tr.sort-by td.selected.up a.pfIcon.pfAsc:before {
    border-bottom-color: #39c55f
}

tr.sort-by td.selected.down a.pfIcon.pfDsc:hover:before {
    border-top-color: #39c55f
}

div#allStaticFilters.rememberFilterHighlight .head,
#filterCol.filterwidthPara #allStaticFilters.rememberFilterHighlight .rememberWrapper {
    background: #007dad;
    border-color: #007bad;
    color: #fff
}

#filterCol.filterwidthPara #allStaticFilters.rememberFilterHighlight .rememberWrapper label {
    color: #fff
}

#filterCol.filterwidthPara .filterBox.rememberFilterHighlight #Filtershide.attributes {
    border: 1px solid #007dad;
    width: auto;
    border-top: 0
}

#filterCol .rememberFilterHighlight #Filtershide label a {
    color: #007bad
}

#bodyContainer .filterBox .filterToggle:after {
    content: " ";
    position: absolute;
    display: block;
    background-color: #35A753;
    height: 3px;
    top: 7px;
    left: 0;
    z-index: 9;
    width: 17px;
    transition: all 100ms
}

#bodyContainer .filterBox .filterToggle:before {
    content: " ";
    position: absolute;
    display: block;
    background-color: #35A753;
    width: 3px;
    left: 7px;
    top: 0;
    bottom: 5px;
    z-index: 9;
    height: 17px;
    transition: all 100ms;
    transform: rotate(0deg)
}

#bodyContainer .filterBox.open .filterToggle:after {
    content: " ";
    position: absolute;
    display: block;
    background-color: #72777d;
    height: 3px;
    top: 7px;
    left: 0;
    z-index: 9;
    width: 17px;
    transition: all 200ms
}

#bodyContainer .filterBox.open .filterToggle:before {
    content: " ";
    position: absolute;
    display: block;
    background-color: #72777d;
    width: 3px;
    left: 7px;
    top: 0;
    bottom: 5px;
    z-index: 9;
    height: 17px;
    transition: all 200ms;
    transform: rotate(90deg)
}

.filterLayoutTop #filterCol.filterwidthPara .head {
    padding-top: 10px;
    background: none;
    padding-left: initial;
    border: none
}

.filterLayoutTop #filterCol .filwrapper {
    padding: 0 36px;
    background-color: #e2e3e4;
    border: none
}

.filterLayoutTop .attributeBlock.attributes {
    border: 1px solid #cacaca
}

.filterLayoutTop .chevronButton {
    background: #e2e3e4
}

.filterLayoutTop .head .leftFilterHeading {
    font-size: 12px;
    color: #373a3c;
    line-height: 12px;
    word-break: break-all;
    display: none
}

.filterLayoutTop .filterOuter {
    background: #e2e3e4;
    border: 1px solid #cacaca
}

.filterLayoutTop .chevronButtonContainer {
    background: #e2e3e4
}

.filterLayoutTop #filterCol.filterwidthPara #allStaticFilters.filterBox .attributes {
    border: none;
    padding-top: 0
}

.filterLayoutTop #filterCol.filterwidthPara #allStaticFilters.filterBox #Filtershide.attributes {
    background: #e2e3e4;
    border: 1px solid #cacaca;
    padding: 15px 0 4px 6px;
    margin-left: 5px
}

.filterLayoutTop #filterCol .filwrapper .filterBox {
    padding: 0 0 0 11px
}

.filterLayoutTop #filterCol #allStaticFilters {
    padding: 0 30px;
    margin: 0;
    position: relative
}

.filterLayoutTop #filterCol.filterwidthPara #allStaticFilters .rememberWrapper {
    right: auto;
    background: #e2e3e4;
    padding: 1px 5px 1px 2px;
    top: -8px;
    width: auto !important;
    left: 42px
}

.filterLayoutTop #filterCol.filterwidthPara #allStaticFilters .rememberWrapper span#remeberStaticFilterPreference:before {
    color: #007eae
}

.filterLayoutTop #filterCol.filterwidthPara #allStaticFilters.filterBox .attributes,
.filterLayoutTop #filterCol.filterwidthPara #allComplianceFilters.filterBox .attributes {
    background: #e2e3e4
}

.filterLayoutTop #filterCol .rememberFilterHighlight #Filtershide label a,
.filterLayoutTop #filterCol.filterwidthPara #allStaticFilters.rememberFilterHighlight .rememberWrapper label {
    color: #35A753
}

.filterLayoutTop #filterCol.filterwidthPara .filterBox.rememberFilterHighlight #Filtershide.attributes {
    border-color: #35A753 !important
}

.filterLayoutTop #filterCol .filwrapper .filterBox.open {
    margin-bottom: 0;
    padding-bottom: 0
}

.filterLayoutTop .filterBox .attributes {
    height: 134px
}

.filterLayoutTop #filterResultsFlyout .heading em {
    font-size: 13px
}

.filterLayoutTop .chevronButton {
    border: none
}

.filterLayoutTop .right .chevronButton {
    border: none
}

.filterLayoutTop div#filterResultsFlyoutBox .heading.h2 {
    font-weight: 700
}

div#filterResultsFlyoutBox a.apply_filters.btn.btnPrimary {
    font-size: 14px
}

.filterLayoutTop div#filterResultsFlyoutBox a.apply_filters.btn.btnPrimary {
    font-size: 20px
}

#filterResultsFlyoutBox {
    box-shadow: 2px 3px 20px 9px #5e5e5eb3;
    border: 3px solid #4d4d4d
}

.filterLayoutTop #filterCol .searchWithin {
    position: absolute;
    bottom: -5px;
    width: 300px;
    right: 11px;
    background: none;
    border: none
}

.filterLayoutTop #filterResultsFlyoutBox {
    background: #e2e3e4;
    border-top: 0;
    box-shadow: 0 13px 13px 4px #5e5e5eb3;
    padding: 0 20px 20px;
    border: none
}

table#sProdList tr td,
table.sProdList tr td,
#paraSearch table#sProdList.genericPLP_para tr td.qty {
    background: #fafafa
}

table#sProdList tr.altRow td,
table.sProdList tr.altRow td,
#paraSearch table#sProdList.genericPLP_para tr.altRow td.qty {
    background: #fff
}

.dashedHeader {
    color: #72767d;
    border-color: #e2e3e4 !important;
    letter-spacing: .1em;
    font-style: italic
}

table#sProdList td.description p,
table#sProdList td.listPrice p,
table.sProdList td.description p,
table.sProdList td.listPrice p,
table#prodAccessories td.description p,
table#prodAccessories td.listPrice p {
    font-size: 12px
}

.filterBox .attributes,
.attributeBlock {
    max-height: 20.2em
}

#sProdList.genericPLP_para tr td.description {
    min-width: 190px
}

.filterLayoutTop div#lhsParametricContainers div#allStaticFilters {
    display: none !important
}

.popularCategories .popularCategory {
    background-color: #efeeee
}

.popularCategories .popularCategoryLinks li,
.popularCategories .popularCategoryLinks h3 {
    border-bottom: 1px solid #d1d1d1
}

table#sProdList.genericPLP_para td.extParameters {
    background-color: #ffefe2
}

table#sProdList.genericPLP_para .altRow td.extParameters {
    background-color: #fff9f0
}

#filtersToolTip h3 {
    color: #000;
    background: #41c363
}

#filtersToolTip .arrow {
    border-bottom: 15px solid #41c363
}

.searchWithin .input-group .form-control,
.searchWithin .btn {
    border-radius: 0
}

a.btnQuaternary,
.btnQuaternary,
.quaternaryLook {
    border-radius: 0
}

#paraSearch .paginationArea,
#paraSearch table#sProdList {
    clear: right
}

li.personal-message-ui>a {
    color: #218e3e !important
}

nav.megaMenu>ul>li.allProducts.hover:before {
    background: #fff;
    transition: all 400ms ease-out
}

nav.megaMenu>ul>li[data-target="mega5content"].hover>div.genericESpot>div.ad>a,
nav.megaMenu>ul>li[data-target="mega4content"].hover>div.genericESpot>div.ad>a {
    background: none !important
}

nav.megaMenu>ul>li {
    background: none !important
}

nav.megaMenu ul li.allProducts.hover>a>strong,
nav.megaMenu ul li.allProducts.hover>a>i:before {
    color: #35A753
}

body #wrap .live-chat #liveAgent>a:before,
body #wrap .live-chat #liveAgent>a:after {
    background-color: #fff
}

nav.megaMenu ul li[data-target="mega4content"] ul.subnav.simpleList {
    left: auto !important;
    right: 0
}

li.allProducts ul.superCats.subnav {
    left: -1px;
    right: auto
}

#ad_pf_header_topbar>.ui_nbt>ul {
    display: flex
}

#ad_pf_header_topbar .ui_nbt ul>li {
    position: relative
}

#ad_pf_header_topbar .ui_nbt ul>li:hover {
    background: #373a3c
}

#ad_pf_header_topbar .ui_nbt ul>li:hover a {
    color: #fff !important;
    text-decoration: none
}

#ad_pf_header_topbar .ui_nbt ul>li>a {
    color: #6B6B6B
}

#ad_pf_header_topbar .ui_nbt ul>li:hover:last-child:after {
    background: #373a3c;
    transition: all 200ms ease-out
}

div#ad_pf_header_topbar .ui_nbt li.personal-message-ui a {
    color: #26783C
}

.search_category_espot {
    margin-bottom: 0
}

#sProdList table.genericPLP_para .attrSubTable {
    display: none
}

.allProducts.hover>a,
.megaMenu>ul>li.hover>a,
.megaMenu>ul>li.hover>div>div>a,
.allProducts.nojs:hover>a,
.megaMenu>ul>li.nojs:hover>a,
.megaMenu>ul>li.nojs:hover>div>div>a {
    color: #333;
    background: none;
    transition: none
}

.megaMenu>ul>li>#pf_megamenu_espot_01 {
    left: -10px
}

.megaMenu>ul>li>#pf_megamenu_espot_02 {
    left: -20px
}

.megaMenu>ul>li>#pf_megamenu_espot_03 {
    left: -30px
}

.megaMenu>ul>li>#pf_megamenu_espot_05 {
    right: 0
}

.allProducts>a,
.megaMenu>ul>li>#pf_megamenu_espot_02>div.ad>a,
.megaMenu>ul>li>#pf_megamenu_espot_01>div.ad>a,
.megaMenu>ul>li>#pf_megamenu_espot_03>div.ad>a,
.megaMenu>ul>li>#pf_megamenu_espot_04>div.ad>a {
    padding: 8px 20px 7px
}

.megaMenu>ul>li>#pf_megamenu_espot_05>div.ad>a {
    padding: 8px 30px 7px 20px
}

.allProducts>a,
.megaMenu>ul>li>#pf_megamenu_espot_02,
.megaMenu>ul>li>#pf_megamenu_espot_01,
.megaMenu>ul>li>#pf_megamenu_espot_03,
.megaMenu>ul>li>#pf_megamenu_espot_04,
.megaMenu>ul>li>#pf_megamenu_espot_05 {
    height: 30px;
    box-sizing: border-box;
    position: relative
}

.allProducts>a,
.megaMenu>ul>li>#pf_megamenu_espot_02,
.megaMenu>ul>li>#pf_megamenu_espot_01,
.megaMenu>ul>li>#pf_megamenu_espot_03 {
    background-color: #373a3c;
    background-image: url(/wcsstore/ExtendedSitesCatalogAssetStore/cms/asset/images/common/ui-new-logos/Line18.svg);
    background-position: 0 -27px;
    background-repeat: no-repeat
}

.megaMenu>ul>li>#pf_megamenu_espot_05 {
    background: #373a3c url(/wcsstore/ExtendedSitesCatalogAssetStore/cms/asset/images/common/ui-new-logos/Line-18.svg) no-repeat 0 -1px;
    right: -18px;
    position: relative !important
}

.allProducts.hover>a,
.megaMenu>ul>li.hover>#pf_megamenu_espot_02,
.megaMenu>ul>li.hover>#pf_megamenu_espot_01,
.megaMenu>ul>li.hover>#pf_megamenu_espot_03,
.megaMenu>ul>li.hover>#pf_megamenu_espot_04,
.megaMenu>ul>li.hover>#pf_megamenu_espot_05 {
    background: #fff !important
}

.allProducts>a:after,
.megaMenu>ul>li>#pf_megamenu_espot_02:after,
.megaMenu>ul>li>#pf_megamenu_espot_01:after,
.megaMenu>ul>li>#pf_megamenu_espot_03:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 30px solid #373a3c;
    border-right: 10px solid transparent;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

.megaMenu>ul>li.hover>#pf_megamenu_espot_03:after {
    border-top-color: #fff
}

.allProducts.hover>a:after,
.megaMenu>ul>li.hover>#pf_megamenu_espot_02:after,
.megaMenu>ul>li.hover>#pf_megamenu_espot_01:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 30px solid #fff;
    border-right: 10px solid transparent;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

.megaMenu>ul>li>#pf_megamenu_espot_03:before {
    content: '';
    width: 11px;
    height: 30px;
    display: block;
    right: -1px;
    top: 0;
    position: absolute;
    background-image: url(/wcsstore/ExtendedSitesCatalogAssetStore/cms/asset/images/common/ui-new-logos/Line18.svg);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-color: #373a3c
}

.megaMenu>ul>li>#pf_megamenu_espot_05:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 30px solid #373a3c;
    border-right: 10px solid transparent;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.megaMenu>ul>li.hover>#pf_megamenu_espot_05:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 30px solid #fff;
    border-right: 10px solid transparent;
    display: block;
    position: absolute;
    top: 0;
    right: 8px;
    z-index: 3
}

.megaMenu>ul>li>#pf_megamenu_espot_04 {
    z-index: 2;
    background-image: url(/wcsstore/ExtendedSitesCatalogAssetStore/cms/asset/images/common/ui-new-logos/Line-18.svg);
    background-position: 0 -1px;
    background-repeat: no-repeat;
    background-color: #373a3c
}

.megaMenu>ul>li>#pf_megamenu_espot_04:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 30px solid #373a3c;
    border-right: 10px solid transparent;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

div#ad_pf_header_topbar>.ui_nbt>ul>li {
    background: #efeeee !important;
    display: block;
    padding: 3px 8px 0;
    position: relative;
    height: 20px;
    margin-left: 8px;
    box-sizing: border-box
}

div#ad_pf_header_topbar>.ui_nbt>ul>li.flag {
    padding-top: 2px
}

div#ad_pf_header_topbar>.ui_nbt>ul>li:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 20px solid #efeeee;
    border-left: 6px solid transparent;
    display: block;
    position: absolute;
    top: 0;
    left: -6px;
    z-index: 1
}

div#ad_pf_header_topbar>.ui_nbt>ul>li:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 20px solid #efeeee;
    border-right: 6px solid transparent;
    display: block;
    position: absolute;
    top: 0;
    right: -6px;
    z-index: 1
}

div#ad_pf_header_topbar>.ui_nbt>ul>li:last-child:after {
    display: none
}

div#ad_pf_header_topbar>.ui_nbt>ul>li:hover {
    background: #373a3c !important
}

div#ad_pf_header_topbar>.ui_nbt>ul>li:hover:before {
    border-top-color: #373a3c
}

div#ad_pf_header_topbar>.ui_nbt>ul>li:hover:after {
    border-bottom-color: #373a3c
}

.mk-primary-btn:hover {
    background: #278b42 !important
}

.shopperActions {
    background: #efeeee
}

div#ad_pf_megamenu_espot_05 .subnav {
    left: auto;
    right: 0
}

#loggedInPar {
    color: #35A753
}

.filterLayoutTop .filterResultContainer {
    margin: 0 322px 0 35px
}

body.checkoutPages .basket-widget .shopcart-white:after {
    display: none
}

div#page.checkoutProcess .new-farnell-logo.new-store-logo.eu {
    margin-top: 19px
}

#footer {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

.anchor {
    display: block;
    position: relative;
    top: -110px !important;
    visibility: hidden;
}

.promo-code {
    padding: 2px 10px;
    background-color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    border: 1px solid #333333;
    line-height: 55px;
}

.nomargintop {
    margin-top: 0px !important;
}

.page-header {
    margin-bottom: 0 !important;
}

.mkt .container .page-header-full-width .page-header-inner:after {
    border-bottom: 20px solid #FFFFFF !important;
}

.page-header-full-width {
    background-color: none;
}

.container h3 span {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 35px;
    color: #f17c0e;
}

.bg-full-width-inner h3 span {
    padding: 2px 10px;
    background-color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    border: 1px solid #333333;
}

.page-header-inner-padding {
    padding-top: 60px !important;
    padding-bottom: 80px !important;
}

.page-header-inner-large-h1 h1 {
    font-size: 45px !important;
    line-height: 1em !important;
}

.page-header-inner-large-h1 h1 span {
    font-size: 47px !important;
    line-height: 46px !important;
}

.page-header-inner h2 {
    line-height: 1.2em !important;
    font-size: 18px !important;
}

.page-header-inner-large-h1 p {
    font-size: 14px !important;
}

@media (max-width: 767px) {
    .bott_btn{
        background-color: #41C363;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 999;
        text-align: center;
    }
    .bott_btn a{
        width: 100%;
        display: block;
        color: #fff !important;
        line-height: 40px;
        font-size: 14px;
    }
    .header-img {
        background-image: url('https://cn.element14.com/wcsstore/ExtendedSitesCatalogAssetStore/cms/asset/images/apac/common/landing/aim-tti-application/1837048-lp-hb-aim-tti-application-cn.jpg');
        background-position: right center !important;
        background-size: auto !important;
        background-repeat: no-repeat;
        background-color: #848589;
    }
    .mk-simplelist{
        width: 90%;
    }
    .mkt .large-padding-top{
        padding-top:0 !important;
    }

    .page-header-inner {
        height: 250px;
        padding-left: 14px;
    }

    .page-header-inner-large-h1 h1 {
        line-height: 0em !important;
        padding-top: 0px !important;
    }

    .page-header-inner-large-h1 h1 span {
        font-size: 30px !important;
        line-height: 34px !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .header-img {
        background-image: url('https://cn.element14.com/wcsstore/ExtendedSitesCatalogAssetStore/cms/asset/images/apac/common/landing/aim-tti-application/1837048-lp-hb-aim-tti-application-cn.jpg');
        background-position: center center !important;
        background-size: auto !important;
        background-repeat: no-repeat;
        background-color: #848589;
    }
    .mkt .large-padding-top{
        padding-top: 30px !important;
    }
    .page-header-inner-large-h1 h1 {
        line-height: 0em !important;
        padding-top: 0px !important;
    }

    .page-header-inner-large-h1 h1 span {
        font-size: 30px !important;
        line-height: 34px !important;
    }

    .page-header-inner {
        height: 255px !important;
    }
    .bott_btn{
        display: none;
    }
}

@media (min-width: 993px) and (max-width: 1199px) {
    .mkt .large-padding-top{
        padding-top: 30px !important;
    }
    .header-img {
        background-image: url('https://cn.element14.com/wcsstore/ExtendedSitesCatalogAssetStore/cms/asset/images/apac/common/landing/aim-tti-application/1837048-lp-hb-aim-tti-application-cn.jpg');
        background-position: center center !important;
        background-size: auto !important;
        background-repeat: no-repeat;
        background-color: #848589;
    }

    .page-header-inner-large-h1 h1 {
        line-height: 1em !important;
    }

    .page-header-inner-large-h1 h1 span {
        font-size: 41px !important;
        line-height: 42px !important;
    }
    .bott_btn{
        display: none;
    }
}

@media (min-width: 1200px) {
    .mkt .large-padding-top{
        padding-top: 30px !important;
    }
    .header-img {
        background-image: url('https://cn.element14.com/wcsstore/ExtendedSitesCatalogAssetStore/cms/asset/images/apac/common/landing/aim-tti-application/1837048-lp-hb-aim-tti-application-cn.jpg');
        background-position: center center !important;
        background-size: auto !important;
        background-repeat: no-repeat;
        background-color: #848589;
    }

    .page-header-inner h1 {
        line-height: 50px !important;
    }
    .bott_btn{
        display: none;
    }
}

.mkt .keyline.keyline-avnet-green {
    border-color: #35A753;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.panel-danger {
    border-color: #41c363 !important;
}

.panel-heading {
    color: #ffffff !important;
    background-color: #41c363 !important;
    border-color: #41c363 !important;
}

.mkt ul.products {
    border: none;
}

.mkt ul.products-grid>li {
    border-top: none;
}

.mkt ul.products .product-flash {
    font-size: 16px;
}


.gift_box{
    width: 100%;
}
.gift_box table,.gift_box tbody{
    width: 100%;
}
.gift_box table tr,.gift_box table td p{
    margin:25px 0 8.5px
}

