.maincontent {
    min-height: 800px;
    position: relative;
    z-index: 100
}
header {
    position: relative;
}
.input-field textarea{width:100%;}
.comment-respond{margin-bottom:100px;}
.bread-crumb {
    position: relative;
    margin-bottom: 30px
}

    .bread-crumb * {
        vertical-align: middle
    }

    .bread-crumb a {
        font-size: 8.5pt;
        color: #333
    }
.comments .commentItem strong dd,.item-pasokh dd{display:inline-block;font-weight:normal;font-size: 12px; color:#333;}
.item-pasokh .commentItem {    transform: scale(0.8) translateX(-31px) !important;}
.parallax p {
    text-align-last: right !important;;
}
h1 {
    font-size: 15pt;
    color: #333;
    margin-bottom: 30px;
    line-height: 2;
}

.AboutPage {
    position: relative;
    margin-bottom: 30px
}

    .AboutPage .imageHead {
        position: relative
    }

    .AboutPage .wrapper {
        position: relative;
        padding: 30px;
        margin-top: -100px;
        background: #fff
    }

.professors:after, .professors .profItem:after {
    content: '';
    clear: both;
    display: table
}

.professors .title, .articles .title {
    margin-bottom: 15px
}

.professors {
    margin-bottom: 50px
}

    .professors .profItem {
        height: 263px;
        overflow: hidden;
        position: relative;
        margin: 15px auto
    }

        .professors .profItem img {
            width: 100%;
            height: 263px;
            transition: .8s
        }

        .professors .profItem figcaption {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            right: 0;
            background: rgba(3,169,244,0.7);
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            transform: translateY(100%);
            transition: .8s
        }

            .professors .profItem figcaption * {
                display: block;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                font-size: 9.5pt;
                color: #fff
            }

            .professors .profItem figcaption a {
                font-size: 12pt;
                margin-bottom: 5px
            }

        .professors .profItem:hover figcaption {
            transform: translateY(0%)
        }

        .professors .profItem:hover img {
            transform: scale(1.1)
        }

.articles:after, .newsItem:after, .rowtop:after {
    content: '';
    clear: both;
    display: table
}

.rowtop {
    position: relative
}

    .rowtop h1 {
        float: right
    }

    .rowtop .category-filter {
        float: left
    }

        .rowtop .category-filter * {
            background: transparent;
            border: 0
        }

        .rowtop .category-filter .active {
            border-bottom: 1px solid #03a9f4
        }

.articles {
    margin-bottom: 15px
}

    .articles .owl-theme .owl-controls .owl-buttons div {
        top: 0
    }

.newsItem {
    transition: .8s;
    cursor: pointer;
    margin: 15px auto
}

    .newsItem img {
        width: 100%;
        height: 305px
    }

    .newsItem .text {
        padding: 15px
    }

    .newsItem a {
        color: #1a237e;
        font-size: 11.25pt;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-bottom: 10px
    }

    .newsItem p {
        color: #434343;
        font-size: 9pt;
        line-height: 1.5;
        margin-bottom: 25px
    }

    .newsItem .more {
        float: left;
        text-align: -moz-center;
        text-align: -webkit-center;
        text-align: center;
        background: #03a9f4;
        padding: 6px 45px;
        color: #fff;
        font-size: 9pt
    }

    .newsItem:hover {
        -webkit-box-shadow: 0 8px 20px 0 rgba(26,35,126,0.1);
        -moz-box-shadow: 0 8px 20px 0 rgba(26,35,126,0.1);
        box-shadow: 0 8px 20px 0 rgba(26,35,126,0.1)
    }

    .news:after, .newsItem:after, .newsItem .text:after, .AboutPage:after {
        content: '';
        display: table;
        clear: both
    }

.RelArticle {
    position: relative;
    margin-top: 60px
}

    .RelArticle > strong {
        display: block;
        font-size: 15pt;
        color: #333;
        margin: auto;
        width: 158px;
        text-align: center;
    }

    .RelArticle:after {
        content: '';
        display: block;
        clear: both
    }

.paging {
    position: relative;
    margin: 15px auto;
    text-align: center
}

    .paging > * {
        display: inline-block;
        list-style: none
    }

        .paging > * a {
            display: block;
            color: #333;
            font-size: 10.5pt;
            padding: 0 5px;
            border-bottom: 1px solid transparent
        }

            .paging > * a:hover {
                border-bottom: 1px solid #03a9f4
            }

    .paging li.active a {
        border-bottom: 1px solid #03a9f4
    }

#responsiveTabsDemo {
    margin: 30px auto
}

