﻿/*-----------------------------------------------------------------------------------

    Template Name: Iran-Html
    Template URI: http://iran-html.ir
    Description: My memory
    Author: WINEPSOFT
    Author URI: http://winepsoft.com
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    1. Theme Default CSS (body, link color, section etc)

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
@font-face {
    font-family: iran;
    font-weight: 300;
    src: url(../fonts/iran.woff), url(../fonts/iran.woff2);
}
@font-face {
    font-family: IranSans;
    src: url('../fonts/IRANSansWeb(FaNum).eot');
    src: url('../fonts/IRANSansWeb(FaNum).ttf') format('truetype')
}
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Raleway:300,400,500,600,700,800,900');

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

body {
    color: #1b234c;
    font-family: 'iran','Open Sans', sans-serif;
    line-height: 26px;
    background: #fff;
}

.floatleft {
    float: right
}

.floatright {
    float: left
}

img {
    max-width: 450px;
    height: auto;
    width: 100%;
}

.img-sm {
    max-width: 30px;
}
.img-flag{
    object-fit: cover;
}

.fix {
    overflow: hidden
}

p {
    margin: 0 0 10px;
    font-family: 'iran', 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
    margin-top: 0px;
    font-family: 'iran', 'Raleway', sans-serif;
    color: #1b234c;
}

input, button {
    transition: all .5s;
}

a {
    transition: all 0.5s ease 0s;
    text-decoration: none;
    color: #1b234c;
}

    a:hover {
        text-decoration: none;
    }

    a:active, a:hover, a:focus {
        outline: none;
        text-decoration: none;
    }

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}
.bg-white {
    background-color:white !important;
}
.bg-1 {
    background: #1b234c;
}

.bg-2 {
    background: #f2f2f2;
}

.bg-3 {
    background: #e9e9e9;
}

.bg-4 {
    background: rgb(0, 105, 180);
}

.bg-5 {
    background: rgba(124,3,78,1);
    background: -moz-linear-gradient(left, rgba(124,3,78,1) 100%, rgba(29,15,42,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(124,3,78,1)), color-stop(100%, rgba(29,15,42,1)));
    background: -webkit-linear-gradient(left, rgba(124,3,78,1) 100%, rgba(29,15,42,1) 100%);
    background: -o-linear-gradient(left, rgba(124,3,78,1) 100%, rgba(29,15,42,1) 100%);
    background: -ms-linear-gradient(left, rgba(124,3,78,1) 100%, rgba(29,15,42,1) 100%);
    background: linear-gradient(to left,rgb(0, 105, 180) 70%,rgba(29,15,42,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c034e', endColorstr='#1d0f2a', GradientType=1 );
}

.bg-12 {
    /*background-image: url('../img/bg/bgBox2.jpg');
    background-repeat: repeat-x;
    background-position: center;*/
    background: rgba(255, 172, 95, 1);
}

.bg-13 {
    background: #f5f7f9;
}

.bg-14 {
    background-image: url('../img/bg/bgBox2.jpg');
    background-repeat: repeat-x;
    background-position: center;
}

.bg-6 {
    background: #ffac5f
}


.ptb-70 {
    padding: 70px 0px;
}

