

@media screen and (min-width: 1031px){

    .hidden-desktop {
        display: none !important;
    }

    .show-mobile{
        display: none !important;
    }
    .show-tablet{
        display: none !important;
    }
    .show-desktop{
        display: block !important;
    }
}

:root{
    --green: #135739;
    --green-hover: #17784f;
    --yellow: #ffff1f;
    --yellow-hover: #ffff1f;
}

body{
    float: left;
    position: relative;
    padding-top: 0;
    font-size: 11pt;
    background-color: #000;
    color: #464646;
    font-family: "Roboto", serif;
    width: 100%;
}

.layout {
    position: relative;
    width: 1400px;
    margin: auto;
}

.layoutCategories {
    float: left;
    width: 25%;
}


h1{
    float: left;
    width: 100%;
    font-size: 20pt;
    z-index: 0;
    text-align: left;
    margin-bottom: 13px;
    margin-top: 0px;
    font-weight: normal;
    color: #fff;
}

.h1Home{
    text-align: center;
    color: #000;
}

h2{
    float: left;
    width: 100%;
    font-size: 19pt;
    margin-top: 10px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

.wrapMain {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

.wrapMainHeader{
    background-color: #fff;
    border-bottom: 4px solid var(--yellow);
}


.wrapQuickCategoriesOuter{
    display: none;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    z-index: 10;
}


.wrapQuickCategories{
    background-color: #fff;
    background-position: center;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 10px;
    transition-duration: 0.5s;
}

.wrapImage{
    background-color: #fff;
    background-position: center;
    background-size: cover;
}

.wrapMiddle {
    background-color: #fff;
}
.wrapWhite {
    background-color: #fff;
}
.wrapPayments {
    background-color: #f7f7f7;
}
.wrapShipping {
    background-color: #f7f7f7;
}

.wrapPromos {
    background-color: transparent;
}

.wrapBanner {
    background-color: #707070;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}

.wrapPadding {
    padding-top: 30px;
    padding-bottom: 30px;
}
.wrapItems {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f7f7f7;
}

.wrapHome {
    padding-top: 170px;
    padding-bottom: 70px;
    background-color: transparent;
}
.wrapHomeGray {
    background-color: #fff;
    padding-bottom: 120px;
    padding-top: 120px;
}
.wrapItems1 {
    background-color: #fff;
}
.wrapItems2 {
    background-color: #f6f6f6;
}

.wrapServices {
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 30px;
}

.h1Home{
    text-align: center;
    color: #fff;
    font-size: 25pt;
    line-height: 1.4;
}

.categoriesH1{
    color: #000;
    text-align: center;
}
.servicesH1{
    color: #000;
    text-align: center;
}

.pageTitleText .partText {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    line-height: 1.6;
    font-size: 19pt;
    color: var(--yellow);
}

.wrapMiddleFirst {
    background-color: #fff;
}

.wrapGiftCards{
    background-position: center;
    background-size: cover;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
}

.mainContentCatalogue {
    background-color: #393939;
    margin-top: 51px;
}

.wrapSubscribe {
    background-color: #194d29;
}
.wrapPromotions {
    background-color: #e4ffbc;
}
.wrapCatalogueOff {
    background-color: #637646;
    color: #fff;
}

.categoriesWrap{
    background-color: #2B2B2B;
    display: none;
}

.categoriesWrap2{
    background-color: #2B2B2B;
    margin-top: 0;
    padding-top: 105px;
}

.wrapFooter{
    background-color: #000;
    padding-bottom: 50px;
    padding-top: 50px;
}
.footerBackimage{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}


.navigationContainerTop {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 90% 10%;
    grid-column-gap: 0%;
}

.topLinks{
    float: left;
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.topLink{
    float: left;
    margin-left: 20px;
    color: #fff;
    font-size: 11pt;
}

.topLink:hover{
    text-decoration: underline;
}

.navigationContainer{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 9% 72% 14%;
    grid-column-gap: 0%;
    padding-bottom: 0px;
    padding-top: 0px;
}

.base{
    position: relative;
    width: 100%;
    float: left;
}

.backImage{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.containerBack{
    background-color: white;
}

.content{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.inputRow{
    float: left;
    width: 100%;
    margin-bottom: 0;
    margin-top: 10px;
}

.inputError {
    float: left;
    width: 100%;
    text-indent: 10px;
    color: red;
}

.formLabel{
    float: left;
    width: 100%;
    text-indent: 10px;
    line-height: 27px;
    font-size: 11pt;
}

.inputField{
    float: left;
    width: 100%;
}

.input{
    float: left;
    width: 100%;
    font-family: arial;
    padding: 1%;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    background-color: #ebedec;
    box-shadow: none;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(0,0,0,.85);
    height: 46px;
    padding-top: 0;
    padding-bottom: 0;
}

.input:focus{
    border: 1px solid #4abc31;
}

.textarea{
    padding: 10px;
    height: 50px;
}

.textareaContact{
    height: 100px;
}


.droplist{
    appearance: auto;
}

.droplist:focus{
    border: 1px solid #4abc31;
}

.inputFilled{
    line-height: 43px;
    color: gray;
    padding-left: 4%;
    cursor: no-drop;
}

.requiredInput{
    border: 1px solid red;
}

.pageHolder{
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
}

.webGrid{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 100% 25%;
    grid-column-gap: 0%;
    margin-left: 0%;
    transition-duration: 0.36s;

}

.webGridOpened{
    margin-left: -25%;
}
.webGridOpenedCart{
    margin-left: -25%;
}

.webContent{
    float: left;
    position: relative;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding-top: 78px;
    background-color: #000;
}

.webContentOpened{
    z-index: 1;
}

.webContentInner{
    float: left;
    width: 100%;
}

.placeHolder{
    float: left;
    width: 100%;
    height: 0;
    background-color: #fff;
}

.navigationCart{
    position: relative;
    float: right;
    width: 100%;
    padding-top: 0;
    margin-top: 0;
    padding-left: 3%;
    padding-right: 3%;
    background-color: #f3f3f3;
    padding-bottom: 10px;
    transition-duration: 0.35s;
    display: none;
}


.navigation{
    float: right;
    width: 100%;
    position: relative;
    padding-top: 0;
    margin-top: 0;
    padding-left: 3%;
    padding-right: 3%;
    background-color: #f3f3f3;
    padding-bottom: 10px;
    transition-duration: 0.35s;
}


.mainNavigationList{
    float: right;
    width: 100%;
}

.mainNavigationList li{
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}


.mainNavigationLink {
    float: left;
    width: 100%;
    font-weight: 300;
    color: #131313;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 20px;
    padding: 8px 2px 8px 30px;
    text-decoration: none;
    font-size: 10pt;
    letter-spacing: .05882rem;
    transition: background-color 0.1s ease-in, color 0.2s ease-in;
    cursor: pointer;
}

.mainNavigationLinkSub{
    padding-left: 15%;
}

.mainNavigationLinkIcon{
    float: left;
    width: 30px;
    margin-right: 7px;
    margin-top: -5px;
    margin-bottom: -6px;
    margin-left: 0;
    text-align: center;
    background-color: #cecece;
    color: #212121;
    padding: 5px;
    height: 30px;
    line-height: 22px;
    font-size: 13pt;
}

.mainNavigationLink img{
    float: left;
    width: 30px;
    margin-right: 7px;
    margin-top: -5px;
    margin-bottom: -6px;
    margin-left: 0;
}

.mainNavigationLink span{
    float: left;
}

.mainNavigationLinkBack {
    border: none;
    padding-top: 14px;
    padding-bottom: 8px;
}

.mainNavigationLinkBack i {
    float: right;
    margin-right: 0%;
    font-size: 12pt;
    margin-top: -9px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
    height: 30px;
    width: 30px;
    background-color: #dddddd;
    transition-duration: 0.36s;
}

.mainNavigationLinkBack:hover i{
    background-color: #c9c9c9;

}

.mainNavigationLinkBack span{
    float: right;
    margin-right: 5px;
    margin-top: -5px;
    font-size: 9pt;
}

.logoOuter{
    position: relative;
    float: left;
}

.logo{
    position: relative;
    float: left;
    text-decoration: none;
    z-index: 100;
    margin-left: 0%;
    margin-bottom: 0;
    height: 75px;
    transition-duration: 0.35s;
    background-color: var(--yellow);
    border: none;
    color: #fff;
    padding: 5px;
}

.logo img{
    float: left;
    height: 100%;
}

.logo span{
    float: left;
    color: #fff;
    margin-top: 17px;
    margin-left: 5px;
    font-size: 15pt;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.logoUa{
    position: absolute;
    top: 2px;
    right: -23px;
    height: 18px !important;
}

.headerButton{
    float: left;
    font-size: 11pt;
    margin-top: 22px;
    margin-right: 27px;
    text-transform: uppercase;
    cursor: pointer;
    transition-duration: 0.36s;
}


.headerButtonSpliiter{
    float: left;
    width: 30px;
    text-align: center;
}

.headerButtonCategory{
    background-color: #424242;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    margin-top: 14px;
    border-radius: 2px;
}

.headerButtonCategory i{
    float: right;
    margin-left: 8px;
    margin-top: -1px;
    font-size: 14pt;
    line-height: 1;
    margin-bottom: -2px;
}

.headerMenu{
    float: right;
    width: 100%;
    margin-right: 0px;
    margin-top: 30px;
}

.headerMenuButton{
    float: left;
    margin-right: 25px;
    font-size: 10pt;
    color: #000;
    transition-duration: 0.36s;
    text-transform: uppercase;
}

.headerMenuButton span{
    float: left;
}
.headerMenuButton i{
    float: left;
    margin-left: 8px;
    font-size: 7pt;
    margin-top: 2px;
}

.headerMenuButton:hover{
    color: #606060;
}


.headerMenuButtonSub {
    display: grid;
    grid-template-columns: 2% 89% 5%;
    grid-column-gap: 2%;
    width: 98%;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 35px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.headerMenuButtonSubSub{
    grid-template-columns: 2% 94%;
    grid-column-gap: 2%;
}

.headerMenuButtonSubDecor{
    float: left;
    height: 100%;
    background-color: transparent;
    transition-duration: 0.36s;
    width: 3px;
}

.headerMenuButtonSub i{
    margin-top: 5px;
    font-size: 5pt;
}

.headerMenuButtonSubLabel{
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 10pt;
    line-height: 1.35;
}

.headerMenuButtonSub:hover .headerMenuButtonSubDecor{
    background-color: #3f3f3f;
}


.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #222021;
    z-index: 110;
    padding-bottom: 0;
    transition-duration: 0.36s;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.headerUp{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    top: -34px;
}

.headerTop{
    float: left;
    width: 100%;
    background-color: #282828;
}

.headerOpened{
    left: -25%;
}


.headerIcon{
    position: relative;
    float: right;
    margin-left: 10px;
    color: #fff;
    text-decoration: none;
}

.headerIcon i{
    font-size: 11pt;
    text-align: center;
    padding: 5px;
    width: 32px;
    height: 32px;
    background-color: #e7e7e7;
    transition-duration: 0.35s;
    line-height: 20px;
    margin-right: 2px;
    border-radius: 20px;
    color: #122b2b;
}


.headerIcon:hover i{
    background-color: #dedede;
    color: #122b2b;
}

.headerIcon img{
    font-size: 11pt;
    text-align: center;
    padding: 5px;
    width: 32px;
    height: 32px;
    background-color: #e7e7e7;
    transition-duration: 0.35s;
    line-height: 20px;
    margin-right: 2px;
    border-radius: 20px;
    color: #122b2b;
}


.headerIcon:hover img{
    background-color: #dedede;
    color: #122b2b;
}

.headerIcon span {
    font-size: 9pt;
    float: right;
    margin-top: 9px;
    margin-left: 4px;
    color: #000;
}

.headerIconLang span{
    text-transform: uppercase;
}

.headerIconLeft{
    float: left;
}

.headerIconMain{

}

.headerIconMain i{
    background-color: var(--green);
    color: #fff;
}


.headerIconMain:hover i{
    background-color: var(--green-hover);
    color: #fff;
}

.mainButton{
    float: left;
    margin-right: 40px;
    text-transform: uppercase;
    font-size: 12pt;
    color: #000;
    text-decoration: none;
    margin-top: 29px;
}

.mainButton:hover{
    color: #535353;
}

.mainButtonSelected{
    color: #535353;
}




.naviDecor {
    float: left;
    width: 2px;
    height: 40px;
    background-color: #f1f1f1;
}


.menu{
    float: left;
    width: 100%;
}

.menu li {
    float: left;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}
.menu li:hover > ul {
    display: block;
}


.subNavi{
    position: absolute;
    display: none;
    margin: 0;
    padding: 5px 10px;
    background-color: #fff;
    top: 26px;
    min-width: 300px;
    box-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%);
    border-radius: 0px;
    transition-duration: 0.36s;
}

.subNavi li{
    float: left;
    width: 100%;
    min-height: 30px;
    padding: 0px;
}

.subSubNavi{
    top: 0px;
}

.menu ul li {
    display: block;
}

.menu ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #fff;

}



.topButton{
    position: relative;
    float: left;
    margin-right: 30px;
    font-size: 9pt;
    text-decoration: none;
    color: #000;
    margin-top: 10px;
    transition-duration: 0.36s;
    cursor: pointer;
}

.topButton:hover{
    color: #ec1f27;
}

.topButtonUp{
    color: #222222;
}

.topButtonIcon{
    float: right;
    margin-left: 20px;
    color: #000;
    transition-duration: 0.36s;
    font-size: 9pt;
    margin-top: 10px;
    cursor: pointer;
}
.topButtonIcon:hover{
    color: #ec1f27;
}


.topButton i{
    float: left;
    font-size: 13pt !important;
}

.topButtonLanguage{

}

.selectedLang{
    float: left;
    height: 10px;
    margin-left: 1px;
}

.cartCount{
    position: absolute;
    top: -15px;
    left: 18px;
    background-color: var(--yellow);
    color: #000;
    width: 16px;
    height: 16px;
    text-align: center;
    border-radius: 50%;
    line-height: 16px;
    font-size: 8pt;
    display: none;
}

.cartCountVisible{
    display: block;
}



.up{
    position: fixed;
    right: 3%;
    bottom: -50px;
    width: 50px;
    height: 50px;
    z-index: 100;
    background-color: transparent;
    color: transparent;
    transition-duration: 0.60s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
    border-radius: 50%;
}



.up i{
    float: left;
    width: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 16pt !important;
}


.upVisible{
    background-color: var(--yellow);
    color: #135739;
    bottom: 22px;
}

.up:hover{
    background-color: var(--yellow-hover);
}


.categories{
    float: left;
    width: 100%;
    margin-top: 50px;
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-column-gap: 2%;
    grid-row-gap: 20px;
    margin-bottom: 40px;
}

.categoriesShow{
    margin-top: 20px;
    grid-template-columns: 16% 16% 16% 16% 16% 16%;
    grid-column-gap: 0.8%;
    margin-bottom: 20px;
}


.categoriesWrap {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.mainCategory {
    float: left;
    width: 100%;
    position: relative;
}



.mainCategoryInner{
    float: left;
    position: relative;
    width: 100%;
    transition-duration: 0.8s;

}

.mainCategory:hover .mainCategoryInner{
    background-color: rgba(0, 0, 0, 0);
}

.mainCategoryImage{
    position: relative;
    float: left;
    width: 66%;
    margin-left: 16%;
    border: 2px solid #fff;
    padding: 1px;
    border-radius: 2px;
    background-color: #fff;
    overflow: hidden;
}

.mainCategoryImage img{
    float: left;
    width: 100%;
}

.mainCategoryImageFilter{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(94, 94, 94, 0.1);
    transition-duration: 0.8s;
}


.mainCategory :hover .mainCategoryImageFilter{
    background-color: rgba(0, 0, 0, 0);
}

.mainCategoryImageFilterSelected{
    background-color: rgba(0, 0, 0, 0);
}

.mainCategoryName{
    position: relative;
    float: right;
    color: #fff;
    width: 100%;
    height: 33px;
    text-align: center;
    font-size: 7.5pt;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    line-height: 12px;
    transition-duration: 0.36s;
}

.mainCategoryLineOuter{
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainCategoryLine{
    position: relative;
    float: right;
    width: 5px;
    background-color: #d3d3d3;
    height: 10px;
    transition-duration: 0.8s;
}

.mainCategoryLineBubble{
    position: absolute;
    width: 25px;
    height: 25px;
    border-right: 30px;
    background-color: #d3d3d3;
}

.categoriesMenuPlaceholder{
    float: left;
    width: 100%;
    height: 118px;
}

.categoryContent{
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

.categoryContentInner{
    float: left;
    width: 100%;
    padding-top: 0px;
    transition-duration: 0.36s;
}

.categoryLeftDesign{
    float: left;
    width: 2px;
    height: 100%;
    background-color: #d3d3d3;
}

.categoryTopDesign{
    float: left;
    width: 100%;
    height: 2px;
    background-color: #d3d3d3;
}

.categoryDecor{
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 15px;
    background-color: #d3d3d3;
    z-index: 101;
}

.topDecor{
    right: 0px;
    top: -8px;
}
.bottomDecor{
    left: -8px;
    bottom: 0px;
    z-index: 1;
}

.topCategoryLine{
    position: relative;
    float: left;
    width: 100%;
    height: 4px;
    background-color: #d3d3d3;
}






.itemsOuter {
    float: left;
    width: 100%;
}

.items{
    float: left;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 49% 49%;
    grid-column-gap: 2%;
    grid-row-gap: 25px;
    margin-left: 0%;
    width: 100%;
    margin-top: 10px;
}

.items2{
    grid-template-columns: 49% 49%;
    grid-column-gap: 2%;
    grid-row-gap: 16px;
    margin-top: 0px;
}

.items3{
    grid-template-columns: 32% 32% 32% ;
    grid-column-gap: 2%;
    grid-row-gap: 16px;
    margin-top: 0px;
}


.items4{
    grid-template-columns: 24% 24% 24% 24% ;
    grid-column-gap: 1.33%;
    grid-row-gap: 16px;
    margin-top: 0px;
}

.items5{
    grid-template-columns: 19% 19% 19% 19% 19% ;
    grid-column-gap: 1.25%;
    grid-row-gap: 16px;
    margin-top: 0px;
}

.itemsNotFount{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12pt;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}

.sliderHolder{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 100%;
    grid-column-gap: 0%;
    margin-left: 0%;
    margin-bottom: 0px;
}

.sliderContent{
    float: left;
    width: 100%;
}
.firstPageItems{
    float: left;
    width: 100%;
}


.sliderArrowOuter{
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sliderArrow {
    cursor: pointer;
    color: #fff;
    font-size: 20pt;
}

.owl-nav button{
    position: absolute;
    z-index: 10;
}

.owl-nav button i{
    cursor: pointer;
    color: #fff;
    font-size: 20pt;
}

.owl-prev{
    left: -1.5%;
    top: 51%;
    width: 20px;
}
.owl-next{
    right: -1.5%;
    top: 51%;
    width: 20px;
}

.wrapMainSlider{
    background-position: center;
    background-size: cover;
    position: fixed;
    z-index: 100;
    background-color: #4e4e4e;
    top: 40px;
    width: 100%;
    transition-duration: 0.5s;
}

.wrapMainSliderUp{

}

.imageFilter{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}


.mainCategory:hover .mainCategoryLine{ border-color: #000  }
.mainCategory:hover .mainCategoryImage{ border-color: #fff  }
.mainCategory:hover .mainCategoryName{ color: #fff; }

.owl-stage-outer{ float: left; width: 100%; }
.owl-stage{ float: left; width: 100%; }
.owl-dots{ float: left; width: 100%; }


.itemContainerOuter{
    position: relative;
    float: left;
    width: 100%;
    transition-duration: 0.36s;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    transition-duration: 0.36s;
}

.itemContainerOuter:hover{
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    border: 1px solid #e5e5e5;
}



.itemContainerOuterHome{
    border: 1px solid transparent;
}

.itemContainerOuter:hover{

}


.itemContainer{
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid transparent;
    transition-duration: 0.36s;
}

.itemContainer:hover{
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    border: 1px solid #e5e5e5;
}

.itemTopGrid{
    float: left;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.itemContainerGrid{
    position: relative;
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 49% 49%;
    grid-column-gap: 2%;
}

.itemRightSide{
    float: left;
    width: 100%;
}

.pricingDetails{
    float: left;
    width: 100%;
    background-color: #f7f7f7;
    padding: 5px;
    margin-bottom: 20px;
    margin-top: 0px;
}

.pricingDetail{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 10% 53% 35%;
    grid-column-gap: 1%;
    font-size: 10pt;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #e3e3e3;
}

.pricingDetailIcon{
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.pricingDetailIcon i{
    float: left;
    font-size: 12pt;
    height: 22px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pricingDetailLabel{
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 10pt;
}

.pricingDetailValue{
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    font-size: 10pt;
    font-weight: bold;
}


.itemInnerGrid{
    position: relative;
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 49% 49%;
    grid-column-gap: 2%;
    margin-top: 10px;
}

.itemImageContainer{
    position: relative;
    float: left;
    width: 100%;
}

.itemImageContainerGenerated{
    position: relative;
    float: left;
    width: 98%;
    height: 100%;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f7f7f7;
    margin-left: 10px;
}

.boardExample{
    position: relative;
    float: left;
    border: 2px solid #8d8d00;
    background-color: #fff7cb;
    width: 50px;
    height: 50px;
}

.boardExampleWidth{
    position: absolute;
    top: -25px;
    left: 0px;
    width: 100%;
    text-align: center;
    font-size: 10pt;
    white-space: nowrap;
}

.boardExampleHeight{
    position: absolute;
    top: 0px;
    left: -26px;
    width: 20px;
    text-align: center;
    writing-mode: vertical-lr;
    white-space: nowrap;
    font-size: 10pt;
}

.itemDataContainer{
    position: relative;
    float: left;
    width: 100%;
    padding-left: 0px;
    padding-right: 2%;
}

.itemImageContainer img{
    float: left;
    width: 100%;
    padding: 10px;
    padding-top: 2px;
}

.itemTitle{
    float: left;
    width: 100%;
    font-size: 13pt;
    text-align: left;
    line-height: 20px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 15px;
}

.itemTitleHome{
    border-bottom: none;
    font-weight: bold;
    font-size: 10pt;
    height: auto;
}

.itemBottomCategories{
    height: 100%;
    border-bottom: 0px solid lightgrey;
    border-top: 1px solid lightgrey;
}

.itemCategories{
    float: left;
    width: 100%;
    font-size: 10pt;
    padding-left: 2%;
    padding-right: 2%;
    text-align: left;
    color: #afafaf;
    height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.itemPriceOuter{
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12pt;
    background-color: whitesmoke;
}

.priceOuter{
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12pt;
    margin-top: 10px;
    margin-bottom: 10px;
}

.itemDiscountPercent{
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 5px;
    background-color: #e53333;
    color: #fff;
}

.itemQuantity{
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 7px;
    background-color: #0000004d;
    border-radius: 5px;
}

.itemQuantity span{
    float: left;
    margin-top: 1px;
    font-size: 11pt;
}

.itemQuantity i{
    font-size: 15pt;
    margin-left: 5px;
    color: #1b839c;
}

.itemPriceContainer{
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 7px;
}

.itemPriceExplain{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 9pt;
    margin-bottom: 7px;
    font-style: italic;
    color: #444444;
}

.itemPriceContainerHome{
    margin-top: 10px;
}


.packPrice{
    float: left;
    width: 100%;
    background-color: #bcffd3;
    padding: 5px;
    text-align: center;
    margin-bottom: 6px;
    font-size: 11pt;
    margin-top: -7px;
    line-height: 1.3;
}

.itemButtonText{
    float: left;
    width: 100%;
    text-align: left;
    max-height: 160px;
    overflow: hidden;
}

.itemButtonText >.partText{
    font-size: 8pt;
}


.itemPriceNumberDiscounted{
    float: left;
    text-align: center;
    color: #089f00;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 7px;
    font-size: 15pt;
}

.itemPriceOld{
    float: left;
    color: #a1a1a1;
    text-decoration: line-through;
    text-align: center;
    font-size: 12pt;
    padding-top: 1px;
    padding-bottom: 5px;
    margin-left: 6px;
}

.itemPriceNoVat{
    float: left;
    width: 100%;
    color: #474747;
    text-align: center;
    font-size: 11pt;
    margin-bottom: 5px;
}

.itemPrice{
    float: left;
    color: #000;
    text-align: center;
    font-size: 14pt;
}

.itemButtonsShow{
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.itemBottom{
    float: left;
    width: 96%;
    display: grid;
    grid-template-columns: 13% 87%;
    grid-column-gap: 0%;
    grid-row-gap: 0px;
    border-top: 1px solid #d3d3d3;
    margin-left: 2%;
    padding-top: 7px;
    margin-bottom: 10px;
}

.itemBottomButtons{
    float: left;
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.addToCartButton{
    float: left;
    padding: 9px;
    border: 1px solid var(--yellow);
    border-radius: 20px;
    background-color: var(--yellow);
    color: #000;
    padding-left: 20px;
    padding-right: 20px;
    transition-duration: 0.36s;
}

.addToCartButton:hover{
    background-color: var(--yellow-hover);

}


.seeMoreButton{
    position: absolute;
    left: 15%;
    bottom: 35%;
    border-radius: 20px;
    background-color: transparent;
    color: transparent;
    width: 70%;
    height: 30px;
    line-height: 27px;
    text-align: center;
    transition-duration: 0.5s;
    z-index: 5;
}

.seeMoreButtonFixed{
    transition-duration: 0s;
    bottom: 48%;
}

.seeMoreButton span{
    margin-right: 5px;
    font-size: 10pt;
}

.seeMoreButton:hover{
    background-color: #4abc31;
}

.itemContainerOuter:hover .seeMoreButton{
    bottom: 48%;
    background-color: #4abc31;
    color: #000;
}

.itemExtraParameterContainer {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 5px;
    margin-top: 10px;
}

.itemExtraParameter{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 13% 87%;
    grid-column-gap: 0%;
    grid-row-gap: 0px;
    background-color: #f9f9f9;
    padding: 5px;
}

.itemExtraParameter i{
    float: left;
    font-size: 15pt;
}
.itemExtraParameter span{
    float: left;
    font-size: 11pt;
    line-height: 21px;
    font-weight: bold;
}

.extraParameterValue{
    padding-left: 13%;
}


.timerOuter{
    display: none;
    background-color: #666666b8;
    color: #fff;
    padding-top: 10px;
    position: absolute;
    left: 0px;
    top: 130px;
    width: 100%;
    z-index: 1;
}

.timerOuterShow{
    display: block;

}


.timerLabel{
    float: left;
    font-size: 9pt;
    width: 100%;
    text-align: center;
}

.timer{
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7px;
    margin-bottom: 10px;
}

.timerIcon{
    float: left;
    font-size: 13pt;
    margin-left: 5px;
    margin-right: 8px;
    color: #000000;
}

.timerClock{
    float: left;
    color: #fff;
    font-size: 12pt;
}

.ClassyCountdown-wrapper{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 24% 24% 24% 24%;
    grid-column-gap: 1.33%;
}

.ClassyCountdown-days{
    position: relative;
    float: left;
    width: 100%;
}
.ClassyCountdown-hours{
    position: relative;
    float: left;
    width: 100%;
}

.ClassyCountdown-minutes{
    position: relative;
    float: left;
    width: 100%;
}
.ClassyCountdown-seconds{
    position: relative;
    float: left;
    width: 100%;
}

.ClassyCountdown-value{
    font-weight: 600;
    color: rgb(255, 255, 255);
    margin-top: -6px;
    font-size: 10px;
    position: absolute;
    top: 26px;
    left: 0px;
    width: 100%;
    text-align: center;
}


.itemExtras{
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fff;
    z-index: 10;
    padding: 5px;
    border-radius: 2px;
    width: 100%;
}

.lastItem {
    position: relative;
    float: left;
    color: #fff;
    z-index: 10;
    padding: 0px;
    border-radius: 0px;
    margin-bottom: 10px;
    transition-duration: 0.36s;
    margin-right: 10px;
}


.lastItemSelected{

}

.lastItem i{
    float: left;
    font-size: 11pt;
    width: 25px;
    height: 25px;
    text-align: center;
    background-color: #282828;
    padding: 5px;
    border-radius: 30px;
}

.lastItem:hover{

}

.discountIconOuter{
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
}

.discountIcon{
    position: relative;
    float: left;
    color: #fff;
    z-index: 10;
    padding: 0px;
    margin-bottom: 10px;
    transition-duration: 0.36s;
    margin-right: 10px;
    background-color: #282828;
    border-radius: 30px;
}

.discountIcon span{
    float: left;
    margin-right: 0px;
    margin-top: 3px;
    font-size: 11pt;
    margin-left: 10px;
    font-weight: bold;
}

.discountIcon i{
    float: left;
    font-size: 10pt;
    width: 25px;
    height: 24px;
    text-align: center;
    padding: 5px;
    padding-left: 0px;
}

.itemLeft{
    position: relative;
    float: left;
    width: 100%;
}


.loading{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 2100;
    transition-duration: 0.35s;
    display: none;
}


.loader {
    position: fixed;
    border: 16px solid #dddddd; /* Light grey */
    border-top: 16px solid transparent; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 1s linear infinite;
    top: 300px;
    left: 48%;
    border-top: 16px solid var(--green);
    z-index: 1000;
    display: none;
}

.loadingVisible{
    display: block;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



.paginator{
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
}

.arrows{
    float: right;
}

.mobileRightArrows{
    float: right;
}

.pager{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.arrow{
    float: left;
    color: #434342;
    text-decoration: none;
    font-size: 11pt;
    text-align: center;
    padding: 5px;
    width: 29px;
    background-color: #e9e9e9;
    margin-left: 2px;
    transition-duration: 0.35s;
    line-height: 20px;
    margin-right: 2px;
    border-radius: 20px;
}

.arrow:hover{
    background-color: #dedede;
    color: #434342;
}

.arrowSelected{
    color: #000;
    background-color: var(--yellow-hover);
}
.arrowSelected:hover{
    color: #000;
    background-color: var(--yellow);
}

.arrowIco{
    font-size: 11pt;
}

.pagerDots{
    float: left;
    color: #434342;
    text-decoration: none;
    font-size: 11pt;
    text-align: center;
    line-height: 24px;
    width: 30px;
    margin-right: -3px;
}

.pagerDotsWhite{
    color: #fff;
}

.suggestedCategoriesOuter {
    float: left;
    width: 100%;
}

.suggestedCategories{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}


.popup{
    position: absolute;
    top: -500px;
    width: 0;
    left: -500px;
    border-radius: 2px;
    background-color: #fff;
    z-index: 200;
    overflow: hidden;
}

.popupInner{
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
    margin-top: 10px;
    margin-bottom: 10px;
}


.popupHeader{
    float: left;
    width: 100%;
    border-bottom: 1px solid lightgrey;
    padding-bottom: 5px;
}

.popupName{
    float: left;
    font-size: 13pt;
    margin-top: 0;
}


.itemQuickView{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 48.7% 50.3%;
    grid-column-gap: 1%;
}

.itemQuickViewImage{
    float: left;
    width: 100%;
    overflow: hidden;
}
.itemQuickViewImage img{
    float: left;
    width: 100%;
    transition-duration: 0.5s;
}

.itemQuickViewImage:hover img{
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.itemTitleImage{
    float: left;
    width: 100%;
}

.itemTitleImage img{
    float: left;
    width: 100%;
    border: 1px solid #e0e0e0;
}

.itemQuickViewDetails{
    float: left;
    width: 100%;
}


.itemAvailabilityOuter{
    float: left;
    width: 100%;
    padding: 5px;
    background-color: #efefef;
    margin-bottom: 10px;
}

.itemHeading{
    float: left;
    width: 100%;
    display: grid;
    margin-bottom: 3px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 4px;
    font-weight: bold;
}

.itemHeadingMargin{
    margin-top: 10px;
}



.shippingDetailIcon i{
    float: left;
    font-size: 13pt;
    color: #282828;
    margin-top: -1px;
}

.shippingDetailIcon img{
    float: left;
    width: 100%;
    border: 1px solid #e1e1e1;
    padding: 1px;
}



.shippingDetailDateNot{
    color: red;
}



.itemAvailability{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 5% 41% 52%;
    grid-column-gap: 1%;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 10pt;
    padding-left: 1%;
    padding-right: 1%;
}

.itemAvailabilitySize{
    grid-template-columns: 5% 94%;
    grid-column-gap: 1%;
    transition-duration: 0.36s;
}

.itemAvailabilitySize:hover{
    color: var(--yellow);
}


.openItem {
    float: left;
    width: 100%;
    font-size: 12pt;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    text-decoration: underline;
}


.shippingInfo{
    float: left;
    width: 100%;
    padding: 10px;
    background-color: #efefef;
    padding-top: 5px;
    padding-bottom: 5px;
}

.shippingDetailRow{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 6% 42% 34% 15%;
    grid-column-gap: 1%;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 10pt;
}

.shippingDetailIcon i{
    float: left;
    font-size: 13pt;
    color: #282828;
    margin-top: -1px;
}

.shippingDetailDate{
    float: left;
    width: 100%;
    text-align: right;
    font-weight: bold;
    font-size: 9pt;
}


.shippingExplain{
    float: left;
    width: 100%;
    font-size: 10pt;
    color: #898989;
    margin-top: 9px;
    line-height: 18px;
}



.popupTitle{
    float: left;
    font-size: 11pt;
    text-transform: uppercase;
    margin-top: 8px;
    margin-bottom: 10px;
    width: 95%;
}

.popupClose{
    float: right;
    cursor: pointer;
}

.popupClose i{
    float: right;
    font-size: 20pt;
}


.popupBg{
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 199;
    display: none;
}

.itemPopup{
    width: 1060px;
    padding: 10px;
}


.alignLeft{ text-align: left;}
.alignRight{ text-align: right;}
.alignCenter{ text-align: center;}




.zebra{
    float: left;
    width: 100%;
}


.zebra li{
    float: left;
    padding-left: 1%;
    padding-right: 1%;
    width: 100%;
    color: #777777;
    background-color: transparent;
    transition-duration: 0.35s;

}

.zebra li:nth-child(even) {
    background-color: whitesmoke;
}

.zebra li:nth-child(odd) {
    background-color: white;
}

.zebra li:hover{
    background-color: #ebebeb !important;
}


.detailRow {
    float: left;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #2b2b2a;
    display: grid;
    grid-template-columns: 49% 49%;
    grid-column-gap: 2%;
}


.detailParameterLabel {
    float: left;
    width: 100%;
    font-size: 10pt;
    line-height: 20px;
    font-weight: bold;
}

.detailParameterValue {
    float: right;
    width: 100%;
    font-size: 10pt;
    text-align: right;
}

.itemFeatures{
    float: left;
    width: 100%;
}


.itemBrand{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 18% 80%;
    grid-column-gap: 2%;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: whitesmoke;
    padding: 7px;
}

.itemBrandImage{
    float: left;
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.itemBrandImage img {
    float: left;
    max-width: 100%;
    max-height: 100%;
}

.itemBrandLink{
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #282828;
    transition-duration: 0.36s;
}

.itemBrand:hover .itemBrandLink{
    color: #e64c28;
}

.tabButtons{
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}


.tabButton{
    float: left;
    margin-right: 5px;
    margin-left: 10px;
    text-decoration: none;
    font-size: 13px;
    line-height: 35px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: -2px;
    border-radius: 20px;

    border: 1px solid #878787;
    background-color: #e0e0e0;
    color: #2b2b2a;
}

.tabButtonSelected{
    border: 1px solid #878787;
    background-color: #fff;
    color: #2b2b2a;
}

.tabButton i{
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}

.tabBlockItem{
    float: left;
    width: 100%;
    display: none;
}
.tabBlockItemShow{
    display: block;
}




.partGrid{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 100%;
    grid-column-gap: 0%;
    margin-bottom: 0px;
}

.partGrid2{
    grid-template-columns: 49% 49%;
    grid-column-gap: 2%;
}

.partGrid_text_image{
    grid-template-columns: 58% 40%;
    grid-column-gap: 2%;
    padding-left: 0%;
}
.partGrid_image_text{
    grid-template-columns: 40% 58%;
    grid-column-gap: 2%;
    padding-right: 0%;
}

.extraContainer{
    margin-top: 40px;
}

.partContainer{
    float: left;
    width: 100%;
}


.partImage{
    float: left;
    width: 100%;
    margin-left: 0%;
}

.partImage img{
    float: left;
    width: 100%;
}


.videoImage{
    float: left;
    width: 100%;
}

.videoImage img{
    float: left;
    width: 100%;
}

.partHeading{
    float: left;
    width: 100%;
    font-size: 14pt;
    color: #282828;
}

.partText{
    float: left;
    width: 100%;
    margin-bottom: 0px;
    font-size: 11pt;
    line-height: 1.5;
}

.partText ol li{
    list-style: decimal;
    margin-left: 40px;
    margin-top: 4px;
    background-color: transparent !important;
}

.partText ol li:hover {
    background-color: transparent !important;
}

.partText ul li {
    list-style: disc;
    margin-left: 40px;
    margin-top: 4px;
    background-color: transparent !important;
}

.partText ul li:hover {
    background-color: transparent !important;
}

.partText p {

}

.partText a {
    color: var(--green);
}



.videos{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 24% 24% 24% 24%;
    grid-column-gap: 1.33%;
    grid-row-gap: 20px;
    margin-bottom: 20px;
}

.video{
    position: relative;
    float: left;
    width: 100%;
}

.videoPlayIcon{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.videoPlayIcon i{
    font-size: 32pt;
    color: #000;
}



.files{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 24% 24% 24% 24%;
    grid-column-gap: 1.33%;
    grid-row-gap: 20px;;
    margin-bottom: 20px;
}

.file{
    float: left;
    width: 100%;
    background-color: #282828;
    padding: 5px;
    color: #fff;
    text-align: center;
    font-size: 12pt;
    transition-duration: 0.36s;
    padding-top: 10px;
    padding-bottom: 10px;
}

.file:hover{
    background-color: #545454;
}


.partGrid_image{
    margin-left: 15%;
    width: 70%;
}


.noRecords{
    float: left;
    width: 100%;
    color: #999;
    font-size: 13px;
    line-height: 15px;
    margin: 5px 0 0;
    padding: 0;
    text-align: center;
}

.itemStockGrid {
    position: absolute;
    width: 100%;
    display: grid;
    grid-template-columns: 100%;
    background-color: #f7f7f7;
    border-top: 1px solid lightgrey;
    bottom: 0px;
    left: 0px;
}

.itemStockGridHome{
    position: relative;
    float: left;
}

.itemStock{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 13% 53% 33%;
    grid-column-gap: 0%;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 9pt;
    padding-right: 5px;
    padding-left: 5px;
}

.itemStockLeft{
    padding-right: 5px;
    border-bottom: 1px solid lightgrey;
}

.itemStockIcon{
    color: #fff;
    background-color: #464646;
    border-radius: 20px;
    font-size: 8pt;
    width: 20px;
    height: 20px;
    line-height: 20px !important;
    text-align: center;
}

.itemStockLabel{
    float: left;
    text-align: left;
    font-size: 8pt;
    color: gray;
    margin-top: 4px;
}

.itemStockValue{
    float: left;
    text-align: right;
    font-size: 8pt;
    color: #464646;
    margin-top: 4px;
    font-weight: bold;
}

.itemGroupTitle {
    float: left;
    width: 100%;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 10px;
    padding-bottom: 3px;
    font-size: 10pt;
}

.itemGroupElement{
    float: left;
    margin-right: 10px;
    border: 1px solid #efefef;
    padding: 7px;
    color: #464646;
    transition-duration: 0.36s;
    font-size: 11pt;
    margin-bottom: 11px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 24%);
}

.itemGroupElement:hover{
    border: 1px solid var(--yellow);
    background-color: rgba(255, 255, 31, 0.55);
}


.itemGroupElementSelected{
    border: 1px solid var(--yellow);
    background-color: var(--yellow);
    color: #000;
}

.itemGroupElementSelected:hover{
    border: 1px solid var(--yellow);
    background-color: var(--yellow);
    color: #000;
}

.itemGroupElementMore{
    background-color: #f3f3f3;
    border-radius: 20px;
    border: 1px solid #e1e1e1;
}


.itemPlaceholder{
    float: left;
    width: 100%;
    height: 120px;
}


.footerGrid{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-column-gap: 0%;
    grid-row-gap: 0px;
}


.footerCol{
    float: left;
    width: 100%;
}

.footerColBorder{
    border-right: 1px solid #424242;
}

.footerColTitle{
    float: left;
    width: 100%;
    font-size: 13pt;
    font-weight: bold;
    color: #fff;
    margin-bottom: 25px;
}

.footerLink{
    float: left;
    margin-left: 15px;
    font-size: 11pt;
    color: #fff;
    margin-right: 15px;
    transition-duration: 0.36s;
    text-align: left;
    text-decoration: none;
    transition-duration: 0.36s;
}

.footerLink:hover{
    text-decoration: underline;
}

.footerSlogan{
    float: left;
    width: 100%;
    font-size: 12pt;
    color: #fff;
}

.footerLogo{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.footerLogo img{
    float: left;
    height: 35px;
}

.footerSocials {
    float: left;
    width: 100%;
    margin-top: 40px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footerSocial{
    float: left;
    margin-right: 20px;
    margin-left: 20px;
    color: #fff;
    transition-duration: 0.36s;
}

.footerSocial:hover{
    color: #4abc31;
}

.footerSocial i{
    float: left;
    font-size: 12pt;
    background-color: #fff;
    color: #000;
    padding: 5px;
    border-radius: 30px;
    transition-duration: 0.36s;
}

.footerSocial:hover i{
    background-color: #4abc31;
}

.footerSocial span{
    float: left;
    margin-left: 6px;
    margin-top: 4px;
    font-size: 10pt;
}


.footershippingOuter {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.footerShipping {
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.footerShipping img {
    float: left;
    height: 90px;
}
.footerShipping i {
    float: left;
    text-align: center;
    font-size: 33pt;
    color: var(--green);
    border: 1px solid var(--green);
    padding: 10px;
    border-radius: 120px;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: var(--yellow);
}

.shippingPromos {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 49% 49%;
    grid-column-gap: 2%;
}

.shippingTitle {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18pt;
    margin-bottom: 20px;
    color: #fff;
    line-height: 1.5;
    height: 100%;
    margin-top: 20px;
}




.footerPaymentsOuter {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5%;
    padding-right: 5%;
    color: #fff;
}

.paymentsTitle {
    float: left;
    width: 100%;
    font-size: 18pt;
    margin-bottom: 20px;
    color: #fff;
    line-height: 1.5;
    text-align: center;
}

.paymentsTitle i{
    font-size: 14pt;
    margin-right: 1px;
    background-color: #303030;
    color: #fff;
    border-radius: 30px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

.footerPayments{
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}



.footerPayment{
    float: left;
    background-color: #ffffff9e;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footerPayment img{
    float: left;
    height: 45px;
}



.shippingCompanies{
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.logoFooterOuter{
    float: left;
    width: 100%;
}


.logoFooter{
    float: left;
    width: 30%;
    margin-left: 0%;
    margin-bottom: 20px;
}

.logoFooter img{
    float: left;
    width: 100%;
}

.footerLegal{
    float: left;
    width: 100%;
    text-align: left;
    font-size: 9pt;
    line-height: 20px;
}



.footerLinks{
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footerLinks2{
    margin-top: 20px;
}


.footerPaymentOmniva img{
    height: 60px;
}

.footerPaymentVenipak img{
    height: 20px;
}
.footerPaymentDpd img{
    height: 35px;
}



.subscribeTitle{
    float: left;
    width: 100%;
    font-size: 10pt;
    color: #fff;
    margin-bottom: 5px;
    margin-top: 25px;
}

.inputSubscribe {
    height: 36px;
}

.subscribeButton{
    float: right;
    color: #fff;
    background-color: #2b2b2a;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 13pt;
    margin-top: 10px;
    margin-bottom: 10px;
    transition-duration: 0.36s;

}
.subscribeButton:hover {
    background-color: #514f46;
}

.subscribeForm{
    float: left;
    width: 91%;
    display: grid;
    grid-template-columns: 56% 42%;
    grid-column-gap: 2%;
}

.subscribeFormSuccess{
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    text-align: right;
}

.button{
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    transition-duration: 0.36s;
    text-align: center;
    background-color: var(--yellow);
    color: #000;
    border-radius: 20px;
}

.button:hover{
    background-color: var(--yellow-hover);
}

.grayButton{
    background-color: #e9e9e9;
    color: #434342;
}

.grayButton:hover{
    background-color: #dedede;
    color: #434342;
}

.hiddenBlock{
    display: none;
}

.visibleBlock{
    display: block;
}

.flexCenter{
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}


.weblapa{
    float: right;
    width: 12%;
    background-color: #2ba9a9;
    color: #fff;
    text-align: center;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 3px;
    margin-top: 20px;
}

.weblapa span{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 9pt;
}

.weblapa img{
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-top: 3px;
    border-radius: 2px;
}

.showItemContainer{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 49% 49%;
    grid-column-gap: 2%;
    margin-bottom: 40px;
}

.headerButtonsOuter{
    float: left;
    margin-top: 20px;
}




.searchForm {
    float: right;
    width: 100%;
    display: grid;
    grid-template-columns: 86% 14% 5%;
    grid-column-gap: 0%;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 5px;
    padding-right: 0px;
    transition-duration: 0.36s;
    background-color: #ebedec;
    border-radius: 2px;
}

.searchButton{
    float: right;
    width: 100%;
    background-color: #50ae30;
    color: #fff;
    height: 38px;
    border-radius: 0px;
    text-align: center;
    line-height: 35px;
    margin-top: 0px;
    margin-right: -1px;
    margin-bottom: 0px;
    display: grid;
    grid-template-columns: 80% 20%;
    padding-left: 0px;
    padding-right: 8px;
    transition-duration: 0.36s;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.searchButton:hover{
    background-color: #62cf3c;

}

.searchButton span{
    float: left;
    margin-top: 2px;
    font-size: 10pt;
    text-align: center;
    width: 100%;
}

.searchButton i{
    float: right;
    margin-top: 13px;
}

.inputSearch{
    float: left;
    width: 100%;
    margin-top: 3px;
    margin-left: 20px;
    height: 35px;
}

.closeSearch{
    float: left;
    margin-left: 11px;
    display: flex;
    justify-content: start;
    align-items: center;
    cursor: pointer;
}

.closeSearch i{
    color: #fff;
    font-size: 15pt;
}

.inputSearch:focus .searchForm{
    border: 1px solid red;
}

.searchOuter{
    position: relative;
    float: left;
    width: 100%;
}

.searchOuterVisible{
    top: 55px;
}


.searchInner{
    position: relative;
    float: left;
    width: 100%;
    margin-left: 0%;
}



.searchInputContainer{
    float: left;
    position: relative;
    width: 100%;
}



.mainSearchClear{
    position: absolute;
    right: 15px;
    color: #5c5c5c;
    top: 11px;
    display: none;
}

.mainSearchClear i{
    font-size: 12pt;
}


.searchAutoSuggestContainer{
    position: absolute;
    top: 40px;
    left: 0px;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 4px rgb(0 0 0 / 24%);
    border: 1px solid #e5e5e5;
    border-radius: 0 0 3px 3px;
    text-align: left;
    display: none;
    max-height: 500px;
    overflow-y: auto;
    z-index: 10;
}


.searchSuggestGrid{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 47% 53%;
    grid-column-gap: 0%;
}

.suggestedItems{
    float: left;
    width: 100%;
    border-left: 1px solid #e5e5e5;
}


.suggestedItem{
    float: left;
    width: 98%;
    border-right: 4px solid transparent;
    display: grid;
    grid-template-columns: 12% 83%;
    grid-column-gap: 5%;
    color: #2b2b2a;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-bottom: 1px solid #e5e5e5;
    margin-left: 2%;
}

.suggestedItem:hover{
    border-right: 4px solid #4abc31;
}

.suggestedItem:hover .suggestedItemName{
    color: #4abc31;
}

.suggestedItemImage{
    float: left;
    height: 43px;
}

.suggestedItemName{
    float: left;
    width: 100%;
    font-size: 10pt;
    transition-duration: 0.36s;
    height: 44px;
    display: flex;
    justify-content: start;
    align-items: start;
    overflow: hidden;
}

.suggestedItemPrice{
    float: left;
    width: 100%;
    font-size: 11pt;
    color: #2b2b2a;
    margin-top: 6px;
}

.discountedSuggestedItemPrice{
    font-size: 11pt;
    text-decoration: line-through;
    color: #c6c7c7;
    margin-left: 10px;
}



.suggestedItemsSearch{
    float: left;
    width: 100%;
    height: 35px;
    color: #3d3d3d;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-duration: 0.36s;
}

.suggestedItemsSearch span{
    font-size: 10pt;
    margin-right: 7px;
}

.suggestedItemsSearch i{
    font-size: 8pt;
}

.suggestedItemsSearch:hover{
    color: #707070;
}

.suggestedCategory{
    float: left;
    width: 100%;
    color: #626262;
    font-size: 10pt;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 4px solid transparent;
}

.suggestedCategoryKey{
    color: #333;
    font-weight: bold;
    transition-duration: 0.36s;
}

.suggestedCategoryStrong{
    font-weight: bold;
}


.suggestedCategory:hover{
    border-right: 4px solid #4abc31;
    color: #4abc31;
}

.suggestedCategory:hover .suggestedCategoryKey{
    color: #4abc31;
}

.noResult{
    padding: 10px;
    font-size: 10pt;
}


.pathSlash {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    color: #464646;
    margin-bottom: 5px;
}

.pathSlash i{
    float: left;
    text-align: center;
    font-size: 9pt;
    color: var(--green);
    background-color: var(--yellow);
    border-radius: 20px;
    width: 17px;
    height: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.pathContainer {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 15px;
}

.pathLink {
    float: left;
    font-size: 11pt;
    color: #fff;
    transition-duration: 0.36s;
    margin-bottom: 5px;
    cursor: pointer;
}

.pathLink:hover{
    color: #eaeaea;
}

.mobileNaviHeader{
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 9pt;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    font-weight: bold;
}

.languagesOuter {
    position: relative;
    float: right;
}

.selectedLanguage{
    float: right;
}

.selectedLanguage img{
    float: left;
    height: 18px;
}

.selectedLanguage span{
    float: left;
    margin-left: 7px;
    color: #fff;
    text-transform: uppercase;
    font-size: 10pt;
}

.languages{
    position: absolute;
    top: 30px;
    right: 0px;
    width: 160px;
    display: none;
    background-color: #fff;
    z-index: 100;
    padding: 5px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.langButton{
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 55px;
}

.langButtonImageOuter{
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.langButtonImage{
    float: left;
    width: 35px;
    height: 35px;
    border-radius: 20px;
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dddddd;
    border: 1px solid #dddddd;
    transition-duration: 0.36s;
}

.langButtonImage img{
    float: left;
    width: 100%;
}

.langButtonLabel{
    float: left;
    width: 100%;
    font-size: 8pt;
    text-align: center;
    margin-top: 5px;
}

.langButtonLabelLang{
    text-transform: uppercase;
}

.langButtonSelected .langButtonImage{
    border: 1px solid #4abc31;
    background-color: #fff;
}
.langButtonSelected .langButtonLabel{

}

.langButton:hover .langButtonImage{
    background-color: #c9c9c9;
    border: 1px solid #c9c9c9;
}
.langButtonSelected:hover .langButtonImage{
    border: 1px solid #4abc31;
    background-color: #fff;
}

.cartEmptyTitle{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 14pt;
    margin-top: 20px;
    margin-bottom: 10px;
}

.cartEmptyText{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 11pt;
    line-height: 22px;
}


.cartQuick{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 12% 52% 19% 11%;
    grid-column-gap: 2%;
    border-bottom: 1px solid #d3d3d3;
    padding-top: 5px;
    padding-bottom: 5px;
}

.cartQuickImage {
    float: left;
    width: 100%;
}

.cartQuickImage img{
    float: left;
    width: 100%;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    padding: 1px;
    background-color: #fff;
}

.cartQuickName{
    float: left;
    width: 100%;
    height: 43px;
    overflow: hidden;
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 9pt;
}

.cartQuickPrice{
    float: left;
    width: 100%;
    height: 42px;
    overflow: hidden;
    display: flex;
    justify-content: end;
    align-items: center;
    font-size: 9pt;
}

.cartQuickDelete{
    float: right;
    width: 100%;
    height: 42px;
    display: flex;
    justify-content: end;
    align-items: center;
}

.cartQuickDelete i{
    float: right;
    margin-right: 0%;
    font-size: 10pt;
    margin-top: 0px;
    height: 30px;
    width: 30px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
    background-color: #dddddd;
    transition-duration: 0.36s;
}

.cartQuickDelete:hover i {
    background-color: #c9c9c9;
}

.cartQuickTotal{
    float: left;
    width: 100%;
    text-align: right;
    font-size: 12pt;
    font-weight: bold;
    margin-top: 10px;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-column-gap: 0%;
}

.cartQuickButton{
    float: left;
    background-color: var(--yellow);
    color: #000;
    height: 35px;
    border-radius: 20px;
    text-align: center;
    line-height: 35px;
    margin-top: 10px;
    margin-bottom: 3px;
    transition-duration: 0.36s;
    padding-left: 20px;
    padding-right: 20px;
}

.cartQuickButton:hover{
    background-color: var(--yellow-hover);
}

.form2{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 49% 49%;
    grid-column-gap: 2%;
    grid-row-gap: 10px;
}
.form3{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-column-gap: 2%;
    grid-row-gap: 10px;
}
.form4{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 24% 24% 24% 24%;
    grid-column-gap: 1.33%;
    grid-row-gap: 10px;
}

.form5{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 19% 19% 19% 19% 19%;
    grid-column-gap: 1.25%;
    grid-row-gap: 10px;
}


.categoriesList{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 16% 16% 16% 16% 16% 16%;
    grid-column-gap: 0.8%;
    grid-row-gap: 20px;
    background-color: #fff;
    margin-bottom: 20px;
}


.categoryFirstRight{
    float: left;
    width: 100%;
    cursor: pointer;
}

.categoryFirstRightImageOuter{
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 45px;
}
.categoryFirstRightImage {
    float: left;
    width: 80%;
    margin-left: 10%;
    transition-duration: 0.36s;
}

.categoryFirstRightName {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 14pt;
    margin-bottom: 10px;
    padding-bottom: 0px;
    font-weight: bold;
    margin-top: 15px;
}

.categoryFirstRightNameShow{
    font-size: 10pt;
    margin-top: 7px;
    margin-bottom: 7px;
}

.categoryShortText {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 11pt;
    margin-bottom: 20px;
    line-height: 1.3;
    min-height: 40px;
}

.categoryFirstRightShow .categoryFirstRightImageOuter{
    width: 40%;
    margin-left: 30%;
    height: 75px;
}

.categoryFirstRightShow{
    border: 1px solid transparent;
    transition-duration: 0.36s;
    padding-top: 0px;
    border-radius: 4px;
}

.categoryFirstRightShowSelected{
    border: 1px solid #bfbfbf;
}


.categoriesMainList{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 16% 16% 16% 16% 16% 16%;
    grid-column-gap: 0.8%;
    grid-row-gap: 12px;
    margin-bottom: 20px;
}

.categoryFirstRight:hover .categoryFirstRightImage{

}

.itemsGrid {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 25% 74%;
    grid-column-gap: 1%;
}

.filterContainerOuter {
    float: left;
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: 16% 16% 16% 16% 16% 16%;
    grid-column-gap: 0.8%;
    margin-top: 6px;
    border-top: 1px solid #e0e0e0;
    padding-top: 14px;
    margin-bottom: 10px;
}
.filterContainerOuter5{
    grid-template-columns: 19% 19% 19% 19% 19%;
    grid-column-gap: 1.25%;
}

.filterContainerOuter7{
    grid-template-columns: 13.5% 13.5% 13.5% 13.5% 13.5% 13.5% 13%;
    grid-column-gap: 1%;
}


.filterContainerCol {
    position: relative;
    float: left;
    width: 100%;
    min-height: 37px;
}


.filterContainer{
    position: absolute;
    float: left;
    width: 100%;
    z-index: 10;
    box-shadow: 0 1px 4px rgb(0 0 0 / 24%);
    background-color: #fff;
}

.filterContainerSelected{
    z-index: 100;
}


.filterTitle {
    position: relative;
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 90% 10%;
    grid-column-gap: 0%;
    padding-top: 10px;
    margin-bottom: 10px;
}

.filterContainerInner{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 0px;
    display: none;
}

.filterValue {
    float: left;
    width: 100%;
    color: #464646;
    transition-duration: 0.36s;
    font-size: 11pt;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
    grid-template-columns: 11% 89%;
    background-color: #fff;
}

.filterValue:hover{
    background-color: #f6f6f6;
}

.filterDroplistHide{
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #d3d3d3;
    margin-left: 4%;
    width: 92%;
    margin-bottom: 8px;
    padding-top: 8px;
}

.filterDroplistHide i{
    margin-left: 10px;
}


.selectedSize{
    position: absolute;
    top: -13px;
    left: -13px;
    background-color: #000000;
    color: #fff;
    z-index: 10;
    padding: 5px;
    border-radius: 6px;
    font-size: 9pt;
    line-height: 15px;
}

.clearFilterOption{
    position: relative;
    float: right;
    margin-left: 6px;
    color: var(--yellow);
    font-size: 11pt;
}


.itemsPagerOuter {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 19.5% 79.8%;
    grid-column-gap: 0.62%;
    margin-bottom: 15px;
}


.categoryMenuHideOuter{
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
}

.categoryMenuHide{
    float: left;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    color: #4abc31;
    text-decoration: none;
    font-size: 11pt;
    text-align: center;
    height: 35px;
    transition-duration: 0.35s;
    line-height: 20px;
    margin-right: 2px;
    border-radius: 20px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #4abc31;
}

.categoryMenuHide2{
    color: #000;
    background-color: #4abc31;

}

.categoryMenuHideHidden{
    display: none;
}

.categoryMenuHide i{
    float: left;
    margin-right: 10px;
    font-size: 11pt;
    margin-top: 3px;
}
.categoryMenuHide span{
    float: left;
    font-size: 11pt;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.linkedCategories{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    background-color: #f7f7f7;
    padding: 5px;
}

.linkedCategory{
    float: left;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
}

.linkedCategorySelected{
    font-weight: bold;
}

.linkedCategoryImage{
    float: left;
    width: 100%;
}
.linkedCategoryImage img{
    float: left;
    height: 33px;
}

.linkedCategoryName{
    float: left;
    width: 100%;
    height: 33px;
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 9pt;
    line-height: 16px;
}

.linkedCategory2{

}
.linkedCategory3{
    margin-left: 10%;
    width: 90%;
}
.linkedCategory4{
    margin-left: 20%;
    width: 80%;
}

.keyFilter {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 85% 13%;
    grid-column-gap: 2%;
    margin-bottom: 10px;
}

.filterOptionHeadingLabelCategory{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 13% 87%;
    grid-column-gap: 0%;
}

.categoryBack{
    float: left;
    background-color: #f18006;
    padding: 0px;
    border-radius: 2px;
    width: 17px;
    height: 17px;
}

.categoryBack i {
    float: right;
    font-size: 12pt;
    margin-left: 6px;
    color: #fff;
    width: 100%;
    text-align: center;
}

.categoryBackName{
    float: left;
    width: 100%;
    height: 17px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 17px;
}


.cartPopup{
    width: 40%;
    left: 30%;
    padding: 15px;
    position: fixed;
    top: 100px;
}
.cartSuccessInner{
    float: left;
    width: 100%;
}

.cartSuccessTitle{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 15pt;
    margin-bottom: 20px;
}

.popupButtonContainer{
    float: left;
    width: 100%;
}



.suggestedItemsTitle{
    float: left;
    width: 99%;
    font-size: 11pt;
    margin-left: 1%;
    text-transform: uppercase;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 3px;
}

.formError{
    float: right;
    color: red;
    transition-duration: 0.36s;
    overflow: hidden;
    height: 0px;
    font-size: 10pt;
}

.formErrorShow{
    height: 25px;
}

.sliderLine{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 90% 10%;
    grid-column-gap: 0%;
    margin-top: 5px;
    padding-bottom: 5px;
}

.sliderLineLabel{
    float: left;
    font-size: 11pt;
    margin-top: 10px;
    color: #5d5d5d;
}

/* The switch - the box around the switchSlider */
.switch {
    float: left;
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.switchSlider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switchSlider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .switchSlider {
    background-color: #85d700;
}

input:focus + .switchSlider {
    box-shadow: 0 0 1px #85d700;
}

input:checked + .switchSlider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.switchSlider.round {
    border-radius: 34px;
}

.switchSlider.round:before {
    border-radius: 50%;
}


.itemImages{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 81% 17%;
    grid-column-gap: 1%;
}

.itemImagesQuick{
    grid-template-columns: 81% 17%;
    grid-column-gap: 1%;
}
.itemImagesQuickSingle{
    grid-template-columns: 100%;
    grid-column-gap: 0%;
}

.itemMainImage{
    float: left;
    width: 100%;
}


.images {
    position: relative;
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 24% 24% 24% 24%;
    grid-column-gap: 1.33%;
    grid-row-gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}


.imagesQuick{
    max-height: 423px;
}

.imagesInner{
    position: relative;
    float: left;
    width: calc(100% + 24px);
    margin-top: 0px;
    height: 100%;
    overflow-y: scroll;
    padding-right: 6px;
    border-top: 1px solid #e1e1e1;
    padding-top: 5px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 5px;
}

.imagesInnerScroll{

}


.itemImageLink{
    float: left;
    width: 100%;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    padding: 2px;
    transition-duration: 0.36s;
    margin-bottom: 6px;
    cursor: pointer;
}

.itemImageLink img{
    float: left;
    width: 100%;
    transition-duration: 0.5s;
}


.itemImageLink:hover{
    border: 1px solid #4abc31;
}

.itemImageLink:hover img{
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.itemImageLinkSelected{
    border: 1px solid #4abc31;
}

.itemImageArrowOuter{
    position: absolute;
    top: 2px;
    width: 100%;
    height: 22px;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
}

.itemImageArrow{
    position: relative;
    float: left;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: #4abc31;
    color: #fff;
    z-index: 20;
    border-radius: 20px;
}

.itemImageArrowDown{
    top: auto;
    bottom: 2px;
    line-height: 23px;
}

.itemImageArrowDisabled{
    background-color: #e7e7e7;
    color: #bbbbbb;
}

.videoLink{
    position: relative;
    background-color: #eeeeee;
    height: 100%;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    min-height: 117px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.videoLink i{
    float: left;
    font-size: 30pt;
    transition-duration: 0.5s;
}

.videoLink:hover img{
    font-size: 35pt;
}

.playIcon{
    position: absolute;
    width: 40px;
    font-size: 26pt !important;
    color: #fff;
}


.marginTop20{
    margin-top: 20px;
}


.headerVidex{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 19% 80%;
    grid-column-gap: 1%;
}

.headerVidexImage{
    float: left;
    height: 41px;
}

.headerVidexImage img{
    float: left;
    height: 20px;
    margin-top: 11px;
}


.videoContainer{
    float: left;
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 0;
    height: 900px;
    overflow: hidden;
}
.video{
    float: left;
    width: 100%;
}

.videoImage{
    float: left;
    width: 100%;
}
.videMp4{
    float: left;
    width: 100%;
    height: 100% !important;
    display: none;
}

.videoPlaceholder{
    position: relative;
    background-color: transparent;
    float: left;
    width: 100%;
}

.videoFilter{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    color: #fff;
}

.videoTexts{
    float: left;
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.videoTexts{
    float: left;
    width: 100%;
}



.sfContent{
    position: relative;
    float: left;
    width: 100%;
}

.sfContentPadding{
    padding-top: 30px;
    padding-bottom: 20px;
}

.pageContent{
    position: relative;
    float: left;
    width: 100%;
}

.pageContentVidex{
    color: #fff;
}

.floatRight{
    float: right;
}



.cc_dialog.simple{
    max-width: 100% !important;
}
.light.cc_dialog button.cc_b_ok {
    color: #000 !important;
    background-color: var(--yellow) !important;
    margin-bottom: 15px;
}

.light.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_save button{
    color: #000 !important;
    background-color: var(--yellow) !important;
    margin-bottom: 15px;
}


.sliderTimerElement{
    float: left;
    width: 35px;
    margin-left: 8px;
    margin-right: 8px;
}

.sliderTimerNumber{

    float: left;
    width: 100%;
    font-size: 11pt;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1a1a1ab5;
    height: 35px;
    border-radius: 3px;

}

.sliderTimerLabel{
    float: left;
    width: 100%;
    font-size: 7pt;
    text-align: center;
    margin-top: 6px;
}


.quantityContainerOuter{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quantityContainer{
    float: left;
    margin-right: 10px;
}


.quantityItemButton{
    float: left;
    height: 30px;
    width: 30px;
    text-align: center;
    background: #ececec;
    border: 0;
    text-transform: uppercase;
    font-weight: 300;
    outline: 0;
    text-decoration: none;
    font-size: 15pt;
    color: #898a89;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}

.quantityItemButton:hover{
    background: #e4e4e4;
    color: #898a89;
}

.quantityItemButton i{
    font-size: 10pt;
}



.quantityLabel{
    float: left;
    height: 30px;
    background: #fff;
    padding: 0 0px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 300;
    outline: 0;
    width: 45px;
    text-align: center;
    border: 1px solid #dadadb;
    margin-left: 6px;
    margin-right: 6px;
}


.tableHead{
    float: left;
    width: 100%;
    margin-top: 10px;
    display: grid;
    grid-template-columns: 2% 21% 15% 16% 23% 23%;
    grid-column-gap: 0%;
    grid-row-gap: 10px;
    border: 1px solid #dadadb;
    border-left: none;
    color: #2b2b2a;
    text-align: center;
    font-size: 11pt;
    background-color: #fff;
}

.tableHead div {
    border-left: 1px solid #dadadb;
    line-height: 40px;
    font-weight: bold;
    font-size: 10pt;
}


.treeContainer {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}


.tableRow {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 2% 21% 15% 16% 23% 23%;
    grid-column-gap: 0%;
    grid-row-gap: 10px;
    border-bottom: 1px solid #9e9e9e;
    color: #5c5c5b;
    text-align: center;
    font-size: 11pt;
    background-color: #fff;
    transition-duration: 0.35s;
    padding-top: 5px;
}

.tableRow:hover{
    background-color: #e0e0e0;
}


.tableRow a {
    line-height: 40px;
    font-size: 10pt;
    color: #5c5c5b;
    text-decoration: none;
    font-weight: normal;
}

.tableRow div {
    line-height: 40px;
    font-size: 10pt;
    color: #5c5c5b;
    text-decoration: none;
    font-weight: normal;
}

.details{
    float: left;
    width: 100%;
}


.formTitle {
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 14pt;
    text-transform: uppercase;
    color: #4b4f56;
}

.formTitle span {
    float: left;
    margin-top: 13px;
}


.cartHalfSplitter{
    float: left;
    width: 100%;
}

.cartRowList {
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 1px solid #d0d0d0!important;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 0px;
    display: grid;
    grid-template-columns: 4% 62% 10% 10% 10%;
    grid-column-gap: 1%;
    grid-row-gap: 10px;
    color: #5c5c5b;
}

.cartRowImageLink {
    float: left;
    text-decoration: none;
}

.cartItemImage{
    float: left;
    width: 100%;
}

.cartCol{
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.cartHalf {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}


.cartHalfInner {
    float: left;
    padding-left: 2%;
    padding-right: 2%;
    width: 100%;
    border: 1px solid #efefef!important;
    margin-top: 5px;
    padding-top: 8px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.finalValue {
    float: left;
    width: 100%;
    color: #4b4f56;
    line-height: 25px;
}



.submitContainer {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.loginButton{
    float: right;
    width: auto;
    margin-right: 0px;
    border: none !important;
    margin-left: 20px;
}


.loginLink{
    float: right;
    color: #2a2a2a;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 10pt;
    letter-spacing: 1px;
    transition-duration: 0.35s;
}

.loginLink:hover{
    color: #636363;
}


.forgotPasswordLink{
    float: right;
}

.videxFiles{
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 10px;
}

.videxFile{
    position: relative;
    float: left;
    width: 21%;
    margin-left: 30px;
    margin-right: 30px;
    border-radius: 3px;
    overflow: hidden;
}

.videxFile img{
    float: left;
    width: 100%;
}

.videxFileName{
    position: absolute;
    top: 0px;
    left: 4%;
    width: 80%;
    height: 75px;
    display: flex;
    justify-content: start;
    align-items: center;
    z-index: 1;
    font-size: 10pt;
    transition-duration: 0.35s;
    background-color: rgba(241, 128, 6, 1);
    color: #000;
    padding-top: 25px;
    padding-bottom: 7px;
    line-height: 18px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.videxFile:hover .videxFileName{
    width: 90%;
    height: 90%;
    background-color: rgba(241, 128, 6, 0.75);
    left: 5%;
    top: 5%;
    border-radius: 3px;
    font-size: 11pt;
}


.brands{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 19% 19% 19% 19% 19%;
    grid-column-gap: 1.25%;
    grid-row-gap: 20px;
    margin-bottom: 20px;
    margin-top: 40px;
}

.brandsTiny {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding-bottom: 0px;
    margin-top: 10px;
}

.brandList{
    float: left;
    border: 1px solid transparent;
    padding: 5px;
    border-radius: 2px;
    transition-duration: 0.36s;
    margin-left: 5px;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brandList:hover{
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.brandImg{
    float: left;
    height: 30px;
}
.brandImgTiny{
    float: left;
    height: 30px;
}

.sliderFilter{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.hiddenImages{
    display: none;
}

.categoryPathOuter{
    float: left;
    width: 100%;
    margin-top: 30px;
    border-bottom: 1px solid #646464;
    padding-bottom: 5px;
}
.categoryPathSplitter {
    float: left;
    width: 40px;
}
.categoryPathSplitter i{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12pt;
    color: #4abc31;
    margin-top: 3px;
}
.categoryPath{
    float: left;
    color: #fff;
    font-size: 14pt;
}
.categoryPath i{
    margin-right: 5px;
    font-size: 12pt;
    border: 2px solid #4abc31;
    border-radius: 50%;
    padding: 6px;
    width: 35px;
    height: 35px;
    line-height: 21px;
    margin-top: -7px;
    background-color: #122b2b;
    color: #4abc31;
}

.categoryOpen{
    float: right;
    margin-right: 5px;
    font-size: 12pt;
    border: 2px solid #4abc31;
    border-radius: 50%;
    padding: 6px;
    width: 35px;
    height: 35px;
    line-height: 21px;
    margin-top: -7px;
    background-color: #122b2b;
    color: #4abc31;
    display: flex;
    justify-content: center;
    align-items: center;
}


.headerCategories{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-column-gap: 0%;
    margin-top: 0px;
    transition-duration: 0.36s;
    border-radius: 50px;
    overflow: hidden;
}

.headerCategoriesVisible{
    margin-top: 0px;
}

.headerCategory{
    float: left;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    transition-duration: 0.36s;
    color: #fff;
    background-color: rgb(35 32 33 / 22%);
}

.headerCategory i{
    float: left;
    color: #fff;
    text-decoration: none;
    font-size: 16pt;
    text-align: center;
    padding: 5px;
    transition-duration: 0.35s;
    line-height: 20px;
    margin-right: 2px;
    border-radius: 20px;
}

.headerCategory span{
    float: left;
    margin-top: 5px;
    font-size: 11pt;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 10px;
}

.headerCategory:hover{
    color: #fff;
    background-color: rgb(48 48 48 / 82%);
}
.headerCategory:hover i{
    color: #fff;;
}

.headerCategorySelected{
    color: #fff;
    background-color: rgb(48 48 48 / 82%);
}
.headerCategorySelected:hover{
    color: #fff;
    background-color: rgb(48 48 48 / 82%);
}

.headerCategorySelected i {
    color: #fff;
}


.openCategory{
    position: relative;
    float: left;
    width: 100%;
    background: #fff;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;

}

.openCategoryButtonOuter {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 49.5% 49.5%;
    grid-column-gap: 1%;
}

.openCategoryButtonText{
    float: left;
    color: #122b2b;
    text-align: right;
    width: 100%;
    margin-top: 8px;
    font-size: 12pt;

}

.openCategoryButtonCatalog {
    float: left;
}

.openCategoryButton{
    float: left;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    text-decoration: none;
    font-size: 11pt;
    text-align: center;
    height: 35px;
    transition-duration: 0.35s;
    line-height: 20px;
    margin-right: 2px;
    border-radius: 20px;
    padding-top: 7px;
    color: #242424;
    background-color: #00d339;
}

.openCategoryButton i {
    float: right;
    margin-left: 10px;
    font-size: 11pt;
    margin-top: 3px;
}
.openCategoryButton span {
    float: left;
    font-size: 11pt;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.promotions{
    position: relative;
    float: left;
    width: 100%;
    background-color: transparent;
    height: 100%;
}


.sliderPromo{
    float: left;
    width: 100% !important;
    margin-top: 0px;
    margin-left: 0%;
    background-color: transparent;
    background-image: url(/images/loading.gif?1);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px;
    height: 100%;
}


.slide{
    float: left;
    width: 100%;
    height: 100%;
}
.slideImage{
    float: left;
    width: 100%;
}


.promoFilter{
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgb(0 0 0 / 40%);
    width: 100%;
    height: 100%;
}

.promoTexts{
    position: absolute;
    top: 230px;
    left: 20%;
    width: 60%;
    height: 100%;
    background-color: transparent;
    z-index: 10;
}

.promoTop{
    float: left;
    color: #fff;
    font-size: 34px;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.promoMainText{
    float: left;
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.promoBottomText{
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-top: 17px;
    margin-bottom: 25px;
    text-align: center;
}

.promoTextsInner{
    float: left;
    width: 100%;
}

.promoButtons{
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.promoArrow{
    font-size: 30px;
    color: #fff;
}

.owl-nav{
    position: absolute !important;
    left: 0% !important;
    top: 6% !important;
    width: 100% !important;
}

.owl-nav button{
    position: absolute;
    top: 210px;
}

.owl-prev{
    left: 3% !important;
}
.owl-next{
    right: 3% !important;
}



.btn1 {
    line-height: 20px;
    padding: 10px;
    min-width: 189px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    border: 2px solid;
    transition-duration: 0.35s;
    color: var(--green);
    border-color: var(--yellow);
    background-color: rgba(255, 255, 31, 0.66);
    text-transform: uppercase;
    font-size: 10pt;
    cursor: pointer;
    font-weight: bold;

}


.btn1:hover {
    color: var(--green);
    background-color: var(--yellow);
}


.btn2 {
    line-height: 20px;
    padding: 10px;
    min-width: 189px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    border: 2px solid;
    transition-duration: 0.35s;
    color: #135739;
    border-color: var(--yellow);
    background-color: rgba(255, 255, 255, 0.68);
    text-transform: uppercase;
    font-size: 9pt;
    cursor: pointer;
    margin-left: 20px;
    margin-right: 5px;
    font-weight: bold;
}

.btn2:hover{
    background-color: #fff;
    border-color: var(--yellow);
    color: #000;
}


.btn1 {
    -webkit-animation-duration :1.2s !important;
    animation-duration :1.2s !important;
    -webkit-animation-delay : 500ms !important;
    animation-delay : 500ms !important;
}

.btn2{
    -webkit-animation-duration :1.2s !important;
    animation-duration :1.2s !important;
    -webkit-animation-delay : 800ms !important;
    animation-delay : 800ms !important;
}

.btn3{
    border: 1px solid #000;
}

.btn3:hover{
    border: 1px solid #000;
    background-color: #f1f1f1;
}

.sliderButtons{
    float: left;
    width: 100%;
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.floatLeft{
    float: left;
}

.filterCategories{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 49% 49%;
    grid-column-gap: 2%;
    border-bottom: 1px solid #4abc31;
    padding-left: 7px;
    padding-right: 7px;
}

.filterCategory{
    float: left;
    width: 100%;
    background-color: whitesmoke;
    color: #000;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 12px;
    padding-bottom: 9px;
    display: grid;
    grid-template-columns: 23% 74%;
    grid-column-gap: 3%;
    padding-left: 5px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    transition-duration: 0.36s;
}

.filterCategory:hover{
    background-color: #e3e3e3;
}

.filterCategorySelected{
    background-color: #fff;
    border: 1px solid #4abc31;
    border-bottom: none;
    margin-bottom: -1px;
}

.filterCategorySelected:hover{
    background-color: #fff;
}


.filterCategory i{
    float: left;
    text-align: center;
    font-size: 12pt;
    margin-top: -4px;
    background-color: #4abc31;
    padding: 5px;
    color: #fff;
    border-radius: 3px;
}

.filterCategory span{
    float: left;
    width: 100%;
    text-align: left;
    font-size: 9pt;
    margin-top: -4px;
    margin-left: 0px;
    display: flex;
    justify-content: start;
    align-items: center;
}


.categoriesHome{
    position: relative;
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 15% 15% 15% 15% 15% 15%;
    grid-column-gap: 2%;
    grid-row-gap: 20px;
    margin-top: -350px;
}

.categoryHome{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}



.categoryHomeName{
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 24pt;
    font-weight: bold;
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
}

.categoryHomeText{
    float: left;
    width: 100%;
    font-size: 14pt;
    color: #fff;
    text-align: center;
}

.categoryHomeSubcategories{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-column-gap: 2%;
    grid-row-gap: 20px;
    margin-bottom: 20px;
}



.categoryHomeSubcategory{
    position: relative;
    float: left;
    width: 100%;
    border: 1px solid #d3d3d3;
    transition-duration: 0.36s;
    padding: 5px;
    background-color: #fff;
    overflow: hidden;
}


.categoryHomeSubcategory:hover{
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}




.categoryHomeSubcategoryImage{
    float: left;
    width: 100%;
}

.categoryHomeSubcategoryImage img{
    float: left;
    width: 100%;
}

.categoryHomeSubcategoryName{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 10pt;
}


.wrapCategory{
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f7f7f7;
}

.wrapGray{
    background-color: #f7f7f7;
}

.wrapEus{
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
}

.warpCategoryGradiant{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 350px;
    background: linear-gradient(180deg,transparent,#f7f7f7);
}

.wrapPayments{
    padding-top: 100px;
    padding-bottom: 100px;
}
.wrapPurchase{
    padding-top: 100px;
    padding-bottom: 100px;
}
.wrapShipping{
    padding-top: 300px;
    padding-bottom: 300px;
}

.hidden{
    display: none !important;
}


.borderNone{
    border: none !important;
}
.borderBottomNone{
    border-bottom: none !important;
}


.shippingDetailIconLink i{
    color: var(--yellow) !important;
}


.itemLinkButton {
    position: relative;
    float: left;
    padding: 8px;
    border-radius: 30px;
    background-color: var(--yellow);
    color: #000;
    transition-duration: 0.35s;
    box-shadow: 0 1px 4px rgb(0 0 0 / 24%);
}
.itemLinkButton i {
    font-size: 12pt;
}
.itemLinkButton:hover{
    background-color: var(--yellow-hover);
}

.navigationMenuContainer{
    float: left;
    width: 100%;
}

.categoriesNaviMenuOuter{
    position: relative;
    float: left;
}

.categoriesNaviMenu{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    z-index: 1;
    padding: 10px;
    display: none;
}

.categoriesNaviMenuScrollable{
    float: left;
    width: 100%;
    max-height: 400px;
    overflow-y: auto;
}

.categoriesNaviMenuInner{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 20% 80%;
    grid-column-gap: 0%;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 15px;
    padding-bottom: 15px;
    margin-top: 10px;
}

.categoriesNaviMenuInnerLeft{
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.categoriesNaviMenuLinks{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 24% 24% 24% 24%;
    grid-column-gap: 1.33%;
    grid-row-gap: 10px;
}


.categoriesNaviMenuLink{
    float: left;
    width: 100%;
    transition-duration: 0.36s;
}

.categoriesNaviMenuLink i{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 29pt;
    color: #000;
}
.categoriesNaviMenuLink span{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12pt;
    color: #000;
    margin-top: 10px;
}

.categoriesNaviMenuSubLink{
    float: left;
    transition-duration: 0.36s;
    color: #000;
    font-size: 11pt;
}

.categoriesNaviMenuSubLink:hover{
    text-decoration: underline;
}

.categoryNaviIcon{
    float: left;
    margin-right: 0px;
    height: 40px;
    color: #fff;
    display: flex;
    justify-content: start;
    align-items: center;
    transition-duration: 0.36s;
    background-color: transparent;
    padding-left: 25px;
    padding-right: 25px;
}

.categoryNaviIcon:hover{
    background-color: #00d339;
}

.categoryNaviIcon i{
    float: left;
    margin-right: 8px;
    font-size: 16pt;
    color: #000;
}
.categoryNaviIcon span{
    float: left;
    font-size: 11pt;
}



.filterOptionsTop {
    position: relative;
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 24% 24% 24% 24%;
    grid-column-gap: 1.33%;
    grid-row-gap: 10px;
    margin-bottom: 20px;
    z-index: 10;
}

.filterOptionTop {
    position: relative;
    float: left;
    width: 100%;
}

.filterOptionTopHeading {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 9% 81% 9%;
    grid-column-gap: 1%;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #e0e0e0;
    background-color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    border-radius: 3px;
}

.filterOptionStatus i{
    color: #03b103;
    font-size: 7pt;
}

.filterOptionStatusDefault{
    color: #cbcbcb !important;
}

.filterValuesTop{
    position: absolute;
    top: 33px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-top: 0px;
    padding: 10px;
    display: none;
    z-index: 10;
}

.outsourceGrid{
    position: relative;
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-column-gap: 0%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.outsourceContainer{
    float: left;
    width: 100%;
    margin-left: 0%;
    height: 100%;
    color: #fff;
}

.outsorceImage{
    float: left;
    width: 48%;
    margin-left: 0;
}

.outsorceImage img{
    float: left;
    width: 100%;
}

.outsourcePageH1 {
    width: 80%;
    margin-left: 10%;
    text-align: center;
    color: #50ae30;
    font-size: 34pt;
    line-height: 51px;
}

.outsourcePageText {
    float: left;
    width: 80%;
    margin-left: 10%;
    text-align: justify;
    color: #fff;
    font-size: 13pt;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: none;
    line-height: 24px;
}

.outsourcePageText2{
    color: #000;
    margin-top: 20px;
    margin-bottom: 25px;
}


.outsourceFilter {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.outsourceButton {
    float: right;
    text-decoration: none;
    color: #fff;
    background-color: #50ae30;
    width: auto;
    text-align: center;
    margin-top: 0;
    padding: 0;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    transition-duration: 0.35s;
    border-radius: 30px;
}

.serviceGrid {
    position: relative;
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 48% 48%;
    grid-column-gap: 4%;
    grid-row-gap: 45px;
    margin-top: 40px;
}


.serviceOuter{
    position: relative;
    float: left;
    width: 100%;
    background-color: #fff;
    transition-duration: 0.36s;
    padding: 5px;
    background-size: cover;
    background-position: center;
    min-height: 350px;
    overflow: hidden;
}

.serviceOuter:hover {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.serviceTexts{
    position: absolute;
    left: 0px;
    bottom: 0px;;
    width: 100%;
    padding: 20px;
    background-color: #34343466;
    color: #fff;
    transition-duration: 0.36s;
    padding-bottom: 0px;
}


.serviceImage {
    position: relative;
    float: left;
    width: 100%;
}

.serviceTitle{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 17pt;
    color: #fff;
    font-weight: bold;
    min-height: 40px;
    margin-bottom: 10px;
    margin-top: 15px;
}

.serviceText{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 13pt;
    color: transparent;
    margin-top: 10px;
    margin-bottom: 20px;
    transition-duration: 0.36s;
}

.serviceOuter:hover .serviceTexts{
    padding-bottom: 50px;
}
.serviceOuter:hover .serviceText{
    color: #fff;
}



.serviceButton {
    line-height: 20px;
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
    min-width: 189px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    border: 2px solid;
    transition-duration: 0.35s;
    color: var(--green);
    border-color: var(--yellow);
    background-color: rgba(255, 255, 31, 0.66);
    text-transform: uppercase;
    font-size: 10pt;
    cursor: pointer;
    font-weight: bold;

}


.serviceButton:hover {
    color: var(--green);
    background-color: var(--yellow);
}


.serviceButtonLight{
    background-color: transparent;
    color: #fff;
}


.serviceButtonLight:hover {
    background-color: rgb(255 255 31 / 45%);
    color: #fff;
}


.wrapPageHeader {
    position: relative;
    width: 100%;
    background-position: center;
    background-size: cover;
    padding-top: 110px;
    padding-bottom: 0px;
    overflow: hidden;
}

.itemsGridOuter{
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.serviceContainer{
    padding-top: 100px;
    padding-bottom: 100px;
}

.euOuter{
    float: left;
    width: 100%;
    margin-bottom: 30px;
    background-color: #fff;
    padding-bottom: 20px;
    border-bottom: 1px solid #646464;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    padding: 20px;
}

.euTitle{
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 13pt;
    margin-bottom: 10px;
}
.euDate{
    float: left;
    width: 100%;
    font-style: italic;
    font-size: 11pt;
    margin-bottom: 10px;
}

.euImg{
    float: left;
    width: 50%;
    margin-left: 25%;
    margin-bottom: 20px;
}
.euImg img{
    float: left;
    width: 100%;
}



.news{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 100%;
    grid-column-gap: 0%;
    grid-row-gap: 20px;
}

.newsOuter {
    float: left;
    width: 100%;
}

.new{
    float: left;
    width: 100%;
    padding: 5px;
    background-color: #f8f8f8;
    transition-duration: 0.35s;
    color: #323232;
    display: grid;
    grid-template-columns: 22% 76%;
    grid-column-gap: 2%;
    grid-row-gap: 20px;
}
.new:hover{
    background-color: #e0e0e0;
}



.newsImage{
    float: left;
    width: 100%;
}

.newsImage img{
    float: left;
    width: 100%;
}

.newsName{
    float: left;
    width: 100%;
    font-size: 11pt;
    text-align: center;
    margin-top: 10px;
}

.newsShortText{
    float: left;
    width: 100%;
    font-size: 10pt;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 20px;
}

.newsDate{
    float: left;
    font-size: 9pt;
    line-height: 30px;
}

.timberOuter{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.timberTitle{
    float: left;
    width: 100%;
    font-size: 19pt;
    font-weight: bold;
    padding-bottom: 10px;
}

.timberTitleHome{
    color: #fff;
}

.timberTable{
    float: left;
    width: 100%;
}

.timberTableGrid{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 20% 26.66% 26.66% 26.66%;
    grid-column-gap: 0%;
    border-bottom: 1px solid #cbcbcb;
}

.timberTableGrid5{
    grid-template-columns: 20% 20% 20% 20% 20%;
}
.timberTableGrid6{
    grid-template-columns: 20% 16% 16% 16% 16% 16%;
}

.timberLenght{
    float: left;
    width: 100%;
    background-color: #545454;
    color: #fff;
    font-size: 17pt;
    padding-top: 18px;
    text-align: center;
}

.timberLenghtLeibel{
    padding-top: 3px;
    padding-bottom: 3px;
}


.timberDiameter{
    float: left;
    width: 100%;
    background-color: #e3e3e3;
    color: #000;
    font-size: 13pt;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    transition-duration: 0.36s;
}

.timberDiameterLabel{
    padding-top: 5px;
    padding-bottom: 5px;
}

.timberPrice{
    float: left;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #f5f5f5;
    transition-duration: 0.36s;
}

.timberRowData:hover .timberPrice{
    background-color: #fdfdfd;
}
.timberRowData:hover .timberDiameter{
    background-color: #efefef;
}

.purchaseHomeH1{
    text-align: center;
    margin-bottom: 20px;
}

.footerMargin{
    margin-top: 350px;
}

.wattermarkLogo{
    position: absolute;
    top: 50px;
    right: 4%;
    width: 23%;
    z-index: 0;
}

.itemNameH1{
    color: #000;
}

.itemSizes{
    float: left;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 8px;
}


.subCategories{
    float: left;
    width: 100%;
}

.subCategory{
    float: left;
    margin-right: 10px;
    border: 1px solid #efefef;
    padding: 7px;
    color: #464646;
    transition-duration: 0.36s;
    font-size: 11pt;
    margin-bottom: 11px;
    padding: 12px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 24%);
    background-color: #fff;
}

.subCategory:hover{
    border: 1px solid var(--yellow);
    background-color: rgba(255, 255, 31, 0.55);
}


.subCategorySelected{
    border: 1px solid var(--yellow);
    background-color: var(--yellow);
    color: #000;
}

.subCategorySelected:hover{
    border: 1px solid var(--yellow);
    background-color: var(--yellow);
    color: #000;
}

.subCategory i{
    float: left;
    margin-right: 10px;
    font-size: 12pt;
}


.currentEmail{
    float: left;
    width: 100%;
    margin-top: 20px;
}

.animateHidden{
    display: none;
}

.homePromos{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 23% 23% 23% 23%;
    grid-column-gap: 2.66%;
}


.homePromo{
    float: left;
    width: 100%;
    color: #fff;
    transition-duration: 0.36s;
}

.homePromoIcon{
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    border: 3px solid #fff;
    background-color: var(--yellow);
    color: var(--green);
    display: flex;
    justify-content: center;
    align-items: center;
    transition-duration: 0.36s;
}

.homePromoIcon i{
    font-size: 24pt;
}

.homePromoTitle{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 13pt;
    margin-top: 15px;
    color: #ffffff;
    margin-bottom: 10px;
}
.homePromoText{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12pt;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #d8d8d8;
    line-height: 1.3;
}

.homePromo:hover .homePromoIcon{
    background-color: var(--yellow-hover);
    color: var(--green-hover);
}





@media screen and (min-width: 1800px){
    .itemPopup{
        left: 22%;
        width: 56%;
        padding: 10px;
    }

    .categoriesPopup{
        width: 60%;
        left: 20%;
        padding: 10px;
    }
}