.panelbox {
    position: relative
}

    .panelbox .panelitem {
        position: relative;
        margin: 15px auto
    }

        .panelbox .panelitem .buy {
            color: #fff;
            background: #ff9800;
            transition: .5s;
            display: inline-block;
            text-align: center;
            float: left;
            padding: 5px 15px;
            font-size: 10pt;
            border: 0
        }

            .panelbox .panelitem .buy:hover {
                background: #f09104
            }

        .panelbox .panelitem .head {
            display: block;
            color: #666;
            font-size: 12pt;
            border: 1px solid #03a9f4;
            padding: 15px;
            cursor: pointer;
            transition: .5s
        }

            .panelbox .panelitem .head:before {
                content: '\f143';
                font-size: 18pt;
                color: #03a9f4;
                position: absolute;
                left: 15px;
                transition: .5s;
                font-family: "Material Design Icons";
                line-height: 1
            }

            .panelbox .panelitem .head strong {
                float: right
            }

            .panelbox .panelitem .head:after {
                clear: both;
                display: block;
                content: ''
            }

        .panelbox .panelitem .content {
            display: none;
            border: 1px solid #03a9f4;
            padding: 15px
        }

            .panelbox .panelitem .content li {
                margin: 10px auto
            }

    .panelbox .hid .head {
        background: #03a9f4;
        color: #fff;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        transition: .5s
    }

        .panelbox .hid .head:before {
            transition: .5s;
            content: '\f140';
            color: #fff
        }

.CustomForm .input-field {
    position: relative;
    margin: 15px auto
}

    .CustomForm .input-field input, .CustomForm .input-field textarea {
        border: 0;
        -webkit-box-shadow: 0 4px 10px 5px rgba(0,48,138,0.1);
        -moz-box-shadow: 0 4px 10px 5px rgba(0,48,138,0.1);
        box-shadow: 0 4px 10px 5px rgba(0,48,138,0.1);
        height: 250px;
        color: #678ed2;
        font-size: 12pt;
        display: block;
        position: relative;
        text-indent: 15px
    }
.material-scrolltop.reveal{z-index:10000000000000;}
    .CustomForm .input-field textarea {
        padding: 15px 0
    }