.ptb-50 {
    padding: 50px 0px;
}
.ptb-10 {
    padding: 10px 0px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-30 {
    margin-bottom: 30px;
}

.bg-img-1 {
    background: url(../img/bg/2.jpg)no-repeat scroll center center / cover
}

.bg-img-2 {
    background: url(../img/bg/3.jpg)no-repeat scroll center center / cover
}

/*=========== pre-loader css =============*/
.loader-container {
    position: fixed;
    float: right;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: #0069b4;
    background: -moz-linear-gradient(left, #0069b4 100%, rgba(29,15,42,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #0069b4), color-stop(100%, rgba(29,15,42,1)));
    background: -webkit-linear-gradient(left, #0069b4 100%, rgba(29,15,42,1) 100%);
    background: -o-linear-gradient(left, #0069b4 100%, rgba(29,15,42,1) 100%);
    background: -ms-linear-gradient(left, #0069b4 100%, rgba(29,15,42,1) 100%);
    background: linear-gradient(to right, #0069b4 100%, rgba(29,15,42,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c034e', endColorstr='#1d0f2a', GradientType=1 );
    z-index: 999999999;
}

    .loader-container .loader {
        position: absolute;
        top: 50%;
        right: 50%;
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        margin: auto;
    }

#loading-center-absolute {
    position: absolute;
    right: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-right: -100px;
    -ms-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.object {
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    border-top: 5px solid #f1f1f1;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #f1f1f1;
    border-left: 5px solid transparent;
    -webkit-animation: animate 2s infinite;
    animation: animate 2s infinite;
}

#Loader_LogoIn {
    right: -85px;
    top: 0px;
    position: relative;
    width: 70px;
    height: 70px;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
    background-color: white;
    border-radius: 100%;
}

#object_one {
    right: 103px;
    top: 106px;
    width: 110px;
    height: 110px;
}

#object_two {
    right: 93px;
    top: 96px;
    width: 130px;
    height: 130px;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#object_three {
    right: 83px;
    top: 86px;
    width: 150px;
    height: 150px;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#object_four {
    right: 73px;
    top: 76px;
    width: 170px;
    height: 170px;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes animate {
    50% {
        -ms-transform: rotate(360deg) scale(0.8);
        -moz-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}

@keyframes animate {
    50% {
        -ms-transform: rotate(360deg) scale(0.8);
        -moz-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}

a#scrollUp {
    background: #1b234c;
    border-radius: 10px;
    bottom: 85px;
    color: #ffffff;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    left: 30px;
    text-align: center;
    width: 50px;
}

    a#scrollUp:hover {
        background: #ffac5f
    }
/*=========== pre-loader css =============*/
div.fade {
    opacity: 1;
}

* {
    box-sizing: border-box;
}

.slick-current {
    opacity: 1;
}

/*---------------- header-area start ---------------------*/
.header-top-menu {
    margin: 15px 0;
}

    .header-top-menu ul li {
        display: inline-block;
    }

        .header-top-menu ul li a {
            font-size: 13px;
            color: #fff;
            font-family: 'iran', 'Raleway', sans-serif;
            text-transform: capitalize;
            font-weight: 300 !important;
        }

            .header-top-menu ul li a:hover {
                color: #ffac5f;
            }

.header-top-right ul li {
    display: inline-block;
    padding: 5px 25px 5px 0;
    position: relative;
}

    .header-top-right ul li a {
        color: #fff;
        position: relative;
    }

        .header-top-right ul li a span.number {
            /*background: #ffac5f none repeat scroll 0 0;
            border: 2px solid #1c0f2a;
            border-radius: 5px;*/
            color: #fff;
            font-size: 12px;
            font-weight: 500;
            height: 20px;
            line-height: 16px;
            position: absolute;
            left: -8px;
            text-align: center;
            top: -9px;
            width: 20px;
        }

    .header-top-right ul li:hover a i {
        color: #fff;
    }

    .header-top-right ul li a i {
        color: #0069b4;
        font-size: 21px;
        line-height: 46px;
        transition: all .5s;
    }

    .header-top-right ul li a span {
        color: #1b234c;
        font-weight: 400;
    }

    .header-top-right ul li a img {
        /*margin-left: 10px;*/
        margin-top: -4px;
        border-radius: 100%;
        border: 2px solid #656567;
        box-shadow: 0px 0px 5px grey;
        padding: 1px;
    }

    .header-top-right ul li > ul {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #e1e1e1;
        opacity: 0;
        padding: 15px 0 10px;
        position: absolute;
        /*right: -30px;*/
        top: 120%;
        visibility: hidden;
        width: 285px;
        transition: all .5s;
        z-index: -9;
    }

    .header-top-right ul li:hover ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
        z-index: 999;
    }

    .header-top-right ul li > ul::after {
        border-color: transparent transparent #fff;
        border-style: solid;
        border-width: 10px;
        content: "";
        position: absolute;
        left: 30px;
        top: -20px;
    }

    .header-top-right ul li > ul li {
        display: block;
        padding: 10px 20px 10px 25px;
        border-bottom: 1px solid #e1e1e1;
        margin: 0;
        overflow: hidden;
        text-align: right;
    }

        .header-top-right ul li > ul li:last-child {
            padding-bottom: 0px;
            border: none;
        }

        .header-top-right ul li > ul li .item-img {
            float: right;
            box-shadow: 0px 0px 15px #ccc;
            border-radius: 10px;
        }

            .header-top-right ul li > ul li .item-img img {
                border-radius: 10px;
            }

        .header-top-right ul li > ul li .item-content {
            margin-right: 70px;
            text-align: right;
        }

            .header-top-right ul li > ul li .item-content a {
                color: #1c0f2a;
                display: block;
                font-family: 'iran',raleway;
                font-size: 13px;
                font-weight: 600;
                line-height: 20px;
            }

                .header-top-right ul li > ul li .item-content a:hover, .header-top-right ul li > ul li .item-content a:hover span {
                    color: #ffac5f;
                }

                .header-top-right ul li > ul li .item-content a span {
                    color: #6a6a6a;
                    transition: all .5s;
                    font-size: 13px;
                }

            .header-top-right ul li > ul li .item-content span.icon {
                bottom: 35px;
                font-size: 14px;
                position: absolute;
                left: 10px;
                color: transparent;
            }

            .header-top-right ul li > ul li .item-content span {
                font-size: 13px;
            }

        .header-top-right ul li > ul li button {
            background: #ffac5f;
            border: 2px solid #ffac5f;
            color: #fff;
            font-weight: 500;
            margin: 10px 0;
            width: 100%;
            height: 50px;
            line-height: 45px;
            border-radius: 5px;
        }

            .header-top-right ul li > ul li button:hover {
                background: #1b234c;
                border-color: #1b234c;
            }

        .header-top-right ul li > ul li .item-content span.massage-text {
            display: block;
            line-height: 20px;
        }

        .header-top-right ul li > ul li .item-content.cat-content {
            margin-right: 90px;
            text-align: right;
        }

            .header-top-right ul li > ul li .item-content.cat-content p {
                color: #ffac5f;
                margin-top: 5px;
            }

        .header-top-right ul li > ul li strong {
            color: #1c0f2a;
        }

        .header-top-right ul li > ul li span.total {
            color: #1c0f2a;
            font-family: 'iran',raleway;
        }

        .header-top-right ul li > ul li button.checkout-btn {
            margin-top: 0px;
            background: #1b234c;
            border-color: #1b234c;
        }

            .header-top-right ul li > ul li button.checkout-btn:hover {
                background: #ffac5f;
                border-color: #ffac5f;
            }

    .header-top-right ul li > ul.profile {
        width: 200px;
        padding: 0px;
    }

        .header-top-right ul li > ul.profile li {
            padding: 0px;
            border: none;
        }

            .header-top-right ul li > ul.profile li a {
                display: block;
                padding: 10px 20px;
                color: #1b234c;
                font-family: 'iran',raleway;
                border-bottom: 1px solid #e1e1e1;
            }

                .header-top-right ul li > ul.profile li:hover a:not(.dropdown-toggle), .header-top-right ul li > ul.profile li a.withSelect:hover {
                    background: #ffac5f;
                    color: #fff;
                }

/*---------------- header-bottom start ---------------------*/
.logo {
    /*padding: 12px 0;*/
}

.mainmenu ul li {
    display: inline-block;
    position: relative;
}

    .mainmenu ul li a {
        display: block;
        font-family: 'iran',raleway;
        font-weight: 500;
        text-transform: uppercase;
        color: #1b234c;
        padding: 25px 20px;
    }

    .mainmenu ul li:last-child a {
        padding-left: 0px;
    }

    .mainmenu ul li:hover a, .mainmenu ul li.active a {
        color: #ffac5f;
    }

    .mainmenu ul li > ul {
        position: absolute;
        right: 0;
        top: 120%;
        background: #fff;
        border: 1px solid #e1e1e1;
        visibility: hidden;
        opacity: 0;
        z-index: -9;
        transition: all .5s;
    }

    .mainmenu ul li:hover > ul {
        visibility: visible;
        opacity: 1;
        z-index: 99;
        top: 100%;
    }

    .mainmenu ul li > ul::before, .mainmenu ul li > ul::after {
        border-color: transparent transparent #fff;
        border-style: solid;
        border-width: 10px;
        content: "";
        right: 17px;
        position: absolute;
        top: -20px;
        z-index: 9;
    }

    .mainmenu ul li > ul::after {
        border-color: transparent transparent #e1e1e1;
        top: -21px;
        z-index: 8;
    }

    .mainmenu ul li > ul li {
        text-align: right;
        display: block;
    }

        .mainmenu ul li > ul li a {
            padding: 15px 20px;
            color: #1b234c !important;
            font-weight: 400;
            text-transform: capitalize;
        }

        .mainmenu ul li > ul li:hover a {
            background: #ffac5f;
            color: #fff !important;
        }

    .mainmenu ul li > ul.megamenu {
        right: auto;
        left: -100px;
        width: 800px;
        padding: 10px 0px;
    }

        .mainmenu ul li > ul.megamenu::before, .mainmenu ul li > ul.megamenu::after {
            left: 145px;
            right: auto;
        }

        .mainmenu ul li > ul.megamenu li {
            width: 33.33%;
            float: right;
        }

            .mainmenu ul li > ul.megamenu li a {
                padding: 5px 30px;
            }

            .mainmenu ul li > ul.megamenu li:hover a {
                background: transparent;
                color: #6a6a6a !important;
            }

            .mainmenu ul li > ul.megamenu li a:hover {
                color: #ffac5f !important
            }

.responsive-menu-wrap {
}

    .responsive-menu-wrap .slicknav_menu .slicknav_menutxt {
        display: none;
    }

    .responsive-menu-wrap .slicknav_menu {
        background: none;
        padding: 0;
    }

    .responsive-menu-wrap .slicknav_btn {
        background-color: transparent;
        border-radius: 0;
        margin: 0;
        padding: 32px 0;
        text-decoration: none;
        text-shadow: none;
    }

    .responsive-menu-wrap .slicknav_menu .slicknav_icon-bar {
        background: #000 none repeat scroll 0 0;
        border-radius: 1px;
        box-shadow: none;
        display: block;
        height: 2px;
        width: 25px;
    }

    .responsive-menu-wrap .slicknav_menu .slicknav_icon {
        float: none;
        height: 0;
        margin: 0;
        width: 0;
    }

    .responsive-menu-wrap .slicknav_nav {
        background: #36002c none repeat scroll 0 0;
        clear: both;
        color: #666;
        font-size: 14px;
        margin: 0;
        position: absolute;
        right: 15px;
        top: 76px;
        width: 720px;
        z-index: 9999;
        padding: 10px 0;
    }

        .responsive-menu-wrap .slicknav_nav a:hover {
            background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
            border-radius: 6px;
            color: #ffac5f;
        }

        .responsive-menu-wrap .slicknav_nav a {
            color: #fff;
            text-decoration: none;
            text-transform: capitalize;
            font-weight: 400;
        }

            .responsive-menu-wrap .slicknav_nav a i {
                display: none
            }
/*---------------- header-bottom end ---------------------*/

/*---------------- header-area end ---------------------*/

/*---------------- hero section start ---------------------*/
.hero-area {
    min-height: 600px;
    background: url(../img/bg/1.jpg)no-repeat scroll center center / cover;
    position: relative;
}

.table, .table-cell {
    display: table;

    margin: 0px;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.opacity-bg {
    position: relative;
    z-index: 9;
}

.opacity-bg-custom1:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(124,3,78,1);
    background: -moz-linear-gradient(left, rgba(0, 105, 180, 0.7) 100%, rgba(29,15,42,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 105, 180, 0.7)), color-stop(100%, rgba(29,15,42,1)));
    background: -webkit-linear-gradient(left, rgba(0, 105, 180, 0.7) 100%, rgba(29,15,42,1) 100%);
    background: -o-linear-gradient(left, rgba(0, 105, 180, 0.7) 100%, rgba(29,15,42,1) 100%);
    background: -ms-linear-gradient(left, rgba(0, 105, 180, 0.7) 100%, rgba(29,15,42,1) 100%);
    background: linear-gradient(to right, rgba(0, 105, 180, 0.7) 100%, rgba(29,15,42,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c034e', endColorstr='#1d0f2a', GradientType=1 );
    content: "";
    z-index: -9;
    opacity: .95;
}

.opacity-bg .table:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 105, 180, 0.7);
    background: -moz-linear-gradient(left, rgba(0, 105, 180, 0.9) 100%, rgba(29,15,42,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 105, 180, 0.9)), color-stop(100%, rgba(29,15,42,1)));
    background: -webkit-linear-gradient(left, rgba(0, 105, 180, 0.9) 100%, rgba(29,15,42,1) 100%);
    background: -o-linear-gradient(left, rgba(0, 105, 180, 0.9) 100%, rgba(29,15,42,1) 100%);
    background: -ms-linear-gradient(left, rgba(0, 105, 180, 0.9) 100%, rgba(29,15,42,1) 100%);
    background: linear-gradient(to right, rgba(0, 105, 180, 0.9) 100%, rgba(29,15,42,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c034e', endColorstr='#1d0f2a', GradientType=1 );
    content: "";
    z-index: -9;
    opacity: .95;
}

.hero-wrap h2 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    font-family: 'iran','Open Sans', sans-serif;
}

.hero-wrap h3 {
    font-size: 50px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 25px;
    line-height: 50px;
    text-shadow: 1px 1px 2px rgba(0, 105, 180, 1), 0 0 1em rgba(0, 105, 180, 0.7), 0 0 0.2em rgba(0, 105, 180, 0.7);
}

.hero-wrap p {
    color: #fff;
    margin-bottom: 50px;
}

.hero-wrap ul li {
    display: inline-block;
    margin: 0px 10px;
}

    .hero-wrap ul li a {
        display: block;
        padding: 10px 30px;
        background: #fff;
        border-radius: 10px;
        color: #4067a7;
        font-weight: 500;
        font-size: 14px;
    }

    .hero-wrap ul li:first-child a {
        background: #ffac5f;
        color: #fff;
    }

        .hero-wrap ul li:first-child a:hover {
            color: #00358a;
            background: #fff;
        }

    .hero-wrap ul li a:hover {
        background: #ffac5f;
        color: #fff;
    }
/*---------------- hero section end ---------------------*/

/*---------------- search-area start ---------------------*/
.search-wrap h2 {
    font-weight: 800;
    margin-bottom: 40px;
}

.search-wrap form {
    position: relative;
}

.search-wrap input {
    height: 50px;
    width: 80%;
    border: 1px solid #fff;
    padding-right: 15px;
    border-radius: 5px;
}

.search-wrap select {
    border-color: transparent #eee transparent transparent;
    border-style: solid;
    border-width: 1px;
    height: 48px;
    padding: 0 5px;
    position: absolute;
    left: 180px;
    top: 1px;
    width: 200px;
    border-radius: 5px;
}

   
.search-wrap button {
    margin-top: 0px;
    margin-right: 10px;
}

.search-wrap select:focus {
    outline: none;
}
/*---------------- search-area End ---------------------*/
/*----------------featured-prodcuts-area start  ---------------------*/
.section-title h2 {
    color: #1b234c;
    font-size: 25px;
    font-weight: 800;
    line-height: 4rem;
    margin-bottom: 25px;
}

.section-title p {
    margin-bottom: 40px;
}

.product-item {
    background: #fff;

    border-radius: 20px;
    box-shadow: 0px 0px 15px #ccc;
    min-height: 285px;
}

.product-img img {
    border-radius: 15px;
}

.product-img {
    position: relative;
    z-index: 9;
    border-radius: 10px;
}

    .product-img img {
        width: 100%
    }

    .product-img a.link {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%) scale(2);
        height: 40px;
        width: 40px;
        background: #fff;
        color: #1b234c;
        line-height: 40px;
        text-align: center;
        font-size: 16px;
        border-radius: 5px;
        opacity: 0;
        z-index: 99;
    }

    .product-img:hover a.link {
        transform: translate(-50%,-50%) scale(1);
        opacity: 1;
    }

    .product-img:before {
        position: absolute;
        border-radius: 15px;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgb(128, 3, 80);
        background: -moz-linear-gradient(top, rgb(64, 103, 167) 0%, rgba(28, 15, 42, 1) 99%);
        background: -webkit-linear-gradient(top, rgb(64, 103, 167) 0%, rgba(28, 15, 42, 1) 99%);
        background: linear-gradient(to bottom, rgb(64, 103, 167) 0%, rgba(28, 15, 42, 1) 99%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#800350', endColorstr='#1c0f2a', GradientType=0);
        content: "";
        opacity: 0;
        transform: scale(.3);
        transition: all .5s;
        z-index: 9;
    }

    .product-img:hover:before {
        transform: scale(1);
        opacity: .85;
    }

    .product-img a.wishlist {
        position: absolute;
        left: -1px;
        top: 0;
        height: 30px;
        width: 30px;
        background: #fff;
        color: #999;
        line-height: 30px;
        text-align: center;
        opacity: 0;
        z-index: 99;
        transform: scale(0);
        border-radius: 50%;
        margin-left: 8px;
        margin-top: 8px;
        padding-top: 2px;
    }

    .product-img:hover a.wishlist {
        opacity: 1;
        transform: scale(1);
    }

    .product-img a:hover {
        background: #ffac5f;
        color: #fff;
    }

.product-content h3 {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 10px 0 0px;
}

    .product-content h3 a {
        color: #1b234c;
        line-height:2rem;
    }

.product-content {
    direction: rtl;
}

    .product-content h3 a:hover {
        color: #ffac5f
    }

    .product-content span {
        display: block;
      
        /*padding-bottom:10px;*/
        /*margin-bottom:10px;*/
        font-size: 12px;
        color: #9c9ca2;
    }

        .product-content span strong, .blog-meta a {
            display: inline-flex;
            padding-left: 10px;
            position: relative;
            max-width: 82%;
            line-height: 2rem;
            overflow: hidden;
            margin-top: 0;
        }

         

.product-meta .UpDiv, .product-meta .DownDiv {
    display: inline-block;
    color: #6a6a6a;
    font-size: 12px;
}

.product-meta .DownDiv {
    width: 100%;
    margin-top: -10px;
    max-height: 25px;
}

.product-meta .UpDiv i.fa.fa-shopping-cart {
    color: #1b234c;
    margin-left: 3px;
}

.product-meta .UpDiv i.fa.fa-star {
    color: #f5bc00;
}


.product-meta .DownDiv del {
    color: #ff4552;
    margin-left: 3px;
    float: left;
}

.product-meta .DownDiv span {
    float: left;
    display: inline-table;
    width: 40px;
    height: 25px;
    text-align: center;
    color: #ffac5f;
    font-weight: 900;
    font-family: 'iran',raleway;
    border: none;
    margin-left: 3px;
}



.product-meta ul li {
    display: inline-block;
    margin-left: 6px;
    color: #6a6a6a;
    font-size: 12px;
}

    .product-meta ul li:last-child {
        float: left;
        margin-left: 0;
    }

    .product-meta ul li i.fa.fa-shopping-cart {
        color: #1b234c;
        margin-left: 3px;
    }

    .product-meta ul li i.fa.fa-star {
        color: #f5bc00;
    }

.product-meta .doller {
    width: 45px;
    height: auto;
    float: left;
    margin-top: -13px;
}

.price .doller {
    width: 45px;
    height: auto;
    float: right;
    margin-top: -15px;
}

.product-meta ul li del {
    color: #ff4552;
    margin-left: 3px;
}

.product-meta ul li span {
    display: inline-block;
    width: 40px;
    height: 25px;
    text-align: center;
    color: #ffac5f;
    /*background: #ff4552;*/
    font-weight: 900;
    font-family: 'iran',raleway;
    border: none;
    margin-left: 3px;
}

.btn-style {
    display: inline-block;
    padding: 10px 35px;
    background: #1b234c;
    color: #fff;
    font-weight: 300;
    text-align: center;
    margin-top: 50px;
    border-radius: 10px;
    border: 2px solid #1b234c;
}

.btn-style-custom1 {
    display: inline-block;
    padding: 10px 20px;
    background: #ffac5f;
    color: #fff;
    font-weight: 300;
    text-align: center;
    margin-top: 50px;
    border-radius: 5px;
    border: 2px solid #ffac5f;
    /*position:absolute;*/
}

.btn-style:hover {
    background: #ffac5f;
    border-color: #ffac5f;
    color: #fff;
}
/*----------------featured-prodcuts-area end ---------------------*/

/*----------------our-project-area start ---------------------*/
.tab-menu {
    margin-bottom: 30px;
}

    .tab-menu ul li {
        display: inline-block;
        margin: 0px 10px;
    }

        .tab-menu ul li a {
            background: transparent none repeat scroll 0 0;
            border-radius: 5px;
            color: #1b234c;
            display: block;
            font-size: 14px;
            font-weight: 800;
            padding: 7px 20px;
            text-transform: uppercase;
        }

        .tab-menu ul li.active a, .tab-menu ul li:hover a {
            background: #ffac5f;
            color: #fff;
        }
/*---------------- our-project-area end ---------------------*/

/*---------------- funfact-area strat ---------------------*/
.funfact-wrap {
    color: #fff;
}

    .funfact-wrap i.fa {
        height: 110px;
        width: 110px;
        border: 2px solid #fff;
        font-size: 36px;
        line-height: 110px;
        text-align: center;
        border-radius: 50%;
        margin-bottom: 25px;
        transition: all .5s;
    }

    .funfact-wrap i.picon {
        display: inline-block;
        height: 110px;
        width: 110px;
        border: 2px solid #fff;
        font-size: 36px;
        line-height: 110px;
        text-align: center;
        border-radius: 50%;
        margin-bottom: 25px;
        transition: all .5s;
        font-weight: 600;
    }

    .funfact-wrap:hover i.fa {
        background: #ffac5f;
        border-color: #ffac5f;
    }

    .funfact-wrap span {
        display: block;
        font-size: 30px;
        font-weight: 400;
        margin-bottom: 5px;
    }

    .funfact-wrap p {
        margin-bottom: 0;
    }
/*---------------- funfact-area end ---------------------*/

/*---------------- latest-author-area start ---------------------*/
.author-wrap {
    width: 15.5%;
    float: right;
    margin-left: 15px;
    background: #fff;
    padding: 5px;
    text-align: center;
    border-radius: 20px;
}

    .author-wrap:last-child {
        margin-left: 0px;
    }

.author-img {
    overflow: hidden;
    border-radius: 15px;
}

    .author-img img {
        transform: scale(1);
        transition: all .5s;
        width: 100%;
        border-radius: 15px;
    }

.author-wrap:hover .author-img img {
    transform: scale(1.2)
}

.author-info h3 {
    margin-bottom: 5px;
    margin-top: 5px;
}

    .author-info h3 a {
        font-size: 16px;
        font-weight: 800;
        color: #1b234c;
    }

        .author-info h3 a:hover {
            color: #ffac5f;
        }
/*---------------- latest-author-area end ---------------------*/

/*---------------- salling area start ---------------------*/
.salling-wrap {
    float: right;
    width: 50%;
    background: #0069b4;
    text-align: center;
    color: #fff;
    padding: 70px 75px;
}

    .salling-wrap:last-child {
        background: #1b234c;
    }

    .salling-wrap i {
        height: 110px;
        width: 110px;
        background: #fff;
        color: #1b234c;
        font-size: 36px;
        border-radius: 50%;
        line-height: 110px;
        margin-bottom: 45px;
    }

    .salling-wrap h2 {
        color: #fff;
        font-size: 30px;
        font-weight: 800;
        margin-bottom: 20px;
    }

    .salling-wrap a {
        display: inline-block;
        padding: 10px 20px;
        font-weight: 400;
        color: #fff;
        background: #ffac5f;
        border-radius: 5px;
        margin-top: 30px;
        border: 2px solid #ffac5f;
    }

        .salling-wrap a:hover {
            background: #fff;
            border-color: #fff;
            color: #1b234c;
        }
/*---------------- salling area End ---------------------*/

/*---------------- blog-area start ---------------------*/
.blog-wrap {
    background: #fff;
    transition: all .5s;
    border-radius: 20px;
    box-shadow: 0px 0px 15px #ccc;
    height: 100%;
    overflow: hidden;
}

    .blog-wrap:hover {
        box-shadow: 0px 0px 15px #ccc;
    }

.blog-img {
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 60%;
    overflow: hidden;
}

    .blog-img img {
        transform: scale(1);
        transition: all 0.5s ease 0s;
        width: 100%;
    }

        .blog-img img:hover {
            transform: scale(1.3);
        }

.blog-info {
    /* padding: 15px; */
    background-color: white;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 40%;
    position: relative;
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    align-content: center;
    display: flex;

}

    .blog-info > a {
        font-size: 15px;
        font-weight: 600;
        color: #033a86;
        padding: 15px;
        margin-bottom: 10px;
        display: block;
        min-height: 70px;
        overflow: auto;
        max-height: 120px;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }
    .blog-info .blog-meta a{
        font-size: 15px;
        font-weight: 600;
        color: #033a86;
        display: inline-flex;
        overflow: hidden;
}
    .blog-info a:hover {
        color: #ffac5f;
        font-weight: 900;
    }
/*---------------- blog-area End ---------------------*/

/*----------------newsletter-area start---------------------*/
.newsletter-wrap h2 {
    font-weight: 500;
}

.newsletter-wrap p {
    color: #1b234c;
    margin-bottom: 0px;
}

.newsletter-wrap input {
    height: 50px;
    width: 70%;
    border: 1px solid #fff;
    border-radius: 5px;
    padding-right: 20px;
}

.newsletter-wrap button {
    margin-right: 10px;
    padding: 10px 40px;
    margin-top: 0px;
}
/*----------------newsletter-area end---------------------*/

/*----------------footer-area start---------------------*/
.footer-widget p {
    color: #fff;
    margin-bottom: 0;
    margin-top: 20px;
}

.footer-title {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 30px;
}

.footer-widget ul li {
    margin-bottom: 5px;
}

    .footer-widget ul li a {
        color: #fff;
    }

        .footer-widget ul li a:hover {
            color: #ffac5f;
        }

.footer-widget ul li {
    color: #fff;
}

    .footer-widget ul li i {
        margin-left: 15px;
    }

.socil-icon {
    margin-top: 20px;
}

    .socil-icon ul li {
        display: inline-block;
        margin: 0px 5px;
    }

        .socil-icon ul li a {
            display: block;
            height: 35px;
            width: 35px;
            color: #fff;
            line-height: 35px;
            text-align: center;
            background: #1b234c;
            border-radius: 5px;
            text-align: center;
        }

            .socil-icon ul li a:hover {
                background: #ffac5f;
                color: #fff;
            }

            .socil-icon ul li a i {
                margin-left: 0px;
            }

        .socil-icon ul li:first-child {
            margin-right: 0px;
        }

.footer-bottom {
    padding: 30px 0;
    color: #fff;
    text-align: center;
}

    .footer-bottom a {
        font-weight: 400;
        color: #fff;
    }

        .footer-bottom a:hover {
            color: #ffac5f
        }
/*----------------footer-area end---------------------*/

/*----------------------------------
			home2 style hare 
 ------------------------------------*/
.home2-header-bottom .logo {
    /*padding: 17px 0;*/
}

.home2-header-bottom .mainmenu ul li a {
    color: #1b234c;
}

.home2-header-bottom .mainmenu ul li:hover a {
    color: #0069b4;
}

.home2-header-bottom .mainmenu ul li.active a {
    color: #0069b4;
    font-weight: 600;
}

.search-wrap p {
    margin: 30px 0px 0px;
}

    .search-wrap p span {
        font-weight: 400;
    }
/*----------------Quick Services start--------------------*/
.hero-area-2.hero-area {
    background: url(../img/bg/4.jpg)no-repeat scroll center center / cover;
}

    .hero-area-2.hero-area .btn-style {
        background: #ffac5f;
        border-color: #ffac5f;
    }

        .hero-area-2.hero-area .btn-style:hover {
            background: #fff;
            border-color: #fff;
            color: #ffac5f;
        }

.quick-service-icon {
    float: right;
}

    .quick-service-icon i {
        font-size: 50px;
        color: #ffac5f;
    }

.quick-service-info {
    margin-right: 70px;
}

    .quick-service-info h2 {
        font-size: 20px;
        font-weight: 800;
    }

    .quick-service-info p {
        margin-bottom: 0px;
    }
/*----------------Quick Services end--------------------*/
.section-title2 h2 {
    line-height: 26px;
    margin-bottom: 30px;
}

.next-prev-style .owl-nav div {
    background: #1b234c none repeat scroll 0 0;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    height: 40px;
    line-height: 35px;
    position: absolute;
    left: 15px;
    text-align: center;
    top: -60px;
    transition: all 0.5s ease 0s;
    width: 40px;
}

    .next-prev-style .owl-nav div:hover {
        background: #ffac5f;
    }

    .next-prev-style .owl-nav div.owl-prev {
        left: 60px;
    }
/*---------- funfact-area start -------*/
.funfact-icon {
    float: right;
}

.funfact-content {
    height: 110px;
    margin-right: 130px;
}

    .funfact-content span {
        padding-top: 25px;
    }
/*---------- funfact-area end -------*/
.salling-area.salling-area2 {
    background: #1b234c;
    background: -moz-linear-gradient(right, #1b234c 100%, #1b234c 50%, #ffa73d 50%, #36002c 50%, #36002c 100%);
    background: -webkit-linear-gradient(right, #1b234c 100%,#1b234c 50%,#ffa73d 50%,#36002c 50%,#36002c 100%);
    background: linear-gradient(to left, #1b234c 100%,#1b234c 50%,#ffa73d 50%,#36002c 50%,#36002c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b234c', endColorstr='#36002c',GradientType=0 );
}

    .salling-area.salling-area2 .salling-wrap {
        padding: 70px 0 70px 115px;
        text-align: right;
        background: none
    }

        .salling-area.salling-area2 .salling-wrap:last-child {
            padding: 70px 115px 70px 0px;
        }

.salling-area.salling-area2 {
}

.salling-area2 .salling-wrap i {
    background: transparent none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 36px;
    height: 0;
    line-height: 0;
    margin-bottom: 0;
    width: 0;
}

.salling-area2 .salling-wrap h2 {
    display: inline-block;
    margin-right: 60px;
}

.newsletter-area2 .newsletter-wrap h2 {
    color: #fff;
}

.newsletter-area2 .newsletter-wrap p {
    color: #fefefe;
}

.newsletter-area2 .newsletter-wrap button {
    background: #ffac5f;
    border-color: #ffac5f;
}

    .newsletter-area2 .newsletter-wrap button:hover {
        color: #ffac5f;
        background: #fff;
        border-color: #fff;
    }

.latest-author-area2 .author-wrap {
    width: 100%;
    transition: all .5s;
}

    .latest-author-area2 .author-wrap:hover {
        background: #ffac5f;
    }

        .latest-author-area2 .author-wrap:hover a, .latest-author-area2 .author-wrap a:hover {
            color: #fff;
        }

.author-active.next-prev-style .owl-nav div {
    left: 0;
}

    .author-active.next-prev-style .owl-nav div.owl-prev {
        left: 45px;
    }

.footer-top-2 .footer-widget ul li a, .footer-top-2 .footer-widget ul li, .footer-top-2 .footer-widget p {
    color: #6a6a6a;
}

.footer-top-2 .footer-title {
    color: #1b234c;
}

.footer-top-2 .socil-icon ul li a {
    color: #fff;
}

.footer-top-2 .footer-widget ul li i {
    color: #ffac5f;
}

.footer-top-2 .socil-icon ul li a i {
    color: #fff;
}
/*----------------------------------
			home3 style hare 
 ------------------------------------*/
.header-top3 .header-top-menu ul li a, .header-top3 .header-top-right ul li a {
    color: #36002c;
}

    .header-top3 .header-top-menu ul li a:hover, .header-top3 .header-top-right ul li a:hover {
        color: #ffac5f
    }

.header-top3 .header-top-right ul li:hover a i {
    color: #1b234c;
}

.header-top3 .header-top-right ul li a span.number {
    border: 2px solid #ffac5f;
}
/*----- Quick Services start ----*/
.hero-area-3.hero-area {
    background: url(../img/bg/5.jpg)no-repeat scroll center center / cover;
}

.hero-area-3 .table, .table-cell {
    height: 515px;
}

.search-area3 .search-wrap select {
    left: 16%;
    top: 1px;
}



.quick-service-area2 .quick-service-wrap {
    text-align: center;
}

.quick-service-area2 .quick-service-icon {
    float: none;
}

.quick-service-area2 .quick-service-info {
    margin-right: 0;
}

.quick-service-area2 .quick-service-icon i {
    background: rgb(0, 105, 180);
    border-radius: 50%;
    color: #fff;
    font-size: 50px;
    height: 130px;
    line-height: 130px;
    margin-bottom: 25px;
    width: 130px;
    transition: all .5s;
  
    /*animation-name: flipInY;
    -webkit-animation-name: flipInY;
    animation-duration: 5s;
    -webkit-animation-duration: 5s;
    animation-iteration-count: infinite;*/
    
}


    .quick-service-area2 .quick-service-icon i:hover {
        background: #ffac5f
    }
/*----- Quick Services end ----*/
.search-area.search-area3 {
    margin-top: -30px;
    position: relative;
    z-index: 9;
    font-size: 2rem;
    font-weight: 900;
    transition: 0.4s;
}

    .search-area.search-area3 .container {
        border-radius: 20px;
    }

    .search-area.search-area3 .bg-12:hover {
        background: rgb(27, 35, 76);
        color: #fff;
    }
/*----------------------------------
			about us style hare 
 ------------------------------------*/
.breadcumb-wrap h2 {
    font-size: 3.6rem;
    font-weight: 800;
    color: #fff;
    line-height: 7rem;
}

.breadcumb-wrap ul li, .breadcumb-wrap ul li a {
    display: inline-block;
    color: #fff;
}

    .breadcumb-wrap ul li a:hover {
        color: #ffac5f
    }
/*---------------- mission-area start -------------*/
.mission-content {
    background: #1b234c none repeat scroll 0 0;
    color: #fff;
    float: right;
    padding: 70px 61px;
    width: 50%;
}

    .mission-content h2 {
        color: #fff;
        font-weight: 800;
        margin-bottom: 20px;
    }

    .mission-content p {
        margin-bottom: 20px;
    }

    .mission-content button {
        margin-top: 10px;
        background: #ffac5f;
        border-color: #ffac5f;
    }

        .mission-content button:hover {
            background: #fff;
            color: #1b234c !important;
            border-color: #fff;
        }

        .mission-content button:hover {
            color: #fff;
        }

.mission-img {
    float: left;
    width: 50%;
}

    .mission-img img {
        width: 100%
    }

.mission-menu ul li {
    float: right;
}

    .mission-menu ul li a {
        background: #36002c none repeat scroll 0 0;
        color: #fff;
        display: block;
        font-weight: 400;
        padding: 20px 76px;
        text-align: center;
    }

    .mission-menu ul li:last-child a {
        padding-left: 79px;
    }

    .mission-menu ul li.active a, .mission-menu ul li:hover a {
        background: #ffac5f;
    }
/*---------------- mission-area end -------------*/
/*---------------- team-area start -------------*/
.team-wrap {
    background: #fff;
    transition: all .5s;
}

    .team-wrap:hover {
        transform: translateY(-10px);
        box-shadow: 0px 0px 10px #ccc;
    }

.team-img {
    position: relative;
    z-index: 9;
}

    .team-img:before {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 0;
        background: rgb(128, 3, 80);
        background: -moz-linear-gradient(top, rgba(128, 3, 80, 1) 0%, rgba(28, 15, 42, 1) 99%);
        background: -webkit-linear-gradient(top, rgba(128, 3, 80, 1) 0%, rgba(28, 15, 42, 1) 99%);
        background: linear-gradient(to bottom, rgba(128, 3, 80, 1) 0%, rgba(28, 15, 42, 1) 99%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#800350', endColorstr='#1c0f2a', GradientType=0);
        content: "";
        opacity: 0;
        transition: all .5s;
    }

.team-wrap:hover .team-img:before {
    opacity: .75;
    height: 100%;
}

.team-img ul {
    position: absolute;
    right: 0;
    top: 105%;
    transform: translateY(-50%);
    left: 0;
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: all .5s;
    z-index: -99;
}

.team-wrap:hover .team-img ul {
    opacity: 1;
    z-index: 9;
    top: 50%;
}

.team-img ul li {
    display: inline-block;
    margin: 0px 5px;
}

    .team-img ul li a {
        display: block;
        height: 50px;
        width: 50px;
        background: #fff;
        font-size: 20px;
        line-height: 50px;
        border-radius: 5px;
        color: #1b234c;
        transition: all 1s;
    }

        .team-img ul li a:hover {
            background: #ffac5f;
            color: #fff;
        }

.team-info {
    text-align: center;
    padding: 15px 0px;
}

    .team-info h3 {
        margin-bottom: 0px;
    }

        .team-info h3 a {
            font-size: 20px;
            color: #1b234c;
            font-weight: 800;
        }

            .team-info h3 a:hover {
                color: #ffac5f;
            }
/*---------------- team-area end -------------*/

/*----------------------------------
		how to style hare 
 ------------------------------------*/
.how-to-start-wrap {
    /*background:#fff;*/
    padding: 15px;
}

.how-to-start-wrap-cart {
    box-shadow: 0px 0px 15px #ccc;
    border-radius: 20px;
}



.how-to-start-img {
    width: 50%
}

.how-to-start-info {
    width: 48%;
    height: 100%;
    padding: 80px 40px;
}

    .how-to-start-info h2 {
        font-weight: 400;
        margin-bottom: 20px;
    }

    .how-to-start-info a {
        margin-top: 30px;
    }
/*----------------------------------
		shop style hare 
 ------------------------------------*/

/*---------- shop-area start ----------*/
.view-wrap {
    background: #fff;
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 20px;
}

.shop-title {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 0;
    margin-top: 5px;
    text-align: left;
}
.pull-left {
    float: left !important
}
.selector {
    float: right;
    direction:rtl;
}

    .selector select {
        border: 1px solid #e1e1e1;
        border-radius: 5px;
        height: 35px;
        padding: 0 10px;
        width: 215px;
        ;
    }

.other-page {
    float: left;
}

    .other-page ul li {
        display: inline-block;
        margin: 0 3px;
    }

        .other-page ul li a {
            display: block;
            height: 35px;
            width: 35px;
            border: 1px solid #e1e1e1;
            line-height: 32px;
            text-align: center;
            color: #1b234c;
            font-size: 16px;
            border-radius: 5px;
        }

            .other-page ul li a:hover, .other-page ul li.active a {
                background: #ffac5f;
                border-color: #ffac5f;
                color: #fff;
            }

.pagination-wrap ul li {
    display: inline-block;
    margin: 0px 2px;
}

    .pagination-wrap ul li a {
        height: 40px;
        width: 40px;
        text-align: center;
        display: block;
        line-height: 2.7rem;
        font-weight: 400;
        background: #fff;
        border-radius: 5px;
        color: #1b234c;
    }
    #comments .pagination-wrap ul li a {
        line-height: 4rem;
    }

        .pagination-wrap ul li a:hover, .pagination-wrap ul li.active a {
            background: #ffac5f;
            color: #fff;
        }
/*---------- shop-area end ----------*/

/*------------ sidebar-area start-----------*/

/*------------ catagory-area start-----------*/
.sidebar-wrap {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 20px;
}

.sidebar-title {
    background: #1b234c;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
    padding: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.catagory {
    padding: 0 10px 10px;
}

    .catagory ul li a {
        display: block;
        padding: 5px 0px;
        position: relative;
    }

    .catagory ul li:last-child a {
        border-bottom: none
    }

        .catagory ul li:last-child a:before {
            display: none
        }

    .catagory ul li a:hover {
        color: #ffac5f;
    }

    .catagory ul li a:before {
        position: absolute;
        right: 0;
        bottom: 0px;
        width: 0;
        height: 1px;
        background: #ffac5f;
        content: "";
        transition: all .5s;
    }

    .catagory ul li a:hover:before {
        width: 100%
    }
/*------------ price-range start-----------*/
.price-range {
    overflow: hidden;
    padding: 30px 20px 60px;
}

.ui-slider-horizontal .ui-slider-handle {
    background: #ffffff none repeat scroll 0 0 !important;
    border: 3px solid #ffac5f !important;
    border-radius: 50% !important;
    height: 15px !important;
    top: -5px !important;
    outline: none !important;
    width: 15px !important;
}

.ui-slider-horizontal .ui-slider-range {
    background: #1b234c none repeat scroll 0 0;
}

.ui-slider-horizontal {
    background: #e9e9e9 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    height: 7px;
}

.value {
    color: #333333;
    display: block;
    font-size: 14px;
    font-weight: normal;
    right: 50%;
    margin: 0 -20px 0 0;
    position: absolute;
    text-align: center;
    top: 15px;
    width: 40px;
}

.price-range-both.value {
    margin: 0 500px 0 0;
    top: 26px;
    width: 100px;
}
/*------------- tag-area -----------*/
.tag-wrap {
    padding: 20px 10px;
}

    .tag-wrap ul li {
        display: inline-block;
        margin: 0px 2px 10px 2px;
        ;
    }

        .tag-wrap ul li a {
            border: 1px solid #e1e1e1;
            display: block;
            padding: 0px 5px;
            border-radius: 5px;
            font-size: 1.1rem;
        }

            .tag-wrap ul li a:hover {
                border: 1px solid #ffac5f;
                background: #ffac5f;
                color: #fff;
            }
/*------------ recent-product-area-----------*/
.recent-product-wrap {
    padding: 20px 10px 10px 10px
}

    .recent-product-wrap ul li {
        overflow: hidden;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #e1e1e1;
    }

        .recent-product-wrap ul li:last-child {
            border-bottom: none;
        }

.recent-product-img {
    float: right;
    width: 28%;
    margin-left: 10px;
    border-radius: 10px;
}

    .recent-product-img img {
        border-radius: 10px;
    }

.recent-product-content {
    margin-right: 80px;
}

    .recent-product-content a {
        color: #1b234c;
        font-size: 13px;
        font-weight: 800;
        line-height: 20px;
        display: block;
    }

        .recent-product-content a:hover {
            color: #ffac5f
        }

    .recent-product-content span {
        display: block;
        margin-bottom: 5px;
        color: #6a6a6a;
    }

    .recent-product-content i {
        color: #f5bc00;
    }
/*--------- instagram-area -------*/
.instagram-wrap {
    padding: 20px 10px 30px 10px;
}

    .instagram-wrap ul li {
        float: right;
        width: 50%;
    }

        .instagram-wrap ul li a {
            display: block;
            position: relative;
        }

            .instagram-wrap ul li a:before {
                position: absolute;
                right: 0;
                top: 0;
                width: 100%;
                height: 100%;
                content: "";
                background: rgb(128, 3, 80);
                background: -moz-linear-gradient(top, rgba(128, 3, 80, 1) 0%, rgba(28, 15, 42, 1) 99%);
                background: -webkit-linear-gradient(top, rgba(128, 3, 80, 1) 0%, rgba(28, 15, 42, 1) 99%);
                background: linear-gradient(to bottom, rgba(128, 3, 80, 1) 0%, rgba(28, 15, 42, 1) 99%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#800350', endColorstr='#1c0f2a', GradientType=0);
                opacity: 0;
                transition: all .5s;
                transform: scale(0);
            }

            .instagram-wrap ul li a:hover:before {
                opacity: .9;
                transform: scale(1);
            }

    .instagram-wrap img {
        width: 100%;
    }
/*--------- flow-area ----------*/
.flow-wrap {
    padding: 20px 10px 30px 10px;
}

    .flow-wrap ul li {
        display: inline-block;
        margin: 0px 2px;
    }

        .flow-wrap ul li a {
            background: #fff none repeat scroll 0 0;
            border: 1px solid #e1e1e1;
            border-radius: 5px;
            color: #1b234c;
            display: block;
            height: 40px;
            line-height: 40px;
            text-align: center;
            width: 40px;
        }

            .flow-wrap ul li a:hover {
                background: #ffac5f;
                color: #fff;
                border-color: #ffac5f;
            }
/*------------ sidebar-area end-----------*/

/*---------- shop-list-area start ----------*/
.product-content span a:hover {
    color: #ffac5f;
}

.shop-list-area .product-img {
    float: right;
    height: 310px;
    overflow: hidden;
    width: auto;
    max-width: 100%;
    display: flex;
}
.shop-list-area .product-item.clear .col-xs-4{
    justify-content: center!important;
    display: flex;
}

/*.shop-list-area .product-content {
    margin-right: 285px;
}*/

.shop-list-area .product-meta ul li {
    margin-left: 20px;
}

    .shop-list-area .product-meta ul li:last-child {
        float: none;
    }

.shop-list-area .product-content > span {
    border-bottom: medium none;
    margin-bottom: 5px;
    padding-bottom: 0;
}

.shop-list-area .price span,.show-product-list .price span { 
    color: #1b234cf2;
    font-family: 'iran', raleway;
    font-size: 2.5rem;
    font-weight: 800;
    margin-left: 5px;
    line-height: 2rem;
    padding-right: 5px;
    display: inline-block;
}

.shop-list-area .price del {
    color: #ffac5f;
    font-size: 16px;
}

.shop-list-area .product-content p {
    padding-bottom: 15px;
}
/*---------- shop-list-area end ----------*/

/*----------------------------------
		Blog style hare 
 ------------------------------------*/
.blog-area-full-width .blog-wrap {
    padding: 10px;
}

.search form {
    position: relative;
}

.search input {
    width: 240px;
    height: 35px;
    border: 1px solid #e1e1e1;
    padding-right: 10px;
}

.search button {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: transparent;
    border: transparent;
    width: 40px;
}

.blog-area-full-width-list .blog-img {
    float: right;
}

.blog-area-full-width-list .blog-wrap {
    padding: 10px;
}

.blog-area-full-width-list .blog-info {
    margin-right: 370px;
}

    .blog-area-full-width-list .blog-info > a {
        border-bottom: 1px solid transparent;
        font-size: 28px;
        padding-bottom: 0;
    }

    .blog-area-full-width-list .blog-info p {
        margin-top: 10px;
    }

.blog-area-full-width-list a.readmore {
    color: #fff;
    display: inline-block;
    font-size: 14px !important;
    margin-top: 25px;
    padding: 10px 35px;
    background: #1b234c;
    border-radius: 5px;
    margin-bottom: 0px;
}

    .blog-area-full-width-list a.readmore:hover {
        background: #ffac5f;
        color: #fff;
    }
/*---------------blog sidebar-area start------------*/
.blog-sidebar-list-area .search input {
    width: 220px;
}

.blog-sidebar-list-area .blog-info > a {
    font-size: 21px;
}

.blog-sidebar-list-area a.readmore {
    margin-top: 10px;
}
/*---------------blog sidebar-area start------------*/
.blog-area-grid-area .search input {
    width: 225px;
}
/*---------------blog details-area start------------*/
.blog-details-wrap {
    padding: 20px;
    background: #fff;
}

.blog-details-content {
    padding: 30px 20px 0px;
}

    .blog-details-content > h3 {
        font-size: 30px;
        font-weight: 800;
    }

    .blog-details-content p {
        margin-bottom: 20px;
    }

.text {
    font-size: 18px;
    color: #ffac5f;
    margin-bottom: 20px;
}

.blog-details-content ul {
    margin-bottom: 20px;
}

    .blog-details-content ul li {
        margin-bottom: 5px;
        position: relative;
        font-size: 16px;
        padding-right: 20px;
    }

        .blog-details-content ul li:before {
            position: absolute;
            right: 0;
            top: 1px;
            content: "\f0da";
            font-family: fontawesome;
            color: #ffac5f;
        }

.blog-details-content h4 {
    display: inline-block;
    font-size: 24px;
    font-weight: 800;
    margin-left: 20px;
}

.share-wrap {
    border-top: 1px solid #e1e1e1;
    padding-top: 20px;
}

    .share-wrap h3 {
        margin-left: 25px;
    }

    .share-wrap ul {
        display: inline-block;
    }

        .share-wrap ul li {
            display: inline-block;
            padding: 0;
            margin: 0px 5px;
        }

            .share-wrap ul li:before {
                display: none
            }

            .share-wrap ul li a {
                display: block;
                height: 40px;
                width: 40px;
                text-align: center;
                line-height: 40px;
                font-size: 16px;
                background: #f2f2f2;
                border-radius: 5px;
                color: #1b234c;
            }

                .share-wrap ul li a:hover {
                    background: #ffac5f;
                    color: #fff;
                }
/*-------- comment ----------*/
.comment-wrap {
    padding: 50px 40px;
    background: #fff;
}

    .comment-wrap h3 {
        font-weight: 800;
        padding-bottom: 15px;
        border-bottom: 1px solid #e1e1e1;
        margin-bottom: 15px;
    }

    .comment-wrap ul li {
        margin-top: 10px;
    }
    .commentContainer li:not(:last-child){
        border-bottom: 1px solid #cdd5d9;}
    .comment-wrap ul.subcomment li:not(:last-child) {
        border-bottom: 1px dashed #cdd5d9;
    }

    .comment-wrap li:nth-child(3) {
        border-bottom: 1px solid #cdd5d9;
        padding-bottom: 10px;
    }

.comment-img {
    float: right;
}
    .comment-img img {
        border-radius: 100%;
    }



    .comment-info h4 {
        margin-bottom: 0px;
    }

        .comment-info h4 a {
            font-size: 1.5rem;
            font-weight: 800;
            color: #1b234c;
            line-height: 2rem;
        }

            .comment-info h4 a:hover {
                color: #ffac5f
            }

            .comment-info h4 a span {
                background: #81f1b2 none repeat scroll 0 0;
                border-radius: 5px;
                color: #fff !important;
                display: inline-block;
                font-size: 1rem;
                font-weight: 500;
                margin-right: 10px;
                padding: 5px 15px;
                text-transform: uppercase;
            }

    .comment-info a.reply {
        color: #f15c58;
        margin-top:-20px;
    }

    .comment-info p {
        margin-bottom: 0px;
        margin-top: 5px;
    }

    .comment-info input[type="text"] {
        width: 100%;
        height: 65px;
        border: 1px solid #e1e1e1;
        border-radius: 5px;
        padding-right: 20px;
        margin-bottom: 10px;
    }

    .comment-info button {
        float: left;
        margin-top: 0;
    }

.comment-wrap .pagination-wrap {
    border-bottom: 1px solid #e1e1e1;
    /* border-top: 1px solid #e1e1e1; */
    margin-bottom: 50px;
    padding: 30px 0;
    text-align: right;
    width: 100%;
}

    .comment-wrap .pagination-wrap li {
        margin-bottom: 0px;
    }

        .comment-wrap .pagination-wrap li a {
            background: #f2f2f2;
        }

.comment-form h3 {
    border-bottom: none;
}

.comment-form input, .comment-form textarea {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    padding-right: 20px;
    margin-bottom: 20px;
}

.comment-form textarea {
    height: 150px;
    padding-top: 10px;
}

.comment-form button {
    float: left;
    margin-top: 0;
}
/*-------- product-details-area start ----------*/
.product-details-wrap {
    margin-bottom: 15px;
    box-shadow: 0px 3px 10px #a29e9e;
}

.product-details-active,.featured-product-active2 {
    float: left;
    width: 100%;
}
.product-details-active .owl-dots,.featured-product-active2 .owl-dots{
  display: none;
}
.featured-product-active2
.thamb-active {
    /*width: 19.5%;*/
    width: 100%;
    /*float: right;*/
    padding: 30px 0px;
}

    .thamb-active .owl-nav div {
        background: #1b234c none repeat scroll 0 0;
        color: #fff;
        font-size: 16px;
        height: 30px;
        right: 0;
        line-height: 30px;
        position: absolute;
        text-align: center;
        top: 0;
        width: 100%;
    }

        .thamb-active .owl-nav div.owl-next {
            top: auto;
            bottom: 0;
        }

.thamb-img {
    margin: 5px 0px;
}

.product-details-menu ul {
    overflow: hidden;
}

    .product-details-menu ul li {
        float: right;
        width: 25%;
        text-align: center;
    }

        .product-details-menu ul li a {
            font-weight: 800;
            color: #fff;
            background: #1b234c;
            height: 60px;
            width: 100%;
            display: block;
            line-height: 60px;
            border-right: 1px solid #fff;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }

        .product-details-menu ul li:first-child a {
            border-right: none;
        }

        .product-details-menu ul li.active a {
            background: #ffac5f;
        }

.product-details-area .tab-content {
    padding: 30px 20px;
    background: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.description-wrap h3 {
    font-weight: 800;
}

.description-wrap p {
    margin-bottom: 20px;
}

.description-wrap ul li {
    padding-right: 25px;
    position: relative;
    margin-bottom: 5px;
}

    .description-wrap ul li:last-child {
        margin-bottom: 0px
    }

    .description-wrap ul li:before {
        position: absolute;
        right: 0;
        top: 0;
        content: "\f18e";
        font-family: fontawesome;
        color: #ff4552;
        font-size: 16px;
    }

.product-details-comment {
    padding: 0px;
}

.review-wrap h3 {
    font-weight: 800;
    margin-bottom: 40px;
}

.review-wrap ul li {
    overflow: hidden;
    margin-bottom: 25px;
}

.review-img {
    float: right;
}

    .review-img img {
        border-radius: 100%;
    }

.review-info {
    margin-right: 100px;
    position: relative;
}

    .review-info a {
        font-size: 20px;
        color: #1b234c;
        display: inline-block;
        font-weight: 800;
        margin-bottom: 5px;
    }

    .review-info ul {
        position: absolute;
        top: 0;
        left: 0;
    }

        .review-info ul li {
            display: inline-block;
            margin-bottom: 0px;
            color: #f5bc00;
            font-size: 18px;
        }

.review-wrap {
    margin-bottom: 30px;
}

.add-review {
    /* border-top: 1px solid #e1e1e1; */
    margin-top: 100px;
    padding-top: 50px;
}

    .add-review h3 {
        text-transform: uppercase;
        font-weight: 800;
        margin-bottom: 20px;
    }

    .add-review ul li {
        display: inline-block;
        margin-left: 35px;
    }

        .add-review ul li span, .add-review h4 {
            font-size: 16px;
            font-weight: 800;
            color: #1b234c;
        }

        .add-review ul li i {
            font-size: 18px;
            color: #f5bc00;
        }

    .add-review h4 {
        margin-top: 20px;
    }

    .add-review textarea, .add-review input, .cart-form-wrap input, .cart-form-wrap select {
        width: 100%;
        height: 50px;
        background: #f2f2f2;
        border-radius: 5px;
        padding-right: 20px;
        border: 1px solid #f2f2f2;
    }

.pagination-wrap.review ul li a {
    background: #f2f2f2;
    color: #1b234c;
}

    .pagination-wrap.review ul li a:hover {
        color: #fff;
        background: #ffac5f;
    }

.add-review textarea {
    height: 150px;
    padding-top: 5px;
}

.add-review button {
    float: left;
    margin-top: 30px;
    padding: 7px 55px;
}

.license-quality {
    overflow: hidden
}

    .license-quality li {
        float: right;
        width: 50%;
        text-align: center;
    }

        .license-quality li a {
            width: 100%;
            height: 50px;
            line-height: 50px;
            color: #fff;
            font-size: 16px;
            font-weight: 400;
            background: #1b234c;
            display: block;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }

            .license-quality li a:hover {
                background: #ffac5f;
            }

        .license-quality li.active a {
            background: #ffac5f;
        }

.license-wrap .tab-content {
    padding: 0px;
}

.license-info {
    padding: 30px 20px;
    background: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

    .license-info h3 {
        font-size: 20px;
        font-weight: 800;
    }

    .license-info p {
        margin-bottom: 5px;
        padding-right: 25px;
        position: relative;
    }

        .license-info p::before {
            color: #ffac5f;
            content: "";
            font-family: fontawesome;
            font-size: 16px;
            right: 0;
            position: absolute;
            top: 0;
        }

    .license-info ul {
        margin-top: 20px;
    }

        .license-info ul li button {
            width: 100%;
            height: 50px;
            color: #fff;
            border: 1px solid transparent;
            background: #ffac5f;
            font-weight: 400;
            border-radius: 5px;
            margin-bottom: 10px;
        }

            .license-info ul li button:hover {
                background: #1b234c;
            }

        .license-info ul li:nth-child(2) button {
            background: #1b234c;
        }

            .license-info ul li:nth-child(2) button:hover {
                background: #ffac5f;
            }

        .license-info ul li:last-child button {
            margin-bottom: 0px;
            background: #f15c58;
        }

            .license-info ul li:last-child button:hover {
                background: #ff4552;
            }

.sale-wrap, .author, .product-information-wrap {
    background: #fff;
    padding: 30px 20px;
    border-radius: 20px;
}

    .sale-wrap p {
        margin-bottom: 0px;
    }

        .sale-wrap p.total-sale {
            padding-bottom: 20px;
            margin-bottom: 20px;
            border-bottom: 1px solid #e1e1e1;
        }

        .sale-wrap p i {
            color: #1b234c;
            font-size: 20px;
            margin-left: 10px;
        }

            .sale-wrap p i.fa-heart {
                color: #f15c58
            }

        .sale-wrap p span {
            font-weight: 400;
            font-family: 'iran', raleway;
            color: #1b234c;
        }

.author-image {
    float: right;
}
    .author-image img {
        border-radius: 100%;
        border: 1px solid #d2d0d0;
        box-shadow: 0px 0px 15px #e4e2e2;
    }
    .author-text {
        margin-right: 10px;
    }

    .author-text h3 {
        margin-bottom: 5px;
    }

        .author-text h3 a {
            font-size: 20px;
            font-weight: 800;
            color: #1b234c;
        }

            .author-text h3 a:hover {
                color: #ffac5f
            }

.author > a {
    height: 50px;
    display: block;
    width: 100%;
    background: #1b234c;
    color: #fff;
    font-weight: 800;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
}

    .author > a:hover {
        background: #ffac5f
    }

.author .btn1 {
    height: 50px;
    display: block;
    width: 100%;
    background: #1b234c;
    color: #fff;
    font-weight: 800;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
}

    .author .btn1:hover {
        background: #ffac5f
    }

.details-title {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 20px;
    font-weight: 800;
}

.product-information-wrap ul li {
    margin-bottom: 10px;
}

    .product-information-wrap ul li:last-child {
        margin-bottom: 0px;
    }

    .product-information-wrap ul li span {
        color: #1b234c;
        display: inline-block;
        font-size: 12px;
        font-weight: 800;
        position: relative;
        width: 80px;
    }

        .product-information-wrap ul li span:before {
            position: absolute;
            left: 10px;
            content: ":";
            color: #6a6a6a;
            font-size: 14px;
        }

.tag-wrap2 {
    background: #fff;
    padding: 30px 20px 20px 20px;
    border-radius: 20px;
}

    .tag-wrap2.tag-wrap ul li a {
        padding: 5px;
    }

.faq-wrap .panel-default > .panel-heading {
    background-color: transparent;
    border-color: #e1e1e1;
    color: #1b234c;
    -size-t: 800;
    padding: 20px;
}

.faq-wrap .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
    color: #1b234c;
    font-weight: 800;
}

.faq-wrap .panel-body p {

}

.faq-wrap .panel-body {
    padding: 5px 15px 15px;
}

.faq-wrap .panel-default a {
    display: block;
    position: relative;
}

    .faq-wrap .panel-default a::after {
        color: #ffac5f;
        content: "\f106";
        font-family: fontawesome;
        position: absolute;
        left: 10px;
        top: 0px;
        font-size: 20px;
    }

    .faq-wrap .panel-default a.collapsed::after {
        color: #1b234c;
        content: "\f107";
    }
/*-------- product-details-area start ----------*/

/*-------- contact-area start ----------*/
.contact-title {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 40px;
}

.contact-wrap input, .contact-wrap textarea, .contact-wrap select {
    width: 100%;
    height: 50px;
    background: #fff;
    border: 1px solid #fff;
    padding-right: 15px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.contact-wrap textarea {
    height: 150px;
    padding-top: 5px;
}

.contact-wrap button {
    margin-top: 0px;
}

.contact-wrap p {
    margin-bottom: 30px;
}

.contact-wrap span {
    color: #1b234c;
    display: inline-block;
    margin-bottom: 20px;
}

    .contact-wrap span i {
        font-size: 28px;
        color: #ffac5f;
        margin-left: 20px;
    }

.flow-us ul li {
    display: inline-block;
}

.flow-us {
    border-top: 1px solid #e1e1e1;
    padding: 20px 0 30px;
}
/*-------- contact-area end ----------*/

/*-------- profile-area start ----------*/
.aothor-rating {
    padding: 14px 0;
}

    .aothor-rating li:first-child {
        margin-right: 0;
    }

    .aothor-rating ul li {
        display: inline-block;
        margin-right: 40px;
        text-align: left;
    }

        .aothor-rating ul li p {
            margin-bottom: 5px;
            color: #fff;
        }

        .aothor-rating ul li span {
            margin-right: 10px;
            color: #fff;
        }

        .aothor-rating ul li i {
            color: #f5bc00;
            font-size: 18px;
        }

        .aothor-rating ul li b {
            color: #fff;
            font-family: 'iran',raleway;
            font-size: 30px;
            font-weight: 800;
        }

.profile-menu ul li {
    margin: 20px;
    display: inline-block;
}

    .profile-menu ul li a {
        text-transform: uppercase;
        color: #1b234c;
        font-weight: 800;
    }

        .profile-menu ul li.active a, .profile-menu ul li a:hover {
            color: #ffac5f;
        }

.profile-area .author-text span {
    display: block;
    font-size: 13px;
    line-height: 18px;
}

.profile-area .author p {
    margin-bottom: 15px;
}

.profile-area .author {
    padding: 30px 10px;
}

    .profile-area .author a {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 10px;
    }

        .profile-area .author a:last-child {
            margin-bottom: 0px
        }

.flow-area {
    background: #fff;
    padding: 30px 20px;
    border-radius:20px;
}

    .flow-area table tr, .table-wrap tr {
        border-bottom: 1px solid #e1e1e1;
        display: block;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

        .flow-area table tr:last-child {
            border-bottom: 1px solid transparent;
            margin-bottom: 0px;
            padding-bottom: 0px;
        }

.flow-image {
    width: 95px;
}

    .flow-image img {
        border-radius: 10px;
        border-radius: 100%;
        border: 1px solid #d2d0d0;
        box-shadow: 0px 0px 15px #ccc;
    }


.flow-name {
    width: 180px;
}

.flow-text {
    width: 80px;
}

.flow-text2 {
    width: 100px;
}

.flow-img {
    width: 115px;
}

    .flow-img img {
        border-radius: 10px;
    }


.flow-btn {
    width: 120px
}

.flow-name a {
    font-size: 16px;
    font-weight: 800;
    color: #1b234c;
}

.flow-name p {
    margin-bottom: 0px;
    line-height: 18px;
    font-size: 13px;
}

.flow-text span, .flow-text2 span {
    line-height: 18px;
    font-size: 13px;
    display: block;
    color: gray;
}

.flow-btn button {
    width: 100%;
    height: 40px;
    background: #ffac5f;
    color: #fff;
    font-weight: 400;
    border: 1px solid #ffac5f;
    border-radius: 5px;
}

    .flow-btn button:hover, .flow-btn2 button {
        background: #1b234c;
        border-color: #1b234c;
    }

        .flow-btn2 button:hover {
            background: #ffac5f;
            border-color: #ffac5f;
        }

.profile-grid .product-img {
    float: none;
    height: 310px;
    overflow: hidden;
}

.profile-grid .product-content {
    margin-right: 0;
}

.shop-list-area .product-content span {
    border-bottom: medium none;
    display: inline-block;
}
/*-------- profile-area end ----------*/

/*-------- checkout-area start ----------*/
.checkout-title {
    padding: 20px 30px;
    background: #36002c;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 0px;
}

.checkout-form {
    background: #fff;
    padding: 30px 30px 30px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

    .checkout-form p, .account-area .checkout-form span {
        color: #36002c;
        font-weight: 800;
        margin-bottom: 0px;

    }

        .checkout-form p span, .account-area .checkout-form span.star {
            color: #f15c58;
        }

    .checkout-form input, .checkout-form select {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 1px solid #cdd5d9;
        border-radius: 5px;
        color: #6a6a6a;
        font-weight: 400;
        height: 50px;
        margin-bottom: 25px;
        padding-right: 15px;
        width: 100%;
    }

        .checkout-form input[type="checkbox"] {
            width: auto;
            margin: 0px 0px 25px 5px;
            height: auto;
        }

    .checkout-form ul li {
        overflow: hidden;
        color: #36002c;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #e1e1e1;
        position: relative;
    }

        .checkout-form ul li.last {
            padding-bottom: 0px;
            margin-bottom: 0px;
            border-bottom: transparent;
        }

        .checkout-form ul li strong {
            float: left;
            font-family: 'iran',raleway;
            font-size: 16px;
            color: #36002c;
            font-weight: 800;
        }

        .checkout-form ul li span {
            position: absolute;
            right: 50%;
            top: 0;
            font-size: 16px;
            font-weight: 800;
            color: #ffac5f;
        }

        .checkout-form ul li b {
            font-size: 16px;
            color: #36002c;
            font-weight: 800;
        }

    .checkout-form .panel-default > .panel-heading {
        background: transparent none repeat scroll 0 0;
        border-color: transparent;
        color: #6a6a6a;
        padding: 10px 35px;
    }

    .checkout-form .panel-body {
        border-top: medium none;
        padding: 15px 35px;
    }

    .checkout-form .panel {
        background-color: #fff;
        border: 1px solid transparent;
        border-radius: 4px;
        box-shadow: none;
        margin-bottom: 0px;
    }

    .checkout-form .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
        border-top: medium none transparent;
    }

    .checkout-form .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
        position: relative;
    }

    .checkout-form .panel-default a::before {
        background: rgba(0, 0, 0, 0) url("../img/image-1.png") no-repeat scroll center center / cover;
        border-radius: 5px;
        content: "";
        height: 25px;
        right: -37px;
        position: absolute;
        top: 0px;
        width: 25px;
        z-index: 9;
    }

    .checkout-form .panel-default a.collapsed::after {
        background: #f1f1f1 none repeat scroll 0 0;
        border: 1px solid #ddd;
        border-radius: 50%;
        content: "";
        height: 25px;
        right: -37px;
        position: absolute;
        top: 0px;
        width: 25px;
        background-image: none;
        z-index: 999;
    }

    .checkout-form a.order, .checkout-form button {
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        color: #fff;
        font-weight: 400;
        background: #ffac5f;
        border-radius: 5px;
        text-align: center;
        font-size: 16px;
    }

        .checkout-form a.order:hover {
            background: #36002c
        }
/*-------- checkout-area end ----------*/

/*-------- cart-area start ----------*/
.shoping-cart-wrap {
    background: #fff;
}

    .shoping-cart-wrap thead {
        background: #1b234c;
        color: #fff;
        font-weight: 800;
        height: 50px;
    }

        .shoping-cart-wrap thead tr th {
            text-align: center;
            border-left: 1px solid #fff;
            padding: 15px;
        }

.shoping-cart-img {
    width: 150px;
}

.shoping-cart-name {
    width: 285px;
}

.shoping-cart-price {
    width: 120px;
}

.shoping-cart-quantity {
    width: 150px;
}

.shoping-cart-total {
    width: 120px;
}

.shoping-cart-remove {
    width: 150px;
}

.table-wrap {
    padding: 20px 0px;
}

    .table-wrap tr td {
        text-align: center;
        font-size: 16px;
        font-weight: 800;
        color: #1b234c;
    }

.shoping-cart-name a, .shoping-cart-remove a {
    color: #1b234c
}

    .shoping-cart-name a:hover, .shoping-cart-remove a:hover {
        color: #ffac5f;
    }

.shoping-cart-price span {
    font-family: 'iran',raleway;
}

.shoping-cart-quantity input {
    width: 80px;
    height: 50px;
    background: #f2f2f2;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    padding-right: 10px;
    position: relative;
}

.shoping-cart-btn {
    float: left;
    margin-bottom: 30px;
    padding-left: 20px;
}

    .shoping-cart-btn a {
        display: inline-block;
        padding: 10px 40px;
        background: #1b234c;
        color: #fff;
        font-weight: 600;
        margin-right: 5px;
        border-radius: 5px;
    }

        .shoping-cart-btn a:hover, .shoping-cart-btn a:first-child {
            background: #ffac5f;
        }

.shoping-cart-wrapper {
    background: #fff;
}

.shoping-cart-btn a:first-child:hover {
    background: #1b234c;
}

.cart-form-wrap {
    padding: 30px 20px;
}

    .cart-form-wrap input, .cart-form-wrap select {
        background: transparent;
        margin-bottom: 10px;
        border: 1px solid #cdd5d9;
    }

    .cart-form-wrap button {
        width: 100%;
        height: 50px;
        border-radius: 5px;
        border: transparent;
        color: #fff;
        background: #ffac5f;
        font-weight: 800;
    }

        .cart-form-wrap button:hover {
            background: #1b234c;
        }

    .cart-form-wrap ul li {
        padding-bottom: 25px;
        margin-bottom: 25px;
        font-weight: 800;
        color: #1b234c;
        font-size: 16px;
        overflow: hidden;
        border-bottom: 1px solid #cdd5d9;
    }

        .cart-form-wrap ul li span {
            float: left
        }
/* -------- cart-area end ----------*/

/*------------- account ----------*/
.account-area .sidebar-title {
    margin-bottom: 0px;
}

.account-area .checkout-form p, .account-area .checkout-form span.remamber, .account-area .checkout-form p {
    font-weight: 400;
    color: #6a6a6a;
    margin-bottom: 20px;
}

.account-area .checkout-form button {
    border: none;
    background: #1b234c;
    font-weight: 400;
    margin-bottom: 20px;
}

    .account-area .checkout-form button:hover {
        background: #ffac5f;
    }

.account-area .checkout-form p a {
    font-weight: 400;
    color: #ffac5f;
}

    .account-area .checkout-form p a:hover {
        color: #1b234c
    }

.comment-wrap .pagination-wrap li:nth-child(3) {
    border: medium none;
}
/*------------- account ----------*/


.m-b-10 {
    margin-bottom: 10px !important;
}
.m-b-0 {
    margin-bottom: 0px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-35 {
    margin-bottom: 35px !important;
}

.w-100per {
    width: 100% !important;
}

.rtl {
    direction: rtl;
    text-align: right;
}

.ltr {
    direction: ltr;
    text-align: left;
}

.float-l {
    float: left !important;
}

.float-r {
    float: right !important;
}

.float-none {
    float: none !important;
}

.slick-slide {
    margin: 0px 20px;
    padding-bottom: 15px;
    padding-top: 15px;
}

    .slick-slide img {
        width: 100%;
    }

.m-t-10 {
    margin-top: 10px !important;
}
.m-t-30 {
    margin-top: 30px !important;
}
.m-t-0 {
    margin-top: 0px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}
.m-t-60 {
    margin-top: 60px !important;
}

.m-t--10 {
    margin-top: -10px !important;
}

.m-t--30 {
    margin-top: -30px !important;
}

.m-t--6 {
    margin-top: -6px !important;
}

.m-t--12 {
    margin-top: -12px !important;
}

.m-l-0 {
    margin-left: 0px !important;
}
.m-lr-20 {
    margin-left: 20px !important;
    margin-right:20px !important;
}
.m-lr-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}
.m-l--10 {
    margin-left: -10px !important;
}

.owl-carousel .owl-item .doller {
    width: 45px;
    height: auto;
    float: left;
    margin-top: -13px;
    position: unset;
}


video {
    border-radius: 20px;
}
/****************************************************************8*/
#demos .owl-carousel {
    margin: 2rem 0
}

    #demos .owl-carousel .item {
        height: 10rem;
        background: #4DC7A0;
        padding: 1rem
    }

        #demos .owl-carousel .item h4 {
            color: #FFF;
            font-weight: 400;
            margin-top: 0rem
        }

    #demos .owl-carousel .item-video {
        height: 300px
    }

#demos #setup {
    margin-top: 4rem
}

#demos .demo-list h5 {
    margin: 0
}


.MyVideo .owl-item {
    width: auto !important;
}

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

.display-table-row {
    display: table-row !important;
}


.tabControlCustom1-sub {
    float: right;
}

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

.box-shadow-none {
    box-shadow: none !important;
}

.p-20 {
    padding: 20px !important;
}
.p-10 {
    padding: 10px !important;
}


.p-b-0 {
    padding-bottom: 0px !important;
}

.p-l-25 {
    padding-left: 25px !important;
}

.p-l-0 {
    padding-left: 0px !important;
}

.p-b-20 {
    padding-bottom: 20px !important;
}
.p-b-10 {
    padding-bottom: 10px !important;
}

.p-0 {
    padding: 0px !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-2 {
    margin-right: 2px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r--10 {
    margin-right: -10px !important;
}
.m-10 {
    margin: 10px !important;
}

.p-t-5 {
    padding-top: 5px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

.border-radus-20 {
    border-radius: 20px;
}

.border-radus-10 {
    border-radius: 10px;
}

.border-radus-5 {
    border-radius: 5px;
}

.border-radus-parent {
    border-radius: 20px;
}

.m-15 {
    margin: 15px !important;
}

.m-0 {
    margin: 0px !important;
}

.color-white {
    color: white !important;
}

.nav-top-right-custom a {
    color: white !important;
    padding: 20px 15px 10px 15px !important;
}

.nav-top-right-custom li {
    width: 100% !important;
}

.nav-top-right-custom ul {
    /*width: 120px !important;*/
}

.color-darkblue {
    color: #1b234c !important;
}
/*.HeightMax {
    height: 550px !important;
}
.HeightMedium{height:150px!important;}

@media (max-width: 479px){
    .HeightMax {
        height: 280px !important;
    }
}
@media (max-width: 767px)and (min-width: 480px) {
    .HeightMax {
        height: 395px !important;
    }
}
@media (max-width: 991px)and (min-width: 768px) {
    .HeightMax {
        height: 625px !important;
    }
}
@media (max-width: 1199px)and (min-width: 992px) {
    .HeightMax {
        height: 545px !important;
    }
}
@media (min-width: 1200px) {
    .HeightMax {
        height: 500px !important;
    }
}*/

.Dotes-None .owl-dots {
    display: none !important;
}



.custom_thamb1 .product-details-thambnil {
    width: 100% !important;
    display: inline-block !important;
}

.custom_thamb1 a {
    width: 100% !important;
    height: 100%;
}


.thamb-text {
    /*box-shadow: 0px 0px 15px #ccc;*/
    min-width: 90%;
    padding: 10px;
    height: 25vh;
    margin: 3px;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 10px;
    background-color: rgba(255, 172, 95, .8);
}

    .thamb-text:hover {
        background-color: rgb(255, 172, 95);
    }

@media (max-width: 479px) {
    .thamb-text {
        overflow-y: scroll;
    }
}

@media (min-width: 479px)and (max-width: 767px) {
    .thamb-text {
        overflow-y: scroll;
    }
}

@media (min-width:768px)and (max-width: 1199px) {
    .thamb-text {
        overflow: hidden;
    }
}

/*.custom_thamb1 .owl-item{margin-top:2% ;}*/
.text-center {
    text-align: center !important;
}

/*.custom-product-details .owl-item img {
    width: 90% !important;
}*/
.owl-theme .owl-nav {
    margin-top: -10px !important;
}

.custom-product-details .owl-item {   
    /* padding: 15px; */
    text-align: center;
}

.custom_thamb1 .owl-item {
    /*padding: 10px;*/
}

.custom-product-details.owl-theme .owl-dots, .featured-product-active2 .owl-dots {
    margin-top: 1rem;
}

.custom-product-details-text {
    text-align: center;
    box-shadow: 0px 0px 15px #ccc;
    font-size: 15px;
    font-weight: 600;
    border-radius: 20px;
    padding: 65% 0;
}

.custom-product-details-text2 {
    text-align: center;
    box-shadow: 0px 0px 15px #ccc;
    font-size: 15px;
    font-weight: 600;
    border-radius: 20px;
    padding: 62% 0;
}


/****************************************/
.flip-card {
    background-color: transparent;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
    background-color: transparent;
    color: black;
    border-radius: 20px;
}

/* Style the back side */
.flip-card-back {
    background-color: rgb(46, 204, 113);
    color: white;
    transform: rotateY(180deg);
    border-radius: 20px;
}

.custom-product-details .blog-wrap {
    height: 100%;
}

.font-size-medium {
    font-size: 2.5rem !important;
}

.font-size-small {
    font-size: 1.5rem !important;
}

.font-size-Verysmall {
    font-size: 1.3rem !important;
}

.font-size-vVerysmall {
    font-size: 1.1rem !important;
}

.font-size-15 {
    font-size: 15px !important;
}

.author-Icon {
    left: 0px;
    top: 0px;
    position: absolute;
}

.color-Yellow {
    color: #ffac5f !important;
}

.color-red {
    color: #f15c58 !important;
}

.color-gray {
    color: darkgray
}

.featured-product-active .owl-dots {
    display: none !important;
}

.slick-dotted .slick-dots {
    display: none !important;
}

.authorName {
    position: absolute;
    margin-right: 75px;
    margin-top: 10px;
}

.bg-success {
    background-color: #17a2b8  !important;
}
    .bg-success i {
        color: #93e5cb !important;
    }

.bg-info {
    background-color: #4be2b2 !important;
}

.bg-warning {
    background-color: #ffac5f !important;
}
    .bg-warning i {
        color: #fee17f ;
    }

.bg-primary {
    background-color: #4c84ff !important;
}

    .bg-primary i {
        color: #a5c1ff !important;
    }

.bg-danger {
    background-color: #ff7e88 !important;
}
    .bg-danger i {
        color: #feabb1 !important;
    }

.border-bottom {
    border-bottom: 1px solid #cdd5d9;
}


.featured-product-active2 .owl-stage {

}

.width-100per {
    width: 100% !important;
}







.dropdown:hover .dropdown-menu {
    display: block;
}


/*****************************************************************Mega Menu Content********/
.menu-container {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.menu {
    width: 150px;
    height: 350px;
    /*font-family: Verdana, Geneva, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    position: relative;
    padding: 0 0 0 4px;
    margin: 0;
    background-color: #227087;*/
}

    .menu a, .menu a:link, .menu a:visited, .menu a:focus, span {
        color: #9296a9;
        text-decoration: none;
    }

        .menu a:hover {
            color: #227087;
            text-decoration: none;
        }

    .menu > li {
        display: block;
        text-align: center;
        margin-left: -4px;
        box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1);
    }

        .menu > li > a {
            padding: 20px 18px;
            display: block;
        }

        .menu > li:hover > a {
            color: white;
        }

        .menu > li:hover {
            background-color: #ffac5f;
        }
        /* Megadrop width dropdown */
        .menu > li > .megadrop {
            text-align: center !important;
            opacity: 0;
            visibility: hidden;
            position: absolute;
            list-style: none;
            top: 0px;
            margin-right: 140px;
            width: 80%;
            min-height: 100%;
            text-align: right;
            margin-top: 30px;
            padding: 0;
            z-index: 99;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            overflow: hidden;
            font-family: 'iran',raleway;
            font-weight: 500;
            text-transform: uppercase;
            color: #1b234c;
            /*border-top: 2px solid #227087;
            border-left: 2px solid #227087;
            border-bottom: 2px solid #227087;*/
        }

        .menu > li:hover .megadrop {
            opacity: 1;
            visibility: visible;
            margin-top: 0px;
        }

    .menu ul li:hover:after {
        color: #227087;
    }

    .menu .col {
        width: 15.1%;
        float: right;
        color: white;
        margin: 0 0 0 2.2%;
    }

        .menu .col ul {
            padding: 0;
            margin: 0;
        }

            .menu .col ul li {
                padding: 0;
                list-style: none;
                font-size: 11px;
            }

        .menu .col h3 {
            font-size: 16px;
            padding: 5px;
            font-weight: bold;
            margin: 5px 0 ;
            color: white;
            background: #1b234c;
            border-radius: 5px;
            line-height: 2.5rem;
            min-height: 69px;
            display: flex;
            justify-content: center;
            align-content: center;
            align-items: center;
            align-self: center;
            word-break: break-word;
        }

        .menu .col ul li a {
            display: block;
            padding: 0 0 15px 0;
            color: #227087;
        }

            .menu .col ul li a:hover {
                color: #111;
                text-decoration: underline;
            }

    .menu > li > ul li ul, .menu li > ul li, .menu > li > .megadrop, .menu > li > ul, .menu > li {
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-outs;
    }

/**************************************************************************************************MainMega Menu*/
.navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }


@media (max-width:991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }



        .navbar-expand-lg .navbar-toggler {
            display: none
        }
}



@media (min-width:768px) {



    .navbar-expand-md .navbar-toggler {
        display: none
    }
}


@media (min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }



        .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }



        .navbar-expand-xl .navbar-toggler {
            display: none
        }
}


.navbar-expand .navbar-toggler {
    display: none
}


.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}



.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar .navbar-toggler {
    outline: 0;
    border-width: 0
}

@media (max-width:992px) {
    .navbar .container {
        width: 100%
    }

        .navbar .container .navbar-toggler-right {
            right: 0
        }
}



.navbar.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    cursor: pointer
}


.navbar.navbar-light .navbar-toggler {
    color: #000
}


.navbar.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    cursor: pointer
}


.navbar.navbar-dark .navbar-toggler {
    color: #fff
}


.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

    .navbar-toggler:focus, .navbar-toggler:hover {
        text-decoration: none
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}


@media (min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }


        .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }



        .navbar-expand-md .navbar-toggler {
            display: none
        }
}



