<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

body {
    position: relative;
    padding-top: 0px;
    font-size: 11pt;
    background-color: #fff;
    color: #464646;
    font-family: 'Roboto';
    width: 100%;
    overflow-y:scroll;
}

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

::selection {
    /* background: #fde18e; /* WebKit/Blink Browsers */
    background: #b9e6e6; /* WebKit/Blink Browsers */
}
::-moz-selection {
    /* background: #fde18e; /* Gecko Browsers */
    background: #b9e6e6; /* Gecko Browsers */
}

.sliderVideo{
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
    position: absolute;
}

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

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


.wrap {
    position: relative;
    width: 1170px;
    margin: 0 auto;
}

.header{
    position: fixed;
    width: 100%;
    height: 123px;
    background-color: #fff;
    z-index: 10;
    top: 0px;
    transition-duration: 0.35s;

}

.headerDeal{
    background-color: #2b2b2a;
}

.headerUp{
    top: -40px;
}

.headerSearch{
    float: left;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #03C1BE;
}

.searchInNavigation{
    float: left;
    color: #2b2b2a;
    margin-top: -4px;
}
.searchInNavigationDealPage{
    color: #fff;
}

.searchInNavigation:hover{
    color: #03C1BE;
}



.searchPlaceholder{
    float: left;
    width: 100%;
    height: 29px;
    display: none;
}

.mainSearchContainer{
    position: relative;
    float: left;
    width: 62%;
    margin-left: 19%;
    display: none;
}

.mainSearchSubmit{
    position: absolute;
    top: 8px;
    right: 7px;
}

.mainSearchClear{
    right: 41px;
    color: #fff;
    background-color: #2e2e2e;
    border-radius: 30px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 22px;
    top: 10px;
    display: none;
}

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


.mainSearchInput{
    background-color: white !important;
    height: 40px !important;
    line-height: 40px !important;
}

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

.relativePlaceholder{
    float: left;
    width: 100%;
    height: 123px;
    background-color: #fff;
    transition-duration: 0.35s;
}

.relativePlaceholderUp{
    height: 83px;
}


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

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

.pageContent h1{
    margin-top: 10px;
    font-size: 18pt;
    margin-bottom: 10px;
}

.pageContent ol li{
    list-style: decimal;
    margin-left: 10%;
    margin-top: 8px;
}

.pageContent ul li {
    list-style: disc;
    margin-left: 10%;
    margin-top: 8px;
}

.pageContent p {
    margin: 25px 0;
}

.logo{
    float: left;
    width: 10%;
    text-decoration: none;
    margin-top: 6px;
}

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

.cartButton{
    float: right;
    margin-top: -40px;
    height: 107px;
    background-color: #03C1BE;
    color: #434342;
    text-decoration: none;
    width: 100px;
}

.cartButton:hover{
    color: #434342;
}

.cartButtonImage{
    float: left;
    width: 25%;
    margin-left: 37.5%;
    margin-top: 26px;
    transition-duration: 0.35s;
}

.cartButtonImageSmall{
    margin-top: 50px;
}

.cartText{
    float: left;
    width: 100%;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10pt;
    margin-top: 7px;
    height: 15px;
    transition-duration: 0.35s;
}

.cartTextSmall{
    height: 0px;
    font-size: 0pt;
    margin-top: 3px;
}


.cartCountText{
    float: left;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 9pt;
    margin-top: 4px;
}




.languagesContainer{
    position: absolute;
    top: 20px;
    width: 200px;
}

.navigation{
    float: right;
    width: 78%;
    margin-top: 26px;
}


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

.navigationButton:hover{
    color: #03C1BE;
}

.navigationButtonDealPage{
    color: #fff;
}

.navigationButtonDeals{
    float: right;
    font-weight: bold;
}

.navigationButtonHome i{
    margin-top: -4px;
}

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

.dealLayout{
    background-color: #2b2b2a;
}

.footer{
    position: relative;
    float: left;
    width: 100%;
    background-color: #2b2b2a;

}

div{
    user-select: contain;
}
span{
    user-select: contain;
}

a{
    color: #03C1BE;
    transition-duration: 0.35s;
}
.link{
    color: #03C1BE;
    transition-duration: 0.35s;
}

.linkWhite{
    color: #fff !important;
    transition-duration: 0.35s;
}

a:hover{

}


.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;
    color: rgba(0,0,0,.85);
    height: 46px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 44px;
}

.droplist{
    appearance: auto !important;
}

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

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

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    margin-top: 7px;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #faaf02;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.checkbox{
    float: left;
    margin-top: 13px;
    width: 20px;
    height: 20px;
}



.textArea{
    float: left;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    background-color: #ebedec;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    color: #333;
    line-height: normal;
    padding: 1% 1%;
    font: normal 13px Arial;
    margin: 0;
    width: 100%;
    resize: vertical;
}
.textArea:focus{
    border: 1px solid #09ADAA;
}

.requiredInput{
    border: 1px solid red;
}
.requiredInput:focus{
    border: 1px solid red;
}

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


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

.inputLabel{
    float: left;
    width: 100%;
    color: #333;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 6px;
}
.htmlInput{
    float: left;
    width: 100%;
    color: #555555;
}


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



.checkboxContainer {
    position: relative;
    float: left;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkboxContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkboxContainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkboxContainer input:checked ~ .checkmark {
    background-color: #03C1BE;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkboxContainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkboxContainer .checkmark:after {
    left: 10px;
    top: 5px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 21pt;
}





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

.h1Explain{
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 13pt;
    color: #898a89;
}

.floatRight{
    float: right !important;
}

.floatLeft{
    float: left !important;
}

.width100{
    width: 100% !important;
}


h2 {
    float: left;
    width: 100%;
    font-size: 14pt;
    color: #f18048;
    z-index: 0;
    text-align: left;
    margin-bottom: 0px;
    letter-spacing: 1px;
    line-height: 23px;
}

.subscribe{
    position: relative;
    float: left;
    width: 100%;
    height: 60px;
    background-color: #03C1BE;
}

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

.subscribeText{
    text-transform: uppercase;
    color: #fff;
    margin-right: 2%;
    font-size: 12pt;
    margin-top: 10px;
    line-height: 44px;
    text-align: right;
}

.inputSubscribe{
    width: 25%;
    background-color: white;
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
}

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

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

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

.popupBandBuild{
    position: absolute !important;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}


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



.headerTopButtons{
    position: relative;
    float: right;
    margin-right: 120px;
    margin-top: 0px;
    width: 39%;
}

.headerTopButtonHolder{
    float: right;
    position: relative;
    height: 41px;
    line-height: 40px;
}

.headerTopButton{
    float: right;
    color: #b3b3b4;
    text-transform: uppercase;
    font-size: 9pt;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.headerTopButtonImg{
    float: left;
    margin-top: 14px;
    width: 17px;
    margin-right: 7px;
}

.headerTopButtonSplitter{
    float: right;
    color: #b3b3b4;
    margin-top: -3px;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 41px;
}

.headerPopup{
    position: absolute;
    top: 40px;
    right: 0px;
    background-color: white;
    width: 140px;
    padding-top: 7px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    display: none;
    z-index: 10;
    box-shadow: 1px 1px 2px #ccc;
}

.popupLink{
    float: left;
    width: 100%;
    margin-top: 6px;
    text-decoration: none;
    color: #111;
    font-size: 12px;
    line-height: 28px;
}
.popupLinkImg{
    float: left;
    width: 20px;
    margin-top: 5px;
    margin-right: 5px;
}
.popupLinkIcon{
    float: left;
    width: 20px;
    font-size: 14pt !important;
    margin-top: 2px;
    margin-right: 5px;
}

.popupLinkText{
    float: left;
    line-height: 20px;
    margin-left: 5px;
}

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

.builderBuckle{
    float: left;
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    height: 114px;
    overflow: hidden;
}

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

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

.builderBraceExample{
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left top;
    white-space: nowrap;
    font-size: 20pt;
    background-color: #fff;
    overflow: hidden;
}

.builderBraceBack{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left top;
    overflow: hidden;
}

.builderBraceText{

}

.builderBraceMeasure{
    position: absolute;
    left: 0px;
    bottom: -20px;
    width: 100%;
    background-color: #64c3bf;
    height: 2px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}


.builderBraceMeasureRight{
    position: absolute;
    top: 0px;
    right: -20px;
    width: 2px;
    background-color: #64c3bf;
    height: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.measureLabel{
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #64c3bf;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 9pt;
}

.measureLabel90{
    transform: rotate(90deg);
}

#languageOpener:hover #languagesPopup {
    display: block;
}

#languagesPopup:hover #languagesPopup {
    display: block;
}

#profileOpener:hover #profilePopup {
    display: block;
}

