﻿@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: bold;
    src: url('/Assets/fonts/eot/iranyekanwebboldfanum.eot');
    src: url('/Assets/fonts/eot/iranyekanwebboldfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('/Assets/fonts/woff/iranyekanwebboldfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('/Assets/fonts/woff2/iranyekanwebboldfanum.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('/Assets/fonts/ttf/iranyekanwebboldfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 300;
    src: url('/Assets/fonts/eot/iranyekanweblightfanum.eot');
    src: url('/Assets/fonts/eot/iranyekanweblightfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('/Assets/fonts/woff/iranyekanweblightfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('/Assets/fonts/woff2/iranyekanweblightfanum.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('/Assets/fonts/ttf/iranyekanweblightfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: normal;
    src: url('/Assets/fonts/eot/iranyekanwebregularfanum.eot');
    src: url('/Assets/fonts/eot/iranyekanwebregularfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('/Assets/fonts/woff/iranyekanwebregularfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('/Assets/fonts/woff2/iranyekanwebregularfanum.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('/Assets/fonts/ttf/iranyekanwebregularfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 700;
    src: url('/Assets/fonts/eot/iranyekanwebextraboldfanum.eot');
    src: url('/Assets/fonts/eot/iranyekanwebextraboldfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('/Assets/fonts/woff/iranyekanwebextraboldfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('/Assets/fonts/woff2/iranyekanwebextraboldfanum.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('/Assets/fonts/ttf/iranyekanwebextraboldfanum.ttf') format('truetype');
}
/*@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 900;
    src: url('/Assets/fonts/eot/iranyekanwebblackfanum.eot');
    src: url('/Assets/fonts/eot/iranyekanwebblackfanum.eot?#iefix') format('embedded-opentype'),*/ /* IE6-8 */
    /*url('/Assets/fonts/woff/iranyekanwebblackfanum.woff') format('woff'),*/ /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    /*url('/Assets/fonts/woff2/iranyekanwebblackfanum.woff2') format('woff2'),*/ /* FF39+,Chrome36+, Opera24+*/
    /*url('/Assets/fonts/ttf/iranyekanwebblackfanum.ttf') format('truetype');
}*/



html {
    scroll-behavior: smooth;
}


* {
}

body {
    direction: rtl;
    margin: 0;
    font-family: iranyekan;
    color: #000;
}

    body.oh {
        overflow: hidden;
    }

h1, h2, h3, h4, h5 {
}

a {
    color: #006897;
    text-decoration: none !important;
    outline: none !important;
    cursor: pointer
}

    a:hover, a:focus {
        color: #fcc425;
        text-decoration: none;
    }

::selection {
    background: #000;
    color: #fcc425;
    text-shadow: none;
}

::-webkit-selection {
    background: #000;
    color: #fcc425;
    text-shadow: none;
}

::-webkit-input-placeholder { /* Edge */
    color: #999;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999;
}

::placeholder {
    color: #999;
}

.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .5s;
    transition: all .5s;
}

    .grayscale:hover {
        filter: none;
        -webkit-filter: grayscale(0%);
    }

.colorscale {
    filter: none;
    -webkit-filter: grayscale(0%);
    -webkit-transition: all .5s;
    transition: all .5s;
}

    .colorscale:hover {
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
        filter: gray; /* IE6-9 */
        -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    }
/*BOOTSTRAP CUSTOM STYLES*/

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding: 0px;
    float: right;
}


.row {
    margin: 0;
    padding: 0;
}


.row {
    margin: 0;
    padding: 0;
}

.container {
}
/*@media (min-width: 1400px) {
    .container {
        width: 1360px;
    }
}*/






/*_____________MP________________*/



.inner-row {
    margin-top: 161px;
}

.inner-con {
    padding: 0 72px;
}

.inner-con2 {
    /*padding:0 70px;*/
}

.in-sec-row {
    margin-bottom: 75px;
}
    .in-sec-row.thin {
        margin-bottom: 35px;
    }
    .in-sec-row.gray {
        background-color: #f1f1f1;
        text-align: center;
        margin-bottom: 0px;
    }

        .in-sec-row.gray .slogan {
            padding: 40px 5px;
        }

        .in-sec-row.gray h1 {
            font-size: 20px;
            font-weight: 700;
        }

        .in-sec-row.gray h2 {
            font-size: 16px;
            font-weight:normal;

        }

.margin-row {
    margin: 0 -10px;
}

@media (min-width:1200px) {
    .margin-row.flex {
        display: flex;
    }
}

.margin-row > .margin-col {
    padding: 10px;
}

.margin-row2 {
    margin: 0 -5px;
}

    .margin-row2 > .margin-col {
        padding: 5px;
    }

.margin-row3 {
    margin: 0 -7px;
}

    .margin-row3 > .margin-col {
        padding: 7px;
    }

.mt-15 {
    margin-top: 15px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.pad-row {
    padding: 15px;
}

@media (min-width: 1400px) {
    .container {
        width: 1370px;
    }
}

@media (max-width: 1199px) {
    .inner-con {
        padding: 0 47px;
    }

    .in-sec-row {
        margin-bottom: 60px;
    }
}


@media (max-width: 991px) {
    .inner-row {
        margin-top: 136px;
    }

    .inner-con {
        padding: 0 24px;
    }
}

@media (max-width: 767px) {
    .inner-row {
        margin-top: 120px;
    }

    .inner-con {
        padding: 0;
    }

    .in-sec-row {
        margin-bottom: 30px;
    }
}
/*_____________HEADER________________*/
header.header-row {
    top: 0px;
    right: 0;
    width: 100%;
    position: fixed;
    z-index: 100;
}

    .header-row.scrolled {
    }

    .header-row .header-top-row {
        position: relative;
        z-index: 103;
        background-color: #fff;
        padding: 20px 0 20px 0;
        transition: all 0.3s;
    }

    .header-row.yellow .header-top-row {
        background-color: #fcc425;
    }

    .header-row.scrolled .header-top-row {
        padding: 10px 0 10px 0;
    }

    .header-row .header-top-row .header-top-row-con {
        display: flex;
        align-items: center;
    }





        .header-row .header-top-row .header-top-row-con .right-col .menu-icon {
            position: relative;
            width: 32px;
            height: 16px;
            cursor: pointer;
            display: none;
            float: right;
            margin-left: 15px;
            margin-top: 7px;
            z-index: 106
        }

            .header-row .header-top-row .header-top-row-con .right-col .menu-icon span {
                position: absolute;
                width: 100%;
                height: 3px;
                background-color: #000;
                border-radius: 0px;
                transition: all 0.3s;
            }

                .header-row .header-top-row .header-top-row-con .right-col .menu-icon span:nth-of-type(1) {
                    top: 0;
                    transform: rotate(0);
                }

                .header-row .header-top-row .header-top-row-con .right-col .menu-icon span:nth-of-type(2) {
                    opacity: 1;
                    top: 50%;
                    margin-top: -1px;
                    height: 2px;
                }

                .header-row .header-top-row .header-top-row-con .right-col .menu-icon span:nth-of-type(3) {
                    bottom: 0;
                    transform: rotate(0);
                }

            .header-row .header-top-row .header-top-row-con .right-col .menu-icon.open span:nth-of-type(1) {
                top: 50%;
                transform: rotate(45deg);
                margin-top: -2px;
            }

            .header-row .header-top-row .header-top-row-con .right-col .menu-icon.open span:nth-of-type(2) {
                opacity: 0;
            }

            .header-row .header-top-row .header-top-row-con .right-col .menu-icon.open span:nth-of-type(3) {
                bottom: 50%;
                margin-bottom: -1px;
                transform: rotate(-45deg);
            }












        .header-row .header-top-row .header-top-row-con .logo-col {
            width: 25%;
            position: relative;
            z-index: 106;
        }

            .header-row .header-top-row .header-top-row-con .logo-col svg {
                height: 69px;
                display: inline-block;
                float: left;
                transition: all 0.3s;
            }

    .header-row.scrolled .header-top-row .header-top-row-con .logo-col svg {
        height: 36px;
    }

    .header-row .header-top-row .header-top-row-con .logo-col svg .logo-fa,
    .header-row .header-top-row .header-top-row-con .logo-col svg .logo-icon {
        fill: #000;
        transition: all 0.5s;
    }

    .header-row .header-top-row .header-top-row-con .logo-col svg .logo-en {
        fill: #ffc20e;
        transition: all 0.5s;
    }

    .header-row.yellow .header-top-row .header-top-row-con .logo-col svg .logo-en {
        fill: #fff;
    }

    .header-row.scrolled .header-top-row .header-top-row-con .logo-col svg .logo-fa {
        opacity: 0;
    }

    .header-row.scrolled.yellow .header-top-row .header-top-row-con .logo-col svg .logo-fa {
        fill: #fff
    }

    .header-row.scrolled .header-top-row .header-top-row-con .logo-col svg .logo-en {
        opacity: 1;
        transform: translateY(-20%);
    }
.st0 {
    fill: #333399;
}
.st4 {
    fill: #333399;
    transition: all 0.5s;
}
.st1 {
    fill: #F29100;
}

.st2 {
    fill: #FBC013;
}

.st3 {
    fill: #009EE2;
}
.header-row.scrolled .header-top-row .header-top-row-con .logo-col svg .st4 {
    opacity: 0;
}
.header-row.yellow .header-top-row .header-top-row-con .logo-col svg .st2 {
    fill: #ff3300
}
 
    .header-row .header-top-row .header-top-row-con .right-col {
        position: relative;
        width: 25%;
    }



        .header-row .header-top-row .header-top-row-con .right-col .basket {
            display: inline-block;
            float: right;
            margin-left: 10px;
            position: relative;
        }

            .header-row .header-top-row .header-top-row-con .right-col .basket .basket-con {
                background-color: #eee;
                padding: 4px 10px 4px 4px;
                color: #000;
                border-radius: 50px;
                position: relative;
                float: right;
                transition: all 0.3s;
            }

    .header-row.yellow .header-top-row .header-top-row-con .right-col .basket .basket-con {
        background-color: #fff;
    }

    .header-row .header-top-row .header-top-row-con .right-col .basket .basket-con:hover {
        background-color: #000;
        color: #fff;
    }

    .header-row .header-top-row .header-top-row-con .right-col .basket .basket-con .icon {
        font-size: 24px;
        font-weight: normal;
        display: inline-block;
        float: right;
        margin-left: 10px;
    }

    .header-row .header-top-row .header-top-row-con .right-col .basket .basket-con .txt {
        font-size: 14px;
        padding: 3px 5px 0 5px;
        background-color: #de2455;
        height: 24px;
        min-width: 24px;
        border-radius: 12px;
        text-align: center;
        background-color: #999;
        color: #fff;
        display: inline-block;
        float: left;
    }

    .header-row .header-top-row .header-top-row-con .right-col .basket.active .basket-con .txt {
        background-color: #fcc425;
        color: #000;
    }


    .header-row .header-top-row .header-top-row-con .right-col .user {
        display: inline-block;
        float: right;
        margin-left: 0;
        position: relative;
        margin-left: 10px;
    }

        .header-row .header-top-row .header-top-row-con .right-col .user .user-con {
            background-color: #eee;
            padding: 4px 10px 4px 15px;
            color: #000;
            border-radius: 17px;
            position: relative;
            float: right;
            transition: all 0.3s;
        }

            .header-row .header-top-row .header-top-row-con .right-col .user .user-con.logout {
                padding: 4px 10px 4px 10px;
            }

        .header-row .header-top-row .header-top-row-con .right-col .user:hover .user-con {
            background-color: #000;
            color: #fff;
        }

    .header-row.yellow .header-top-row .header-top-row-con .right-col .user .user-con {
        background-color: #fff;
    }

    .header-row .header-top-row .header-top-row-con .right-col .user .user-con:hover {
        background-color: #000;
        color: #fff;
    }




    .header-row .header-top-row .header-top-row-con .right-col .user .user-con .icon {
        font-size: 24px;
        font-weight: normal;
        display: inline-block;
        float: right;
    }

    .header-row .header-top-row .header-top-row-con .right-col .user .user-con .txt {
        font-size: 14px;
        padding: 2px 0 0 0;
        display: inline-block;
        float: right;
        margin-right: 5px;
    }







    .header-row .header-top-row .header-top-row-con .right-col .user.open .user-con {
        border-radius: 15px 15px 0 0;
        background-color: #f1f1f1;
        color: #000
    }


.dropdown-menu.user-menu {
    left: initial;
    right: 0;
    float: right;
    min-width: 180px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-align: right;
    background-color: #f1f1f1;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 15px 0 15px 15px;
    overflow: hidden;

}

    .dropdown-menu.user-menu > li > a {
        display: flex;
        align-items: center;
        padding: 7px 12px;
        clear: both;
        color: #000;
        white-space: nowrap;
        border-top: 2px solid #fff;
    }

        .dropdown-menu.user-menu > li > a:hover,
        .dropdown-menu.user-menu > li > a:focus {
            text-decoration: none;
            color: #fcc425;
            background-color: #000;
        }


        .dropdown-menu.user-menu > li > a .icon {
            font-size: 20px;
            margin-left: 10px;
        }

        .dropdown-menu.user-menu > li > a .txt {
            font-size: 14px;
            font-weight: 300
        }
        .dropdown-menu.user-menu > li > a .number {
            font-size: 12px;
            font-weight: 300;
            min-width: 20px;
            height: 20px;
            background: #fcc425;
            border-radius: 50%;
           color:#000 !important;
            position: absolute;
            left: 5px;
            text-align: center;
            padding: 3px 5px 0 5px;
        }








.header-row .header-top-row .header-top-row-con .search-col {
    width: 50%;
    position: relative
}

    .header-row .header-top-row .header-top-row-con .search-col input {
        width: 100%;
        border: 2px solid #000;
        background-color: #fff;
        border-radius: 16px;
        padding: 4px 15px 4px 35px;
        outline: 0;
        transition: all 0.3s;
    }

    .header-row .header-top-row .header-top-row-con .search-col.open input {
        border-radius: 16px 16px 0 0;
    }


.header-row.yellow .header-top-row .header-top-row-con .search-col input {
    border: 2px solid #fff;
    background-color: #fff;
}

.header-row .header-top-row .header-top-row-con .search-col input:focus {
    border: 2px solid #000;
    background-color: #fff;
}

.header-row .header-top-row .header-top-row-con .search-col .button {
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -12px;
    font-size: 24px;
    color: #000;
    display: block;
}





.header-row .header-menu-row {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    transition: all 0.3s;
    background-color: #ffc20e;
    border-bottom: 2px solid #fcc425;
    z-index: 102;
    min-height:53px
}

.header-row.yellow .header-menu-row {
    background-color: #ffc20e;
    border-bottom: 2px solid #fcc425;
}

.header-row.white .header-menu-row {
    background-color: #fff;
    border-bottom: 2px solid #000;
}

.header-row.scrolled .header-menu-row.out {
    top: 0%;
}

.header-row.scrolled .header-menu-row:hover {
    top: 100%;
}

@media(min-width:768px) and (max-width:1199px) {
    .container.menu-container {
        width: 100%
    }
}


.header-row .header-menu-row .m-search-row {
    display: none;
    position: relative;
    margin-bottom: 7px
}

    .header-row .header-menu-row .m-search-row input {
        width: 100%;
        padding: 5px 10px 5px 30px;
        border: 2px solid #000;
        outline: 0;
        border-radius: 16px;
        font-size: 12px;
        transition: all 0.3s;
    }

    .header-row .header-menu-row .m-search-row.open input {
        border-radius: 16px 16px 0 0;
    }


.header-row.yellow .header-menu-row .m-search-row input {
    border: 2px solid #fff;
}

.header-row .header-menu-row .m-search-row .button {
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -10px;
    font-size: 20px;
    color: #000;
    display: block;
}




















.header-row .m-menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    height: -webkit-fill-available;
    top: 0;
    right: -110%;
    z-index: 105;
    transition: all 0.5s;
    transition-delay: 0.5s;
    display: none;
    /*display:flex;
        align-items:center;*/
}

    .header-row .m-menu.in {
        right: 0;
        transition-delay: 0s;
    }

.header-row.yellow .m-menu {
    /*background-color:#fcc425;*/
}


.header-row .m-menu .con {
    width: 100%;
    height: 100%;
    padding: 80px 0 0 15px;
    transition: all 0.3s;
    transition-delay: 0.1s;
    opacity: 0;
}


.header-row .m-menu.in .con {
    opacity: 1;
    transition-delay: 0.5s;
    padding-right: 15px;
}

.header-row.scrolled .m-menu .con {
    padding-top: 50px;
}


.header-row .m-menu .con .in-con {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    display: flex;
    flex-wrap: wrap;
}


.header-row .m-menu .con .bottom-con {
    align-self: flex-end;
    width: 100%;
    padding-bottom: 25px;
}

    .header-row .m-menu .con .bottom-con ul {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
        float: right;
        text-align: center
    }

        .header-row .m-menu .con .bottom-con ul li {
            display: inline-block;
            float: none;
            margin: 0 10px;
        }

            .header-row .m-menu .con .bottom-con ul li a {
                display: block;
                color: #000;
            }


    .header-row .m-menu .con .bottom-con .txt-menu {
        border-bottom: 1px solid #000;
        padding: 15px 0;
        margin: 15px 0;
    }

        .header-row .m-menu .con .bottom-con .txt-menu li a {
            font-size: 16px;
            font-weight: 300;
        }

    .header-row .m-menu .con .bottom-con .sn-menu li:first-child {
        font-size: 12px;
        font-weight: 300;
        padding-top: 5px;
        display: inline-block;
        float: right;
    }


    .header-row .m-menu .con .bottom-con .sn-menu li:not(:first-child) {
        float: left;
        width: 100%;
        text-align: left;
        margin-left: 0;
        margin-right: 15px;
        margin-top: 3px;
    }

    .header-row .m-menu .con .bottom-con .sn-menu li a {
        font-size: 16px;
        font-weight: 300;
        display: flex;
        align-items: center;
        flex-direction: row;
        direction: ltr;
    }




        .header-row .m-menu .con .bottom-con .sn-menu li a .icon {
            font-size: 20px;
            margin-right: 7px;
        }


@media (max-width: 1399px) {
}

@media (max-width: 1199px) {

    .header-row .header-top-row .header-top-row-con .right-col {
        width: 30%;
    }

    .header-row .header-top-row .header-top-row-con .logo-col {
        width: 30%;
    }

    .header-row .header-top-row .header-top-row-con .search-col {
        width: 40%;
    }
}

@media (max-width: 991px) {

    .header-row .header-top-row .header-top-row-con .right-col .user .user-con {
        padding: 4px;
        min-width: 32px;
    }




    .header-row .header-top-row .header-top-row-con .logo-col svg {
        height: 50px
    }
}

@media (max-width: 360px) {


    .header-row .header-top-row .header-top-row-con .right-col .user .user-con .txt {
        display: none;
    }
}

@media (max-width: 767px) {

    .header-row .header-top-row .header-top-row-con .right-col {
        width: 70%;
    }


        .header-row .header-top-row .header-top-row-con .right-col .menu-icon {
            display: inline-block;
        }


        .header-row .header-top-row .header-top-row-con .right-col .basket .basket-con {
            padding: 4px 6px 4px 4px;
        }

            .header-row .header-top-row .header-top-row-con .right-col .basket .basket-con .icon {
                font-size: 20px;
                margin-left: 5px;
            }

            .header-row .header-top-row .header-top-row-con .right-col .basket .basket-con .txt {
                font-size: 12px;
                min-width: 20px;
                height: 20px;
            }

        .header-row .header-top-row .header-top-row-con .right-col .user .user-con {
            padding: 4px;
            min-width: 24px;
        }

            .header-row .header-top-row .header-top-row-con .right-col .user .user-con .icon {
                font-size: 20px;
            }


    .header-row .header-top-row .header-top-row-con .logo-col {
        width: 30%;
    }

        .header-row .header-top-row .header-top-row-con .logo-col svg {
            height: 40px;
        }

    .header-row.scrolled .header-top-row .header-top-row-con .logo-col svg {
        height: 30px;
    }

    .header-row .header-top-row .header-top-row-con .search-col {
        display: none;
    }




    .header-row .header-menu-row {
        background-color: #fff;
        border-bottom: 2px solid #000;
        min-height:initial
    }



        .header-row .header-menu-row .navbar {
            display: none;
        }

        .header-row .header-menu-row .m-search-row {
            display: block;
        }



    .header-row .m-menu {
        display: block;
    }
}



/*________________NEW MENU_______________*/

.custom-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .custom-nav > li {
        display: inline-block;
        float: right;
        position: relative;
    }



        .custom-nav > li > a {
            display: block;
            color: #000;
            font-weight: 700;
            padding: 15px 12px;
            font-size: 15px;
            transition: all .3s;
        }

        .custom-nav > li.active > a {
            color: #fcc425;
            background-color: #000;
        }
li.nodp.blog {
  margin-right:20px;
}
    li.nodp.blog:before {
        content: '|';
        position: absolute;
        right: -10px;
        top: 15px;
        line-height: 1;
        font-size: 25px;
        color: #fff;
    }
li.nodp a:hover {
    color: #fcc425;
    background-color: #000;
}

.custom-nav > li:last-child {
    float: left;
}



    .custom-nav > li:last-child > a {
        color: #fff;
        padding-left: 14px;
    }

.header-row.white .custom-nav > li:last-child > a {
    color: #fcc425;
}



.header-menu-main-row {
    background-color: #fcc425;
    z-index: 100;
    position: relative;
}

.header-row.white .header-menu-row .header-menu-main-row {
    background-color: #fff;
}



.header-submenu-row {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0%;
    background-color: #000;
    z-index: 90;
    padding: 0;
    height: 50px;
    transition: all .5s;
    transition-delay: 0.5s;
    overflow: hidden
}

    .header-submenu-row.in {
        top: 100%;
        transition-delay: 0s;
        height: auto;
    }




.submenu-con {
    display: none;
    text-align: right;
}

    .submenu-con:last-of-type {
        text-align: left;
    }

    .submenu-con ul {
        display: inline-block;
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .submenu-con ul li {
            display: inline-block;
        }

            .submenu-con ul li a {
                display: block;
                padding: 16px 10px;
                color: #fcc425;
                font-weight: 300;
                font-size: 14px;
                transition: all 0.3s;
            }

                .submenu-con ul li a:hover {
                    color: #fff;
                }

        .submenu-con ul:nth-of-type(2) {
            border-right: 1px solid #999;
        }

@media(max-width:1199px) {
    .submenu-con ul {
        display: block;
    }

        .submenu-con ul:nth-of-type(2) {
            border-right: none;
            border-top: 1px solid #333;
        }

    .custom-nav > li > a {
        padding: 13px;
        font-size: 15px;
    }
}

@media(max-width:991px) {
    .custom-nav > li > a {
        padding: 13px;
        font-size: 13px;
    }

    .custom-nav > li:last-child > a {
    }




    .header-submenu-row {
        height: 44px;
    }


    .submenu-con ul li a {
        padding: 13px 8px;
        font-size: 12px;
    }
}




@media(max-width:767px) {
    .header-menu-main-row,
    .header-submenu-row {
        display: none;
    }
}
/*_______NAVBAR___________*/



@media (min-width: 768px) {
    .navbar-nav {
        float: right;
        display: inline-block;
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
    }

        .navbar-nav > li {
            float: right;
        }

            .navbar-nav > li:last-child {
                float: left;
            }

    .navbar-collapse.collapse {
        display: none !important;
    }

        .navbar-collapse.collapse.in {
            display: block !important;
        }
}


@media all and (min-width: 768px) {
    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }

        .navbar .nav-link {
            padding-top: 10px;
            padding-bottom: 10px;
        }
}

.navbar {
    position: relative;
    min-height: initial;
    margin-bottom: 0;
    border: none;
}

.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-overflow-scrolling: none;
    margin-bottom: -7px;
}

.navbar-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .navbar-nav > li {
        margin: 0px;
        transition: all 0.3s;
        position: relative;
    }

        .navbar-nav > li.active:after {
            content: '';
            position: absolute;
            bottom: -2px;
            width: calc(100% + 0px);
            height: 2px;
            background-color: #000;
            left: 0;
            z-index: 2;
        }

.header-row.white .navbar-nav > li.active:after {
    background-color: #fcc425;
}


.navbar-nav > li:not(:last-child) {
    margin-left: 15px;
}

.navbar-nav > li.active .nav-link {
}

.navbar-nav > li .nav-link {
    font-size: 16px;
    font-weight: 900;
    display: inline-block;
    padding: 15px 0 15px 20px;
    color: #000;
    position: relative;
    transition: all 0.5s;
    text-decoration: none;
}

.navbar-nav > li:last-child .nav-link {
    padding: 15px 15px 15px 20px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}

.header-row.yellow .navbar-nav > li:last-child .nav-link {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}

.header-row.white .navbar-nav > li:last-child .nav-link {
    color: #000;
    text-shadow: none;
}

.navbar-nav > li .nav-link.dropdown-toggle:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #000;
}

.navbar-nav > li:last-child .nav-link.dropdown-toggle:after {
    border-top: 3px solid #fff;
}

.header-row.yellow .navbar-nav > li:last-child .nav-link.dropdown-toggle:after {
    border-top: 3px solid #fff;
}

.header-row.white .navbar-nav > li:last-child .nav-link.dropdown-toggle:after {
    border-top: 3px solid #000;
}


.navbar-nav > li.open {
    /*border-bottom:2px solid #000;*/
}





.navbar-nav > li > .dropdown-menu {
    padding: 0;
    left: initial;
    right: 0;
    text-align: right;
    background-color: #fff;
    border: 2px solid #fcc425;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: 194px
}

.navbar-nav > li:last-child > .dropdown-menu {
    min-width: 137px;
    left: 0;
    right: initial;
    text-align: center;
}


.header-row.yellow .navbar-nav > li > .dropdown-menu {
    border: 2px solid #fcc425;
}

.header-row.white .navbar-nav > li > .dropdown-menu {
    border: 2px solid #000;
}


.navbar-nav > li > .dropdown-menu ul {
    padding: 15px;
    margin: 0;
    list-style: none;
}



    .navbar-nav > li > .dropdown-menu ul:not(:first-of-type) {
        border-top: 1px solid #ddd;
    }

    .navbar-nav > li > .dropdown-menu ul li:not(:first-child) {
        margin-top: 5px;
    }

    .navbar-nav > li > .dropdown-menu ul li a {
        color: #000;
        font-size: 16px;
        font-weight: 300;
        display: block;
        text-decoration: none;
    }

        .navbar-nav > li > .dropdown-menu ul li a:hover {
            color: #fcc425;
        }

@media (max-width: 1399px) {
}

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
    .navbar-nav > li:not(:last-child) {
        margin-left: 5px;
    }

    .navbar-nav > li .nav-link {
        padding: 15px 0 15px 20px;
    }

        .navbar-nav > li .nav-link.dropdown-toggle:after {
            left: 10px;
        }

    .navbar-nav > li > .dropdown-menu {
        min-width: 184px;
    }

    .navbar-nav > li:last-child > .dropdown-menu {
        min-width: 142px;
    }
}

@media (max-width: 767px) {
    .navbar {
        text-align: right;
        width: 100%;
    }

    .navbar-nav {
        padding-bottom: 15px;
    }

        .navbar-nav > li {
            margin: 0;
            display: inline-block;
            width: 100%;
        }

            .navbar-nav > li:not(:last-child) {
                margin-left: 0;
            }

            .navbar-nav > li > .dropdown-menu,
            .navbar-nav .open .dropdown-menu {
                float: right;
                width: calc(100% - 30px);
                background-color: #fff;
                border: 2px solid #000;
                min-width: calc(100% - 30px);
            }

            .navbar-nav > li:last-child .nav-link,
            .header-row.yellow .navbar-nav > li:last-child .nav-link {
                padding-right: 0;
                color: #000;
                text-shadow: none;
            }

                .navbar-nav > li:last-child .nav-link.dropdown-toggle:after,
                .header-row.yellow .navbar-nav > li:last-child .nav-link.dropdown-toggle:after {
                    border-top-color: #000;
                }

            .navbar-nav > li:last-child > .dropdown-menu {
                text-align: right;
            }

    .header-row.yellow .navbar-nav > li > .dropdown-menu {
        border-color: #000;
    }

    .navbar-nav > li:first-child > .dropdown-menu ul {
        width: 60% !important;
        float: right;
        border-left: 1px solid #ddd;
    }

    .navbar-nav > li > .dropdown-menu ul:not(:first-of-type) {
        border-top: none;
        border-right: 1px solid #ddd;
        border-left: none;
        margin-right: -1px;
    }
    .navbar-nav > li:first-child > .dropdown-menu ul:not(:first-of-type) {
        width: 40% !important;
    }
    .navbar-nav > li > .dropdown-menu ul li a {
        font-size: 14px;
        padding: 2px 0;
        margin: 2px 0;
    }
}






/*__________FOTER_____________*/


.footer-row {
}


.footer-menu-row {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #000;
}

.footer-list {
    padding: 0;
    margin: 0;
    padding-left: 20px;
    margin-bottom: 20px;
    list-style: none;
    color: #fff;
}

    .footer-list li {
        margin-bottom: 5px;
    }

        .footer-list li a {
            color: #fff;
            font-size: 16px;
            text-decoration: none;
        }

        .footer-list li:first-child {
            font-size: 16px;
            margin-bottom: 20px;
            color: #999;
        }

        .footer-list li a:hover {
            color: #fcc425
        }


.footer-sn {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .footer-sn li {
        display: block;
        margin-bottom: 5px;
    }

        .footer-sn li a {
            color: #fff;
            display: inline-block;
            position: relative;
            padding-right: 25px;
            font-size: 14px;
            font-weight: 300;
            direction: ltr;
            text-decoration: none;
        }

            .footer-sn li a .icon {
                font-size: 18px;
                font-weight: normal;
                position: absolute;
                top: 50%;
                margin-top: -10px;
                right: 0;
            }

            .footer-sn li a:hover {
                color: #fcc425
            }



.footer-cert-row {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

    .footer-cert-row img {
        width: 100px;
        margin: 0 15px;
    }







.cr-row {
    padding: 20px 0;
    font-size: 11px;
    background-color: #fff;
    border-top: 1px solid #ddd;
}


    .cr-row .cr-col {
        text-align: right;
        color: #999
    }

    .cr-row .maze-col {
        text-align: left;
    }

        .cr-row .maze-col a {
            display: inline-block;
            position: relative;
            padding-left: 35px;
            color: #999;
            text-decoration: none;
        }

            .cr-row .maze-col a span {
                position: absolute;
                left: 0;
                top: 50%;
                margin-top: -12px;
                font-size: 24px;
            }

            .cr-row .maze-col a:hover span {
                color: #ff6900
            }






.branches-row {
    padding: 5px 10px;
}

    .branches-row .branch-con {
    }

        .branches-row .branch-con .branch-item {
            width: 100%;
            min-height: 170px;
            position: relative;
            padding: 10px 30px;
            background-color: #000;
            color: #fff;
            overflow: hidden;
            display: flex;
            align-items: center;
        }

 


            .branches-row .branch-con .branch-item .bg {
                position: absolute;
                width: 100%;
                height: 100%;
               object-fit:cover;
                z-index: 1;
                top: 0;
                right: 0;
                filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
                filter: blur(2px) grayscale(1);
                -webkit-filter: blur(2px) grayscale(1); /* Chrome 19+ & Safari 6+ */
                -webkit-transition: all .5s;
                transition: all .5s;
                opacity: 0.5;
            }

            .branches-row .branch-con .branch-item:hover .bg {
                filter: blur(0px) grayscale(0);
                -webkit-filter: blur(0px) grayscale(0); /* Chrome 19+ & Safari 6+ */
                opacity: 0.6
            }


            .branches-row .branch-con .branch-item .txt {
                position: relative;
                z-index: 3;
                width: 100%;
            }

                .branches-row .branch-con .branch-item .txt .head {
                    font-size: 24px;
                    padding: 0;
                    margin: 5px 0;
                }

                .branches-row .branch-con .branch-item .txt .tel {
                    font-size: 24px;
                    padding: 0;
                    margin: 5px 0;
                }

                .branches-row .branch-con .branch-item .txt .opt {
                    font-size: 16px;
                    font-weight: 300;
                    padding: 0;
                    margin: 0;
                }

.feature-row {
    background-color: #fff;
}

    .feature-row.gray {
        background-color: #f1f1f1;
    }

    .feature-row .feature-col {
        margin: 40px 0;
    }

    .feature-row.gray .feature-col {
        margin: 20px 0;
    }

    .feature-row .feature-col .feature-con {
        position: relative;
        display: flex;
        align-items: center;
    }

        .feature-row .feature-col .feature-con img {
            width: 70px;
            float: right;
            padding-left: 10px;
        }

        .feature-row .feature-col .feature-con .head {
            font-weight: bold;
            font-size: 16px;
            color: #000;
            margin-bottom: 5px;
        }

        .feature-row .feature-col .feature-con .desc {
            font-weight: 300;
            color: #666;
        }




    .feature-row .feature-col .page-info-row {
        margin-top: 30px;
        font-size: 16px;
        font-weight: 300;
    }





.newsletter-row {
    background-color: #fcc425;
    padding: 80px 0;
    text-align: center;
    color: #000;
}


    .newsletter-row .head {
        font-size: 24px;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .newsletter-row .desc {
        font-size: 16px;
        font-weight: 200;
        margin-bottom: 40px;
    }

    .newsletter-row .newsletter-form-row {
        background-color: #fff;
        padding: 0px;
        overflow: hidden;
    }

        .newsletter-row .newsletter-form-row input {
            background-color: transparent;
            width: 100%;
            border: none;
            outline: 0;
            color: #000;
            font-size: 16px;
            padding: 12px;
            direction: ltr;
            text-align: center;
            transition: all 0.2s;
        }

            .newsletter-row .newsletter-form-row input:focus {
            }

            .newsletter-row .newsletter-form-row input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
                color: #999;
            }

            .newsletter-row .newsletter-form-row input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
                color: #999;
                opacity: 1;
            }

            .newsletter-row .newsletter-form-row input::-moz-placeholder { /* Mozilla Firefox 19+ */
                color: #999;
                opacity: 1;
            }

            .newsletter-row .newsletter-form-row input:-ms-input-placeholder { /* Internet Explorer 10-11 */
                color: #999;
            }

            .newsletter-row .newsletter-form-row input::-ms-input-placeholder { /* Microsoft Edge */
                color: #999;
            }

            .newsletter-row .newsletter-form-row input::placeholder { /* Most modern browsers support this now. */
                color: #999;
            }


            .newsletter-row .newsletter-form-row input[type=email] {
                border-left: 1px solid #ddd
            }

        .newsletter-row .newsletter-form-row .button {
            background-color: #000;
            display: block;
            width: calc(100% - 4px);
            color: #fff;
            margin: 2px;
            outline: 0;
            font-size: 16px;
            padding: 10px;
            text-align: center;
            transition: all 0.2s;
        }

            .newsletter-row .newsletter-form-row .button:hover {
                color: #fcc425
            }





.totop {
    position: fixed;
    bottom: -40px;
    left: 50%;
    margin-left: -30px;
    z-index: 50;
    cursor: pointer;
    transition: all 0.5s;
}

    .totop.in {
        bottom: 0;
    }

    .totop .con {
        width: 60px;
        height: 30px;
        background-color: #fcc425;
        color: #000;
        font-size: 24px;
        padding-top: 5px;
        text-align: center;
        border-radius: 50px 50px 0 0
    }






.modal {
    background-color: rgba(255, 255, 255, 0.79);
}

    .modal.in {
        display: flex !important;
        align-items: center;
    }

.modal-dialog {
    width: 100%;
    margin: 0;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 2px solid #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-height: 100vh;
    overflow: hidden;
}

.modal-body {
    width: 100%;
    display: inline-block;
    padding: 0;
}


    .modal-body .modal-body-head {
        font-size: 14px;
        padding: 20px;
        width: 100%;
        float: right;
        font-weight: 300;
    }
        .modal-body .modal-body-head.med {
            font-size: 16px;
             
            font-weight: bold;
         }
        .modal-body .modal-body-head.big {
            font-size: 18px;
            display: flex;
            align-items: center;
            font-weight: 600;
            justify-content: center;
        }

        .modal-body .modal-body-head.med .icon {
            font-size: 30px;
            margin-left: 10px;
        }


            .modal-body .modal-body-head.big .icon {
                font-size: 36px;
                margin-left: 10px;
            }


    .modal-body .bottom-row {
        border-top: 2px solid #ddd;
        padding: 15px;
    }

        .modal-body .bottom-row .confirm {
            font-size: 16px;
            padding: 7px 40px 7px 40px;
            border: 2px solid #000;
            background-color: #000;
            color: #fff;
            display: inline-block;
            float: left;
            cursor: pointer;
            transition: all 0.3s;
            min-width: 160px;
            text-align: center
        }

            .modal-body .bottom-row .confirm:hover {
                background-color: #fcc425;
                color: #000
            }

 
            .modal-body .bottom-row .confirm.disabled ,.modal-body .bottom-row .confirm.disabled:hover {
                background-color: #999;
                color: #ddd;
                cursor:not-allowed
            }
#salert {
    font-size: 10px;
    color: #999
}

        .modal-body .bottom-row .cancel {
            font-size: 16px;
            padding: 7px 15px 7px 15px;
            border: 2px solid #000;
            background-color: #fff;
            color: #000;
            margin-left: 15px;
            display: inline-block;
            float: left;
            cursor: pointer;
            transition: all 0.2s;
        }

            .modal-body .bottom-row .cancel:hover {
                color: #ffc20e;
                border-color: #fcc425;
            }



    .modal-body .modal-head-row {
        border-bottom: 2px solid #000;
        padding: 0;
        text-align: right;
        width: 100%;
        float: right;
        position: relative;
    }

        .modal-body .modal-head-row .close {
            font-size: 30px;
            display: inline-block;
            float: right;
            border-left: 1px solid #ddd;
            cursor: pointer;
            color: #000;
            padding: 11px;
        }

            .modal-body .modal-head-row .close span {
                display: block;
            }

            .modal-body .modal-head-row .close:hover {
                color: #333
            }

        .modal-body .modal-head-row .head {
            display: inline-block;
            padding: 15px 55px 15px 15px;
            margin: 0;
            color: #333;
            font-size: 16px;
            font-weight: bold;
            position: relative;
            float: right;
        }

            .modal-body .modal-head-row .head .icon {
                position: absolute;
                display: block;
                font-size: 24px;
                right: 15px;
                top: 50%;
                margin-top: -12px;
            }


@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 10px auto;
    }

        .modal-dialog.modal-big {
            width: auto;
        }
}

