

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

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

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






body {

    position: relative;
    padding-top: 0px;
    font-size: 11pt;
    background-color: #2B2B2B;
    color: #464646;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    overflow-y: scroll;
}

iframe{ z-index: 0;}
object{ visibility: visible; z-index: 0; }

.imageOp{
    position: absolute;
    width: 100%;
    height: 100%;
    pading: 0px;
    margin: 0px;
    background-image: url('/images/back2.png');
}


h1{
    float: left;
    width: 100%;
    font-size: 19pt;
    color: #2b2b2a;
    line-height: 40px;
    z-index: 0;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 10px;
    font-weight: normal;
    text-transform: uppercase;
}

figure{
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
}



.wrapMain {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 auto;
}

.wrapMiddle {
    padding-top: 87px;
    background-color: #fff;
}

.wrapItems {
    background-color: #fff;
}
.wrapItems1 {
    background-color: #fff;
}
.wrapItems2 {
    background-color: #f6f6f6;
}

.wrapMiddleFirst {
    background-color: #fff;
}

.mainContentCatalogue {
    background-color: #fde73a;
}

.mainContentDahliatubers {
    background-color: #e4ffbc;
    transition-duration: 0.35s;
}

.mainContentDahliatubers:hover {
    background-color: #d4ff8e;
}

.dahliatubersTitle{
    float: left;
    width: 100%;
    font-size: 14pt;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 24px;
}

.dahliatubersLogo{
    float: left;
    width: 20%;
    margin-left: 40%;
}

.wrapPromotions {
    background-color: rgba(43, 43, 42, 0.51);
}


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


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


.wrapFooter{
    background-color: #2B2B2B;
}



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





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

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

.containerBack{
    background-color: white;
}

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

.content{
    float: left;
    width: 700px;
    border-radius: 5px;
    padding: 5px;
}

.baseHeader{
    position: fixed;
    width: 100%;
    height: 133px;
    z-index: 500;
    background-color: #FFE700;
    box-shadow: 2px 0 10px #808080;
}

.header{
    float: left;
    width: 100%;
    height: 133px;
}



.inputRow {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    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 #09ADAA;
}

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



.logo{
    float: left;
    text-decoration: none;
    width: 12%;
    z-index: 100;
    background-color: transparent;
    margin-left: 0%;
    margin-top: 6px;
    margin-bottom: 10px;
}

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

.logoTitle{
    float: right;
    margin-top: 9px;
    width: 100%;
    font-size: 16pt;
    text-align: right;
    line-height: 45px;
    color: #B3A100;
    text-shadow: none;
}

.languagesContainer{
    float: right;
    margin-top: 10px;
}

.weatherContainer{
    float: right;
    font-size: 8pt;
    width: 460px;
    height: 35px;
    overflow: hidden;
    margin-top: 15px;
}

.weatherParameter{
    float: left;
    width: 175px;
    height: 17px;
    line-height: 17px;
    text-align: left;
    font-size: 10pt;
}

.temperature{
    height: 35px;
    line-height: 35px;
    font-size: 26pt;
    width: 100px;
}


.language{
    float: right;
    text-decoration: none;
    color: #fff;
    margin-left: 20px;
    transition-duration: 0.35s;

}

.languageSelected{
    color: #ffee00;
}
.language:hover{
    color: #ffee00;
}





.tabButtonContainer{
    float: left;
    width: 240px;
    margin-right: 10px;
}

.tabButton{
    float: left;
    text-align: left;
    line-height: 23px;
    color: gray;
    font-size: 12pt;

    width: 100%;
    border-bottom: 1px solid #e5e5e5;

}

.tabButtonLink{
    padding: 7px 0;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 17px;
    display: inline-block;
    width: 100%;
    float: left;
    background: url('/images/arrow.png') no-repeat .3em 1.1em;
    color: #3C8BC7;
    text-decoration: none;
}