@media (min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }


        .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }



        .navbar-expand-sm .navbar-toggler {
            display: none
        }
}

.search-wrap select.select-two {
    float: left;
    left: 17%;
    right: unset;
}

@media (min-width: 1170px) {
    .search-wrap select {
        left: 40%;
        width: 20% !important;
    }
}

.navbar .mega-dropdown .dropdown-menu.mega-menu {
    width: 100%;
    border: none;
    border-radius: 0;
    border: 1px solid #e1e1e1;
}

    .navbar .mega-dropdown .dropdown-menu.mega-menu .sub-menu .news-title {
        font-size: 1.1rem;
        transition: .2s
    }

        .navbar .mega-dropdown .dropdown-menu.mega-menu .sub-menu .news-title.smaller {
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.4
        }


    .navbar .mega-dropdown .dropdown-menu.mega-menu .sub-menu .sub-title {
        border-bottom: 1px solid #e0e0e0
    }

    .navbar .mega-dropdown .dropdown-menu.mega-menu .sub-menu ul li a {
        width: 100%;
        transition: .3s
    }

        .navbar .mega-dropdown .dropdown-menu.mega-menu .sub-menu ul li a:hover {
            background-color: rgb(255, 172, 95);
            transition: .3s;
            text-decoration: none;
        }

    .navbar .mega-dropdown .dropdown-menu.mega-menu.v-1 .sub-menu .news-single {
        border-bottom: 1px solid #e0e0e0
    }

    .navbar .mega-dropdown .dropdown-menu.mega-menu.v-1 .sub-menu .news-title {
        color: #4f4f4f
    }

        .navbar .mega-dropdown .dropdown-menu.mega-menu.v-1 .sub-menu .news-title:hover {
            color: #2196f3
        }

    .navbar .mega-dropdown .dropdown-menu.mega-menu.v-1 .sub-menu .m-sm {
        margin-bottom: -6px;
        font-size: .9rem;
        color: #2196f3
    }

        .navbar .mega-dropdown .dropdown-menu.mega-menu.v-1 .sub-menu .m-sm:hover {
            color: #2196f3
        }

    .navbar .mega-dropdown .dropdown-menu.mega-menu.v-2 .sub-menu .news-title {
        color: #fff
    }

    .navbar .mega-dropdown .dropdown-menu.mega-menu.v-2 .sub-menu ul li a {
        color: #fff
    }

        .navbar .mega-dropdown .dropdown-menu.mega-menu.v-2 .sub-menu ul li a:hover {
            color: #fff
        }

    .navbar .mega-dropdown .dropdown-menu.mega-menu.v-2 .sub-menu .sub-title {
        padding-bottom: 1rem;
        margin-bottom: 1rem
    }

    .navbar .mega-dropdown .dropdown-menu.mega-menu.v-3 .sub-menu ul li a {
        color: #fff
    }

        .navbar .mega-dropdown .dropdown-menu.mega-menu.v-3 .sub-menu ul li a:hover {
            color: #fff
        }

    .navbar .mega-dropdown .dropdown-menu.mega-menu.v-3 .sub-menu .news-title {
        color: #fff
    }

        .navbar .mega-dropdown .dropdown-menu.mega-menu.v-3 .sub-menu .news-title:hover {
            color: #e0e0e0
        }



        .navbar .mega-dropdown .dropdown-menu.mega-menu {
            max-height: 300px;
            overflow-x: hidden;
            overflow-y: auto
        }

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar .dropdown-menu {
    position: absolute !important;
    margin-top: 0
}

    .navbar .dropdown-menu a {
        padding: 10px;
        /*font-size: .9375rem;*/
        font-weight: 500;
        color: #000
    }