#profilePopup:hover #profilePopup {
    display: block;
}


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

.mainSlider{
    margin-top: -40px;
}

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


.footerLogo{
    float: left;
    width: 10%;
    margin-left: 45%;
    margin-top: 20px;
}

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

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

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


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

.footerSocial{
    width: 30px;
    height: 30px;
    text-decoration: none;
    margin-left: 20px;
    margin-right: 20px;
    color: #03C1BE;
    transition-duration: 0.35s;
}

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


.footerSocial:hover{
    color: #09ADAA;
}

.copyRight{
    margin-bottom: 50px;
}

.copyRight a{
    text-decoration: underline;
}

.flexBase{
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
}


.flexCenter{
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;

    justify-content: center;
    align-items: center;
}

.flexCenterHorizontal{
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;

    justify-content: center;
}


.itemsContainer{
    float: left;
    width: 78%;
    margin-left: 1%;
}
.liveriesContainer{
    float: left;
    width: 100%;
    margin-left: 0%;
}

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

.dealItems {
    float: left;
    width: 100%;
    margin-left: 0%;
    grid-template-columns: 25% 25% 25% 25%;
    grid-row-gap: 0;
}

.liveries{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 49.7% 49.7%;
    grid-column-gap: 0.6%;
    grid-row-gap: 20px;
    margin-bottom: 0px;
}


.pageContentItems{
    width: 78%;
}

.builderItems{
    grid-template-columns: 19% 19% 19% 19% 19%;
    grid-column-gap: 1%;
    grid-row-gap: 10px;
    width: 100%;
    padding-top: 20px;
    margin-left: 0;
}

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

.item{
    position: relative;
    transition-duration: 0.35s;
    color: #2b2b2a;

}

.item:hover{
    color: #03C1BE;
}

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


.itemAdContainer{
    position: absolute;
    top: 10px;
    right: 10px;
}

.itemAdContainerLeft{
    position: absolute;
    top: 14px;
    left: 10px;
}

.itemAdElement{
    float: right;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 13px;
    line-height: 25px;
    vertical-align: top;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 6px;
    clear: both;
}

.categoryAdElement {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11px;
    line-height: 20px;
    vertical-align: top;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 6px;
    margin-right: 5px;
    width: 34px;
    text-align: center;
    margin-top: 4px;
}

.itemAdDiscount{
    background-color: #e31f25;
    color: #fff;
}
.itemAdNew{
    background-color: #3eb826;
    color: #fff;
}

.itemAdQuantity{
    background-color: #03C1BE;
    color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
}

.itemAdQuantity i{
    float: left;
    font-size: 13pt;
    margin-top: 1px;
}
.itemAdQuantity span{
    float: left;
    font-size: 10pt;
    margin-left: 5px;
    line-height: 20px;
}

.itemAdQuantityLabel{
    margin-right: 5px;
    text-transform: uppercase;
    font-weight: normal;
}


.itemAdElementIcon{
    float: left;
    margin-right: 10px;
    background-color: transparent;
    color: #03C1BE;
}
.itemAdElementIcon i{
    float: left;
    font-size: 15pt !important;
    color: #c6c7c7;
}

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

.discountedItemPricePartner{
    font-size: 13pt;
}

.itemImageContainer{
    position: relative;
    float: left;
    width: 98%;
    background-color: transparent;
    margin-bottom: 15px;
    overflow: hidden;
    margin-left: 1%;
}

.itemImageContainerBuilder{

}

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

.liveryItemInner{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 20px;
    padding-left: 30px;
}

.disabledItem{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 12pt;
    color: #0c0c0c;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.disabledItemText{
    width: 80%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #00cbc085;
    color: #fff;
}

.itemImage{
    position: relative;
    float: left;
    width: 100%;
    transition-duration: 0.35s;
}