.tabButton:hover{ color: #ADA200 }

.tabButtonLinkSelected{

    color: #ADA200;
}



.subTabButtonContainer{
    float: left;
    width: 100%;
    height: 25px;
    padding-left: 0px;
    background-color: #ffffff;
    border: 1px solid #9fa4ac;
    border-top: none;
}

.subTabButton{
    float: left;
    margin-left: 8px;
    margin-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
    height: 16px;
    border: none;

    background-color: #ffffff;
    text-align: center;
    line-height: 16px;
    text-decoration: none;
    color: #3C8BC7;

    font-size: 8pt;

    z-index: 10;
    border: 1px solid #a2a7af;
    font-weight: bold;


}
.subTabButton:hover{ background-color: #f2f7ff; }

.subTabButtonSelected{
    background-color: #ffffff;

    border-bottom: 1px solid #ffffff;
}


.navigation{
    float: right;
    width: 79%;
    position: relative;
    padding-right: 0px;
    padding-top: 0px;
    margin-top: 17px;
}


.header{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    background-color: #fff;
    z-index: 100;
    box-shadow: 0px 1px 8px #888888;
    transition-duration: 0.35s;
    padding-bottom: 0px;
}

.headerSmall{
    top: -40px;
}


.headerTop{
    float: left;
    width: 100%;
    height: 40px;
    background-color: #2b2b2a;
    color: #fff;
}




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

.mainButton:hover{
    color: #e31f25;
}

.mainButtonSelected{
    color: #e31f25;
}

.cartItemImage {
    float: left;
    width: 100%;
    border: 1px solid #f3f3f2;
    border-radius: 0px;
    margin-right: 1%;
}
.cartCol{
    margin-top: 30px;
}

.cartButton{
    position: relative;
    float: right;
    margin-right: 0px;
    font-size: 11pt;
    text-decoration: none;
    font-weight: bold;
    color: #2b2b2a;
    margin-top: -7px;
}

.cartButton:hover{

}


.cartButton i{
    float: left;
    font-size: 23pt !important;
}

.cartCount{
    position: absolute;
    top: -8px;
    right: 7px;
    background-color: #e43c39;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 20px;
    font-size: 9pt;
    display: none;
}

.cartCountVisible{
    display: block;
}

.checkoutButton {
    float: right;
    text-decoration: none;
    color: #fff;
    background-color: #e31f25;
    width: auto;
    text-align: center;
    margin-top: 0px;
    padding: 0px;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 2px;
    line-height: 45px;
    transition-duration: 0.35s;
}

.checkoutMainButton {
    float: right;
    text-decoration: none;
    color: #fff;
    background-color: #e31f25;
    text-align: center;
    margin-top: 0px;
    padding: 0px;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 2px;
    line-height: 45px;
    width: 17%;
}

.checkoutButtonIcon {
    float: left;
    font-size: 20pt;
    margin-top: 10px;
}


.grayCheckoutButton {
    background-color: #b2b4b3;
    color: #fff;
}



.checkoutButtonLeft {
    float: left;
}

.buttonDefaultPadding {
    padding-right: 10px;
    padding-left: 10px;
}


.disabledCheckoutButton{
    background-color: #c9c9c9;
    color: #999999;
}

.disabledCheckoutButton:hover{
    background-color: #c9c9c9;
    color: #999999;
}



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


.itemContainer{
    position: relative;
    float: left;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid #C5C5C5;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    text-decoration: none;
    transition-duration: 0.6s;
}

.itemContainer:hover{
    background-color: #eeeeee;
}


.itemImage {
    float: left;
    width: 98%;
    margin-left: 1%;
    margin-top: 3px;
    border-radius: 3px;
}

.itemTitle {
    float: left;
    width: 98%;
    font-size: 11pt;
    font-weight: bold;
    line-height: 22px;
    margin-left: 1%;
    text-align: center;
    margin-top: 3px;
    margin-bottom: 4px;
}

.itemParameter {
    float: left;
    width: 92%;
    font-size: 9pt;
    margin-left: 4%;
    margin-bottom: 5px;
}

.itemIcon{
    float: right;
    margin-left: 20px;
    font-size: 14pt;
    margin-top: 5px;
}

.itemPrice {
    position: relative;
    border-radius: 2px;
    float: right;
    margin-right: 4%;
    width: 92%;
    margin-bottom: 5px;
    margin-top: 6px;
}

.itemPriceNumber {
    float: right;
    color: #e31f25;
    font-size: 15pt;
}

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

.soldOut{
    float: left;
    margin-left: 0%;
    text-decoration: none;
    font-size: 10pt;
    margin-top: 7px;
    color: #5b5b5b;
}



.addToCartButton{
    float: right;
    height: 45px;
    background: #79b51d;
    border: 0;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    outline: 0;
    text-decoration: none;
    color: #fff;
    line-height: 45px;
    transition-duration: 0.35s;

}





.noDecoration{
    text-decoration: none;
}

.link{
    color: #e31f25;
}


.pageContent{
    float: left;
    width: 100%;
    line-height: 22px;
}

.pageContent ol li{
    list-style: decimal;
    margin-left: 40px;
    margin-top: 4px;
}

.pageContent ul li {
    list-style: disc;
    margin-left: 40px;
    margin-top: 4px;
}

.pageContent p {
    margin: 25px 0;
}



.backButton{
    float: right;
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    font-size: 9pt;
    cursor: pointer;
    color: white;

    background-color: #020202;
    border-radius: 3px;
    margin: 5px;
    text-decoration: none;
    font-family: verdana;
    font-weight: normal;
    text-align: center;
    clear: both;
}


.footer{
    float: left;
    width: 100%;
    margin-top: 10px;
    height: 95px;
    color: #D4D4D4;


    background-color: #2B2B2B;

    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;

}

.footerLink{
    float: left;
    margin-left: 10px;
    color: #D4D4D4;
}




.loading{
    position: fixed;
    line-height: 40px;
    padding: 15px;
    text-align: center;
    z-index: 100000;
    display: none;
}


.loadingInner{
    float: left;
    width: 100%;
    height: 40px;
    background-color: #ececec;
    color: black;
    font-size: 21pt;
    border-radius: 5px;
}


.loadingInner img{
    margin-top: 4px;
    float: right;
    margin-right: 14px;
}

.cartSuccess{
    position: fixed;
    top: 200px;
    width: 610px;
    height: 40px;
    line-height: 40px;
    background-color: #FFE700;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    display: none;
    z-index: 100000;

}

.cartSuccessTitle{
    color: #727272;
    font-size: 20pt;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.popupButtonContainer{
    float: left;
    width: 100%;
    margin-top: 30px;
}


.popupButton{
    float: right;
    background-color: #e31f25;
    color: white;
    border-radius: 2px;
    width: 200px;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    line-height: 45px;
    font-weight: bold;
    text-transform: uppercase;
    transition-duration: 0.35s;
}

.popupButton:hover{
    background: #e31f25;
    color: white;
}


.popupButtonSimple{
    float: left;
    background-color: #b2b4b3;
}
.popupButtonSimple:hover{
    color: #fff;
    background-color: #b2b4b3;
}



.videoContainer{
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.video{
    float: left;
    width: 100%;
}

.videoPlaceholder{
    position: relative;
    background-color: transparent;
    float: left;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.31);
}


.firstPageTextH1{
    float: left;
    width: 80%;
    margin-left: 10%;
    text-align: center;
    color: #fff;
    font-size: 21pt;
    margin-top: 300px;
}

.firstPageText{
    float: left;
    width: 80%;
    margin-left: 10%;
    text-align: center;
    color: #fff;
    font-size: 13pt;
    margin-top: 20px;
    line-height: 23px;
}


.error_list{
    color: red;
    line-height: 15px;
}

.error{
    float: left;
    color:red;
    margin-top: 10px;
    width: 100%;
}

.popup{
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: white;
    z-index: 10000;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    display: none;
}



.popupBg{
    position: absolute;
    width: 100%;
    background-color: black;
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
    z-index: 1000;
    display: none;
}

.closeButton {
    position: absolute;
    right: 15px;
    top: 15px;
    background-image: url(/images/closef.png);
    width: 25px;
    height: 25px;
    z-index: 200;
    background-size: contain;
}

.cartSuccessInner{
    float: left;
    width: 450px;
    border-radius: 5px;
}


.paginator{
    float: left;
    width: 100%;
    margin-top: 5px;
}
.arrows{
    float: right;
    margin-top: 20px;
}
.mobileRightArrows{
    float: right;
}
.arrow{
    float: left;
    color: #434342;
    text-decoration: none;
    font-size: 13pt;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.arrow:hover{
    color: #e31f25;
}

.arrowSelected{
    color: #e31f25;
}

.arrowIco{
    font-size: 16pt;
    margin-top: -1px;
}

.pagerDots{
    float: left;
    color: #434342;
    text-decoration: none;
    font-size: 11pt;
    width: 15px;
    text-align: center;
}

.footerDesc{
    float: left;
    margin-left: 10px;
    margin-top: 11px;
    width: 100%;
}

.footerUs{
    float: left;
    margin-left: 196px;
    font-size: 20pt;
    margin-top: 35px;
}


.socialButtons{
    float: right;
    margin-top: 0px;
    width: auto;
}

.facebookContainer{
    float: left;
    margin-right: 20px;
}

.samTools{
    text-decoration: none;
    float: right;
    margin-right: 0px;
    line-height: 30px;
    margin-top: -27px;
    width: 120px;
    height: 67px;
    overflow: hidden;
}

.footerLogo{
    float: left;
    width: 100px;
}

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

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

.fb_iframe_widget {
    display: inline-block;
    position: relative;
    margin-top: -8px;
    padding-top: 0px;
    float: left;
}


.tableHead{
    float: left;
    width: 100%;
    background-color: #c1c1c1;
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
}

.tableHeadCol{
    float: left;
    color: white;
    font-weight: bold;
    text-align: center;
}



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

.tableRowCol{
    float: left;
    color: black;
    text-align: center;
}


.footerEmail{
    font-size: 10pt;
    margin-left: 20px;
    margin-top: 19px;
}


.floatLeft{
    float: left !important;
}
.floatRight{
    float: right !important;
}

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

.hiddenBlock{
    display: none;
}

.categoryContainer{
    float: left;
    width: 100%;
    padding-bottom: 10px;


}

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

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

.categoryTitle{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 13pt;
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #fde73a;
    padding-bottom: 6px;
    text-transform: uppercase;
    color: #fff;
}

.categoryButton{
    float: left;
    width: 100%;
    margin-bottom: 5px;
    background-color: transparent;
    transition-duration: 0.35s;
    color: #fff;

}

.categoryButton:hover{
    background-color: #51514f;
}

.categoryButtonSelected{
    color: #fde73a;
}

.categoryButton img{
    float: left;
    width: 12%;
}
.categoryButton span{
    float: left;
    width: 84%;
    margin-left: 4%;
    text-align: left;
    text-decoration: none;
    font-size: 11pt;
    margin-top: 8px;
}


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


.categoryContainerList{
    position: relative;
    float: left;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid #C5C5C5;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    text-decoration: none;
    transition-duration: 0.6s;
}

.categoryContainerList img{
    float: left;
    width: 98%;
    margin-left: 1%;
    margin-top: 3px;
    border-radius: 3px;
}

.categoryContainerList span{
    float: left;
    width: 98%;
    font-size: 12pt;
    line-height: 22px;
    margin-left: 1%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    transition-duration: 0.6s;
}

.categoryContainerList:hover span{
    color: #e31f25;
}

.categoryContainerList:hover{

}

.categoryH2{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20pt;
    margin-top: 23px;
}

.firstPageCategoryDesc{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12pt;
    margin-top: 5px;
    margin-bottom: 15px;
    color: #727272;
    line-height: 22px;
}


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

.promoContainer {
    float: left;
    width: 100%;
    padding: 1%;
    color: #565656;
}

.promoIcon {
    float: left;
    width: 100%;
    font-size: 45pt !important;
    border-radius: 55px;
    height: 100px;
    text-align: center;
    line-height: 100px !important;
    color: #fde73a;
}

.promoTitle {
    float: left;
    margin-left: 0%;
    font-size: 25pt;
    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: 13pt;
    padding-top: 0px;
    line-height: 19px;
}


.white{
    color: #fff;
}


.path{
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pathElement{
    float: left;
    text-transform: uppercase;
    font-size: 11pt;
    color: #898a89;
    text-decoration: none;
    transition-duration: 0.35s;
}

.pathElement:hover{
    color: #434342;
}

.pathSlash{
    float: left;
    width: 30px;
    text-align: center;
    color: #898a89;
}


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

.topNavigation{
    float: left;
    margin-top: 9px;
}

.topButton{
    float: left;
    margin-right: 25px;
    color: #ffee00;
    text-decoration: none;
    transition-duration: 0.35s;
}

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

.topButton:hover{
    color: #fff;
}



.footerButtons{
    float: left;
    width: 100%;
    border-top: 1px solid #c6c7c7;
    padding-top: 30px;
    margin-bottom: 0px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footerButton{
    color: #fff;
    text-decoration: none;
    font-size: 13pt;
    margin-left: 20px;
    margin-right: 20px;
    text-transform: uppercase;
    font-weight: normal;
}

.footerButton:hover{
    color: #d8d8d8;
}



.footerText{
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    margin-top: 25px;
}

.copyRight{
    margin-bottom: 30px;
}

.copyRight a{
    text-decoration: underline;
}

.exhibitionName{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 15pt;
    margin-bottom: 15px;
    line-height: 27px;
    margin-top: 15px;
}

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

.resultIcon{
    font-size: 19pt;
}

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

.exhibitionsImagesTitle{
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 13pt;
}




.lds-spinner {
    float: right;
    color: #000;
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-spinner div {
    transform-origin: 32px 32px;
    animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 29px;
    width: 5px;
    height: 14px;
    border-radius: 20%;
    background: #000;
}
.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}
@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}



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

.explains3{
    grid-template-columns: 32% 32% 32%;
    grid-column-gap: 2%;
}

.explainIcon{
    float: left;
    width: 100%;
    color: #fff;
    background-color: #e9d21f;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 6px;
    padding-bottom: 6px;
}
.explainIcon i{
    float: left;
    font-size: 24pt;
    margin-right: 12px;
    color: #E31F26;
}
.explainIcon span{
    float: left;
    font-size: 12pt;
    margin-top: 6px;
    width: 80%;
}


.categoryButtonIn{
    float: left;
    width: 100%;
    text-align: center;
    color: #2b2b2b;
    text-transform: uppercase;
    font-size: 10pt;
    padding-top: 6px;
    height: 46px;
    line-height: 30px;
}

.categoryButtonIn i{
    margin-right: 5px;
}

#explain{
    display: none;
}