html, body, div, span, applet, object, iframe, p,
a, abbr, acronym, address, big, cite,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html, body {
    float: left;
    width: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
    clear: both;
    display: block;
}

    .row::before, .row::after {
        content: '';
        display: table;
    }

    .row::after {
        clear: both;
    }

ol, ul {
    list-style-type: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.col-12 {
    width: 100%;
}

.col-11 {
    width: 91.66666667%;
}

.col-10 {
    width: 83.33333333%;
}

.col-9 {
    width: 75%;
}

.col-8 {
    width: 66.66666667%;
}

.col-7 {
    width: 58.33333333%;
}

.col-6 {
    width: 50%;
}

.col-5 {
    width: 41.66666667%;
}

.col-4 {
    width: 33.33333333%;
}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 16.66666667%;
}

.col-1 {
    width: 8.33333333%;
}

.box,
.col {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.box {
    padding-top: 10px;
    padding-bottom: 10px;
}

img {
    max-width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    background: #0000008c;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.pt {
    padding-top: 0;
}

.pl {
    padding-left: 0;
}

.pr {
    padding-right: 0;
}

.pb {
    padding-bottom: 0;
}

.ndImage {
    display: none !important;
}

.image-wrapper {
    padding-bottom: 150%;
    position: relative;
    overflow: hidden;
}

span.imgInner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    display: flex;
    align-items: center;
}

    span.imgInner > picture {
        width: 100%;
    }


/* Search Box */


#searchBoxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0000008c;
    left: 0;
    top: 0;
    z-index: 9998;
    display: none;
}

#searchBox {
    width: 100%;
    left: 0;
}

    #searchBox.active + #searchBoxOverlay, #searchBox.active {
        display: flex;
    }

    #searchBox > .container {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    #searchBox #small-searchterms {
        height: 50px;
        width: calc(100% - 560px);
        margin: 0;
        box-sizing: border-box;
        border: solid 1px #2d3a53;
        /* text-align: center; */
        font-size: 14px;
        padding: 15px;
        color: #282827;
    }

    #searchBox .searchBoxBtn {
        height: 50px;
        width: 50px;
        margin: 0;
        padding: 0;
        border: none;
        border-radius: 0;
        background: #2d3a53;
        color: #fff;
    }

    #searchBox .form-group {
        display: flex;
        align-items: center;
        padding: 10px;
        box-sizing: border-box;
        background: #fff;
    }

    #searchBox .searchBoxClose {
        width: 50px;
        height: 50px;
        background: #fff;
        border-radius: 100% 100% 0 0;
        cursor: pointer;
        font-size: 30px;
        display: none;
        align-items: center;
        justify-content: center;
    }



/* Cart Popup*/
#cartPopup, #UserPopup, #MobileMenu {
    right: 0;
    position: fixed;
    height: 100%;
    max-height: 100%;
    width: 400px !important;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: -5px 0px 15px #043c5529;
    opacity: 1;
    border: none;
    padding: 10px 0;
    box-sizing: border-box;
    border-radius: 0;
    z-index: 999;
    display: none;
    flex-direction: column;
}

#MobileMenu {
    right: auto;
    left: 0;
    top: 0;
    max-width: 300px;
}

#cartPopupOverlay, #UserPopupOverlay, #MobileMenuOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0000008c;
    left: 0;
    top: 0;
    z-index: 998;
    display: none;
    cursor: pointer;
}

#cartPopup.active, #cartPopup.active + #cartPopupOverlay, #UserPopup.active, #UserPopup.active + #UserPopupOverlay, #MobileMenu.active, #MobileMenu.active + #MobileMenuOverlay {
    display: flex;
}

#cartPopup .closeCartPopup, #UserPopup .closeUserPopup {
    padding: 0 10px;
    box-sizing: border-box;
}

    #cartPopup .closeCartPopup span, #UserPopup .closeUserPopup span {
        background: #2e3a53;
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        margin-top: 10px;
        border-radius: 2px;
        cursor: pointer;
    }

#cartPopup .panelPopupTitle {
    text-align: center;
    margin-bottom: 30px;
}

    #cartPopup .panelPopupTitle .MainTitle {
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 1;
        color: #202020;
        margin-top: 10px;
    }

    #cartPopup .panelPopupTitle .SubTitle {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 1;
        text-align: center;
        color: #202020;
        margin-top: 10px;
    }

#cartPopup .panelPopupButtons {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 80px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

    #cartPopup .panelPopupButtons button:last-child {
        text-transform: capitalize;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #149350;
        border-radius: 5px;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        color: #FFFFFF;
        width: 45%;
        text-align: center;
        border: none;
        outline: none;
        text-transform: uppercase;
    }

    #cartPopup .panelPopupButtons button:first-child {
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        text-transform: uppercase;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        text-decoration-line: underline;
        color: #202020;
        width: 45%;
        box-sizing: border-box;
        border: none;
        height: 55px;
    }

#cartPopup .panelPopupInfo {
    background: white;
    position: absolute;
    bottom: 80px;
    left: 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px;
    box-sizing: border-box;
    border-top: 1px solid #e5e5e5;
}

#cartPopup .panelPopupItem {
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

    #cartPopup .panelPopupItem .Title {
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 15px;
        letter-spacing: 0.03em;
        color: #202020;
        height: 30px;
        overflow: hidden;
        margin-bottom: 10px;
    }

    #cartPopup .panelPopupItem .VariantQty {
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #cartPopup .panelPopupItem .VariantQty {
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 16px;
        letter-spacing: 0.03em;
        color: #5A6670;
        text-align: center;
    }


    #cartPopup .panelPopupItem .price .oldPrice {
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 16px;
        letter-spacing: 0.03em;
        text-decoration-line: line-through;
        color: #5A6670;
    }

    #cartPopup .panelPopupItem .price .mainPrice {
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0.03em;
        color: #202020;
    }

    #cartPopup .panelPopupItem button.deleteCartItem {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        outline: none;
        border: none;
        background: transparent;
        color: red;
        justify-content: center;
    }

#cartPopup .panelPopupInfo .Item .text-left {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #202020;
}

#cartPopup .panelPopupInfo .Item {
    margin: 10px 0;
}

    #cartPopup .panelPopupInfo .Item .text-right {
        font-weight: 600;
        font-size: 13px;
        line-height: 16px;
        text-align: right;
        letter-spacing: 0.03em;
        color: #202020;
    }


#cartPopup .Item .text-right.R {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    letter-spacing: 0.03em;
    color: #202020;
}

.message-error.text-center.validation-summary-errors {
    color: #fa0303;
}

span.field-validation-error {
    color: #fa0303;
}

input.checkout-as-guest-button {
    margin-top: 10px;
    background-color: #0c0c0c;
    border-color: #0c0c0c;
    font-size: 14px;
    font-weight: 400;
    border: none;
    outline: none;
    color: #fff;
    height: 40px;
    width: 200px;
    border-radius: 6px;
}

input.register-button {
    margin-top: 10px;
    background-color: #686262;
    border-color: #686262;
    font-size: 14px;
    font-weight: 400;
    border: none;
    outline: none;
    color: #fff;
    height: 40px;
    width: 200px;
    border-radius: 6px;
}

ul#guestLogin {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.Seperator {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

    .Seperator::after {
        background: #929292;
        content: '';
        display: flex;
        width: 100%;
        left: 0;
        height: 2px;
        position: absolute;
        z-index: 2;
    }

    .Seperator span {
        z-index: 3;
        background: #fff;
        position: relative;
        padding: 10px 20px;
        box-sizing: border-box;
    }



#MobileMenu .Logo img {
    max-height: 30px;
}

#MobileMenu .Logo {
    margin: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#MobileMenu ul, #MobileMenu li {
    list-style-type: none;
    padding: 0;
    float: left;
    width: 100%;
}

#MobileMenu .Nav {
    margin-bottom: 30px;
    display: none;
    align-items: center;
    justify-content: space-around;
}

    #MobileMenu .Nav li {
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 45%;
    }

        #MobileMenu .Nav li a {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 40px;
            border-radius: 4px;
            color: #fff;
        }

        #MobileMenu .Nav li:first-child a {
            background: #ff671d;
        }

        #MobileMenu .Nav li:last-child a {
            background: #46af62;
        }

#MobileMenu ul.Main li ul {
    display: none;
}

#MobileMenu ul.Main {
    padding: 20px;
    box-sizing: border-box;
    overflow-y: auto;
}

    #MobileMenu ul.Main span, #MobileMenu ul.Main a {
        float: left;
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        color: #000;
        border-bottom: 1px solid #e5e5e5;
    }

    #MobileMenu ul.Main li ul.child.active {
        display: block;
    }

    #MobileMenu ul.Main span:after {
        width: 30px;
        height: 30px;
        background: transparent url(../../Themes/Theme07/Content/Assets/Images/arrow_right.svg) center center no-repeat;
        content: '';
        display: block;
        background-size: 13px;
    }

    #MobileMenu ul.Main span.active + ul {
        display: block;
        max-width: 88%;
    }

    #MobileMenu ul.Main span {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        #MobileMenu ul.Main span.active:after {
            background: transparent url(../../Themes/Theme07/Content/Assets/Images/arrow_right.svg) center center no-repeat;
            background-size: 13px;
            transform: rotate(90deg);
        }

    #MobileMenu ul.Main > li > a, #MobileMenu ul.Main > li > span {
        font-weight: 500;
        font-size: 14px;
        padding: 0 10px;
        box-sizing: border-box;
        text-transform: uppercase;
    }

    #MobileMenu ul.Main li ul.child > li > a, #MobileMenu ul.Main li ul.child > li > span {
        background: #fff;
        padding: 0 24px;
    }

    #MobileMenu ul.Main li ul.child > li > ul.child > li > a {
        padding: 0 34px;
    }

#MobileMenu ul.children > a, #MobileMenu ul.children > span {
    background: #e6e6e600;
    padding-left: 20px;
}

#MobileMenu ul.child > li > a, #MobileMenu ul.child > li > span {
    font-size: 13px;
}



@media screen and (min-width: 1231px) {

    .container {
        width: 1200px;
        margin: 0 auto;
    }

    .parallax-bg1 .container {
        width: calc(100% - 308px);
        margin: 0 auto;
    }
}

@media screen and (max-width: 1230px) {

    .container {
        float: left;
        width: 100%;
    }

    #searchBox #small-searchterms {
        height: 50px;
        width: calc(100%);
        margin: 0;
        box-sizing: border-box;
        border: solid 1px #2d3a53;
        /* text-align: center; */
        font-size: 14px;
        padding: 15px;
        color: #282827;
    }
}

@media screen and (min-width: 769px) {

    .container.Mini {
        width: 800px;
        margin: 0 auto;
    }

    a.Search {
        display: none;
    }

    .col.productItem.col-12 {
        width: 25% !important;
    }

    .searchForm.mobile {
        display: none;
    }
}

@media screen and (max-width: 768px) {

    .container.Mini {
        float: left;
        width: 100%;
    }

    #searchBox {
        margin-top: 85px;
    }
}

@media screen and (max-width: 1025px) {

    .col-md-auto {
        width: auto;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }
}

@media screen and (max-width: 768px) {
    div#Top .img-fluid {
        max-width: 185px;
    }

    #MobileMenu .Logo img {
        max-height: 80px;
    }

    div#SearchDiv.col-8 {
        display: none;
    }

    #Logo img.img-fluid {
        max-width: 150px !important;
    }

    div#UserSection {
        margin-right: 5%;
    }

    div#Katalog {
        padding: 10px 10px !important;
    }

    form#product-details-form {
        padding: 100px 10px !important;
    }

    #productLeft {
        border: solid 1px #d1cece;
    }

    li.viewFour {
        display: none !important;
    }

    #Contentpage {
        padding: 5px 10px !important;
    }

    .col.productItem.col-3 {
        width: 100%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }
}

@media screen and (max-width: 540px) {

    .col-xs-auto {
        width: auto;
    }

    .col-xs-12 {
        width: 100%;
    }

    .col-xs-11 {
        width: 91.66666667%;
    }

    .col-xs-10 {
        width: 83.33333333%;
    }

    .col-xs-9 {
        width: 75%;
    }

    .col-xs-8 {
        width: 66.66666667%;
    }

    .col-xs-7 {
        width: 58.33333333%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-5 {
        width: 41.66666667%;
    }

    .col-xs-4 {
        width: 33.33333333%;
    }

    .col-xs-3 {
        width: 25%;
    }

    .col-xs-2 {
        width: 16.66666667%;
    }

    .col-xs-1 {
        width: 8.33333333%;
    }
}

.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .custom-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .custom-checkbox .custom-control-label {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: #eee;
    }

    .custom-checkbox:hover input ~ .custom-control-label {
        background-color: #ccc;
    }

    .custom-checkbox input:checked ~ .custom-control-label {
        background-color: #2d3a53;
    }

    .custom-checkbox .custom-control-label:after {
        content: "";
        position: absolute;
        display: none;
    }

    .custom-checkbox input:checked ~ .custom-control-label:after {
        display: block;
    }

    .custom-checkbox .custom-control-label:after {
        left: 6px;
        top: 2px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

#divMiddleImg.col-6 {
    width: 50%;
    padding: 0px;
}

div#divMiddleImg.col-4.col-sm-12 {
    padding: 0px;
    width: 33.33333333%;
}

div#divMiddleImg.col-12 {
    width: 100%;
    padding: 0;
}

button, a, textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
}

.iti-flag {
    background-image: url("../../Themes/Theme07/Content/Assets/Images/flags.png");
}
/*autocomplete*/

.advanced-search-results {
    display: none;
}

    .advanced-search-results .no-data {
        display: none;
        font-size: 14px;
        padding-left: 15px;
    }

    .advanced-search-results.open {
        display: flex;
        position: absolute;
        top: 80px;
        /* left: 0px; */
        /* left: 15px; */
        right: 25%;
        width: 50%;
        max-height: calc(100vh - 180px);
        overflow-y: auto;
        overflow-x: hidden;
        padding-left: 0;
        border: 1px solid rgba(0, 0, 0, .15);
        border-top: 0;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        background: #fff;
        box-shadow: 0px 5px 15px 1px rgb(0 0 0 / 20%);
        z-index: 999;
    }

.imgOpenSearch {
    display: flex;
}

.advanced-search-results.open::-webkit-scrollbar {
    width: 5px;
}

.advanced-search-results.open::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.advanced-search-results.open::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.advanced-search-results ul {
    padding-left: 15px;
}

.advanced-search-results .categories-container > ul {
    margin-bottom: 10px;
}

.advanced-search-results .title {
    margin-bottom: 10px;
    line-height: 1;
    font-weight: 300;
    font-size: 24px;
    color: #1D1F20;
}

.advanced-search-results .products-container .container-off,
.advanced-search-results .blog-container .container-off {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 100%;
    justify-content: space-between;
}

.advanced-search-results .products-container .product-in,
.advanced-search-results .products-container .in-separator,
.advanced-search-results .blog-container .in-separator,
.advanced-search-results .blog-container .product-in {
    display: none;
}

.advanced-search-results .in-separator {
    color: #2d3a53;
    margin-right: 5px;
}

.advanced-search-results .categories-container .product-in,
.advanced-search-results .manufacturers-container .product-in {
    margin-right: 5px;
    font-weight: 700;
}

.advanced-search-results .categories-container .product-title,
.advanced-search-results .manufacturers-container .product-title {
    color: #2d3a53;
}

.advanced-search-results .categories-container .container-off,
.advanced-search-results .manufacturers-container .container-off {
    display: inline-flex;
    font-weight: 300;
}

.advanced-search-results .product-title b {
    font-weight: 700;
}

.advanced-search-results .product-desc b {
    color: #212529;
}

.advanced-search-results .left-side,
.advanced-search-results .right-side {
    padding: 0 15px 0 15px;
    margin: 15px 0;
}

.advanced-search-results .categories-container .list-group-item,
.advanced-search-results .manufacturers-container .list-group-item,
.advanced-search-results .blog-container .list-group-item {
    padding: 5px 0;
    border: 0;
}

    .advanced-search-results .categories-container .list-group-item a,
    .advanced-search-results .manufacturers-container .list-group-item a,
    .advanced-search-results .blog-container .list-group-item a {
        display: inline-flex;
        align-items: center;
        width: 100%;
        line-height: 1;
        font-size: 14px;
        color: #212529;
    }

.advanced-search-results img {
    width: auto;
    height: auto;
    padding-right: 0 !important;
    margin-right: 15px;
}

.advanced-search-results .right-side {
    padding-left: 0;
}

.advanced-search-results .products-title {
    padding-left: 15px;
}

.advanced-search-results .products-container .list-group-item {
    display: inline-flex;
    flex-wrap: nowrap;
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
    padding: 10px 5px 10px 15px;
    border-bottom: 1px solid #dfdfdf;
    overflow: hidden;
}

.advanced-search-results .products-container .product-title,
.advanced-search-results .blog-container .product-title {
    font-weight: 300;
    font-size: 14px;
    color: #212529;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    overflow: hidden;
}

.advanced-search-results .price {
    font-size: 14px;
    font-weight: 700;
    color: #2d3a53;
}

.advanced-search-results .products-container .product-desc {
    color: #6c757d;
    max-height: 21px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.advanced-search-results .blog-container .product-desc {
    color: #6c757d;
    max-height: 21px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.advanced-search-results .rating-box::before,
.advanced-search-results .rating-box .rating:before {
    font-size: 18px;
}

.advanced-search-results .ratings {
    flex-wrap: wrap;
    height: auto;
}

ul.ui-autocomplete li:hover {
    cursor: pointer;
    background-color: #f7f7f9;
}

ul.ui-autocomplete {
    display: none !important;
    background-color: #fff;
    padding-left: 0;
    z-index: 9999;
    animation-name: autocomplete-desktop;
    animation-duration: .3s;
    -webkit-animation-name: autocomplete-desktop;
    -webkit-animation-duration: .3s;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.45);
    position: absolute !important;
}

@-webkit-keyframes autocomplete-desktop {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes autocomplete-desktop {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

ul.ui-autocomplete li {
    padding: 10px;
    border-top: 1px solid #f1f1f1;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

    ul.ui-autocomplete li img {
        padding-right: 5px;
        width: 100%;
        height: 100%;
    }

#Contentpage #FormPage {
    margin-top: 2%;
    padding: 0;
}

@media screen and (min-width: 1231px) {

    .container_middle {
        width: 1200px;
        margin: 0 auto;
    }

    .parallax-bg1 .container_middle {
        width: calc(100% - 355px);
        margin: 0 auto;
    }
}

@media screen and (max-width: 1230px) {

    .container_middle {
        float: left;
        width: 100%;
    }
}

@media screen and (min-width: 769px) {

    .container_middle.Mini {
        width: 800px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {

    .container_middle.Mini {
        float: left;
        width: 100%;
    }
}

@media screen and (max-width: 820px) {

    div#headerTop {
        display: none;
    }

    body.scroll-down div#headerMiddle, body.scroll-up div#headerMiddle, #headerMiddle {
        top: 0 !important;
    }


    .cartNavi {
        display: block !important;
    }

    .WhislistNav {
        display: block !important;
    }

    #headerMiddle {
        border-bottom: none !important;
    }

    #product-detail {
        margin-bottom: 50px;
        margin-top: -5%;
    }

    #productRight .ProductInfo h1#productName {
        font-size: 14px !important;
    }

    #productRight span.productDiscount {
        display: none;
    }

    div#SummaryShoppingCart {
        margin-top: -20%;
    }
}

.block-form.box-border.wow p {
    margin-bottom: 5px;
}

#menuBtn i.fas.fa-bars {
    font-size: 30px;
    color: #083959;
}

