/*
Theme Name: YektaAccount
Theme URI: https://parvanweb.ir
Author: Parvanweb
Author URI: https://Parvanweb.ir
Description: VPN SALES
Version: 1.0
*/

@font-face {
    font-family: IRANSansWeb_Bold;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/eot/IRANSansWeb_Bold.eot');
    src: url('../fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/woff/IRANSansWeb_Bold.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSansWeb_Medium;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/eot/IRANSansWeb_Medium.eot');
    src: url('../fonts/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/woff/IRANSansWeb_Medium.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSansWeb_Light;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/eot/IRANSansWeb_Light.eot');
    src: url('../fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/woff2/IRANSansWeb_Light.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/woff/IRANSansWeb_Light.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/ttf/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSansWeb_UltraLight;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/eot/IRANSansWeb_UltraLight.eot');
    src: url('../fonts/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/woff/IRANSansWeb_UltraLight.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANSansWeb;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/IRANSansWeb.eot');
    src: url('../fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/woff2/IRANSansWeb.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/woff/IRANSansWeb.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/ttf/IRANSansWeb.ttf') format('truetype');
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignleft,
a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

body {
    direction: rtl;
    background: #F6F9FC;
    font-family: IRANSansWeb;
    font-size: 14px;
}

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

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
    font-size: 16px;
}

h1 {
    font-size: 35px;
    font-family: IRANSansWeb_Bold;
}

h2 {
    font-size: 30px;
    font-family: IRANSansWeb_Medium;
}

h3 {
    font-size: 20px;
    font-family: IRANSansWeb_Medium;
}

h4 {
    font-size: 17px;
    font-family: IRANSansWeb;
}

h5 {
    font-size: 14px;
    font-family: IRANSansWeb;
}

h6 {
    font-size: 11px;
    font-family: IRANSansWeb;
}

p {
    font-size: 13px;
}

a {
    text-decoration: none;
    color: #5d5d5d;
}

a:hover {
    color: #327CE9;
    text-decoration: none;
}

.fa,
.fas {
    font-family: "FontAwesome" !important;
}

.btn {
    border-radius: 500px;
    padding: 7px 20px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    outline: none !important;
}

.btn i {
    margin-left: 10px;
}

.btn-primary {
    color: #fff;
    background-color: #327CE9;
    border-color: #327CE9;
}

.btn-primary:hover {
    color: #fff;
    background-color: #1557e9;
    border-color: #1557e9;
}

.btn-success {
    color: #fff;
    background-color: #00E19D;
    border-color: #00E19D;
}

.btn-success:hover {
    color: #fff;
    background-color: #00c187;
    border-color: #00c187;
}

.container {
    margin: 0 auto;
}