@media(max-width:400px) {
    .modal-body .modal-body-head.big {
        font-size: 16px;
    }

    .modal-body .modal-body-head {
        padding: 20px 5px
    }

  
}

@media(max-width:991px) {

    .branches-row .branch-con .branch-item .txt .head {
        font-size: 20px;
    }

    .branches-row .branch-con .branch-item .txt .tel {
        font-size: 20px;
    }

    .branches-row .branch-con .branch-item .txt .opt {
        font-size: 14px;
    }

    .feature-row .feature-col .feature-con img {
        width: 60px;
    }

    .feature-row .feature-col .feature-con .head {
        font-size: 14px;
    }

    .feature-row .feature-col .feature-con .desc {
        font-size: 12px;
    }
}


@media(max-width:767px) {
    .footer-menu-row {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .footer-list {
        margin-bottom: 50px;
    }

        .footer-list li {
            font-size: 12px;
        }

            .footer-list li:first-child {
                margin-bottom: 10px;
            }

            .footer-list li a {
                font-size: 14px;
            }

            .footer-list li:first-child {
                font-size: 14px;
            }

    .footer-sn {
        margin-top: -20px;
    }


    .footer-cert-row {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .cr-row {
        padding-bottom: 30px;
    }

        .cr-row .cr-col {
            text-align: center;
        }

        .cr-row .maze-col {
            text-align: center;
            margin-top: 10px;
        }

    .branches-row .branch-con .branch-item {
        min-height: 160px;
    }

        .branches-row .branch-con .branch-item .txt .head {
            font-size: 18px;
        }

        .branches-row .branch-con .branch-item .txt .tel {
            font-size: 18px;
        }

        .branches-row .branch-con .branch-item .txt .opt {
            font-size: 12px;
        }

    .feature-row .feature-col .page-info-row {
        font-size: 12px;
    }

    .feature-row .feature-col .feature-con img {
        width: 60px;
    }

    .newsletter-row {
        padding: 40px 0;
    }

        .newsletter-row .head {
            font-size: 20px;
        }

        .newsletter-row .newsletter-form-row input[type=email] {
            border-bottom: 1px solid #ddd;
            border-left: none;
        }







    .totop .con {
        width: 50px;
        height: 25px;
        font-size: 20px;
        padding-top: 4px;
    }
}



/*_____________HOME____________*/

.big-slider-con {
    min-height: 25vw
}
    .big-slider a {
    position:relative;
    display:block
    }

    .big-slider .caption {
        position: absolute;
        z-index: 1;
      text-align:right;
        width: 300px;
        padding: 10px;
    }
    .big-slider a.top-left .caption {
        top:20%;left:20%;
    }
    .big-slider a.bottom-left .caption {
        bottom: 20%;
        left: 20%;
    }
    .big-slider a.bottom-right .caption {
        bottom: 20%;
        right: 20%;
    }
    .big-slider a.top-right .caption {
        top: 20%;
        right: 20%;
    }
    .big-slider a  .caption b {
      display:block
    }
        .big-slider .img {
            width: 100%;
            height: 25vw;
            background-position: center;
            background-size: cover;
            display: block;
        }

.owl-carousel.big-slider .owl-stage-outer {
    z-index: 2;
}


.big-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    margin-top: -22px;
}

.owl-carousel.big-slider .owl-nav button.owl-next,
.owl-carousel.big-slider .owl-nav button.owl-prev {
    color: #000;
    display: inline-block;
    font-size: 24px;
    padding: 5px !important;
    z-index: 3;
    position: relative;
}

.big-slider .owl-nav .owl-prev {
    float: right;
}

.big-slider .owl-nav .owl-next {
    float: left;
}

.big-slider .owl-dots {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 5px 0;
}

    .big-slider .owl-dots .owl-dot {
        display: inline-block;
        width: 12px;
        height: 12px;
        background-color: #999;
        margin: 0 4px;
        border-radius: 50px;
        transition: all 0.3s;
    }

        .big-slider .owl-dots .owl-dot.active {
            width: 36px;
            background-color: #000;
        }








.img-cat-row {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .img-cat-row .img-cat-item {
        display: inline-block;
        width: 195px;
        padding: 10px;
    }

        .img-cat-row .img-cat-item img {
            width: 69px;
            height: 69px;
            object-fit: cover;
            /*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");*/ /* Firefox 3.5+ */
            /*filter: gray;*/ /* IE6-9 */
            /*-webkit-filter: grayscale(100%);*/ /* Chrome 19+ & Safari 6+ */
            -webkit-transition: all .5s;
            transition: all .5s;
        }

        .img-cat-row .img-cat-item:hover img {
            /*  filter: none;
  -webkit-filter: grayscale(0%);*/
            /*   transform:scale(1.1)*/
        }

        .img-cat-row .img-cat-item img.hover {
            display: none;
        }

        .img-cat-row .img-cat-item:hover img.hover {
            display: initial;
        }

        .img-cat-row .img-cat-item:hover img.first {
            display: none;
        }

        .img-cat-row .img-cat-item .head {
            color: #000;
            font-size: 18px;
            padding: 15px 0;
            margin: 0;
            transition: all .3s;
        }

        /*.img-cat-row .img-cat-item:hover .head{
  color:#fcc425;
}*/
        .img-cat-row .img-cat-item .head2 {
            color: #000;
            font-size: 14px;
            padding: 0;
            margin: 0;
            font-weight: 300
        }




.quiz-row {
    background-color: #ddd;
    min-height: 25vw;
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 0;
}

    .quiz-row .img {
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        height: 100%;
        background-position: center;
        background-size: cover;
    }


    .quiz-row .quiz-con {
        padding-left: 30px;
        color: #000;
        float: right;
        width: 100%;
    }


        .quiz-row .quiz-con .head {
            font-size: 24px;
            padding: 0;
            margin: 10px 0;
            transition: all .3s;
        }

        .quiz-row .quiz-con .desc {
            font-size: 18px;
            padding: 0;
            margin: 10px 0;
            font-weight: 300;
        }

        .quiz-row .quiz-con .quiz-form {
            width: 100%;
            margin-top: 30px;
        }

            .quiz-row .quiz-con .quiz-form input {
                width: 100%;
                padding: 7px;
                font-size: 18px;
                border: 1px solid #999;
                margin-top: -1px;
                outline: 0;
            }

            .quiz-row .quiz-con .quiz-form .button {
                display: inline-block;
                float: left;
                background-color: #000;
                color: #fff;
                padding: 8px 30px;
                font-size: 16px;
            }

                .quiz-row .quiz-con .quiz-form .button:hover {
                    color: #fcc425;
                }




.small-slider {
}

.owl-carousel.small-slider .owl-stage-outer {
    z-index: 2;
}

.small-slider .owl-item {
    height: 399px;
}

    .small-slider .owl-item .img {
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover;
        position: absolute
    }

    .small-slider .owl-item .cap {
        width: 100%;
        height: 100%;
        position: relative;
        display: flex;
        align-items: flex-start;
        padding: 50px 0 0 0;
    }

        .small-slider .owl-item .cap .head {
            display: inline-block;
            background-color: #fff;
            color: #000;
            font-size: 26px;
            font-size: 15px;
            padding: 10px 15px;
            margin: 0 0 6px 0;
            text-align: left;
            min-width: 230px;
        }

        .small-slider .owl-item .cap .button {
            display: inline-block;
            background-color: #fff;
            color: #000;
            padding: 5px 10px;
            font-size: 12px;
            font-weight: normal;
            min-width: 230px;
            text-align: left;
        }

            .small-slider .owl-item .cap .button:hover {
                color: #fcc425;
            }


.small-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: calc(100% + 70px);
    left: -35px;
    margin-top: -32px;
}

.owl-carousel.small-slider .owl-nav button.owl-next,
.owl-carousel.small-slider .owl-nav button.owl-prev {
    color: #000;
    display: inline-block;
    font-size: 24px;
    padding: 5px !important;
    z-index: 3;
    position: relative;
    outline: 0;
}

.small-slider .owl-nav .owl-prev {
    float: right;
}

.small-slider .owl-nav .owl-next {
    float: left;
}

.small-slider .owl-dots {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 5px 0;
}

    .small-slider .owl-dots .owl-dot {
        display: inline-block;
        width: 12px;
        height: 12px;
        background-color: #999;
        margin: 0 4px;
        border-radius: 50px;
        transition: all 0.3s;
    }

        .small-slider .owl-dots .owl-dot.active {
            width: 36px;
            background-color: #000;
        }



.index-banner-row {
}

    .index-banner-row .banner-item {
        position: relative;
        height: 310px;
    }

        .index-banner-row .banner-item .img {
            width: 100%;
            height: 100%;
            background-position: center;
            background-size: cover;
            position: absolute
        }

        .index-banner-row .banner-item .cap {
            width: 100%;
            height: 100%;
            position: relative;
            display: flex;
            align-items: flex-start;
            padding: 25px 0 0 0;
        }

            .index-banner-row .banner-item .cap .head {
                display: inline-block;
                background-color: #232321;
                color: #fff;
                font-size: 15px;
                padding: 6px 10px;
                margin: 0 0 3px 0;
                text-align: left;
                min-width: 180px;
                font-weight: normal;
            }

            .index-banner-row .banner-item .cap .button {
                display: inline-block;
                background-color: #fff;
                color: #000;
                padding: 4px 10px;
                font-size: 12px;
                font-weight: normal;
                min-width: 180px;
                text-align: left;
            }

                .index-banner-row .banner-item .cap .button:hover {
                    color: #fcc425;
                }




.tab-section {
}


.tab-row {
    background-color: #fff;
    overflow: hidden;
    min-height: 560px;
    border: 2px solid #000;
}

    .tab-row .tab-body .con {
        padding: 20px 68px;
        text-align:left;
        min-height:500px;
     }
        .tab-row .tab-body .con .row {
            text-align: right
        }
    .tab-row .tab-head {
        width: 100%;
        display: flex;
        text-align: center;
    }

        .tab-row .tab-head .panel {
            flex-grow: 1;
            cursor: pointer;
        }

            .tab-row .tab-head .panel .tab-head-item {
                background-color: #000;
                color: #fcc425;
                transition: all 0.3s;
                position: relative;
            }

                .tab-row .tab-head .panel .tab-head-item:after {
                    content: '';
                    position: absolute;
                    width: 3px;
                    height: 100%;
                    background-color: #fff;
                    top: 0;
                    left: 100%;
                }

                .tab-row .tab-head .panel .tab-head-item.collapsed {
                    background-color: #ddd;
                    color: #000;
                }

                    .tab-row .tab-head .panel .tab-head-item.collapsed:hover {
                        background-color: #bbb;
                    }

                .tab-row .tab-head .panel .tab-head-item .head {
                    font-size: 20px;
                    padding: 15px;
                    margin: 0;
                }












.sec-head-row {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 2px solid #000;
    flex-wrap: wrap;
}

    .sec-head-row .head-con {
        display: inline-block;
        float: right;
        position: relative;
        padding: 15px 0;
        flex-grow: 1;
    }

    .sec-head-row.with-icon .head-con {
        padding-right: 60px;
    }

    .sec-head-row .head-con .head {
        display: inline-block;
        float: right;
        background-color: #fff;
        padding: 0;
        margin: 0;
        color: #000;
        font-size: 24px;
        font-weight: 900;
    }


    .sec-head-row.with-icon .head-con .icon {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -25px;
        width: 50px;
        height: 50px;
        object-fit: contain;
    }

    .sec-head-row .more, .tab-body .more {
        display: inline-block;
        background-color: #000;
        padding: 7px 14px;
        min-width: 180px;
        text-align: center;
        margin: 0;
        color: #fff;
        font-size: 14px;
        font-weight: 300;
        transition: all 0.2s;
    }
     .tab-body .more {
     
     margin:10px 0  0 0 
    }
        .sec-head-row .more:hover, .tab-body .more:hover {
            color: #ffc20e;
        }
.tab-body .collapse.in {
     
    min-height: 500px
}


.HomeText {
    line-height: 1.8;
    text-align: justify;
    position: relative;
    overflow: hidden;
    transition: .5s ease-out;
    border: 3px solid;
    padding: 10px;
}
  
    .morefade {
    width: calc(100% - 20px);
    height: 100px;
    background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
    position: absolute;
    bottom: 0px;
    right: -10px;
}

.HomeText .morebtn, .HomeText .lessbtn {
    padding: 3px;
    color: #fff;
    background: #000;
    display: inline-block;
    font-size: 14px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 150px;
    z-index: 2;
    text-align: center;
}
.HomeText .morebtn:hover, .HomeText .lessbtn:hover {
     
    color: #fcc425;
     
}
.HomeText h1 {
    font-size: 20px;
    text-align: right
}
.blog-row {
    background-color: #f5f5f5;
    padding: 40px 0 20px 0
}
.homeblog {
     padding:10px;
}
    .homeblog a {
        background-color: #fff;
        border: 1px solid #e1e1e1;
        display: block;
        transition:all .3s
    }
        .homeblog a:hover {
            background-color: #eeeeee;
            border: 1px solid #dddddd;
            display: block
        }
.homeblog .img {
    width: 169px;
    display:inline-block;
}
    .homeblog .img img {
        width: 100%;
        object-fit: cover;
        height: 180px;
        min-height: 180px;
    }


    .homeblog .text {
        width: calc(100% - 180px);
        display: inline-block;
        float: left;
        padding: 10px;
        color: #8c8c8c;
        text-align: justify
    }
        .homeblog .text span {
            color: #b9b9b9
        }
.homeblog .text .head {
   padding:0;margin:0
   ;
   color:#000
}

        .homeblog .text p {
            padding: 5px 0;
            margin:0
            
        }




 

@media(max-width:1399px) {
    .small-slider .owl-item {
        height: 332px;
    }

    .index-banner-row .banner-item {
        height: 244px;
    }
    .img-cat-row .img-cat-item {
        width: 165px;
    }
}

@media(max-width:1199px) {

    .img-cat-row .img-cat-item {
        width: 140px;
    }

        .img-cat-row .img-cat-item .head {
            font-size: 16px;
        }

        .img-cat-row .img-cat-item .head2 {
            font-size: 12px;
        }

    .small-slider .owl-item {
        height: 282px;
    }

    .index-banner-row .banner-item {
        height: 206px;
    }

    .tab-row .tab-body .con {
        padding: 20px 47px;
    }
}



@media(max-width:991px) {


    .big-slider .img {
    }


    .img-cat-row .img-cat-item {
        width: 190px;
    }

        .img-cat-row .img-cat-item img {
            width: 50px;
            height: 50px;
        }

        .img-cat-row .img-cat-item .head {
            font-size: 14px;
            padding: 7px 0;
        }

        .img-cat-row .img-cat-item .head2 {
            font-size: 10px;
        }




    .quiz-row .quiz-con .head {
        font-size: 20px;
    }

    .quiz-row .quiz-con .desc {
        font-size: 14px;
    }

    .quiz-row .quiz-con .quiz-form {
        margin-top: 30px;
    }

        .quiz-row .quiz-con .quiz-form input {
            padding: 5px;
            font-size: 14px;
        }

        .quiz-row .quiz-con .quiz-form .button {
            padding: 5px 20px;
            font-size: 14px;
        }

    .small-slider .owl-item {
        height: 230px;
    }

        .small-slider .owl-item .cap .head {
            font-size: 20px;
        }

        .small-slider .owl-item .cap .button {
            font-size: 16px;
            padding: 6px 30px;
        }

    .index-banner-row .banner-item {
        height: 170px;
    }

        .index-banner-row .banner-item .cap {
            padding: 0;
        }

            .index-banner-row .banner-item .cap .head {
                font-size: 14px;
            }

            .index-banner-row .banner-item .cap .button {
                font-size: 12px;
                padding: 3px 5px;
            }




    .tab-row .tab-head .panel .tab-head-item .head {
        font-size: 18px;
    }





    .sec-head-row.with-icon .head-con {
        padding-right: 50px;
    }

    .sec-head-row .head-con .head {
        font-size: 20px;
    }


    .sec-head-row.with-icon .head-con .icon {
        margin-top: -20px;
        width: 40px;
        height: 40px;
    }
}

@media(max-width:767px) {

    .big-slider .img {
        height: 66.66vw;
    }

        .big-slider .img img {
            width: 100%;
aspect-ratio:1.5;
        min-height: 66.66vw;
        }





    .img-cat-row .img-cat-item {
        width: 50%;
    }

    .quiz-row {
        display: block;
        padding: 0;
    }

        .quiz-row .img {
            position: relative;
            width: 100%;
            height: 50vw;
        }

        .quiz-row .quiz-con {
            padding: 0 34px 15px 34px;
        }

            .quiz-row .quiz-con .head {
                font-size: 18px;
            }

            .quiz-row .quiz-con .desc {
                font-size: 12px;
            }

            .quiz-row .quiz-con .quiz-form {
                margin-top: 20px;
            }



    .small-slider .owl-item {
        height: auto;
    }

        .small-slider .owl-item .img {
            height: auto;
            position: relative
        }

        .small-slider .owl-item .cap {
            position: absolute;
            top: 40px;
            display: block;
            height: auto
        }

            .small-slider .owl-item .cap .head {
                font-size: 14px;
            }

            .small-slider .owl-item .cap .button {
                font-size: 12px;
                padding: 5px 20px;
            }

    .small-slider .owl-nav {
        position: absolute;
        top: 100%;
        width: calc(100%);
        left: 0;
        margin-top: -32px;
    }
    .tab-row {
 
        min-height: 490px;
      
    }
    .tab-body .collapse.in {
        min-height: 440px;
    }
    .owl-carousel.small-slider .owl-nav button.owl-next,
    .owl-carousel.small-slider .owl-nav button.owl-prev {
        font-size: 20px;
    }

    .small-slider .owl-dots {
        background-color: #eee;
        padding-bottom: 10px;
    }

    .index-banner-row .banner-item {
        height: auto;
    }

        .index-banner-row .banner-item img {
            height: auto !important;
            position: relative !important
        }

        .index-banner-row .banner-item .cap {
            position: absolute;
            top: 40px;
            display: block;
        }

    .tab-section .container {
        padding: 0;
    }
    .tab-body .collapse.in {
        min-height: 430px;
    }
    .tab-row .tab-body .con {
        padding: 15px;
        min-height: 440px;
    }
   
    .tab-row .tab-head .panel .tab-head-item .head {
        font-size: 14px;
        padding: 10px;
    }






    .sec-head-row.with-icon .head-con {
        padding-right: 34px;
    }

    .sec-head-row .head-con .head {
        font-size: 16px;
    }


    .sec-head-row.with-icon .head-con .icon {
        margin-top: -16px;
        width: 30px;
        height: 30px;
    }

    .sec-head-row .more {
        display: block;
        flex-grow: initial;
        padding:6px 8px;
        font-size: 12px;
        min-width:160px;
    }

 

        .HomeText h1 {
          text-align:center
         }


}


@media(max-width:500px) {
    .big-slider .caption {
        
       zoom:.8;
        padding: 5px;
        width:auto;
        min-width:200px;
        max-width:280px
    }
    .big-slider a.top-left .caption {
        top: 10%;
        left: 10%;
    }
    .sec-head-row .head-con .head {
        font-size: 14.5px;
     }
    .sec-head-row .head-con  {
         max-width: 60%
    }
    .big-slider a.bottom-left .caption {
        bottom: 10%;
        left: 10%;
    }

    .big-slider a.bottom-right .caption {
        bottom: 10%;
        right: 10%;
    }

    .big-slider a.top-right .caption {
        top: 10%;
        right: 10%;
    }
    .sec-head-row {
        border-bottom: none;
        justify-content: space-between;
        align-items: center;
    }

        .sec-head-row .more {
             padding: 6px ;
            min-width: initial;
            font-size:11px;


        }
    .homeblog a {
       border:none
    }
    .homeblog .img {
        width: 100%;
        display: block;
        border: 1px solid #e1e1e1;
        border-bottom: none;
     }
        .homeblog .img img {
            min-height: 230px;
            height: 230px
        }
    .homeblog .text {
        width: 100%;
        display: block;
        background-color: #fff;
        border: 1px solid #e1e1e1;
        border-top:none
    }
}












/*PRODUCTS________________________________________________*/


/*slider_________*/
.product-slider-row {
    padding: 0;
    margin-bottom: 40px;
    min-height:460px;
}

    .product-slider-row:last-child {
        margin-bottom: 0
    }

.product-slider {
    min-height: 400px;
    max-height: 450px;
 }
    .product-slider .owl-stage-outer {
    overflow:hidden
    }

    .product-slider .product-item {
        width: 240px;
        margin: 0 auto;
        transition: all 0.3s;
        position: relative;
        background-color: #f1f1f1;
        padding: 0;
    }

        .product-slider .product-item.na .img-con {
            filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
            filter: gray;
            -webkit-filter: grayscale(100%);
            -webkit-transition: all .5s;
            transition: all .5s;
        }

    .product-slider.book-slider .product-item {
        width: auto;
    }

    .product-slider .product-item .img-con {
        text-align: center;
        border: 2px solid #f1f1f1;
        overflow: hidden;
    }

        .product-slider .product-item .img-con .img {
            transition: all 1s;
            width: 100%;
            height: 236px;
            object-fit: cover;
            
        }

    .product-slider.book-slider .product-item .img-con .img {
        width: auto;
        height: 285px;
        display: inline-block;
        object-fit: contain;
        min-width:200px;
    }

    .product-slider .product-item:hover .img-con .img {
        transform: scale(1.1)
    }

    .product-slider .product-item.na:hover .img-con {
        filter: none;
        -webkit-filter: grayscale(0%);
    }

    .product-slider .product-item .info {
        padding: 10px;
    }


        .product-slider .product-item .info .info-con {
            position: relative;
            padding-bottom: 45px;
            min-height: 130px;
        }

@media(max-width:767px) {
    .product-slider-row {
        
        margin-bottom: 20px;
        overflow-y:hidden
    }

        .product-slider-row:last-child {
            margin-bottom: 0
        }
    .product-slider .product-item .info .info-con {
        min-height: 100px;
    }
}

.product-slider .product-item .info .info-con .head {
    color: #000;
    font-size: 14px;
    padding: 0;
    margin: 0;
    font-weight: 700;
    max-width: 220px;
  display: block;
}

.product-slider .product-item .info .info-con .head2 {
    color: #666;
    font-weight: 300;
    font-size: 12px;
    padding: 0;
    margin: 3px 0;
    display: block;
}

.product-slider .product-item .info .info-con .head3 {
    color: #666;
    font-weight: 300;
    font-size: 12px;
    padding: 0;
    margin: 3px 0;
    display: block
}

    .product-slider .product-item .info .info-con .head2:hover, .product-slider .product-item .info .info-con .head3:hover {
        color: #000;
    }

.product-slider .product-item .info .info-con .price {
    text-align: left;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

    .product-slider .product-item .info .info-con .price .main-price {
        color: #000;
        font-size: 14px;
        font-weight: 700;
        padding: 0;
    }

.product-slider .product-item.na .info .info-con .price .main-price {
    color: #999;
}

.product-slider .product-item .info .info-con .price .price-before {
    color: #999;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 300;
    padding: 0;
    margin-top: 10px;
    display: inline-block;
    position: relative;
}

    .product-slider .product-item .info .info-con .price .price-before .off {
        position: absolute;
        background-color: #fcc425;
        color: #000;
        font-weight: 700;
        padding: 6px 16px 0 16px;
        min-width: 48px;
        min-height: 30px;
        text-align: center;
        border-radius: 50px;
        font-size: 14px;
        left: 100%;
        top: 5px;
        margin-left: 10px;
    }


.product-slider .product-item .tag {
    position: absolute;
    right: -2px;
    top: 10px;
    padding: 3px 15px;
    color: #fff;
    background-color: #aaa;
    font-size: 12px;
    font-weight: 300;
    direction: ltr;
    z-index: 10;
    transition: all 0.3s;
}

.product-slider .product-item:hover .tag {
    padding-right: 45px;
}


.product-slider .product-item .tag.new {
    background-color: #006897
}
.product-slider .product-item .tag.new {
    background-color: #006897
}
.product-slider .product-item .tag.newpub {
    background-color: #d40009
}



.product-slider .owl-nav {
    position: absolute;
    width: calc(100%);
    top: 200px;
    margin-top: -12px;
    left: 0px;
    z-index: -1
}

.product-slider.book-slider .owl-nav {
    top: 230px;
}


.product-slider .owl-nav button.owl-next {
    float: left;
    outline: 0;
    margin-left: -35px;
    display: inline-block;
}

.product-slider .owl-nav button.owl-prev {
    float: right;
    outline: 0;
    margin-right: -35px;
    display: inline-block;
}

    .product-slider .owl-nav button.owl-next span,
    .product-slider .owl-nav button.owl-prev span {
        font-size: 24px;
        color: #000;
        display: block
    }

    .product-slider .owl-nav button.owl-next:hover span,
    .product-slider .owl-nav button.owl-prev:hover span {
        color: #000;
    }

    .product-slider .owl-nav button.owl-next.disabled span,
    .product-slider .owl-nav button.owl-prev.disabled span,
    .product-slider .owl-nav button.owl-next.disabled:hover span,
    .product-slider .owl-nav button.owl-prev.disabled:hover span {
        color: #ddd;
    }

.owl-carousel.product-slider .owl-nav.disabled {
    display: none !important;
}






/*___top-row_________*/

.products-top-row {
}

    .products-top-row .head-row {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding: 15px 0;
    }

        .products-top-row .head-row .head-con {
            flex-grow: 1;
            padding-right: 60px;
            position: relative;
            background-color: #fff;
            z-index: 3;
        }

        .products-top-row .head-row.no-icon .head-con {
            padding-right: 0px;
        }

        .products-top-row .head-row .head-con:after {
            content: '';
            position: absolute;
            top: 50%;
            margin-top: -1px;
            width: calc(100% - 62px);
            height: 2px;
            background-color: #000;
            left: 0;
            z-index: 2;
        }

        .products-top-row .head-row .head-con .head {
            padding: 0;
            padding-left: 15px;
            margin: 0;
            font-size: 24px;
            display: inline-block;
            position: relative;
            background-color: #fff;
            z-index: 3;
        }

        .products-top-row .head-row .head-con .icon {
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -25px;
            width: 50px;
            height: 50px;
            object-fit: contain;
        }


    .products-top-row .desc-row {
        padding: 0 60px;
        font-weight: 300;
        font-size: 17px;
        margin-bottom: 15px;
    }

.share-con {
    position: relative;
}

    .share-con .share-ttl {
        padding-right: 10px;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

        .share-con .share-ttl .icon {
            font-size: 24px;
            margin-right: 5px;
        }

        .share-con .share-ttl .ttl {
            font-weight: 300;
        }

    .share-con .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        min-width: initial;
        width: 150px;
        padding: 10px;
        margin: 0;
        margin-top: 5px;
        background-color: #fff;
        border: 2px solid #000;
        -webkit-box-shadow: none;
        box-shadow: none;
        transition: all .5s;
    }

        .share-con .dropdown-menu .ttl {
            font-size: 12px;
            font-weight: 300;
            margin-bottom: 5px;
        }





.products-links-row {
    background-color: #ccc;
    padding: 10px 0;
    text-align: center;
}


    .products-links-row .products-links-con {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        .products-links-row .products-links-con a {
            background-color: #fff;
            margin: 7px 7px;
            border-radius: 0;
            padding: 7px 25px;
            color: #000;
            display: inline-block;
            min-width: 100px;
            transition: all 0.3s;
            flex-grow: 1;
            max-width: 260px;
            box-sizing: content-box
        }

            .products-links-row .products-links-con a:hover {
                background-color: #000;
                padding: 7px 30px;
                margin: 7px 2px;
                color: #fcc425;
            }



            .products-links-row .products-links-con a .head {
                padding: 0;
                margin: 0;
                font-size: 16px;
            }

                .products-links-row .products-links-con a .head span {
                    display: block;
                    font-weight: 300;
                    font-size: 12px;
                }



.bread-row {
    background-color: #000;
    padding: 5px 0;
}

.breadcrumb {
    padding: 0;
    margin: 0;
    background-color: transparent;
}

    .breadcrumb > li + li:before {
        content: ">";
        padding: 0 5px;
        color: #999;
    }

    .breadcrumb > li a {
        font-size: 12px;
        font-weight: 300;
        color: #fff;
    }

        .breadcrumb > li a:hover {
            color: #fcc425;
        }


@media(max-width:991px) {
    .product-slider .product-item {
        width: 180px;
    }

    .product-slider.book-slider .product-item {
        min-width: 180px;
        width: auto;
    }

    .product-slider .product-item .img-con .img {
        height: 174px;
    }


    .product-slider.book-slider .product-item .img-con .img {
        height: 250px;
        min-width:175px;
    }

    .product-slider {
        min-height: 400px;
        max-height: 420px;
    }

        .product-slider .product-item .info .info-con {
            padding-bottom: 40px;
        }

            .product-slider .product-item .info .info-con .head {
                color: #000;
                font-size: 12px;
                padding: 0;
                margin: 0;
                font-weight: 700;
            }

            .product-slider .product-item .info .info-con .head2 {
                font-size: 10px;
            }

            .product-slider .product-item .info .info-con .head3 {
                font-size: 10px;
            }

            .product-slider .product-item .info .info-con .price .main-price {
                font-size: 12px;
            }

            .product-slider .product-item .info .info-con .price .price-before {
                font-size: 12px;
            }

                .product-slider .product-item .info .info-con .price .price-before .off {
                    padding: 5px 10px 0 10px;
                    min-width: 36px;
                    min-height: 26px;
                    font-size: 12px;
                }


        .product-slider .owl-nav {
            top: 180px;
        }

        .product-slider.book-slider .owl-nav {
            top: 250px;
        }







    .products-top-row .head-row .head-con {
        padding-right: 50px;
    }

        .products-top-row .head-row .head-con:after {
            width: calc(100% - 52px);
        }

        .products-top-row .head-row .head-con .head {
            font-size: 20px;
        }

        .products-top-row .head-row .head-con .icon {
            margin-top: -20px;
            width: 40px;
            height: 40px;
        }



    .products-top-row .desc-row {
        padding: 0 50px;
        font-size: 14px;
    }







    .products-links-row .products-links-con a {
        padding: 6px 20px;
        margin: 6px 6px;
        max-width: 33%;
    }

        .products-links-row .products-links-con a:hover {
            padding: 6px 24px;
            margin: 6px 2px;
        }

        .products-links-row .products-links-con a .head {
            font-size: 16px;
        }

            .products-links-row .products-links-con a .head span {
                font-size: 12px;
            }
}

@media(max-width:767px) {
    .product-slider {
        padding: 0;
    }

        .product-slider.book-slider .product-item {
            min-width: 160px;
            width: auto;
        }

            .product-slider.book-slider .product-item .img-con .img {
                height: 230px;
                min-width:160px;

            }

    .product-slider {
        min-height: 360px;
        max-height: 380px;
    }

        .product-slider .owl-nav {
            display: none;
        }


    .products-top-row .head-row .head-con {
        padding-right: 40px;
    }

        .products-top-row .head-row .head-con:after {
            width: calc(100% - 42px);
        }

        .products-top-row .head-row .head-con .head {
            font-size: 16px;
            padding-left: 5px;
        }

        .products-top-row .head-row .head-con .icon {
            margin-top: -16px;
            width: 32px;
            height: 32px;
        }

    .products-top-row .desc-row {
        padding: 0 40px;
        font-size: 12px;
    }

    .share-con .share-ttl {
        padding-right: 5px;
    }

        .share-con .share-ttl .icon {
            margin: 0;
            font-size: 20px;
        }

        .share-con .share-ttl .ttl {
            display: none;
        }

    .share-con .dropdown-menu {
    }







    .products-links-row .products-links-con a {
        max-width: initial;
        min-width: initial;
    }

        .products-links-row .products-links-con a:hover {
        }

        .products-links-row .products-links-con a .head {
            font-size: 14px;
        }

            .products-links-row .products-links-con a .head span {
                font-size: 10px;
            }


    .bread-row {
        background-color: #000;
        padding: 3px 0;
    }

    .breadcrumb > li + li:before {
    }
}








/*products_list_layout_________________*/



.products-row {
    padding-top: 5px;
}

    .products-row .right-col {
        width: 220px;
        float: right;
    }

    .products-row .main-col {
        width: calc(100% - 220px);
        float: right;
        display: inline-block;
    }




.filter-row {
    position: relative;
    padding-left: 20px;
}



    .filter-row .filter-head {
        font-size: 14px;
        position: relative;
        color: #000;
        font-weight: 700;
        padding: 10px 0;
    }

    .filter-row .filter-count {
        font-size: 12px;
        color: #fff;
        font-weight: 300;
        float: right;
        background-color: #999;
        padding: 2px 15px;
        border-radius: 0;
        margin-bottom: 20px;
    }
.filter-count-m {
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    float: right;
    background-color: #999;
    padding: 2px 15px;
    border-radius: 0;
}
    .filter-row .close {
        display: none;
    }

    .filter-row .remove-filter {
        float: right;
        width: 100%;
        padding: 10px 0;
    }

        .filter-row .remove-filter a {
            display: inline-block;
            width: 100%;
            text-align: center;
            padding: 7px 10px;
            font-size: 14px;
            background-color: #000;
            color: #fff;
            font-weight: 300;
            float: right;
            transition: all 0.2s;
        }

            .filter-row .remove-filter a:hover {
                color: #fcc425;
            }



.sort-row {
    position: relative;
}

    .sort-row .sort-head {
        font-size: 14px;
        position: relative;
        color: #000;
        font-weight: 700;
        cursor: pointer;
        float: left;
        padding: 10px 0 12px 0;
        padding-left: 15px;
    }

        .sort-row .sort-head.xs-filter {
            float: right;
            display: none;
        }


        .sort-row .sort-head:after {
            content: '';
            position: absolute;
            top: 40%;
            left: 0;
            width: 0;
            height: 0;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 4px solid #666;
        }

    .sort-row a.sort-head span {
        display: block;
        line-height: 1;
        color: #999;
        font-weight: normal;
        font-size: 11px;
    }

.dropdown-menu.sort-menu {
    padding: 15px;
    margin: 0 0 0 0;
    font-size: 14px;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 99;
}

    .dropdown-menu.sort-menu > li > a {
        padding: 6px 10px;
        font-size: 14px;
        color: #333;
    }

        .dropdown-menu.sort-menu > li > a:hover,
        .dropdown-menu.sort-menu > li > a:focus {
            color: #fcc425;
            background-color: #fff;
        }












/*products_list_items_____________*/


.products-con-row {
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

    .products-con-row.products-con-full {
        grid-template-columns: repeat(5, 1fr);
    }
    .products-con-row.products-con-full.small {
        grid-template-columns: repeat(6, 1fr);
    }

    .products-con-row .products-col {
        width: 100%;
        flex-grow: 1;
        background-color: #f1f1f1;
    }

        .products-con-row .products-col .product-item {
            transition: all 0.2s;
            position: relative;
            text-align: right;
            padding: 0px;
            height: calc(100% - 40px);
            display: flex;
            flex-wrap: wrap;
        }

        .products-con-row .products-col.na .product-item {
            height: 100%;
        }

.product-item.book-item a {
    width: 100%;
    display: block
}

.products-con-row .products-col .product-item .img-con {
    width: 100%;
    border: 2px solid #f1f1f1;
    text-align: center;
    background-color: #f1f1f1;
    overflow: hidden;
    align-self: flex-start;
}

.products-con-row .products-col .product-item.book-item .img-con {
    padding: 8px;
}

.products-con-row .products-col.na .product-item .img-con {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.products-con-row .products-col.na .product-item:hover .img-con {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.products-con-row .products-col .product-item .img-con img {
    width: 100%;
    transition: all 0.5s;
}

.products-con-row .products-col .product-item.book-item .img-con img {
    width: 100%;
    height: 240px;
    object-fit: contain;
    /*-webkit-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.33);
-moz-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.33);
box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.33);*/
}

.products-con-row .products-col .product-item:hover .img-con img {
    transform: scale(1.06);
}


.products-con-row .products-col .product-item .info-con {
    width: 100%;
    padding: 10px;
    align-self: flex-start;
}

    .products-con-row .products-col .product-item .info-con .head {
        color: #000;
        font-size: 14px;
        padding: 0;
        margin: 5px 0 5px 0;
    }
    .products-con-row.small .products-col .product-item .info-con .head {
      
        text-align:center ;
        display:block
    }
    .products-con-row .products-col .product-item .info-con .head2,
    .products-con-row .products-col .product-item .info-con .head3 {
        color: #999;
        font-weight: 300;
        font-size: 12px;
        padding: 0;
        margin: 0;
        display: block
    }

        .products-con-row .products-col .product-item .info-con .head2:hover,
        .products-con-row .products-col .product-item .info-con .head3:hover {
            color: #333;
        }

.products-con-row .products-col .product-item .price {
    color: #000;
    font-size: 14px;
    align-self: flex-end;
    text-align: left;
    width: 100%;
    padding: 10px;
}

.products-con-row .products-col.na .product-item .price {
    color: #999;
}

    .products-con-row .products-col.na .product-item .price.notav {
        color: #999;
        background-color: #e1e1e1;
        text-align: center;
    }

.products-con-row .products-col .product-item .price .main-price {
    font-weight: 700;
    padding: 0;
}

.products-con-row .products-col .product-item .price .price-before {
    color: #999;
    text-decoration: line-through;
    padding: 0;
    margin: 0px;
    font-weight: 300;
    display: inline-block;
    position: relative;
}

    .products-con-row .products-col .product-item .price .price-before .off {
        position: absolute;
        background-color: #fcc425;
        color: #000;
        font-weight: 700;
        padding: 6px 16px 0 16px;
        min-width: 48px;
        min-height: 30px;
        text-align: center;
        border-radius: 50px;
        font-size: 14px;
        left: 100%;
        top: 5px;
        margin-left: 15px;
    }



.products-con-row .products-col .btns {
    width: 100%;
    margin: 0;
    text-align: center;
    align-self: flex-end;
}

    .products-con-row .products-col .btns .buy {
        width: 100%;
        display: inline-block;
        float: none;
        text-align: center;
        color: #fff;
        border: 2px solid #000;
        background-color: #000;
        padding: 7px 0;
        font-size: 14px;
        transition: all 0.2s;
    }

        .products-con-row .products-col .btns .buy:hover {
            background-color: #fcc425;
            color: #000;
        }


.products-con-row .products-col.na .btns {
    display: none;
}



.products-con-row .products-col .product-item .tag {
    position: absolute;
    right: -2px;
    top: 10px;
    padding: 3px 15px;
    color: #fff;
    background-color: #aaa;
    font-size: 12px;
    font-weight: 300;
    direction: ltr;
    z-index: 10;
    transition: all 0.3s;
}

.products-con-row .products-col .product-item:hover .tag {
    padding-right: 45px;
}

.products-con-row .products-col .product-item .tag.sug {
    background-color: #cf5a00;
}

.products-con-row .products-col .product-item .tag.new {
    background-color: #006897;
}
.products-con-row .products-col .product-item .tag.newpub {
    background-color: #d40009;
}






.pagination-row {
    padding: 15px 0;
    padding-right: 220px;
    text-align: center;
}


    .pagination-row ul {
        list-style: none;
        display: inline-block;
        padding: 0;
        margin: 0;
    }

        .pagination-row ul li {
            display: inline-block;
            padding: 7px 3px 3px 3px;
            width: 36px;
            height: 36px;
            border: 2px solid #000;
            font-size: 15px;
            font-weight: 700;
            margin: 0 -1px;
            float: right;
            cursor: pointer
        }

            .pagination-row ul li a {
                display: block;
                color: #000
            }

            .pagination-row ul li:hover {
                background-color: #ddd
            }


                .pagination-row ul li:hover a {
                    color: #000
                }

            .pagination-row ul li.active {
                background-color: #000;
            }

                .pagination-row ul li.active a {
                    color: #fff
                }


/*_________filters_________*/
.tokens-con {
padding:10px 0
}
.tokens {
    display: inline-block;
    float: right;
    padding: 5px 7px 5px 25px;
    margin-left: 10px;
    background-color: #eee;
    color: #000;
    position: relative;
    cursor: pointer;
    transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
margin-bottom:10px
}
    .tokens.first {
        background-color: transparent !important;
        font-weight: bold;
        padding: 5px 0 5px 5px;
        color:#000 !important;
        cursor:initial !important;
            border:none !important


    }
    .tokens:after {
        font-family: 'icomoon';
        content: '\ea09';
        position: absolute;
        font-size:18px;
        left: 3px;
        top:2px;
        color: #000;
        transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        -webkit-transition: all .5s;
    }
    .tokens.first:after {
     display:none
    }
    .tokens:hover {
        color: #000;
    }
    .tokens:hover:after {
        color: #d40009;
    }
.filter-con {
    width: 100%;
    float: right;
    border-bottom: none;
}

    .filter-con .filter-item {
        width: 100%;
        float: right;
        border-bottom: 1px solid #000;
        padding: 10px 0;
    }


        .filter-con .filter-item .filter-ttl {
            font-size: 12px;
            font-weight: 300;
            position: relative;
            cursor: pointer;
            color: #666;
        }

            .filter-con .filter-item .filter-ttl:after {
                content: '';
                position: absolute;
                left: 0;
                top: 50%;
                width: 15px;
                height: 1px;
                background-color: #000;
            }

            .filter-con .filter-item .filter-ttl:before {
                content: '';
                position: absolute;
                left: 7px;
                top: 50%;
                margin-top: 0px;
                width: 1px;
                height: 1px;
                background-color: #000;
                transition: all 0.2s;
            }

            .filter-con .filter-item .filter-ttl.collapsed:before {
                height: 15px;
                margin-top: -7px;
            }

        .filter-con .filter-item .filter-fields {
            border-top: 1px solid #ddd;
            margin-top: 10px;
        }

        .filter-con .filter-item .fields-con {
            padding-top: 10px;
        }

@media(min-width:768px) {
    .filter-con .filter-item .fields-con.scroll {
        height: 200px;
        overflow-y: hidden
    }
}

.form-filter {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

    .form-filter input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

        .form-filter input ~ .checkmark {
            width: 100%;
            padding: 0;
            font-weight: 300;
            padding-right: 20px;
            font-size: 14px;
            color: #000;
            display: inline-block;
            position: relative;
            transition: all 0.2s;
            cursor: pointer;
        }


            .form-filter input ~ .checkmark:before {
                content: "";
                position: absolute;
                top: 50%;
                margin-top: -6px;
                right: 0px;
                width: 12px;
                height: 12px;
                border: 1px solid #000;
                background-color: #fff;
            }

        .form-filter input:hover ~ .checkmark:after {
            content: "";
            position: absolute;
            top: 50%;
            margin-top: -4px;
            right: 2px;
            width: 8px;
            height: 8px;
            background-color: #ddd;
        }

        .form-filter input:checked ~ .checkmark:after {
            content: "";
            position: absolute;
            top: 50%;
            margin-top: -4px;
            right: 2px;
            width: 8px;
            height: 8px;
            background-color: #000;
        }

@media(max-width:767px) {
    .form-filter input ~ .checkmark:before {
        zoom: 2
    }

    .form-filter input ~ .checkmark {
        padding-right: 30px;
    }

        .form-filter input ~ .checkmark:after {
            zoom: 2;
        }
}

.form-filter input ~ .checkmark .head {
    font-weight: bold;
    font-size: 14px;
    color: #333;
    float: right;
    margin-left: 5px;
}









/*___brand/author___________*/


.author-top-row {
    padding-top: 15px;
}

    .author-top-row .head-row {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

        .author-top-row .head-row .img-con {
            margin-left: 15px;
        }

            .author-top-row .head-row .img-con img {
                width: 100px;
                height: 100px;
                object-fit: cover;
            }

        .author-top-row .head-row .head-con {
            flex-grow: 1;
        }

            .author-top-row .head-row .head-con .top-head {
                border-bottom: 2px solid #000;
                display: flex;
                align-items: flex-end;
                padding-bottom: 10px;
            }

                .author-top-row .head-row .head-con .top-head .head {
                    padding: 0;
                    padding-left: 15px;
                    margin: 0;
                    font-size: 24px;
                    display: inline-block;
                    background-color: #fff;
                    flex-grow: 1;
                }

            .author-top-row .head-row .head-con .bottom-head {
                padding-top: 10px;
            }

                .author-top-row .head-row .head-con .bottom-head .head {
                    padding: 0;
                    margin: 0;
                    font-size: 16px;
                    font-weight: 300;
                }

.descstext {
    line-height: 2;
    text-align: justify;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee
}
    .descstext.high {
      
        margin-top: 10px;
        margin-bottom: 30px;
      }
.descstext:empty {
    line-height: 1;
    margin-top: 0;
    padding-bottom: 0;
    border-bottom: none
}
@media(max-width:767px) {
    .descstext {
         text-align: right;
        
    }
}



    @media(max-width:1399px) {
        .products-con-row {
            grid-template-columns: repeat(3, 1fr);
        }

            .products-con-row.products-con-full {
                grid-template-columns: repeat(4, 1fr);
            }
            .products-con-row.products-con-full.small {
                grid-template-columns: repeat(4, 1fr);
            }
            .products-con-row .products-col .product-item .img {
                height: 218px;
            }
    }

    @media(max-width:1199px) {


        .products-con-row .products-col .product-item.book-item .img-con img {
            height: 210px;
        }
    }


    @media(max-width:991px) {

        .products-row .right-col {
            width: 200px;
        }

        .products-row .main-col {
            width: calc(100% - 200px);
        }

        .pagination-row {
            padding-right: 200px;
        }


        .filter-row .filter-head {
            font-size: 12px;
        }

        .filter-row .filter-count {
            font-size: 10px;
        }



        .filter-row .remove-filter a {
            font-size: 16px;
            padding: 15px;
            font-weight: 500;
        }



        .sort-row .sort-head {
            font-size: 12px;
        }


        .products-con-row {
            grid-template-columns: repeat(2, 1fr);
        }

            .products-con-row.products-con-full {
                grid-template-columns: repeat(3, 1fr);
            }

            .products-con-row .products-col .product-item {
                height: calc(100% - 33px);
            }

                .products-con-row .products-col .product-item .info-con .head {
                    font-size: 12px;
                }

                .products-con-row .products-col .product-item .info-con .head2,
                .products-con-row .products-col .product-item .info-con .head3 {
                    font-size: 10px;
                }

                .products-con-row .products-col .product-item .price {
                    font-size: 12px;
                    padding: 6px 10px;
                }



                    .products-con-row .products-col .product-item .price .price-before .off {
                        padding: 5px 10px 0 10px;
                        min-width: 36px;
                        min-height: 26px;
                        font-size: 12px;
                    }

            .products-con-row .products-col .btns .buy {
                font-size: 12px;
                padding: 6px 0;
            }

        .filter-con .filter-item .filter-ttl {
            font-size: 12px;
        }

        .form-filter input ~ .checkmark {
            font-size: 12px;
        }
    }




    @media(max-width:767px) {

        .products-row .right-col {
            width: 100%;
            position: fixed;
            top: 0;
            right: -100%;
            height: 100vh;
            background-color: #fff;
            z-index: 1000;
            transition: all 0.5s;
        }

            .products-row .right-col.in {
                right: 0%;
            }

        .products-row .main-col {
            width: 100%;
        }

        .pagination-row {
            padding-right: 0;
        }

            .pagination-row ul li {
                padding: 5px 3px 3px 3px;
                width: 32px;
                height: 32px;
                font-size: 14px;
            }


        .filter-row {
            height: 100vh;
            padding-left: 0;
        }

        .filter-items-row {
            padding: 45px;
            height: auto;
        }

        .filter-row .close {
            display: block;
            position: absolute;
            left: 20px;
            top: 20px;
            font-size: 32px;
            color: #000;
        }


        .filter-row .filter-head,
        .filter-row .filter-count {
            display: none;
        }


        .filter-row .remove-filter {
            /* position: absolute;
            bottom: 0;
            left: 0;*/
            padding: 0;
        }

        .sort-row {
            background-color: #fff;
            position: relative;
            z-index: 95;
            border-bottom: 2px solid #fff;
            transition: all 0.3s;
        }

            .sort-row.is_stuck {
                background-color: #fff;
                position: relative;
                z-index: 95;
                border-bottom: 2px solid #000;
            }




            .sort-row .sort-head {
                font-size: 12px;
                padding: 7px 0;
                padding-left: 15px;
            }

                .sort-row .sort-head.xs-filter {
                    display: block;
                }


        .dropdown-menu.sort-menu {
            padding: 10px;
        }

            .dropdown-menu.sort-menu > li > a {
                font-size: 12px;
                padding: 6px 10px;
            }






        .products-con-row {
            grid-template-columns: repeat(1, 1fr);
        }

            .products-con-row.products-con-full {
                grid-template-columns: repeat(1, 1fr);
            }
            .products-con-row.products-con-full.small {
                grid-template-columns: repeat(1, 1fr);
            }

            .products-con-row .products-col {
                width: 100%;
                max-width: initial;
                position: relative;
            }

                .products-con-row .products-col .product-item {
                    height: auto;
                    display: block;
                    margin-bottom: -35px;
                }

                .products-con-row .products-col.na .product-item {
                    margin-bottom: 0;
                }



                .products-con-row .products-col .product-item .img-con {
                    width: 40%;
                    display: inline-block;
                    float: right;
                }

                .products-con-row .products-col .product-item.book-item .img-con {
                    padding: 0px;
                }

                .products-con-row .products-col .product-item .img-con img {
                    width: 100%;
                }

                .products-con-row .products-col .product-item.book-item .img-con img {
                    width: 100%;
                    height: auto;
                }

                .products-con-row .products-col .product-item:hover .img-con img {
                    transform: scale(1.06);
                }


                .products-con-row .products-col .product-item .info-con {
                    width: 60%;
                    display: inline-block;
                    float: right;
                }

                .products-con-row .products-col .product-item .price {
                    width: 60%;
                    display: inline-block;
                    float: right;
                    padding-bottom: 40px;
                    text-align: left;
                }

                .products-con-row .products-col.na .product-item .price {
                    padding-bottom: 6px;
                }

                    .products-con-row .products-col.na .product-item .price.notav {
                        padding-bottom: 6px;
                        position: absolute;
                        bottom: 0;
                        left: 0;
                    }

                .products-con-row .products-col .btns {
                    position: absolute;
                    left: 0;
                    bottom: 2px;
                    z-index: 2;
                }

                    .products-con-row .products-col .btns .buy {
                        width: 60%;
                        float: left;
                    }


        .author-top-row .head-row .img-con {
            margin-left: 10px;
        }

            .author-top-row .head-row .img-con img {
                width: 60px;
                height: 60px;
            }

        .author-top-row .head-row .head-con .top-head .head {
            font-size: 17px;
        }

        .author-top-row .head-row .head-con .bottom-head .head {
            font-size: 12px;
        }
    }









    /*_______________PRODUCT_________________*/

    .product-row {
        margin-bottom: 25px;
        margin-top: 10px;
    }



        .product-row .img-col {
            display: inline-block;
            position: relative;
            padding-left: 20px;
        }

            .product-row .img-col .tag {
                position: absolute;
                top: 15px;
                right: -7px;
                padding: 5px 25px;
                background-color: #000;
                color: #fff;
                font-weight: 300;
                font-size: 16px;
                transition: all 0.3s;
            }

            .product-row .img-col:hover .tag {
                padding-right: 50px;
            }

            .product-row .img-col .tag.sug {
                background-color: #cf5a00
            }

            .product-row .img-col .tag.new {
                background-color: #006897
            }
            .product-row .img-col .tag.newpub {
                background-color: #d40009;
                font-size: 18px;
                padding: 7px 35px
            }
            .product-row .img-col:hover .tag.newpub {
                padding-right:  60px  
            }
        .product-row .info-col {
        }


        .product-row .gallery-con {
            position: relative;
            margin: 15px 0;
            min-height:465px;
         }

        


        .product-row .link-row {
            margin-bottom: 10px;
        }


        .product-row .product-head-row {
            border-bottom: 2px solid #000;
            display: flex;
            align-items: flex-end;
            flex-wrap: nowrap;
            justify-content: space-between;
            padding: 15px 0;
        }


            .product-row .product-head-row .head1 {
                padding: 0;
                margin: 0;
                font-size: 24px;
                display: inline-block;
                position: relative;
                background-color: #fff;
                flex-grow: 1;
            }

        .product-row .product-author-row {
            padding-top: 15px;
            display: flex;
            align-items: flex-start;
            justify-content: space-between
        }

            .product-row .product-author-row .author-con {
                flex-grow: 1;
                padding-left: 15px;
            }

                .product-row .product-author-row .author-con ul.author {
                    display: inline-block;
                    width: 100%;
                    padding: 0;
                    margin: 0;
                    margin-bottom: 10px;
                }

                    .product-row .product-author-row .author-con ul.author li {
                        display: inline-block;
                        float: right;
                        font-size: 16px;
                        margin-left: 10px;
                        position: relative;
                        color: #666;
                        font-weight: 300;
                    }

                        .product-row .product-author-row .author-con ul.author li:not(:first-child):not(:last-child):after {
                            content: '،';
                            position: absolute;
                            font-size: 16px;
                            color: #666;
                            left: -5px;
                            bottom: 0;
                        }

                        .product-row .product-author-row .author-con ul.author li .head {
                            font-weight: normal;
                            font-size: 16px;
                            padding: 0;
                            margin: 0;
                        }

                .product-row .product-author-row .author-con .select-con {
                    display: flex;
                    align-items: center;
                    padding-bottom: 15px;
                }


                    .product-row .product-author-row .author-con .select-con .ttl {
                        font-size: 16px;
                        float: right;
                        padding: 0;
                        font-weight: 300;
                        color: #666;
                        margin-left: 10px
                    }


        .product-row .dd-container {
            float: right;
        }

#drpSame option:disabled {
     background:#ddd;
     color:#999
}
 
        .product-row .dd-select {
            border-radius: 0px;
            border: solid 2px #000;
            border-width: 0 0 2px 0
        }

        .product-row .dd-pointer {
            right: initial;
            left: 5px;
            top: 50%;
            margin-top: -3px;
            transition: all 0.2s;
        }

        .product-row .dd-pointer-up {
            margin-top: -9px;
        }


        .product-row .dd-selected {
            color: #000;
            font-size: 16px;
            padding: 0;
        }

        .product-row .dd-option-image,
        .product-row .dd-selected-image {
            float: right;
            margin-left: 5px;
            margin-right: 0;
            max-width: 64px;
            width: 50px;
        }

        .product-row .dd-selected-text {
            font-weight: 300;
            margin: 0;
            line-height: 50px !important;
        }

        .product-row .dd-options {
            border: solid 2px #000;
            box-shadow: none;
            border-top: none;
            z-index: 85
        }

        .product-row .dd-option-selected {
            background: #ddd;
        }


        .product-row .dd-option {
            padding: 0px;
            border-bottom: solid 1px #000;
            color: #000;
            cursor: pointer
        }

            .product-row .dd-option:hover {
                background: #000;
                color: #fff;
            }

        .product-row .dd-option-text {
            margin: 0;
            font-weight: 300;
            line-height: 50px !important;
            font-size: 16px;
            cursor: pointer
        }










        .product-row .product-author-row .rating-con {
            min-width: 90px;
            max-width: 90px;
        }


        .product-row .rating-row {
            width: 100%;
            padding-bottom: 10px;
        }

            .product-row .rating-row .rating-val {
                display: block;
                padding-bottom:5px;
            }

                .product-row .rating-row .rating-val .val {
                    float: left;
                    font-size: 16px;
                    font-weight: bolder;
                    color: #000;
                }

                .product-row .rating-row .rating-val .count {
                    float: left;
                    font-size: 12px;
                    font-weight: 300;
                    color: #666;
                    padding-top: 3px;
                    padding-right: 10px;
                }
            .product-row .rating-row .comments-count {
                float: left;
                display: inline-block;
                color: #000;
                font-size: 12px;
                font-weight: 300;
            }
    .stars {
        list-style: none;
        padding: 0;
        margin: 0;
        float: left;
        padding-top: 0
    }



        .stars li {
            display: inline-block;
            float: left;
            font-size: 16px;
            line-height: 12px;
            margin-right: 1px;
            color: #ccc;
        }

        .stars.star-0 li {
            color: #ccc;
        }

        .stars.star-1 li:first-child {
            color: #000;
        }

        .stars.star-2 li:first-child,
        .stars.star-2 li:nth-child(2) {
            color: #000;
        }

        .stars.star-3 li:first-child,
        .stars.star-3 li:nth-child(2),
        .stars.star-3 li:nth-child(3) {
            color: #000;
        }

        .stars.star-4 li:first-child,
        .stars.star-4 li:nth-child(2),
        .stars.star-4 li:nth-child(3),
        .stars.star-4 li:nth-child(4) {
            color: #000;
        }

        .stars.star-5 li {
            color: #000;
        }
         

    .rating-row a.fav-btn:hover {
        border-color: #fcc425;
        color: #fcc425;
    }

    .product-row .product-price {
        width: 100%;
        float: right;
        margin: 0 0 15px 0;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
    }

        .product-row .product-price .ttl {
            font-size: 16px;
            float: right;
            padding: 0;
            font-weight: 300;
            color: #666;
            margin-left: 10px;
        }


        .product-row .product-price .prc {
            text-align: right;
            margin-left: 15px;
        }

            .product-row .product-price .prc .main {
                color: #000;
                font-size: 18px;
                font-weight: 700;
                display: block;
            }

            .product-row .product-price .prc .before {
                color: #000;
                font-size: 14px;
                text-decoration: line-through;
                font-weight: 300;
                display: block;
            }

        .product-row .product-price .off {
            background-color: #fcc425;
            color: #000;
            font-weight: 700;
            padding: 6px 16px 0 16px;
            min-width: 48px;
            min-height: 30px;
            text-align: center;
            border-radius: 50px;
            font-size: 14px;
            margin-left: 10px;
        }




    .product-row .add-row {
        width: 50%;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
    }


        .product-row .add-row .qty-con {
            position: relative;
            display: inline-block;
            float: right;
            border: 2px solid #000;
            border-left: 0;
            padding: 4px 0;
        }


        .product-row .add-row .add-btn {
            float: right;
            display: inline-block;
            background-color: #000;
            text-align: center;
            padding: 8px 10px;
            font-size: 16px;
            color: #fff;
            position: relative;
            margin-left: 15px;
            transition: 0.2s;
            border: 2px solid #000;
            flex-grow: 1;
        }

            .product-row .add-row .add-btn:hover {
                background-color: #fcc425;
                color: #000
            }


        .product-row .add-row .fav-btn {
            float: right;
            display: inline-block;
            background-color: #fff;
            text-align: center;
            padding: 2px 7px;
            color: #000;
            position: relative;
            border: 2px solid #000;
            transition: 0.2s;
        }

            .product-row .add-row .fav-btn:hover {
                color: #fcc425;
            }

            .product-row .add-row .fav-btn .icon {
                display: block;
                font-size: 24px;
                font-family: 'icomoon';
                font-weight: normal;
                font-style: normal;
                font-display: block;
            }

                .product-row .add-row .fav-btn .icon:before {
                    content: "\ed7b";
                }

            .product-row .add-row .fav-btn:hover .icon:before {
                content: "\ed7a";
            }


            .product-row .add-row .fav-btn.active .icon:before {
                content: "\ed7a";
            }

            .product-row .add-row .fav-btn.active:hover .icon:before {
                content: "\ed7b";
            }


    .product-row .product-info {
    }

        .product-row .product-info .product-info-txt {
            margin-bottom: 15px;
            padding-right: 20px;
        }

            .product-row .product-info .product-info-txt .head {
                color: #000;
                font-size: 18px;
                padding: 0;
                margin: 0;
                margin-bottom: 10px;
                font-weight: 900
            }

            .product-row .product-info .product-info-txt .txt {
                color: #000;
                font-size: 1em;
                font-weight: 300;
                line-height: 1.7;
            }

            .product-row .product-info .product-info-txt .txt p {
                padding:0;
                margin:0
            }

            .product-row .product-info .product-info-txt .more {
                font-size: 13px;
                font-weight: 300;
                display: inline-block;
                margin: 10px 0;
                padding: 5px;
                color: #000;
                transition: all .5s;
                font-weight: 700;
                background: #eee;
            }

                .product-row .product-info .product-info-txt .more:hover {
                    background-color: #fcc425
                }

        .product-row .product-info .info-con {
            background-color: #f1f1f1;
            padding: 20px;
            /*border:2px solid #000;*/
            width: 100%;
            float: right;
            margin-bottom: 15px;
        }

            .product-row .product-info .info-con .head {
                color: #000;
                font-size: 14px;
                padding: 0;
                margin: 0;
                margin-bottom: 10px;
            }

            .product-row .product-info .info-con .info-item {
                width: 100%;
                float: right;
                border-top: 1px solid #ccc;
                padding: 0;
                margin: 0;
                font-size: 13px;
            
            }

                .product-row .product-info .info-con .info-item .ttl {
                    float: right;
                    padding: 7px 0;
                    color: #000;
                    font-weight: 300;
                    width:120px;
                }


                .product-row .product-info .info-con .info-item .val {
                    float: right;
                    padding: 7px 0;
                    color: #000;
                    text-align: right;
                }

                .product-row .product-info .info-con .info-item .hh {
                    font-size: 13px;
                    padding: 0;
                    margin: 0;
                    font-weight: normal;
                }





    .product-about-row {
        margin-top: 20px;
        padding: 30px;
        border: 2px solid #000;
    }

        .product-about-row .head {
            padding: 0;
            margin: 0;
            margin-bottom: 15px;
            font-size: 18px;
        }

        .product-about-row .txt {
            /*column-count: 2;
            column-gap: 20px;*/
            font-size: 16px;
            font-weight: 300;
            line-height: 180%;
            text-align: justify
        }




    .rating {
        border: none;
        float: right;
        padding: 0;
    }

        .rating > input {
            display: none;
        }

        .rating > label:before {
            margin-left: 2px;
            font-size: 22px;
            font-family: icomoon;
            font-weight: normal;
            display: inline-block;
            content: "\eabf";
            cursor: pointer;
        }

        .rating > input:checked ~ label:before, /* show fill star when clicked */
        .rating:not(:checked) > label:hover:before,
        .rating:not(:checked) > label:hover ~ label:before {
            content: "\eaba";
        }

        .rating > label {
            color: #ccc;
            float: right;
            margin-bottom: 0;
            transition: all 0.1s;
        }

        .rating.two > label {
            color: #000;
        }

        .rating > input:checked ~ label, /* show gold star when clicked */
        .rating:not(:checked) > label:hover, /* hover current star */
        .rating:not(:checked) > label:hover ~ label {
            color: #000;
        }
            /* hover previous stars in list */

            .rating > input:checked + label:hover, /* hover current star when changing rating */
            .rating > input:checked ~ label:hover,
            .rating > label:hover ~ input:checked ~ label, /* lighten current selection */
            .rating > input:checked ~ label:hover ~ label {
                color: #000;
            }

             


    .comments-head-row {
        padding-bottom: 10px;

        margin-top:-90px;
        padding-top:90px;
    }

        .comments-head-row .head {
            font-size: 18px;
            font-weight: 700;
            color: #000;
            padding: 0;
            margin: 0;
            float: right;
        }

        .comments-head-row .desc {
            font-size: 16px;
            font-weight: 300;
            color: #000;
            padding: 0;
            margin: 0;
            float: right;
        }





.comments-top-row {
    background-color: #f3f3f3;
    padding: 15px;
    display: flex;
    align-items: center;
}

    .comments-top-row .right-con {
   flex-grow:1;
   display:flex;
   align-items:center;
    }

    .comments-top-row .right-con .count {
 font-weight:bold;
 font-size:16px;
 margin-left:30px;
    }

    .comments-top-row .sort {
   display:flex;
   align-items:center;
    }

        .comments-top-row .sort .ttl {
            font-weight: 300;
            margin-left: 10px;
            font-size:12px;
        }

        .comments-top-row .sort a {
            color: #000;
            padding:1px 3px;
            margin-left: 10px;
            transition:all 0.3s;
            border-bottom: 1px solid transparent;
        }


            .comments-top-row .sort a:hover,
            .comments-top-row .sort a.active {
                border-bottom:1px solid #000;
                color: #000;
            }



 .comments-top-row .left-con {
 display:flex;
 align-items:center;

    }


 .comments-top-row .left-con .rating{
 display:flex;
 align-items:center;
 margin-left:15px;

    }

    .comments-top-row .left-con .rating .val {
        font-weight: bold;
        font-size: 16px;
        margin-left: 5px;
    }


    .comments-top-row .left-con .rating .count {
        font-size: 12px;
        font-weight: 300;
    }










    .comments-row {
     
    }

        .comments-row .comment-row {
            padding: 15px 0;
            border-bottom: 2px solid #eee;
            position: relative;
            display: flex;
        }

            .comments-row .comment-row .name-col {
                position: relative;

                min-width:180px;
                display:flex;
                flex-direction:column;
                align-items:flex-start;
            }

                .comments-row .comment-row .name-col .name {
                    font-weight: 500;
                    color: #000;
                    font-size: 16px;
                    margin-bottom: 5px;
                }

                .comments-row .comment-row .name-col .date {
                    font-weight: 300;
                    color: #999;
                    font-size: 12px;
                    margin-top:5px;
                }

            .comments-row .comment-row .comment-col {
                padding-left:180px;
                flex-grow:1;
            }

    .comments-row .comment-row .comment-col .comment-txt{

                font-size: 14px;
                margin-bottom:15px;
               
            }



.spoil-alert{
        padding:3px 0;
        display:flex;
        align-items:center;
        color:#000;
                font-size: 12px;
                margin-bottom:5px;
              float:right;
              color:#666;
            }


 .spoil-alert .icon{
font-size:20px;
margin-left:5px;
               color:#fcc425
            }


    .comments-row .comment-row .comment-col .btn-row{
        display:flex;
        align-items:center;
        margin-bottom:10px;
            }

    .comments-row .comment-row .comment-col .btn-row .btn-reply{

        color:#000;
        border-bottom:1px solid #000;
        padding:1px 3px;
        margin-left:30px;

    }
           .comments-row .comment-row .comment-col .btn-row .btn-reply:hover{
 
    }
.comments-row .comment-row .comment-col .btn-row.locked .btn-icon {
    opacity:.5;
    cursor:not-allowed
}
        .comments-row .comment-row .comment-col .btn-row .btn-icon {
            border: 1px solid #ddd;
            color: #000;
            padding: 2px 5px;
            margin-left: 10px;
            display: flex;
            align-items: center;
            transition: all 0.3s;
        }

 .comments-row .comment-row .comment-col .btn-row .btn-icon .icon{
    font-size:18px;
    margin-right:5px;

    }
 .comments-row .comment-row .comment-col .btn-row .btn-icon .count{
    font-size:14px;
   

    }
    .comments-row .comment-row .comment-col .btn-row .btn-icon.like:hover, .comments-row .comment-row .comment-col .btn-row .btn-icon.like.active {
        color: #00ac33;
        border-color: #00ac33
    }

    .comments-row .comment-row .comment-col .btn-row .btn-icon.unlike:hover, .comments-row .comment-row .comment-col .btn-row .btn-icon.unlike.active {
        color: #c80000;
        border-color: #c80000
    }


                .comments-row .comment-row .comment-col .reply-row {
                   padding:0 45px;
                }


   .comments-row .comment-row .comment-col .reply-row  .reply{
                 background-color:#f3f3f3;
                 padding:10px;
                 margin-top:10px
                }



    .comments-row .comment-row .comment-col .reply-row .reply .name {
        font-weight: 500;
        color: #000;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .comments-row .comment-row .comment-col .reply-row .reply .date {
        font-weight: 300;
        color: #999;
        font-size: 12px;
        margin-bottom: 10px;
    }


    .comments-row .comment-row .comment-col .reply-row .reply .txt {
      
    }

                .comments-row .comment-row .comment-col .reply-form {
                    padding: 0 45px;
                }


  .comments-row .comment-row .comment-col .reply-form .form-con {
                        border: 1px solid #aaa;

                    }
  .comments-row .comment-row .comment-col .reply-form .form-con .form-shipping {
                       float:none;
                    }
  .comments-row .comment-row .comment-col .reply-form .form-con .form-shipping .head {
                      font-size:12px;
                    }


                    .comments-row .comment-row .comment-col .reply-form textarea {
                        width: 100%;
                        border: none;
                        padding: 10px 15px;
                        outline: 0;
                        transition: .2s;
                        margin: 0;
                        resize: none;
                    }

 .comments-row .comment-row .comment-col .reply-form textarea:focus {
                        border: none

                    }

                    .comments-row .comment-row .comment-col .reply-form .add-btn {
                        display: inline-block;
                        padding: 7px 30px;
                        background-color: #000;
                        color: #fff;
                        font-size: 14px;

                    }

 .comments-row .comment-row .comment-col .reply-form .add-btn:hover {
                        color: #fcc425;


                    }

.comment-forms-row {
    margin: 5px 0;
}
.comment-form-row {
    display: flex;
    margin: 10px 0;
}
.comment-form-row .right-con {
  min-width:180px
}
.comment-form-row .right-con .ttl {
  padding:5px 0;
  font-size:14px;
}

.comment-form-row .left-con {
  padding-left:180px;
  flex-grow:1;
}
    .comment-form-row .left-con .form-con {
        border: 1px solid #aaa;
    }




        .comment-form-row .left-con .form-con textarea {
            width: 100%;
            border:none;
            padding: 10px 15px;
            outline: 0;
            transition: 0.2s;
            margin: 0;
            resize: none;
        }

            .comment-form-row .left-con .form-con textarea:focus {
                border: none;
             
            }

   .comment-form-row .left-con .form-con .form-shipping {
           float:none;
            resize: none;
        }


.comment-form-row .left-con .form-con .form-shipping .head {
        font-size:12px;
        }


.comment-form-row .left-con .add-btn {
    display: inline-block;
    padding: 7px 30px;
    background-color: #000;
    color: #fff;
    font-size: 14px;

}
.comment-form-row .left-con .add-btn:hover {

    color: #fcc425;


}



    .lg-outer {
        direction: ltr;
    }

    .lg-backdrop {
        background-color: #fff;
    }

    .lg-toolbar {
        background-color: rgba(255,255, 255, 0.5);
    }

        .lg-toolbar .lg-icon {
            color: #000;
            font-size: 22px;
        }

            .lg-toolbar .lg-icon:hover {
                color: #000;
            }

    .lg-icon {
        font-family: 'icomoon';
        font-weight: normal;
        font-style: normal;
        font-display: block;
    }

    .lg-toolbar .lg-close:after {
        content: "\e902";
    }

    #lg-zoom-in:after {
        content: "\eadb";
    }

    #lg-zoom-out:after {
        content: "\eadd";
    }

    .lg-actions .lg-next, .lg-actions .lg-prev {
        background-color: rgba(255, 255, 255, 0);
        border-radius: 50%;
        color: #000;
        padding: 10px;
        font-size: 22px;
        margin-top: -10px;
        top: 50%;
    }

    .lg-actions .lg-next {
        right: 0px;
    }

    .lg-actions .lg-prev {
        left: 0px;
    }

        .lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
            color: #000;
        }

    .lg-actions .lg-next:before {
        content: "\e910";
    }

    .lg-actions .lg-prev:after {
        content: "\e906";
    }

    .lg-sub-html {
        background-color: rgba(255, 255, 255, 0.5);
        color: #000;
        font-size: 14px;
        direction: rtl;
    }


.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #ddd !important;
    border-radius: 0 !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #666 !important;
    width: 2px !important;
    border-radius:0 !important;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000 !important;
}
@media (max-width: 991px) {
    .product-row .product-head-row {
            padding: 10px 0;
        }


            .product-row .product-head-row .head1 {
                font-size: 20px;
            }



        .product-row .product-info .product-info-txt {
            padding-right: 0;
            padding-top:20px
        }

        .product-row .add-row {
            width: 100%;
        }

            .product-row .add-row .add-btn {
                flex-grow: 1;
                padding: 8px;
            }

        .rating-row a.fav-btn {
            top: 85px;
            padding: 5px 0;
            width: 130px;
            font-size: 13px
        }

        #commgo {
            margin-top: 30px;
        }

        .product-row .add-row .fav-btn {
            padding: 2px 7px;
        }

        .comments-row .comment-row .comment-col {
            padding-left: 0;

        }

        .comment-form-row .left-con {
            padding-left: 0;

        }
    }



    @media(max-width:767px) {
        .product-row .gallery-con {
           
            min-height: 430px
        }

        #commgo {
            margin-top: 0;
        }

        .product-row .product-head-row .head1 {
            font-size: 16px;
        }

        .product-row .img-col {
            padding-left: 0;
            min-height: 500px;
        }

            .product-row .img-col .tag {
                top: 0;
                right: 0;
                padding: 5px 25px;
                 
            }

        .product-row .img-gallery {
            text-align: center;
        }

            .product-row .img-gallery .img1 {
                width: 100%;
                height: 240px;
                object-fit: contain;
            }

            .product-row .img-gallery .img2 {
                width: calc(25% - 10px);
            }





        .product-row .product-author-row {
            padding-top: 10px;
        }



            .product-row .product-author-row .author-con ul.author li {
                font-size: 14px;
            }

                .product-row .product-author-row .author-con ul.author li:not(:first-child):not(:last-child):after {
                    font-size: 14px;
                }

                .product-row .product-author-row .author-con ul.author li .head {
                    font-size: 14px;
                }



            .product-row .product-author-row .author-con .select-con .ttl {
                font-size: 14px;
            }




        .product-row .dd-container {
            width: 200px !important;
        }

        .product-row .dd-select {
            width: 200px !important;
        }



        .product-row .dd-selected {
            font-size: 14px;
        }

        .product-row .dd-option-image,
        .product-row .dd-selected-image {
            width: 40px;
        }

        .product-row .dd-options {
            width: 200px !important;
        }

        .product-row .dd-selected-text {
            line-height: 40px !important;
        }

        .product-row .dd-option-text {
            line-height: 40px !important;
            font-size: 14px;
        }



        .product-row .product-info .info-con .info-item .ttl {
         
            width: 110px;
        }



        .product-row .product-author-row .rating-con {
            min-width: 75px;
            max-width: 75px;
        }


        .product-row .rating-row .rating-val .val {
            font-size: 14px;
        }

        .product-row .rating-row .rating-val .count {
            font-size: 12px;
            margin-right: 7px;
        }

        .stars li {
            font-size: 14px;
            margin-right: 0px;
        }


        .product-row .add-row {
            display: flex;
            flex-wrap: nowrap;
        }

            .product-row .add-row.fixed {
                position: fixed;
                right: 0;
                bottom: -15px;
                z-index: 51;
                background: #fff;
                padding: 20px 10px
            }

            .product-row .add-row .qty-con {
                /*                padding: 1px 0 2px 0;*/
            }

                .product-row .add-row .qty-con .quantity-2 {
                    width: 60px;
                }

                    .product-row .add-row .qty-con .quantity-2 .q-con {
                        padding: 0;
                    }



            .product-row .add-row .add-btn {
                margin-left: 10px;
                /* font-size: 12px;
                padding: 8px 0 9px 0;*/
                flex-grow: 1;
            }

            .product-row .add-row .fav-btn {
                padding: 4px 8px;
            }

                .product-row .add-row .fav-btn .icon {
                    font-size: 21px;
                }


        .product-row .product-price .ttl {
            font-size: 14px;
        }

        .product-row .product-price .main {
            font-size: 16px;
        }

        .product-row .product-price .before {
            font-size: 14px;
            margin-left: 5px;
        }

        .product-row .product-price .off {
            padding: 7px 15px 0 15px;
            min-width: 48px;
            min-height: 32px;
            font-size: 15px;
        }


        .product-row .product-info .product-info-txt .head {
            font-size: 16px;
            margin-top:20px
        }

        .product-row .product-info .product-info-txt .txt {
            font-size: 1em;
        }

        .product-about-row {
            padding: 5px;
            border:none
        }

            .product-about-row .head {
                font-size: 16px;
            }

            .product-about-row .txt {
                /*                column-count: 1;*/
                font-size: 14px;
                text-align: right
            }







        .comments-head-row {
            margin-top: -60px;
            padding-top: 60px;
        }

            .comments-head-row .head {
                font-size: 14px;
            }




        .comments-top-row {
        
            padding: 10px;
            flex-direction:column;
            align-items:flex-start;

        }
 .comments-top-row .right-con  {
                    margin-bottom:10px;
                }

                .comments-top-row .right-con .count {
                    font-size: 12px;
                    margin-left: 20px;
                }

         

                .comments-top-row .sort .ttl {
                    margin-left: 5px;
                    font-size: 10px;
                }

                .comments-top-row .sort a {
                   font-size:12px;
                    padding: 1px 3px;
                    margin-left:5px;
                  
                }


                    .comments-top-row .left-con .rating .val {
                        font-size: 12px;

                    }


                    .comments-top-row .left-con .rating .count {
                        font-size: 10px;
                
                    }




            .comments-row .comment-row {
                padding: 10px 0;
                flex-direction:column;
            }

                .comments-row .comment-row .name-col {
                    min-width: initial;
                    margin-bottom:5px;
                  
                }

                    .comments-row .comment-row .name-col .name {
                        font-size: 12px;

                    }

                    .comments-row .comment-row .name-col .date {
                        font-size: 10px;
                        margin-top: 5px;
                    }

             

                    .comments-row .comment-row .comment-col .comment-txt {
                        font-size: 12px;
                        margin-bottom: 10px;
                    }


        .spoil-alert {
            padding: 3px 0;
            font-size: 10px;
            margin-bottom: 2px;

        }


            .spoil-alert .icon {
                font-size: 18px;
                margin-left: 5px;

            }
                    .comments-row .comment-row .comment-col .btn-row {
                      
                        margin-bottom: 10px;
                    }

                        .comments-row .comment-row .comment-col .btn-row .btn-reply {
                           font-size:12px;
                            margin-left: 20px;
                        }

                            .comments-row .comment-row .comment-col .btn-row .btn-reply:hover {
                            }


                   

                            .comments-row .comment-row .comment-col .btn-row .btn-icon .icon {
                                font-size: 16px;

                            }

                            .comments-row .comment-row .comment-col .btn-row .btn-icon .count {
                                font-size: 12px;
                            }



                    .comments-row .comment-row .comment-col .reply-row {
                        padding: 0 15px;
                    }


                        .comments-row .comment-row .comment-col .reply-row .reply {
                            padding: 5px;
                            margin-top: 7px
                        }



                            .comments-row .comment-row .comment-col .reply-row .reply .name {
                                font-size: 12px;
                            }

                            .comments-row .comment-row .comment-col .reply-row .reply .date {
                                font-size: 10px;
                            }


                            .comments-row .comment-row .comment-col .reply-row .reply .txt {
                                font-size:12px;
                            }

                    .comments-row .comment-row .comment-col .reply-form {
                        padding: 0 15px;
                    }


                        .comments-row .comment-row .comment-col .reply-form textarea {
                            font-size: 12px;
                            padding: 5px 10px;
                        }



                        .comments-row .comment-row .comment-col .reply-form .add-btn {
                            font-size: 12px;
                            padding: 5px 20px;
                        }


        .comment-forms-row {
            margin: 5px 0;
        }
        .comment-form-row {
         margin:5px 0;
        }
        .comment-form-row:not(.rating-form-row) {
         flex-direction:column;
        }




            .comment-form-row .right-con {
                min-width: initial;
                flex-grow:1;
            }


                .comment-form-row .right-con .ttl {
                    padding: 6px 0;
                    font-size: 12px;
                }

        .comment-form-row .left-con {

            flex-grow: 0;
        }
            .comment-form-row .left-con textarea {
                padding: 5px 10px;
                font-size: 12px;
            }

                    .comment-form-row .left-con textarea:focus {
                        border: 1px solid #000;
                    }

                .comment-form-row .left-con .add-btn {
                    padding: 5px 20px;
 
                    font-size: 12px;

                }

       





        .modal-dialog.modal-big .container {
            padding: 0;
        }

        .modal-content {
            border-width: 2px 0;
            border-radius: 0;
            overflow-y: scroll;
        }
    }











    /*________________BASKET___________________*/

    .pane {
        width: 100%;
    }


        .pane .pane-head {
            width: 100%;
            border-bottom: 2px solid #000;
            padding: 15px 0;
            display: flex;
            align-items: center;
            flex-wrap: wrap;
        }

            .pane .pane-head .head {
                float: right;
                padding: 0 35px 0 10px;
                margin: 0;
                font-size: 18px;
                font-weight: 900;
                color: #000;
                position: relative
            }

                .pane .pane-head .head .icon {
                    position: absolute;
                    top: 50%;
                    margin-top: -12px;
                    font-size: 24px;
                    display: block;
                    right: 0
                }


            .pane .pane-head .basket-count {
                float: right;
                color: #000;
                display: inline-block;
                width: 28px;
                height: 28px;
                text-align: center;
                padding-top: 4px;
                border-radius: 50%;
                font-size: 16px;
                font-weight: bold;
                background-color: #fcc425;
            }

            .pane .pane-head .desc {
                float: right;
                color: #000;
                display: inline-block;
                font-size: 14px;
                font-weight: 300;
            }

    .basket-body {
        display: flex;
        padding: 7px 0;
        margin: 0 -7px;
        flex-wrap: wrap;
    }

        .basket-body .basket-item-row {
            margin: 7px;
            background-color: #f1f1f1;
            position: relative;
            flex-grow: 1;
            max-width: calc(50% - 14px);
        }

            .basket-body .basket-item-row.full {
                max-width: calc(100% - 14px);
            }

        .basket-body.basket-summary {
            background-color: #f1f1f1;
            padding: 0;
            margin: 0;
            display: block;
        }

            .basket-body.basket-summary .basket-item-row {
                margin: 0;
                border-top: 2px solid #fff;
                width: 100%;
                max-width: initial
            }

        .basket-body .basket-item-row .basket-item-con {
            position: relative;
            display: flex;
            flex-wrap: nowrap;
        }



            .basket-body .basket-item-row .basket-item-con .img-con {
                float: right;
                padding: 0px;
                background-color: #fff;
                border: 2px solid #f1f1f1;
            }

        .basket-body.basket-summary .basket-item-row .basket-item-con .img-con {
        }

        .basket-body .basket-item-row .basket-item-con .img-con img {
            height: 120px;
            width: 120px;
            object-fit: contain;
        }

        .basket-body .basket-item-row.book .basket-item-con .img-con img {
            height: 100px;
            width: 100px;
            margin: 10px;
        }

        .basket-body.basket-summary .basket-item-row .basket-item-con .img-con img {
            height: 70px;
            width: 70px;
        }

        .basket-body.basket-summary .basket-item-row.book .basket-item-con .img-con img {
            height: 50px;
            width: 50px;
            margin: 10px;
        }


        .basket-body .basket-item-row .basket-item-con .txt-con {
            display: flex;
            flex-wrap: wrap;
            flex-grow: 1;
        }

        .basket-body.basket-summary .basket-item-row .basket-item-con .txt-con {
            align-content: center;
        }

        .basket-body .basket-item-row .basket-item-con .txt-con .basket-top-con {
            width: 100%;
            align-self: flex-start;
            padding: 10px;
            padding-left: 40px;
            position: relative;
        }

        .basket-body.basket-summary .basket-item-row .basket-item-con .txt-con .basket-top-con {
            padding-left: 10px;
        }

        .basket-body .basket-item-row .basket-item-con .txt-con .basket-top-con .head-con {
            float: right;
        }

            .basket-body .basket-item-row .basket-item-con .txt-con .basket-top-con .head-con .head {
                font-size: 14px;
                padding: 0;
                margin: 0;
                color: #000;
            }

            .basket-body .basket-item-row .basket-item-con .txt-con .basket-top-con .head-con .head2 {
                font-size: 12px;
                padding: 0;
                margin: 5px 0;
                color: #000;
                font-weight: normal;
            }





        .basket-body .basket-item-row .basket-item-con .txt-con .basket-top-con .remove-con {
            position: absolute;
            top: 10px;
            left: 10px;
        }





            .basket-body .basket-item-row .basket-item-con .txt-con .basket-top-con .remove-con .remove {
                display: block;
                color: #000;
                font-size: 20px;
            }

                .basket-body .basket-item-row .basket-item-con .txt-con .basket-top-con .remove-con .remove:hover {
                    color: #f00;
                }


        .basket-body .basket-item-row .basket-item-con .txt-con .basket-top-con .prc-con {
            float: left;
            text-align: left;
        }

            .basket-body .basket-item-row .basket-item-con .txt-con .basket-top-con .prc-con .price {
                display: inline-block;
                width: 100%;
                font-size: 14px;
                font-weight: 700;
                color: #000;
            }

                .basket-body .basket-item-row .basket-item-con .txt-con .basket-top-con .prc-con .price .before {
                    display: block;
                    width: 100%;
                    font-size: 14px;
                    color: #999;
                    text-decoration: line-through;
                    font-weight: normal;
                }



        .basket-body .basket-item-row .basket-item-con .txt-con .basket-bottom-con {
            width: 100%;
            align-self: flex-end;
            padding: 10px;
            display: flex;
            align-items: flex-end;
        }

            .basket-body .basket-item-row .basket-item-con .txt-con .basket-bottom-con .qty-con {
                float: right;
            }

            .basket-body .basket-item-row .basket-item-con .txt-con .basket-bottom-con .prc-con {
                flex-grow: 1;
                float: left;
                text-align: left;
            }


                .basket-body .basket-item-row .basket-item-con .txt-con .basket-bottom-con .prc-con .price {
                    display: inline-block;
                    width: 100%;
                    font-size: 14px;
                    font-weight: 700;
                    color: #000;
                }

                    .basket-body .basket-item-row .basket-item-con .txt-con .basket-bottom-con .prc-con .price .before {
                        display: block;
                        width: 100%;
                        font-size: 14px;
                        color: #999;
                        text-decoration: line-through;
                        font-weight: normal;
                    }



        .basket-body .basket-summary-head {
            width: 100%;
            background-color: #f1f1f1;
            padding: 10px;
            font-size: 16px;
            font-weight: 700;
        }


        .basket-body .basket-bon-row {
            width: 100%;
            border-top: 2px solid #fff;
            padding: 10px;
        }

        .basket-body .basket-bon-con {
            display: flex;
            align-items: center;
        }

        .basket-body .basket-bon-row .ttl-con {
            float: right;
            position: relative;
            padding-right: 30px;
            font-size: 14px;
            font-weight: 700;
        }


            .basket-body .basket-bon-row .ttl-con .icon {
                position: absolute;
                top: 50%;
                margin-top: -10px;
                font-size: 20px;
                display: block;
                right: 0;
            }

        .basket-body .basket-bon-row .val {
            float: left;
        }



        .basket-body .basket-bon-row .prc-con {
            flex-grow: 1;
            text-align: left;
        }

            .basket-body .basket-bon-row .prc-con .price {
                display: inline-block;
                font-size: 14px;
                font-weight: 700;
                color: #000;
            }



        .basket-body .basket-summary-price {
            width: 100%;
            border-top: 2px solid #fff;
            padding: 15px 10px;
            text-align: left;
        }



            .basket-body .basket-summary-price .ttl {
                font-size: 14px;
                font-weight: 300;
                display: inline-block;
                margin-left: 10px;
            }

            .basket-body .basket-summary-price .val {
                font-size: 16px;
                font-weight: 700;
                display: inline-block;
            }








    .quantity-2 {
        position: relative;
        height: auto;
        padding: 0;
        width: 80px;
        max-height: 45.5px;
        background-color: #fff;
        text-align: center;
    }


        .quantity-2 input {
            width: 100%;
            padding: 4px 4px;
            float: none;
            display: inline-block;
            font-size: 16px;
            font-weight: bold;
            margin: 0;
            border: none;
            text-align: center;
            background-color: transparent;
        }

            .quantity-2 input[type=number]::-webkit-inner-spin-button,
            .quantity-2 input[type=number]::-webkit-outer-spin-button {
                -webkit-appearance: none;
                margin: 0;
            }

            .quantity-2 input[type=number] {
                -moz-appearance: textfield;
            }

            .quantity-2 input:focus {
                outline: 0;
            }

        .quantity-2 .q-con {
            width: 100%;
            position: absolute;
            top: 3px;
            left: 0;
            height: 100%;
            padding: 0 3px
        }

            .quantity-2 .q-con .q-button {
                position: relative;
                cursor: pointer;
                text-align: center;
                color: #000;
                font-size: 20px;
                cursor: pointer;
                padding: 1px 1px;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                -o-user-select: none;
                user-select: none;
            }

                .quantity-2 .q-con .q-button:hover {
                    color: #fcc425;
                }

                .quantity-2 .q-con .q-button.q-up {
                    float: right;
                }

                .quantity-2 .q-con .q-button.q-down {
                    float: left;
                }







    .basket-bottom {
        display: flex;
        padding: 7px 0;
        margin: 0 -7px;
        flex-wrap: wrap;
    }


        .basket-bottom .bon-col {
            margin: 7px;
            background-color: #f1f1f1;
            position: relative;
            flex-grow: 1;
            max-width: calc(50% - 14px);
            display: flex;
            align-items: center;
        }

        .basket-bottom .prc-col {
            margin: 7px;
            background-color: #f1f1f1;
            position: relative;
            flex-grow: 1;
            max-width: calc(50% - 14px);
        }





    .bon-row {
        padding: 15px;
        width: 100%;
    }

        .bon-row .ttl-col {
            width: 100%;
            float: right;
            display: inline-block;
        }

        .bon-row .rsl-col {
            width: 100%;
            float: right;
            display: inline-block;
            min-height: 1px;
        }


        .bon-row .ttl-col .ttl {
            font-size: 14px;
            color: #000;
            padding: 6px 0;
            position: relative;
        }

        .bon-row .form-col {
            display: inline-block;
            width: 100%;
            float: right;
        }

        .bon-row .bon-form {
            float: right;
            display: inline-block;
            width: 100%;
            padding: 0;
            background-color: #fff;
            overflow: hidden;
        }

            .bon-row .bon-form input {
                width: calc(100% - 110px);
                border: none;
                outline: 0;
                padding: 3px 10px;
                background-color: transparent;
                font-size: 16px;
                display: inline-block;
                float: right;
                text-align: left;
                font-family: Tahoma;
                direction: ltr;
            }

                .bon-row .bon-form input::placeholder {
                    text-align: right;
                    font-family: iranyekan;
                    direction: rtl;
                }

            .bon-row .bon-form a {
                display: inline-block;
                width: 110px;
                padding: 4px;
                font-size: 16px;
                background-color: #333;
                color: #fff;
                text-align: center;
                float: left;
                transition: all 0.2s;
            }

                .bon-row .bon-form a:hover {
                    background-color: #000;
                    color: #fcc425;
                }

        .bon-row .rsl-con {
        }


        .bon-row .rsl-col .bon-result {
            text-align: left;
            font-size: 14px;
            font-weight: 700;
            padding: 5px;
            color: #000
        }




    .basket-factor-row {
        background-color: #f1f1f1;
        padding: 15px;
    }




    .basket-price {
        padding: 7px 0;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }


        .basket-price .ttl-col {
            display: inline-block;
            color: #000;
            font-size: 14px;
            padding-left: 15px;
            font-weight: 300;
        }


        .basket-price .val-col {
            display: inline-block;
            font-size: 14px;
            font-weight: bold;
            min-width: 125px;
            text-align: left;
        }

        .basket-price.off-price .val-col {
            color: #fcbb00
        }

        .basket-price.tot-price .val-col {
            font-size: 18px;
        }




    .basket-foot-con {
        width: calc(50% - 7px);
        float: left;
    }
 
    .getfreespan {
        font-weight: 700;
        color: #000
    }
    .pane-foot {
        padding: 0;
        text-align: center;
    }


        .pane-foot .foot-con {
            display: flex;
            flex-wrap: nowrap;
            flex-direction: row-reverse
        }






        .pane-foot .confirm-button {
            background-color: #000;
            color: #fff;
            display: inline-block;
            float: left;
            font-size: 16px;
            font-weight: 300;
            padding: 10px 15px;
            transition: all 0.2s;
            outline: 0;
            border: 2px solid #000;
            flex-grow: 1;
        }

            .pane-foot .confirm-button:hover {
                background-color: #ffc20e;
                color: #000;
            }

        .pane-foot .cancel-button  {
            background-color: #fff;
            border: 2px solid #000;
            color: #000;
            display: inline-block;
            float: left;
            margin-left: 14px;
            font-size: 16px;
            font-weight: 300;
            padding: 10px 15px;
            transition: all 0.2s;
            outline: 0;
        }
.shipout {
text-align:center;
padding:0;
}
    .shipout .shipout-button {
        background-color: #fcc425;
        border: 2px solid #000;
        color: #000;
        display: inline-block;
        float: none;
        font-size: 16px;
        font-weight: 300;
        padding: 5px 10px;
        transition: all 0.2s;
        outline: 0;
        text-align:center;
        margin-top:20px;
        margin-bottom:20px;
        width: calc(100% - 10px);
    }

        .pane-foot .cancel-button:hover, .shipout .shipout-button:hover {
            color: #fcc425;
            background-color: #000
        }



    /*___________shipping/forms_________*/

    .shipping-form-row {
        margin-bottom: 7px;
    }

    .basket-form-row.nb {
        border: none;
    }

    .shipping-form-row .head-con {
        margin-top: 10px;
    }

        .shipping-form-row .head-con .head {
            font-weight: bold;
            color: #000;
            font-size: 16px;
            padding: 0;
            margin: 0;
        }


.input-col .col-xs-12:first-child {
    margin-bottom: 10px;
}






    .shipping-summary {
        background-color: #f1f1f1;
    }

        .shipping-summary .head {
            width: 100%;
            padding: 10px;
            font-size: 16px;
            font-weight: 700;
        }

        .shipping-summary .shipping-info {
            padding: 0 10px;
            border-top: 2px solid #fff;
        }

            .shipping-summary .shipping-info .shipping-head {
                font-weight: 700;
                padding-bottom: 10px;
            }

            .shipping-summary .shipping-info .ttl {
                font-weight: 300;
                font-size: 14px;
                color: #999;
                float: right;
                margin-left: 10px;
            }


        .shipping-summary .shipping-price {
            width: 100%;
            border-top: 2px solid #fff;
            padding: 15px 10px;
            text-align: left;
            display: flex;
            justify-content: space-between;
        }

            .shipping-summary .shipping-price .price {
                display: inline-block;
                float: left;
            }

            .shipping-summary .shipping-price .ttl {
                font-size: 14px;
                font-weight: 300;
                display: inline-block;
                margin-left: 5px;
            }

            .shipping-summary .shipping-price .val {
                font-size: 16px;
                font-weight: 700;
                display: inline-block;
            }

            .shipping-summary .shipping-price .ship {
                display: inline-block;
                float: right;
                text-align: right;
            }




    .form {
        width: 100%;
        margin: 0;
        float: right;
        padding: 4px 10px;
        border: none;
        border-bottom: 2px solid #000;
        background-color: #f1f1f1;
        transition: all 0.3s;
        outline: 0;
        font-size: 14px;
        min-height: 33px;
        resize: none
    }


        .form:focus {
            border-color: #fcc425;
            background-color: #fff;
        }

        .form.white {
            background-color: #fff;
        }

        .form.readonly:focus {
            border-color: #000;
            background-color: #f1f1f1;
        }











    .form-shipping {
        display: block;
        float: right;
        width: 100%;
        margin: 0;
    }

    label.fake {
        height: 51px;
        min-width: 100px;
    }

    /*.form-shipping.factor {
    width: auto;
    float: left
}*/
    .form-shipping input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

        .form-shipping input ~ .checkmark {
            width: 100%;
            padding: 10px;
            padding-right: 40px;
            border: 2px solid #bbb;
            display: inline-block;
            position: relative;
            transition: all 0.2s;
            cursor: pointer;
        }

    .form-shipping:hover input ~ .checkmark {
        border: 2px solid #000;
    }

    .form-shipping input:checked ~ .checkmark {
        border: 2px solid #000;
    }

    .form-shipping input:disabled ~ .checkmark {
        background-color: #ddd;
        border: 2px solid #bbb;
        cursor: not-allowed
    }

    .form-shipping:hover input:disabled ~ .checkmark {
        border: 2px solid #bbb;
    }

    .form-shipping input ~ .checkmark:before {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -8px;
        right: 10px;
        width: 16px;
        height: 16px;
        border: 2px solid #000;
    }

    .form-shipping input:disabled ~ .checkmark:before {
        border: 2px solid #bbb;
    }

    .form-shipping input ~ .checkmark:after {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -5px;
        right: 13px;
        width: 10px;
        height: 10px;
        background-color: transparent;
    }

    /*.form-shipping:hover input ~ .checkmark:after {
    background-color: #999;
}*/

    .form-shipping input:checked ~ .checkmark:after {
        background-color: #fcc425;
    }

    .form-shipping input:disabled ~ .checkmark:after {
        background-color: #ddd;
    }

    .form-shipping input ~ .checkmark .head {
        font-weight: bold;
        font-size: 14px;
        color: #000;
        float: right;
        margin-left: 5px;
    }

    .form-shipping input ~ .checkmark .desc {
        font-weight: 300;
        font-size: 14px;
        color: #000;
        float: right;
        margin-left: 5px;
    }

    .form-shipping input ~ .checkmark .price {
        font-weight: bold;
        font-size: 14px;
        color: #000;
        float: left;
        margin-left: 5px;
    }

    /*.form-shipping input:checked ~ .checkmark .head,
.form-shipping input:checked ~ .checkmark .price {
color:#fcc425;
}*/

    .form-shipping input:disabled ~ .checkmark .head,
    .form-shipping input:disabled ~ .checkmark .desc,
    .form-shipping input:disabled ~ .checkmark .price {
        color: #999;
    }




    .shipping-gift-row {
        background-color: #f1f1f1;
        padding: 5px;
    }

    .gift-txt-row {
        padding: 0 15px;
        margin-bottom: 10px;
    }


    .form-shipping.gift input ~ .checkmark {
        width: 100%;
        padding: 0;
        padding-right: 30px;
        border: none
    }

    .form-shipping.gift:hover input ~ .checkmark {
        border: none
    }

    .form-shipping.gift input ~ .checkmark:before {
        border: 1px solid #000;
    }

    .form-shipping.gift input:checked ~ .checkmark:after {
        background-color: #000
    }

    .form-shipping.gift input ~ .checkmark .head {
        font-weight: 300;
        font-size: 14px;
    }



    @media(max-width:991px) {
        .basket-body .basket-item-row {
            max-width: calc(100%);
        }


        .basket-foot-con {
            width: calc(100%);
        }

        .pane-foot .confirm-button {
            max-width: calc(50% - 7px);
        }
    }

    @media(max-width:767px) {

        .shipout .shipout-button {
          
            width: calc(100% );
            line-height:2
        }
        .basket-bottom {
            margin: 0;
        }
       
            .basket-bottom .bon-col {
                margin: 0;
                margin-bottom: 14px;
                min-width: 100%;
                max-width: initial;
            }

            .basket-bottom .prc-col {
                min-width: 100%;
                max-width: initial;
                margin: 0;
            }











        .bon-row .form-col {
            width: 100%;
        }

        .bon-row .bon-form input {
            font-size: 14px;
        }

        .bon-row .bon-form a {
            font-size: 14px;
        }

        .bon-row .rsl-col {
            width: 100%;
        }

            .bon-row .rsl-col .bon-result {
                padding: 10px 0 0 0;
            }

        .pane .pane-head .head {
            font-size: 16px;
        }

        .pane .pane-head .desc {
            font-size: 12px;
        }


        .basket-price .ttl-col {
            font-size: 12px;
        }







        .pane-foot .confirm-button {
            font-size: 14px;
            padding: 7px 10px;
            max-width: initial
        }



        .pane-foot .cancel-button {
            font-size: 14px;
            padding: 7px 10px;
        }





        .shipping-summary {
            background-color: #fff;
            border: 2px solid #f1f1f1;
        }


            .shipping-summary .shipping-info {
                border-top: 2px solid #f1f1f1;
            }

            .shipping-summary .shipping-price {
                border-top: 2px solid #f1f1f1;
            }




        .shipping-form-row {
            margin-bottom: 0;
            margin-top: 0;
            padding: 0 5px;
        }

            .shipping-form-row .head-con .head {
                font-size: 14px;
            }

        .form-shipping input ~ .checkmark .head {
            font-size: 12px;
            width: 100%;
        }

        .form-shipping input ~ .checkmark .desc {
            font-size: 12px;
            width: 100%;
        }


        .form-shipping.gift input ~ .checkmark .head {
            font-size: 12px;
        }
    }






    /*forms_________________________*/


    .form-txt {
        display: block;
        float: right;
        position: relative;
        padding: 0;
        cursor: pointer;
        max-width: 200px;
        width: 100%;
        margin-left: 10px;
        margin-bottom: 5px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .form-txt input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }

            .form-txt input ~ .checkmark {
                display: block;
                padding: 5px;
                width: 100%;
                text-align: center;
                border: 1px solid #ddd;
                background-color: #fafafa;
                color: #333;
                border-radius: 5px;
                font-size: 14px;
                font-weight: 300;
                transition: all 0.2s;
            }

        .form-txt:hover input ~ .checkmark {
            background-color: #fff;
            border-color: #666;
        }

        .form-txt input:checked ~ .checkmark {
            background-color: #006aff;
            border-color: #006aff;
            color: #fff;
        }

        .form-txt input:disabled ~ .checkmark {
            background-color: #fefefe;
            border-color: #eee;
            color: #eee;
            cursor: not-allowed
        }








    .form-img {
        display: inline-block;
        position: relative;
        padding: 0;
        cursor: pointer;
        margin: 3px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .form-img input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }

            .form-img input ~ .checkmark {
                display: block;
                padding: 3px;
                width: 70px;
                text-align: center;
                background-color: #fff;
                border: 1px solid #ddd;
                border-radius: 5px;
                transition: all 0.2s;
            }

                .form-img input ~ .checkmark img {
                    width: 100%;
                    border-radius: 3px;
                }


        .form-img:hover input ~ .checkmark {
            border-color: #666;
        }

        .form-img input:checked ~ .checkmark {
            border-color: #2dd0df;
        }
















    .form-row {
        border: none;
        margin-bottom: 10px;
        display: inline-block;
        width: 100%;
        position: relative
    }

        .form-row .ttl {
            display: inline-block;
            float: right;
            text-align: left;
            color: #000;
            font-size: 14px;
            width: 120px;
            padding: 6px 0;
            padding-left: 15px;
        }

        .form-row .fld {
            display: inline-block;
            float: right;
            width: calc(100% - 120px);
        }

        .form-row .txtfld {
            width: 100%;
            border: 1px solid #999;
            outline: 0;
            font-size: 16px;
            padding: 5px 15px;
            color: #000;
            background-color: #f1f1f1;
            /*             border-bottom: 2px solid #000;*/
            transition: all 0.3s;
        }

            .form-row .txtfld:focus {
                background-color: #fff;
                /*             border-bottom: 2px solid #fcc425;*/
            }


        .form-row .form-txt {
            max-width: 70px;
            margin-bottom: 0;
            margin-right: 15px;
            margin-left: 0;
        }



        .form-row .lnk {
            position: absolute;
            left: 3px;
            bottom: 3px;
            background-color: #aaa;
            color: #fff;
            font-size: 12px;
            padding: 5px 20px;
            font-weight: 300;
            cursor: not-allowed;
            min-width: 178px
        }

            .form-row .lnk.active {
                cursor: pointer;
                background-color: #000;
            }

    .form-in-row {
        padding-right: 120px;
    }



    .edit-btn {
        font-size: 14px;
        padding: 7px 40px;
        background-color: #fff;
        color: #000;
        border-radius: 5px;
        display: inline-block;
        float: right;
        cursor: pointer;
    }

        .edit-btn:hover {
            background-color: #000;
            color: #fff;
        }

    @media(max-width:767px) {



        .form-txt {
            max-width: 160px;
            width: 100%;
        }


            .form-txt input ~ .checkmark {
                display: block;
                padding: 3px;
                font-size: 12px;
            }



        .form-in-row {
            padding-right: 0;
        }


        .form-row .ttl {
            display: inline-block;
            float: right;
            text-align: right;
            width: 100%;
            font-size: 14px;
            padding: 0 0 5px 0;
            margin-left: 0;
        }

        .form-row .fld {
            width: 100%;
            border-right: none;
            padding: 3px 0;
        }

        .form-row .lnk {
            bottom: 6px;
        }
    }










    /*_________________Profile___________*/

    .profile-row .profile-head-row {
        border-bottom: 2px solid #000;
        display: flex;
        align-items: flex-end;
        flex-wrap: nowrap;
        justify-content: space-between;
        padding: 15px 0;
    }

        .profile-row .profile-head-row .head {
            padding: 0;
            padding-right: 30px;
            margin: 0;
            font-size: 20px;
            display: inline-block;
            position: relative;
            background-color: #fff;
            flex-grow: 1;
        }

            .profile-row .profile-head-row .head .icon {
                position: absolute;
                top: 50%;
                margin-top: -12px;
                font-size: 24px;
                display: block;
                right: 0;
            }

        .profile-row .profile-head-row .logout-con a {
            display: flex;
            align-items: center;
            border: 2px solid #bbb;
            color: #000;
            padding: 3px 20px;
            font-size: 16px;
            transition: all 0.3s;
        }

            .profile-row .profile-head-row .logout-con a:hover {
                border: 2px solid #000;
                color: #000;
            }

            .profile-row .profile-head-row .logout-con a .icon {
                font-size: 24px;
                margin-left: 10px;
            }



    .profile-tab-row {
        margin-top: 15px;
    }

        .profile-tab-row .tab-heads {
            display: flex;
            flex-wrap: nowrap;
            justify-content: center;
            padding: 0;
            margin: 0;
            list-style: none;
        }

            .profile-tab-row .tab-heads li {
                flex-grow: 1;
                border-bottom: 2px solid #000;
                text-align: center;
                transition: all 0.3s;
            }

                .profile-tab-row .tab-heads li.active {
                    border-bottom: 2px solid #fcc425;
                }

                .profile-tab-row .tab-heads li .head {
                    font-size: 18px;
                    color: #000;
                    position: relative;
                    padding: 0;
                    margin: 0;
                    padding-right: 30px;
                    margin-bottom: 10px;
                    display: inline-block;
                    transition: all 0.1s;
                }

                    .profile-tab-row .tab-heads li .head .icon {
                        position: absolute;
                        top: 50%;
                        margin-top: -12px;
                        font-size: 24px;
                        display: block;
                        right: 0;
                    }

                    .profile-tab-row .tab-heads li .head:hover {
                        color: #fcc425;
                    }

                .profile-tab-row .tab-heads li.active .head {
                    color: #fcc425;
                }



    .row.empty-row {
        padding: 30px 15px;
        text-align: center;
        background-color: #f1f1f1;
        font-size: 16px;
        font-weight: 300;
        margin-top: 15px;
    }

#visits {
height:50px;
display:block
}



    .orders-row {
        margin: 15px 0;
    }

        .orders-row .order-item {
            margin-bottom: 15px;
        }

            .orders-row .order-item .order-head-con {
                display: flex;
                align-items: center;
                flex-wrap: wrap;
                padding: 10px 15px;
                background-color: #f1f1f1;
            }

                .orders-row .order-item .order-head-con .order-info-col {
                    display: flex;
                    align-content: center;
                    flex-wrap: wrap;
                    flex-grow: 1;
                }

                    .orders-row .order-item .order-head-con .order-info-col .info-col {
                        flex-grow: 1;
                        margin: 5px 0;
                        padding-left: 10px;
                    }

                        .orders-row .order-item .order-head-con .order-info-col .info-col .ttl {
                            font-weight: 300;
                            font-size: 12px;
                        }

                        .orders-row .order-item .order-head-con .order-info-col .info-col .val {
                            font-weight: 700;
                            font-size: 16px;
                        }


                .orders-row .order-item .order-head-con .order-more {
                    border: 2px solid #000;
                    padding: 3px 5px;
                    font-size: 14px;
                    background-color: #fff;
                    color: #000;
                    cursor: pointer;
                    flex-grow: 1;
                    text-align: center;
                    max-width: 180px;
                    transition: all 0.3s;
                }


                    .orders-row .order-item .order-head-con .order-more:hover {
                        border: 2px solid #000;
                        background-color: #000;
                        color: #fcc425
                    }

                .orders-row .order-item .order-head-con .remove {
                    font-size: 20px;
                    color: #000;
                    display: block;
                    margin-right: 10px;
                    cursor: pointer;
                    display: flex;
                    align-items: center
                }

                    .orders-row .order-item .order-head-con .remove:hover {
                        color: #f00;
                    }





        .orders-row.address-row .order-item .order-head-con .order-info-col .info-col {
            flex-grow: initial;
            padding-left: 20px;
        }


    .order-details-con {
        background-color: #f1f1f1;
        padding: 10px 15px;
    }

        .order-details-con .basket-body .basket-item-row .basket-item-con .img-con {
            border: none;
            border-left: 2px solid #f1f1f1;
        }

        .order-details-con .basket-body .basket-summary-head {
            background-color: #fff;
        }

        .order-details-con .basket-body.basket-summary .basket-item-row,
        .order-details-con .basket-body .basket-bon-row,
        .order-details-con .basket-body .basket-summary-price {
            background-color: #fff;
            border-top: 2px solid #f1f1f1;
        }


        .order-details-con .shipping-summary {
            background-color: #fff;
        }

            .order-details-con .shipping-summary .shipping-info,
            .order-details-con .shipping-summary .shipping-price {
                border-top: 2px solid #f1f1f1;
            }

        .order-details-con .order-print {
            display: flex;
            align-items: center;
            border: 2px solid #000;
            color: #000;
            padding: 7px 20px;
            margin-top: 15px;
            background-color: #fff;
            justify-content: center;
            font-size: 14px;
            transition: all .5s
        }

            .order-details-con .order-print.reject {
                ;
                background-color: #cf5a00;
            }

            .order-details-con .order-print:hover {
                background-color: #000;
                color: #fcc425;
            }

            .order-details-con .order-print .icon {
                font-size: 24px;
                margin-left: 10px;
            }




    .save {
        padding: 3px 20px;
        display: inline-block;
        background-color: #000;
        border: 2px solid #000;
        transition: all 0.3s;
        color: #fff;
        font-size: 14px;
        cursor: pointer
    }

        .save:hover {
            background-color: #fcc425;
            color: #000
        }

    .new-address {
        padding: 3px 20px;
        display: inline-block;
        background-color: #000;
        border: 2px solid #000;
        transition: all 0.3s;
        color: #fff;
        font-size: 16px;
        cursor: pointer
    }

        .new-address:hover {
            background-color: #fcc425;
            color: #000
        }




    .fav-row {
        display: flex;
        padding: 7px 0;
        margin: 0 -7px;
        flex-wrap: wrap;
    }


        .fav-row .pr-item {
            margin: 7px;
            background-color: #f1f1f1;
            position: relative;
            flex-grow: 1;
        }

            .fav-row .pr-item .pr-con {
                position: relative;
                display: flex;
                flex-wrap: nowrap;
            }

                .fav-row .pr-item .pr-con .img-con {
                    float: right;
                    padding: 0px;
                    background-color: #fff;
                    border: 2px solid #f1f1f1;
                }

                    .fav-row .pr-item .pr-con .img-con img {
                        height: 80px;
                        width: 80px;
                        object-fit: contain;
                    }

            .fav-row .pr-item.notav .pr-con .img-con img {
                filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
                filter: gray; /* IE6-9 */
                -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
                -webkit-transition: all .5s;
                transition: all .5s;
            }

            .fav-row .pr-item.book .pr-con .img-con img {
                height: 60px;
                width: 60px;
                margin: 10px;
            }

            .fav-row .pr-item i.av {
                position: absolute;
                left: 10px;
                bottom: 10px;
                font-size: 12px;
                font-style: normal;
                color: #0b835d
            }

                .fav-row .pr-item i.av.not {
                    color: #9f2d2d
                }

            .fav-row .pr-item .pr-con .txt-con {
                display: flex;
                flex-wrap: nowrap;
                flex-grow: 1;
                align-items: center;
                padding: 10px;
            }

                .fav-row .pr-item .pr-con .txt-con .txt {
                    flex-grow: 1;
                    color: #000
                }

                    .fav-row .pr-item .pr-con .txt-con .txt .head {
                        font-size: 14px;
                        padding: 0;
                        margin: 0;
                        margin-bottom: 5px;
                    }

                    .fav-row .pr-item .pr-con .txt-con .txt .head2 {
                        font-size: 13px;
                        padding: 0;
                        margin: 0;
                        font-weight: 300;
                    }

                .fav-row .pr-item .pr-con .txt-con .remove {
                    font-size: 20px;
                    color: #000;
                    display: block;
                }

                    .fav-row .pr-item .pr-con .txt-con .remove:hover {
                        color: #f00
                    }





    .profile-info-row {
        background-color: #f1f1f1;
        margin: 15px 0;
        padding: 15px;
    }

        .profile-info-row .head {
            font-weight: 700;
            font-size: 16px;
            margin-bottom: 10px;
        }




    @media(max-width:991px) {
    }

    @media(max-width:767px) {

        .profile-row .profile-head-row {
            padding: 10px 0;
        }

            .profile-row .profile-head-row .head {
                font-size: 16px;
            }

            .profile-row .profile-head-row .logout-con a {
                padding: 2px 20px;
                font-size: 14px;
            }

                .profile-row .profile-head-row .logout-con a .icon {
                    font-size: 20px;
                    margin-left: 7px;
                }

        .profile-tab-row .tab-heads li .head {
            padding-right: 0;
        }

            .profile-tab-row .tab-heads li .head .txt {
                display: none;
            }

            .profile-tab-row .tab-heads li .head .icon {
                display: block;
                position: relative;
                top: initial;
            }


        .row.empty-row {
            padding: 15px 15px;
            font-size: 12px;
            margin-top: 0;
        }


        .profile-tab-row .tab-head-xs {
            display: block;
            font-size: 14px;
            padding: 0;
            margin: 10px;
        }

        .profile-info-row .head {
            font-size: 14px;
        }

        .orders-row .order-item .order-head-con .order-info-col .info-col {
        }

            .orders-row .order-item .order-head-con .order-info-col .info-col .ttl {
                font-size: 10px;
            }

            .orders-row .order-item .order-head-con .order-info-col .info-col .val {
                font-size: 14px;
            }


        .orders-row .order-item .order-head-con .order-more {
            font-size: 12px;
            max-width: 100%;
        }

        .new-address {
            font-size: 14px;
        }
    }







    /*_______________ABOUT/CONTACT/GUIDE_____________*/

    .about-row {
        background-color: #fcc425;
    }

        .about-row .about-con {
            position: relative;
            padding: 90px 0;
        }

            .about-row .about-con .about-img {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                right: 0;
            }

                .about-row .about-con .about-img img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }


            .about-row .about-con .about-txt-con {
                background-color: #fff;
                padding: 60px;
            }


            .about-row .about-con .about-head {
                position: relative;
                margin-bottom: 15px;
            }

                .about-row .about-con .about-head:after {
                    content: '';
                    position: absolute;
                    top: 50%;
                    margin-top: -1px;
                    width: calc(100% - 2px);
                    height: 2px;
                    background-color: #000;
                    left: 0;
                    z-index: 2;
                }

                .about-row .about-con .about-head .head {
                    font-size: 20px;
                    margin: 0;
                    padding: 0;
                    padding-left: 15px;
                    background-color: #fff;
                    z-index: 3;
                    position: relative;
                    display: inline-block;
                }

            .about-row .about-con .txt {
                font-size: 16px;
                line-height: 28px;
                font-weight: 300;
            }

                .about-row .about-con .txt a {
                    color: #000;
                    text-decoration: underline;
                }


        .about-row.about-black {
            background-color: #000;
            color: #fff;
        }

            .about-row.about-black .about-con .about-img {
                position: absolute;
                width: 50%;
                height: 100%;
                top: 0;
                right: 0;
            }

            .about-row.about-black.left .about-con .about-img {
                right: initial;
                left: 0
            }

            .about-row.about-black .about-con .about-txt-con {
                background-color: #000;
                padding-left: 0;
            }

            .about-row.about-black.left .about-con .about-txt-con {
                padding-left: 60px;
                padding-right: 0
            }

            .about-row.about-black .about-con .about-head:after {
                background-color: #fff;
            }

            .about-row.about-black .about-con .about-head .head {
                background-color: #000;
            }

            .about-row.about-black .about-con .txt a {
                color: #fcc425;
                text-decoration: none;
            }

        .about-row.about-team {
            background-color: #f1f1f1;
        }

            .about-row.about-team .about-con .about-head {
                text-align: center;
            }

                .about-row.about-team .about-con .about-head .head {
                    background-color: #f1f1f1;
                    padding-right: 15px;
                }

            .about-row.about-team .about-con .about-team-con {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                padding: 30px 0;
            }

                .about-row.about-team .about-con .about-team-con .about-item {
                    text-align: center;
                    width: 180px;
                    padding: 15px 10px;
                }

                    .about-row.about-team .about-con .about-team-con .about-item img {
                        width: 120px;
                        height: 120px;
                        border-radius: 50%;
                        object-fit: cover;
                    }

                    .about-row.about-team .about-con .about-team-con .about-item .head {
                        font-size: 16px;
                        padding: 0;
                        margin: 10px 0;
                    }

                    .about-row.about-team .about-con .about-team-con .about-item .pos {
                        font-size: 14px;
                        font-weight: 300;
                    }

            .about-row.about-team .about-con .about-team-link {
                text-align: center;
            }

                .about-row.about-team .about-con .about-team-link a {
                    display: inline-block;
                    border: 2px solid #000;
                    padding: 3px 25px;
                    color: #000;
                    transition: all 0.3s;
                }

                    .about-row.about-team .about-con .about-team-link a:hover {
                        background-color: #000;
                        color: #fff;
                    }

    .feature-row.about-features {
        background-color: #fcc425;
    }












    .contact-row {
        background-color: #000;
        color: #fff;
        padding: 60px 0;
        min-height: 33vw;
        display: flex;
        align-items: center;
    }

        .contact-row > .row {
            width: 100%;
        }


        .contact-row .contact-head {
            position: relative;
            margin-bottom: 15px;
        }

            .contact-row .contact-head:after {
                content: '';
                position: absolute;
                top: 50%;
                margin-top: -1px;
                width: calc(100% - 2px);
                height: 2px;
                background-color: #fff;
                left: 0;
                z-index: 2;
            }

            .contact-row .contact-head .head {
                font-size: 20px;
                margin: 0;
                padding: 0;
                padding-left: 15px;
                background-color: #000;
                z-index: 3;
                position: relative;
                display: inline-block;
            }

        .contact-row .contact-txt-con {
            padding-left: 30px;
        }

            .contact-row .contact-txt-con .txt {
                font-size: 16px;
                font-weight: 300;
                margin-bottom: 30px;
            }


        .contact-row .contact-form-con input,
        .contact-row .contact-form-con textarea {
            width: 100%;
            border: none;
            outline: 0;
            padding: 5px 10px;
            font-size: 16px;
            margin: 0;
            color: #000;
            margin-bottom: 2px;
            transition: all 0.3s;
            resize: none;
        }

            .contact-row .contact-form-con input:focus,
            .contact-row .contact-form-con textarea:focus {
                background-color: #f1f1f1;
                color: #000;
            }


        .contact-row .contact-form-con a {
            display: inline-block;
            float: left;
            border: 2px solid #fcc425;
            background-color: #fcc425;
            color: #000;
            padding: 3px 25px;
            font-size: 16px;
            transition: all 0.3s;
        }

            .contact-row .contact-form-con a:hover {
                background-color: #000;
                color: #fcc425;
            }


    .branch-row {
        position: relative;
        min-height: 25vw;
        display: flex;
        align-items: center;
    }

        .branch-row .branch-slider-con {
            position: absolute;
            width: 50%;
            z-index: 4;
            top: 0;
            right: 0;
        }

        .branch-row:nth-of-type(2n+1) .branch-slider-con {
            right: initial;
            left: 0;
        }




        .branch-row .branch-txt-con {
            width: 100%;
            position: relative;
            z-index: 3;
        }




            .branch-row .branch-txt-con .txt-con {
                width: 50%;
                float: left;
                padding-right: 30px;
            }

        .branch-row:nth-of-type(2n+1) .branch-txt-con .txt-con {
            float: right;
            text-align: left;
            padding-left: 30px;
            padding-right: 0;
        }

        .branch-row .branch-txt-con .txt-con .head {
            font-size: 24px;
            padding: 0;
            margin: 5px 0;
        }

        .branch-row .branch-txt-con .txt-con .tel {
            font-size: 24px;
            padding: 0;
            margin: 5px 0;
        }

        .branch-row .branch-txt-con .txt-con .opt {
            font-size: 16px;
            font-weight: 300;
            padding: 0;
            margin: 0;
        }

        .branch-row .branch-txt-con .txt-con .opt2 {
            font-size: 14px;
            font-weight: 300;
            padding: 0;
            margin: 0;
        }







    .branch-slider .slider-item {
        width: 100%;
        height: 25vw;
    }


        .branch-slider .slider-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }


    .owl-carousel.branch-slider .owl-stage-outer {
        z-index: 2;
    }


    .branch-slider .owl-nav {
        position: absolute;
        top: 50%;
        width: 100%;
        left: 0;
        margin-top: -10px;
    }

    .owl-carousel.branch-slider .owl-nav button.owl-next,
    .owl-carousel.branch-slider .owl-nav button.owl-prev {
        color: #fff;
        display: inline-block;
        font-size: 20px;
        padding: 5px !important;
        z-index: 3;
        position: relative;
    }

    .branch-slider .owl-nav .owl-prev {
        float: right;
    }

    .branch-slider .owl-nav .owl-next {
        float: left;
    }

    .branch-slider .owl-dots {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        z-index: 4;
    }

        .branch-slider .owl-dots .owl-dot {
            display: inline-block;
            width: 12px;
            height: 12px;
            border: 2px solid #fff;
            margin: 0 4px;
            border-radius: 50px;
            transition: all 0.3s;
        }

            .branch-slider .owl-dots .owl-dot.active {
                width: 36px;
                background-color: #fff;
            }











    .guide-row {
        padding: 0;
    }

        .guide-row .right-col {
            width: 220px;
            float: right;
            background-color: #fff;
            z-index: 10
        }

        .guide-row .main-col {
            width: calc(100% - 440px);
            float: right;
            display: inline-block;
        }


        .guide-row .guide-con {
            padding-left: 30px;
        }


            .guide-row .guide-con .head {
                font-size: 16px;
                font-weight: 300;
                margin: 14px 0;
            }

            .guide-row .guide-con .guide-list {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                .guide-row .guide-con .guide-list li {
                    border: 2px solid #000;
                    margin-bottom: -2px;
                }

                    .guide-row .guide-con .guide-list li a {
                        font-size: 16px;
                        font-weight: 300;
                        color: #000;
                        transition: all 0.3s;
                        display: block;
                        padding: 7px 15px;
                    }

                        .guide-row .guide-con .guide-list li a:hover {
                            background-color: #fcc425;
                        }

                    .guide-row .guide-con .guide-list li.active a {
                        background-color: #000;
                        color: #fff;
                    }



        .guide-row .guide-con-m {
            position: relative;
        }

            .guide-row .guide-con-m a {
                display: block;
                padding: 6px 0;
                color: #000;
                font-weight: 300;
                float: right;
                width: 100%;
            }

                .guide-row .guide-con-m a .ttl {
                    float: right;
                    display: inline-block;
                }

                .guide-row .guide-con-m a .val {
                    float: left;
                    display: inline-block;
                    padding-left: 15px;
                    position: relative;
                }

                    .guide-row .guide-con-m a .val:after {
                        content: '';
                        position: absolute;
                        top: 50%;
                        left: 0;
                        width: 0;
                        height: 0;
                        border-left: 3px solid transparent;
                        border-right: 3px solid transparent;
                        border-top: 3px solid #000;
                    }


    .dropdown-menu.guide-menu {
        padding: 0;
        margin: 0 0 0 0;
        font-size: 14px;
        background-color: #fff;
        border: 2px solid #000;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
        z-index: 99;
    }

        .dropdown-menu.guide-menu li {
            display: block;
            float: right;
            width: 100%;
        }

            .dropdown-menu.guide-menu li:not(:last-child) {
                border-bottom: 1px solid #000;
            }


            .dropdown-menu.guide-menu li a {
                display: block;
                padding: 3px 15px;
                font-size: 14px;
                font-weight: 300;
            }

    .dropdown-backdrop {
        display: none;
    }


    .guide-row .guide-item {
        margin-top: -80px;
        padding-top: 110px;
        margin-bottom: 30px;
    }


        .guide-row .guide-item .guide-head {
            position: relative;
            margin-bottom: 15px
        }

            .guide-row .guide-item .guide-head:after {
                font-size: 20px;
                padding: 0;
                margin: 0;
                content: '';
                position: absolute;
                top: 50%;
                margin-top: -1px;
                width: calc(100% - 2px);
                height: 2px;
                background-color: #000;
                left: 0;
                z-index: 2;
            }

            .guide-row .guide-item .guide-head .head {
                padding: 0;
                padding-left: 15px;
                margin: 0;
                font-size: 20px;
                display: inline-block;
                position: relative;
                background-color: #fff;
                z-index: 3;
            }


        .guide-row .guide-item .txt {
            font-weight: 300;
            font-size: 16px;
        }





    .faq-con {
    }

        .faq-con .faq-item {
            border: 2px solid #000;
            margin-bottom: -2px;
        }

            .faq-con .faq-item .faq-ttl {
                padding: 7px 15px;
                font-size: 16px;
                cursor: pointer;
            }

            .faq-con .faq-item .faq-answer {
                padding: 15px 15px;
                font-weight: 300;
                background-color: #f1f1f1
            }









    .jobs-row {
        min-height: 33vw;
    }


        .jobs-row .txt {
            font-weight: 300;
            font-size: 16px;
        }

        .jobs-row .jobs-form {
        }

            .jobs-row .jobs-form .form {
                margin-bottom: 10px;
                font-size: 16px;
            }

            .jobs-row .jobs-form a {
                display: inline-block;
                float: left;
                border: 2px solid #000;
                background-color: #000;
                color: #fff;
                padding: 3px 25px;
                font-size: 16px;
                transition: all 0.3s;
            }

                .jobs-row .jobs-form a:hover {
                    background-color: #fcc425;
                    color: #000
                }

.form-shipping.float {
display:inline-block;
width:auto;
margin-left:5px;
margin-bottom:5px;
}
    .form-shipping.float input ~ .checkmark {
        border: none;
        padding:0 30px 0 5px ;
    }
        .form-shipping.float input ~ .checkmark .head {
            margin-left: 0
        }
.jobs-form a.more {
    border:none;
    background:transparent;
    color:#333;
    font-size:12px;
    padding:5px 10px;
}
span.bullets {
font-size:22px;
line-height:1;
color:#fcc425
}
.margin-row.added {
padding-top:10px;
border-top:1px solid #ccc
}
.datepicker-plot-area .datepicker-day-view .table-days td.selected span, .datepicker-plot-area .datepicker-year-view .year-item.selected, .datepicker-plot-area .datepicker-month-view .month-item.selected {
text-shadow:none !important;
font-weight:bold
}
@media(max-width:1199px) {
    .guide-row .main-col {
            width: calc(100% - 220px);
        }
    }

    @media(max-width:991px) {
        .branch-row {
            min-height: 33vw;
        }



            .branch-row .branch-slider-con {
                width: 60%;
            }

            .branch-row .branch-txt-con {
                width: 100%;
            }


                .branch-row .branch-txt-con .txt-con {
                    width: 40%;
                }

        .branch-slider .slider-item {
            height: 33vw;
        }
    }


    @media(max-width:767px) {
        .datepicker-plot-area .datepicker-navigator {
        height:80px
        }
        .form-shipping.float.big {
           min-width:30%;
        }
        .about-row .about-con {
            padding-top: 50vw;
            padding-bottom: 15px;
        }


            .about-row .about-con .about-img img {
                width: 100%;
                height: 66vw;
                object-fit: cover;
            }

            .about-row .about-con .about-txt-con {
                padding: 30px;
            }

            .about-row .about-con .txt {
                font-size: 14px;
                line-height: 24px;
            }

            .about-row .about-con .about-head .head {
                font-size: 18px;
            }

        .about-row.about-black {
            background-color: #f1f1f1;
        }

            .about-row.about-black .about-con .about-img {
                width: 100%;
            }

            .about-row.about-black .about-con .about-txt-con {
                padding-left: 30px;
            }

            .about-row.about-black.left .about-con .about-txt-con {
                padding-right: 30px;
            }


        .about-row.about-team .about-con {
            padding-top: 30px;
            padding-bottom: 30px;
        }

            .about-row.about-team .about-con .about-team-con .about-item {
                width: 160px;
            }

                .about-row.about-team .about-con .about-team-con .about-item img {
                    width: 100px;
                    height: 100px;
                }

                .about-row.about-team .about-con .about-team-con .about-item .head {
                    font-size: 14px;
                }

                .about-row.about-team .about-con .about-team-con .about-item .pos {
                    font-size: 12px;
                }





        .contact-row {
            padding: 30px 0;
        }


            .contact-row .contact-head .head {
                font-size: 18px;
            }

            .contact-row .contact-txt-con {
                padding-left: 0;
                padding-bottom: 30px;
            }





        .branch-row {
            min-height: initial;
            display: block;
        }



            .branch-row .branch-slider-con {
                width: 100%;
                position: relative;
                float: right;
                top: initial;
                right: initial;
            }

            .branch-row .branch-txt-con {
                width: 100%;
            }


                .branch-row .branch-txt-con .txt-con {
                    width: 100%;
                    padding: 10px 0 45px 0;
                }

            .branch-row:nth-of-type(2n+1) .branch-txt-con .txt-con {
                text-align: right;
            }



            .branch-row .branch-txt-con .txt-con .head {
                font-size: 20px;
            }

            .branch-row .branch-txt-con .txt-con .tel {
                font-size: 20px;
            }

            .branch-row .branch-txt-con .txt-con .opt {
                font-size: 14px;
            }

            .branch-row .branch-txt-con .txt-con .opt2 {
                font-size: 12px;
            }

        .branch-slider .slider-item {
            height: 50vw;
        }


















        .guide-row .right-col {
            width: 100%;
            border-bottom: 2px solid #000;
        }

        .guide-row .main-col {
            width: 100%;
        }

        .guide-row .guide-item .guide-head .head {
            font-size: 16px;
        }


        .guide-row .guide-item .txt {
            font-size: 14px;
        }

        .faq-con .faq-item .faq-ttl {
            font-size: 14px;
        }

        .jobs-row .txt {
            font-size: 14px;
        }

        .jobs-row .jobs-form .form {
            font-size: 14px;
        }

        .jobs-row .jobs-form a {
            font-size: 14px;
        }
    }
@media(max-width:499px) {
 

    .form-shipping.float.big {
        min-width: 48%;
    }
}

    #resmsg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
        color: #fff;
        padding: 30px 10px;
        z-index: 99999;
        display: none;
        font-size: 18px;
        font-weight: bold
    }

        #resmsg.danger {
            background: #9f2d2d
        }

        #resmsg.success {
            background: #0b835d
        }

        #resmsg.warning {
            background: #F29100
        }
    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        background: #fcc425;
    }

    /* Chrome, Safari, Edge, Opera */
    input.noarrow::-webkit-outer-spin-button,
    input.noarrow::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Firefox */
    input.noarrow[type=number] {
        -moz-appearance: textfield;
        text-align: left;
        direction: ltr;
        font-family: Tahoma;
    }

        input.noarrow[type=number]::placeholder {
            text-align: right;
            direction: rtl;
            font-family: iranyekan
        }

    .timer {
        direction: ltr;
        display: inline-block;
    }

        .timer div {
            display: inline-block
        }

            .timer div.hours {
                display: none
            }

    .mresults {
        padding: 10px
    }

        .mresults label {
            display: block;
            text-align: center;
            padding: 7px 3px;
        }

            .mresults label.alerts {
                background-color: #dd1616
            }

            .mresults label.success {
                background-color: #94cd52
            }

            .mresults label.warning {
                background-color: #ffc20e
            }





    /*FastSearrch*/

    .header-row .search-results {
        position: fixed;
        width: 670px;
        right: 50%;
        margin-right: -335px;
        top: 69px;
        display: none;
        transition: all .3s;
        text-align: center;
        z-index: 110;
    }

    .header-row.scrolled .search-results {
        top: 42px;
    }

    .header-row .search-results .search-result-con {
        background-color: #fff;
        border: 2px solid #333;
        border-top: none;
        position: relative;
        padding: 10px;
        border: 2px solid #000;
    }

        .header-row .search-results .search-result-con .results-con {
            overflow-x: hidden;
            overflow-y: scroll;
            max-height: calc(100vh - 133px);
        }


        .header-row .search-results .search-result-con .close-icon {
            background-color: #fff;
            position: absolute;
            top: -30px;
            left: 1px;
            padding: 2px;
            border-radius: 50%;
            cursor: pointer;
        }

            .header-row .search-results .search-result-con .close-icon .icon {
                font-size: 24px;
                display: block;
                color: #000
            }




        .header-row .search-results .search-result-con .results-row {
        }

            .header-row .search-results .search-result-con .results-row .result-item {
                background-color: #f1f1f1;
                padding: 2px;
                margin-bottom: 4px;
            }

                .header-row .search-results .search-result-con .results-row .result-item a {
                    display: flex;
                    align-items: center;
                }

                .header-row .search-results .search-result-con .results-row .result-item .img {
                    width: 50px;
                    height: 50px;
                    padding: 4px;
                    background-color: #fff;
                }

                    .header-row .search-results .search-result-con .results-row .result-item .img img {
                        width: 100%;
                        height: 100%;
                        object-fit: contain;
                    }

                .header-row .search-results .search-result-con .results-row .result-item .head-con {
                    flex-grow: 1;
                    text-align: right;
                    padding: 4px;
                }

                    .header-row .search-results .search-result-con .results-row .result-item .head-con .head {
                        font-size: 14px;
                        font-weight: 600;
                        margin-bottom: 2px;
                        color: #000
                    }

                    .header-row .search-results .search-result-con .results-row .result-item .head-con .head2 {
                        font-size: 12px;
                        font-weight: 300;
                        color: #000
                    }

                .header-row .search-results .search-result-con .results-row .result-item .price {
                    font-size: 12px;
                    font-weight: 600;
                    color: #000;
                    padding: 4px;
                    min-width: 90px;
                    text-align: left;
                }

        .header-row .search-results .search-result-con .no-result {
            background-color: #f1f1f1;
            padding: 25px;
            text-align: center;
            margin-bottom: 4px;
        }

        .header-row .search-results .search-result-con .bottom-row {
            text-align: left;
            margin-top: 5px;
        }

            .header-row .search-results .search-result-con .bottom-row .bottom-con {
                width: 50%;
                display: flex;
                align-items: center;
                float: left;
                flex-direction: row-reverse;
                text-align: center;
            }

                .header-row .search-results .search-result-con .bottom-row .bottom-con .confirm {
                    flex-grow: 1;
                    background-color: #000;
                    color: #fff;
                    font-size: 14px;
                    padding: 5px 10px;
                    transition: all .2s;
                    outline: 0;
                    border: 2px solid #000;
                }

                    .header-row .search-results .search-result-con .bottom-row .bottom-con .confirm:hover {
                        background-color: #fcc425;
                        color: #000;
                    }


                .header-row .search-results .search-result-con .bottom-row .bottom-con .cancel {
                    background-color: #fff;
                    color: #000;
                    font-size: 14px;
                    padding: 5px 10px;
                    transition: all .2s;
                    outline: 0;
                    border: 2px solid #000;
                    margin-left: 10px;
                }

                    .header-row .search-results .search-result-con .bottom-row .bottom-con .cancel:hover {
                        border-color: #fcc425;
                        color: #fcc425;
                    }


    @media (max-width:1399px) {
        .header-row .search-results {
            width: 570px;
            margin-right: -285px;
        }

            .header-row .search-results .search-result-con .bottom-row .bottom-con {
                width: 66%;
            }
    }

    @media (max-width:1199px) {
        .header-row .search-results {
            width: 376px;
            margin-right: -188px;
        }

            .header-row .search-results .search-result-con .bottom-row .bottom-con {
                width: 100%;
            }
    }

    @media (max-width:991px) {
        .header-row .search-results {
            width: 288px;
            margin-right: -144px;
            top: 59px;
        }


            .header-row .search-results .search-result-con .results-row .result-item .img {
                width: 40px;
                height: 40px;
            }

            .header-row .search-results .search-result-con .results-row .result-item .head-con .head {
                font-size: 12px;
            }

            .header-row .search-results .search-result-con .results-row .result-item .head-con .head2 {
                font-size: 10px;
            }

            .header-row .search-results .search-result-con .results-row .result-item .price {
                font-size: 10px;
                min-width: 80px;
            }


            .header-row .search-results .search-result-con .bottom-row .bottom-con .confirm {
                font-size: 12px;
                padding: 4px 10px;
            }


            .header-row .search-results .search-result-con .bottom-row .bottom-con .cancel {
                font-size: 12px;
                padding: 4px 10px;
            }
    }

    @media (max-width:767px) {
        .header-row .search-results {
            width: calc(100% - 30px);
            margin-right: 0;
            right: 15px;
            top: 109px;
        }

        .header-row.scrolled .search-results {
            top: 79px;
        }

        .header-row .search-results .search-result-con {
            padding: 7px;
        }

            .header-row .search-results .search-result-con .results-con {
                max-height: calc(100vh - 200px);
                overflow-y: scroll;
            }

        .header-row.scrolled .search-results .search-result-con .results-con {
            max-height: calc(100vh - 131px)
        }

        .header-row .search-results .search-result-con .close-icon {
            top: -28px;
            left: 2px;
        }

            .header-row .search-results .search-result-con .close-icon .icon {
                font-size: 20px;
            }
    }
    /*FastSearrchEnd*/

    .datepicker-plot-area .datepicker-day-view .table-days td.selected span, .datepicker-plot-area .datepicker-year-view .year-item.selected, .datepicker-plot-area .datepicker-month-view .month-item.selected {
        background-color: #ffc20e !important;
        color: #222 !important;
    }

    .datepicker-container.pwt-mobile-view .datepicker-plot-area [class*='pwt-btn'] {
        line-height: 90px !important;
    }

    .datepicker-container.pwt-mobile-view .datepicker-plot-area .toolbox [class*='pwt-btn'] {
        line-height: 48px !important;
    }

    .pwt-btn.pwt-btn-prev, .pwt-btn.pwt-btn-next {
        font-size: 20px;
        transform: scale(1, 1.5);
        -webkit-transform: scale(1, 1.5);
        -moz-transform: scale(1, 1.5);
        -ms-transform: scale(1, 1.5);
        -o-transform: scale(1, 1.5);
        line-height: 48px !important;
    }

        .pwt-btn.pwt-btn-prev:hover, .pwt-btn.pwt-btn-next:hover {
            color: #ffc20e
        }
    /*
#boncalced {
    color: #f31d1d;
}

.product-row .add-row .add-btn.notadded {
    min-width: 399px
}

@media (max-width: 1399px) {
    .product-row .add-row .add-btn.notadded {
        min-width: 332px;
    }
}

@media (max-width: 1199px) {
    .product-row .add-row .add-btn.notadded {
        min-width: 318px;
    }
}

@media (max-width: 991px) {
    .product-row .add-row .add-btn.notadded {
        min-width: initial;
    }
}*/

    .val.off {
        color: #f31d1d !important;
    }

    .lg-toolbar {
        background-color: transparent !important
    }

    .eng {
        font-family: Arial !important
    }

    .code {
        padding-left: 185px !important;
    }


    .tags-row {
        margin-top: 15px;
        padding: 15px 0;
        border-top: 2px solid #000;
    }

        .tags-row .ttl {
            font-weight: 800;
            float: right;
            margin-left: 15px;
            padding-top: 3px;
        }

        .tags-row ul {
            float: right;
            padding: 0;
            margin: 0;
            list-style: none;
        }


            .tags-row ul li {
                float: right;
                display: inline-block;
                margin-left: 10px;
            }

                .tags-row ul li a {
                    display: block;
                    padding: 3px 10px;
                    background-color: #000;
                    color: #fff;
                    font-weight: 300;
                    transition: all 0.2s;
                }

                    .tags-row ul li a:hover {
                        background-color: #fcbb00;
                    }

    .pwt-btn-calendar {
        display: none !important;
    }

    .fill {
        border-bottom: 2px solid #d40009
    }

    .searchmore {
        color: #fff !important;
        display: block;
        background: #fff;
        /*    border:1px solid #efefef
*/
    }

        .searchmore a {
            color: #000;
            transition: all .3s;
            padding: 6px 0;
            display: block
        }

        .searchmore:hover a {
            color: #fcc425 !important;
        }
    /*    .searchmore:hover {
        border: 1px solid #fcc425
    }*/

    .products-con-row.small .products-col .product-item.book-item .img-con img {
        height: auto;
        max-width: 100px
    }