input:not([type]):focus:not([readonly]) + label, input[type=email]:focus:not([readonly]) + label, input[type=password]:focus:not([readonly]) + label, input[type=email]:focus:not([readonly]) + label, input[type=url]:focus:not([readonly]) + label, input[type=time]:focus:not([readonly]) + label, input[type=date]:focus:not([readonly]) + label, input[type=datetime]:focus:not([readonly]) + label, input[type=datetime-local]:focus:not([readonly]) + label, input[type=tel]:focus:not([readonly]) + label, input[type=number]:focus:not([readonly]) + label, input[type=search]:focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label
{color: #03a9f4;}
    .CustomForm .input-field label {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 16px;
        margin: 0;margin-top: 12px;
        height: 25px;
        color: #666;
        background: #fff;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        display: inline-block
    }

        .CustomForm .input-field label.active, .CustomForm .input-field input:focus + label, .CustomForm .input-field textarea:focus + label {
                margin-top: -16px !important;
        }

.Rpartinfo {
    position: relative
}

    .Rpartinfo .box {
        -webkit-box-shadow: 0 10px 17px 0 rgba(26,35,126,0.1);
        -moz-box-shadow: 0 10px 17px 0 rgba(26,35,126,0.1);
        box-shadow: 0 10px 17px 0 rgba(26,35,126,0.1);
        position: relative;
        margin-bottom: 30px;
        padding: 15px;
        border-radius: 5px
    }

    .Rpartinfo .levelinfo > * > strong {
        color: #212121;
        font-size: 12pt
    }

    .Rpartinfo .levelinfo .info {
        margin: 15px auto
    }

        .Rpartinfo .levelinfo .info .listitem > * {
            display: inline-block;
            min-width: 30%;
            text-align: center;
            margin: 15px auto
        }

            .Rpartinfo .levelinfo .info .listitem > * span:first-child {
                font-size: 15pt
            }

    .Rpartinfo .levelinfo .sale .price {
        float: left;
        margin-bottom: 15px
    }

        .Rpartinfo .levelinfo .sale .price p {
            padding: 0 15px;
            background: #ff3636;
            color: #fff;
            border-top-right-radius: 12px;
            border-bottom-right-radius: 12px;
            border-bottom-left-radius: 12px;
            margin-bottom: 15px
        }

        .Rpartinfo .levelinfo .sale .price span {
            color: #ccc
        }

        .Rpartinfo .levelinfo .sale .price:after {
            content: '';
            display: block;
            clear: both
        }

    .Rpartinfo .levelinfo .sale .buy {
        clear: both;
        padding: 7px 15px;
        color: #fff;
        background: #ff9800;
        transition: .5s;
        display: block;
        margin: 15px auto 0;
        text-align: center
    }

        .Rpartinfo .levelinfo .sale .buy:hover {
            background: #f09104
        }

    .Rpartinfo .infoprofessor {
        text-align: center
    }

        .Rpartinfo .infoprofessor .image {
            width: 64px;
            height: 64px;
            border-radius: 10px;
            margin: -40px auto 0
        }

        .Rpartinfo .infoprofessor .onvan {
            text-align: center;
            margin: 15px auto
        }

            .Rpartinfo .infoprofessor .onvan strong {
                font-weight: bold;
                font-size: 13pt;
                color: #212121
            }

            .Rpartinfo .infoprofessor .onvan p {
                text-align: center;
                font-size: 11.5pt
            }

        .Rpartinfo .infoprofessor p {
            font-size: 9.5pt;
            line-height: 1.7
        }

        .Rpartinfo .infoprofessor a {
            display: block;
            border: 1px solid #03a9f4;
            color: #03a9f4;
            text-align: center;
            padding: 5px;
            margin: 15px;
            transition: .5s
        }

            .Rpartinfo .infoprofessor a:hover {
                background: #03a9f4;
                color: #fff
            }

    .Rpartinfo .register {
        position: relative
    }

        .Rpartinfo .register a.reg {
            display: block;
            border: 1px solid #03a9f4;
            color: #03a9f4;
            text-align: center;
            padding: 5px;
            margin: 15px;
            transition: .5s
        }

            .Rpartinfo .register a.reg:hover {
                background: #03a9f4;
                color: #fff
            }

.br-theme-fontawesome-stars .br-widget {
    height: 28px;
    white-space: nowrap
}

    .br-theme-fontawesome-stars .br-widget a {
        font: normal normal normal 20px/1 Material Design Icons;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        text-decoration: none;
        margin-right: 2px
    }

        .br-theme-fontawesome-stars .br-widget a:after {
            content: '\F4CE';
            color: #d2d2d2
        }

        .br-theme-fontawesome-stars .br-widget a.br-active:after {
            color: #edb867
        }

        .br-theme-fontawesome-stars .br-widget a.br-selected:after {
            color: #edb867
        }

    .br-theme-fontawesome-stars .br-widget .br-current-rating {
        display: none
    }

.br-theme-fontawesome-stars .br-readonly a {
    cursor: default
}

@media print {
    .br-theme-fontawesome-stars .br-widget a:after {
        content: '\f006';
        color: black
    }

    .br-theme-fontawesome-stars .br-widget a.br-active:after, .br-theme-fontawesome-stars .br-widget a.br-selected:after {
        content: '\F4CE';
        color: black
    }
}

.productItem {
    position: relative;
    cursor: pointer;
    margin: 0 auto 30px;
    -webkit-box-shadow: 0 8px 20px 0 rgba(26,35,126,0.1);
    -moz-box-shadow: 0 8px 20px 0 rgba(26,35,126,0.1);
    box-shadow: 0 8px 20px 0 rgba(26,35,126,0.1);
    padding-bottom: 15px;
    transition: .5s
}

    .productItem:hover {
        transform: scale(1.05)
    }

    .productItem > *:not(.image) {
        padding: 0 15px
    }

    .productItem .image {
        position: relative;
        height: 255px
    }

    .productItem a {
        display: block;
        white-space: normal;
        text-overflow: ellipsis;
        overflow: hidden;
        color: #212121;
        margin: 15px auto
    }

    .productItem .price {
        position: relative;
        min-height: 57px;
        display: flex;
        flex-flow: column;
        align-content: center;
        justify-content: center
    }

        .productItem .price > * {
            display: block;
            text-align: center
        }

        .productItem .price span {
            color: #bbb;
            font-size: 10.5pt
        }

        .productItem .price p {
            color: #212121;
            font-size: 15pt
        }

    .productItem .prodTitle span {
        display: block;
        width: 180px;
        text-align: center;
        margin: 15px auto 0;
        line-height: 30px;
        color: #03a9f4;
        border: 1px solid #03a9f4;
        transition: .5s
    }

    .productItem .prodTitle .prodTitle span:hover {
        background: #03a9f4;
        color: #fff
    }

.filterBox {
    position: relative
}

    .filterBox .head {
        position: relative;
        border-bottom: 2px solid #03a9f4;
        padding-bottom: 5px;
        margin-bottom: 20px;
        cursor: pointer
    }

        .filterBox .head:before {
            content: '\f143';
            font-size: 18pt;
            color: #03a9f4;
            position: absolute;
            left: 0;
            transition: .5s;
            font-family: "Material Design Icons"
        }

        .filterBox .head > * {
            display: block;
            font-size: 13pt
        }

    .filterBox .hid .head:before {
        transition: .5s;
        content: '\f140'
    }

    .filterBox .content {
        padding: 0 15px
    }

    .filterBox .loadmore li {
        list-style: none
    }

    .filterBox .box {
        overflow: hidden;
        margin-bottom: 30px
    }

    .filterBox .wraper {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

        .filterBox .wraper input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0
        }

    .filterBox .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        border: 1px solid #03a9f4
    }

    .filterBox .wraper:hover input ~ .checkmark {
        background-color: #f1f1f1
    }

    .filterBox .wraper input:checked ~ .checkmark {
        background-color: #03a9f4
    }

    .filterBox .checkmark:after {
        content: "";
        position: absolute;
        display: none
    }

    .filterBox .wraper input:checked ~ .checkmark:after {
        display: block
    }

    .filterBox .wraper .checkmark:after {
        left: 6px;
        top: 2px;
        width: 6px;
        height: 12px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

@media(max-width:1200px) {
    .professors .profItem {
        height: 213px
    }

        .professors .profItem img {
            height: 213px
        }

    .newsItem img {
        height: 248px
    }

    .productItem .image {
        height: 205px
    }
}

@media(max-width:992px) {
    .professors .profItem {
        height: 220px
    }

        .professors .profItem img {
            height: 220px
        }

    .newsItem img {
        height: 292px
    }

    .productItem .image {
        height: 210px
    }
}

@media(max-width:768px) {
    .AboutPage .wrapper {
        margin-top: 0;
        padding: 15px
    }

    .professors .profItem {
        height: auto
    }

        .professors .profItem img {
            height: auto
        }

    .newsItem img {
        height: auto
    }

    .productItem .image {
        height: auto
    }

    .productItem .prodTitle span {
        max-width: 140px;
        width: auto
    }

    .filterBox .content {
        display: none;
        margin-bottom: 30px
    }

    .filterBox .box {
        margin-bottom: 0
    }
}

@media(max-width:450px) {
    .Articles .row > * {
        width: 100%;
        float: none;
        margin: auto
    }
}

@media(max-width:400px) {
    .ProductsPage .productList .row > * {
        width: 100%;
        float: none;
        margin: auto;
        text-align: center
    }
}

.woof_container_inner_ h4 {
    position: relative;
    border-bottom: 2px solid #03a9f4;
    padding-bottom: 5px;
    margin-bottom: 20px;
    cursor: pointer;
    display: block;
    font-size: 13pt;
}

    .woof_container_inner_ h4::before {
        content: '\f143';
        font-size: 18pt;
        color: #03a9f4;
        position: absolute;
        left: 0;
        transition: .5s;
        font-family: "Material Design Icons";
    }

.icheckbox_square-blue {
    float: left;
}

.w100 {
    width: 100%;
    height: auto;
}

.cart_totals {
    width: 100% !important;
    text-align: center !important;
}

    .cart_totals h2 {
        margin-bottom: 15px !important;
    }

.wc-proceed-to-checkout a {
    margin-bottom: 100px !important;
}

.noBreder {
    color: #bbb !important;
    border: transparent !important
}

.mb-10 {
    margin-bottom: 50px;
}

.maImg {
    max-width: 100%;
    height: auto;
    margin: auto;
    display: block;
}

.textalign {
    text-align: center;
    font-size: 23px;
    color: rgb(233, 80, 80);
    padding: 30px;
    background: rgb(238, 189, 189);
    border-radius: 3px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    width: 100vw;
    display: block;
    height: 71px;
}

.woocommerce-MyAccount-navigation-link {
    float: right;
    padding: 10px 20px;
    background-color: rgb(211, 211, 255);
    border-radius: 5px;
    margin: 0 5px;
    color: white !important;
    width: 9%;
    text-align: center;
}

    .woocommerce-MyAccount-navigation-link a {
        color: white !important
    }

.woocommerce-billing-fields h3 {
    margin-bottom: 30px !important;
}

.woocommerce-input-wrapper .input-text {
    border: #eee solid 1px !important;
    padding: 10px 15px;
    border-radius: 5px;
}

#billing_company_field, #billing_country_field {
    display: none;
    visibility: hidden;
}