@media (max-width:600px) {
    .navbar .dropdown-menu form {
        width: 17rem
    }
}

@media (min-width:600px) {
    .navbar .dropdown-menu form {
        width: 22rem
    }
}

.chip:active, .z-depth-1 {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12) !important
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}


.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.collapse:not(.show) {
    display: none
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}



.navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}


.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*padding: .5rem 1rem*/
}

    .navbar > .container, .navbar > .container-fluid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between
    }



.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none
    }


.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}




@media (max-width:575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}


@media (max-width:767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}



@media (max-width:1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}


.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

    .navbar-expand > .container, .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }



    .navbar-expand > .container, .navbar-expand > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }




.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9)
}

    .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
        color: rgba(0,0,0,.9)
    }


.navbar-light .navbar-text {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-text a {
        color: rgba(0,0,0,.9)
    }

        .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
            color: rgba(0,0,0,.9)
        }

@media (max-width:992px) {
    .navbar {
        position: relative
    }
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}


.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar .mega-dropdown {
    position: static
}

.navbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #000;
    transition: .35s;
    margin-left: 10px;
    margin-right: 10px;
    min-height: 76px;
}

.navbar .nav-item .nav-link {
    display: block
}

@media (max-width:992px) {
    .navbar .nav-item .nav-link {
        padding-right: 6px;
        padding-left: 6px
    }
}