.post-body h2, .product-about-row .txt h2, .descstext h2 {
    font-size: 20px !important
}

.post-body h3, .product-about-row .txt h3, .descstext h3 {
    font-size: 18px !important
}

.post-body h4, .product-about-row .txt h4, .descstext h4 {
    font-size: 16px !important
}

.post-body h5, .product-about-row .txt h5, .descstext h5 {
    font-size: 14px !important
}

.post-body h6, .product-about-row .txt h6, .descstext h6 {
    font-size: 12px !important
}





.post-body h2 ~ p {
    margin-block-start: .5em;
}

.post-body h3 ~ p {
    margin-block-start: .3em;
}


@media(max-width:500px) {
    .post-body h2, .product-about-row .txt h2, .descstext h2 {
        font-size: 18px !important
    }

    .post-body h3, .product-about-row .txt h3, .descstext h3 {
        font-size: 16px !important
    }

    .post-body h4, .product-about-row .txt h4, .descstext h4 {
        font-size: 14px !important
    }

    .post-body h5, .product-about-row .txt h5, .descstext h5 {
        font-size: 13px !important
    }

    .post-body h6, .product-about-row .txt h6, .descstext h6 {
        font-size: 12px !important
    }
}


.button-2 {
    color: #fff;
    background-color: #2536fc;
    border: 2px solid #2536fc;
    padding: 3px 20px;
    display: inline-block;
    font-size: 16px;
    transition: all 0.3s;
    line-height: 1.5;
    cursor: pointer;
    margin: 5px 0;
}

    .button-2:hover {
        background-color: #000;
        border: 2px solid #000;
        color: #fff;
    }