.itemImage:hover{
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

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

.livery:hover .itemImage{
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.itemName{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12pt;
    line-height: 19px;
    min-height: 46px;
    padding-left: 2%;
    padding-right: 2%;
    overflow: hidden;
}

.itemNamePartner{
    min-height: 0px;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 24px;
}

.itemPrice{
    float: left;
    width: 100%;
    color: #03C1BE;
    text-align: center;
    font-size: 16pt;
    height: 25px;
    line-height: 25px;
    transition-duration: 0.36s;
}

.itemPricePartner{
    color: #2b2b2a;
    font-size: 13pt;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.orderDroplist{
    float: right;
    border: 1px solid #898a89;
    color: #898a89;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    width: 18.6%;
    margin-top: -36px;
}

.orderDroplistPartner{
    margin-top: 16px;
}

.tags{
    float: left;
    width: 100%;
    text-align: justify;
}

.tag{
    background-color: #f2f2f2;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    color: #555;
    margin-bottom: 7px;
    font-size: 9pt;
    display: inline-grid;
}

.tag:hover {
    background-color: #555;
    color: #fff;
}

.tagSelected{
    background-color: #7d7d7d;
    color: #fff;
}

.itemSearchInput{
    float: left;
    border: 1px solid #898a89;
    padding-left: 2%;
    padding-right: 2%;
    width: 100%;
    height: 30px;
    line-height: 30px;
}


.ui-slider .ui-btn-inner {
    padding: 4px 0 0 0 !important;
}

.ui-slider-popup {
    position: absolute !important;
    width: 64px;
    height: 64px;
    text-align: center;
    font-size: 36px;
    padding-top: 14px;
    z-index: 100;
    opacity: 0.8;
}

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


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

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

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

.cartSuccessImage{
    float: left;
    width: 10%;
    margin-left: 45%;
}




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



.paginator{
    float: right;
    margin-top: 15px;
    width: 78%;
    margin-bottom: 15px;
}

.paginator100{
    width: 100%;
}

.paginatorLabel{
    float: left;
    width: 100%;
    text-transform: uppercase;
    color: #434342;
    letter-spacing: 1px;
    font-size: 11pt;
    margin-bottom: 13px;
}

.paginatorBottom {
    float: left;
    width: 100%;
    margin-top: 19px;
}

.arrows{
    float: right;
}
.mobileRightArrows{
    float: right;
}
.arrow{
    float: left;
    color: #434342;
    text-decoration: none;
    font-size: 11pt;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding: 5px;
    width: 35px;
    background-color: #f2f2f2;
    margin-left: 2px;
    transition-duration: .35s;
    margin-right: 2px;
    height: 35px;
    line-height: 27px;
}

.arrow:hover{
    color: #03C1BE;
}

.arrowSelected{
    color: #03C1BE;
}

.arrowIco{
    font-size: 14pt !important;
    margin: 0;
    padding: 0;
    line-height: 20px !important;
    height: 15px !important;
    margin-top: 3px;
}

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

.pagerJumpContainer{
    float: right;
    position: relative;
    margin-top: 0px;
    padding-left: 0%;
}

.pageJumpInput {
    background-color: white !important;
    height: 35px !important;
    width: 60px;
    text-align: center;
}

.jumpPageButton{
    float: right;
    margin-left: 3px;
    color: #2b2b2a;
    margin-top: 4px;
}

.jumpPageButton:hover{
    color: #03C1BE;
}


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

.popupButton{
    float: right;
    background-color: #e31e25;
    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: #cb1d25;
    color: white;
}

.popupButtonSimple{
    float: left;
    background-color: #03C1BE;
}
.popupButtonSimple:hover{
    color: #fff;
    background-color: #09ADAA;
}


.popupButton i{
    float: left;
    margin-right: 2px;
    margin-left: 5px;
    margin-top: 2px;
}

.leftSide{
    float: left;
    width: 20%;
    margin-right: 1%;
}

.leftTitle{
    float: left;
    width: 100%;
    text-transform: uppercase;
    color: #2b2b2a;
    font-size: 14pt;
    border-bottom: 1px solid #9e9e9e;
    padding-bottom: 10px;
    text-align: left;
    cursor: pointer;
    margin-top: 12px;

}

.leftTitle i{
    float: left;
    font-size: 16pt;
    margin-right: 5px;
}

.centerTitle{
    width: 100%;
    margin-left: 0%;
    margin-bottom: 20px;
}

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

.leftCategory{
    float: left;
    width: 100%;
    color: #2b2b2a;
    font-size: 11pt;
    line-height: 30px;
}

.leftCategory a{
    color: #2b2b2a;
}

.leftCategory:hover{
    color: #03C1BE;
}

.leftCategory a:hover{
    color: #03C1BE;
}

.leftCategory:hover .categoryLink{
    color: #03C1BE;
}
.leftCategory:hover .categoryLinkCount{
    color: #03C1BE;
}



.subCategories{
    float: left;
    width: 87%;
    margin-left: 13%;
    display: none;
}

.subSubCategories{
    width: 85%;
    margin-left: 15%;
}


.subCategoriesShow{
    display: block;
}


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

.featureRow{
    position: relative;
    float: left;
    width: 100%;
    color: #2b2b2a;
    transition-duration: 0.35s;
    font-size: 11pt;
    line-height: 26px;
    margin-bottom: 10px;
}



.featureRow:hover{
    color: #03C1BE;
}



.catLevel1{}
.catLevel2{
    margin-left: 9%;
    width: 91%;
}



.filterButton{
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 30px;
    height: 30px;
    color: #fff;
    background-color: #03C1BE;
    text-decoration: none;
    font-size: 11pt;
}

.filterButton:hover{
    color: #fff;
    background-color: #09ADAA;
}

.itemSearchButton{
    position: absolute;
    right: 3px;
    top: 3px;
}

.itemSearchButton i{
    color: #b3b3b4;
}

.selectedRanges{
    float: left;
    width: 100%;

}

.rangeRail{
    position: relative;
    float: left;
    width: 90%;
    margin-left: 5%;
}

.rangeValue{
    font-size: 11pt;
    line-height: 26px;
    position: absolute;
    top: -21px;
    color: #27282c;
    width: 18%;
    margin-left: -9%;
    text-align: center;
    background-color: #f9f9f9;
    font-size: 9pt;
    border: 1px solid #cdcdcd;
    border-radius: 50%;

}


.maxPriceRange{
    margin-top: 0px;
}

.rangeLabel{
    float: left;
    width: 18%;
    line-height: 30px;
    color: #2b2b2a;
}

.range{
    position: relative;
    float: left;
    width: 72%;
}

.ranges{
    float: left;
    width: 100%;
    position: relative;
    margin-top: 21px;
}

.rightRangeValue{
    float: right;
}

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

.submitButton {
    float: right;
    text-decoration: none;
    color: #fff;
    background-color: #e31e25;
    text-align: center;
    margin-top: 0px;
    padding: 5px 5px 5px 5px;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 2px;
    line-height: 35px;
    font-weight: bold;
    width: 17%;
    transition-duration: 0.35s;

}

.submitButton:hover{
    background-color: #cb1d25;
}


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

.marginTop20{
    margin-top: 20px !important;
}

.forgotPasswordLink{
    float: right;
    margin-right: 10px;
    line-height: 35px;
}



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

.treeRecordRow{
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #777777;
}

.treeRecord{
    float: left;
    margin-top: 12px;
    color: #777777;
    font-size: 11pt;
    margin-right: 10px;
    height: 20px;
}

.pageButtons {
    float: right;
    margin-top: 5px;
    margin-bottom: 5px;
}

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




.inputRow50{
    width: 48%;
}
.inputRow33{
    width: 32%;
}

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

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

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

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



.checkoutButton{
    float: right;
    text-decoration: none;
    color: #fff;
    background-color: #03C1BE;
    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;
    font-weight: bold;
}

.checkoutButton:hover{
    background-color: #09ADAA;
}


.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;
    font-weight: bold;
    width: 17%;
}

.checkoutMainButton:hover{
    background-color: #cb1d25;
}

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

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



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

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


.checkoutButtonLeft{
    float: left;
}

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

.regTerms{
    float: right;
    margin-right: 0px;
    margin-top: 0px;
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
}

.regSuccessImage{
    float: left;
    width: 12%;
    margin-left: 44%;
}
.regSuccessImageLimit{
    float: left;
    width: 16%;
    margin-left: 42%;
    margin-top: 35px;
}

.regSuccessTitle{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20pt;
    text-transform: uppercase;
    margin-top: 30px;
}

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

.colorWhite{
    color: #fff;
}

.regSuccessButton{
    width: 98%;
    margin-left: 1%;
    float: left;
    margin-top: 30px;
    font-weight: bold;
}

.helloLogin{
    float: left;
    line-height: 38px;
}

.tableHead{
    float: left;
    width: 100%;
    margin-top: 10px;
    display: grid;
    grid-template-columns: 4% 20% 18% 21% 22% 15%;
    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;
}

.tableRow{
    float: left;
    width: 100%;
    margin-top: 10px;
    display: grid;
    grid-template-columns: 4% 20% 18% 21% 11% 11% 15%;

    grid-column-gap: 0%;
    grid-row-gap: 10px;
    border-bottom: 1px solid #9e9e9e;
    color: #5c5c5b;
    text-align: center;
    font-size: 11pt;
}

.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%;
    padding-left: 4%;
    display: none;
}

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

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

.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: 9% 40% 12% 7% 12% 15%;
    grid-column-gap: 1%;
    grid-row-gap: 10px;
    color: #5c5c5b;

}

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

.cartRowImageLinkCart{
    width: 7%;
}

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

.noRecords{
    float: left;
    width: 100%;
    line-height: 25px;
    margin-top: 5px;
}

.noRecordsItems{
    width: 78%;
}

.line{
    float: left;
    width: 100%;
    border-bottom: 1px solid #9e9e9e;
}

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

.cartHalfInner {
    float: left;
    padding-left: 4%;
    padding-right: 4%;
    width: 100%;
    border: 1px solid #efefef!important;
    margin-top: 17px;
    padding-top: 8px;
    padding-bottom: 9px;
}
.finalValue {
    float: left;
    width: 100%;
    color: #4b4f56;
    line-height: 25px;
}

.cartHalfSplitter{
    float: left;
    width: 100%;
}
.totalLine {
    float: left;
    width: 100%;
    border: 1px solid #dadadb;
    padding-left: 2%;
    padding-right: 2%;
}

.totalValue {
    float: right;
    margin-right: 4px;
    font-size: 10pt;
    line-height: 40px;
    height: 40px;
    color: #4b4f56;
    text-align: right;
}
.totalLabel {
    float: left;
    font-size: 10pt;
    line-height: 40px;
    height: 40px;
    color: #4b4f56;
    margin-right: 20px;
    font-weight: bold;
}

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

.bold{
    font-weight: bold !important;
}

.checkoutCost {
    color: #03C1BE;
    font-size: 15pt;
    font-weight: bold;
}

.originalPrice {
    color: #b6b6b6;
    text-decoration: line-through;
}

.editButton{
    float: right;
    margin-top: 0px;
    background-color: #03C1BE;
    color: #fff;
    padding: 3px;
    border-radius: 2px;
    border: 1px solid #dadadb;
    line-height: 20px;
    margin-top: 3px;
}

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

.inputFormBlock50{
    float: left;
    width: 48%;
}

.copyAddress{
    float: right;
    text-transform: none;
    font-size: 10pt;
    margin-top: 18px;
}




.tableHeadItems{
    float: left;
    width: 100%;
    margin-top: 10px;
    display: grid;
    grid-template-columns: 4% 5% 42% 20% 11% 11% 7%;
    grid-column-gap: 0%;
    grid-row-gap: 10px;
    border: 1px solid #dadadb;
    border-left: none;
    color: #2b2b2a;
    text-align: center;
    font-size: 11pt;
}

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

.tableRowItems{
    float: left;
    width: 100%;
    margin-top: 10px;
    display: grid;
    grid-template-columns: 4% 5% 42% 20% 11% 11% 7%;
    grid-column-gap: 0%;
    grid-row-gap: 10px;
    border-bottom: 1px solid #9e9e9e;
    color: #5c5c5b;
    text-align: center;
    font-size: 11pt;
}

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


.myItemImage{
    margin-left: 17%;
    width: 63%;
}

.showItemIco{
    float: left;
    margin-left: 40%;
    margin-top: 6px;
}