.woocommerce-checkout-payment {
    margin-bottom: 200px
}

.form-row label {
    color: rgb(146, 145, 145);
}

.woocommerce-form-register .input-text, .woocommerce-form-login .input-text {
    border: #eee solid 1px !important;
    padding: 10px 15px;
    border-radius: 5px;
}

.woocommerce-privacy-policy-text {
    display: none;
    visibility: hidden;
}

.woocommerce form .form-row:last-child {
    text-align: center;
}

.woocommerce-form-register__submit, .woocommerce-form-login__submit {
    width: 150px;
    color: white !important;
    background-color: rgb(138, 138, 243) !important;
    margin-top: 15px !important
}

.woocommerce-form-login__rememberme {
    margin-top: 20px
}

.woocommerce-loop-product__link span {
    background: rgb(253, 113, 113) !important;
}

span.price, span.woocommerce-Price-amount, span.woocommerce-Price-currencySymbol {
    background: transparent !important;
}

.product-type-simple {
    position: relative;
    cursor: pointer;
    margin: 0 auto 30px;
    -webkit-box-shadow: 0 8px 20px 0 rgba(26,35,126,0.1);
    -moz-box-shadow: 0 8px 20px 0 rgba(26,35,126,0.1);
    box-shadow: 0 8px 20px 0 rgba(26,35,126,0.1);
    padding-bottom: 15px;
    transition: .5s;
    min-height: 350px;
}