.accept-privacy-policy {
    display: flex;
    font-size: 14px;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

@font-face {
  font-family: 'simple-line-icons';
  src: url('../../Themes/Theme07/Content/Assets/Vendors/SimpleIcon/fonts/Simple-Line-Icons.eot?v=2.4.0');
  src: url('../../Themes/Theme07/Content/Assets/Vendors/SimpleIcon/fonts/Simple-Line-Icons.eot?v=2.4.0#iefix') format('embedded-opentype'), url('../../Themes/Theme07/Content/Assets/Vendors/SimpleIcon/fonts/Simple-Line-Icons.woff2?v=2.4.0') format('woff2'), url('../../Themes/Theme07/Content/Assets/Vendors/SimpleIcon/fonts/Simple-Line-Icons.ttf?v=2.4.0') format('truetype'), url('../../Themes/Theme07/Content/Assets/Vendors/SimpleIcon/fonts/Simple-Line-Icons.woff?v=2.4.0') format('woff'), url('../../Themes/Theme07/Content/Assets/Vendors/SimpleIcon/fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
 Use the following CSS code if you want to have a class per icon.
 Instead of a list of all class selectors, you can use the generic [class*="icon-"] selector, but it's slower:
*/
.icon-user,
.icon-people,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-login,
.icon-logout,
.icon-emotsmile,
.icon-phone,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-map,
.icon-location-pin,
.icon-direction,
.icon-directions,
.icon-compass,
.icon-layers,
.icon-menu,
.icon-list,
.icon-options-vertical,
.icon-options,
.icon-arrow-down,
.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-up,
.icon-arrow-up-circle,
.icon-arrow-left-circle,
.icon-arrow-right-circle,
.icon-arrow-down-circle,
.icon-check,
.icon-clock,
.icon-plus,
.icon-minus,
.icon-close,
.icon-event,
.icon-exclamation,
.icon-organization,
.icon-trophy,
.icon-screen-smartphone,
.icon-screen-desktop,
.icon-plane,
.icon-notebook,
.icon-mustache,
.icon-mouse,
.icon-magnet,
.icon-energy,
.icon-disc,
.icon-cursor,
.icon-cursor-move,
.icon-crop,
.icon-chemistry,
.icon-speedometer,
.icon-shield,
.icon-screen-tablet,
.icon-magic-wand,
.icon-hourglass,
.icon-graduation,
.icon-ghost,
.icon-game-controller,
.icon-fire,
.icon-eyeglass,
.icon-envelope-open,
.icon-envelope-letter,
.icon-bell,
.icon-badge,
.icon-anchor,
.icon-wallet,
.icon-vector,
.icon-speech,
.icon-puzzle,
.icon-printer,
.icon-present,
.icon-playlist,
.icon-pin,
.icon-picture,
.icon-handbag,
.icon-globe-alt,
.icon-globe,
.icon-folder-alt,
.icon-folder,
.icon-film,
.icon-feed,
.icon-drop,
.icon-drawer,
.icon-docs,
.icon-doc,
.icon-diamond,
.icon-cup,
.icon-calculator,
.icon-bubbles,
.icon-briefcase,
.icon-book-open,
.icon-basket-loaded,
.icon-basket,
.icon-bag,
.icon-action-undo,
.icon-action-redo,
.icon-wrench,
.icon-umbrella,
.icon-trash,
.icon-tag,
.icon-support,
.icon-frame,
.icon-size-fullscreen,
.icon-size-actual,
.icon-shuffle,
.icon-share-alt,
.icon-share,
.icon-rocket,
.icon-question,
.icon-pie-chart,
.icon-pencil,
.icon-note,
.icon-loop,
.icon-home,
.icon-grid,
.icon-graph,
.icon-microphone,
.icon-music-tone-alt,
.icon-music-tone,
.icon-earphones-alt,
.icon-earphones,
.icon-equalizer,
.icon-like,
.icon-dislike,
.icon-control-start,
.icon-control-rewind,
.icon-control-play,
.icon-control-pause,
.icon-control-forward,
.icon-control-end,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-calendar,
.icon-bulb,
.icon-chart,
.icon-ban,
.icon-bubble,
.icon-camrecorder,
.icon-camera,
.icon-cloud-download,
.icon-cloud-upload,
.icon-envelope,
.icon-eye,
.icon-flag,
.icon-heart,
.icon-info,
.icon-key,
.icon-link,
.icon-lock,
.icon-lock-open,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-paper-clip,
.icon-paper-plane,
.icon-power,
.icon-refresh,
.icon-reload,
.icon-settings,
.icon-star,
.icon-symbol-female,
.icon-symbol-male,
.icon-target,
.icon-credit-card,
.icon-paypal,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-facebook,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pinterest,
.icon-social-github,
.icon-social-google,
.icon-social-reddit,
.icon-social-skype,
.icon-social-dribbble,
.icon-social-behance,
.icon-social-foursqare,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-stumbleupon,
.icon-social-youtube,
.icon-social-dropbox,
.icon-social-vkontakte,
.icon-social-steam {
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-user:before {
  content: "\e005";
}
.icon-people:before {
  content: "\e001";
}
.icon-user-female:before {
  content: "\e000";
}
.icon-user-follow:before {
  content: "\e002";
}
.icon-user-following:before {
  content: "\e003";
}
.icon-user-unfollow:before {
  content: "\e004";
}
.icon-login:before {
  content: "\e066";
}
.icon-logout:before {
  content: "\e065";
}
.icon-emotsmile:before {
  content: "\e021";
}
.icon-phone:before {
  content: "\e600";
}
.icon-call-end:before {
  content: "\e048";
}
.icon-call-in:before {
  content: "\e047";
}
.icon-call-out:before {
  content: "\e046";
}
.icon-map:before {
  content: "\e033";
}
.icon-location-pin:before {
  content: "\e096";
}
.icon-direction:before {
  content: "\e042";
}
.icon-directions:before {
  content: "\e041";
}
.icon-compass:before {
  content: "\e045";
}
.icon-layers:before {
  content: "\e034";
}
.icon-menu:before {
  content: "\e601";
}
.icon-list:before {
  content: "\e067";
}
.icon-options-vertical:before {
  content: "\e602";
}
.icon-options:before {
  content: "\e603";
}
.icon-arrow-down:before {
  content: "\e604";
}
.icon-arrow-left:before {
  content: "\e605";
}
.icon-arrow-right:before {
  content: "\e606";
}
.icon-arrow-up:before {
  content: "\e607";
}
.icon-arrow-up-circle:before {
  content: "\e078";
}
.icon-arrow-left-circle:before {
  content: "\e07a";
}
.icon-arrow-right-circle:before {
  content: "\e079";
}
.icon-arrow-down-circle:before {
  content: "\e07b";
}
.icon-check:before {
  content: "\e080";
}
.icon-clock:before {
  content: "\e081";
}
.icon-plus:before {
  content: "\e095";
}
.icon-minus:before {
  content: "\e615";
}
.icon-close:before {
  content: "\e082";
}
.icon-event:before {
  content: "\e619";
}
.icon-exclamation:before {
  content: "\e617";
}
.icon-organization:before {
  content: "\e616";
}
.icon-trophy:before {
  content: "\e006";
}
.icon-screen-smartphone:before {
  content: "\e010";
}
.icon-screen-desktop:before {
  content: "\e011";
}
.icon-plane:before {
  content: "\e012";
}
.icon-notebook:before {
  content: "\e013";
}
.icon-mustache:before {
  content: "\e014";
}
.icon-mouse:before {
  content: "\e015";
}
.icon-magnet:before {
  content: "\e016";
}
.icon-energy:before {
  content: "\e020";
}
.icon-disc:before {
  content: "\e022";
}
.icon-cursor:before {
  content: "\e06e";
}
.icon-cursor-move:before {
  content: "\e023";
}
.icon-crop:before {
  content: "\e024";
}
.icon-chemistry:before {
  content: "\e026";
}
.icon-speedometer:before {
  content: "\e007";
}
.icon-shield:before {
  content: "\e00e";
}
.icon-screen-tablet:before {
  content: "\e00f";
}
.icon-magic-wand:before {
  content: "\e017";
}
.icon-hourglass:before {
  content: "\e018";
}
.icon-graduation:before {
  content: "\e019";
}
.icon-ghost:before {
  content: "\e01a";
}
.icon-game-controller:before {
  content: "\e01b";
}
.icon-fire:before {
  content: "\e01c";
}
.icon-eyeglass:before {
  content: "\e01d";
}
.icon-envelope-open:before {
  content: "\e01e";
}
.icon-envelope-letter:before {
  content: "\e01f";
}
.icon-bell:before {
  content: "\e027";
}
.icon-badge:before {
  content: "\e028";
}
.icon-anchor:before {
  content: "\e029";
}
.icon-wallet:before {
  content: "\e02a";
}
.icon-vector:before {
  content: "\e02b";
}
.icon-speech:before {
  content: "\e02c";
}
.icon-puzzle:before {
  content: "\e02d";
}
.icon-printer:before {
  content: "\e02e";
}
.icon-present:before {
  content: "\e02f";
}
.icon-playlist:before {
  content: "\e030";
}
.icon-pin:before {
  content: "\e031";
}
.icon-picture:before {
  content: "\e032";
}
.icon-handbag:before {
  content: "\e035";
}
.icon-globe-alt:before {
  content: "\e036";
}
.icon-globe:before {
  content: "\e037";
}
.icon-folder-alt:before {
  content: "\e039";
}
.icon-folder:before {
  content: "\e089";
}
.icon-film:before {
  content: "\e03a";
}
.icon-feed:before {
  content: "\e03b";
}
.icon-drop:before {
  content: "\e03e";
}
.icon-drawer:before {
  content: "\e03f";
}
.icon-docs:before {
  content: "\e040";
}
.icon-doc:before {
  content: "\e085";
}
.icon-diamond:before {
  content: "\e043";
}
.icon-cup:before {
  content: "\e044";
}
.icon-calculator:before {
  content: "\e049";
}
.icon-bubbles:before {
  content: "\e04a";
}
.icon-briefcase:before {
  content: "\e04b";
}
.icon-book-open:before {
  content: "\e04c";
}
.icon-basket-loaded:before {
  content: "\e04d";
}
.icon-basket:before {
  content: "\e04e";
}
.icon-bag:before {
  content: "\e04f";
}
.icon-action-undo:before {
  content: "\e050";
}
.icon-action-redo:before {
  content: "\e051";
}
.icon-wrench:before {
  content: "\e052";
}
.icon-umbrella:before {
  content: "\e053";
}
.icon-trash:before {
  content: "\e054";
}
.icon-tag:before {
  content: "\e055";
}
.icon-support:before {
  content: "\e056";
}
.icon-frame:before {
  content: "\e038";
}
.icon-size-fullscreen:before {
  content: "\e057";
}
.icon-size-actual:before {
  content: "\e058";
}
.icon-shuffle:before {
  content: "\e059";
}
.icon-share-alt:before {
  content: "\e05a";
}
.icon-share:before {
  content: "\e05b";
}
.icon-rocket:before {
  content: "\e05c";
}
.icon-question:before {
  content: "\e05d";
}
.icon-pie-chart:before {
  content: "\e05e";
}
.icon-pencil:before {
  content: "\e05f";
}
.icon-note:before {
  content: "\e060";
}
.icon-loop:before {
  content: "\e064";
}
.icon-home:before {
  content: "\e069";
}
.icon-grid:before {
  content: "\e06a";
}
.icon-graph:before {
  content: "\e06b";
}
.icon-microphone:before {
  content: "\e063";
}
.icon-music-tone-alt:before {
  content: "\e061";
}
.icon-music-tone:before {
  content: "\e062";
}
.icon-earphones-alt:before {
  content: "\e03c";
}
.icon-earphones:before {
  content: "\e03d";
}
.icon-equalizer:before {
  content: "\e06c";
}
.icon-like:before {
  content: "\e068";
}
.icon-dislike:before {
  content: "\e06d";
}
.icon-control-start:before {
  content: "\e06f";
}
.icon-control-rewind:before {
  content: "\e070";
}
.icon-control-play:before {
  content: "\e071";
}
.icon-control-pause:before {
  content: "\e072";
}
.icon-control-forward:before {
  content: "\e073";
}
.icon-control-end:before {
  content: "\e074";
}
.icon-volume-1:before {
  content: "\e09f";
}
.icon-volume-2:before {
  content: "\e0a0";
}
.icon-volume-off:before {
  content: "\e0a1";
}
.icon-calendar:before {
  content: "\e075";
}
.icon-bulb:before {
  content: "\e076";
}
.icon-chart:before {
  content: "\e077";
}
.icon-ban:before {
  content: "\e07c";
}
.icon-bubble:before {
  content: "\e07d";
}
.icon-camrecorder:before {
  content: "\e07e";
}
.icon-camera:before {
  content: "\e07f";
}
.icon-cloud-download:before {
  content: "\e083";
}
.icon-cloud-upload:before {
  content: "\e084";
}
.icon-envelope:before {
  content: "\e086";
}
.icon-eye:before {
  content: "\e087";
}
.icon-flag:before {
  content: "\e088";
}
.icon-heart:before {
  content: "\e08a";
}
.icon-info:before {
  content: "\e08b";
}
.icon-key:before {
  content: "\e08c";
}
.icon-link:before {
  content: "\e08d";
}
.icon-lock:before {
  content: "\e08e";
}
.icon-lock-open:before {
  content: "\e08f";
}
.icon-magnifier:before {
  content: "\e090";
}
.icon-magnifier-add:before {
  content: "\e091";
}
.icon-magnifier-remove:before {
  content: "\e092";
}
.icon-paper-clip:before {
  content: "\e093";
}
.icon-paper-plane:before {
  content: "\e094";
}
.icon-power:before {
  content: "\e097";
}
.icon-refresh:before {
  content: "\e098";
}
.icon-reload:before {
  content: "\e099";
}
.icon-settings:before {
  content: "\e09a";
}
.icon-star:before {
  content: "\e09b";
}
.icon-symbol-female:before {
  content: "\e09c";
}
.icon-symbol-male:before {
  content: "\e09d";
}
.icon-target:before {
  content: "\e09e";
}
.icon-credit-card:before {
  content: "\e025";
}
.icon-paypal:before {
  content: "\e608";
}
.icon-social-tumblr:before {
  content: "\e00a";
}
.icon-social-twitter:before {
  content: "\e009";
}
.icon-social-facebook:before {
  content: "\e00b";
}
.icon-social-instagram:before {
  content: "\e609";
}
.icon-social-linkedin:before {
  content: "\e60a";
}
.icon-social-pinterest:before {
  content: "\e60b";
}
.icon-social-github:before {
  content: "\e60c";
}
.icon-social-google:before {
  content: "\e60d";
}
.icon-social-reddit:before {
  content: "\e60e";
}
.icon-social-skype:before {
  content: "\e60f";
}
.icon-social-dribbble:before {
  content: "\e00d";
}
.icon-social-behance:before {
  content: "\e610";
}
.icon-social-foursqare:before {
  content: "\e611";
}
.icon-social-soundcloud:before {
  content: "\e612";
}
.icon-social-spotify:before {
  content: "\e613";
}
.icon-social-stumbleupon:before {
  content: "\e614";
}
.icon-social-youtube:before {
  content: "\e008";
}
.icon-social-dropbox:before {
  content: "\e00c";
}
.icon-social-vkontakte:before {
  content: "\e618";
}
.icon-social-steam:before {
  content: "\e620";
}

/*!
 * Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../../Themes/Theme07/Content/Assets/Vendors/FontAwesome/webfonts/fa-brands-400.eot);src:url(../../Themes/Theme07/Content/Assets/Vendors/FontAwesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../../Themes/Theme07/Content/Assets/Vendors/FontAwesome/webfonts/fa-brands-400.woff2) format("woff2"),url(../../Themes/Theme07/Content/Assets/Vendors/FontAwesome/webfonts/fa-brands-400.woff) format("woff"),url(../../Themes/Theme07/Content/Assets/Vendors/FontAwesome/webfonts/fa-brands-400.ttf) format("truetype"),url(../../Themes/Theme07/Content/Assets/Vendors/FontAwesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(../../Themes/Theme07/Content/Assets/Vendors/FontAwesome/webfonts/fa-regular-400.eot);src:url(../../Themes/Theme07/Content/Assets/Vendors/FontAwesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../../Themes/Theme07/Content/Assets/Vendors/FontAwesome/webfonts/fa-regular-400.woff2) format("woff2"),url(../../Themes/Theme07/Content/Assets/Vendors/FontAwesome/webfonts/fa-regular-400.woff) format("woff"),url(../../Themes/Theme07/Content/Assets/Vendors/FontAwesome/webfonts/fa-regular-400.ttf) format("truetype"),url(../../Themes/Theme07/Content/Assets/Vendors/FontAwesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(../../Themes/Theme07/Content/Assets/Vendors/FontAwesome/webfonts/fa-solid-900.eot);src:url(../../Themes/Theme07/Content/Assets/Vendors/FontAwesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../../Themes/Theme07/Content/Assets/Vendors/FontAwesome/webfonts/fa-solid-900.woff2) format("woff2"),url(../../Themes/Theme07/Content/Assets/Vendors/FontAwesome/webfonts/fa-solid-900.woff) format("woff"),url(../../Themes/Theme07/Content/Assets/Vendors/FontAwesome/webfonts/fa-solid-900.ttf) format("truetype"),url(../../Themes/Theme07/Content/Assets/Vendors/FontAwesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
.iti {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .iti * {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

.iti__hide {
    display: none;
}

.iti__v-hide {
    visibility: hidden;
}

.iti input, .iti input[type=text], .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0;
}

.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px;
}

.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
}

.iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #555;
}

.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px;
}

@media (max-width: 500px) {
    .iti__country-list {
        white-space: normal;
    }
}

.iti__flag-box {
    display: inline-block;
    width: 20px;
}

.iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC;
}

.iti__country {
    padding: 5px 10px;
    outline: none;
}

.iti__dial-code {
    color: #999;
}

.iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05);
}

.iti__flag-box, .iti__country-name, .iti__dial-code {
    vertical-align: middle;
}

.iti__flag-box, .iti__country-name {
    margin-right: 6px;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 6px !important;
    padding-left: 50px !important;
    margin-left: 0;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0;
}

    .iti--allow-dropdown .iti__flag-container:hover {
        cursor: pointer;
    }

        .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
            background-color: rgba(0, 0, 0, 0.05);
        }

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default;
}

    .iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
    .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
        background-color: transparent;
    }

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
}

.iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px;
}

    .iti--container:hover {
        cursor: pointer;
    }

.iti-mobile .iti--container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed;
    z-index: 99999;
}

.iti-mobile .iti__country-list {
    max-height: 100%;
    width: 100%;
}

.iti-mobile .iti__country {
    padding: 10px 10px;
    line-height: 1.5em;
}

.iti__flag {
    width: 20px;
}

    .iti__flag.iti__be {
        width: 18px;
    }

    .iti__flag.iti__ch {
        width: 15px;
    }

    .iti__flag.iti__mc {
        width: 19px;
    }

    .iti__flag.iti__ne {
        width: 18px;
    }

    .iti__flag.iti__np {
        width: 13px;
    }

    .iti__flag.iti__va {
        width: 15px;
    }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-size: 5652px 15px;
    }
}

.iti__flag.iti__ac {
    height: 10px;
    background-position: 0px 0px;
}

.iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0px;
}

.iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0px;
}

.iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0px;
}

.iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0px;
}

.iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0px;
}

.iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0px;
}

.iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0px;
}

.iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0px;
}

.iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0px;
}

.iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0px;
}

.iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0px;
}

.iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0px;
}

.iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0px;
}

.iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0px;
}

.iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0px;
}

.iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0px;
}

.iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0px;
}

.iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0px;
}

.iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0px;
}

.iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0px;
}

.iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0px;
}

.iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0px;
}

.iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0px;
}

.iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0px;
}

.iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0px;
}

.iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0px;
}

.iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0px;
}

.iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0px;
}

.iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0px;
}

.iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0px;
}

.iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0px;
}

.iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0px;
}

.iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0px;
}

.iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0px;
}

.iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0px;
}

.iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0px;
}

.iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0px;
}

.iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0px;
}

.iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0px;
}

.iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0px;
}

.iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0px;
}

.iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0px;
}

.iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0px;
}

.iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0px;
}

.iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0px;
}

.iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0px;
}

.iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0px;
}

.iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0px;
}

.iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0px;
}

.iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0px;
}

.iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0px;
}

.iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0px;
}

.iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0px;
}

.iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0px;
}

.iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0px;
}

.iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0px;
}

.iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0px;
}

.iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0px;
}

.iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0px;
}

.iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0px;
}

.iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0px;
}

.iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0px;
}

.iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0px;
}

.iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0px;
}

.iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0px;
}

.iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0px;
}

.iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0px;
}

.iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0px;
}

.iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0px;
}

.iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0px;
}

.iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0px;
}

.iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0px;
}

.iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0px;
}

.iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0px;
}

.iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0px;
}

.iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0px;
}

.iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0px;
}

.iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0px;
}

.iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0px;
}

.iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0px;
}

.iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0px;
}

.iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0px;
}

.iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0px;
}

.iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0px;
}

.iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0px;
}

.iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0px;
}

.iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0px;
}

.iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0px;
}

.iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0px;
}

.iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0px;
}

.iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0px;
}

.iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0px;
}

.iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0px;
}

.iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0px;
}

.iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0px;
}

.iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0px;
}

.iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0px;
}

.iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0px;
}

.iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0px;
}

.iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0px;
}

.iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0px;
}

.iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0px;
}

.iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0px;
}

.iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0px;
}

.iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0px;
}

.iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0px;
}

.iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0px;
}

.iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0px;
}

.iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0px;
}

.iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0px;
}

.iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0px;
}

.iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0px;
}

.iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0px;
}

.iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0px;
}

.iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0px;
}

.iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0px;
}

.iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0px;
}

.iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0px;
}

.iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0px;
}

.iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0px;
}

.iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0px;
}

.iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0px;
}

.iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0px;
}

.iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0px;
}

.iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0px;
}

.iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0px;
}

.iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0px;
}

.iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0px;
}

.iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0px;
}

.iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0px;
}

.iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0px;
}

.iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0px;
}

.iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0px;
}

.iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0px;
}

.iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0px;
}

.iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0px;
}

.iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0px;
}

.iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0px;
}

.iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0px;
}

.iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0px;
}

.iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0px;
}

.iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0px;
}

.iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0px;
}

.iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0px;
}

.iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0px;
}

.iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0px;
}

.iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0px;
}

.iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0px;
}

.iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0px;
}

.iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0px;
}

.iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0px;
}

.iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0px;
}

.iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0px;
}

.iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0px;
}

.iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0px;
}

.iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0px;
}

.iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0px;
}

.iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0px;
}

.iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0px;
}

.iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0px;
}

.iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0px;
}

.iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0px;
}

.iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0px;
}

.iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0px;
}

.iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0px;
}

.iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0px;
}

.iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0px;
}

.iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0px;
}

.iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0px;
}

.iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0px;
}

.iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0px;
}

.iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0px;
}

.iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0px;
}

.iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0px;
}

.iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0px;
}

.iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0px;
}

.iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0px;
}

.iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0px;
}

.iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0px;
}

.iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0px;
}

.iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0px;
}

.iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0px;
}

.iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0px;
}

.iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0px;
}

.iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0px;
}

.iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0px;
}

.iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0px;
}

.iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0px;
}

.iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0px;
}

.iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0px;
}

.iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0px;
}

.iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0px;
}

.iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0px;
}

.iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0px;
}

.iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0px;
}

.iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0px;
}

.iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0px;
}

.iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0px;
}

.iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0px;
}

.iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0px;
}

.iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0px;
}

.iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0px;
}

.iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0px;
}

.iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0px;
}

.iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0px;
}

.iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0px;
}

.iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0px;
}

.iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0px;
}

.iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0px;
}

.iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0px;
}

.iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0px;
}

.iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0px;
}

.iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0px;
}

.iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0px;
}

.iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0px;
}

.iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0px;
}

.iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0px;
}

.iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0px;
}

.iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0px;
}

.iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0px;
}

.iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0px;
}

.iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0px;
}

.iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0px;
}

.iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0px;
}

.iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0px;
}

.iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0px;
}

.iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0px;
}

.iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0px;
}

.iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0px;
}

.iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0px;
}

.iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0px;
}

.iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0px;
}

.iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0px;
}

.iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0px;
}

.iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0px;
}

.iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0px;
}

.iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0px;
}

.iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0px;
}

.iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0px;
}

.iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0px;
}

.iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0px;
}

.iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0px;
}

.iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0px;
}

.iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0px;
}

.iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0px;
}

.iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0px;
}

.iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0px;
}

.iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0px;
}

.iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0px;
}

.iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0px;
}

.iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0px;
}

.iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0px;
}

.iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0px;
}

.iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0px;
}

.iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0px;
}

.iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0px;
}

.iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0px;
}

.iti__flag {
    height: 15px;
    box-shadow: 0px 0px 1px 0px #888;
    background-image: url("../../Themes/Theme07/Content/Assets/IntTel/build/img/flags.png");
    background-repeat: no-repeat;
    background-color: #DBDBDB;
    background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("../../Themes/Theme07/Content/Assets/IntTel/build/img/flags@2x.png");
    }
}

.iti__flag.iti__np {
    background-color: transparent;
}

@font-face {
    font-family: Campton;
    src: url(../../Themes/Theme07/Content/Assets/fonts/campton.eot);
    src: url(../../Themes/Theme07/Content/Assets/fonts/campton.eot?#iefix) format("embedded-opentype"), url(../../Themes/Theme07/Content/Assets/fonts/campton.woff2) format("woff2"), url(../../Themes/Theme07/Content/Assets/fonts/campton.woff) format("woff"), url(../../Themes/Theme07/Content/Assets/fonts/campton.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Campton-light;
    src: url(../../Themes/Theme07/Content/Assets/fonts/campton-light.eot);
    src: url(../../Themes/Theme07/Content/Assets/fonts/campton-light.eot?#iefix) format("embedded-opentype"), url(../../Themes/Theme07/Content/Assets/fonts/campton-light.woff2) format("woff2"), url(../../Themes/Theme07/Content/Assets/fonts/campton-light.woff) format("woff"), url(../../Themes/Theme07/Content/Assets/fonts/campton-light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Campton-bold;
    src: url(../../Themes/Theme07/Content/Assets/fonts/campton-bold.eot);
    src: url(../../Themes/Theme07/Content/Assets/fonts/campton-bold.eot?#iefix) format("embedded-opentype"), url(../../Themes/Theme07/Content/Assets/fonts/campton-bold.woff2) format("woff2"), url(../../Themes/Theme07/Content/Assets/fonts/campton-bold.woff) format("woff"), url(../../Themes/Theme07/Content/Assets/fonts/campton-bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Campton-medium;
    src: url(../../Themes/Theme07/Content/Assets/fonts/campton-medium.eot);
    src: url(../../Themes/Theme07/Content/Assets/fonts/campton-medium.eot?#iefix) format("embedded-opentype"), url(../../Themes/Theme07/Content/Assets/fonts/campton-medium.woff2) format("woff2"), url(../../Themes/Theme07/Content/Assets/fonts/campton-medium.woff2) format("woff2"), url(../../Themes/Theme07/Content/Assets/fonts/campton-medium.woff) format("woff"), url(../../Themes/Theme07/Content/Assets/fonts/campton-medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Campton-semibold;
    src: url(../../Themes/Theme07/Content/Assets/fonts/campton-semibold.eot);
    src: url(../../Themes/Theme07/Content/Assets/fonts/campton-semibold.eot?#iefix) format("embedded-opentype"), url(../../Themes/Theme07/Content/Assets/fonts/campton-semibold.woff2) format("woff2"), url(../../Themes/Theme07/Content/Assets/fonts/campton-semibold.woff2) format("woff2"), url(../../Themes/Theme07/Content/Assets/fonts/campton-semibold.woff) format("woff"), url(../../Themes/Theme07/Content/Assets/fonts/campton-semibold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal
}


body {
    color: #1f1f1f;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    font-family: Campton,'Roboto', sans-serif;
}

.sizeChartContent .ui-state-default {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.sizeChartContent .ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%;
}

.sizeChartContent .ui-corner-all, .sizeChartContent .ui-corner-top, .sizeChartContent .ui-corner-right, .sizeChartContent .ui-corner-tr {
    border-top-right-radius: 3px;
}

.sizeChartContent .ui-corner-all, .sizeChartContent .ui-corner-top, .sizeChartContent .ui-corner-left, .sizeChartContent .ui-corner-tl {
    border-top-left-radius: 3px;
}

.sizeChartContent .ui-state-active, .sizeChartContent .ui-widget-content .ui-state-active, .sizeChartContent .ui-widget-header .ui-state-active, .sizeChartContent a.ui-button:active, .sizeChartContent .ui-button:active, .sizeChartContent .ui-button.ui-state-active:hover {
    border: 1px solid #000;
    background: #000;
    font-weight: normal;
    color: #ffffff;
}

.sizeChartContent .ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}

.sizeChartContent .ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
    width: 100%;
}

.sizeChartContent .ui-state-active .ui-icon, .ui-button:active .ui-icon {
    background-image: url(../../Themes/Theme07/Content/Assets/Images/ui-icons_ffffff_256x240.png);
}

.sizeChartContent .ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.sizeChartContent .ui-icon, .ui-widget-content .ui-icon {
    background-image: url(../../Themes/Theme07/Content/Assets/Images/ui-icons_444444_256x240.png);
}

.sizeChartContent .ui-icon {
    width: 16px;
    height: 16px;
}

.sizeChartContent .ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.sizeChartContent .ui-accordion .ui-accordion-content {
    padding: 0;
    border-top: 0;
    overflow: auto;
}

.sizeChartContent .ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

div#accordionSizeChart {
    width: 100%;
}


.paymentInnerCoupon {
    padding: 2%;
}

#headerTop {
    text-align: center;
    background-color: #2d3a53;
    transition: all .4s;
    height: 35px;
    color: #fffefe;
    display: flex;
    align-items: center;
    justify-content: center;
}

#headerMiddle {
    padding: 15px 0px;
    box-sizing: border-box;
    border-bottom: 1px solid #929292;
}

    #headerMiddle .container {
        display: flex;
        align-items: center;
    }

nav#mainMenu > ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 1%;
}

    nav#mainMenu > ul > li > a {
        color: #083959;
        font-size: 13px;
        font-weight: bold;
       
    }

a.userlink-login {
    text-transform: capitalize;
}

    a.userlink-login > i {
        padding-right: 5px;
    }

#UserSection {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

    #UserSection > a, #UserSection > div {
        width: 32px;
        font-size: 20px;
        color: #2d3a53;
        position: relative;
        margin-left: 10px;
        cursor: pointer;
    }

    #UserSection a > span {
        border-radius: 100%;
        background: #2d3a53;
        color: #ffffff;
        font-size: 9px;
        font-weight: 300;
        width: 18px;
        height: 18px;
        position: absolute;
        right: 0;
        top: -5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

div#userBox {
    width: 150px;
    position: absolute;
    z-index: 999;
    right: 0;
    background: #fff;
    -webkit-box-shadow: 0px 3px 10px -2px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 3px 10px -2px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 10px -2px rgb(0 0 0 / 30%);
    border: 1px solid #e2e6eb;
    border-radius: 3px;
    display: none;
}

    div#userBox.active {
        display: block;
    }

    div#userBox .dropdown-header .title {
        padding: 0 15px;
        color: #212121;
        font-weight: 600;
        border-bottom: 1px solid #e2e6eb;
        width: 100%;
        box-sizing: border-box;
        font-size: 13px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    div#userBox .dropdown-menu-contents {
        padding: 10px;
        box-sizing: border-box;
    }

        div#userBox .dropdown-menu-contents a {
            display: flex;
            width: 100%;
            font-size: 13px;
            margin: 5px 0;
            padding: 5px 0;
            border-bottom: 1px solid #e2e6eb;
            color: #000;
            transition: all .4s;
        }

            div#userBox .dropdown-menu-contents a:hover {
                padding-left: 15px;
            }



section#Hero {
    padding-bottom: 50px;
}

    section#Hero ul.slick-dots li {
        padding: 0;
        margin: 5px;
        display: flex;
        align-items: center;
    }

        section#Hero ul.slick-dots li button {
            width: 12px;
            height: 13px;
            font-size: 0;
            margin: 0;
            padding: 0;
            border-radius: 100%;
            outline: none;
            border: solid 1px #000;
            background: transparent;
            cursor: pointer;
            transition: all .4s;
        }

        section#Hero ul.slick-dots li.slick-active button {
            width: 30px;
            border-radius: 30px;
            background: #000;
            transition: all .4s;
        }

    section#Hero .Item img {
        width: 100%;
    }


section#Banner {
    margin: 25px 0;
}

    section#Banner .Content img {
        width: 100%;
    }

    section#Banner .Content a {
        margin: 10px 0;
    }

footer#MainFooter {
    padding: 45px 0 0 0;
    border-top: solid .1px #ddd;
}

    footer#MainFooter #Top {
        display: flex;
        align-items: center;
    }

        footer#MainFooter #Top .Title {
            width: 100%;
            text-align: center;
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 10px;
            color: #083959;
        }

        footer#MainFooter #Top div#NewsLetter input {
            width: calc(100% - 55px);
            height: 40px;
            border: 1px solid #ddd;
            margin-right: 5px;
            padding: 5px 10px;
            box-sizing: border-box;
            float: left;
        }

        footer#MainFooter #Top div#NewsLetter button {
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            /* float: right; */
            background: transparent;
            border: solid 1px #dddddd;
            color: #083959;
        }

        footer#MainFooter #Top div#NewsLetter {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            padding: 0 40px;
            box-sizing: border-box;
        }

div#Social ul {
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
}


    div#Social ul li a {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #083959;
    }