.button-3 {
    color: #000;
    border: 2px solid #000;
    padding: 3px 20px;
    display: inline-block;
    font-size: 16px;
    transition: all 0.3s;
    line-height: 1.5;
    cursor: pointer;
    margin: 5px 0;
}

    .button-3:hover {
        color: #fff;
        background-color: #000;
    }

.button-4 {
    color: #fff;
    line-height: 1.5;
    border: 2px solid #000;
    background-color: #000;
    padding: 3px 20px;
    display: inline-block;
    font-size: 16px;
    transition: all 0.3s;
    cursor: pointer;
    margin: 5px 0;
}

    .button-4:hover {
        background-color: #2536fc;
        color: #fff;
    }

.button-1 {
    color: #000;
    line-height: 1.5;
    border: 2px solid #000;
    background-color: #fcc425;
    padding: 3px 20px;
    display: inline-block;
    font-size: 16px;
    transition: all 0.3s;
    cursor: pointer;
    margin: 5px 0;
}

    .button-1:hover {
        border: 2px solid #fcc425;
        background-color: #000;
        color: #fcc425;
    }

blockquote {
    font-style: italic;
    padding: 2px 0;
    border-style: solid;
    border-color: #fcc425;
    border-width: 0;
    padding-left: 8px;
    padding-right: 20px;
    border-right-width: 5px;
}