.navbar .nav-item .nav-link.disabled:active {
    pointer-events: none
}

.navbar .nav-item .nav-link .fab, .navbar .nav-item .nav-link .far, .navbar .nav-item .nav-link .fas {
    padding-right: 3px;
    padding-left: 3px
}

.dropdown-toggle {
    white-space: nowrap;
}

.Custom-Navbar.navbar {
    margin-bottom: 0px !important;
}


    /*@media (min-width: 768px) {
        .navbar-nav > li > a {
            padding-top: 30px !important;
        }
    }*/


.btn-style-custom-orange {
    display: inline-block;
    position: absolute;
    background: #ffac5f;
    color: #fff;
    font-weight: 300;
    text-align: center;
    padding-top: 5px;
    border-radius: 5px;
    border: 2px solid #ffac5f;
    z-index: 999;
    height: 35px;
    width: 35px;
}

.text-left {
    text-align: left !important;
}
/****************Jquery ui*/

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px;
}
.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.html) 50% 50% repeat-x;
    color: #222222;
}
.ui-slider-horizontal {
    height: .8em;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px;
}


.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 4px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.html) 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}
.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.html) 50% 50% repeat-x;
    color: #222222;
}
.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    /* font-size: 1.1em; */
}

.ui-slider {
    position: relative;
    text-align: left;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.html) 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.html) 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}