#Copyright {
    font-size: 12px;
    display: flex;
    align-items: center;
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-top: solid 1px #dddddd;
}

    #Copyright .Second {
        display: flex;
        justify-content: right;
    }

    #Copyright .Third a {
        color: #28a745;
    }

#Link {
    margin: 50px 0;
    float: left;
    width: 100%;
}

    #Link h5 {
        font-size: 12px;
        color: #083959;
        font-weight: 700;
        font-style: normal;
        border-bottom: solid 1px #dddddd;
        margin: 5px 0 10px 0;
        padding: 10px 0;
        -webkit-appearance: none;
    }

    #Link ul li a {
        display: flex;
        width: 100%;
        margin-bottom: 5px;
        font-size: 14px;
        color: #666;
        font-weight: 400;
    }

#Navigation {
    margin: 15px 0;
}

    #Navigation ol.breadcrumb {
        display: flex;
        align-items: center;
    }

    #Navigation nav {
        padding: 0;
    }

    #Navigation ol.breadcrumb li {
        margin-right: 20px;
        padding-right: 20px;
        font-size: 14px;
        color: #2d3a53;
    }

        #Navigation ol.breadcrumb li a {
            display: flex;
            position: relative;
            color: #000000;
        }

            #Navigation ol.breadcrumb li a::After {
                width: 20px;
                height: 20px;
                content: '';
                position: absolute;
                right: -30px;
                top: 0;
                display: flex;
                align-items: center;
                justify-content: center;
                background: url('../../Themes/Theme07/Content/Assets/Images/arrow-right.png') center center no-repeat;
            }

        #Navigation ol.breadcrumb li:last-child a::After {
            display: none;
        }

        #Navigation ol.breadcrumb li:last-child a {
            color: #b4b4b4;
        }

#productSection .CategoryTop {
    margin-bottom: 20px;
    background: #FFFFFF;
    border: 1px solid rgba(181, 194, 207, 0.5);
    border-radius: 6px;
    padding: 10px 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

    #productSection .CategoryTop .Action {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

        #productSection .CategoryTop .Action > ul {
            display: flex;
        }

        #productSection .CategoryTop .Action select {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            display: flex;
            padding: 5px 15px;
            font-size: 14px;
            line-height: 1.75;
            color: #000;
            border: 1px solid #dfdfdf;
            cursor: pointer;
            height: 40px;
            max-width: 200px;
            border-radius: 3px;
            background: url(../../Themes/Theme07/Content/Assets/Images/arrow.svg) calc(100% - 20px) center no-repeat;
        }

select.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 1.75;
    color: #000;
    border: 1px solid #dfdfdf;
    cursor: pointer;
    height: 39px;
    /* max-width: 200px; */
    border-radius: 3px;
    background: url(../../Themes/Theme07/Content/Assets/Images/arrow.svg) calc(100% - 20px) center no-repeat;
}

button#FilterButton {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 1.75;
    color: #000;
    border: 1px solid #dfdfdf;
    cursor: pointer;
    height: 40px;
    max-width: 200px;
    border-radius: 3px;
}

select.custom-select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 1.75;
    color: #000;
    border: 1px solid #dfdfdf;
    cursor: pointer;
    height: 39px;
    border-radius: 3px;
    margin-top: 5px;
}


.zipcode.form-control {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    padding-left: 15px;
    font-size: 14px;
    line-height: 1.75;
    color: #000;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    height: 40px;
    border-radius: 3px;
    margin-top: 5px;
}

select#item_ReturnRequestReasonId {
    width: calc(100% - 20px);
    font-size: 12px;
}

#productSection .CategoryTop span.CateName {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    color: #464646;
    border-right: solid 2px #000;
    padding-right: 10px;
    margin-right: 10px;
    box-sizing: border-box;
}

#productSection .CategoryTop span.CateOunt {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.07em;
    color: #8f9fb0;
}

#productSection .CategoryTop .Action > ul li {
    padding: 5px;
    box-sizing: border-box;
    margin-left: 10px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    border: 1px solid rgba(181, 194, 207, 0.5);
    cursor: pointer;
    transition: all .4s;
    color: #2e3a53;
}

    #productSection .CategoryTop .Action > ul li.active, #productSection .CategoryTop .Action > ul li:hover {
        background: #000;
        color: #fff;
        border-color: #000;
        transition: all .4s;
    }

.productItem {
    margin-bottom: 0px;
}

    .productItem .productItemBottom {
        padding: 10px 0;
    }

        .productItem .productItemBottom .productItemDetail {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }

            .productItem .productItemBottom .productItemDetail .productName {
                color: #292929;
                font-size: 12px;
                font-weight: 500;
                width: calc(100% - 20px);
            }

            .productItem .productItemBottom .productItemDetail > button {
                height: 30px;
                padding: 0;
                width: 30px;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 100%;
                border: none;
                outline: none;
                cursor: pointer;
                transition: all .4s;
            }

                .productItem .productItemBottom .productItemDetail > button:hover {
                    background: #2d3a53;
                    color: #fff;
                }

        .productItem .productItemBottom .priceSection {
            display: flex;
            align-items: center;
            min-height: 44px;
            justify-content: center;
        }

            .productItem .productItemBottom .priceSection .productPrice {
                display: flex;
                flex-direction: column;
            }

                .productItem .productItemBottom .priceSection .productPrice .newPrice {
                    font-size: 16px;
                    font-weight: 500;
                    color: #000000;
                    justify-content: center;
                    display: flex;
                }

                    .productItem .productItemBottom .priceSection .productPrice .newPrice.active {
                        justify-content: flex-start;
                    }

                    .productItem .productItemBottom .priceSection .productPrice .newPrice.active {
                        color: #ea8e44;
                        font-weight: 600;
                    }

                .productItem .productItemBottom .priceSection .productPrice .oldPrice {
                    text-decoration: line-through;
                    font-size: 14px;
                    font-weight: 400;
                    color: #898685;
                    text-align: left;
                }

#Katalog .productItem .campaignSection, .alsoProduct .productItem .campaignSection, .relatedProduct .productItem .campaignSection, .crossCellProduct .productItem .campaignSection {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

    #Katalog .productItem .campaignSection > span, .alsoProduct .productItem .campaignSection > span, .relatedProduct .productItem .campaignSection > span, .crossCellProduct .productItem .campaignSection > span {
        width: 120px;
        text-align: center;
        border: solid 1px #2d3a53;
        padding: 5px;
        font-size: 15px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #Katalog .productItem .campaignSection > span.campaignName, .alsoProduct .productItem .campaignSection > span.campaignName, .relatedProduct .productItem .campaignSection > span.campaignName, .crossCellProduct .productItem .campaignSection > span.campaignName {
            font-size: 11px;
            border-radius: 10px 10px 0 0;
            border-bottom: none;
            padding-bottom: 0
        }

        #Katalog .productItem .campaignSection > span.campaignPrice, .alsoProduct .productItem .campaignSection > span.campaignPrice, .relatedProduct .productItem .campaignSection > span.campaignPrice, .crossCellProduct .productItem .campaignSection > span.campaignPrice {
            border-radius: 0 0 10px 10px;
            border-top: none;
            color: #2d3a53;
            padding-top: 0;
            font-weight: 600;
        }

#Katalog .image-wrapper:hover .stImage {
    display: none
}

#Katalog .image-wrapper:hover .ndImage {
    display: flex !important
}