.ajax_add_to_cart,.woocommerce ul.products li.product .button {
    display: block;
    width: 180px;
    background: transparent !important;
    text-align: center;
    margin: 15px auto 0;
    line-height: 22px;
    color: #03a9f4 !important;
    border: 1px solid #03a9f4 !important;
    transition: .5s;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 29.05% !important;
    text-align: center;
}

.woocommerce-loop-product__title {
    display: block !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    color: #212121 !important;
    margin: 7px auto !important;
}

.woocommerce ul.products li.product .button {
    margin-bottom: 14px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
}

.woocommerce-Price-amount {
    color: #333;
    font-size: 10.5pt;
    display: block !important;
}

.woocommerce ul.products li.product .price ins {
    font-size: 15pt;
    display: block !important;
}

    .woocommerce ul.products li.product .price ins span {
        color: #212121 !important;
    }

.woocommerce ul.products li.product .price ins {
    text-decoration: none;
}

.widget-woof .head {
    display: none;
    visibility: hidden;
}

.filterBox .box {
    position: unset !important;
    z-index: -10;width:100% !important;
}

.filterBox .box, .widget_price_filter {
    margin-top: 35px !important;
}

.woocommerce-ordering .orderby {
    margin-left: 39px;
    padding: 10px 0;
    border: solid 1px rgb(199, 199, 199)
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 29.05% !important;
    text-align: center;
    min-height: 418px;
    position: relative;
}

.widget_price_filter h4 {
    margin-bottom: 10px
}

footer {
    z-index: 1;
}

.form-control {
    width: 500px
}








.col-lg-6.overflowdiv {
    width: 100% !important;
}



.pTitle {
    color: #fff !important;
}


.CustomForm .input-field textarea {
    width: 100%;
}

#boutique, .boutique {
    margin-bottom: 250px;
}

.woocommerce .products ul, .woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
    float: right;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
}


    .woocommerce .products ul, .woocommerce ul.products li {
        margin: 10px !important;
    }

.filterBox .box {
    position: fixed;
    z-index: 1 !important;
}




