

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

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

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

body{
    float: left;
    position: relative;
    padding-top: 0;
    font-size: 11pt;
    background-color: #5B6770;
    color: #232221;
    font-family: "Montserrat", sans-serif;
    width: 100%;
}

.layout {
    max-width: 1200px;
    margin: auto;
}


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

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

.featuredH1{
    text-align: center;
}

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: #F6F6F6;
    z-index: 11;
}

.wrapMainHeader {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

.wrapImage{
    background-color: #fff;
    background-position: center;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 0px;
}

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

.wrapBanner {
    background-color: #ec1f27;
}


.wrapMainFirstCategories {
    background-color: #F6F6F6;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
}


.wrapFeaturedItems {
    background-color: #F6F6F6;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 90px;
    background-size: cover;
    background-position: center;
}

.wrapItems {
    background-color: #F6F6F6;
}
.wrapHomeMain {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
    z-index: 20;
}
.wrapHome {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f6f6f6;
}
.wrapItems1 {
    background-color: #fff;
}
.wrapItems2 {
    background-color: #f6f6f6;
}


.wrapMiddleFirst {
    background-color: #fff;
    margin-top: 0px;
}

.wrapHomeImage{
    background-position: center;
    background-size: cover;
    padding-top: 250px;
    padding-bottom: 250px;
    color: #fff;
    z-index: 12;
}

.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;
}

.wrapContact{
    background-position: center;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 200px;
}

.navigationContainer{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 14% 78% 8%;
    grid-column-gap: 0%;
}

.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 #f18006;
}

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

.textareaContact{
    height: 100px;
}


.droplist{
    appearance: auto;
}

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

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

.requiredInput{
    border: 1px solid red;
}

.pageHolder{
    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: 0px;
    background-color: #000;
}

.webContentOpened{
    z-index: 5;
}

.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;
    z-index: 1;
}


.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 15px;
    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: 10%;
}

.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-top: 7px;
    margin-bottom: 7px;
    height: 27px;
    transition-duration: 0.35s;
    background-color: transparent;
    padding: 3px;
    border: none;
    color: #fff;
}

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

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

.headerButton{
    float: left;
    font-size: 11pt;
    margin-right: 20px;
    margin-left: 20px;
    text-transform: uppercase;
    cursor: pointer;
    transition-duration: 0.36s;
    font-weight: bold;
    color: #fff;
}

.headerButtonUp{

}

.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: 79%;
    margin-right: 0px;
    margin-top: 14px;
}

.headerMenuButton{
    float: left;
    margin-right: 40px;
    text-transform: uppercase;
    font-size: 12pt;
}


.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: transparent;
    z-index: 110;
    padding-bottom: 0;
    transition-duration: 0.36s;
}

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

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

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

.headerOpened{
    left: -25%;
}


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

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

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


.headerIcon:hover{
    background-color: #ff881a;
}

.headerIconOuterText{
    float: right;
    margin-top: 8px;
    font-size: 9pt;
    margin-left: 2px;
}

.mainButton{
    float: left;
    margin-right: 40px;
    text-transform: uppercase;
    font-size: 11pt;
    color: #434342;
    text-decoration: none;
}

.mainButton:hover{
    color: #e31f25;
}

.mainButtonSelected{
    color: #e31f25;
}

.headerTopGrid{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 70% 30%;
    grid-column-gap: 0%;
}


.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: -4px;
    right: -6px;
    background-color: #f18006;
    color: #fff;
    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: #FF7A00;
    color: #fff;
    bottom: 22px;
}

.up:hover{
    background-color: #ff871b;
}


.categories{
    float: left;
    width: 100%;
    margin-top: 0px;
}


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

.mainCategory {
    float: left;
    width: 96%;
    position: relative;
    padding-top: 3px;
    padding-bottom: 1px;
    border: 1px solid transparent;
    transition-duration: 0.36s;
    margin-top: 10px;
    margin-bottom: 6px;
    background-color: transparent;
    border-radius: 10px;
    margin-left: 2%;
}



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

}

.mainCategory:hover{
    border: 1px solid #FF7A00;
}

.mainCategorySelected{
    border: 1px solid #FF7A00;
}


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

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

.mainCategoryImage{
    position: relative;
    float: left;
    width: 55px;
    overflow: hidden;
}

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




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

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