div.lead {
    background-color: #eee;
    font-size: 85%;
    color: #222;
    padding: 15px;
}

    div.lead.yellow {
        background-color: #fcc425;
    }

    div.lead.round {
        border-radius: 15px;
    }

    div.lead.shadow {
        box-shadow: -4px 4px 4px rgba(0,0,0,.3);
    }

    div.lead p {
        margin: 0 !important;
        padding: 0 !important
    }

@media(max-width:767px) {

    blockquote {
        padding-left: 0px;
        padding-right: 10px;
        border-right-width: 5px;
        margin: 20px 20px 20px 15px;
    }

    .button-1,
    .button-3, .button-2, .button-4 {
        padding: 2px 15px;
        font-size: 14px;
    }
}



.button-1.big, .button-2.big, .button-3.big, .button-4.big {
    display: block;
    width: 100%;
    margin: 10px 0;
    text-align: center;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
}

.button-1.round, .button-2.round, .button-3.round, .button-4.round {
    border-radius: 20px;
}

.button-1.shadow, .button-2.shadow, .button-3.shadow, .button-4.shadow {
    box-shadow: -4px 4px 4px rgba(0,0,0,.3);
}

@media(max-width:649px) {

    .button-1.big, .button-2.big, .button-3.big, .button-4.big {
        display: block;
        width: 100%;
        margin: 10px 0;
        text-align: center;
        padding: 10px;
        font-size: 18px;
    }
}