header .search {
    width: 37px;
    overflow: hidden;
    height: 37px;
    z-index: 100;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: absolute;
    left: 15px;
    top: 0;
    background: #fff;
    z-index: 2;
    border: 1px solid #fff;
}

    header .search .searchIn {
        transform: translateX(-110%);
        -webkit-transform: translateX(-110%);
        -moz-transform: translateX(-110%);
        -ms-transform: translateX(-110%);
        -o-transform: translateX(-110%);
        -webkit-transition: .6s;
        -moz-transition: .6s;
        -ms-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
    }


    header .search.open .searchIn {
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }




    header .search .input-field {
        width: 163px;
        float: right;
        margin: 0 10px 0 37px;
    }



        header .search .input-field input {
            background: transparent !important;
            padding: 0;
            border: 0 !important;
            height: 37px;
            color: #161616;
            font-size: 10pt;
            box-shadow: none;
        }


header .parnet-login {
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: center;
    position: relative;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    margin-right: 15px;
    background: #03a9f4;
    padding: 7px 0;
    min-height: 37px !important;
    width: 162px;
    margin-left: 79px !important;
}

.searchIn {
    left: 0 !important;
}

.input-field label {
    z-index: -2 !important;
}

.dis {
    display: none !important;
}



@media(max-width:700px) {
    .searchIn {
        left: -92px !important;
    }
}





.current_page_item a {
    color: #03a9f4 !important;
}

nav.menu .menu-item-has-children a {
    position: relative;
    color: #161616 !important;
    ;
}

nav.menu > div > ul > .menu-item-has-children > a::before {
    content: "";
    position: absolute;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    left: 4px;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    border-top: 3px solid #161616;
    top: 23px;
}



nav.menu .menu-item-has-children ul {
    display: none;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    display: none;
    position: absolute;
    width: 230px;
    z-index: 1;
    background: #fff;
    z-index: -1 !important;
    -webkit-box-shadow: 0 10px 5px 0 rgba(3,3,3,.3);
    -moz-box-shadow: 0 10px 5px 0 rgba(3,3,3,.3);
    box-shadow: 0 10px 5px 0 rgba(3,3,3,.3);
}






    nav.menu .menu-item-has-children ul li {
        float: right;
        z-index: 1;
        display: block;
        width: 100%;
        position: relative;
        border-bottom: 1px solid #ededed;
    }

}

nav.menu .menu-item-has-children ul li a {
    display: block;
    padding: 12px 15px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    overflow: hidden;
    color: #161616;
}


nav.menu.menu-item-has-children > ul li:hover > a {
    color: #03a9f4;
}

nav.menu .menu-item-has-children > ul li a {
    display: block;
    position: relative;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #161616;
    font-size: 9.5pt;
}



nav.menu .menu-item-has-children {
    padding: 15px;
}




    nav.menu .menu-item-has-children > ul > li > a {
        padding: 15px;
    }

nav.menu .menu-item-has-children {
    padding: 0;
}



.propposor-img img {
    max-width: 100%;
    max-height: 500px;
}


.woof_container_inner_ h4 {
    position: relative;
    border-bottom: 2px solid #03a9f4;
    padding-bottom: 5px;
    margin-bottom: 20px;
    cursor: pointer;
    display: block;
    font-size: 11pt;
    width: 111%;
}

    .woof_container_inner_ h4::before {
        content: '\f143';
        font-size: 18pt;
        color: #03a9f4;
        position: absolute;
        left: 28px;
        top: -5px;
    }

.filterBox .box {
    position: fixed;
    z-index: 1 !important;
    margin-top: 71px !important;
    width: 13%;
}

.filterBox .hid .head:before {
    transition: .5s;
    content: '\f140';
}

.filterBox .hid .head:before {
    transition: .5s;
    content: '\f140';
}


.addcomment .CustomForm .input-field label {
    z-index: 8 !important;
}

.productItem .image img {
    min-height: 235px
}

.productItem a {
    display: block;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #212121;
    margin: 15px auto;
    text-align: center;
    font-size: 14px;
}

    .price, .productItem a span {
        font-size: 15px !important;
    }

.productItem {
    position: relative;
    cursor: pointer;
    margin: 0 auto 30px;
    -webkit-box-shadow: 0 8px 20px 0 rgba(26,35,126,0.1);
    -moz-box-shadow: 0 8px 20px 0 rgba(26,35,126,0.1);
    box-shadow: 0 8px 20px 0 rgba(26,35,126,0.1);
    padding-bottom: 15px;
    transition: .5s;
    min-height: 455px;
}

    .productItem a {
        display: block;
        white-space: normal;
        text-overflow: ellipsis;
        overflow: hidden;
        color: #212121;
        margin: 15px auto;
        text-align: center;
        font-size: 20px;
        bottom: 10px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

@media (max-width:1206px) {
    .filterBox .box {
        width: 100% !important;
    }
    header .parnet-login{
        width:120px;
    }
}

@media (max-width:994px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 45% !important;
    }

    .filterBox .box {
        width: 100% !important;
    }
}