/*.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.html) 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
}*/



.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px;
}



.alert {
 
    color: #1b223c;
}

.alert-primary {
    color: #284585;
    background-color: #dbe6ff;
    border-color: #a2bfff;
}

.alert {
    position: relative;
    padding: 1.25rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 10px;
}

.alert-warning {
    color: #846600;
    background-color: #fff3cc;
    border-color: #fee07a;
}

.alert-success {
    color: #156a4f;
    background-color: #d4f5ea;
    border-color: #90e4c9;
}
.alert-danger {
    color: #842c32;
    background-color: #ffdddf;
    border-color: #fea6ad;
}
.card {
    /*position: relative;
    display: flex;*/
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #e5e9f2;
    border-radius: 10px;
    margin: 20px;
    height: 280px;
    max-height: 300px;
    overflow: hidden;
}
.card-Sharj-odd {
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    /*background-color: #0069b4;*/
    background-clip: border-box;
    /*border: 1px solid #e5e9f2;*/
    border-radius: 10px;
    margin: 20px;
}
.pull-right {
    float: right !important
}
.card-Sharj-odd-Count {
    right: 20%;
    left: 20%;
    display: block;
    position: absolute;
    top: -6%;
    width: 60%;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ead68d;
    background-color: white;
}


.card-pish-sharj {
    background: #fff;
    border-radius: 50%;
    font-size: 50px;
    height: 130px;
    line-height: 130px;
    margin-bottom: 25px;
    width: 130px;
    transition: all .5s;
    /*border: 10px solid #6ea9d4;*/
    display:inline-flex;
}

    .card-pish-sharj i {
        color: #ffac5f;
        display: inline-flex;
        position: relative;
        top: 10px;
        /*right: 15px;*/
        height: 100px;
        width: 100px;
        font-size: 130px;
    }


    .card-Sharj-odd-Count h3 {
        color: #8b6b2e;
        margin-top: 10px;
    }