button#fastLook {
    color: #fff;
    background-color: #3d3d3d;
    border-color: #3d3d3d;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    position: absolute;
    bottom: -100%;
    transition: all .2s;
    cursor: pointer;
    display: none;
}

    button#fastLook i {
        margin-right: 10px;
    }

.productItem .productInner .productItemTop {
    position: relative;
    overflow: hidden;
}

    .productItem .productInner .productItemTop:hover
    button#fastLook {
        bottom: 0;
    }


#productLeft > .row {
    position: relative;
}

#productLeft ul#thumbImage {
    width: 100px;
    position: absolute;
    left: 0;
    z-index: 10;
    padding: 20px 0 20px 20px;
}

ul#productImage {
    position: relative;
}

    ul#productImage .slick-arrow {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 0;
        background: #676161;
        z-index: 5;
        border: none;
        font-size: 0;
        outline: none;
        top: 0;
        cursor: pointer;
        border: 1px solid #dee2e6;
        border-radius: 100%;
        margin-top: 10px;
    }

        ul#productImage .slick-arrow.slick-prev {
            right: 70px;
            background: url('../../Themes/Theme07/Content/Assets/Images/arrow_left.svg') center center no-repeat;
            background-size: 20px;
        }

        ul#productImage .slick-arrow.slick-next {
            background: url('../../Themes/Theme07/Content/Assets/Images/arrow_right.svg') center center no-repeat;
            background-size: 20px;
            right: 10px;
        }

ul#thumbImage li {
    opacity: .3;
    border: solid 1px gray;
    margin-bottom: 5px;
    cursor: pointer;
}

    ul#thumbImage li.slick-current {
        border-color: #000;
        opacity: 1;
    }

#productRight {
    padding-left: 40px;
    box-sizing: border-box;
}

    #productRight .ProductInfo {
        border-bottom: 1px solid #dee2e6;
    }

        #productRight .ProductInfo h1#productName {
            font-weight: 300;
            margin: 0 0 15px 0;
            font-size: 18px;
        }

        #productRight .ProductInfo #SKU {
            font-size: 14px;
            margin-bottom: 10px;
        }

            #productRight .ProductInfo #SKU span.value {
                font-style: italic;
                font-weight: 500;
            }

    #productRight .ProductPrice {
        display: flex;
        padding: 15px 0;
        border-bottom: 1px solid #dee2e6;
    }

        #productRight .ProductPrice .priceInner {
            display: flex;
            flex-direction: column-reverse;
            align-items: center;
            margin-right: 40px;
        }

        #productRight .ProductPrice .oldPrice {
            text-decoration: line-through;
            font-size: 17px;
            font-weight: 500;
            color: #f63d00;
            min-width: 75px;
        }

        #productRight .ProductPrice .newPrice {
            font-size: 19px;
            font-weight: 500;
            color: #000000;
            justify-content: center;
            /* display: flex; */
            min-width: 75px;
        }

    #productRight .campaignInner {
        display: flex;
    }

        #productRight .campaignInner > span {
            text-align: center;
            padding: 10px;
            box-sizing: border-box;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            width: 90px;
            height: 50px;
        }

            #productRight .campaignInner > span.campaignName {
                font-size: 11px;
                border: solid 1px #2d3a53;
                border-radius: 20px 0 0 20px;
                color: #2d3a53;
            }

            #productRight .campaignInner > span.campaignPrice {
                color: #ffffff;
                font-weight: 600;
                background: #2d3a53;
                border-radius: 0 20px 20px 0;
                font-size: 13px;
            }

    #productRight .ProductRelated, .SizeSecion, .CartWrapper {
        padding: 15px 0;
        border-bottom: 1px solid #dee2e6;
    }

    #productRight .VariantTitle {
        color: #000;
        font-size: 15px;
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #productRight .ProductRelated ul#otherColor {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

        #productRight .ProductRelated ul#otherColor li {
            min-height: 138px;
            min-width: 75px;
            margin-right: 10px;
        }

            #productRight .ProductRelated ul#otherColor li a {
                transform: scale(1);
                transition: all .4s;
            }

    /*  #productRight .ProductRelated ul#otherColor li a:hover {
                    transform: scale(1.1);
                }*/

    #productRight .VariantTitle a {
        font-style: italic;
        font-size: 12px;
        color: #898685;
    }

    #productRight .SizeSecion div#sizeList, #divNoSelectSize div#sizeList {
        display: flex;
        align-items: center;
    }

        #productRight .SizeSecion div#sizeList div.Item, #divNoSelectSize div#sizeList div.Item {
            margin-right: 10px;
            border: solid 1px #898685;
            min-width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 5px;
            box-sizing: border-box;
            color: #898685;
            cursor: pointer;
            position: relative;
            overflow: hidden;
        }

            #productRight .SizeSecion div#sizeList div.Item.active, #divNoSelectSize div#sizeList div.Item.active {
                background: #000;
                color: #fff;
                border-color: #000;
            }

            #productRight .SizeSecion div#sizeList div.Item.Passive::after, #divNoSelectSize div#sizeList div.Item.Passive::after {
                width: 180%;
                position: absolute;
                left: -20px;
                height: 2px;
                background: #090909;
                content: '';
                transform: rotate(-45deg );
                top: 23px;
            }

span.custom-control-description.aspNetDisabled {
    color: #dddcdc;
    user-select: none;
    cursor: not-allowed !important;
}

#productRight .SizeSecion div#sizeList div.Item.Passive, #divNoSelectSize div#sizeList div.Item.Passive {
    user-select: none;
    cursor: not-allowed !important;
}

.q-slideInDown.q-bottom-sheet-overlay {
    transition: background-color 200ms linear;
}

#divNoSelectSize div#sizeList {
    overflow: hidden;
    border-bottom: 1px solid #dee2e6;
    width: 100%;
    margin-bottom: 1rem;
    padding: 10px;
    color: #212529;
}

.q-slideInDown.q-bottom-sheet-enter-done {
    background-color: rgba(0,0,0,.5);
}

.q-bottom-sheet-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.q-slideInDown .q-bottom-sheet-main {
    transition: transform 200ms ease-out;
}

.bottom-sheet {
    border-radius: 10px 10px 0 0;
}

.q-bottom-sheet-main {
    position: fixed;
    background-color: #fff;
    display: block;
    bottom: 0;
    text-align: center;
    width: 100%;
    border-radius: 3px;
    z-index: 1022;
    overflow-y: scroll;
    max-height: 100vh;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
}

.size-product {
    display: flex;
    flex-direction: row;
    padding: 15px;
    background-color: #fff;
    font-size: 14px;
    line-height: 18px;
    flex: none;
    justify-content: space-between;
}

.size-product__image {
    width: 20%;
}

    .size-product__image img {
        border-radius: 3px;
        width: 100%;
        height: auto;
    }

.size-product__info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 65%;
    position: relative;
}

.size-product__info--brand {
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.size-product__info--name {
    color: #666;
    font-size: 14px;
    text-align: left;
}

.size-product__info--price {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

size-product__info--price > .prices.d-flex.justify-content-center.align-items-start.row.px-3.flex-column {
    padding-left: 0 !important;
}


.SizeAlert {
    display: none;
}

.size-product__info--warning {
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #c71f1e;
    margin-top: 10px;
}

.size-product__close i {
    font-size: 18px;
    color: #999;
}

.size__button {
    margin: 0 15px 20px 15px;
}

.q-button.q-button-medium {
    height: 44px;
    font-size: 16px;
}

.q-button.q-primary {
    background-color: #2d3a53;
    color: #fff;
    border: 1px solid #2d3a53;
}

.q-button.q-fluid {
    width: 100%;
}

.q-button:hover {
    text-decoration: none;
}

.CartWrapper {
    display: flex;
    justify-content: space-between;
}

    .CartWrapper .qtyBox button {
        height: 40px;
        width: 25px;
        background: transparent;
        font-size: 21px;
        font-weight: 300;
        box-sizing: border-box;
        color: #dee2e6;
        cursor: pointer;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .CartWrapper .qtyBox button#btnincrease {
            border-left: solid 1px #dee2e6;
            border-right: none;
            border-top: none;
            border-bottom: none;
        }

        .CartWrapper .qtyBox button#btndecrease {
            border-right: solid 1px #dee2e6;
            border-left: none;
            border-top: none;
            border-bottom: none;
        }

    .CartWrapper .qtyBox input.qty-input {
        width: 50px;
        background: white;
        border: none;
        height: 40px;
        outline: none;
        box-sizing: border-box;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .CartWrapper .qtyBox input::-webkit-inner-spin-button, .CartWrapper .qtyBox button::-webkit-inner-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .CartWrapper .qtyBox {
        display: flex;
        align-items: center;
        border: solid 1px #dee2e6;
        border-radius: 5px;
        height: 40px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }



        .CartWrapper .qtyBox button:hover {
            color: #000;
        }

    .CartWrapper .addCartBtn button {
        height: 41px;
        background: #2d3a53;
        border: none;
        color: #fff;
        border-radius: 6px;
        font-weight: 500;
        font-size: 16px;
        outline: none;
    }

input, button {
    outline: none;
}

.CartWrapper button.add2Fav {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    border: none;
    outline: none;
    font-size: 20px;
}

.CartWrapper .addCartBtn {
    width: calc(100% - 200px);
}

.ProductAccordion {
    margin-top: 20px;
    border: solid 1px #dee2e6;
    box-sizing: border-box;
    border-radius: 3px;
}

    .ProductAccordion h3 {
        margin: 0;
        border-bottom: solid 1px #dee2e6;
        padding: 10px;
        box-sizing: border-box;
        font-size: 15px;
    }

    .ProductAccordion .Content {
        padding: 10px 20px;
        box-sizing: border-box;
        font-size: 13px;
        line-height: 1.3;
    }

#product-detail {
    margin-bottom: 50px;
}

.ProductAccordion .Content .rowItem {
    border-top: solid 1px black;
    display: flex;
    align-items: center;
}

    .ProductAccordion .Content .rowItem .L {
        font-weight: 600;
        background: #dee2e6;
        padding: 10px;
    }

.ProductAccordion .Content p + .rowItem {
    border: none;
    margin-top: 20px;
}

.ProductAccordion .Content p {
    margin: 2px 0;
}


#loginBox {
    max-width: 500px;
    float: left;
    margin: 170px calc(50% - 250px);
    text-align: center;
}

    #loginBox .Content {
        background: #f8f9fa;
        padding: 20px;
        box-sizing: border-box;
        border-radius: 6px;
        border: solid 1px #9292923d;
    }

        #loginBox .Content .Title {
            border-bottom: 1px solid rgba(0,0,0,.15);
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            font-weight: 700;
            font-size: 20px;
        }

        #loginBox .Content .form-group {
            margin: 7px 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            #loginBox .Content .form-group label {
                width: 100px;
                margin-bottom: 5px;
            }

    #loginBox .accept-privacy-policy label {
        width: 100% !important;
        margin-bottom: 5px;
    }

    #loginBox .Content .form-group input, .page.password-recovery-page input[type="email"] {
        display: block;
        width: 100%;
        height: calc(1.5em + .75rem + 2px);
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        box-sizing: border-box;
    }



    #loginBox .registerSection {
        margin: 20px 0;
    }

        #loginBox .registerSection a {
            font-weight: 600;
            color: #000;
        }

    #loginBox ul#socialLogin {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 17px 0;
    }

        #loginBox ul#socialLogin li a.fbLogin {
            background-color: #5277bf;
            height: 40px;
            border-radius: 3px;
            width: 240px;
            display: flex;
            align-items: center;
            font-size: 12px;
            color: #fff;
            overflow: hidden;
        }

            #loginBox ul#socialLogin li a.fbLogin span {
                height: 40px;
                width: 40px;
                background: #4062a4;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-right: 10px;
            }

        #loginBox ul#socialLogin li a.ggLogin {
            background-color: #d43d2d;
            height: 40px;
            border-radius: 3px;
            width: 240px;
            display: flex;
            align-items: center;
            font-size: 12px;
            color: #fff;
            overflow: hidden;
        }

            #loginBox ul#socialLogin li a.ggLogin span {
                height: 40px;
                width: 40px;
                background: #c3392a;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-right: 10px;
            }

button#LoginBtn, .password-recovery-button {
    background-color: #51cd4d;
    border-color: #51cd4d;
    font-size: 14px;
    font-weight: 400;
    border: none;
    outline: none;
    color: #fff;
    height: 40px;
    width: 200px;
    border-radius: 6px;
    cursor: pointer;
}

button#register-button {
    background-color: #51cd4d;
    border-color: #51cd4d;
    font-size: 14px;
    font-weight: 400;
    border: none;
    outline: none;
    color: #fff;
    height: 40px;
    width: 200px;
    border-radius: 6px;
}

#loginBox.Register .Content .form-group {
    flex-direction: column;
}

    #loginBox.Register .Content .form-group.col-12 {
        align-items: flex-start;
    }

        #loginBox.Register .Content .form-group.col-12 label {
            text-align: left;
        }

    #loginBox.Register .Content .form-group.Register {
        justify-content: center;
        align-items: center;
    }

#customerAccount .customerNavigation ul li {
    display: flex;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

    #customerAccount .customerNavigation ul li a {
        background-color: #fff;
        color: #2f5572;
        border: 2px solid #efefef;
        border-radius: .25rem;
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        padding: 0 15px 0 15px;
        justify-content: space-between;
        font-size: 14px;
        font-weight: 400;
    }

        #customerAccount .customerNavigation ul li a.active, #customerAccount .customerNavigation ul li a:hover {
            color: #2e3a53;
            border-color: #2e3a53;
            font-weight: 600;
        }

            #customerAccount .customerNavigation ul li a.active i {
                font-size: 30px;
            }

#customerAccount .customerNavigation ul li {
    display: flex;
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

    #customerAccount .customerNavigation ul li a {
        background-color: #fff;
        color: #2f5572;
        border: 2px solid #efefef;
        border-radius: .25rem;
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        padding: 0 15px 0 15px;
        justify-content: space-between;
        font-size: 14px;
        font-weight: 400;
        transition: all .4s;
    }

        #customerAccount .customerNavigation ul li a.active, #customerAccount .customerNavigation ul li a:hover {
            color: #2e3a53;
            border-color: #2e3a53;
            font-weight: 600;
        }

        #customerAccount .customerNavigation ul li a i,
        #customerAccount .customerNavigation ul li a i {
            transition: all .4s;
        }

        #customerAccount .customerNavigation ul li a.active i,
        #customerAccount .customerNavigation ul li a:hover i {
            font-size: 30px;
            transition: all .4s;
        }

#customerAccount {
    margin: 110px 0;
}

    #customerAccount h5 {
        font-size: 20px;
        border-bottom: solid 1px #dddddd;
        margin: 20px 0;
        padding: 10px 0;
        display: flex;
        justify-content: space-between;
        min-height: 60px;
        align-items: center;
        color: #2e3a53;
    }

    #customerAccount .customerNavigation {
        padding-right: 30px;
    }

    #customerAccount .customerContent input {
        height: 35px;
        padding: 5px;
        padding-left: 10px;
        display: flex;
        align-items: center;
        margin-top: 5px;
        border-radius: 3px;
        border: solid 1px #ddd;
        box-sizing: border-box;
    }

    #customerAccount .customerContent textarea, #FormPage form textarea {
        height: 60px;
        padding: 5px;
        padding-left: 10px;
        display: flex;
        align-items: center;
        margin-top: 5px;
        border-radius: 3px;
        border: solid 1px #ddd;
        box-sizing: border-box;
    }

#NewAddressModal .customerContent input, .SearchList .Content input, #FormPage form input {
    height: 35px;
    display: flex;
    align-items: center;
    margin-top: 5px;
    border-radius: 3px;
    border: solid 1px #ddd;
    padding-left: 10px;
}

#customerAccount .customerContent label, .SearchList .Content label, #FormPage form label {
    font-size: 15px;
    color: #000;
    margin-top: 10px;
    font-weight: 600;
}

    #customerAccount .customerContent label span {
        color: red;
        font-size: 11px;
    }

.address-edit-page input.save-address-button, #save-info-button {
    color: #fff;
    background-color: #2e3a53;
    border-color: #2e3a53;
    width: 100px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    outline: none;
    border: none;
    cursor: pointer;
}

.write-product-review-button, .submit-return-request-button, input.contact-us-button {
    color: #fff;
    background-color: #2e3a53;
    border-color: #2e3a53;
    width: 130px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    outline: none;
    border: none;
    cursor: pointer;
}

.card.mb-3 {
    margin-bottom: 2%;
}

#customerAccount h5 a.addAddress, #customerAccount h5 button.add-address-button {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2f3a53;
    color: #fff;
    border: none;
    outline: none;
    width: 125px;
    border-radius: 3px;
    font-size: 12px;
}

    #customerAccount h5 a.addAddress i {
        margin-right: 10px;
    }

#customerAccount .Panel .addressRow {
    margin: 0 0 15px 0;
    padding: 15px;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    min-height: 350PX;
}

    #customerAccount .Panel .addressRow .Title {
        text-align: center;
        padding: .75rem 0;
        border-bottom: 1px solid rgba(0,0,0,.15);
        margin-bottom: 20px;
        font-size: 20px;
        font-weight: 600;
        color: #2e3a53;
    }

    #customerAccount .Panel .addressRow .addressButton {
        margin-top: 20px;
        display: flex;
        align-items: center;
    }

        #customerAccount .Panel .addressRow .addressButton button {
            height: 40px;
            color: #fff;
        }

            #customerAccount .Panel .addressRow .addressButton button.Edit, .addressButton input.Edit, .saveThis.change-password-button, write-product-review-button {
                color: #fff;
                background-color: #2e3a53;
                border-color: #2e3a53;
                border: none;
                outline: none;
                border-radius: 6px 0 0 6px;
                cursor: pointer;
            }

            #customerAccount .Panel .addressRow .addressButton button.Delete {
                border: none;
                outline: none;
                border-radius: 0 6px 6px 0;
                color: #fff;
                background-color: #dc3545;
                border-color: #dc3545;
            }

    #customerAccount .Panel .addressRow .addressRowItem {
        margin-bottom: 6px;
        line-height: 2;
        font-size: 13px;
    }

.fl.col-12.addressRowItem.addressRows {
    min-height: 120px;
}

#Contentpage {
    padding: 150px 10px;
}

    #Contentpage .pageTitle {
        font-weight: 600;
        font-size: 21px;
        margin-bottom: 10px;
    }

    #Contentpage .pageContent {
        font-size: 14px;
        line-height: 1.5;
    }

#cartPopup .panelPopupItems {
    max-height: 410px;
    overflow-y: scroll;
}

    #cartPopup .panelPopupItems::-webkit-scrollbar {
        width: 5px;
    }

    #cartPopup .panelPopupItems::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }

    #cartPopup .panelPopupItems::-webkit-scrollbar-thumb {
        background-color: #FFA117;
    }

#headerTop .row {
    display: flex;
    align-items: center;
}

    #headerTop .row > ul {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        #headerTop .row > ul li {
            font-size: 12px;
        }

            #headerTop .row > ul li a {
                color: #fff;
            }

.bullHorn {
    display: flex;
    align-items: center;
    font-size: 12px;
    justify-content: center;
}

#headerTop .row > ul li + li {
    margin-left: 15px;
}

.CurLang {
    display: flex;
    justify-content: flex-end;
}

.currencySection {
    margin-right: 15px;
}

.CurLang .Title {
    height: 35px;
    display: flex;
    align-items: center;
    font-size: 12px;
    padding: 0;
    box-sizing: border-box;
    cursor: pointer;
}

span.langImg img {
    padding: 5px;
    margin-top: 3px;
}

span.langImgList img {
    padding-right: 5px;
    padding-top: 1px;
}

.CurLang .Title + ul {
    display: none;
}

.langSection .Content > .Title:after, .currencySection .Content > .Title:after {
    width: 8px;
    filter: invert(10);
    height: 20px;
    background: url(../../Themes/Theme07/Content/Assets/Images/arrow.svg) center center no-repeat;
    display: flex;
    content: '';
    margin-left: 5px;
    background-size: 15px;
    color: #453c3c;
}