@media (max-width:768px) {
    .filterBox {
        display: none;
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 46% !important;
    }

    .AboutPage {
        position: relative;
        margin-bottom: 30px;
       
    }

    .CustomForm .input-field input, .CustomForm .input-field textarea {
        width: 100% !important;
    }
    .maincontent {
    min-height: initial;z-index:900 !important;
}
}

@media (max-width:719px) {
}

@media (max-width:598px) {
}

@media (max-width:562px) {


    .AboutPage {
        position: relative;
        margin-bottom: 30px;
        height: auto;
    }
}

@media (max-width:531px) {


    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 92% !important;
    }

    li.type-product:hover {
        transform: scale(1.05);
    }

    .woocommerce ul.products li.product a img {
        width: 100%;
        height: 250px;
    }
}


li.type-product:hover {
    transform: scale(1.05);
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: 250px;
}

.woocommerce ul.products li.product {
    height: auto !important
}

nav.menu > div > ul > li > ul li ul {
    display: none;
    height: 175px;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    display: none;
    position: absolute;
    width: 230px;
    z-index: 1;
    background: #fff;
    -webkit-box-shadow: 0 10px 5px 0 rgba(3,3,3,.3);
    -moz-box-shadow: 0 10px 5px 0 rgba(3,3,3,.3);
    box-shadow: 0 10px 5px 0 rgba(3,3,3,.3);
    right: 230px;
    top: 0;
}










nav.menu > div > ul > li > ul li {
    float: right;
    z-index: 1;
    display: block;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ededed;
}

    nav.menu > div > ul > li > ul li a {
        display: block;
        padding: 12px 15px;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        position: relative;
        overflow: hidden;
        color: #161616;
    }

        nav.menu > div > ul > li > ul li a span {
            display: block;
            position: relative;
            -webkit-transition: .3s;
            -moz-transition: .3s;
            -ms-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
            color: #161616;
            font-size: 9.5pt;
        }

    nav.menu > div > ul > li > ul li.menu-item-has-children > a::before {
        content: "\F141";
        position: absolute;
        font-family: "Material Design Icons";
        left: 0px;
        top: 8px;
        right: inherit;
        font-size: 15pt;
    }




nav.menu > div > ul > li > ul > li:hover > a {
    color: #03a9f4 !important;
    border-right: solid 4px #03a9f4;
}

nav.menu > div > ul > li > ul > li > a > li:hover > a {
    color: #03a9f4 !important;
    border-right: solid 4px #03a9f4;
}

.productItem a {
    font-size: 17px;
}


.menuResize .link a {
   display: block;
    color: currentColor;
    padding: 15px 10px;
    text-decoration: none;
    color: #fff !important;
    font-size: 11.4pt;

}

.scroll-menu {
    max-height: 675px;
    overflow: overlay;
    opacity: 0;
}

.menuResize ul.links .menu-item-has-children > .sub-menu {
    display: none;
}

.menuResize li.current_page_item a {
    background-color: rgba(255,255,255,.1);
    color: white !important;
}

.menuResize .link > a:hover {
    background-color: rgba(255,255,255,.1);
}

.menuResize ul.links li.menu-item-has-children ul li a {
    padding: 10px 25px;
}

.menuResize .link a {
    display: block;
    color: currentColor;
    padding: 13px;
    text-decoration: none;
    color: #fff !important;
}

.menuResize ul.links .menu-item-has-children > a:after {
    content: '+';
    font-size: 10pt;
    vertical-align: middle;
    padding-right: 13px;
    position: absolute;
    top: 11px;
}

.menuResize .open-li > a:after {
    content: '-' !important;
}

.menuResize ul.links li.have-sub ul li a {
    padding: 10px 25px;
}

nav.menu > div > ul > li:hover > a {
    color: #03a9f4 !important;
}

nav.menu .current_page_item > a {
    color: #03a9f4 !important;
}

@media only screen and (max-width: 580px) {
    .productGallery {
        min-height: 411px !important;
    }

    .tab-pane h3 {
        margin: 13px 3px;
    }
}