.mainCategoryName{
    position: relative;
    float: right;
    color: #000;
    width: 100%;
    text-align: center;
    font-size: 8pt;
    display: flex;
    justify-content: center;
    align-items: start;
    overflow: hidden;
    line-height: 14px;
    transition-duration: 0.36s;
    margin-top: 7px;
    min-height: 34px;
}

.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: 0px;
    transition-duration: 0.5s;
}
.categoriesMenuPlaceholderVisible{
    height: 166px;
}

.categoryContent{
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 0px;
    border-top: 1px solid #67737C;
}

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

#categoriesResult{
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    z-index: 12;
}


.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;
}


.subCategoriesContent{
    float: left;
    width: 100%;
    position: relative;
    z-index: 10;
    background-color: #fff;
}

.subCategoriesContentSub{
    z-index: 9;
}

.subCategoriesContentSubSub{
    z-index: 8;
}

.subCategoriesContentInner{
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 0px;
    border-bottom: 1px solid #efefef;
    margin-left: 0px;
    flex-flow: wrap;
}

.subCategoriesContentInner2{
    border-bottom: 1px solid #e3e3e3;
}

.subCategory{
    position: relative;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid transparent;
    padding: 0px;
    background-color: transparent;
    transition-duration: 0.36s;
    margin-bottom: 10px;
    border-radius: 7px;
    color: #000;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
}



.subCategory:hover{
    border: 1px solid #FF7A00;
}

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

.subCategorySelected{
    border: 1px solid #FF7A00;
}

.subCategoryTick{
    float: left;
    margin-right: 5px;
    width: 30px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left-top-radius: 5px;
    border-left-bottom-radius: 5px;
}

.subCategoryTick i{
    font-size: 7pt;
    background-color: #fff;
    border: 1px solid #959595;
    padding: 2px;
    border-radius: 23px;
}

.subCategoryDesign{
    float: left;
    width: 100%;
    height: 2px;
    background-color: #d3d3d3;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

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


.subCategoryImage{
    float: left;
    width: 40px;
    height: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
}

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

.subCategoryName{
    float: left;
    height: 40px;
    margin-left: 5px;
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 9pt;
}


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

.items{
    float: left;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 23% 23% 23% 23%;
    grid-column-gap: 2.65%;
    grid-row-gap: 35px;
    margin-left: 0;
    width: 100%;
    margin-top: 0px;
}

.items2{
    grid-template-columns: 49% 49%;
    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: 20px;
}

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

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

.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%;
    padding-left: 2%;
    padding-right: 2%;
}


.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: #404040;
    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: #fff;
    top: -148px;
    width: 100%;
    transition-duration: 0.5s;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.wrapMainSliderUp{
    top: 50px;
}

.wrapMainSlider2{
    position: relative;
    float: left;
    background-color: #5B6770;
}

.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: #ff7800; }

.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;
    box-shadow: 0px 15px 20px rgb(0 0 0 / 5%);
    border-radius: 8px;
    background-color: #fff;
    z-index: 1;
}

.itemDecor{
    position: absolute;
    top: 25px;
    right: -25px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 4px solid #ff6800;
    z-index: -1;
}


.itemContainerOuterHome{
    border: 1px solid transparent;
}

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


.itemContainer{
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    padding-bottom: 15px;
    background-color: #fff;
}

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

.itemRightSide{
    float: left;
    width: 100%;
    background-color: #f7f7f7;
    padding: 8px;
}

.itemInnerGrid{
    position: relative;
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 100%;
    grid-column-gap: 0%;
}

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

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

.itemTitle{
    float: left;
    width: 100%;
    font-size: 10pt;
    padding-left: 5%;
    padding-right: 5%;
    text-align: left;
    line-height: 19px;
    padding-bottom: 4px;
    padding-top: 4px;
    font-weight: 600;
    color: #232221;
    height: 45px;
    overflow: hidden;
}

.itemSku{
    float: left;
    width: 100%;
    font-size: 10pt;
    padding-left: 5%;
    padding-right: 5%;
    text-align: left;
    line-height: 19px;
    padding-bottom: 4px;
    padding-top: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #888;
}

.itemEnergy{
    float: right;
    margin-top: -30px;
    margin-right: 5%;
}

.itemEnergy img{
    float: right;
    height: 30px;
}


.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%;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.itemPriceContainerHome{
    margin-top: 10px;
}

.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: #f18006;
    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;
}

.itemPrice{
    float: left;
    color: #464646;
    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;
}