.tableHeadSales{
    float: left;
    width: 100%;
    margin-top: 10px;
    display: grid;
    grid-template-columns: 4% 5% 26% 12% 6% 12% 10% 10% 15%;
    grid-column-gap: 0%;
    grid-row-gap: 10px;
    border: 1px solid #dadadb;
    border-left: none;
    color: #2b2b2a;
    text-align: center;
    font-size: 11pt;
}

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

.tableRowSales{
    float: left;
    width: 100%;
    margin-top: 10px;
    display: grid;
    grid-template-columns: 4% 5% 26% 12% 6% 12% 10% 10% 11% 4% ;
    grid-column-gap: 0%;
    grid-row-gap: 10px;
    border-bottom: 1px solid #9e9e9e;
    color: #5c5c5b;
    text-align: center;
    font-size: 11pt;
}

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

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

.infoContainer {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 0px;
    margin-top: 20px;
    background-color: #eaf9ea;
    font-weight: normal;
    padding-left: 2%;
    line-height: 35px;
}


.partnerHead{
    float: left;
    width: 100%;
    background-color: #2b2b2a;
    color: #fff;
    padding-bottom: 0px;
    margin-top: -40px;
    padding-top: 40px;
    background-size: cover;
    background-position: center;
    transition-duration: 0.5s;
}

.partnerHeadImage{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    color: #fff;
    padding-bottom: 0px;
    background-size: cover;
    background-position: center;
    display: none;
}

.builderHead{
    float: left;
    width: 100%;
    background-color: #03C1BE;
    color: #fff;
    margin-top: -40px;
    padding-top: 40px;
    margin-bottom: 0px;
}

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

.builderHeadContent{
    float: left;
    width: 100%;
}
.builderH1{
    float: left;
    width: 100%;
    color: #fff;
    font-size: 28pt;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-top: 15px;
}

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

.builderMiddle{
    background-color: #fff;
}


.builderItemName{
    color: #727272;
}

.builderBottom{
    background-color: #b2b4b3;
    padding-bottom: 10px;
    padding-top: 50px;
}

.builderFooterText{
    float: left;
    width: 100%;
    margin-top: 30px;
    text-align: center;
    line-height: 18px;
}

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

.builderFooterBlockImage{
    float: left;
    width: 20%;
    margin-left: 0%;
    font-size: 45pt;
    color: #03C1BE;
    margin-top: 13px;
    text-align: center;
}

.builderFooterBlockTitle{
    float: left;
    width: 80%;
    color: #03C1BE;
    font-size: 14pt;
    font-weight: bold;
    text-align: left;
    margin-top: 0px;
    margin-left: 0;
}

.builderFooterBlockDesc{
    float: left;
    width: 80%;
    font-size: 10pt;
    text-align: justify;
    margin-top: 17px;
    margin-left: 0%;
}


.faqs{
    float: left;
    width: 100%;
}
.faqQuestion{
    float: left;
    width: 100%;
    padding-bottom: 8px;
    padding-top: 8px;
    background-color: #ececec;
    margin-top: 10px;
    transition-duration: 0.35s;
    color: #434342;

}

.faqQuestion:hover{
    background-color: #555;
    color: #fff;
}

.faqQuestion i{
    float: left;
    margin-left: 1%;
    font-weight: bold;
}

.faqQuestion span{
    float: left;
    margin-left: 2%;
    width: 90%;
    margin-top: 4px;
    font-size: 10pt;
    text-transform: uppercase;
}



.faqAnswer{
    float: left;
    width: 100%;
    padding-left: 1.5%;
    padding-right: 1.5%;
    display: none;
    padding-bottom: 0px;
    padding-top: 0px;
    border: 1px solid #dadadb;
    margin-top: 3px;
}


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

.cartFeedbackLabel{
    float: left;
    font-weight: bold;
    line-height: 27px;
}
.cartFeedbackNo{
    float: left;
    margin-left: 2%;
    line-height: 28px;
}

.feedbackPopup{
    float: left;
    width: 500px;
}

.feedbackButton{
    float: left;
    width: 150px;
    margin-top: 15px;
    background-color: #03C1BE;
    margin-left: 175px;
    padding-left: 0;
    padding-right: 0;
}

.feedbackButton:hover{
    background-color: #03C1BE;
}

.feedbackImage {
    float: left;
    width: 13%;
    border: 1px solid #f3f3f2;
    border-radius: 0px;
    margin-right: 1%;
}

.feedbackItem{
    float: left;
    width: 80%;
    margin-left: 3%;
    margin-top: 18px;
}

.feedback{
    float: left;
    margin-left: 10px;
    width: 80%;
}
.feedbackStar{
    float: left;
    margin-left: 10px;
}
.feedbackMessage{
    float: left;
    margin-left: 16px;
    line-height: 27px;
}

.rateStar{
    float: left;
    color: #03C1BE;
    font-size: 18pt !important;
    width: 21px;
}

.rateStarEmpty{
    color: #c6c7c7;
}

.leaveFeedbackButton{
    float: left;
    margin-left: 10px;
    line-height: 28px;
}



.feedbackExplain{
    float: left;
    width: 100%;
    color: #525252;
    font-size: 10pt;
    font-style: italic;
    text-indent: 2%;
    margin-top: 8px;
}

.feedbackLabel{
    float: left;
    color: #727272;
    font-size: 11pt;
    margin-left: 14px;
    margin-bottom: 10px;
}

.starsContainer{
    float: left;
    margin-left: 10px;
    margin-top: -3px;
}

.fa{
    color: #03C1BE;
    font-size: 17pt !important;
    margin-left: 4px;
}

.fa-star-o:before {
    color: #c6c7c7 !important;
    content: "\f005" !important;
}

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


.titleContainer{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 34% 32% 34%;
    margin-top: 35px;
    margin-bottom: 10px;
}

.titleLine{
    float: left;
    background-color: #9e9e9e;
    height: 1px;
    margin-top: 14px;
}

.titleCenter{
    float: left;
    padding-left: 5%;
    padding-right: 5%;
}

.titleText{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20pt;
    font-weight: bold;
}
.titleTextSub{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12pt;
    color: #c6c7c7;
    margin-top: 10px;
}

.darkGray{
    color: #2b2b2a;
}
.yellow{
    color: #03C1BE;
}







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

.mainContentCategories{
    width: 100%;
    background-color: #f2f2f2;
    margin-bottom: 0px;
    padding-top: 30px;
}

.mainContentCategoriesBack{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: -1;
}


.categoryLink{
    float: left;
    width: 69%;
}

.categoryLinkName{
    float: left;

}