.pr-pub-row {
    margin: 15px 0
}



    .pr-pub-row .head-row {
        border-bottom: 2px solid #000;
        padding: 10px 0;
    }


        .pr-pub-row .head-row .head {
            font-size: 18px;
            font-weight: 700;
            margin: 0;
        }



    .pr-pub-row .pr-pub-item {
        margin-top: 10px;
        display: flex;
        align-items: center;
    }

        .pr-pub-row .pr-pub-item .img-con {
            width: 69px;
            max-width: 69px;
        }

            .pr-pub-row .pr-pub-item .img-con img {
                width: 100%;
                height: auto;
            }


        .pr-pub-row .pr-pub-item .txt-con {
            flex: 2 0 0;
            display: flex;
            align-items: center;
        }

            .pr-pub-row .pr-pub-item .txt-con .head-con {
                flex: 1 0 0;
                padding: 15px;
            }

                .pr-pub-row .pr-pub-item .txt-con .head-con .head {
                    margin: 0;
                    padding: 0;
                    font-size: 16px;
                    font-weight: 700;
                    color: #000;
                }

            .pr-pub-row .pr-pub-item .txt-con .info-con {
                flex: 1 0 0;
                background-color: #f1f1f1;
                padding: 10px 15px;
            }

                .pr-pub-row .pr-pub-item .txt-con .info-con .info-item {
                    display: flex;
                    align-items: center;
                    font-size: 13px;
                }

                    .pr-pub-row .pr-pub-item .txt-con .info-con .info-item:not(:last-of-type) {
                        border-bottom: 1px solid #ccc;
                    }

                    .pr-pub-row .pr-pub-item .txt-con .info-con .info-item .ttl {
                        padding: 5px 0;
                        color: #000;
                        font-weight: 300;
                        width: 120px;
                    }


                    .pr-pub-row .pr-pub-item .txt-con .info-con .info-item .val {
                        padding: 5px 0;
                        font-weight: 500;
                    }







        .pr-pub-row .pr-pub-item .prc-btn-con {
            flex: 1 0 69px;
            display: flex;
            justify-content: space-between;
        }


            .pr-pub-row .pr-pub-item .prc-btn-con .prc-con {
                padding: 15px;
                display: flex;
                align-items: center;
                text-align: left;
            }

                .pr-pub-row .pr-pub-item .prc-btn-con .prc-con .before {
                    color: #000;
                    font-size: 14px;
                    text-decoration: line-through;
                    font-weight: 300;
                }


                .pr-pub-row .pr-pub-item .prc-btn-con .prc-con .main {
                    color: #000;
                    font-size: 16px;
                    font-weight: 700;
                }

                .pr-pub-row .pr-pub-item .prc-btn-con .prc-con .off {
                    background-color: #fcc425;
                    color: #000;
                    font-weight: 700;
                    padding: 6px 16px 0 16px;
                    min-width: 48px;
                    min-height: 30px;
                    text-align: center;
                    border-radius: 50px;
                    font-size: 14px;
                    margin-right: 10px;
                }

            .pr-pub-row .pr-pub-item .prc-btn-con .btn-con {
                display: flex;
                align-items: center;
            }

                .pr-pub-row .pr-pub-item .prc-btn-con .btn-con .btn {
                    background-color: #000;
                    border: 2px solid #000;
                    color: #fff;
                    padding: 5px 15px;
                    font-size: 14px;
                    transition: all 0.3s;
                    outline: 0;
                }
                    .pr-pub-row .pr-pub-item .prc-btn-con .btn-con .btn.notav {
                        color: #999 !important;
                        background-color: #e1e1e1 !important;
                        border-color: #e1e1e1 !important;
                        cursor:default !important
                    }
                    .pr-pub-row .pr-pub-item .prc-btn-con .btn-con .btn:hover {
                        background-color: #fcc425;
                        color: #000;
                    }