.card-Sharj-odd h3, .card-Sharj-odd span {
    color: #0c437a;
    margin: 5px;
}

.card-sharj-Count {
    right: 20%;
    left: 20%;
    display: block;
    position: absolute;
    top: -14%;
    width: 60%;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ead68d;
    background-color: white;
}
.card-sharj-bottom {
    display: block;
    overflow: hidden;
    background-color: white;
    border-radius: 10px;
}
    .card-sharj-bottom p{text-align:right;}
    .card-sharj-bottom button {
        background-color: #ffac5f;
        border: 1px solid #ffac5f;
        border-radius: 5px;
        width: 80%;
        padding: 10px 20px;
    }
        .card-sharj-bottom button:hover {
            background: #fff;
            border-color: #fff;
            color: #1b234c;
            border: 1px solid #1b234c;
        }
    .card-sharj-bottom .price {
        font-weight: bold;
        padding-top: 10px;
        /*box-shadow: 0px 0px 10px #ead68d;
        border-radius:10px;
        text-shadow: 1px 1px 2px rgba(0, 105, 180, 1), 0 0 1em rgba(0, 105, 180, 0.7), 0 0 0.2em rgba(0, 105, 180, 0.7);*/
    }
    
    
    .card-coin-Gold {
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #bbad64;
        background-clip: border-box;
        border: 1px solid #e5e9f2;
        border-radius: 10px;
        margin: 20px;
        background-image: url('../img/bg/images (3).jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .card-coin-Gold h3, .card-coin-Gold span {
        color: #8b6b2e;
        margin: 5px;
    }
.card-coin-Silver h3, .card-coin-Silver span {
    color: #7d7c7b;
    margin: 5px;
}
.card-coin-Silver button {
    color: white;
    background-color: #a9aaaf;
    border-radius: 10px;
    width: 90%;
}

    .card-coin-Gold button {
        color: white;
        background-color: #a28d5a;
        border-radius: 10px;
        width: 90%;
    }
    
    
    .card-coin-Gold-Count {
        right: 20%;
        left: 20%;
        display: block;
        position: absolute;
        top: -6%;
        width: 60%;
        border: 1px solid #ccc;
        border-radius: 10px;
        box-shadow: 0px 0px 10px #ead68d;
        background-color: white;
    }

.card-coin-Gold-Count h3 {
    color: #8b6b2e;
    margin-top: 10px;
}

.card-coin-Gold-Price {
    right: -8%;
    /* left: 20%; */
    display: block;
    position: absolute;
    top: 35%;
    width: 116%;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ead68d;
    background-color: white;
    text-align: center;
    padding: 5px;
    z-index: 9999;
}
    .card-coin-Gold-Price h3 {
        display: contents;
        line-height: 40px;
    }

.card-coin-Silver-Price {
    right: -8%;
    /* left: 20%; */
    display: block;
    position: absolute;
    top: 35%;
    width: 116%;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #acaba9;
    background-color: white;
    text-align: center;
    padding-top: 10px;
    z-index: 9999;
}

    .card-coin-Silver-Price h3 {
        display: contents;
        line-height: 40px;
    }

    .card-coin-Silver-Count {
        right: 20%;
        left: 20%;
        display: block;
        position: absolute;
        top: -6%;
        width: 60%;
        border: 1px solid #ccc;
        border-radius: 10px;
        box-shadow: 0px 0px 10px #acaba9;
        background-color: white;
    }

    .card-coin-Silver-Count h3 {
        color: #7d7c7b;
        margin-top: 10px;
    }

.card-coin-Boronz-Price {
    right: -8%;
    /* left: 20%; */
    display: block;
    position: absolute;
    top: 35%;
    width: 116%;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #dcb467;
    background-color: white;
    text-align: center;
    padding-top: 10px;
    z-index: 9999;
}

    .card-coin-Boronz-Price h3 {
        display: contents;
        line-height: 40px;
    }
.card-coin-bronze-Count h3 {
    color: #7d7c7b;
    margin-top: 10px;
}
.card-coin-bronze-Count {
    right: 20%;
    left: 20%;
    display: block;
    position: absolute;
    top: -6%;
    width: 60%;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #dcb467;
    background-color: white;
}
    .card-coin-bronze-Count h3 {
        color: #9b5803;
        margin-top: 10px !important;
    }
.card-coin-bronze h3, .card-coin-bronze span {
    color: #9b5803;
    margin: 5px;
    padding-top: 5px;
}
.card-coin-bronze button {
    color: white;
    background-color: #9e5b02;
    border-radius: 10px;
    width: 90%;
}




.card-coin-pelatin-Count {
    right: 20%;
    left: 20%;
    display: block;
    position: absolute;
    top: -6%;
    width: 60%;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #6c8899;
    background-color: white;
}

    .card-coin-pelatin-Count h3 {
        color: #3f6371;
        margin-top: 10px !important;
    }
.card-coin-Pelatin-Price {
    right: -8%;
    /* left: 20%; */
    display: block;
    position: absolute;
    top: 35%;
    width: 116%;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #6c8899;
    background-color: white;
    text-align: center;
    z-index: 9999;
    height: 51px;
    font-size: 22px;
    line-height: 52px;
}

    .card-coin-Pelatin-Price h3 {
        display: contents;
        line-height: 40px;
    }
.card-coin-Pelatin h3, .card-coin-Pelatin span {
    color: #76858c;
    line-height: 35px;
    font-size: 22px;
}

.card-coin-Pelatin-Price h3 {
    display: contents;
    line-height: 40px;
}

.card-coin-Pelatin button {
    color: white;
    background-color: #829199;
    border-radius: 10px;
    width: 90%;      
    margin-top: 31px;
}
.card-coin-Silver {
    /*position: relative;
display: flex;*/
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #c6c5c3;
    background-clip: border-box;
    border: 1px solid #e5e9f2;
    border-radius: 10px;
    margin: 20px;
    background-image: url('../img/bg/bg-silver.jpg');
    /*background-image: url('../img/bg/silver.jpg');*/
    /*background-repeat: repeat-x;*/
    background-position: center;
    background-size: cover;
}
.card-coin-bronze {
    /*position: relative;
    display: flex;*/
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ddb468;
    background-clip: border-box;
    border: 1px solid #e5e9f2;
    border-radius: 10px;
    margin: 20px;
    background-image: url('../img/bg/bronz.jpg');
    /*background-repeat: repeat-y;*/
    background-position: center;
    background-size: cover;
}
.card-coin-Pelatin {
    /*position: relative;
    display: flex;*/
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #b0c0cf;
    background-clip: border-box;
    border: 1px solid #e5e9f2;
    border-radius: 10px;
    margin: 20px;
    background-image: url('../img/bg/pelatin.jpg');
    /*background-repeat: repeat-x;*/
    background-position: center;
    background-size: cover;
}
.card-coin-top {
    height: 150px;
    max-height: 150px;
    /* overflow: hidden; */
    display:inline-table;
    width:100%;
}
.card-coin-bottom {
    display: block;
    /*height: 150px;
    max-height: 150px;*/
    /*overflow: hidden;*/
    background-color: white;
    border-radius: 10px;
}
.widget-block {
    /*position: relative;*/
    padding: 1.9rem;
    margin-bottom: 1.9rem;
}
.widget-Coin-block {
    position: relative;
    padding: 1.9rem;
    margin-bottom: 1.9rem;
}

.card-pish-coin {
    background: #fff;
    border-radius: 50%;
    display: inline-flex;
    font-size: 50px;
    height: 130px;
    line-height: 130px;
    margin-bottom: 25px;
    width: 130px;
    transition: all .5s;
}

.card-pish {
    background: #fff;
    border-radius: 50%;
    font-size: 50px;
    height: 130px;
    line-height: 130px;
    margin-bottom: 25px;
    width: 130px;
    transition: all .5s;
}
    .card-pish img, .card-pish-coin  img{
        display: inline-flex;
        /*animation-name: flipInY;
        -webkit-animation-name: flipInY;
        animation-duration: 5s;
        -webkit-animation-duration: 5s;
        animation-iteration-count: infinite;*/
        position: relative;
        top: 15px;
        right: 15px;
        height: 100px;
        width: 100px;
    }
    .black, .picker__list-item:hover {
        background-color: #000 !important;
    }
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}
table.table thead th {
    border-top: none;
    font-size: 13px;
}
table.table img{border-radius:10px;}

table.table td, table.table th {
    padding-top: 1.1rem;
    padding-bottom: 1rem;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

table th {
    font-size: .9rem;
    font-weight: 400;
}

th {
    text-align: inherit;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.checkout-form-custom input{
    border: 1px solid #cdd5d9;
    border-radius: 10px;
    color: #6a6a6a;
    font-weight: 400;
    height: 41px;
    margin-top: 10px;
    padding-top: 5px;
    width: 92%;
    font-size: 24px;
}

.panel-group .panel {
    border-radius: 10px !important;
}/***************************************************************************/
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        /*display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;*/
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #fff !important;
    border-bottom: 1px solid #e1e1e1;
}
.boder {
    border: 1px solid #ccc !important;
}
.footer-widget img {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 8px 5px #5b9ece inset;
    padding: 10px;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 35px !important;
    }
}