.langSection, .currencySection {
    position: relative;
}

    .langSection:hover ul li a, .currencySection:hover ul li a {
        color: #000;
        padding: 5px;
        display: flex;
        justify-content: center;
        box-sizing: border-box;
        font-size: 12px;
        border-bottom: solid 1px #cfcccc;
    }

    .langSection:hover ul li:last-child a, .currencySection:hover ul li:last-child a {
        border: none;
    }

    .langSection:hover ul li a:hover, .currencySection:hover ul li a:hover {
        background: #676161;
        color: #fff;
        transition: all .4s;
    }

    .langSection:hover ul, .currencySection:hover ul {
        display: flex;
        position: absolute;
        flex-direction: column;
        width: 100px;
        right: 0;
        top: 100%;
        z-index: 99999;
        background: #fff;
        -webkit-box-shadow: 0px 3px 10px -2px rgb(0 0 0 / 30%);
        -moz-box-shadow: 0px 3px 10px -2px rgba(0,0,0,0.3);
        box-shadow: 0px 3px 10px -2px rgb(0 0 0 / 30%);
        border: 1px solid #e2e6eb;
        border-radius: 3px;
    }

.scroll-down #headerTop, .scroll-up #headerTop {
    height: 0;
    transition: all .4s;
}

#headerMiddle {
    position: fixed;
    top: 35px;
    left: 0;
    background: #fff;
    z-index: 997;
    transition: all .4s;
}

header#mainHeader {
     height: 30px; 
}

body.scroll-down div#headerMiddle, body.scroll-up div#headerMiddle {
    top: 0;
}

body.scroll-down.onTop div#headerMiddle, body.scroll-up.onTop div#headerMiddle, body.onTop #headerMiddle {
    top: 35px;
}

.scroll-down.onTop #headerTop, .scroll-up.onTop #headerTop {
    height: 35px;
    transition: all .4s;
}

.divMobile {
    display: none;
    border-bottom: solid 1px #cfcccc;
    padding: 10px;
}

.currencySectionMobile, .langSectionMobile {
    width: 80%;
}

li.viewOne {
    display: none !important;
}

li.viewFour {
    /* display: none !important; */
}

span.productDiscount {
    display: flex;
    justify-content: center;
    font-weight: 500;
    font-size: 10px;
    align-items: center;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    background: #f90000;
    width: 35px;
    height: 35px;
    color: #fff;
    border-radius: 100%;
    box-sizing: border-box;
}

#btz-cookie-popup {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    left: 0;
}

    #btz-cookie-popup .btz-cookie-popup__card {
        background: #e5e5e3;
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
        width: 100%;
        line-height: 1.5;
    }

    #btz-cookie-popup .btz-cookie-popup--closed {
        -webkit-animation: btz-cookie-popup--close 0.4s ease-in-out forwards;
        animation: btz-cookie-popup--close 0.4s ease-in-out forwards;
    }

    #btz-cookie-popup .btz-cookie-popup--opened {
        -webkit-animation: btz-cookie-popup--open 0.4s ease-in-out forwards;
        animation: btz-cookie-popup--open 0.4s ease-in-out forwards;
        border-radius: 5px;
    }

    #btz-cookie-popup .btz-cookie-popup__content {
        padding: 10px;
        text-align: center;
    }

    #btz-cookie-popup .btz-cookie-popup__content--text-bold {
        font-weight: 600;
    }

    #btz-cookie-popup h3 {
        color: #000;
        font-size: 18px;
        font-weight: 600;
        margin: 0 0 0.5em;
    }

    #btz-cookie-popup p {
        font-size: 13px;
        color: #000;
        margin: 2px 0;
    }

    #btz-cookie-popup a {
        font-size: 13px;
        color: #000;
        text-decoration: underline;
    }

    #btz-cookie-popup button {
        background: #d6bf9c;
        border: none;
        color: #000;
        font-size: 13px;
        line-height: 3em;
        padding: 0 3em;
        cursor: pointer;
        transition: box-shadow 0.3s ease;
    }

        #btz-cookie-popup button:hover {
            box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3) !important;
        }

    #btz-cookie-popup .btz-cookie-popup--close:after {
        color: #000;
        content: "X";
        cursor: pointer;
        font-size: 14px;
        font-weight: 600;
        position: absolute;
        right: 0.8em;
        top: 0.5em;
        -webkit-transform: scaleX(1.25);
        transform: scaleX(1.25);
        transition: color 0.3s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    #btz-cookie-popup .btz-cookie-popup--close:hover:after {
        color: #212121;
    }

@-webkit-keyframes btz-cookie-popup--close {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    20% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes btz-cookie-popup--close {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    20% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-webkit-keyframes btz-cookie-popup--open {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    80% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes btz-cookie-popup__open {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    80% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.btz-cookie-popup_c-p-card.btz-cookie-popup_card.btz-cookie-popup--opened {
    background: rgb(254 254 254 / 90%);
    width: 100%;
    line-height: 1.5;
    box-shadow: 0 0 50px rgb(0 0 0 / 20%);
}

#btz-cookie-popup button#cookie-ok {
    background: #d6bf9c;
    border: none;
    color: #000;
    font-size: 13px;
    line-height: 3em;
    padding: 0 3em;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
    text-decoration: none;
}

    #btz-cookie-popup button#cookie-ok:focus {
        outline: 0;
    }

ul.pagination {
    margin: 60px 0;
    text-align: center;
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #636668;
    background-color: #fff;
    /* border: 1px solid #dee2e6; */
}

.pagination .page-item.current-page .page-link {
    color: #1c1b1b;
    border-bottom-color: #1c1b1b;
    box-shadow: 0 -2px #1c1b1b inset;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-radio .custom-control-label {
    display: none;
}

.custom-radio span.custom-control-description {
    cursor: pointer;
    font-size: 11px;
}

input[type="radio"] {
    appearance: auto;
}

.generalNote {
    position: fixed;
    top: 80px;
    right: 15px;
    font-weight: 500;
    text-align: center;
    z-index: 9999999999;
}

    .generalNote .toast {
        position: relative;
    }

.toast.show {
    background-color: #fff !important;
}

.toast.show {
    display: block;
    opacity: 1;
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 12px;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 10%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem;
}

.generalNote .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    display: flex;
    opacity: 1;
    cursor: pointer;
}

.generalNote.danger .content {
    border-left: 4px solid #dc3545;
}

generalNote.danger .content::before {
    content: "!";
    background: #dc3545;
}

.generalNote .content::before {
    display: flex;
    justify-content: center;
    align-items: center;
    left: 15px;
    top: 0;
    bottom: 0;
    min-width: 40px;
    min-height: 40px;
    margin: 0 15px 0 0;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    font-size: 24px;
}

.generalNote .content {
    position: relative;
    padding: 30px 30px 30px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.modal-dialog.product-quickview {
    width: calc(100% - 200px);
}

.product-quickview .modal-body {
    max-height: calc(115vh - 280px);
    overflow-y: auto;
}

.product-quickview ul#thumbImage {
    display: none;
}

.message-error.text-center.validation-summary-errors {
    color: #fa0303;
}

span.field-validation-error {
    color: #fa0303;
}

input.checkout-as-guest-button {
    margin-top: 10px;
    background-color: #2e3a53;
    border-color: #2e3a53;
    font-size: 14px;
    font-weight: 400;
    border: none;
    outline: none;
    color: #fff;
    height: 40px;
    width: 200px;
    border-radius: 6px;
    cursor: pointer;
}

input.register-button {
    margin-top: 10px;
    background-color: #305570;
    border-color: #305570;
    font-size: 14px;
    font-weight: 400;
    border: none;
    outline: none;
    color: #fff;
    height: 40px;
    width: 200px;
    border-radius: 6px;
    cursor: pointer;
}

ul#guestLogin {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

#NewAddressModal .modal-dialog {
    max-width: 500px;
}

span.required {
    color: red;
}

a.print-order-button {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #db8383;
    color: #fffcfc;
    outline: none;
    width: 125px;
    border-radius: 3px;
    font-size: 12px;
}

a.pdf-invoice-button {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b6b030;
    color: #fff;
    border: none;
    outline: none;
    width: 125px;
    border-radius: 3px;
    font-size: 12px;
}

a.order-note-button {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5c89cf;
    color: #fff;
    border: none;
    outline: none;
    width: 125px;
    border-radius: 3px;
    font-size: 12px;
}

a.cancel-order {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f60606;
    color: #fff;
    border: none;
    outline: none;
    width: 125px;
    border-radius: 3px;
    font-size: 12px;
}

a.re-order-button {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2842b;
    color: #fff;
    border: none;
    outline: none;
    width: 125px;
    border-radius: 3px;
    font-size: 12px;
}

a.return-items-button {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3966ac;
    color: #fff;
    border: none;
    outline: none;
    width: 125px;
    border-radius: 3px;
    font-size: 12px;
}

.ordDetail .detailTitle {
    justify-content: end !important;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    float: right;
}


    .ordDetail .detailTitle > a {
        margin-right: 1%;
    }

.col.col-2.PriceRow, .col.col-2.AllRow {
    display: block !important;
    text-align: center;
}

.PriceRow span.text-center.small.text-danger {
    font-size: 14px;
    color: #f80000;
    text-decoration: line-through;
}

.AllRow .discount.text-success.text-center {
    font-size: 11px;
    color: #16bd21;
}

div#generalModal .modal-dialog {
    max-width: 500px;
}

#productSection .slick-arrow {
    height: 50px;
    width: 50px;
    font-size: 0;
    display: flex;
    outline: none;
    border: none;
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 75px);
    cursor: pointer;
    z-index: 3;
}

    #productSection .slick-arrow.slick-prev {
        left: 0;
        background: url(../../Themes/Theme07/Content/Assets/Images/arrow_left.svg) center center no-repeat;
        background-size: 20px;
    }

    #productSection .slick-arrow.slick-next {
        right: 0;
        background: url(../../Themes/Theme07/Content/Assets/Images/arrow_right.svg) center center no-repeat;
        background-size: 20px;
    }

.productLink a {
    font-size: 18px;
    color: #000;
}
/*smugLightBox*/
body.LightBox {
    overflow: hidden;
}

.smugLightBox {
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    flex-direction: column;
    opacity: 0;
    z-index: -9999999999;
}

    .smugLightBox.active {
        opacity: 1;
        z-index: 999;
    }

.smugCloseLightBox {
    position: absolute;
    top: 0;
    right: 0;
}

.mainLightBox .Item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.smugLightBox .thumbLightBox {
    position: absolute;
    z-index: 999;
    width: 200px;
    right: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .smugLightBox .thumbLightBox .slick-list.draggable, #productLeft .thumbImage .slick-list.draggable {
        display: flex;
        align-items: center;
    }

    .smugLightBox .thumbLightBox .Item {
        cursor: pointer;
    }

.smugCloseLightBox .container {
    display: flex;
    justify-content: flex-end;
    position: relative;
    height: 50px;
}

.smugLightBox .smugCloseLightBox span {
    background: url('../../Themes/Theme07/Content/Assets/Images/Cancel.svg') center center no-repeat;
    background-size: 30px;
    height: 50px;
    width: 50px;
    display: flex;
    cursor: pointer;
    position: absolute;
    right: 0;
    z-index: 999999999;
}
/*SmugLightBox*/

div#filterSection {
    position: fixed;
    background: #fff;
    height: 100%;
    width: 280px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 95;
    transform: translateX(-100%);
    opacity: 0;
    transition: all .35s ease-in-out;
    z-index: 9999;
    pading: 20px;
    box-sizing: border-box;
}

    div#filterSection.active {
        transform: translateX(0);
        opacity: 1;
        overflow-y: auto;
        overflow-x: hidden;
    }

        div#filterSection.active::-webkit-scrollbar, #MobileMenu ul.Main::-webkit-scrollbar {
            width: 0px;
        }

        div#filterSection.active::-webkit-scrollbar-track, #MobileMenu ul.Main::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
            border-radius: 10px;
        }

        div#filterSection.active::-webkit-scrollbar-thumb, #MobileMenu ul.Main::-webkit-scrollbar-thumb {
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
        }

/*Filter*/
.closeAllFilters {
    margin: 0 0 8px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    background-color: #676161;
    border-color: #676161;
    box-shadow: none;
    text-shadow: none;
    outline: none;
    border-image: none;
    border-style: none;
    border-radius: 4px;
    opacity: 1 !important;
    width: 100%;
    position: relative;
    cursor: pointer;
    top: unset;
    right: unset;
    height: 34px;
    display: none;
}

#ajaxfilter-form {
    margin-bottom: 8px;
}

.clearAllfilters {
    width: 100%;
    text-transform: uppercase;
    font-size: 13px;
    margin-right: 5px;
    margin-bottom: 15px;
    color: #fff;
    background-color: #676161;
    border-color: #676161;
    box-shadow: none;
    outline: none;
    border-image: none;
    border-style: none;
    border-radius: 4px;
    animation-name: filter-anim;
    animation-duration: .3s;
    animation-timing-function: ease;
    height: 34px;
    display: none;
}

#price-filter-section .filter-section, #manufacturers-filter-section .filter-section {
    border-bottom: 0;
}

.filter-section {
    text-align: left;
    margin: auto;
    padding: 0;
}

    .filter-section .title {
        font-size: 16px;
        font-weight: 500;
        color: #000;
        cursor: pointer;
        width: 100%;
        margin-top: 20px;
        display: flex;
        height: 22px;
        align-items: center;
    }

.ajaxfilter-section > ul > li > label > span {
    float: right;
    margin-right: 15px;
}

.ajaxfilter-section > ul > li {
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 5px;
}

.ajaxfilter-section {
    font-size: 13px;
    padding: 0;
    line-height: 18px;
    margin: 0;
    border-color: #000;
    display: grid;
}

.ajaxfilter-price-range-section {
    line-height: 10px;
    padding-top: 5px;
    font-size: 14px;
}

#specification-filter-section .filter-section .title,
#attribute-filter-section .filter-section .title {
    position: relative;
    border-bottom: solid 1px #b6b6b657;
}

    #specification-filter-section .filter-section .title::After,
    #attribute-filter-section .filter-section .title::After {
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 10px;
        top: calc(50% - 10px);
        content: '';
        background: url(../../Themes/Theme07/Content/Assets/Images/arrow.svg) center center no-repeat;
        transition: all .4s;
    }

    #specification-filter-section .filter-section .title + .scrollbar,
    #attribute-filter-section .filter-section .title + .scrollbar {
        display: none;
    }

    #specification-filter-section .filter-section .title.active::After,
    #attribute-filter-section .filter-section .title.active::After {
        transform: rotate(180deg);
    }

.ajaxfilter-title {
    font-size: 14px;
}

.scrollbar ul > li:first-child {
    margin-top: 10px;
}

.scrollbar ul > li:last-child {
    margin-bottom: 10px;
}

#slider-range {
    border: 0;
    top: 0;
    left: 0px;
    cursor: pointer;
    position: relative;
    height: 4px;
    margin: 25px 17px 15px 10px;
    background-color: #2d3a53;
}

    #slider-range .ui-slider-range {
        background: #2d3a53;
        top: 0px;
        height: 4px;
        position: absolute;
    }

    #slider-range .ui-slider-handle {
        border: 0;
        outline: 0;
        cursor: pointer;
        background: #2d3a53;
        border-radius: 100%;
        height: 15px;
        top: -6px;
        width: 15px;
        position: absolute;
    }

#price-current-min {
    width: 60px;
    border: 1px solid #dae2e6;
    text-align: center;
    float: left;
    font-size: 14px;
    height: 24px;
}

#price-current-max {
    width: 60px;
    border: 1px solid #dae2e6;
    text-align: center;
    float: right;
    font-size: 14px;
    height: 24px;
}

.clearHolder {
    width: 100%;
    text-align: center;
    position: relative;
    bottom: 17px;
    font-size: 12px;
    display: none;
}

.ajaxfilter-price-section input {
    padding: 0;
}

button#FilterButton {
    order: 1;
    appearance: none;
    display: flex;
    margin-right: 3%;
    padding: 8px 30px;
    font-size: 14px;
    color: #000;
    border: 1px solid #dfdfdf;
    cursor: pointer;
    height: 40px;
    max-width: 200px;
    background: url(../../Themes/Theme07/Content/Assets/Images/filter.svg) 9% center no-repeat;
    background-size: 20px;
    border-radius: 3px;
}

select#products-orderby {
    order: 2;
}

.viewGrid {
    order: 3;
}

.scrollbar {
    top: 20px;
    max-height: 500px;
    overflow-y: auto;
    width: 100%;
    overflow-x: hidden;
    border-bottom: solid 1px #dfdfdf;
}

#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px;
    background-color: #f5f5f5
}

#style-1::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #4fcbea
}

#style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px;
    background-color: #f5f5f5
}

#style-2::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5
}

#style-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #4fcbea
}

#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 #2d3a53;
    border-radius: 10px;
    background-color: #f5f5f5
}

#style-3::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5
}

#style-3::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #2d3a53
}

.category-page .categoryGrid {
    overflow: initial;
}

.categoryGrid .flex-grid.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
}

.list-title .h6 {
    font-size: 14px;
    margin-top: 2%;
}

    .list-title .h6 a {
        color: #838080;
    }

#filterSection.active + #filterSectionOverlay {
    display: flex;
    width: 100%;
    height: 100%;
    background: #0b0b0ba3;
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
}

.result.text-white {
    color: red !important;
}

.cswishlist .Item {
    padding: 10px;
    box-sizing: border-box;
}

.SearchList .Content .form-group {
    display: flex;
}

input.search-button {
    margin-left: 10px;
    height: 38px !important;
    width: 50px;
    padding-left: 13px;
    background: #000;
    color: #fff;
}

.SearchList input#q {
    padding-left: 10px;
}

.text-right {
    text-align: right;
    padding: 5px;
}

.SearchList .AdvancedSearch {
    justify-content: center;
    align-items: center;
}

iframe#modalBodyTds {
    min-height: 600px;
}



#productSection div.slick-track {
    float: left
}

.fl.col-12.mb.CategoryTop.SearchList {
    display: none !important;
}

.hasSub .subMenu li.child {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 25px;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

#headerMiddle i.icon-user, #headerMiddle i.icon-magnifier, #headerMiddle i.icon-heart, #headerMiddle i.icon-basket {
    color: #897e7e;
}

#orderDetailInner .Item select.custom-select.form-control {
    background: none !important;
}

#Logo {
    padding: 0;
    width: 35%;
}

@media screen and (min-width: 769px) {
    #Logo img {
        width: 100%;
    }

    #menuBtn, .userBoxOverlay {
        display: none;
    }

    .mainLightBox .Item img {
        display: block;
        max-height: 100%;
    }
}

#NewAddressModal .box.col-12, #NewAddressModal .box.col-6 {
    padding-top: 5px !important;
    padding-bottom: 0px !important;
}

#customerAccount h5 i {
    display: none;
}

@media screen and (max-width: 768px) {
    #customerAccount h5 i {
        display: contents;
    }

    #Logo {
        padding: 0;
        width: 60%;
    }

    .iti-mobile .iti__country-list {
        max-height: 65%;
        width: 60%;
    }

    .categoryGrid .flex-grid, .manufacturerGrid .flex-grid, .customGrid .flex-grid {
        display: flex;
        flex-wrap: nowrap !important;
        flex-direction: row;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .productItem .productItemBottom .priceSection {
        justify-content: space-around;
    }

        .productItem .productItemBottom .priceSection > div {
            width: 50%;
        }

    ul#guestLogin {
        flex-direction: column;
    }

    .productItem .productItemBottom .productItemDetail .productName {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #searchBox #small-searchterms {
        font-size: 13px;
    }

    section#Hero {
        margin-bottom: -5%;
    }

    .CategoryTop #divCampCategory ul {
        flex-wrap: wrap;
    }

        .CategoryTop #divCampCategory ul li {
            margin: auto;
            padding-top: 7px;
        }

    #Navigation {
        margin: 5px 0;
        display: none;
    }

    .AddressPaymentNavi {
        margin: 5px 25px !important;
        display: block !important;
    }

    .CartWrapper .qtyBox {
        width: 135px;
    }