.categoryLinkNameEllipsis{
    width: 73%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.categoryLinkNameEllipsisShort{
    width: 59%;
}

.categoryLinkCount{
    float: right;
    color: inherit;
}


.leftCategorySelected{
    color: #03C1BE !important;
}

.naviCatenavigoriesArrow{
    float: left;
    margin-top: 2px;
    transition-duration: 0.35s;
    cursor: pointer;
    margin-right: 7px;
    height: 20px;
    width: 22px;
}

.naviCatenavigoriesArrowPlaceholder{
    float: left;
    margin-top: 2px;
    margin-right: 7px;
    height: 20px;
    width: 22px;
}

.firstPageCategoriesTitle{
    float: left;
    width: 100%;
    font-size: 28pt;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #727272;
}

.mainContentInstagram{
    background-color: #fff;
    padding-bottom: 0px;
    padding-top: 20px;
}


.firstPageItems{
    position: relative;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-bottom: 10px;
    overflow: hidden;
}

.firstPageItemsList{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 19% 19% 19% 19% 19%;
    grid-column-gap: 1%;
    grid-row-gap: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}



.firstPageItems a{
    float: left;
    width: 100%;
    margin-left: 0.2%;
    margin-right: 0.2%;
}

.sliderArrow{
    position: absolute;
    top: 27%;
    cursor: pointer;
    left: -50px;
    user-select: none;
}

.sliderArrow i{
    font-size: 50pt !important;
    color: #b3b3b4;
    user-select: none;
}

.rightArrow{
    right: -50px;
    left:auto;
}

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


.firstPageBottomCategory{
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 40px;
    font-size: 10pt;
    text-align: center;
    background-color: #ececec;
    border: 1px solid #dadadb;
    color: #434342;
    transition-duration: 0.35s;
}

.firstPageBottomCategory:hover{
    background-color: #555;
    color: #fff;
}

.firstPageBottomCategorySelected{
    background-color: #03C1BE;
    color: #ffffff;
}
.firstPageBottomCategorySelected:hover{
    background-color: #09ADAA;
    color: #ffffff;
}

.mainContentFirstPage{
    padding-bottom: 0px;
}

.owl-nav{
    display: none;
}




.subscribePopup{
    float: left;
    width: 400px;
}

.subscribeTitle{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 15pt;
    line-height: 24px;
    color: #727272;
}


.subscribeNotifyButton{
    margin-left: 125px;
}


.container404{
    position: relative;
    float: left;
    width: 80%;
    margin-left: 10%;
}

.title404{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 250pt;
    font-weight: bold;
    color: #eeeeee;
}

.desc404{
    position: absolute;
    width: 80%;
    top: 145px;
    left: 10%;
    color: #03C1BE;
    font-weight: bold;
    text-align: center;
    font-size: 33pt;
}

.smallDesc404{
    float: left;
    width: 100%;
    color: #5c5c5b;
    text-align: center;
    font-size: 18pt
}



.button404{
    width: 50%;
    margin-left: 25%;
    float: left;
    margin-top: 40px;
}


.hidden{
    display: none;
}


.mainContentMap{
    padding-bottom: 0px;
}



.contactColRight{
    float: right;
    width: 32%;
}
.contactColLeft{
    float: left;
    width: 60%;
}

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

.contactContainer{
    float: left;
    width: 100%;
    border: 1px solid #dadadb;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 15px;
    padding-bottom: 10px;

}

.contactHeading{
    float: left;
    width: 100%;
    font-size: 11pt;
    font-weight: bold;
    color: #898a89;
    margin-bottom: 15px;
}

.contactParameter{
    float: left;
    width: 100%;
    font-size: 11pt;
    color: #898a89;
    margin-bottom: 10px;
    line-height: 22px;
}

.contactLine{
    float: left;
    width: 100%;
    background-color: #9e9e9e;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.contactParameterLabel{
    float: left;
    width: 50%;
    text-align: left;
}
.contactParameterValue{
    float: right;
    width: 26%;
    text-align: center;
}

.contactButton{
    float: left;
    font-weight: bold;
    padding-left: 40px;
    padding-right: 40px;
}

.up{
    position: fixed;
    right: 24px;
    bottom: -50px;
    width: 50px;
    height: 50px;
    z-index: 100;
    background-color: transparent;
    color: transparent;
    transition-duration: 0.60s;

}



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


.upVisible{
    background-color: #03C1BE;
    color: #fff;
    bottom: 22px;
}

.up:hover{
    background-color: #09ADAA;
}






.whatsapp{
    position: fixed;
    left: 24px;
    width: 50px;
    z-index: 100;
    color: #5ce463;
    background-color: #fff;
    transition-duration: 0.60s;
    border-radius: 50%;
    bottom: -50px;
}

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

.whatsappVisible{
    bottom: 20px;
}


.users {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 13% 13% 13% 13% 13% 13%;
    grid-column-gap: 4.4%;
    grid-row-gap: 10px;
    margin-left: 0;
    margin-top: 25px;
}

.user{
    position: relative;
    transition-duration: 0.35s;
    color: #2b2b2a;

}

.user:hover{
    color: #03C1BE;
}

.userImage {
    float: left;
    width: 100%;
    border-radius: 50%;
    border: 2px solid #b3b3b4;
    transition-duration: 0.35s;
    background-color: #fff;
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);

}
.userImage:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-filter: grayscale(0);
    filter: none;
    border: 2px solid #03C1BE;
}


.userName {
    float: left;
    width: 98%;
    margin-left: 1%;
    text-align: center;
    font-size: 11pt;
    line-height: 24px;
    overflow: hidden;
    transition-duration: 0.35s;
    color: #2b2b2a;
    margin-top: 20px;
    text-transform: uppercase;
}

.user:hover &gt; .userName {
    color: #03C1BE;
}
.user:hover &gt; .userImage {
    border:  2px solid #03C1BE;
}




.userImageShowContainer{
    float: left;
    width: 20%;
    margin-top: 20px;
    margin-bottom: -1px;
}

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

.userDescContainer{
    float: right;
    width: 100%;
    margin-top: 80px;
    margin-bottom: 80px;
    transition-duration: 0.5s;
}

.userDescContainerInItem {
    margin-top: 50px;
    margin-bottom: 10px;
}


.userH1 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 34pt;
    text-align: center;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-top: 0px;
    line-height: 30px;
    padding-left: 3%;
    padding-right: 3%;
    font-weight: bold;
}

.userHeadDesc {
    float: right;
    width: 100%;
    font-size: 11pt;
    padding-left: 3%;
    padding-right: 3%;
    text-align: center;
}

.partnerSocials{
    float: left;
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 15px;
}

.userHeadDesc p {
    margin: 10px 0;
}

.partnerSocial{
    float: right;
    width: 25px;
    height: 25px;
    margin-left: 10px;
    margin-right: 10px;
}

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

.partnerSocialLabel{
    float: right;
    font-size: 10pt;
    color: #fff;
    margin-top: 3px;
}

.categoryText{
    float: left;
    width: 100%;
    font-size: 9pt;
    color: #898a89;
    line-height: 16px;
}

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

.pathDeal{
    color: #fff;
}
.pathDeal:hover{
    color: #e0e0e0;
}

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

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

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

.relatedItems{
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
}


.firstPageCategories{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 13% 13% 13% 13% 13% 13%;
    grid-column-gap: 4.4%;
    grid-row-gap: 10px;
    margin-left: 0;
    margin-top: 25px;
}

.firstPageCategory{
    position: relative;
    width: 100%;
    transition-duration: 0.35s;

}

.firstPageCategory:hover{


}

.categoryImageContainer{
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    border: 2px solid #b3b3b4;
    border-radius: 50%;
    transition-duration: 0.35s;
}

.firstPageCategory:hover .categoryImageContainer{
    border:  2px solid #03C1BE;
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.categoryImage{
    float: left;
    width: 200%;

}

.firstPageCategory:hover .categoryImage{
    margin-left: -100%;
}

.categoryName{
    float: left;
    width: 98%;
    margin-left: 1%;
    text-align: center;
    font-size: 11pt;
    line-height: 24px;
    overflow: hidden;
    transition-duration: 0.35s;
    color: #2b2b2a;
    margin-top: 20px;
    text-transform: uppercase;
}

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

    overflow: hidden;
    transition-duration: 0.35s;

}

.firstPageCategory:hover &gt; .categoryName {
    color: #03C1BE;
}
.firstPageCategory:hover &gt; .categoryImageHolder {
    border:  2px solid #03C1BE;
}


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

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

.sizeTitle{
    float: left;
    width: 100%;
    font-size: 14pt;
}

.sizeContainer{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 11.11% 11.11% 11.11% 11.11% 11.11%  11.11%  11.11%  11.11% 11.11% ;
    margin-bottom: 20px;
}

.sizeElement{

}
.sizeLabel{
    float: left;
    width: 100%;
    background-color: #434342;
    color: #ffffff;
    text-align: center;
    font-size: 10pt;
    line-height: 23pt;
}
.sizeValue{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 11pt;
    margin-top: 22px;
    margin-bottom: 5px;
    color: #898a89;
}

.sizeValueItem{
    margin-top: 13px;
}


.sizeValueImage{
    margin-top: 5px;
}

.sizeValueImage img{
    float: left;
    width: 42%;
    margin-left: 29%;
}

.clotheSizeText{
    margin-top: -27px;
    margin-bottom: 20px;
}


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

.instagram{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 19% 19% 19% 19% 19% ;
    grid-column-gap: 1.25%;
    grid-row-gap: 10px;
    margin-bottom: 20px;
    min-height: 50px;
}

.instagramLoading{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 15pt;
    color: #afafae;
}

.instagramLoading img{
    margin-right: 20px;
}

.instagramImage img{
    float: left;
    width: 100%;
    transition-duration: 0.35s;
}


.instagramImage img:hover{
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}


.lvCode{
    float: left;
    width: 5%;
    text-align: left;
    line-height: 44px;
    margin-left: 2%;
}

.codeShort{
    float: right;
    width: 93%;
}


.mainContentPromos{
    background-color: #2b2b2a;
    margin-top: 0px;
    padding-top: 20px;
}