.addToCartButton{
    float: left;
    padding: 9px;
    border: 1px solid #f18006;
    border-radius: 20px;
    background-color: #f18006;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    transition-duration: 0.36s;
}

.addToCartButton:hover{
    background-color: #fa8d1b;

}


.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: #fa8d1b;
}

.itemContainerOuter:hover .seeMoreButton{
    bottom: 48%;
    background-color: #f18006;
    color: #fff;
}

.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 #f18006;
    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: #ffffff;
    background-color: #f18006;
}
.arrowSelected:hover{
    color: #ffffff;
    background-color: #fa8d1b;
}

.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;
}

.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: 50% 49%;
    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: 15px;
    background-color: #E9E6E6;
    margin-bottom: 10px;
    padding-top: 7px;
    padding-bottom: 0px;
}

.itemHeading{
    float: left;
    width: 100%;
    display: grid;
    margin-bottom: 3px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 4px;
    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: 6% 40% 52%;
    grid-column-gap: 1%;
    margin-top: 7px;
    margin-bottom: 7px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid #d3d3d3;
    font-size: 10pt;
    padding-left: 1%;
    padding-right: 1%;
}

.itemAvailabilitySize{
    grid-template-columns: 6% 92%;
    grid-column-gap: 1%;
}


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


.shippingInfo{
    float: left;
    width: 100%;
    padding: 10px;
    background-color: #F5F5F5FF;
    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%;
    padding-top: 6px;
    padding-left: 6px;
    padding-right: 6px;
}


.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: 10px;
    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;
    border: 1px solid #b9b9b9;
    line-height: 35px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: -2px;
    background-color: #f1f1f1;
    color: #262626;
    border-radius: 20px;
}

.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%;
}
.tabBlockItemShow{
    display: block;
}




.pageGrid {
    float: left;
    width: 100%;
    padding-top: 20px;
}

.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%;
    transition-duration: 0.36s;
    box-shadow: 0px 15px 20px rgb(0 0 0 / 5%);
    border: 1px solid #ebebeb;
}

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

.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;
}

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

.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: #ff7a00;
}



.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;;
}

.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;
}

.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: #f18006;
    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;
}

.itemGroupElement{
    float: left;
    margin-right: 7px;
    border: 1px solid lightgrey;
    padding: 5px;
    color: #464646;
    transition-duration: 0.36s;
    font-size: 10pt;
    margin-bottom: 7px;
}


.itemGroupElementSelected{
    border: 1px solid #f18006;
}
.itemGroupElement:hover{
    border: 1px solid #f18006;
}

.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;
}

.footerLink:hover{
    color: #fa8d1b;
}

.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: #fa8d1b;
}

.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: #fa8d1b;
}

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


.footerPaymentsOuter {
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5%;
    padding-right: 5%;
}

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

.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;
}

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



.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: #f18006;
    color: #fff;
    border-radius: 20px;
}

.button:hover{
    background-color: #fa8d1b;
}

.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%;
    padding-top: 20px;
    padding-bottom: 20px;
}

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

.headerButtonsRightOuter{
    float: left;
    margin-top: 5px;
    display: flex;
    justify-content: end;
}




.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: 3px;
    padding-right: 0px;
    transition-duration: 0.36s;
    border: 1px solid #e5e5e5;
    background-color: #ebedec;
    border-radius: 20px;
}

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

.searchButton:hover{
    background-color: #697a86;

}

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

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

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

.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: absolute;
    left: 0px;
    top: -102px;
    width: 100%;
    background-color: #0000006e;
    z-index: 104;
    padding-top: 6px;
    transition-duration: 0.5s;
    padding-bottom: 9px;
}

.searchOuterVisible{
    top: 40px;
}


.searchInner{
    position: relative;
    float: left;
    width: 54%;
    margin-left: 23%;
    padding: 20px;
}



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



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

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


.searchAutoSuggestContainer{
    position: absolute;
    top: 60px;
    left: 6%;
    width: 89%;
    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 #f18006;
}

.suggestedItem:hover .suggestedItemName{
    color: #f18006;
}

.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 #f18006;
    color: #f18006;
}

.suggestedCategory:hover .suggestedCategoryKey{
    color: #f18006;
}

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


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

.pathSlash i{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12pt;
    color: #f18006;
}


.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: #fff;
}

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

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

.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;
}

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

}