@media (max-width: 562px) {
    .AboutPage {
        position: relative;
        margin-bottom: 30px;
        height: auto;
    }
}

.not-found {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .not-found .not-found-icon-wrapper {
        margin-right: 30px
    }

        .not-found .not-found-icon-wrapper .not-found-icon {
            width: 100px;
            height: 100px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            border: 3px solid #e9ecef;
            font-size: 85px;
            border-radius: 50%
        }

        .not-found .not-found-icon-wrapper .error-page {
            font-size: 165px;
            font-family: monospace;
            letter-spacing: -25px;
            color: #1e83f0;
            padding-right: 15px;
            line-height: 1
        }

    .not-found .not-found-content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

        .not-found .not-found-content p:last-child {
            margin-bottom: 0
        }

@media (max-width:767.98px) {
    .not-found {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}



.relProd .owl-item .productItem a {
    font-size: 14px;
}

.r-tabs-panel .panelitem:last-child {
    display: none;
    visibility: hidden;
}

.panelitem.hid .content li:last-child {
    display: none;
    visibility: hidden;
}



.addcomment .btnCustom {
    margin-bottom: 131px;
}

.comments .commentItem .text p {
    color: #1D1D1D;
       font-size: 15px;
}

.ProductIn video {
    width: 100%;
}

@media(max-width:769px) {
    .r-tabs:nth-child(2) {
        display: none;
    }
}

.learn .item img {
    width: 93px;
    height: 93px;
    display: block;
    transition: 0.6s;
    margin: auto;
    transition: 0.6s;
}

.learn .item:hover img {
    opacity: 0.1;
    transform: scale(0.7) !important;
}

.menuResize li.menu-item-has-children > a::after {
    content: '+';
    font-size: 10pt;
    vertical-align: middle;
    padding-right: 13px;
    position: absolute;
    top: 11px;
}

.woocommerce ul.products li.product .button:hover {
    background-color: #03a9f4 !important;
    color: #fff !important;
}
ul.products.columns-4 {
    width: 100% !important;
}
.productGallery span.next, .productGallery span.prev {
    width: 50px;
    height: 50px;
    display: inline-block;
    font-size: 25pt;
    line-height: 1.5;
    color: #333;
    font-family: "Material Design Icons";
    position: absolute;
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-align: center;
    background: rgba(255,255,255,0.7);
}

.borderImg a {
    width: 100% !important;
    height: 100% !important;
    text-align: center;
    line-height: 6.5;
    margin: auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none !important;
}

.frame3 a {
    display: block !important;
}

.borderImg a span {
    cursor: pointer;
}

@media (max-width:960px) {
    .frame3 .boutique-frame-image .borderImg {
        overflow: unset;
    }

        .frame3 .boutique-frame-image .borderImg img {
            border-radius: 50%;
            width: 460px;
            transition: .8s transform;
        }
}
.register form.cart {display:none;}
.productItem .prodTitle span:hover {
    background: #03a9f4;
    color: #fff;
} .preNo {
    background:transparent;border:0;word-break:unset;word-wrap:unset;white-space: pre-line;font-family:inherit;font-size:14px;
}
li.type-product{transition:.6s;}
.article-row{display:flex;flex-wrap:wrap;}.pageniation{width:100%; text-align:center;}.pageniation > * {
    padding: 10px 17px;
    background: #03a9f4;
    color: #fff;cursor:pointer;
    max-width: 53px;
    min-width: 53px;
}.pageniation > *:hover{color:#fff;}.pageniation .current{background:#333;}.woocommerce ul.products li.product .button{bottom:-6px;}
li.type-product {
    position: relative;
    cursor: pointer;
    margin: 0 auto 30px;
    -webkit-box-shadow: 0 8px 20px 0 rgba(26,35,126,0.1);
    -moz-box-shadow: 0 8px 20px 0 rgba(26,35,126,0.1);
    /* box-shadow: 0 8px 20px 0 rgba(26,35,126,0.1); */
    padding-bottom: 15px;
    transition: .5s;
    min-height: 350px;
}.CustomForm .input-field input {
    height: 53px;
    width: 100% !important;
}input[type="submit"] {
    padding: 10px !important;
    font-size: 15px !important;
}
@media(min-width:1200px)
{
    .wc-proceed-to-checkout{margin-bottom: 90px;}
    
}
@media(max-width:451px) {
    .addcomment{    margin-top: 74px;}
    .comments .commentItem strong{text-align:center;}
}
}