@media(max-width:1199px) {

    .pr-pub-row .pr-pub-item .txt-con {
        flex: 5 0 0;
    }

        .pr-pub-row .pr-pub-item .txt-con .head-con {
            flex: 1 0 0;
        }

        .pr-pub-row .pr-pub-item .txt-con .info-con {
            flex: 1 0 0;
        }



    .pr-pub-row .pr-pub-item .prc-btn-con {
        flex: 3 0 69px;
    }
}

@media(max-width:991px) {
    .pr-pub-row .pr-pub-item {
        flex-wrap: wrap;
    }

        .pr-pub-row .pr-pub-item .txt-con {
            flex-wrap: wrap;
            padding-right: 15px;
        }

            .pr-pub-row .pr-pub-item .txt-con .head-con {
                min-width: 100%;
                padding: 0;
                margin-bottom: 10px;
            }

            .pr-pub-row .pr-pub-item .txt-con .info-con {
                min-width: 100%;
            }



        .pr-pub-row .pr-pub-item .prc-btn-con {
            min-width: 100%;
            justify-content: flex-end;
        }
}

@media(max-width:767px) {


    .pr-pub-row {
        margin: 10px 0;
    }



        .pr-pub-row .head-row {
            padding: 7px 0;
        }


            .pr-pub-row .head-row .head {
                font-size: 14px;
            }



        .pr-pub-row .pr-pub-item {   margin-bottom: 20px;
        }

            .pr-pub-row .pr-pub-item .img-con {
                width: 48px;
                max-width: 48px;
            }




            .pr-pub-row .pr-pub-item .txt-con .head-con {
                margin-bottom: 7px;
            }
  .pr-pub-row .pr-pub-item .txt-con .head-con span{
                float:left;
                margin-top:-20px;
    font-size: 12px;
            }
                .pr-pub-row .pr-pub-item .txt-con .head-con .head {
                    font-size: 13px;
                }

            .pr-pub-row .pr-pub-item .txt-con .info-con {
                padding: 5px 10px;
            }

                .pr-pub-row .pr-pub-item .txt-con .info-con .info-item {
                    font-size: 11px;
                }


                    .pr-pub-row .pr-pub-item .txt-con .info-con .info-item .ttl {
                        padding: 3px 0;
                        width: 110px;
                    }


                    .pr-pub-row .pr-pub-item .txt-con .info-con .info-item .val {
                        padding: 3px 0;
                    }







            .pr-pub-row .pr-pub-item .prc-btn-con {
                justify-content: space-between;
            }


                .pr-pub-row .pr-pub-item .prc-btn-con .prc-con {
                    padding: 10px 0;
                }

                    .pr-pub-row .pr-pub-item .prc-btn-con .prc-con .before {
                        font-size: 12px;
                    }


                    .pr-pub-row .pr-pub-item .prc-btn-con .prc-con .main {
                        font-size: 14px;
                    }

                    .pr-pub-row .pr-pub-item .prc-btn-con .prc-con .off {
                        padding: 5px 10px 0 10px;
                        min-width: 40px;
                        min-height: 24px;
                        font-size: 12px;
                    }



                .pr-pub-row .pr-pub-item .prc-btn-con .btn-con .btn {
                    font-size: 12px;
                }
                  
}