.langButton:hover .langButtonImage{
    background-color: #c9c9c9;
    border: 1px solid #c9c9c9;
}
.langButtonSelected:hover .langButtonImage{
    border: 1px solid #f18006;
    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: 40px;
    overflow: hidden;
    display: flex;
    justify-content: start;
    align-items: start;
    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: #f18006;
    color: #fff;
    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: #fa8d1b;
}

.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;
}


.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{
    position: relative;
    float: left;
    width: 100%;
    cursor: pointer;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition-duration: 0.5s;
    box-shadow: 0px 15px 20px rgb(0 0 0 / 10%);
}

.categoryFirstRight:hover {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 25%);
}

.categoryFirstRightImageOuter{
    position: relative;
    float: left;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    min-height: 260px;
    overflow: hidden;
    transition-duration: 0.5s;
}

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

.categoryFirstRight:hover .categoryFirstRightImageOuter{
    padding-left: 5%;
    padding-right: 5%;
}



.categoryFirstRightName {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    background: rgba(91,103,112,0.9);
    padding: 15px 20px;
    font-weight: 600;
    font-size: 19px;
    line-height: 1.1;
    color: #FFF;
    margin-top: auto;
}


.categoriesMainList{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 23% 23% 23% 23%;
    grid-column-gap: 2.65%;
    grid-row-gap: 30px;
    margin-bottom: 40px;
    margin-top: 20px;
}


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

.filterContainer {
    float: left;
    width: 100%;
    position: relative;
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
    box-shadow: 0px 15px 20px rgb(0 0 0 / 5%);
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
}

.filterHeader {
    float: left;
    width: 100%;
    background-color: #424242;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    display: grid;
    grid-template-columns: 40% 60%;
    grid-column-gap: 0%;
}

.filterHeaderLabel i {
    float: left;
    margin-right: 5px;
    font-size: 11pt;
    color: #fff;
    margin-top: 2px;
}



.filterHeaderLabel span {
    float: left;
    color: #fff;
    font-weight: bold;
    font-size: 11pt;
    margin-top: 0px;
}

.filterClear {
    float: right;
    color: #f18006;
}

.filterClear i {
    float: right;
    font-size: 13pt;
    margin-left: 6px;
}

.filterClear span {
    float: right;
    color: #fff;
    font-size: 9pt;
    margin-top: 2px;
}

.hiddenBlock {
    display: none;
}

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

.filterOptionHeading {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 90% 9%;
    grid-column-gap: 1%;
    padding-left: 10px;
    padding-right: 10px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background-color: whitesmoke;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}

.filterOptionHeadingLabel {
    float: left;
    width: 100%;
    font-size: 10pt;
    margin-top: 2px;
    color: #242424;
}

.filterArrow {
    float: left;
    width: 100%;
    text-align: right;
}

.filterValues {
    float: left;
    width: 100%;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fff;
    overflow-y: auto;
    margin-top: 7px;
    -webkit-overflow-scrolling: touch;
    max-height: 150px;
    display: none;
    margin-bottom: 7px;
}

.filterValuesCategories{
    max-height: unset;
}

.filterValuesVisible {
    display: block;
}
.filterValuesInner {
    float: left;
    width: 100%;
}

.priceFilter {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 38% 5% 38% 13%;
    grid-column-gap: 2%;
}

.rangeInput {
    height: 35px;
    padding-left: 5px;
}

.priceFilterDash {
    float: left;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 10pt;
}

.filterButton {
    float: left;
    width: 100%;
    color: #ffffff;
    background-color: #f18006;
    height: 35px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    font-size: 10pt;
    border-radius: 2px;
    transition-duration: 0.36s;
}
.filterButton:hover {
    background-color: #fa8d1b;
}

.formGroup {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.formGroup input {
    float: left;
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.formGroup label {
    position: relative;
    float: left;
    width: 100%;
    cursor: pointer;
}
.formGroup label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #b9b9b9;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.formGroup input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #2fed12;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.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;
    background-color: #f6f6f6;
}

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

.categoryMenuHideHidden{
    display: none;
}

.categoryMenuHide i{
    float: left;
    margin-right: 10px;
    font-size: 11pt;
    margin-top: 3px;
}
.categoryMenuHide span{
    float: left;
    font-size: 9pt;
}

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

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

.linkedCategorySelected{
    color: #f18006;
}

.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%;
    border-bottom: 1px solid #ebedec;
    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%;
    margin-top: 0px;
    margin-bottom: 0px;
    max-height: 477px;
    border: 1px solid transparent;
    padding: 0px;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
    transition-duration: 0.4s;
    padding-left: 3px;
    padding-right: 3px;
}