.add2Fav i.far.fa-heart {
    margin-left: -8px;
}
    .size-product__info--price {
        display: none !important;
    }

    .whatsappOrder {
        width: 100%;
        text-align: center;
    }

    #product-detail div#productSection {
        padding-left: 0px;
        padding-right: 0px;
    }

    button#fastLook {
        display: none;
    }

    .col.productItem.col-4 {
        width: 50%;
    }

    span.productDiscount {
        font-size: 11px;
        top: 5px;
        left: 5px;
        width: 30px;
        height: 30px;
    }

    button#fastLook {
        display: none;
    }

    #Katalog .productItem .campaignSection > span, .alsoProduct .productItem .campaignSection > span, .relatedProduct .productItem .campaignSection > span, .crossCellProduct .productItem .campaignSection > span {
        width: 100%;
    }

        #Katalog .productItem .campaignSection > span.campaignName, .alsoProduct .productItem .campaignSection > span.campaignName, .relatedProduct .productItem .campaignSection > span.campaignName, .crossCellProduct .productItem .campaignSection > span.campaignName {
            font-size: 9px;
        }

        #Katalog .productItem .campaignSection > span.campaignPrice, .alsoProduct .productItem .campaignSection > span.campaignPrice, .relatedProduct .productItem .campaignSection > span.campaignPrice, .crossCellProduct .productItem .campaignSection > span.campaignPrice {
            font-size: 13px;
        }

    .alsoProduct .productItem .campaignSection, .relatedProduct .productItem .campaignSection, .crossCellProduct .productItem .campaignSection {
        width: calc(100% - 100px);
    }

    .col.productItem.col-12 .campaignSection > span, .col.col-12.productItem .campaignSection > span {
        width: 120px !important;
    }

    li.viewThree {
        display: none !important;
    }

    li.viewOne, li.viewTwo, .divMobile {
        display: block !important;
    }

    #headerTop {
        display: none;
    }

    #cartPopup .panelPopupItems {
        max-height: 400px;
    }

    #headerMiddle {
        top: 0 !important;
    }

    header#mainHeader {
        height: 55px;
    }

    .bullHorn {
        width: 100%;
    }

    div#userBox {
        width: 270px;
        position: fixed;
        right: 0;
        top: 0;
        height: 100%;
        z-index: 999;
        border-radius: 0;
    }

    .userBoxOverlay.active {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        background: #00000060;
        z-index: 996;
    }



    #cartPopup {
        width: 350px !important;
        padding: 0;
        max-width: 90%;
        top: 0;
    }

        #cartPopup .closeCartPopup span {
            height: 30px;
            width: 30px;
        }

        #cartPopup .panelPopupItem .Title {
            font-size: 11px;
        }

        #cartPopup .panelPopupItem .VariantQty {
            font-size: 10px;
        }

        #cartPopup .panelPopupItem .price .mainPrice {
            font-size: 14px;
        }

        #cartPopup .panelPopupItem .price .oldPrice {
            font-size: 11px;
        }

    footer#MainFooter #Top > div {
        width: 100%;
    }


    #menuBtn {
        display: flex;
    }

    footer#MainFooter #Top {
        flex-wrap: wrap;
        margin: 0;
    }

        footer#MainFooter #Top div#NewsLetter {
            width: 100%;
            padding: 10px;
            box-sizing: border-box;
        }

        footer#MainFooter #Top #Social {
            width: 100%;
        }

    #Top > div:nth-child(1) {
        display: flex;
        justify-content: center;
    }

    #Link h5 + ul {
        display: none;
    }

    #Link h5::After {
        width: 20px;
        height: 20px;
        background: #fff url(../../Themes/Theme07/Content/Assets/Images/arrow.svg) center center no-repeat;
        position: absolute;
        content: '';
        display: flex;
        right: 10px;
        top: calc(50% - 10px);
        background-size: 20px;
        -webkit-appearance: none;
    }

    #Link h5 {
        position: relative;
        font-size: 16px;
    }

        #Link h5.active::After {
            transform: rotate(180deg);
        }

    #Copyright {
        margin-top: 0;
        flex-wrap: wrap;
        padding-bottom: 10px;
    }

        #Copyright .First, #Copyright .Third {
            width: 100%;
        }

        #Copyright .Second {
            width: 100%;
            justify-content: center;
        }

        #Copyright .First {
            order: 2;
            text-align: center;
        }

        #Copyright .Second {
            order: 1;
        }

        #Copyright .Third {
            order: 3;
            text-align: center;
        }

    nav#mainMenu {
        display: none !important;
    }

    div#Katalog > div > .row {
        flex-wrap: wrap;
    }

    #productSection .CategoryTop {
        flex-direction: column;
    }

        #productSection .CategoryTop > div {
            width: 100%;
        }

        #productSection .CategoryTop .Action select, #FilterButton {
            margin-top: 10px;
        }

        #productSection .CategoryTop .Action {
            align-items: center;
        }

    #Navigation ol.breadcrumb li a {
        font-size: 11px;
        min-height: 20px;
        display: flex;
        align-items: center;
    }

    #productRight {
        padding: 20px 10px;
        box-sizing: border-box;
    }

        #productRight .ProductRelated ul#otherColor li {
            min-width: auto;
            min-height: auto;
            height: 65px;
            width: 50px;
        }

    .CartWrapper .addCartBtn {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 5px 10px;
        z-index: 333;
        background: #fff;
        box-sizing: border-box;
        box-shadow: 0 -3px 3px rgb(0 0 0 / 10%);
        border-bottom: 1px solid #dee2e6;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }

    #loginBox {
        width: 100%;
        margin: 20px 0;
    }

        #loginBox ul#socialLogin {
            flex-direction: column;
        }

            #loginBox ul#socialLogin li a.fbLogin {
                margin-bottom: 10px;
            }

    .paymentInner .tabcontent#KK {
        flex-direction: column;
    }

    #customerAccount {
        padding: 20px;
        box-sizing: border-box;
    }

    #customerAccount {
        margin: 10px 0;
    }

        #customerAccount h5 {
            margin-top: 0;
            color: #2e3a53;
        }

            #customerAccount h5 + ul {
                display: none;
            }

    #orderList .orderTitle .Date, #orderList .orderItem .Date, #orderList .orderTitle .Pay, #orderList .orderItem .Pay {
        display: none;
    }

    #orderList .orderItem .SNo, #orderList .orderTitle .SNo {
        width: 30%;
    }

    #orderList .orderItem .Pay, #orderList .orderTitle .No {
        display: none;
    }


    #orderList .orderItem .No {
        display: none;
    }

    #orderList .orderItem > div {
        width: 25%;
    }

    #orderList .orderTitle > div {
        width: 25%;
    }

    #orderDetailInner .Item > div {
        text-align: center;
    }

    #productRight .ProductPrice .priceInner {
        margin: 0;
        width: 50%;
    }

    #productRight .ProductPrice {
        padding: 0 5px 0 0;
        border: none;
        width: 55%;
        justify-content: space-around;
        align-items: center;
    }

        #productRight .ProductPrice .oldPrice {
            font-size: 14px;
        }

        #productRight .ProductPrice .newPrice {
            font-size: 16px;
            justify-content: flex-start;
        }

    #productRight .campaignInner > span.campaignPrice {
        font-size: 15px;
        border-radius: 0 0 10px 10px;
        padding: 5px 5px;
    }

    #productRight .campaignInner > span.campaignName {
        font-size: 10px;
        border-radius: 3px 3px 0 0;
        padding: 5px 2px;
        color: #000;
    }

    .CartWrapper .addCartBtn button {
        width: 45%;
    }

    #productRight .campaignInner {
        flex-direction: column;
        width: 50%;
    }

    #productLeft ul#thumbImage {
        display: none;
    }

    ul#productImage .slick-arrow.slick-prev {
        left: 5px;
        right: auto;
        top: calc(50% - 20px);
    }

    ul#productImage .slick-arrow.slick-next {
        right: 5px;
        top: calc(50% - 20px);
    }

    .SearchPage select#products-orderby {
        max-width: 300px !important;
    }

    .SearchList .Content label {
        font-size: 11px;
    }
}

#commentProduct, .SearchPage button#FilterButton {
    display: none;
}

#ipazaar-eticaret {
    font-size: 12px;
    color: #3b3734;
    text-align: center;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    padding: 10px 0;
    height: 40px;
    border-top: solid 1px #dad9d9;
}

div#Top .img-fluid {
    min-width: 185px;
    margin-top: 15%;
}

.countProductSection {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-bottom: 2%;
    font-size: 14px;
}

#productRight span.productDiscount {
    position: relative;
    float: left;
    top: 0;
    color: #f90000;
    background: transparent;
    border: 1px solid;
    border-radius: 10px;
    min-width: 100px;
    float: right;
}

.prDetDigerRenkler span {
    border-radius: 0;
    border: 1px solid #ccc;
    width: 80px;
    height: 80px;
    display: inline-block;
    overflow: hidden;
    background-color: #ffffff;
    text-align: center;
}

#otherColor li {
    border-radius: 0;
    border: 1px solid #ccc;
    width: 75px;
    height: 75px;
    display: inline-block;
    overflow: hidden;
    background-color: #ffffff;
    text-align: center;
}

.cssDigerRenklerP {
    font-weight: bold;
    margin-top: -20px;
    font-size: 10px;
    color: #858282;
    border: 0px solid #ccc;
}

.productItemTop {
    /* border: solid 1px #e2e1e1; */
}

.page.password-recovery-page {
    margin: 190px calc(50% - 250px);
}

.row.text-xs-center {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5%;
}

.single_clarence_area {
    padding: 5px;
}
.filter-section.s-6472047b304ce6d12efd8bde,.filter-section.s-6472047b304ce6d12efd8b7f,.filter-section.s-6472047b304ce6d12efd8b9f,.filter-section.s-6472047b304ce6d12efd8c32,.filter-section.s-6472047b304ce6d12efd8bb8 {
    display: none;
}


.modal-open {
    overflow: hidden;
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 1rem);
        overflow: hidden;
    }

    .modal-dialog-scrollable .modal-header,
    .modal-dialog-scrollable .modal-footer {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto;
    }

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - 1rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
        content: "";
    }

    .modal-dialog-centered.modal-dialog-scrollable {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
    }

        .modal-dialog-centered.modal-dialog-scrollable .modal-content {
            max-height: none;
        }

        .modal-dialog-centered.modal-dialog-scrollable::before {
            content: none;
        }

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: 0.5;
    }

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

    .modal-header .close {
        padding: 1rem 1rem;
        margin: -1rem -1rem -1rem auto;
    }

.modal-title {
    margin: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

    .modal-footer > * {
        margin: 0.25rem;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

        .modal-dialog-scrollable .modal-content {
            max-height: calc(100vh - 3.5rem);
        }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

        .modal-dialog-centered::before {
            height: calc(100vh - 3.5rem);
            height: -webkit-min-content;
            height: -moz-min-content;
            height: min-content;
        }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

#cartWrapper .cartInner {
    border: 1px solid #e6e6e6;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-top: 20px;
}

.shipping > .estimate-shipping-result > .message-error > ul > li {
    font-size: 13px;
    color: red;
    font-weight: 600;
}

#orderLogo img {
    max-width: 220px;
}

#confirm-order-form .ship-to-same-address {
    margin-left: 0;
}

.estimate-shipping .hint {
    font-size: 11.5px;
    margin-top: 5px;
    margin-bottom: 10px;
}

div#ModalConditionsOfUse .modal-dialog {
    max-width: 500px;
    width: 100%;
    margin: 30px auto;
}

div#ModalConditionsOfUse .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

.shipping-options label.fl.col-12 {
    margin-top: 8px;
}

input#estimate-shipping-button {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    height: 40px;
    box-sizing: revert;
    background: transparent;
    border: 1px solid #e6e6e6;
    border-left: none;
    border-radius: 0 0px 0px 0;
    background: #000;
    color: #fff;
    cursor: pointer;
}

.estimate-shipping-result.generalMarginSupporter {
    margin-bottom: 15px;
}

#cartWrapper .cartInner .Item {
    padding: 0px 10px;
    margin: 0px;
    display: flex;
    box-sizing: border-box;
    border-bottom: solid 1px #e6e6e6;
    align-items: center;
    width: calc(100% - 20px);
}

    #cartWrapper .cartInner .Item:last-child {
        border: none;
    }

    #cartWrapper .cartInner .Item .Name {
        color: #333;
        font-size: 12px;
        padding-right: 30px;
        margin-bottom: 10px;
        width: 100%;
        box-sizing: border-box;
    }

.cswishlist .Item .Name {
    color: #333;
    font-size: 13px;
    padding-right: 30px;
    margin-bottom: 10px;
    text-align: left;
    box-sizing: border-box;
}

    .cswishlist .Item .Name > a {
        color: #666;
    }

#cartWrapper .cartInner .Item .Variant, .cswishlist .Item .Variant {
    color: #666;
    font-size: 13px;
}

#cartWrapper .cartInner .Item .Qty {
    display: flex;
    align-items: center;
    width: 100px;
}

.cswishlist .Item .Qty {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

    #cartWrapper .cartInner .Item .Qty a, .cswishlist .Item .Qty a {
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #e6e6e6;
        background-color: #fafafa;
        font-size: 18px;
        box-sizing: border-box;
    }

    #cartWrapper .cartInner .Item .Qty input, .cswishlist .Item .Qty input {
        width: 40px;
        text-align: center;
        border: 1px solid #e6e6e6;
        height: 40px;
        border-right: none;
        border-left: none;
        margin: 0;
        box-sizing: border-box;
    }

#cartWrapper .cartInner .Item .Price {
    width: calc(100% - 100px);
    text-align: center;
    padding-right: 20px;
}

#cartWrapper .cartInner .Item .PriceTotal {
    width: calc(100%);
    text-align: center;
    padding-right: 10px;
}

#cartWrapper .cartInner .Item > .col-5 {
    display: flex;
}

#cartWrapper .cartInner .Item .Price .oldPrice, #cartWrapper .cartInner .Item .PriceTotal .oldPrice {
    color: #fa0303;
    font-size: 14px;
    text-decoration: line-through;
    text-align: right;
}

.edit-item.Variant {
    margin-top: 5px;
}

#cartWrapper .cartInner .Item .Price .mainPrice {
    font-size: 17px;
    color: #f27a1a;
    text-align: right;
    font-weight: 600;
}

#cartWrapper .cartInner .Item .PriceTotal .mainPrice {
    font-size: 14px;
    color: #f27a1a;
    font-weight: 500;
}

#cartWrapper .cartInner .Item .removeSection {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    #cartWrapper .cartInner .Item .removeSection a {
        color: red;
        font-size: 13px;
    }

#cartWrapper .cartInner .Item .imgSection a {
    max-width: 75%;
}

#cartWrapper {
    margin-bottom: 30px;
    padding: 20px 0px;
}
#cartWrapper.checkoutComplate {margin-bottom: 30px;padding: 110px 0px;}

    #cartWrapper.cswishlist {
        margin-bottom: 30px;
        padding: 135px 0px;
    }

    #cartWrapper.cartPage {
        margin-bottom: 30px;
        padding: 135px 0px;
    }

    #cartWrapper .orderList .Content {
        border: 1px solid #e6e6e6;
        background: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        padding: 25px 20px 20px;
    }



        #cartWrapper .orderList .Content .Title {
            font-size: 22px;
            color: #2d3a53;
            font-weight: 500;
            margin-bottom: 15px;
        }

        #cartWrapper .orderList .Content .Item .First {
            font-size: 13px;
            color: #2d3a53;
            font-weight: bold;
        }

        #cartWrapper .orderList .Content .Item .Second {
            font-size: 16px;
            color: #333;
        }

        #cartWrapper .orderList .Content .Item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 10px;
        }

            #cartWrapper .orderList .Content .Item.Last {
                font-weight: 600;
                margin-top: 25px;
                padding-top: 25px;
                border-top: 1px solid #e6e6e6;
            }

                #cartWrapper .orderList .Content .Item.Last .Second {
                    font-weight: 700;
                    color: #ea8e44;
                    font-size: 18px;
                }

                #cartWrapper .orderList .Content .Item.Last .First {
                    font-weight: bold;
                    font-size: 15px;
                }

.col.col-12.col-sm-12.cart-collaterals.carttotal {
    padding: 15px;
}

#cartWrapper .orderList input#btnAddressSelected, input.btn.btn-info.new-address-next-step-button, #cartWrapper .orderList input#btnCargoSelected, #cartWrapper .orderList input#ConfirmButton {
    cursor: pointer;
    padding: 10px 0;
    font-size: 14px;
    border-radius: 3px;
    color: #fff;
    border: 1px solid #28a745;
    float: left;
    width: 100%;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    display: flex;
    outline: none;
    align-items: center;
    margin-top: 25px;
    text-transform: capitalize;
    background: #28a745;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#cartWrapper .orderList a#goPayment {
    padding: 10px 0;
    font-size: 18px;
    border-radius: 3px;
    color: #fff;
    border: 1px solid #28a745;
    float: left;
    width: 100%;
    font-weight: 600;
    justify-content: center;
    text-align: center;
    display: flex;
    align-items: center;
    margin-top: 25px;
    text-transform: uppercase;
    background: #28a745;
}

#cartWrapper .orderList button#checkoutasguest {
    font-size: 15px;
    border-radius: 3px;
    color: #fff;
    border: 1px solid #000000;
    float: left;
    height: 40px;
    width: 100%;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    display: flex;
    align-items: center;
    margin-top: 20px;
    text-transform: uppercase;
    background: #000000;
}


#cartWrapper .orderList button#checkout {
    font-size: 14px;
    border-radius: 3px;
    color: #fff;
    border: 1px solid #28a745;
    float: left;
    width: 100%;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    display: flex;
    align-items: center;
    margin-top: 20px;
    text-transform: uppercase;
    background: #28a745;
}

#cartWrapper .cartInner .Item:last-child {
    border: none;
}

.discountCoupon {
    border: 1px solid #e6e6e6;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    box-sizing: border-box;
    margin: 5px 0;
}

    .discountCoupon label {
        font-size: 12px;
        color: #000;
        margin-bottom: 5px;
        display: flex;
        font-weight: 500;
        width: 100%;
    }

    .discountCoupon input {
        box-sizing: border-box;
        border: 1px solid #e6e6e6;
        height: 33px;
        border-radius: 3px 0 0 3px;
        width: calc(100% - 60px);
    }

.CartActionLinks {
    display: flex;
    align-items: center;
}

    .CartActionLinks a {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        color: #000;
    }

#cartWrapper .CartActionLinks > div:nth-child(1) > a {
    color: #dc3545;
}

#cartWrapper .CartActionLinks > div:nth-child(2) > a {
    color: #f77d1a;
}

.discountCoupon button#applygiftcardcouponcode, .discountCoupon button#applydiscountcouponcode {
    width: 60px;
    height: 33px;
    box-sizing: revert;
    background: transparent;
    border: 1px solid #e6e6e6;
    border-left: none;
    border-radius: 0 6px 6px 0;
    background: #000;
    color: #fff;
}

#orderHeader > .container {
    display: flex;
    align-items: center;
}

#orderHeader #orderBack button {
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px rgba(53, 45, 57, 0.08);
    border-radius: 6px;
    width: 75px;
    color: #2d3a53;
    height: 33px;
}

#orderHeader #orderBack > a {
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px rgba(53, 45, 57, 0.08);
    border-radius: 6px;
    width: 75px;
    height: 33px;
}

#orderHeader {
    padding: 30px 0;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px rgba(53, 45, 57, 0.08);
}

#orderLogo {
    display: flex;
    align-items: center;
    justify-content: center;
}

#orderUser {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    #orderUser a {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 15px;
        box-sizing: border-box;
        background: #F9F9F9;
        border: 1px solid #EFEFEF;
        box-sizing: border-box;
        border-radius: 6px;
        margin-left: 5px;
    }

        #orderUser a img {
            height: 30px;
            margin-bottom: 5px;
        }

.adressInner .addressRow {
    padding: 10px 20px;
    margin: 10px;
    box-sizing: border-box;
    border: solid 1px #e6e6e6;
    width: calc(33% - 20px);
    border-radius: 2px;
    cursor: pointer;
}