.mainContentWe{
    background-color: #03C1BE;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}


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

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

.promosWe{
    padding-top: 0px;
    padding-bottom: 0px;
}

.h1HomeLayer{
    background-color: #2a2b2a;
    padding-top: 0px;
    padding-bottom: 7px;
}

.h1Home{
    width: 100%;
    text-align: center;
    margin-top: 17px;
    font-size: 11pt;
    color: #fff;
    line-height: 25px;
    padding-bottom: 7px;
}



.firstPageCategoriesSimple{
    float: left;
    width: 100%;
    background-color: #f2f2f2;
    padding-top: 10px;
    padding-bottom: 10px;

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

}

.simpleCategory{
    float: left;
    text-decoration: none;
    color: #434342;
    transition-duration: 0.35s;
    text-transform: uppercase;
}
.simpleCategory:hover{
    color: #03C1BE;
}

.simpleCatSplitter{
    float: left;
    width: 40px;
    text-align: center;
    color: #434342;
}




.promoIconWe{
    color: #000;
    transition-duration: 0.15s;
    margin-top: 10px;
}

.promoTitleWe{
    color: #000;
    font-size: 15pt;
    margin-top: 0px;
    transition-duration: 0.35s;
}
.promoDescWe{
    color: #fff;
    font-size: 11pt;
    line-height: 24px;
    margin-top: 10px;
    transition-duration: 0.35s;
}

.promoContainerWe{
    transition-duration: 0.35s;
    padding-bottom: 30px;
}

.promoContainerWe:hover{
    background-color: #03aeab;
}

.promoContainerWe:hover .promoIconWe{
    font-size: 55pt !important;
}
.promoContainerWe:hover .promoTitleWe{

}
.promoContainerWe:hover .promoDescWe{

}

#mainContentWeSelected {

}




.banners{
    float: left;
    width: 100%;
    background-color: #2b2b2a;
    display: grid;
    grid-template-columns: 16.66% 16.66% 16.66% 16.66% 16.66% 16.66%;
    margin-top: 15px;
}

.bannerName{
    position: relative;
    width: 100%;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-size: 20pt;
}


.banner{
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #2b2b2a;
    transition-duration: 0.6s;

}


.bannerImageContainer{
    float: left;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}

.bannerImage {
    float: left;
    margin-left: 0%;
    width: 100%;
    transition-duration: 0.6s;
}



.bannerNameContainer{
    position: relative;
    float: left;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 40px;
    padding-bottom: 20px;
}

.bannerDownUp:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    width: 20px;
    margin: auto;
    border-bottom: 20px solid #2b2b2a;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    z-index: 1;
    transition-duration: 0.6s;

}

.bannerDown:before {
    top: auto;
    bottom: -20px;
    border-bottom: 0;
    border-top: 20px solid #2b2b2a;
}


.bannerNameSamll{
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 14pt;
    font-weight: bold;
    height: 46px;
    line-height: 23px;
    overflow: hidden;
}

.bannerSmallText {
    float: left;
    width: 100%;
    text-align: center;
    color: #898989;
    margin: 0;
    line-height: 18px;
    font-family: 'Open Sans', sans-serif;
    transition-duration: 0.6s;
    margin-top: 10px;
    height: 54px;

}


.banner:hover .portfolioImage{
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.banner:hover .bannerSmallText{
    color: #fff;
}


.banner:hover{
    background-color: #03C1BE;
}


.banner:hover .bannerDownUp:before {
    content: '';
    top: -20px;
    border-bottom: 20px solid #03C1BE;

}

.banner:hover .bannerDown:before {
    top: auto;
    bottom: -20px;
    border-bottom: 0;
    border-top: 20px solid #03C1BE;
}


.bigBannerContainer{
    position: relative;
    height: 600px;
    width: 100%;
    background-color: transparent;


    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



.bigBannerImage{
    position: relative;
    float: left;
    top: 0px;
    left: 0px;
    z-index: -10;

    width: 100%;
    height: 100%;



}

.bannerText{
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 15pt;
    margin-top: 30px;
    margin-bottom: 30px;
}

.bannerNameBig{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 21pt;
    text-transform: uppercase;
    color: #fff;
    margin-top: 100px;
}

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


.bannerLink{
    position: relative;
    background-color: #03C1BE;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    transition-duration: 0.6s;
    text-transform: uppercase;
}

.bannerLink:hover{
    background-color: #09ADAA;
}

.paddingBottom20{
    padding-bottom: 20px;
}
.paddingBottom30{
    padding-bottom: 30px;
}


.instagrams {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 16.66% 16.66% 16.66% 16.66% 16.66% 16.66% ;
}
.instagramContainerOuter {
    float: left;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.instagramContainer {
    float: left;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}
.instagramImage {
    float: left;
    width: 100%;
    transition-duration: 0.6s;
}

.instagramFilter {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    transition-duration: 0.6s;
    background-color: transparent;
}

.instagramName {
    position: absolute;
    left: 0%;
    width: 80%;
    text-align: center;
    top: 45%;
    font-size: 16pt;
    color: transparent;
    transition-duration: 0.6s;
    line-height: 1.2;
}

.instagramNameContainer {
    position: relative;
    float: left;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 20px;
    padding-bottom: 0px;
    background-color: #2b2b2a;
    color: #b3b3b4;
    transition-duration: 0.6s;
}

.instagramNameSmall {
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 13pt;
    height: 46px;
    line-height: 23px;
    overflow: hidden;
}


.instagramNameContainer:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    width: 20px;
    margin: auto;
    border-bottom: 20px solid #2b2b2a;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    z-index: 1;
    transition-duration: 0.6s;

}

.hiddenBlock{
    display: none;
}

.instagramContainer:hover .instagramImage{
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.instagramContainer:hover .instagramFilter{
    background-color: rgba(3, 193, 190, 0.77);
}

.instagramContainer:hover .instagramName{
    color: #fff;
    left: 10%;

}


.limitButton{
    float: left;
    width: 30%;
    margin-left: 35%;
    margin-top: 24px;
}



.socialSticker{
    float: left;
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url(/images/builder-back2.png);
    background-repeat: repeat;
    margin-top: 10px;
}

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

.socialStickerText{
    float: left;
    margin-left: 1%;
    height: 40px;
    line-height: 36px;
    font-size: 30pt;
}


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

.freeShippingLimit{
    float: left;
    width: 100%;
    padding: 2px;
    background-color: #ec3b6e;
    color: #fff;
    font-size: 14pt;
    text-align: center;
}

.freeShippingLimitInner{
    position: relative;
    float: left;
    width: 100%;
    padding: 20px;
    display: grid;
    grid-template-columns: 10% 80% 10%;

}

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

.freeLShippingLabel{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 3px;
}

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

.freeLShippingLabelUp{
    margin-top: -8px;
}

.shippingIco{
    float: left;

    font-size: 20pt;
    top: 18px;
    font-style: italic !important;
}

.shippingIcoRight{
    float: right;
}

.freeShippingLimitCart{
    margin-top: 20px;
    font-size: 13pt;
}
.freeShippingLimitInnerCart{

}
.freeShippingLimitInnerCart i{
   left: 2%;
}

.slider{
    position: relative;
    float: left;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}

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

.slideInner{
    position: relative;
    width: 100%;
    height: 100%;
}


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

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

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

.slideImageContainerImage{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/");
}


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

.sliderVideoOverlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.loadingSlider{
    position: relative;
    margin-top: 0px;
    height: 100vh;
    width: 100%;
}


.loaderSlider {
    position: relative;
    float: left;
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid transparent; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 1s linear infinite;
}

.sliderTimerOuter{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10%;
    padding-bottom: 13%;
}

.timer_top{ align-items: start; }
.timer_middle{ align-items: center; }
.timer_bottom{ align-items: end; }
.timer_to_bottom{
    display: block;
}

.timer_to_bottom span{
    position: absolute;
    bottom: 16%;
    left: 0px;
    width: 100%;
    text-align: center;
}

.timerClock{
    float: left;
    position: relative;
    color: #fff;
    font-size: 5vw;
}

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

.sliderTimerNumber{
    float: left;
    width: 100%;
    font-size: 45pt;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1a1a1ab5;
    height: 120px;
    border-radius: 3px;
}

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

.zoom-in img{

}


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

.loaderSlider {
    border-top: 16px solid #03C1BE;
    margin-left: 48%;
    margin-top: 150px;
}

#mainSlider .owl-carousel{
    position: relative;
    float: left;
    width: 100%;
}


#mainSlider .owl-nav button{
    border-radius: 100px;
    background-color: hsla(0, 0%, 100%, .12) !important;
    transition: all 400ms ease;
    width: 60px;
    height: 60px;
    position: absolute;
    font-size: 22pt !important;
    line-height: 60px !important;
    text-align: center;
    color: #434342 !important;
}

#mainSlider .owl-nav button:hover{
    background-color: hsla(0, 0%, 100%, 0.35) !important;
}