.imagesQuick{
    max-height: 423px;
}

.imagesInner{
    position: relative;
    float: left;
    width: calc(100% + 23px);
    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 #f18006;
}

.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 #f18006;
}

.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;
    background-color: #ff7800;
    color: #fff;
    z-index: 20;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.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;
}

.headerVidexText{
    float: left;
    width: 100%;
    color: #ff7a00;
    margin-top: 13px;
    font-size: 10pt;
    margin-left: 6px;
}

.videoContainer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

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


.sfContent{
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.pageContent{
    position: relative;
    float: left;
    width: 100%;
    z-index: 1;
}

.pageContentVidex{
    color: #fff;
}

.floatRight{
    float: right;
}

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

.videxButton{
    float: left;
    background-color: transparent;
    border: 1px solid #ff7a00;
    color: #ff7a00;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
    font-size: 11pt;
    text-transform: uppercase;
    transition-duration: 0.36s;
}

.videxButton:hover{
    border-color: #fff;
    color: #fff;
}

.videxButtonDark{
    background-color: #ff7a00;
    color: #fff;
}

.videxButtonDark:hover{
    background-color: #ff983c;
    color: #fff;
}

.footerShipping{
    margin-left: 30px;
    margin-right: 30px;
}

.footerShipping img{
    height: 30px;
}

.cc_dialog.simple{
    max-width: 100% !important;
}
.light.cc_dialog button.cc_b_ok {
    color: #fff;
    background-color: #ff7800 !important;
    margin-bottom: 10px;
}

.light.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_save button{
    color: #fff;
    background-color: #ff7800 !important;
}


.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 span{

}



.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% 17% 11% 15% 13% 13% 29%;
    grid-column-gap: 0%;
    grid-row-gap: 10px;
    border: 1px solid #dadadb;
    border-left: none;
    color: #2b2b2a;
    text-align: center;
    font-size: 11pt;
}

.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% 17% 11% 15% 13% 13% 29%;
    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% 50% 10% 11% 10% 10%;
    grid-column-gap: 1%;
    grid-row-gap: 10px;
    color: #5c5c5b;
}

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

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

.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: left;
}

.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;
}

.brandList{
    float: left;
    width: 100%;
    border: 1px solid #d9d9d9;
    padding: 10px;
    border-radius: 2px;
    transition-duration: 0.36s;
}

.brandList:hover{
    border: 1px solid #ff7a00;
}

.brandImg{
    float: left;
    height: 40px;
}

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

.hiddenImages{
    display: none;
}



.promotions{
    position: relative;
    float: left;
    width: 100%;
    background-color: #fff;
    min-height: 529px;
}


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


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


.promoFilter{
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgb(0 0 0 / 25%);
    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: 10% !important;
    width: 100% !important;
}

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

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


#categories .owl-nav button{
    top: 30px;
}
#categories .owl-prev{
    left: -2% !important;
}
#categories .owl-next{
    right: -2% !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: #000;
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0.65);
    text-transform: uppercase;
    font-size: 9pt;
    cursor: pointer;
}


.btn1:hover {
    color: #000;
    background-color: #fff;
}


.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: #fff;
    border-color: #fff;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 9pt;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
}

.btn2:hover{
    background-color: #fff;
    border-color: #fff;
    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;
}

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

.firstPageCategories{
    position: relative;
    float: left;
    width: 100%;
    padding-top: 0px;
    border-bottom: 1px solid #e3e3e3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 10;
    background-color: #F6F6F6;
}


.firstPageCategory{
    float: left;
    width: 112px;
    margin-bottom: 5px;
    position: relative;
    padding-top: 7px;
    border: 1px solid transparent;
    transition-duration: 0.36s;
    margin-top: 0px;
    background-color: transparent;
    border-radius: 10px;
    margin-left: 6px;
    margin-right: 1px;
}

.firstPageCategory:hover{
    border: 1px solid #E9E6E6;
}

.firstPageCategorySelected{
    background-color: #f5f5f5;
    border: 1px solid #E9E6E6;
    box-shadow: 0px 15px 20px rgb(0 0 0 / 18%);
}

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