.adressInner {
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
}

    .adressInner .addressRowBtns {
        display: flex;
        justify-content: flex-end;
        padding-right: 10px;
    }

        .adressInner .addressRowBtns button {
            display: flex;
            height: 40px;
            align-items: center;
            justify-content: center;
            color: #fff;
            background: #2d3a53;
            border: none;
            outline: none;
            padding: 0 15px;
            border-radius: 6px;
        }

    .adressInner .addressRow > div {
        line-height: 1.5;
        font-size: 13px;
    }

    .adressInner .addressRow.active {
        position: relative;
        border: solid 1px #083959;
        overflow: hidden;
    }

        .adressInner .addressRow.active::After {
            width: 50px;
            height: 50px;
            background-color: #2d3a53;
            position: absolute;
            content: '';
            right: -15px;
            top: -15px;
            border-radius: 100%;
        }

    .adressInner .addressRow .Name {
        text-align: center;
        font-weight: 600;
        border-bottom: solid 1px #2d3a53;
        padding: 10px;
        box-sizing: border-box;
        margin-bottom: 13px;
    }

    .adressInner .addressRow.active .Name {
        border-color: #2d3a53;
        color: #2d3a53;
    }

    .adressInner .addressRow.active b {
        color: #2d3a53;
    }

.paymentInner {
    margin-top: 20px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 25px 20px 20px;
    box-sizing: border-box;
}

    .paymentInner ul {
        display: flex;
        justify-content: space-around;
    }

        .paymentInner ul li {
            width: 33.3333333%;
        }

            .paymentInner ul li a {
                display: flex;
                justify-content: center;
                height: 40px;
                align-items: center;
                color: #999898;
                position: relative;
                text-align: center;
            }

            .paymentInner ul li.ui-tabs-active a {
                border-radius: 10px 10px 0 0;
                color: #2d3a53;
            }

    .paymentInner .tabcontent {
        padding: 20px;
        box-sizing: border-box;
        border-radius: 0 0 6px 6px;
    }



    .paymentInner * {
        outline: none;
    }

    .paymentInner .tabcontent p {
        margin: 5px 0;
        float: left;
        width: 100%;
    }

    .paymentInner .tabcontent b {
        color: #f77d1a;
        margin: 5px 0;
        float: left;
        width: 100%;
    }


    .paymentInner .tabcontent input {
        margin: 8px 0;
        height: 40px;
        border-radius: 4px;
        border: solid 1px #e6e6e6;
        color: #000;
        padding: 5px 10px;
        box-sizing: border-box;
    }

    .paymentInner #KK {
        display: flex;
        align-items: center;
        text-align: center;
    }

    .paymentInner ul li.ui-state-active a::After {
        background: #2d3a53;
    }

    .paymentInner .tabcontent input::placeholder {
        color: #000;
    }

    .paymentInner .tabcontent input:focus {
        border: solid 1px #f77d1a;
    }

#orderList .orderTitle, #orderList .orderItem {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #3d3d3d;
}

#orderDetailInner, #orderDetailContent {
    margin-top: 50px;
}

    #orderList .orderTitle, #orderDetailInner > .Row {
        background: #3d3d3d;
        color: #fff;
        text-align: center;
        font-size: 14px;
    }

        #orderList .orderTitle > div {
            border-right: 1px solid #3d3d3d;
        }

#orderList .orderItem .Detail a {
    background: #28a745;
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 6px;
    font-size: 12px;
}

#orderList .orderItem > div {
    display: flex;
    align-items: center;
    font-size: 13px;
}

.orderItem .col.col-2.Detail {
    display: block !important;
}

#orderDetailInner .Item, .cswishlist .Item {
    display: flex;
    box-sizing: border-box;
    border-bottom: solid 1px #dddddd;
    text-align: center;
    font-size: 13px;
    align-items: center;
}

    #orderDetailInner .Item .Name {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        border-left: solid 1px #dddddd;
        padding: 10px;
        box-sizing: border-box;
    }

    #orderDetailInner .Item > div {
        border-right: solid 1px #dddddd;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 0;
        font-weight: 500;
    }

    #orderDetailInner .Item .Name b {
        margin-bottom: 5px;
        font-weight: 500;
        font-size: 13px;
    }

    #orderDetailInner .Item .Name span {
        font-weight: 400;
        color: #888;
        font-size: 12px;
    }

#orderDetailInner > .Row > div, .cswishlist .Row > div {
    border-right: solid 1px #dddddd;
    padding: 5px;
    box-sizing: border-box;
}

#orderDetailContent {
    border: 1px solid #e6e6e6;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 0;
}


    #orderDetailContent .Title {
        font-size: 15px;
        font-weight: 500;
        text-align: center;
        color: #fff;
        padding: 5px;
        box-sizing: border-box;
        background: #3d3d3d;
    }

    #orderDetailContent .Item .First {
        font-size: 13px;
        color: #333;
    }

    #orderDetailContent .Item .Second {
        font-size: 16px;
        color: #333;
    }

    #orderDetailContent .Item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
        padding: 10px;
        box-sizing: border-box;
    }

        #orderDetailContent .Item.Last {
            font-weight: 600;
            padding-top: 25px;
            border-top: 1px solid #e6e6e6;
        }

            #orderDetailContent .Item.Last .Second {
                font-weight: 700;
                color: #f77d1a;
                font-size: 18px;
            }

            #orderDetailContent .Item.Last .First {
                font-weight: 600;
                font-size: 15px;
            }

#orderDetail .col-4 .Item {
    border: 1px solid #3d3d3d;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
}

#orderDetail > .row {
    display: flex;
    flex-wrap: wrap;
}

#orderDetail .col-4 {
    display: flex;
}

.Item .Name1 {
    display: block !important;
}

#orderDetail .col-4 .Item .Row {
    margin-bottom: 10px;
}

#orderDetail .col-4 .Item .Title {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid #3d3d3d;
    padding: 10px;
    box-sizing: border-box;
}

.mobileAddToCard {
    display: none;
}



#cartWrapper .cartInner .Item .Variant > a, .cswishlist .Item .Variant > a {
    color: #000;
    transition: all .3s ease;
    border: 1px solid #e6e6e6;
    background-color: #fafafa;
    box-sizing: border-box;
    font-size: 11px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    border: none;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.475rem .75rem;
    /* font-size: 1rem; */
    line-height: -1px;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.Variant.message-error {
    color: #f80101 !important;
    margin-top: 5px;
}

.csGiftCardCouponCode {
    font-size: 11px;
    color: #13b950;
    text-align: center;
}

button.btn.btn-sm.btn-secondary.remove-gift-card-button {
    outline: none;
    width: 10px;
    box-sizing: border-box;
    padding: 1px;
    color: red;
    font-size: 16px;
}

.card.text-white.card-success.message-success.text-center, .card.text-white.card-success.text-center {
    background: #13b950;
    font-size: 13px;
    height: 40px;
    margin-top: 5px;
    box-sizing: border-box;
}
.card-body.align-items-center {
    display: inline-flex;
    height: auto;
}
.card-body.align-items-center > button {
    margin-right: 10px;
}
.card.text-white.card-danger.message-failure.text-center {
    background: #fa0303;
    font-size: 13px;
    height: 40px;
    margin-top: 5px;
    box-sizing: border-box;
}

    .card.text-white.card-success.message-success.text-center .card-bodyquote, .card.text-white.card-danger.message-failure.text-center .card-bodyquote {
        padding: 5px;
    }

button#removediscount {
    color: #fff;
    padding: 3px;
    margin-left: 10%;
}

.cartTerms span {
    font-size: 14px;
}

.terms-of-service.cartTerms {
    margin-left: 10px;
}

.CartActionLinks a.custom-control-description.read.pl-1.font-weight-bold {
    display: inline-block;
}

.adressInner .addressRow input[type="radio"], .cargoInner .ShippingMethodList input[type="radio"], .card-bodyins input[type="radio"] {
    opacity: 0;
}

.cargoInner .ShippingMethodList span.radioButton {
    display: none;
}

.ship-to-same-address {
    color: #2d3a53;
    font-weight: 600;
    margin-left: 15%;
}

#formCheckConfirm .ship-to-same-address {
    margin-left: 0;
}

div#divShippingAddress {
    border-top: solid 1px #ddd9d9;
}

.cargoInner {
    margin-top: 20px;
}

    .cargoInner .Item {
        border: 1px solid #e6e6e6;
        background: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        padding: 15px 25px;
        box-sizing: border-box;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
    }

        .cargoInner .Item span.Price {
            font-weight: 800;
            color: #000;
        }


        .cargoInner .Item.active {
            background-color: #000;
            color: #fff;
        }

            .cargoInner .Item.active span.Price {
                color: #fff;
            }

h3.addresTittle {
    font-size: 17px;
}

.OrderNote {
    color: #999898;
    margin-top: 15px;
}

.terms-of-service .custom-control-description {
    font-size: 13px;
}

textarea#kkOrderNote {
    width: calc(100% - 20px);
    appearance: none;
}

.jp-card .jp-card-front .jp-card-lower .jp-card-number {
    text-align: left;
}
/*Installment*/
.portfolio-itemins {
    height: 80px;
    width: 120px;
    margin-bottom: 25px;
    margin-right: -1%;
    float: left;
    list-style: none;
    margin-top: 2%;
    cursor: pointer;
}

.h-101 {
    height: 85px;
    width: 100px;
    border: dashed 1px #c7c4c4;
    border-radius: 2px;
    position: relative;
}

li.col-lg-2.col-md-2.col-sm-2.portfolio-itemins.active > .h-101 {
    border: solid 1.5px #000;
}

.card-bodyins {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.paymentInner .tabcontent input[type="radio"] {
    margin: 0;
    height: 20px;
    border-radius: 4px;
    border: solid 1px #e6e6e6;
    color: #000;
    padding: 0;
    box-sizing: border-box;
    display: none;
}

p.instDetail {
    font-size: 13px;
}

p.instDetail {
    font-size: 13px;
}

p.card-textins {
    font-size: 14px;
}

p.card-textins {
    font-size: 14px;
}

#cartWrapper .Accepted {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 50px;
    box-sizing: border-box;
}

    #cartWrapper .Accepted .Title {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #44c4a1;
        font-weight: 600;
        margin-bottom: 20px;
    }

        #cartWrapper .Accepted .Title img {
            height: 40px;
            margin-right: 10px;
        }

    #cartWrapper .Accepted .Customer {
        font-weight: 500;
        margin-bottom: 20px;
        color: #888888;
    }

    #cartWrapper .Accepted .Number {
        margin-bottom: 20px;
        color: #44c4a1;
    }

    #cartWrapper .Accepted .TotalPrice {
        font-weight: 600;
        margin-bottom: 50px;
    }

    #cartWrapper .Accepted .Total {
        font-size: 14px;
        padding: 0 100px;
        box-sizing: border-box;
        margin-bottom: 20px;
    }

    #cartWrapper .Accepted ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #cartWrapper .Accepted ul li {
            border: solid 1px #000;
        }

        #cartWrapper .Accepted ul li {
            margin: 15px;
        }

            #cartWrapper .Accepted ul li a {
                color: #000;
                transition: all .4s;
                padding: 10px 25px;
                display: flex;
            }

div#ModelShoppingTds {
    z-index: 99999999999;
}

    div#ModelShoppingTds .modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto;
    }

div#modal-ModelShoppingTds {
    display: block !important;
}

#modal-ModelShoppingTds .modal-body {
    min-height: 560px;
}

iframe#modalBodyTds {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    border: none;
}

.remove-from-cart {
    justify-content: center;
    align-items: center;
    display: flex;
    outline: 0;
    top: 0;
    bottom: 0;
}

.cswishlist .Row {
    border: solid 1px #dddddd;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
}

.cswishlist .Item .Prc, .cswishlist .Item .mainPrice {
    font-size: 16px;
    color: #f27a1a;
    font-weight: 600;
}

button.update-wishlist-button {
    color: #fff;
    background-color: #3d3d3d;
    border-color: #3d3d3d;
    /* width: 100px; */
    height: 35px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    outline: none;
    border: none;
    cursor: pointer;
}

button.wishlist-add-to-cart-button {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    width: 170px;
    height: 35px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    outline: none;
    border: none;
    cursor: pointer;
}

button.email-a-friend-wishlist-button {
    color: #fff;
    background-color: #f27a1a;
    border-color: #f27a1a;
    /* width: 170px; */
    height: 35px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    outline: none;
    border: none;
    cursor: pointer;
}

.wishlistUrl {
    font-size: 12px;
    color: #988f97;
}

span.Second1 {
    text-align: right;
    font-size: 16px;
}

.paymentInner {
    padding: 10px 10px 0 10px
}

    .paymentInner .tabcontent {
        border: solid 1px #2d3a53;
    }

    .paymentInner ul li.ui-tabs-active a {
        border-radius: 10px 10px 0 0;
        color: #2d3a53;
        border: solid 1px #2d3a53;
        border-bottom: none;
        position: relative;
    }

        .paymentInner ul li.ui-tabs-active a::After {
            width: 100%;
            height: 2px;
            background: white;
            content: '';
            display: flex;
            position: absolute;
            bottom: -1px;
            left: 0;
        }

@media screen and (min-width: 769px) {
    #cartWrapper .orderList {
        margin-top: 20px;
        position: sticky;
        top: 60px;
    }

        #cartWrapper .orderList button#checkout {
            heighT: 40px;
        }
}





@media screen and (max-width: 768px) {
    #cartWrapper {
        padding: 55px 0px;
    }

        #cartWrapper.cswishlist {
            margin-bottom: 30px;
            padding: 55px 0px;
        }

        #cartWrapper.cartPage {
            margin-bottom: 30px;
            padding: 55px 0px;
        }

    form#shopping-cart-form > .row {
        margin: 0;
    }

    #cartWrapper .orderList button#checkoutasguest {
        display: none;
    }

    .new-billing-address .customerContent .box {
        /* padding: 5px; */
    }

    .paymentInner ul li a {
        font-size: 13px;
    }

    .cswishlist .Row {
        font-size: 8px;
    }

    button.email-a-friend-wishlist-button {
        margin-top: 5px;
    }

    div#NewAddressModal {
        z-index: 99999;
        background: #0000009e;
    }

    #cartWrapper .Accepted .Total {
        font-size: 14px;
        padding: 0;
        box-sizing: border-box;
        margin-bottom: 20px;
    }

    div#cartImage {
        display: none;
    }

    .mobileAddToCard {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 99999;
        background: #fff;
        box-sizing: border-box;
        box-shadow: 0 -3px 3px rgb(0 0 0 / 10%);
        flex-wrap: wrap;
        padding: 10px 0 0 0;
    }

    .ship-to-same-address {
        margin: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .mobileAddToCardButton {
        order: 3;
    }

    .terms-of-service.cartTerms, #formCheckConfirm .terms-of-service {
        order: 1;
        width: 100%;
        padding: 5px;
    }

    h3.addresTittle {
        margin-left: 15px;
        color: #2d3a53;
    }

    .orderList {
        margin-top: 20px;
        margin-bottom: 20%;
    }

    .mobileAddToCard > div {
        width: 50%;
        display: flex;
        align-items: center;
    }

    #cartWrapper .orderList button#checkout {
        margin: 0;
        height: 60px;
        border-radius: 0;
    }

    button#checkout.checkout-button.checkoutButton {
        display: none !important;
    }

    .mobileAddToCard .mobileAddToCardPrice {
        padding: 10px;
        box-sizing: border-box;
        order: 2;
    }

    .fl.col-5 > .Price > .oldPrice, .fl.col-5 > .Price > .mainPrice, .discountPriceTitle {
        font-size: 11px !important;
    }

    .fl.col-5 > .Price > .mainPrice {
        font-size: 13px !important;
    }

    .discountPriceTitle {
        font-size: 11px !important;
    }

    .PriceTotal .mainPrice {
        font-size: 11px !important;
        box-sizing: border-box;
    }

    .PriceTotal.subtotal {
        padding: 0 !important;
    }

    #cartWrapper .cartInner .Item .col-5 {
        width: 90%;
    }

    #cartWrapper .cartInner .Item {
        flex-wrap: wrap;
    }

        #cartWrapper .cartInner .Item .col-2 {
            width: 30%;
        }

        #cartWrapper .cartInner .Item > .col-4 {
            width: 65%;
        }

    .adressInner .addressRow {
        width: 100%;
    }

    .mobileAddToCardButton input#btnAddressSelected, .mobileAddToCardButton input#btnCargoSelected, .mobileAddToCardButton input#ConfirmButton {
        margin: 0 !important;
        height: 60px;
        border-radius: 0 !important;
    }

    .cswishlist .Item {
        flex-wrap: wrap;
    }

        .cswishlist .Item .Remove, .cswishlist .Item .AddCart {
            width: 30px;
            display: flex;
            height: 40px;
            align-items: center;
            justify-content: center;
            padding: 0;
            font-size: 9px;
            flex-direction: column;
        }

        .cswishlist .Item .Name {
            width: calc(100% - 160px);
            padding: 0;
        }

        .cswishlist .Item .Prc, .cswishlist .Item .Qty, .cswishlist .PriceTotal.subtotal {
            width: 33.33%;
        }

        .cswishlist .Item .Image {
            width: 100px;
        }

        .cswishlist .Item .edit-item.Variant {
            display: none;
        }

    .cswishlist .Row {
        display: none;
    }

    .cswishlist .Item .Remove > span, .cswishlist .Item .AddCart > span {
        height: 23px;
        align-items: center;
        justify-content: center;
        display: flex;
        margin-bottom: 5px;
        border-bottom: solid 1px #eeeeee;
    }
}

.GiftPack {
    display: none;
}

.toast-title {
    font-weight: 700
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

    .toast-message a, .toast-message label {
        color: #FFF
    }

        .toast-message a:hover {
            color: #CCC;
            text-decoration: none
        }

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    line-height: 1
}

    .toast-close-button:focus, .toast-close-button:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .4;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
        filter: alpha(opacity=40)
    }

.rtl .toast-close-button {
    left: -.3em;
    float: left;
    right: .3em
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none
}

    #toast-container * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    #toast-container > div {
        position: relative;
        pointer-events: auto;
        overflow: hidden;
        margin: 0 0 6px;
        padding: 15px 15px 15px 50px;
        width: 300px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        -moz-box-shadow: 0 0 12px #999;
        -webkit-box-shadow: 0 0 12px #999;
        box-shadow: 0 0 12px #999;
        color: #FFF;
        opacity: .8;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        filter: alpha(opacity=80)
    }

        #toast-container > div.rtl {
            direction: rtl;
            padding: 15px 50px 15px 15px;
            background-position: right 15px center
        }

        #toast-container > div:hover {
            -moz-box-shadow: 0 0 12px #000;
            -webkit-box-shadow: 0 0 12px #000;
            box-shadow: 0 0 12px #000;
            opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            filter: alpha(opacity=100);
            cursor: pointer
        }

    #toast-container > .toast-info {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important
    }

    #toast-container > .toast-error {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important
    }

    #toast-container > .toast-success {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important
    }

    #toast-container > .toast-warning {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important
    }

    #toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
        width: 300px;
        margin-left: auto;
        margin-right: auto
    }

    #toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
        width: 96%;
        margin-left: auto;
        margin-right: auto
    }

.toast {
    background-color: #030303
}

.toast-success {
    background-color: #51A351
}

.toast-error {
    background-color: #BD362F
}

.toast-info {
    background-color: #2F96B4
}

.toast-warning {
    background-color: #F89406
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

@media all and (max-width:240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em
    }

        #toast-container > div.rtl {
            padding: 8px 50px 8px 8px
        }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media all and (min-width:241px) and (max-width:480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em
    }

        #toast-container > div.rtl {
            padding: 8px 50px 8px 8px
        }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media all and (min-width:481px) and (max-width:768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em
    }

        #toast-container > div.rtl {
            padding: 15px 50px 15px 15px
        }
}

button, a {
    cursor: pointer;
}

.fade:not(.show) {
    opacity: 0;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.fade {
    transition: opacity .15s linear;
}

.BannerMobile {
    display: none !important;
}

@media (max-width: 767px) {
    .BannerMobile {
        display: block !important;
        margin-top: 13% !important;
    }

    .BannerWindows {
        display: none !important;
    }
}

#VideoBanner {
    position: relative;
    background-color: black;
    height: 75vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
}

    #VideoBanner video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 0;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    #VideoBanner .container {
        position: relative;
        z-index: 2;
    }

    #VideoBanner .overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: black;
        opacity: 0.5;
        z-index: 1;
    }

#Link ul li a {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
    color: #666;
    font-weight: 400;
}

.loading {
    font-family: Campton, Roboto, Arial;
    font-size: 12pt;
    display: none;
    z-index: 9999;
    position: fixed;
    color: #fff;
    height: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    min-width: 150px;
    width: 100%
}

img#loadImage {
    width: 80px
}