/********************************************************************************************/
.product-item.test {
    background: none !important;
    margin-bottom: 20px !important;
    border-radius: unset !important;
    box-shadow: none !important;
    padding: 0;
    margin-top: 0 !important;
}

.owl-carousel .owl-stage-outer {
   padding: 5px 0 15px;
}
.cardSlider.owl-carousel .owl-stage-outer {
    padding: 20px 1vw 30px;
 }
 .cardSlider.featured-product-active2 .owl-stage{
     padding:0px !important;
 }
.flashcard {
    height: 380px !important;
    background-color: white;
    color: black;
    margin: 0px !important;
}

    .flashcard .card-footer {
        position: fixed;
        bottom: 10px;
        margin: 0% auto;
        left: 0;
        right: 0;
    }

.owl-carousel .owl-item img:not(.product-details-active.owl-carousel,.featured-product-active2.owl-carousel) {
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    bottom: 40px;
    width: 90%;
    margin: 10px auto;

}

.owl-carousel .owl-item .card-content.center p {
    height: 120px !important;
    overflow-x: hidden !important;
    /* margin-top: 10px !important; */
    overflow-y: auto;
}

.form-control {
    padding: 3px 12px !important;
}

.faq-wrap .panel-default .panel-collapse img {
    max-height: 400px;
    width: auto;
}
@media(min-width:767px){
    .salling-area {
        display: flex;
    }
}


.how-to-start-img img {
    width: 100%;
    max-width: unset;
}

.product-img {
    height: 310px;
    overflow: hidden;
    align-items: center;
    display: flex;
    justify-content: center;
}

.author-img {
    height: 200px;
}

.blog-area .blog-wrap .blog-img {
    display: flex;
}

    .blog-area .blog-wrap .blog-img img {
        margin: 0 auto;
    }

.product-content h3 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.product-content {
    height: 150px;
    position: relative;
}

.product-meta .DownDiv {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.faq-wrap .panel-group .panel-collapse .panel-body span {
    color: #0067b2 !important;
    font-size: 12px;
}

.panel-body1 {
    font-size: 1.2rem !important;
    line-height: 2.5rem;
}

.product-content h3 a {
    color: #1b234c;
    line-height: 3rem;
    font-size: 1.8rem;
    margin: 5px;
}

.profile-wrap .product-item .col-xs-8 .product-content .col-xs-10 {
    padding: 0px !important;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
      height: 40px;
    width: 40px;
    line-height: 2.5rem;
    border-radius: 4px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    height: 40px;
    width: 40px;
    line-height: 2.5rem;
    text-align: center;
    border-radius: 4px;
}
.show-product-list .product-item .product-content .product-meta{display: flex;}

.show-product-list .product-item .product-content .product-meta li{float: right;}



.show-product-list .product-item .product-content p{   
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}
.show-product-list .product-item .product-content .price:before ,.tab-pane .price:before {
           content: '';
           width: 100%;
           border-bottom: solid 1px #d8d8da;
           position: absolute;
           left: 0;
           z-index: 1;
           /* right: 12px; */
           margin-top:-20px;
}
.show-product-list .product-item .product-content .price,.tab-pane .price 
{
    position: absolute;
    width: 90%;
    top:240px;
}
@media (max-width:767px){
    .show-product-list .product-item .product-content .price,.tab-pane .price 
    {    
      display: contents;
    }  
    .show-product-list .product-item .product-content .price:before ,.tab-pane .price:before {
        display: none;
    }
}
.product-item{position:relative;}
.tab-content .author-text h3{font-size:1.7rem ;}
.featured-product-active.owl-carousel .owl-item img:not(.doller) {
     position: unset !important; 
     bottom:  unset !important;
     width: 100% !important;
}
.license-info .product-meta .DownDiv {
     position: unset !important; 
}
.show-product-grid .product-content span strong{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    max-height: 32px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: -21px;
    padding-right: 20px;
    right: 20px;
    width: calc(100% - 60px);
}
@media(min-width:768px){
    .w-md-fit-content{
        width:fit-content !important;
    }
    .buyer-section .product-img{
        height: 200px !important;}
    
        .buyer-section .product-img img{
            height: 200px !important;    
            width: auto !important;}
}
.show-home-child-search{color:#000;}
.show-home-child-search .select-two{padding-right: 15px;}
.select-one.choose-child-cat{
    padding-right: 15px;}
    @media(max-width:991px){
        .logo img{max-width:200px;}
    }

    .header-top-menu ul li{      
        margin-top: -7px;
        }
        .product-meta .UpDiv{
            position: absolute; 
            bottom: 10px;
            right: 10px;}
            @media (max-width:767px){
                .owl-carousel .owl-controls .owl-nav .owl-next{    
                    margin: auto;
                    left: -70px;
                    right: 0;}
                .owl-carousel .owl-controls .owl-nav .owl-prev{
                    margin: 0 auto;
                    left: 0;
                    right: -70px;
                }
            }
        .mega-menu .menu {           
    border-left: 1px solid rgba(255, 255, 255, 0.11);
           width:unset !important;
            max-width: 100px;
            height: 350px;
        }
        .show-product-list .product-img{   
            height: fit-content !important;
        }
        .show-product-list .product-content {
            height: 130px;
        }
        .show-product-list .product-item {
            min-height: 285px;
        }
        .product-details-active.owl-carousel .owl-item img,.featured-product-active2.owl-carousel .owl-item img,
        .product-details-active.owl-carousel .owl-item .backcard img, .featured-product-active2.owl-carousel .owl-item .backcard img{
            display: flex;
    transform-style: preserve-3d;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    border-radius: unset !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    width: 100%;
    max-width:unset;
            object-fit: cover;
            background-size: cover;
            height: 100%!important;
        }
        .product-details-active.owl-carousel .owl-item .card-content.center p,.featured-product-active2.owl-carousel .owl-item .card-content.center p {  
            font-size: 2.2rem;
            padding: 0 10px;
            font-weight: bold;
            line-height: 3rem;
            justify-content: center;
            align-content: center;
            /* align-items: center; */
            display: flex;
        }
        .product-details-active.owl-carousel .owl-item .card-content,.featured-product-active2.owl-carousel .owl-item .card-content{            
    overflow: hidden;
    position: relative;
    display: flex;
        }
        .product-details-active.owl-carousel .owl-item .card-header,.featured-product-active2.owl-carousel .owl-item .card-header{
            padding: 10px;
        }
        .product-details-active.owl-carousel .owl-item .card-footer,.featured-product-active2.owl-carousel .owl-item .card-footer{
            color: #ec811e;
        }
        .product-details-active.owl-carousel .flashcard,.featured-product-active2.owl-carousel .flashcard{
            padding: 0 !important;
        }
        .product-details-active.owl-carousel .owl-item .card-footer::before,.featured-product-active2.owl-carousel .owl-item .card-footer::before
        {    content: '';
            width: 100%;
            border-bottom: solid 1px #d8d8da;
            position: absolute;
            left: 0;
            z-index: 1;
            margin-top: -10px;}
            .box-pay-coin button:hover{
                box-shadow: 11px 14px 24px #a29e9e;
                background-color: #1b234c;
            }
            .checkout-form-custom .customprice{
                position: absolute;
                top: -260px;
                left: 0;
                right: 0;
                margin: 0 auto;
            }
            .card-coin-Pelatin .card-coin-pelatin-Count {display: none;}
            @media(max-width:767px){
                .customPriceCountainer{
                    margin-top:90px !important;
                }
                .card-coin-Pelatin span{
                    
    font-size: 23px;
                }
            }
            .product-details-active .owl-item .backcard ,.featured-product-active2 .owl-item .backcard{
                background-color: rgb(46, 204, 113);
                color: white;
                justify-content: center;
                align-content: center;
                align-items: center;
                align-self: center;
                padding-bottom: 30px !important;
                width: 100%;
            } 

            .product-details-active.owl-carousel .owl-item .backcard .card-content,.featured-product-active2.owl-carousel .owl-item .backcard .card-content {
                overflow-y: auto;
                overflow-x: hidden;
                position: relative;
                display: flex;
            }
            .product-details-active.owl-carousel .owl-item .backcard .card-footer,.featured-product-active2.owl-carousel .owl-item .backcard .card-footer {
                color: white;
            }
            .owl-carousel .owl-item .backcard .card-content.center p {              
                /* height: unset!important; */
                max-height: 120px;
            }
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 5px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
        
  background: #f1953f0a; 
  border-radius: 3px;
  margin-left:5px;	
  background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.20, rgb(93 105 107)),
									   color-stop(0.50, rgb(10 74 132)),
									   color-stop(0.70, rgb(209 206 202 / 82%)));
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0f396b; 
  margin-left:5px;
}


@media(max-width:575px){
    .product-details-active .owl-item .backcard, .featured-product-active2 .owl-item .backcard{
        width: 90%;
    }
}

.owl-carousel> .owl-item >img{
    min-height : 300px;
    max-height : 300px;
    width : 100%;
  }
  .owl-theme .owl-nav{
    line-height: 35px;
}










.ddcustomcontainer .dropdown-toggle::after{
    content: "";
    border-bottom: 30px solid transparent;
    position: absolute;
    bottom: -20px;
    right: 0;
    z-index: 10;
    width: 100%;
}

.ddcustomcontainer .dropdown {
    display: inline-block;  
     transition: all 0.5s ease 0s;
    text-decoration: none;
 }

 .ddcustomcontainer .dropdown:hover .dropdown-menu{
    display: block;
    margin-top:15px; 
    padding-top: 10px; 
      transition: all 0.5s ease 0s;
    text-decoration: none;
    box-shadow: 0 0px 20px rgb(192 191 191 / 52%);
 } 
 .ddcustomcontainer .dropdown:hover{
       box-shadow: 0 0px 20px rgb(192 191 191 / 52%);
 } 
.ddcustomcontainer {
    position: relative;
    text-align: center;
}
.ddcustomcontainer>li:hover, .ddcustomcontainer>li:focus, .ddcustomcontainer .open, .ddcustomcontainer .open:hover, .ddcustomcontainer .open:focus {
    background:#fff;  
     transition: all 0.5s ease 0s;
    text-decoration: none;
}
.ddcustomcontainer .dropdown {   
    display: inline-block;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    line-height: 4rem;
    padding: 5px 10px;
    text-align: right;   transition: all 0.5s ease 0s;
    text-decoration: none;
}
.ddcustomcontainer .dropdown-dd>li {
    color:#428bca;   transition: all 0.5s ease 0s;
    text-decoration: none;
}
.ddcustomcontainer .dropdown ul.dropdown-menu {
    border-radius: 4px;
    box-shadow: none;
    margin-top: 20px;
    width: 100%;
    max-height: 400px;  
     transition: all 0.5s ease 0s;
    text-decoration: none;
}
.ddcustomcontainer select.form-control:before {
    content: "";
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    right: 16px;
    z-index: 10;
}

.ddcustomcontainer .dropdown ul.dropdown-menu:before {
    content: "";
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    right: 16px;
    z-index: 10;
}
.ddcustomcontainer .dropdown ul.dropdown-menu:after {
    content: "";
    border-bottom: 12px solid #ccc;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -12px;
    right: 14px;
    z-index: 9;
}
.ddcustomcontainer .dropdown-toggle .fa{
    line-height: 4rem;
    color:#a7a6a6;
} 

.ddcustomcontainer select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
  }
 .ddcustomcontainer .dropdown-menu>li:focus,.ddcustomcontainer .dropdown-menu>li:hover,.ddcustomcontainer .dropdown-menu>li.selected {
    color: #262626;
    text-decoration: none;
    background-color: #ec811e;
    text-align: right;
    margin: 0 5px;
    border-radius: 2px;   transition: all 0.5s ease 0s;
    text-decoration: none;
}

.ddcustomcontainer .dropdown-menu>li {
    margin: 0 10px;   transition: all 0.5s ease 0s;
    text-decoration: none;
    font-size: 1.5rem;
    padding: 3px 10px ;
}
.ddcustomcontainer .dropdown-menu .divider {
    padding: 0 !important;
}
.width-custom1-90per{
    width: 90%;
    margin: 20px auto 40px;
}
.form .form-group .descryption{  
      float: right;
    margin-right: 5%;
color: #1b234c;
font-size: 1.3rem;
}
.bg-transparent{
    background-color: transparent !important;
    box-shadow: none !important;
}
.product-details-area .product-details-comment .comment-img img{
    max-width: 50px;
    max-height: 50px;
    margin: 0 auto;
    border: 1.5px solid #d8d8d8;
    box-shadow: 0px 0px 10px #e6e6e6;
    padding: 2px;
}
.product-details-area .product-details-comment .comment-info span{
    color: #9296a9;
}
.comment-wrap ul li ul.subcomment{    
    margin-right: 55px;
    margin-top: 10px;
    background-color: #f2f2f2;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}
#comments .pagination-wrap ul li:first-child .fa,#comments .pagination-wrap ul li:last-child .fa{
    line-height: 3.7rem;
}
@media(max-width:767px){
    .comment-wrap ul li ul.subcomment{
        margin-right: 0px ;
    }
    #comments .pagination-wrap ul li:first-child .fa,#comments .pagination-wrap ul li:last-child .fa{
        line-height: 35px;
    }
    .comment-info a.reply {
        margin-top: -84px;
    }
}
.product-details-area .product-details-comment .comment-img {display: flex;}
.blog-wrap .blog-meta{    
    position: absolute;
    bottom: 0;
    border-top: 1px solid #d2d2d2;
    padding: 5px 15px;
    width: 100%;}
.blog-info .blog-meta a b{
        
        max-width: 100%;
        overflow: hidden;
        max-height: 20px;
        display: contents;
        font-size: 1.2rem;
        color: #1b234c;
    }
.owl-carousel.owl-rtl .owl-item .col-xs-12:first-child {
    padding-left: 5px;
    padding-right: 5px;
}
.how-to-start-img {
    padding: 10px 10px 0px 10px;
}
.how-to-start-img iframe {
    border-radius: 15px;
}
.video-container {
    box-shadow: 0px 0px 15px #ccc;
    border-radius: 20px;
    padding: 10px 10px 0px 10px !important;
    margin-bottom: 40px;
}
.video-container iframe {
    border-radius: 15px;
}
.video-title {
    font-family: 'iran', 'Raleway', sans-serif;
    color: #1b234c;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
}
.flip-card-back .blog-info {
    background-color: rgb(46, 204, 113);
}
.flip-card-back .blog-info a{
    color: white;
}