.firstPageCategoryImage img{
    float: left;
    width: 70px;
    border-radius: 50%;
    border: 1px solid #cbcbcb;
    padding: 6px;
}


.firstPageCategoryImage i{
    float: left;
    width: 70px;
    height: 70px;
    background-color: #586670;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 15pt;
    margin-top: 5px;
    margin-bottom: 5px;
}

.firstPageCategoryImageMore i{
    background-color: #ff7800;
}


.firstPageCategoryName{
    position: relative;
    float: right;
    color: #000;
    width: 100%;
    text-align: center;
    font-size: 9pt;
    display: flex;
    justify-content: center;
    align-items: start;
    overflow: hidden;
    line-height: 17px;
    transition-duration: 0.36s;
    margin-top: 7px;
    min-height: 34px;
}


.firstPageSubCategories{
    position: relative;
    float: left;
    width: 100%;
    z-index: 10;
    background-color: #F6F6F6;
    display: none;
    overflow: hidden;
}

.firstPageSubCategoriesSub{
    z-index: 9;
}
.firstPageSubCategoriesSubSub{
    z-index: 8;
}

.firstPageSubCategory{
    position: relative;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid transparent;
    padding: 0px;
    background-color: transparent;
    transition-duration: 0.36s;
    margin-bottom: 10px;
    border-radius: 7px;
    color: #000;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

.firstPageSubCategory:hover {
    border: 1px solid #E9E6E6;
}

.firstPageSubCategorySelected {
    background-color: #f5f5f5;
    border: 1px solid #E9E6E6;
    box-shadow: 0px 10px 17px rgb(0 0 0 / 18%);
}

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

.subCategoryImageHome {
    float: left;
    width: 40px;
    height: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
    border: 1px solid #cbcbcb;
}

.subCategoryImageHomeMore{
    background-color: #ff7800;
}

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

.subCategoryImageHome i{
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12pt;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
}


.subCategoryNameHome {
    float: left;
    height: 40px;
    margin-left: 5px;
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 9pt;
}


.firstPageSubCategoryLink{
    float: left;
    width: 100%;
    text-align: center;
}

.firstPageItems{
    float: left;
    width: 100%;
    display: none;
}

.firstPageItemsContent{
    float: left;
    width: 100%;
    padding-top: 20px;
    display: none;
}

.firstPageItemsContent .itemsNotFount{
    color: #232221;
}


.sellerMap{
    position: relative;
    float: left;
    width: 100%;
    height: 400px;
    box-shadow: 0px 15px 20px rgb(0 0 0 / 5%);
    border-radius: 8px;
    margin-top: 20px;
    background-color: #fff;
    padding: 5px;
}


.contactGridOuter{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 67% 30%;
    grid-column-gap: 3%;
    color: #fff;
}

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

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

.contactH2{
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.contactList{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 100%;
    grid-column-gap: 0%;
    grid-row-gap: 20px;
    color: #fff;
    padding-left: 10%;
    margin-top: 20px;
}

.contactListShow{
    padding-left: 0;
    color: #232221;
}

.contactListElement{
    float: left;
}

.contactListElementIcon{
    position: relative;
    float: left;
    margin-right: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 23pt;
    padding: 5px;
    width: 50px;
    height: 50px;
    background-color: #ff7800;
    transition-duration: 0.35s;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactListElementIcon i{
    font-size: 16pt;
}


.contactListElementIcon:hover{
    background-color: #ff7b06;
    color: #fff;
}

.contactListIconOuterText{
    float: left;
    margin-top: 14px;
    font-size: 14pt;
    margin-left: 2px;
    font-weight: bold;
}

.contactGrid .partText{
    font-size: 15pt;
}

.sellerOuter{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 40% 58%;
    grid-column-gap: 2%;
}



.sellerLink {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    padding-top: 20px;
    transition-duration: 0.5s;
}

.sellerLink:hover{
}

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

.sellerLogo img {
    float: left;
    height: 40px;
}

.sellerName {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    color: #ff7800;
    font-size: 12pt;
    font-weight: bold;
    margin-bottom: 10px;
}

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

.sellerLinkParameterIcon {
    position: relative;
    float: left;
    margin-right: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 18pt;
    padding: 5px;
    width: 30px;
    height: 30px;
    background-color: #5B6770;
    transition-duration: 0.35s;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sellerLinkParameterIcon i {
    font-size: 9pt;
}

.sellerLinkParameterSelected{
    color: #ff7800;
}
.sellerLinkParameterSelected .sellerLinkParameterIcon{
    background-color: #ff7800;
}

.sellerLinkParameterText{
    float: left;
    width: 100%;
    margin-top: 0px;
    font-size: 10pt;
    display: flex;
    justify-content: start;
    align-items: center;
}


.partnerCategoriesTitle {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 11pt;
    margin-top: 4px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 4px;
}

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

.partnerCategory{
    float: left;
    width: 100%;
    padding-top: 10px;
}

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

.partnerCategoryImageInner{
    position: relative;
    float: left;
    border-radius: 50%;
    background-color: #e7e7e7;
    padding: 2px;
    overflow: hidden;
}

.partnerCategoryImage img{
    position: relative;
    float: left;
    height: 60px;
    filter: grayscale(100%);
    border-radius: 50%;
}

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

.partnerCategoryName{
    float: left;
    width: 100%;
    font-size: 9pt;
    margin-top: 8px;
    text-align: center;
    margin-bottom: 10px;
    color: #858585;
}


.partnerCategoryAvailable .partnerCategoryImageInner{
    background-color: #ff7800;
}
.partnerCategoryAvailable .partnerCategoryImageFilter{
    background-color: transparent;
}
.partnerCategoryAvailable .partnerCategoryName{
    color: #000;
}

.featuredItems{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 100%;
    grid-row-gap: 80px;
    margin-top: 20px;
}
.featuredItem{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 30% 70%;
    grid-column-gap: 0px;
}

.featureItemDescription {
    float: right;
    width: 93%;
    background: #00000057;
    padding: 30px 60px;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    border-radius: 4px;
}

.featuredItemName{
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
}

.featuredItemText{
    float: left;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #C8C8C8;
    line-height: 1.5;
}

.videxImage{
    float: left;
    width: 40%;
    margin-left: 30%;
}


.itemFileButton{
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    width: 29px;
    height: 29px;
    background-color: #ff7800;
    transition-duration: 0.35s;
    line-height: 20px;
    border-radius: 20px;
    color: #fff;
    margin-top: -5px;
    margin-right: -2px;
}

.itemFileButton i{
    font-size: 14pt;
}


.itemEnergyShow{
    float: right;
    margin-top: -10px;
    margin-bottom: 4px;
}

.itemEnergyShow img{
    float: right;
    height: 30px;
}

.itemsInPopup{
    float: left;
    width: 100%;
    padding-left: 1%;
    padding-right: 1%;
}

.borderBottomNone{
    border-bottom: none;
}

.featuresFirst{
    float: left;
    width: 100%;
    color: #fff;
}

.featuresFirst .detailRow{
    color: #fff;
}

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

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



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

.promoContainer {
    float: left;
    width: 100%;
    padding: 5%;
    transition-duration: 0.36s;
    background-color: transparent;
}

.promoContainer:hover{
    background-color: rgba(255, 122, 0, 0.3);
}


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

.promoIconContainer i{
    font-size: 40pt;
}


.promoIcon {
    float: left;
    width: 70px;
    font-size: 27pt !important;
    border-radius: 55px;
    height: 70px;
    text-align: center;
    line-height: 70px !important;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    transition-duration: 0.36s;
}

.promoContainer:hover .promoIcon{
    color: #fff;
    background-color: #221e1e;
}

.promoTitle {
    float: left;
    margin-left: 0%;
    font-size: 14pt;
    width: 100%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
}

.promoDesc {
    float: left;
    color: #fff;
    margin-left: 0%;
    width: 100%;
    text-align: center;
    margin-top: 2px;
    font-size: 11pt;
    padding-top: 10px;
    line-height: 19px;
}

.moreButton{
    float: left;
    border: 1px solid #ff6b00;
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 11pt;
    transition-duration: 0.36s;
    background-color: transparent;
    cursor: pointer;
}

.moreButton:hover{
    background-color: #ff6b00;
}



.itemInstructionsOuter{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 74% 24%;
    grid-column-gap: 2%;
    grid-row-gap: 20px;
}

.itemInstructions{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 49% 49%;
    grid-column-gap: 2%;
    grid-row-gap: 15px;
    margin-top: 15px;
}


.itemInstruction{
    float: left;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.itemInstruction i{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20pt;
}

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

.notAvailable {
    float: left;
    width: 100%;
    text-align: center;
}



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

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