.header_base {
    float: right;
    width: 100%;
    /*    max-height: 720px;*/
    background: #381cc4;
    background: -moz-linear-gradient(left, #381cc4 0%, #30b2fe 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #381cc4), color-stop(100%, #30b2fe));
    background: -webkit-linear-gradient(left, #381cc4 0%, #30b2fe 100%);
    background: -o-linear-gradient(left, #381cc4 0%, #30b2fe 100%);
    background: -ms-linear-gradient(left, #381cc4 0%, #30b2fe 100%);
    background: linear-gradient(to right, #381cc4 0%, #30b2fe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#381cc4', endColorstr='#30b2fe', GradientType=1);
    z-index: -1;
}

.header_base:before {
    content: url("../images/map_background.svg");
    position: absolute;
    width: 980px;
    max-height: 575px;
    left: 15%;
    top: 70px;
}

.header {
    float: right;
    width: 100%;
    margin-top: 45px;
}

.logo {
    width: 264px;
    height: 76px;
}

.menu {
    float: right;
    width: 100%;
}

.menu .navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.menu .navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
    border-radius: 500px;
    border: 1px solid #fff;
}

.menu .navbar-nav>li>a {
    padding-top: 7px;
    padding-bottom: 7px;
}

.menu .navbar-default .navbar-nav>li>a {
    color: #fff;
    font-family: IRANSansWeb_Light;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.menu .navbar-default .navbar-nav>li>a:hover {
    color: #00F2A9
}

.menu .navbar-default .navbar-nav .user_panel_btn {
    color: #fff;
    background-color: transparent;
    border-radius: 500px;
    border: 1px solid #fff;
    padding: 7px 25px !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.menu .navbar-default .navbar-nav .user_panel_btn:hover {
    color: #27333B;
    background-color: #fff;
    border-radius: 500px;
    border: 1px solid #fff;
    padding: 7px 15px !important;
}

.menu .navbar-default .navbar-nav .user_panel_btn i {
    margin-left: 10px;
    float: right;
    margin-top: 2px;
}

.menu .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: none;
    margin-top: 25px;
}

.menu .navbar-left {
    float: left !important;
}

.menu .navbar-left i {
    font-size: 16px;
}

.menu .container-fluid {
    padding-left: 0 !important;
}

.menu .container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    padding-left: 0 !important;
}

.social {
    margin-top: 5px;
    margin-left: 15px;
}

.social a {
    display: inline-block !important;
    padding: 5px !important;
}

.social a:hover {
    color: #00F2A9 !important;
}

.slider {
    float: right;
    width: 100%;
    color: #fff;
    margin-bottom: 150px;
    margin-top: 50px;
}

.slider img {
    float: left;
}

.slider .slider_meta h2 {
    font-size: 35px;
    font-family: IRANSansWeb_Bold;
    line-height: 50px;
}

.slider .slider_meta p {
    font-size: 14px;
    font-family: IRANSansWeb_Light;
    margin: 50px 0;
}

.slider .slider_meta ul li {
    font-family: IRANSansWeb_Light;
    font-size: 14px !important;
    list-style: none;
    margin-bottom: 10px;
}

.slider .slider_meta ul {
    padding-right: 20px;
}

.slider .slider_meta ul li::before {
    font-family: FontAwesome;
    content: '\f111';
    font-size: 9px;
    margin-left: 15px;
}

.slider .slider_meta .btn {
    float: left;
}

.carousel-indicators {
    bottom: -50px;
}

.carousel-control.left {
    background-image: none !important;
}

.carousel-control.right {
    background-image: none !important;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 10px !important;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-right {
    right: 10px !important;
}

.feature_row {
    float: right;
    width: 100%;
    position: relative;
}

.feature {
    float: right;
    width: 100%;
    margin-top: -60px;
    z-index: 2;
    left: 0;
}

.feature .feature_box {
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(13, 79, 145, 0.1);
    -moz-box-shadow: 0px 5px 15px 0px rgba(13, 79, 145, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(13, 79, 145, 0.1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.feature .feature_box:hover {
    transform: translate(0, 10px);
    cursor: default;
}

.feature .feature_box img {
    width: auto;
    height: 80px;
}

.feature .feature_box h3 {
    font-size: 22px;
    font-family: IRANSansWeb_Medium;
}

.feature .feature_box p {
    font-size: 13px;
    font-family: IRANSansWeb;
    line-height: 23px;
}

.about_row {
    float: right;
    width: 100%;
}

.about {
    float: right;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 60px;
}

.about p {
    line-height: 27px;
    margin-top: 20px;
}

.price {
    float: right;
    width: 100%;
    padding: 20px 0;
    background: #F0F5F7;
    margin-top: 5px;
    text-align: center;
}

.price .price_table {
    float: right;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(13, 79, 145, 0.05);
    -moz-box-shadow: 0px 10px 15px 0px rgba(13, 79, 145, 0.05);
    box-shadow: 0px 10px 15px 0px rgba(13, 79, 145, 0.05);
}

.price .col-half-offset {
    margin-left: 3.166666667%
}

.price .price_table .price_box {
    float: right;
    width: 100%;
    padding: 30px 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;

}

.price .price_table .price_box img {
    width: 92px;
    height: 92px;
}

.price .price_table .price_box h4 {
    font-size: 22px;
    font-family: IRANSansWeb_Medium;
    margin-top: 30px;
}

.price .price_table .price_box ul {
    padding: 15px 0;
    border-top: 1px solid #EAF0F3;
    border-bottom: 1px solid #EAF0F3;
    margin: 20px 0;
}

.price .price_table .price_box ul li {
    list-style: none;
    font-size: 14px;
    font-family: IRANSansWeb_Light;
    line-height: 36px;
}

.price .price_table .price_box span {
    font-size: 18px;
    font-family: IRANSansWeb_Medium;
    float: right;
    width: 100%;
    margin-bottom: 20px;
}

.price .price_table .col-lg-2 {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.price .price_table .col-lg-2:hover {
    background: #F0F5F7;
}

.price .price_table .col-lg-2 .price_box:hover {
    transform: translate(0, -10px);
}

.download_connection {
    float: right;
    width: 100%;
    text-align: center;
    padding: 40px 0;
}

.download_connection h2 {
    margin-bottom: 40px;
}

.connection_box {
    float: right;
    width: 100%;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 5px 19px 7px rgb(13 79 145 / 0.1);
    -moz-box-shadow: 0px 5px 19px 7px rgb(13 79 145 / 0.1);
    box-shadow: 0px 5px 19px 7px rgb(13 79 145 / 0.1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
}

.connection_box:hover {
    background: #327CE9;
    color: #fff;
}

.connection_box:hover i {
    color: #fff;
}

.connection_box h4 {
    font-size: 17px;
    font-family: IRANSansWeb_Medium;
}

.connection_box i {
    font-size: 17px;
    color: #9BAFBB;
    margin-top: 5px;
    margin-right: 5px;
}


.deactive_box {
    opacity: 0.5 !important;
    position: relative;
}


.deactive_box:hover {
    background: #fff !important;
    border: 2px solid #fff !important;
    cursor: not-allowed;
    color: #333 !important;

}

.deactive_box:hover i {
    color: #333 !important;
    opacity: 0.5 !important;
}


.deactive_box:before {
    content: "ØºÛŒØ±ÙØ¹Ø§Ù„";
    font-size: 12px;
    font-family: IRANSansWeb_Medium;
    border-radius: 500px;
    background: #ff7070;
    padding: 3px 7px;
    color: #fff;
    position: absolute;
    right: 0;
    top: -15px;

}


.smart_connection {
    float: right;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#f65f94), color-stop(#e6508e), color-stop(#d64188), color-stop(#c63183), to(#b5207d));
    background-image: -webkit-linear-gradient(left, #f65f94, #e6508e, #d64188, #c63183, #b5207d);
    background-image: -o-linear-gradient(left, #f65f94, #e6508e, #d64188, #c63183, #b5207d);
    background-image: linear-gradient(to right, #f65f94, #e6508e, #d64188, #c63183, #b5207d);
    color: #fff;
    border-radius: 5px;
    padding: 20px 30px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.smart_connection:hover {
    box-shadow: 10px 10px 50px #b83673 inset;
}

.smart_connection span {
    font-family: IRANSansWeb_Medium;
    font-size: 30px;
    margin-left: 30px;
}

.smart_connection i {
    float: right;
    font-size: 55px;
    margin-left: 30px;
    margin-top: 5px;
}

.smart_connection p {
    margin-bottom: 0;
}

.telegram {
    float: right;
    width: 100%;
    background: #2CA5E0;
    color: #fff;
    border-radius: 5px;
    padding: 20px 30px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.telegram:hover {
    background: #067CB5;
}

.telegram span {
    font-family: IRANSansWeb_Medium;
    font-size: 30px;
    margin-left: 30px;
}

.telegram i {
    float: right;
    font-size: 45px;
    margin-left: 30px;
    margin-top: 10px;
}

.telegram p {
    margin-bottom: 0;
}

.footer {
    width: 100%;
    background: #fff;
    padding-top: 20px;
    padding: 20px 0 0 0;
}

.footer .footer_widget {
    float: right;
    width: 100%;
}

.footer .footer_widget .widget_title {
    float: right;
    width: 100%;
    margin-bottom: 15px;
}

.footer .footer_widget .widget_title h3 {
    font-size: 23px;
    font-family: IRANSansWeb_Medium;
}

.footer .footer_widget .widget_content {
    float: right;
    width: 100%;
    font-size: 14px;
    font-family: IRANSansWeb;
    line-height: 27px;

}

.footer .footer_widget .widget_content p {
    margin-bottom: 20px;

}

.footer .footer_widget .widget_content ul {
    padding: 0;

}

.footer .footer_widget .widget_content ul li {
    list-style: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EAF0F3;
    float: right;
    width: 100%;
    display: block;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;

}

.footer .footer_widget .widget_content ul li:hover {
    transform: translate(-10px, 0);

}

.footer .footer_widget .widget_content ul li a {
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;

}

.footer .footer_widget .widget_content ul li:hover a {
    color: #327CE9;
    display: block;

}

.footer .footer_widget .widget_content ul li:last-child {
    border-bottom: none;

}

.footer .footer_widget .widget_content ul li span {
    color: #9BAFBB;
    display: block;
    width: 100%;
    float: right;

}

.footer .footer_widget .widget_content .support {
    text-align: center;

}

.footer .footer_widget .widget_content .support .btn {
    width: 45%;
    margin: 20px 5px;
    border-radius: 5px !important;

}

.footer .copyright {
    padding: 30px 0 0 0;
    width: 100%;
    background: #F0F5F7;
    min-height: 75px;
    position: relative;
}

.copyright .gototop {
    background: #9BAFBB;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding-top: 8px;
    position: absolute;
    display: block;
    top: -20px;
    z-index: 2;
    left: 50%;

}

.copyright .gototop a {
    color: #fff;
    display: block;
}

.footer .copyright .footer_menu ul {
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: end;
}

.footer .copyright .footer_menu ul li {
    list-style: none;
    margin-right: 40px;
}

.footer .copyright .footer_menu ul li a {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.footer .copyright .footer_menu ul li a:hover {
    text-decoration: none;
}

/** Page Style **/

.page_header {
    width: 100%;
    background: #381cc4;
    background: -moz-linear-gradient(left, #381cc4 0%, #30b2fe 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #381cc4), color-stop(100%, #30b2fe));
    background: -webkit-linear-gradient(left, #381cc4 0%, #30b2fe 100%);
    background: -o-linear-gradient(left, #381cc4 0%, #30b2fe 100%);
    background: -ms-linear-gradient(left, #381cc4 0%, #30b2fe 100%);
    background: linear-gradient(to right, #381cc4 0%, #30b2fe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#381cc4', endColorstr='#30b2fe', GradientType=1);
    padding-bottom: 50px;
}

.page_head {
    float: right;
    width: 100%;
    color: #fff;
    padding: 20px 0;
    margin-bottom: 40px;
    background: #2e17a6;
    background: -moz-linear-gradient(left, #2e17a6 0%, #2896d7 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #2e17a6), color-stop(100%, #2896d7));
    background: -webkit-linear-gradient(left, #2e17a6 0%, #2896d7 100%);
    background: -o-linear-gradient(left, #2e17a6 0%, #2896d7 100%);
    background: -ms-linear-gradient(left, #2e17a6 0%, #2896d7 100%);
    background: linear-gradient(to right, #2e17a6 0%, #2896d7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e17a6', endColorstr='#2896d7', GradientType=1);
}

.page_head h1 {
    font-size: 22px;
    font-family: IRANSansWeb_Medium;
    margin: 0 !important;
}

.page_head a {
    font-size: 22px;
    color: #fff;
    font-family: IRANSansWeb_Medium;
    margin-top: 20px !important;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.page_head a:hover {
    color: #00F2A9;
    text-decoration: none !important;
}

.page_date {
    float: left;
}

.page_date i {
    margin-left: 15px;
}

.page_content {
    float: right;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(13, 79, 145, 0.1);
    -moz-box-shadow: 0px 5px 15px 0px rgba(13, 79, 145, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(13, 79, 145, 0.1);
}

.page_content p {
    font-size: 14px;
    font-family: IRANSansWeb;
    line-height: 30px;
}

/*
.page_content ul {
    margin: 20px 0;
    padding-right: 30px;
}

.page_content ul li {
    font-size: 14px;
    font-family: IRANSansWeb;
    line-height: 27px;
    list-style: none;
}

.page_content ul li::before {
    font-family: FontAwesome;
    content: '\f111';
    font-size: 9px;
    margin-left: 15px;
    color: #328BEF;
}*/

.page_sidebar {
    float: right;
    width: 100%;
}

.sidebar_widget {
    float: right;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(13, 79, 145, 0.1);
    -moz-box-shadow: 0px 5px 15px 0px rgba(13, 79, 145, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(13, 79, 145, 0.1);
}

.sidebar_widget_title {
    float: right;
    width: 100%;
    padding: 15px 20px 13px 20px;
    border-bottom: 1px solid #D9E6EC;
}

.sidebar_widget_title span {
    font-size: 17px;
    font-family: IRANSansWeb_Medium;
    color: #656565;
}

.sidebar_widget_content {
    float: right;
    width: 100%;
    padding: 10px;
}

.sidebar_widget_content .panel-default {
    border-color: transparent;
}

.sidebar_widget_content .panel {
    box-shadow: none !important;
    margin-bottom: 5px;
}

.sidebar_widget_content .panel-default>.panel-heading {
    color: #333;
    background-color: #ffffff;
    border-color: #EAF0F3;
    padding-bottom: 15px;
}

.sidebar_widget_content .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent;
}

.sidebar_widget_content .panel-title a {
    text-decoration: none;
    font-size: 14px;
}

.sidebar_widget_content .panel-title a:hover {
    text-decoration: none;
}

.sidebar_widget_content .panel-body ul {
    padding-right: 10px;
}

.sidebar_widget_content .panel-body ul li {
    font-size: 14px;
    font-family: IRANSansWeb;
    line-height: 27px;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.sidebar_widget_content .panel-body ul li:hover {
    transform: translate(-5px, 0);
}

.sidebar_widget_content .panel-body ul li::after {
    font-family: FontAwesome;
    content: '\f111';
    font-size: 9px;
    margin-left: 15px;
    color: #328BEF;
    float: right;
}

.sidebar_widget_content .panel-body ul li a:hover {
    text-decoration: none !important;
}

/** Archive Style **/

.archive_content {
    float: right;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(13, 79, 145, 0.1);
    -moz-box-shadow: 0px 5px 15px 0px rgba(13, 79, 145, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(13, 79, 145, 0.1);
}

.page_title_archive {
    float: right;
    width: 100%;
    padding: 15px 20px 13px 20px;
    border-bottom: 1px solid #D9E6EC;
}

.page_title_archive h2 {
    font-size: 18px;
    font-family: IRANSansWeb_Medium;
    margin: 0;
}

.archive_content_note {
    padding: 20px;
    float: right;
    width: 100%;
}

.archive_content_note p {
    font-size: 14px;
    font-family: IRANSansWeb;
    line-height: 30px;
}

.post_date {
    color: #9BAFBB;
}

.post_date i {
    margin-left: 10px;
    color: #9BAFBB;
}

/** Connection Page Style **/

.connection_tabs {
    padding: 0;
}

.connection_tabs ul li {
    list-style: none !important;
}

.nav-tabs {
    border-bottom: 1px solid #ebebeb;
}

.sidebar_widget_content form .screen-reader-text {
    display: none;
}

.sidebar_widget_content form input[type="text"] {
    width: 100%;
    border: 2px solid #ddd;
    margin-bottom: 12px;
    padding: 8px;
    border-radius: 5px;
    margin-top: 20px;
}

.sidebar_widget_content form input[type="submit"] {
    width: 100%;
    border: 2px solid #3293f2;
    background: #3293f2;
    padding: 10px;
    border-radius: 5px;
    color: #FFF;
    margin-bottom: 8px;
}

.connection_tabs .nav-tabs>li.active>a,
.connection_tabs .nav-tabs>li.active>a:focus,
.connection_tabs .nav-tabs>li.active>a:hover {
    color: #fff;
    background-color: #327ce9;
    border: 1px solid #fff;
    border-bottom-color: transparent;
}

.connection_tabs .nav-tabs>li.active>a i,
.connection_tabs .nav-tabs>li.active>a:focus i,
.connection_tabs .nav-tabs>li.active>a:hover i {
    color: #fff;
}

.connection_tabs .nav-tabs li a {
    border-radius: 0;
    padding: 15px 25px !important;
    position: relative;
    font-family: IRANSansWeb_Medium;
    font-size: 15px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    cursor: pointer;
}

.connection_tabs .nav-tabs li a i {
    margin-left: 10px;
    color: #9BAFBB;
}

.connection_tabs .nav-tabs li:first-child a {
    border-radius: 0 4px 0 0 !important;
    padding: 10px 20px;
}

.connection_tabs .nav-tabs>li>a:hover {
    border-color: #fff #fff #9bafbb;
    color: #fff;
}

.connection_tabs .nav>li>a:focus,
.connection_tabs .nav>li>a:hover {
    text-decoration: none;
    background-color: #9bafbb;
}

.connection_tabs .nav>li>a:focus i,
.connection_tabs .nav>li>a:hover i {
    color: #fff;
}

/*.connection_tabs .nav-tabs .nav-link.active:after {

}*/

.connection_tabs .nav-tabs>li.active>a:after,
.connection_tabs .nav-tabs>li.active>a:focus:after,
.connection_tabs .nav-tabs>li.active>a:hover:after {
    position: absolute;
    top: 51px;
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #0070e0;
    left: 47%;
}

.connection_tabs .tab-content {
    margin-top: 30px;
}

.connection_tabs .connection_box {}

.connection_tabs .connection_box:hover {
    background: #327CE9;
    color: #fff;
    border: 2px solid #327ce9;
}

/* -----------Style For Pagenation Site --------------- */
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #585858;
    text-decoration: none;
}

.navigation li {
    display: inline;
    margin-left: 3px;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    border-radius: 50%;
    cursor: pointer;
    padding: 6px 11px 0px 10px;
    height: 29px;
    display: inline-block;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #3289ee;
    color: #FFF;
    border-radius: 50%;
}

.navigation ul {
    margin-bottom: 30px;
}

.navigation ul li a {
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.pagespanj {
    font-size: 11px;
    color: #757575;
    margin-left: 26px;
    margin-top: 15px;
}

.navigation li:first-child a {
    color: #ffffff !important;
    background-color: #3289ee;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    padding: 6px 11px 0px 10px;
    height: 29px;
}

.navigation li:last-child {}

.navigation li:last-child a {
    color: #ffffff !important;
    background-color: #3289ee;
    padding: 0px 7px 10px 7px;
    border-radius: 2px;
    cursor: pointer;
    height: 33px;
    border-radius: 20px;
    display: inline-block;
    padding: 3px 11px 0px 10px;
    height: 29px;
}

.navigation li:first-child a:hover {
    background-color: #3289ee;
}

.navigation li:last-child a:hover {
    background-color: #cccccc;
}

/* ----------- End Style For Pagenation Site --------------- */



.payment_wrapper .banner img {
    display: block;
    margin: 0 auto;
    transition: all .5s ease-in-out
}

.payment_form .text_box,
.payment_wrapper .info p {
    margin-bottom: 10px;
    transition: all .5s ease-in-out
}

.payment_form .text_box {
    display: block;
    width: 256px;
    padding: 0 15px;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    border-bottom: 2px solid #ebebeb;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #969696;
    font: 11px/37px Rezvan;
    max-width: 80%
}

.payment_form .text_box.amount {
    padding-left: 40px;
    width: 231px;
    background: url(img/rial.png) 7px 13px no-repeat #FFF;
    max-width: 71%;
    transition: all .5s ease-in-out
}

.payment_form {
    padding: 33px
}

.payment_form .submit {
    width: 286px;
    border: 0;
    max-width: 91%;
    background-color: #92c254;
    color: #FFF;
    cursor: pointer;
    border-bottom: 3px solid #749d3f;
    border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font: 17px/45px Rezvan;
    text-shadow: 0 -1px 0 #000;
    transition: all .5s ease-in-out
}

.payment_form .submit:hover {
    background-color: #749d3f
}

.payment_wrapper .info p {
    font: 12px/18px Rezvan;
    color: #7a7a7a
}

.payment_wrapper .info strong {
    font: 17px/22px Rezvan;
    color: #7a7a7a;
    display: block;
    margin: 30px 0 15px;
    transition: all .5s ease-in-out
}

.payment_wrapper .info strong .icon {
    margin-left: 10px;
    font: 13px/22px font-awesome;
    color: #ff5656;
    transition: all .5s ease-in-out
}

.rb_content form input,
.rb_content form textarea {
    width: 94%;
    font: 14px/37px Rezvan;
    padding: 0 1%;
    margin: 0 auto 5px;
    display: block
}

.rb_content form input {
    border: 1px solid #d5d5d5;
    height: 37px;
    border-radius: 3px;
    transition: all .3s ease-in-out
}

.rb_content form input:focus,
.rb_content form textarea:focus {
    border-color: #4b9b39;
    transition: all .3s ease-in-out
}

.rb_content form textarea {
    border: 1px solid #d5d5d5;
    height: 80px;
    outline: 0;
    border-radius: 3px;
    transition: all .3s ease-in-out
}

.rb_content form .submit {
    width: 96%;
    cursor: pointer;
    padding: 0 1%;
    margin: 0 auto 5px;
    display: block;
    color: #FFF;
    border-radius: 3px;
    font: 20px/37px Rezvan;
    background-color: #92c254;
    transition: all .3s ease-in-out;
    border-bottom: 3px solid #719b3a
}

.rb_content form .submit:hover {
    background-color: #719b3a;
    transition: all .3s ease-in-out
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    font: 14px IRANSansWeb_Light;
    border: 0;
    background-color: #3293f2;
    width: 80%;
    margin: 25px 3%;
    border-radius: 4px;
    color: #fff;
    height: 45px;
    transition: all .3s ease-in-out;
    -webkit-font-smoothing: antialiased;
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .1)
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #3293f2;
    color: #fff;
    box-shadow: inset 0 -43px 0 rgba(0, 0, 0, .1);
    transition: all .3s ease-in-out
}

.basket_wrapper:hover .basket_o_wrapper {
    display: block;
    transition: all .3s ease-in-out
}

.blog-title {
    width: 100%;
    padding: 20px;
    height: 120px;
    text-align: center
}

.blog-title b {
    font-family: IRANSansWeb_Light;
    color: #666;
    font-size: 22px
}

.basket_o_wrapper {
    width: 355px;
    position: absolute;
    padding: 8px;
    top: 79%;
    z-index: 999;
    right: 0;
    background-color: #FFF;
    display: none;
    border-radius: 8px;
    border: 1px solid #e2e2e2;
    overflow: hidden;
    transition: all .5s ease-in-out;
    -webkit-animation: fadeInUp .2s ease-in;
    -moz-animation: fadeInUp .2s ease-in;
    animation: fadeInUp .2s ease-in;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .1), 0 0 30px 0 rgba(0, 0, 0, .12), 0 0 0 0 rgba(218, 218, 218, .2) !important
}

.basket_o_wrapper .arrow {
    display: inline-block;
    margin-right: 10px;
    height: 7px;
    width: 10px;
    transition: all .3s ease-in-out;
    background: url(img/icons.png) center top
}

.basket_wrapper2 {
    margin-top: -10px
}

.basket_wrapper2 form.form-kopen {
    margin: 6px 10px 10px;
    overflow: hidden;
    border: 1px solid #d8d8d8;
    transition: all .3s ease-in-out
}

.basket_wrapper2 form.form-kopen input[type=submit] {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 1.1em 1em;
    font-weight: 700;
    color: #fff;
    border: 0;
    height: 30px;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    background-color: #6035ab;
    width: 34%;
    cursor: pointer
}

.basket_wrapper2 form.form-kopen input[type=submit]:hover {
    color: #fff;
    border: 0;
    background-color: #6035ab;
    box-shadow: 0 14px 25px -8px #ddd;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.basket_wrapper2 form.form-kopen input[type=text] {
    height: 30px;
    background: #FFF;
    font: 13px/23px Rezvan;
    color: #7f7f7f;
    float: right;
    border: 0;
    width: 62%;
    padding: 0 4% 0 0;
    outline: 0;
    margin: 0;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease
}

.basket_wrapper2 span.j_title {
    font: 13px/22px IRANSansWeb_Light;
    display: block;
    text-align: center;
    color: #9d9d9d
}

.basket_products {
    padding-bottom: 13px;
    border-bottom: 1px solid #e6e6e6
}

.basket_wrapper2 .basket_products li {
    padding: 5px;
    text-align: right;
    background: #f8f8f8;
    margin: 6px;
    border-bottom: 3px solid #fff;
    position: relative;
    transition: all .5s ease-in-out;
    overflow: hidden;
    border-radius: 5px
}

.basket_wrapper2 .basket_products li:hover {
    background: #fea;
    transition: all .3s ease-in-out
}

.basket_o_wrapper .basket_wrapper2 .basket_products li a {
    color: #fff;
    width: auto;
    font: 12px/16px Rezvan;
    display: inline;
    text-align: right
}

.basket_products li a img {
    float: right;
    width: 45px;
    height: 45px;
    border: 1px solid #dbdbdb;
    padding: 1px;
    border-radius: 50px;
    margin-left: 5px;
    transition: all .6s ease-in-out
}

.basket_products li:hover a img {
    border-color: #999;
    transition: all .3s ease-in-out
}

.basket_products li a .title {
    font-weight: 400;
    float: none;
    color: #2d2c2c;
    text-shadow: 0;
    font-family: IRANSansWeb_Light;
    font-size: 10px
}

.basket_o_wrapper .basket_wrapper2 .basket_products li a .variation {
    overflow: hidden;
    color: #34b051;
    font-size: 10px
}

.basket_o_wrapper .basket_wrapper2 .basket_products li a .variation dt {
    float: right;
    font-weight: 400
}

.basket_o_wrapper .basket_wrapper2 .basket_products li a .variation dd {
    float: right;
    padding: 0 2px 0 7px
}

.basket_o_wrapper .basket_wrapper2 .basket_products li a .quantity {
    display: block;
    color: #8b8b8b
}

.basket_o_wrapper .basket_wrapper2 .basket_products li .product-remove {
    position: absolute;
    top: 2px;
    left: 5px
}

.basket_o_wrapper .basket_wrapper2 .basket_products li .product-remove a {
    color: #8a8a8a;
    padding: 0;
    font: 700 18px/13px IRANSansWeb_Light
}

.basket_o_wrapper .basket_wrapper2 .basket_products li .product-remove a:hover {
    color: red
}

.clear.solid {
    border-bottom: 1px solid #e6e6e6
}

.sum {
    font: 14px/32px IRANSansWeb_Light
}

.sum span {
    color: #9d9d9d;
    margin-right: 10px
}

.sum strong {
    float: left;
    margin-left: 10px
}

.main-page a {
    color: #fff
}

.woocommerce-MyAccount-navigation :hover,
.woocommerce-MyAccount-navigation a:hover {
    color: #000;
    transition: all .3s ease-in-out
}

.woocommerce-MyAccount-navigation ul li {
    padding: 10px;
    background: #fbfbfb;
    transition: all .3s ease-in-out
}

.woocommerce-MyAccount-navigation .is-active {
    background: #f7f6f7;
    border-right: 3px solid #30a6f9;
}

.woocommerce-MyAccount-navigation :hover {
    background: #f7f6f7;
    cursor: pointer
}

.woocommerce-Address-title {
    background: #f8f2ff;
    padding: 15px;
    border: 1px solid #a378e5;
    border-radius: 5px;
    margin: 10px 0
}

.woocommerce-Address-title a {
    font-size: 100%;
    margin: 15px 0 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 10px 25px;
    font-weight: 700;
    border-radius: 20px;
    right: auto;
    color: #fff;
    border: 0;
    height: 40px;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    background-color: #6035ab;
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .1);
    width: auto
}

.box-b,
.close,
.ind,
.list-con-jaf,
.main-menu .navbar-c-toggle,
.top-slider .slider {
    overflow: hidden
}

#sidebar,
.box-b,
.tagged_as {
    display: none
}

.woocommerce-Address-title a:hover {
    opacity: .8;
    background-color: #6035ab;
    color: #fff;
    box-shadow: inset 0 -43px 0 rgba(0, 0, 0, .1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#dokan-content {
    width: 100%;
    height: auto;
    margin: 20px auto 10px;
    padding: 0 8.5%
}

.seller-items {
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0 rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2)
}

.dokan-pagination-container {
    padding: 25px
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    transition: all .5s ease-in-out;
    padding-bottom: 15px;
    text-align: center;
    color: #9f9f9f
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .1), 0 0 30px 0 rgba(0, 0, 0, .12), 0 0 0 0 rgba(218, 218, 218, .2) !important;
    transition: all .3s ease-in-out
}

.woocommerce span.onsale {
    background-color: red
}

#reviews,
#store-toc-wrapper {
    background: #fff;
    float: right;
    width: 100%;
    margin-top: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12) !important;
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12) !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12) !important;
    margin-bottom: 20px;
    padding: 10px 25px
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info li {
    margin-right: 50px;
    font-size: 13px
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info-head {
    float: right;
    margin-left: 20px
}

.tagged_as {
    width: 90%;
    padding: 10px 25px
}

.woocommerce form.checkout_coupon {
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12) !important
}

.woocommerce ul li {
    list-style: none !important;
    margin-bottom: 10px;
}



@import 'css/fonts.css';

input[type="submit"].dokan-btn-lg,
a.dokan-btn-lg,
.dokan-btn-lg {
    font: 12px sahel;
    border: none;
    background-color: #6035ab;
    width: 80%;
    margin: 25px 3%;
    border-radius: 30px;
    color: #fff;
    height: 45px;
    transition: all 0.3s ease-in-out;
}

input[type="submit"].dokan-btn-danger,
a.dokan-btn-danger,
.dokan-btn-danger {
    width: auto;
    margin: 0px;
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .1);
}

input[type="submit"]:hover.dokan-btn-danger:hover,
a.dokan-btn-danger:hover,
.dokan-btn-danger:hover {
    color: #fff;
    box-shadow: inset 0 -43px 0 rgba(0, 0, 0, .1);
    transition: all 0.3s ease-in-out;
}

input[type="submit"].dokan-btn-theme,
a.dokan-btn-theme,
.dokan-btn-theme {
    transition: all 0.3s ease-in-out;
    width: auto;
    margin: 0px;
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .1);
}

input[type="submit"]:hover.dokan-btn-theme:hover,
a.dokan-btn-theme:hover,
.dokan-btn-theme:hover {
    color: #fff;
    box-shadow: inset 0 -43px 0 rgba(0, 0, 0, .1);
}

input[type="submit"]:hover.dokan-btn-default:hover,
a.dokan-btn-default:hover,
.dokan-btn-default:hover {
    color: #fff;
    box-shadow: inset 0 -43px 0 rgba(0, 0, 0, .1);
    transition: all 0.3s ease-in-out;
}

.dokan-dashboard .dokan-dashboard-wrap {
    background: #fff;
    width: 93%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 10px 25px;
}

.dokan-store-sidebar {
    display: none;
}

.woocommerce-breadcrumb {
    display: none;
}

.site-main {
    clear: both;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: 0.99;
    padding: .618em 1em;
    color: #fff;
}

.woocommerce h1,
.woocommerce h2,
.woocommerce h3,
.woocommerce h4,
.woocommerce h5 {
    font-size: 17px;
    line-height: 19px;
}

.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
    color: #fff;
    box-shadow: inset 0 -43px 0 rgba(0, 0, 0, .1);
    transition: all 0.3s ease-in-out;
}
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d3ced2;
    padding: 12px 12px 12px;
    margin: 2px 0 0 16px;
    outline: 0;
    line-height: 1;
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: normal;
    font-family: "IRANSansWeb_Medium";
}

.indx-article {
    margin-bottom: 30px;
    float: right;
    width: 25%;
    text-align: center
}

.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto
}

.swiper-slide {
    background-size: cover !important;
    background-position: center !important
}

.gallery-top {
    height: 100%;
    width: 100%;
    border-radius: 3px;
    overflow: hidden
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1
}

.gallery-thumbs .swiper-slide {
    height: 50px
}

.main-site {
    margin-bottom: 15px
}

.left-site {
    float: right;
    margin-right: 15px;
    width: 935px
}

.tp-services {
    background: white;
    border: 1px solid #dddddd;
    padding: 10px 15px;
    border-radius: 3px
}

.box-service {
    width: 25%;
    float: right
}

.img-service {
    background: url("images/spritecss.png") no-repeat;
    width: 40px;
    height: 24px;
    background-position: -10px -255px;
    float: right;
    position: relative;
    top: 10px
}

.credit-card {
    background: url("images/spritecss.png") no-repeat;
    position: relative;
    top: 8px;
    width: 35px;
    height: 25px;
    background-position: -201px -143px
}

.mychecked {
    background: url("images/spritecss.png") no-repeat;
    position: relative;
    top: 4px;
    width: 32px;
    height: 32px;
    background-position: -166px -81px
}

.sevendays {
    background: url("images/spritecss.png") no-repeat;
    top: 4px;
    width: 28px;
    height: 32px;
    background-position: -163px -143px
}

.inf-service {
    float: right;
    font-family: 'BYekan', tahoma;
    height: 40px;
    margin-right: 5%;
    width: 75%
}

.inf-service p {
    font-size: 12px;
    color: black
}

.inf-service span {
    position: relative;
    top: -4px
}

.new-posts {
    margin-top: 15px;
    border: 1px solid #dddddd;
    min-height: 200px;
    background: white;
    border-radius: 3px
}

.title-main h3,
.title-main h1 {
    color: black;
    font-size: 16px;
    padding: 5px 15px;
    padding-left: 0
}

.main-single {
    padding: 0 15px;
    padding-bottom: 15px;
    font-family: 'BYekan', tahoma;
    font-size: 14px
}

.main-single img {
    max-width: 100%;
    display: inline-block
}

.title-main {
    margin-bottom: 15px;
    background: whitesmoke;
    border-bottom: 1px solid #dddddd
}

.swiper1 {
    width: 100%;
    margin: 20px auto;
    height: 320px;
    margin-bottom: 15px
}

.swiper1 .swiper-slide {
    text-align: center
}

.swiper2 {
    width: 100%;
    margin: 20px auto;
    height: 320px;
    margin-bottom: 15px
}

.swiper2 .swiper-slide {
    text-align: center
}

.swiper3 {
    width: 100%;
    margin: 20px auto;
    height: 320px;
    margin-bottom: 15px
}

.swiper3 .swiper-slide {
    text-align: center
}

.indx-article .img-post {
    display: block;
    text-align: center;
    max-width: 100%;
    height: auto;
    display: inline-block
}

.img-post img {
    width: 150px;
    height: 150px
}

.title-post h2 {
    font-size: 14px
}

.title-post {
    margin-top: 10px
}

.meta-post {
    padding: 0 15px;
    padding-bottom: 15px;
    font-family: 'BYekan', tahoma;
    font-size: 12px
}

.metabox {
    float: right;
    margin-left: 15px
}

.metabox i {
    margin-left: 5px;
    display: inline-block
}

.arch {
    margin-bottom: 10px
}

.price-post {
    margin-bottom: 10px
}

.none {
    display: none
}

.price-post span {
    color: #25AE88;
    font-size: 14px;
    font-family: 'BYekan', tahoma
}

.footer-post {
    background: #F5F5F5;
    border-top: 1px solid #dddddd;
    padding: 10px 15px;
    min-height: 20px
}


.box-download {
    font-size: 12px;
    font-weight: 500;
    border: 2px solid rgb(242, 242, 242);
    border-bottom: none;
    border-image: initial;
    border-radius: 5px;
    padding: 6px 12px;
    font: 12px IRANSansWeb_light;
    width: 80px;
    color: #444;
}

.box-download:hover {
    color: #90c23a;
    transition: all 0.3s ease-in-out;
}

span.add-to-cart:hover,
.product-add-to-cart .add-to-cart span:hover {
    border-bottom: 3px solid #505050;
    background: #949494;
}

onsale {
    background: #E01625;
    color: white;
    opacity: 0.6;
    position: absolute;
    font-size: 10px;
    padding: 4px 10px;
    margin-top: 145px;
    right: 4px;
    border-radius: 50px;
}

.single-onsale {
    background: #E01625;
    color: white;
    position: absolute;
    font-size: 13px;
    padding: 10px;
    margin-top: -15px;
    margin-right: -535px;
    border-radius: 50px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: right;
    width: 30%;
}


input[type="submit"].dokan-btn-danger,
a.dokan-btn-danger,
.dokan-btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #fff0;
}







.single-content #product-tabs-and-related .woocommerce-tabs .woocommerce-Tabs-panel p {
    text-align: justify;
    line-height: 30px;
    margin-bottom: 0px;
}

#review_form_wrapper #review_form #respond #commentform .comment-form-comment #comment {
    height: auto;
    border-radius: 2px !important;
    box-shadow: none !important;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;

    font: 13px IRANSansWeb_light;
    background: #FCFCFC;
    border-radius: 10px;
    color: #515151;
    margin-top: 10px;
    transition: all 0.5s ease 0s;
    border-bottom: 3px solid #e8e3ef;
}


#review_form_wrapper #review_form #respond #commentform .comment-form-author,
#review_form_wrapper #review_form #respond #commentform .comment-form-email,
#review_form_wrapper #review_form #respond #commentform .comment-form-url {
    width: 49%;
    display: inline-block;
}

#review_form_wrapper #review_form #respond #commentform .comment-form-author label,
#review_form_wrapper #review_form #respond #commentform .comment-form-email label,
#review_form_wrapper #review_form #respond #commentform .comment-form-url label {
    display: block;
}

#review_form_wrapper #review_form #respond #commentform .comment-form-author input,
#review_form_wrapper #review_form #respond #commentform .comment-form-email input,
#review_form_wrapper #review_form #respond #commentform .comment-form-url input {
    width: 100%;
    font: 13px IRANSansWeb_light;
    background: #FCFCFC;
    border-radius: 10px;
    color: #515151;
    margin-top: 10px;
    transition: all 0.5s ease 0s;
    border-bottom: 3px solid #e8e3ef;
}

#sidebar {
    display: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 500;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    margin-bottom: 10px;
    border-bottom: 1px solid #deecff;
    padding-bottom: 16px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background-color: #3293f2;
    font-weight: 500;
    color: #ffffff;
}

.woocommerce div.product form.cart .button {
    width: 100%;
    margin: 10px 0 10px 0;
}

.woocommerce table.shop_attributes td {
    font-style: normal;
}

.woocommerce .woocommerce-ordering select {
    background: #319df6;
    color: #FFF;
    padding: 5px;
    margin-bottom: 15px;
    border-radius: 3px;
    border: none;
}

nav.woocommerce-MyAccount-navigation ul {
    padding-right: 0;
}

.woocommerce-account .woocommerce-MyAccount-content {
    padding: 15px;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active {
    position: relative;
    background: #31a5f9 !important;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover {
    background: #31a5f9 !important;
    color: #fff !important;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover {
    background: #31a5f9 !important;
    color: #fff !important;
}

.dokan-dashboard-wrap {
    color: #6b6b6b !important;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.settings i.pull-right {
    display: none;
}

@media (max-width: 790px) {
    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
        float: none;
    }
}