#mainSlider .owl-dots{
    position: relative;
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    margin-top: -39px;
}

#mainSlider .owl-dot{
    float: left;
    width: 20px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.51) !important;
    border: 1px solid #9e9e9e !important;
    border-radius: 30px;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

#mainSlider .owl-carousel .owl-stage-outer{
    float: left;
}

#mainSlider .active{
    background-color: #35c1be !important;
    background-image: url("/images/slider.jpg");
    background-size: cover;
    background-position: center;
}


.paidStatus{
    margin-top: 6px;
    line-height: 0px !important;
}

.partnerPaid{
    color: #84bb65 !important;
}

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





.filterContainer{
    float: left;
    width: 100%;
    background-color: #f6f7f9;
    margin-left: 0px;
    color: white;
    margin-top: 0px;
    padding: 1%;
}

.searchDroplist{
    float: left;
    width: 290px;
    background-color: white;
    border-radius: 3px;
    height: 30px;
}
.searchInput{
    float: left;
    width: 290px;
    background-color: white;
    border-radius: 3px;
    height: 23px;
    border: 0px;
    padding: 3px;
}

.searchRow{
    float: left;
    width: 100%;
    margin-bottom: 8px;
}

.searchRow50{
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
}
.searchRow33{
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
}

.searchRow25{
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
}



.searchRow label{
    float: left;
    width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    line-height: 12px;
    color: gray;
}

.searchButton{
    width: 100%;
}

.salesSearchRow{
    width: 39%;
    margin-right: 1%;
}

.salesSearchRowButton{
    width: 20%;
}

.disabledStatus{
    width: 100% !important;
    text-align: center;
    float: left;
    height: 30px;
}



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

.form3{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-column-gap: 2%;
}
.form4{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 24% 24% 24% 24%;
    grid-column-gap: 1.33%;
}
.form5{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 19% 19% 19% 19% 19%;
    grid-column-gap: 1.25%;
}

.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: 6px;
    color: #5d5d5d;
    margin-bottom: 4px;
}


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

.collectionLink{
    text-transform: uppercase;
}

.collectionBanner{
    float: left;
    width: 100%;
    background-position: center;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 14px;
}

.collectionBannerName{
    float: left;
    width: 100%;
    color: #fff;
    font-size: 28pt;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-top: 15px;
}

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

.collectionBannerButton {
    float: left;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    border: 1px solid #fff;
    font-size: 12pt;
    text-transform: uppercase;
}

.collectionSplitter{
    float: left;
    width: 100%;
    height: 10px;
}

.collectionBannerLeft{
    padding-top: 155px;
    padding-bottom: 155px;
}

.collectionBannerName2{
    font-size: 17pt;
}

.collectionBannerButton2{
    font-size: 10pt;
    padding: 8px;
    padding-left: 12px;
    padding-right: 12px;
}

.specialCollection{
    float: left;
    width: 100%;
    background-color: #ebebeb;
    margin-top: -15px;
    margin-bottom: 50px;
    position: relative;
}

.specialCollectionRight{
    margin-top: 30px;
}

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

.collectionSpecialItemRight{
    grid-template-columns: 70% 30%;
}

.specialImage{
    float: left;
    width: 100%;
    margin-top: -30px;
    margin-bottom: -30px;
    background-color: #4d4d4d;
    padding-right: 30px;
    transition-duration: 0.35s;
}

.specialImageRight{
    padding-right: 0px;
    padding-left: 30px;
}

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

.specialName{
    float: left;
    width: 100%;
    font-size: 18pt;
    color: #121212;
    padding-left: 10%;
    margin-top: 30px;
}

.specialNameRight{
    text-align: right;
    padding-right: 10%;
    padding-left: 0%;
}

.specialText{
    float: left;
    width: 100%;
    font-size: 13pt;
    color: #121212;
    padding-left: 10%;
    margin-top: 20px;
    min-height: 80px;
}

.specialTextRight{
    text-align: right;
    padding-right: 10%;
    padding-left: 0%;
}


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

.specialArrowRight {
    float: left;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #4d4d4d;
    transition-duration: 0.35s;
}

.specialArrowLeft{
    float: right;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #4d4d4d;
    border-left: transparent;
}

.specialButton{
    float: left;
    height: 35px;
    line-height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #121212;
    color: #121212;
    text-transform: uppercase;
    margin-left: calc(10% - 20px);
}

.specialButtonRight{
    float: right;
    margin-left: auto;
    margin-right: calc(10% - 20px);
}

.collectionSpecialItem:hover .specialImage{
    background-color: #03C1BE;
}
.collectionSpecialItem:hover .specialArrowRight{
    border-left: 20px solid #03C1BE;
}
.collectionSpecialItem:hover .specialArrowLeft{
    border-left: transparent;
    border-right: 20px solid #03C1BE;
}

.hotDealNameContainer{
    padding-top: 20px;
}

.hotDealName{
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 13pt;
    height: auto;
}

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

.hotDeal:hover .itemPrice{
    color: #fff;
}

.imageUploadDrop{
    float: left;
    width: 100%;
    cursor: pointer;
    border: 1px solid #dadadb;
    height: 46px;
    font-size: 11pt;
}

.imageUploadDropLink{
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2b2b2a;
    height: 46px;
}

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

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

.backleOption{
    float: left;
    width: 100%;
    padding: 2px;
    background-color: #fff;
    transition-duration: 0.36s;
}

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

.backleOption span{
    float: left;
    width: 100%;
    margin-top: 0px;
    font-size: 10pt;
    text-align: center;
    color: #2b2b2a;
}

.backleOption:hover{
    background-color: #e8e8e8;
}


.minicolors-theme-default.minicolors{
    float: left !important;
    width: 100% !important;
}

.minicolors-theme-default .minicolors-input {
    width: 100% !important;
    display: inline-block !important;
    padding-left: 40px !important;
    height: 40px !important;
    border: none;
    cursor: pointer;
}

.minicolors-theme-default .minicolors-swatch {
    top: 10px !important;
    left: 5px !important;
    width: 24px !important;
    height: 24px !important;
}

.minicolors-position-bottom .minicolors-panel {
    top: 41px !important;
}

.bandCreatePopup{
    float: left;
    width: 1100px;
}


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

.builderBandExample{
    float: left;
    width: 73%;
    height: 179px;
    margin-left: 8%;
    margin-top: 35px;
}

.bandCreateOuter{
    float: left;
    width: 94%;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-left: 3%;
    margin-bottom: 20px;
}



.closeButtonBand{
    top: 4px;
    right: 5px;
}

.closeButtonBandImage {
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    z-index: 1;
}

.priceContainerBand{
    width: auto;
    float: left;
    margin-bottom: 0;
    margin-top: 20px;
}