element.style {
}

#cartPopup .panelPopupButtons input:last-child {
    text-transform: capitalize;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    width: 45%;
    text-align: center;
    border: none;
    outline: none;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn-orange {
    color: #fff;
    background-color: #2e3a53;
    border-color: #2e3a53;
}

    .btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active, .show > .btn-orange.dropdown-toggle {
        color: #fff;
        background-color: #fa990b;
        border-color: #fa990b;
    }

    .btn-orange:hover {
        color: #fff;
        background-color: #083959;
        border-color: #083959;
    }

#cartPopup .panelPopupItem .Title > a {
    font-style: normal;
    font-weight: 500;
    font-size: 12.5px;
    line-height: 15px;
    letter-spacing: 0.03em;
    color: #202020;
    height: 30px;
    overflow: hidden;
    margin-bottom: 10px;
}

#cartPopup .panelPopupItem .price .mainPrice {
    font-size: 16px;
}

/*Menu*/
nav#mainMenu > ul > li.hasSub:hover .subMenu {
    display: flex;
    position: absolute;
    z-index: 99999;
    background: #ffff;
    left: 0;
    right: 0;
    top: calc(100% - 15px);
    border-top: solid 1px #c4c4c4;
    border-bottom: solid 1px #c4c4c4;
}

.subMenu {
    display: none;
}

nav#mainMenu {
    display: flex;
    /* margin-top: 98px; */
    height: 30px;
}

    nav#mainMenu > ul > li {
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

        nav#mainMenu > ul > li.hasSub:after {
            width: 20px;
            height: 20px;
            background: url('../../Themes/Theme07/Content/Assets/Images/arrow.svg') center center no-repeat;
            display: flex;
            content: '';
            margin-left: 11px;
            background-size: 24px;
            /*transform: rotate(90deg);*/
        }

.subMenu > .container {
    display: flex;
    align-items: center;
}

.subMenu ul.child {
    width: 90%;
    display: flex;
    justify-content: flex-start;
}

    .subMenu ul.child li.child > a {
        width: 100%;
        display: flex;
        font-weight: 600;
        color: #083959;
        margin-bottom: 5px;
        font-size: 12px;
    }

    .subMenu ul.child li.child ul li a {
        font-weight: 400;
        font-size: 12px;
        color: #083959;
        margin: 5px 0px;
        display: flex;
        float: left;
        width: 100%;
    }

    .subMenu ul.child li.child ul li {
        min-width: 140px;
    }

.subMenu .InnerSingleImage {
    width: 10%;
}

    .subMenu .InnerSingleImage a {
        padding: 10px;
        box-sizing: border-box;
        display: flex;
    }

.MiddleBanner {
    padding: 10px;
    box-sizing: border-box;
}

ul.product-price.discounted-price.col-12 {
    display: flex;
}

.cssCampaignBigCamp {
    width: 150px;
    border: solid 2px #f27a1a;
    margin-top: 0%;
    border-radius: 100px;
    float: right;
    /* height: 21px; */
    margin-left: 10px;
    background: #f27a1a;
}

.cssDiscountNameTag {
    color: #f27a1a;
    font-size: 18px;
    left: 5px;
    position: relative;
}

.cssDiscountNameBig {
    font-size: 11px;
    top: -2px;
    left: 5px;
    position: relative;
    color: #898685;
}

.cssCampaignBigCamp .cssDiscountNameTag, .cssCampaignBigCamp .cssDiscountNameBig {
    color: #fff !important;
}
/*RecentlyView*/

div#block-recently-viewed-products {
    border-top: solid 1px #dfdfdf;
    margin: 15px 0;
    padding: 5px 0 5px 0;
}

h2.h5.d-block {
    font-size: 14px;
}

.list.viewBox {
    margin: 15px 0;
}

.block-recently-viewed-products li {
    overflow: auto;
}

.list.viewBox li {
    list-style-type: none;
    font-size: 14px;
}

.flex-row {
    -ms-flex-direction: row;
    flex-direction: row;
    display: flex;
}

.list.viewBox li a, div#category-navigation li a {
    position: relative;
    color: #888;
    text-decoration: none;
    font-size: 12px;
    display: flex;
    padding-left: 5px;
    margin-bottom: 10px;
}

.list.viewBox li > img {
    width: 100%;
}

div#category-navigation .h5, h5 {
    font-size: 1.25rem;
}

div#category-navigation ul.list {
    padding: 0;
}

div#category-navigation li {
    list-style-type: none;
    font-size: 14px;
}

.viewBox ul.sublist {
    padding-left: 15px;
}

div#category-navigation li.active.last > a {
    color: #000;
    font-weight: 600;
}

span.out-of-stock {
    background: #0d1b2bbf;
    width: 100% !important;
    height: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc(60% - 55px);
    /* left: 16%; */
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 5px;
    font-size: 14px;
}


.whatsappOrder {
    float: left;
    background: #25d465;
    padding: 0 21px;
    line-height: 31px;
    color: #fff !important;
    border-radius: 3px;
}

    .whatsappOrder:hover {
        background: #13b950;
        color: #fff !important;
    }

span.at-label {
    display: none;
}

.at-icon-wrapper.at-share-btn {
    border-radius: 20px !important;
}

.sizeChart {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}

    .sizeChart.active {
        display: flex;
    }

    .sizeChart .sizeChartOverlay {
        background: #0000004a;
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 5;
    }

    .sizeChart .sizeChartContent h5 {
        margin: 0;
    }

    .sizeChart .sizeChartContent {
        background: #fff;
        width: 600px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 6;
        flex-direction: column;
        padding: 15px;
        box-sizing: border-box;
        border-radius: 10px;
        overflow: hidden;
    }

.sizeChartContent .collapse .card-body {
    padding: 2%;
}

.accordion h2.mb-0 {
    background: #000;
    height: 50px;
}

accordion .card-header button.btn.btn-link {
    color: #fff;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
}

.accordion > .card {
    margin-bottom: -5%;
}

div#accordionExample {
    width: 100%;
}

.accordion .card-header button.btn.btn-link {
    color: #fff;
    margin-top: 8px;
}

#ModalAddToCart.show {
    display: flex !important;
    justify-content: center;
}

#ModalAddToCart {
    transition: unset;
    z-index: 999999999;
}



    #ModalAddToCart.show {
        display: flex !important;
        justify-content: center;
    }

#ModalAddToCart {
    transition: unset;
    z-index: 999999999;
}

    #ModalAddToCart .modal-dialog {
        min-width: 580px;
    }



    #ModalAddToCart .modal-header {
        padding: 15px;
        border-bottom: 1px solid #e5e5e5;
        height: 14px;
    }

    #ModalAddToCart .bg-info {
        background-color: #ee8c3d !important;
    }

.modal-header h5.text-center.text-white.w-100.mb-0, .modal-border .mb-02 {
    font-size: 15px;
}

.text-white {
    color: #fff !important;
}



button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.close {
    float: right;
    font-size: 25px;
    font-weight: 500;
    line-height: 1;
}

.modal-content {
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}

.text-center {
    text-align: center;
}

.modal-body a.text-center {
    color: #000;
}

#ModalAddToCart .btn {
    font-weight: 500;
    cursor: pointer;
    font-size: 13px;
}

button.btn.ContinueCart.justify-content-center {
    float: left;
    background: #2e3a53;
    padding: 0 21px;
    line-height: 31px;
    color: #fff !important;
    border-radius: 3px;
    outline: none;
    border: none;
    width: 150px;
}

    button.btn.ContinueCart.justify-content-center:hover {
        background: #475167;
        color: #fff !important;
    }

button.btn.GoToCart.justify-content-center {
    float: left;
    background: #f27a1a;
    padding: 0 21px;
    line-height: 31px;
    color: #fff !important;
    border-radius: 3px;
    outline: none;
    border: none;
    width: 150px;
}

    button.btn.GoToCart.justify-content-center:hover {
        background: #ea6f0d;
    }

#ModalAddToCart .modal-body {
    padding: 0.5rem;
    font-size: 13px;
}

.form-group h4.w-100.mb-0 {
    font-size: 15px;
    margin-bottom: 3px;
    margin-top: 0;
}

h4.modal-title.text-center {
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    #ModalAddToCart .modal-dialog {
        max-width: 100%;
        min-width: unset;
    }

    #ModalAddToCart img.img-fluid {
        display: none;
    }

    .text-center > .form-group.justify-content-center {
        display: none;
    }
}

.filterMainTitle img {
    margin-right: 5px;
    max-height: 15px;
}

.advanced-search-results .rating-box::before,
.advanced-search-results .rating-box .rating:before {
    font-size: 18px;
}

.advanced-search-results .ratings {
    flex-wrap: wrap;
    height: auto;
}

.modal-content .product-box .ratings {
    display: none;
}

.product-box.grid-box .prices-rating {
    text-align: center;
    line-height: 1;
    overflow: hidden;
}

.product-box.grid-box:hover .ratings {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.product-box .ratings {
    font-size: 20px;
    height: 22px;
    backface-visibility: hidden;
    text-align: center;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.product-box.list-box .ratings {
    justify-content: flex-start;
}

.prod-list .product-rating-box.list-group {
    padding-bottom: 0;
}

.ratings {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 22px;
    font-size: 22px;
    backface-visibility: hidden;
    text-align: center;
}

.rating-box {
    display: flex;
    justify-content: flex-start;
    position: relative;
    height: 22px;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}

    .rating-box::before {
        content: "\2605\2605\2605\2605\2605";
        height: 22px;
        color: #c3c5c9;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        font-size: 22px;
    }

    .rating-box .rating {
        position: absolute;
        left: 0;
        top: 0;
        height: 22px;
        overflow: hidden;
    }

        .rating-box .rating:before {
            content: "\2605\2605\2605\2605\2605";
            height: 22px;
            color: #ff6c2f;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: nowrap;
            font-size: 22px;
            position: absolute;
            left: 0;
        }

.review-count {
    color: #ff6c2f;
}

.rating-options .custom-control-label {
    color: #ff6c2f;
    font-size: 30px;
    cursor: pointer;
}

    .rating-options .custom-control-label::after {
        display: none;
    }

    .rating-options .custom-control-label::before {
        display: none;
    }

.rating-options .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: unset;
}

.rating-options .custom-control-label::before {
    background-color: transparent !important;
}

.vote.up {
    margin-top: 24px;
}

.product-review-helpfulness,
.vendor-review-helpfulness .result {
    position: absolute;
    bottom: 0;
    right: 25px;
}

.product-box.grid-box .ratings {
    justify-content: flex-start;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 1) {
    .rating-box .rating:before,
    .rating-box::before,
    .ratings {
        font-size: 18px;
        height: 18px;
    }

    .rating-box .rating,
    .rating-box {
        height: 18px;
    }

    .product-box .ratings {
        margin: 5px 0 0 0;
    }

    .product-box.grid-box .title {
        order: 0;
    }

    .product-box.grid-box .ratings {
        order: 2;
    }

    .product-box.grid-box .prices-rating {
        order: 3;
    }
}

/*New Css*/


#Logo img.img-fluid {
    max-width: 180px;
}

#divSeperator {
    border-bottom: solid 1px #747272;
}

.BannerWindows {
    margin-top: 8%;
}

div#Katalog {
    padding: 130px 0px;
}

form#product-details-form {
    padding: 160px 0px;
}

#product-detail li.slick-slide {
    cursor: pointer;
}

/*! jQuery UI - v1.12.1 - 2019-07-18
* http://jqueryui.com
* Includes: core.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("../../Plugins/Widgets.ProductFilters/Content/jquery-ui-1.12.1.custom/images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("../../Plugins/Widgets.ProductFilters/Content/jquery-ui-1.12.1.custom/images/ui-icons_444444_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("../../Plugins/Widgets.ProductFilters/Content/jquery-ui-1.12.1.custom/images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("../../Plugins/Widgets.ProductFilters/Content/jquery-ui-1.12.1.custom/images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("../../Plugins/Widgets.ProductFilters/Content/jquery-ui-1.12.1.custom/images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("../../Plugins/Widgets.ProductFilters/Content/jquery-ui-1.12.1.custom/images/ui-icons_cc0000_256x240.png")}.ui-button .ui-icon{background-image:url("../../Plugins/Widgets.ProductFilters/Content/jquery-ui-1.12.1.custom/images/ui-icons_777777_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}
.n4you-ajax-filters {
    background: #fff;
}

#ajaxfilter-form {
    margin-bottom: 8px;
}

.ajax-products {
    position: relative;
}

    .ajax-products .spinner {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 100;
        left: 0;
        right: 0;
        opacity: 0.7;
        padding-top: 10%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    z-index: 1;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 51px;
        height: 51px;
        margin: 6px;
        border: 6px solid #46638C;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #46638C transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.filter-section {
    text-align: left;
    margin: auto;
    padding: 0;
}

    .filter-section:last-of-type {
    }

#price-filter-section .filter-section,
#manufacturers-filter-section .filter-section {
    border-bottom: 0;
}

.filter-section .title {
}

.filter-section .filter-section .title a.ajax-filter-clear-all {
    cursor: pointer;
    padding-right: 5px;
}

.filter-section .title {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    position: relative;
    padding: 0;
    color: #000;
    cursor: pointer;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 8px;
    /* line-height: 40px; */
    width: 100%;
}

    .filter-section .title a {
        margin-left: 5px;
        font-size: 100%;
        cursor: pointer;
    }

.filter-section .listbox ul {
    margin: 0;
    padding: 0 0 0 2px;
    color: #fff;
    background-color: inherit;
}

.ajaxfilter-price-range-section {
    line-height: 10px;
    padding-top: 5px;
    font-size: 14px;
}



.n4you-ajax-filters .spinner {
    text-align: center;
}

.ajaxfilter-section li span {
    color: #212529;
    margin-left: 2px;
    right: 2px;
    letter-spacing: 1px;
    min-width: 20px;
}

.ajaxfilter-section li::before {
    /* content: ""; */
}

.ajaxfilter-section select {
    min-width: 100%;
    max-width: 100%;
    margin-top: 0;
    display: block;
    float: right;
    margin: 0 0 8px 0;
    padding: 8px 45px 8px 15px;
    font-size: 14px;
    line-height: 1.75;
    border-radius: 4px;
    color: #888;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dfdfdf;
    -ms-word-break: normal;
    word-break: normal;
    cursor: pointer;
}

    .ajaxfilter-section select
    .ajaxfilter-price-section {
        height: 20px;
        margin-bottom: 15px;
    }

#slider-range {
    margin: 20px 6px 10px 6px;
}





.ajax-filter-section .square.active {
    background-color: #1975f6;
}

.square.active::after {
    color: #fff;
}



.ajaxfilter-section li.colorLi {
    bottom: 20px;
    position: relative;
    z-index: 0;
    margin-bottom: -20px;
}


.ajax-filter-section .square:after {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
    display: block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    visibility: hidden;
}

.ajax-filter-section .square.active:after {
    /* visibility: visible; */
}

.ajaxfilter-section label {
    /* text-align: left; */
    /* color: #212529; */
    /* font-weight: 400; */
    /* text-decoration: none; */
    /* cursor: pointer; */
    /* margin-bottom: 0; */
    /* max-width: 100%; */
    /* position: absolute; */
    /* left: 0; */
    /* display: inline-flex !important; */
    /* font-size: 14px; */
    /* line-height: 1; */
    /* padding-left: 20px; */
    /* width: 100%; */
    cursor: pointer;
}

.ajaxfilter-section input[type=checkbox]:disabled ~ label {
    opacity: .5;
}

.ajaxfilter-section label input {
    visibility: hidden;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

.products-count {
    text-align: center;
    font-size: medium;
    padding: 5px;
    background: aliceblue;
    font-weight: bold;
}

.searchProcess {
    position: absolute;
    background: url('../../Plugins/Widgets.ProductFilters/Content/images/ajaxLoader.gif') no-repeat fixed 50% 50% #FFFFFF;
    width: auto;
    height: auto;
    filter: Alpha(opacity 70);
    opacity: 0.7;
    z-index: 1;
    clear: both;
    position: fixed;
    top: 0;
}

#price-current-min {
    width: 60px;
    border: 1px solid #dae2e6;
    text-align: center;
    float: left;
    font-size: 14px;
    height: 24px;
}

#price-current-max {
    width: 60px;
    border: 1px solid #dae2e6;
    text-align: center;
    float: right;
    font-size: 14px;
    height: 24px;
}

/*#slider-range {
    border: 0;
    top: 0;
    left: 0px;
    cursor: pointer;
    position: relative;
    height: 4px;
    margin: 25px 10px 15px 10px;
    background-color: #dfdfdf;
}

    #slider-range .ui-slider-range {
        background: #0091b5;
        top: 0px;
        height: 4px;
        position: absolute;
    }

    #slider-range .ui-slider-handle {
        border: 0;
        outline: 0;
        cursor: pointer;
        background: #0091b5;
        border-radius: 100%;
        height: 15px;
        top: -6px;
        width: 15px;
        position: absolute;
    }*/

/*#ajaxfilter-form .ajax-filter-section .filter-section .ajaxfilter-section input[type="checkbox"], .ajaxfilter-section input[type="radio"], .ajaxfilter-section input[type="checkbox"] + *, .ajaxfilter-section input[type="radio"] + * {
    vertical-align: top;
    visibility: hidden;
    height: auto;
}*/

.filter-section .title .lnr.linearicons-chevron-up {
    color: #888888;
    position: absolute;
    top: 4px;
    left: calc(100% - 15px);
    font-size: 14px;
    cursor: pointer;
    transition: all .3s ease;
}

    .filter-section .title .lnr.linearicons-chevron-up.rotate {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.regular-checkbox {
    background-color: transparent;
    border: 1px solid transparent;
    box-shadow: 0 1px 2px transparent, inset 0px -15px 10px -12px transparent;
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    z-index: -1;
}

    .regular-checkbox:checked {
        background-color: transparent;
        border: 1px solid transparent;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
        color: #99a1a7;
    }

.clearHolder {
    width: 100%;
    text-align: center;
    position: relative;
    bottom: 17px;
    font-size: 12px;
    display: none;
}

.ajaxfilter-price-section input {
    padding: 0;
}

.selectedOptions div {
    width: 100%;
    display: inline-flex;
    text-align: left;
    padding: 5px;
}

.selectedOptions .btn {
    display: flex;
    color: #727272;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 0px;
    height: 0px;
    cursor: pointer;
    text-align: left;
    background-color: transparent;
    border: 0;
}

.selectedTitle {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    float: left;
    align-items: center;
    justify-content: center;
}

.selectedOptions .btn:hover {
    text-decoration: underline;
}


.selectedOptions .btn:nth-child(2) {
    text-align: center;
}

.closeAllFilters {
    margin: 0 0 8px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    box-shadow: none;
    text-shadow: none;
    outline: none;
    border-image: none;
    border-style: none;
    border-radius: 4px;
    opacity: 1 !important;
    width: 100%;
    position: relative;
    cursor: pointer;
    top: unset;
    right: unset;
}

    .closeAllFilters.close:hover,
    .closeAllFilters.close:focus {
        color: #fff;
    }

    .closeAllFilters::before {
        content: "\f078";
        position: absolute;
        right: 0;
        font-size: 16px;
        font-family: Font Awesome\ 5 Free;
        font-weight: 900;
        transition: all .3s ease;
    }

.filter-content {
    color: #46638C;
    max-width: 85%;
    border: 0;
    font-size: 14px;
    font-weight: 400;
}

.selectedOptions {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-bottom: solid 1px #ddd;
}

    .selectedOptions li {
        position: relative;
        display: inline-flex;
        margin-bottom: 7px;
        color: #26A69A;
    }

.remover {
    width: 20px;
    height: 20px;
    border: 0;
    position: relative;
    top: 0px;
    right: -10px;
    font-weight: 700;
    background-color: unset;
}

.closeAllFilters.close::before {
    transform: rotate(180deg);
}



@keyframes filter-anim {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

input[type=checkbox]:disabled ~ label {
    text-decoration: line-through;
}

.remover {
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    .ajax-filter-section .square:after {
        top: -2px;
        left: 3px;
    }

    .n4you-ajax-filters {
        transition: all .3s ease;
    }

        .n4you-ajax-filters.open {
            left: 0;
        }

    .closeAllFilters,
    .clearAllfilters {
        margin-top: 5px;
    }
}