.detailParameterBuilderImage{
    position: relative;
    width: 100% !important;
    float: left !important;
    background-color: #ebedec;
    padding: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.detailParameterBuilderImage img{
    position: relative;
    width: 100%;
    padding: 2px;
    border: 1px solid #dadadb;
}

.croppie-container{
    float: left;
}

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

.deleteBuilderImage{
    position: absolute;
    top: -15px;
    right: -11px;
    z-index: 5;
    background-color: #64c3bf;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 20px;
}

.deleteBuilderImage i{
    font-size: 14pt;
    color: #fff;
    float: left;
    text-align: center;
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.pricingRow {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 65% 15% 20%;
}



.imageEditorButton{
    float: right;
    margin-left: 6px;
    padding-left: 8px;
    padding-right: 8px;
    color: #fff;
    border-radius: 2px;
    background-color: #64c3bf !important;
}

.builderBraceExampleBack {
    float: left;
    width: 100%;
    padding-left: 5%;
    padding-right: 5px;
    background-image: url(/images/Grey_Dark.png);
    background-repeat: repeat;
    background-size: 17px;
    transition-duration: 0.35s;
    padding-top: 0px;
    padding-bottom: 0px;
}

.builderBandExampleOrdered{
    padding-top: 0px;
    margin-top: 25px;
    height: 155px;
    width: 72%;
}

.detailRowBackImage{
    margin-top: 1px;
}

.quantityContainerBand{
    float: right;
    margin-right: 20px;
    border: 1px solid #dadadb;
    margin-top: 15px;
    display: flex;
}

.textExplainBand {
    float: left;
    width: 100%;
    text-align: right;
    font-size: 9pt;
    margin-top: 7px;
    margin-bottom: 7px;
    line-height: 19px;
}


.tabButtons{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 49% 49%;
    grid-column-gap: 2%;
    color: #434342;
}

.tabButton{
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 45px;
    font-size: 10pt;
    text-align: center;
    background-color: #ececec;
    border: 1px solid #dadadb;
    color: #434342;
    transition-duration: 0.35s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tabButton:hover{
    background-color: #555;
    color: #fff;
}


.tabButtonSelected{
    background-color: #03C1BE;
    color: #fff;
}

.selected:hover{
    background-color: #09ADAA;
    color: #fff;
}

.tabButton i{
    font-size: 16pt;
    margin-right: 10px;
    margin-top: 0px;
}

.clearBand{
    float: right;
    background-color: #ebedec;
    padding: 10px;
    text-transform: uppercase;
    font-size: 11pt;
    padding-left: 20px;
    padding-right: 20px;
}


.cr-boundary{
    background-image: url(/images/Grey_Dark.png);
    background-repeat: repeat;
    background-size: 17px;
}


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


.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: 100%;
    border-right: 4px solid transparent;
    display: grid;
    grid-template-columns: 12% 83%;
    grid-column-gap: 5%;
    color: #2b2b2a;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
}

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

.suggestedItem:hover .suggestedItemName{
    color: #03C1BE;
}

.suggestedItemImage{
    float: left;
    height: 40px;
    width: 40px;
}

.suggestedItemName{
    float: left;
    width: 100%;
    font-size: 11pt;
    transition-duration: 0.36s;
}

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

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



.suggestedItemsSearch{
    float: left;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    height: 35px;
    color: #666;
    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: #03C1BE;
}

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

.suggestedCategory:hover .suggestedCategoryKey{
    color: #03C1BE;
}

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

.positionRelative{
    position: relative;
}


[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}
[data-title]:after {
    content: attr(data-title);
    background-color: #fff;
    color: #111;
    font-size: 9pt;
    position: absolute;
    padding: 5px 5px 5px 5px;
    bottom: -1.6em;
    left: 100%;
    white-space: nowrap;
    opacity: 0;
    border: 1px solid #c4c4c4;
    z-index: 99999;
    visibility: hidden;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    font-weight: normal;
}
[data-title] {
    position: relative;
}


.partHeading{
    float: left;
    width: 100%;
    color: #1e1e1e;
    font-size: 12pt;
    text-align: left;
    margin-bottom: 7px;
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: bold;
}

.partHeadingLeft{
    text-align: right;
}

.partHeadingFirst{
    margin-top: 30px;
    margin-bottom: 20px;
}

.extraTitle{
    margin-top: 5px;
    margin-bottom: 30px;
}

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

.partGrid2{
    grid-template-columns: 49.33% 49.33%;
    grid-column-gap: 1.33%;
}

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

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


.new{
    position: relative;
    float: left;
    width: 100%;
    background-color: #fff;
    transition-duration: 0.5s;
}

.new2{
    grid-template-columns: 30% 68%;
    grid-column-gap: 2%;
}



.new:hover{

}
.new:hover .newsShortText{

}

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

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

.newsImageFilter{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14pt;
    transition-duration: 0.5s;
}

.new:hover .newsImageFilter{
    background-color: transparent;
    color: #fff;
}



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

.newsName{
    float: left;
    width: 100%;
    font-size: 11pt;
    color: #000;
    font-weight: normal;
    margin-bottom: 0px;
    margin-top: 15px;
    line-height: 20px;
    text-transform: uppercase;
    transition-duration: 0.36s;
}

.new:hover .newsName{
    color: #03C1BE;
}

.newsShortText{
    float: left;
    width: 100%;
    font-size: 11pt;
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 21px;
    color: #000;
    transition-duration: 0.36s;
}

.newsDate{
    float: left;
    width: 100%;
    font-size: 9pt;
    color: #2b2b2a;
    text-align: left;
}

.newsLike{
    position: absolute;
    right: 11px;
    bottom: 11px;
    color: #fff;
    z-index: 1;
}

.newsLike i{
    margin-right: 5px;
    font-size: 15pt;
}
.newsLike span{
    margin-left: 0px;
}


.videos{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 24% 24% 24% 24%;
    grid-column-gap: 1.33%;
    grid-row-gap: 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: #fff;
}


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

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

.file{
    position: relative;
    float: left;
    width: 100%;
    border: 1px solid #c9c9c9;
    padding: 5px;
    text-align: center;
    font-size: 12pt;
    transition-duration: 0.36s;
    color: #000054;
    border-radius: 40px;
    display: grid;
    grid-template-columns: 5% 93%;
    grid-column-gap: 2%;
}

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

.file i{
    color: #000;
}

.file span{
    font-size: 9pt;
    width: 100%;
    text-align: left;
    margin-top: 2px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

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



.partText{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-size: 11pt;
    line-height: 1.8;
    margin-top: 0px;
    text-align: justify;
    text-indent: 30px;
}

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

.newsLine{
    float: left;
    width: 100%;
    height: 1px;
    background-color: #2b2b2a;
    margin-top: 30px;
}

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

.newsLikeBase{
    float: left;
    color: #e3000f;
}

.newsLikeBase i{
    font-size: 22px;
    margin-right: 5px;
}
.newsLikeBase span{
    color: #808080;
}

.newsLikeButton{
    cursor: pointer;
}

.newsLikeButton i{
    color: #808080;
    transition-duration: 0.36s;
}

.newsLikeButton:hover i{
    color: #e3000f;
}


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


.newsSocial {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid #bdbdbd;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition-duration: 0.36s;
}

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

.newsSocial:hover{
    border: 1px solid #03C1BE;
    color: #03C1BE;
}

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

.newsTag{
    float: left;
    margin-left: 3px;
    margin-right: 3px;
    color: #464646;
    transition-duration: 0.36s;
}

.newsTag:hover{
    color: #03C1BE;
}

.liveryName{
    float: left;
    width: 100%;
    font-size: 17pt;
    font-weight: bold;
    text-transform: uppercase;
}

.liveryPrice {
    float: left;
    width: 100%;
    color: #03C1BE;
    text-align: left;
    font-size: 13pt;
    height: 25px;
    line-height: 25px;
    transition-duration: 0.36s;
    margin-top: 5px;
}


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



.blockLayout{
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url(/images/Grey_Dark.png);
    background-repeat: repeat;
    background-size: 17px;
}


.blockLayoutInner {
    float: left;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 1px 4px rgb(0 0 0 / 24%);
    border: 1px solid #e5e5e5;
}


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


.blockSticker{
    float: left;
    border: 1px dotted gray;
    font-size: 7pt;
}

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

.shareOuter{
    float: left;
    width: 100%;
    padding-left: 20%;
    padding-right: 20%;
}

.shareButton{
    padding: 20px;
    float: left;
    width: 100%;
    border: 1px solid #898a89;
    display: grid;
    grid-template-columns: 10% 78% 8%;
    grid-column-gap: 2%;
    margin-bottom: 15px;
}

.shareButtonIcon{
    float: left;
    width: 100%;
    color: #000;
}

.shareButtonIcon i{
    float: left;
    width: 100%;
    color: #000;
    font-size: 39pt;
    margin-left: 13%;
}

.shareButtonIcon img{
    float: left;
    width: 80%;
}

.shareButtonTextOuter{
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shareButtonText{
    float: left;
    width: 100%;
    color: #000;
}

.shareButtonTextTitle {
    float: left;
    width: 100%;
    font-size: 15pt;
    font-weight: bold;
    margin-bottom: 8px;
    font-style: italic;
    letter-spacing: 1px;
}
.shareButtonTextDesc {
    float: left;
    width: 100%;
    font-size: 12pt;
}

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

.shareButtonArrow i{
    font-size: 30pt;
    color: #03C1BE;
}


@media (max-width: 1500px) {

    .banners{
        grid-template-columns: 25% 25% 25% 25% 0% 0%;
    }


    .hiddenBanner{
        display: none;
    }

}</pre></body></html>