/*
Theme Name: Nikan GPS
Theme URI: https://nikangps.com
version: 2
Author: Webarat
Author URI: https://webarat.com
Description: Nikan Exclusive Template
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
Text Domain: Nikan GPS
*/

@import "fonts/font-face.css";
@import "fonts/fa/css/all.min.css";
@import "media.css";
a:hover {
    text-decoration: none;
}

body {
    font-family: vazir;
     background-color: #fbfbfb;
}

a:hover {
    color: #d62a4c;
}
a {
    color: #e94364;
}
.top {
    margin: 5px !important;
    padding: 10px 15px;
    border-radius: 14px;
    text-align: center;
    left: 0 !important;
}

.top.login {
    background-color: #2A3C4E;
    padding: 6px 14px;
    border: none;
    line-height: 200%;
}

.top.call {
    background-color: #E94364;
    padding: 6px 14px;
    border: none;
    line-height: 200%;
}

.navbar-brand {
    margin-right: inherit;
    margin-left: 1rem;
}

.row.slide {
    margin: 0px 0 25px 0;
}

.slide p {
    text-align: justify;
    line-height: 180%;
    margin-bottom: 15px;
}

.slide h1 {
    font-size: 30px;
    margin-bottom: 25px;
    margin-top: 30px;
    line-height: 150%;
}

.slide img {
    margin-top: 50px;
}

.btn-nikan-red {
    background-color: #E94364;
    border-color: #E94364;
    color: #fff;
}

.btn-nikan-red:hover {
    color: #fff;
    background-color: #de2c4f;
}

.btn-nikan-red:not(:disabled):not(.disabled).active,
.btn-nikan-red:not(:disabled):not(.disabled):active,
.show>.btn-nikan-red.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}


.btn-nikan-red.focus,
.btn-nikan-red:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, .5);
}
.slide .btn {
    padding: 7px 15px;
}
.btn-outline-nikan-red {
    color: #e94364;
    border-color: #e94364;
}
.btn-outline-nikan-red:hover {
    color: #fff;
    background-color: #e94364;
    border-color: #e94364;
}
.btn-outline-nikan-red:not(:disabled):not(.disabled).active,
.btn-outline-nikan-red:not(:disabled):not(.disabled):active,
.show>.btn-outline-nikan-red.dropdown-toggle {
    color: #fff;
    background-color: #e94364;
    border-color: #e94364;
}
.service h6 {
    text-align: center;
    color: #fff;
    vertical-align: middle;
    margin-top: 18px;
    font-size: 15px;
}
.service {
    background-color: #2A3C4E;
    padding: 30px 0;
}
.service .icon {
    display: flex;
    margin: auto;
}
.service .a .icon {
    background: url('img/service.png') no-repeat -861px -7px;
    width: 57px;
    height: 46px;
}
.service .b .icon {
    background: url('img/service.png') no-repeat -632px -5px;
    width: 56px;
    height: 51px;
}
.service .c .icon {
    background: url('img/service.png') no-repeat -433px 0;
    width: 54px;
    height: 58px;
}
.service .d .icon {
    background: url('img/service.png') no-repeat -234px -6px;
    width: 31px;
    height: 48px;
}
.service .e .icon {
    background: url('img/service.png') no-repeat 0 -6px;
    width: 55px;
    height: 55px;
}
.service .e h6,
.service .c h6 {
    margin-top: 10px;
}
.service .b h6 {
    margin-top: 15px;
}
.products h2 {
    text-align: center !important;
    color: #2A3C4E;
    display: block;
    margin: auto;
    padding: 40px 0 35px 0;
    font-size: 25px;
    font-weight: bold;
}
.products h3 {
    font-size: 17px;
    text-align: center;
    padding: 10px 0;
    color: #2A3C4E;
    font-weight: bold;
    transition: all 0.2s;
    line-height: 180%;
}
.products .item:hover {
    box-shadow: 0px 3px 12px -6px;
}
.products .item:hover h3 {
    color: #e94364;
}
.item {
    margin: 10px auto;
    padding: 15px;
    box-shadow: 0px 0px 12px -6px;
    border-radius: 10px;
    transition: all 0.2s;
    background: #fff;
}
.detail .price {
float: left;
    font-size: 12px;
    font-weight: 500;
    line-height: 190%;
    background: #1ec994;
    padding: 2px 10px;
    border-radius: 4px;
    color: #fff;
}
.item .btn-nikan-red {
    text-align: center;
    margin: auto;
    display: revert;
    /* margin-top: 18px; */
    padding: 3px 12px;
    border-radius: 4px;
    font-size: 12px;
}
.vizhegi {
    background: #1B7FF6;
    padding: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.vizhegi h2 {
    text-align: center !important;
    color: #fff;
    display: block;
    margin: auto;
    padding: 0px 0 35px 0;
    font-size: 25px;
    font-weight: bold;
}
img.v-img {
    display: block;
    margin: auto;
}
.vizhegi h6 {
    color: #fff;
    margin-top: 18px;
    text-align: center;
    font-weight: 300;
}
.vizhegi .icon {
    display: flex;
    margin: auto;
}
.vizhegi .a .icon {
    background: url('img/vizhegi-icon.png') no-repeat -867px -4px;
    width: 32px;
    height: 49px;
}
.vizhegi .b .icon {
    background: url('img/vizhegi-icon.png') no-repeat -648px -7px;
    width: 42px;
    height: 42px;
}
.vizhegi .c .icon {
    background: url('img/vizhegi-icon.png') no-repeat -426px -2px;
    width: 52px;
    height: 52px;
}
.vizhegi .d .icon {
    background: url('img/vizhegi-icon.png') no-repeat -221px -3px;
    width: 50px;
    height: 53px;
}
.vizhegi .e .icon {
    background: url('img/vizhegi-icon.png') no-repeat 0 0;
    width: 37px;
    height: 57px;
}
.order-status h2 {
    text-align: center !important;
    color: #2a3c4e;
    display: block;
    margin: auto;
    padding: 0px 0 35px 0;
    font-size: 25px;
    font-weight: bold;
}
.order-status img {
    margin: auto;
}
.faq {
    margin: 35px 0;
}
.panel {
    background-color: #ecececd4;
    padding: 35px;
    border-radius: 6px;
    color: #2A3C4E;
}
.panel p {
    line-height: 180%;
    font-size: 14px;
    color: #2A3C4E;
}
#accordion .panel {
    border: none;
    border-radius: 3px;
    box-shadow: none;
    background-color: inherit;
    margin: inherit;
    margin-bottom: 15px;
    padding: inherit;
    background-color: #ecececd4;
}
#accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 3px;
}
#accordion .panel-title a {
    display: block;
    padding: 12px 31px 12px 4px;
    background: #ecececd4;
    font-size: 16px;
    font-weight: 400;
    color: #103456;
    border: 1px solid #ececec;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    position: relative;
    transition: all 0.5s ease 0s;
    /* box-shadow: 0 1px 2px rgba(43, 59, 93, 0.30); */
    line-height: 160%;
}
#accordion .panel-title a.collapsed {
    box-shadow: none;
    color: #2A3C4E;
    box-shadow: 0 1px 2px rgba(43, 59, 93, 0.30);
}
#accordion .panel-title a:before, #accordion .panel-title a.collapsed:before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    width: 25px;
    height: 25px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 900;
    color: #e94364;
    text-align: center;
    position: absolute;
    top: 12px;
    right: 2px;
    transform: rotate(135deg);
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:before {
    color: #676767;
    transform: rotate(0);
    padding-left: 0;
}
#accordion .panel-title a:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #ececec;
    position: absolute;
    top: 0;
    right: 55px;
}
#accordion .panel-body {
    padding: 15px 20px;
    border: none;
    font-size: 15px;
    color: #615f5f;
    line-height: 27px;
    background: #ecececd4;
    padding-bottom: 5px;
}
h4.panel-title {
    margin-bottom: 0px;
}
.panel-collapse p {
}
.q-contact h4 {
    line-height: 420%;
    text-align: center;
}
.post-item .cover {
    width: 300px;
    overflow: hidden;
    height: auto;
    padding-bottom: 10px;
    vertical-align: middle;
    margin: auto;
}
.post-item:hover {
    box-shadow: 0px 3px 8px -6px;
}
.post-item:hover h2 {
    color: #e94364;
}
.post-item h2 {
    transition: 0.2s all;
}
.post-item .cover img {
    background-position: center center;
    background-size: cover;
    margin: auto !important;
    display: block;
}
.post-item .main h2 {
    font-size: 17px;
    padding: 10px 0 15px;
    line-height: 165%;
}
.post-item .main p {
    font-size: 14px;
    line-height: 180%;
    text-align: justify;
}
.post-item .detail span.date {
    float: left;
    font-size: 13px;
}
.post-item .detail span.cat {
    font-size: 13px;
    float: right;
}
.post-item {
    background: #ecececd4;
    border-radius: 6px;
    overflow: hidden;
    margin: auto;
    /* width: 300px; */
    transition: all 0.2s;
    margin: 15px auto;
    padding: 10px 15px;
}
.post-item .main {
    padding: 0px 15px;
}
.post-item .detail {
    padding: 0px 15px;
    height: 40px;
}
footer {
    margin-top: 40px;
    color: #fff;
}
footer .main {
    background: #2A3C4E;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
footer .main .row {
    padding: 30px 25px;
}
footer h3 {
    font-size: 22px;
    color: #fff;
}
footer p {
    font-size: 14px;
    line-height: 200%;
    text-align: justify;
    color: #f2f2f2;
}
ul li {
    list-style: none;
}
footer ul li a {
    color: #f2f2f2;
    line-height: 220%;
    font-size: 14px
}
ul {
    padding: 0;
}
footer .call {
    width: 220px;
    background: #e94364;
    display: block;
    padding: 0 0 0 10px;
    border-radius: 50px;
    overflow: hidden;
    margin: auto;
}
footer .call img {
    border-radius: 50%;
    padding-left: 5px;
}
footer .call span {
    font-size: 19px;
    display: inline-flex;
    padding-right: 3px;
}
footer address {
    text-align: center;
    padding: 20px 0;
}
footer .namad {
    background: #f4f4f4;
    width: 200px;
    height: auto;
    margin: 0 10px;
    border-radius: 6px;
    padding: 6px;
    overflow:hidden;
}
.col.namad img {
    height: 120px;
    margin: auto;
    display: block;
}
footer .container-fluid {
    background: #2A3C4E;
}
footer .copy-right p {
    padding: 0 60px;
    margin-top: 15px;
}
footer .social a i {
    color: #fff;
    font-size: 34px;
    float: left;
    margin: 11px;
}
footer .social {
    padding-left: 35px;
}
footer a:hover,
footer a:hover i {
    color: #e94364;
}

/* single post style */
h1,
h2,
h3,
h4,
h5,
p {
    color: #2A3C4E;
}
.single-post-c, .bg1 {
    padding: 25px 25px;
    background: #ffffff;
    box-shadow: 0px 0px 20px -15px;
    border-radius: 15px;
    margin: 15px auto;
}
.single-post-c h1 {
    font-size: 28px;
    line-height: 200%;
}
.single-post-c h2 {
    font-size: 26px;
    line-height: 200%;
}
.single-post-c h3 {
    font-size: 22px;
    line-height: 200%;
}
.single-post-c h4 {
    font-size: 20px;
    line-height: 200%;
}
.single-post-c p {
    font-size: 15px;
    line-height: 280%;
    text-align: justify;
}
.img-post img {
    /* box-shadow: 0px 0px 8px -3px; */
    /* border-radius: 8px; */
}
.widget {
    padding: 25px;
    background: #f4f4f4;
    margin: 30px 0px;
    border-radius: 8px;
}
.widget h4 {
    font-size: 19px;
    text-align: center;
}
.widget h3 {
    font-size: 14px;
    text-align: center;
    transition: all 0.2s;
    padding: 15px 0 0 0;
}
.widget ul li {
    margin-bottom: 30px;
}
.widget ul li:hover h3 {
    color: #e94364;
}
.related h3 {
    display: block;
    margin: auto;
    padding-bottom: 25px;
    font-weight: bold;
}
.related {
    margin: 45px 0;
}

/* carousel main page */
.col-md-3 {
    display: inline-block;
    margin-left: -4px;
    max-width: 100%;
    margin: auto;
}
.col-md-3 img {
    width: 100%;
    height: auto;
}
body .carousel-indicators li {
    background-color: red;
}
body .carousel-control-prev-icon,
body .carousel-control-next-icon {
    background-color: red;
}
body .no-padding {
    padding-left: 0;
    padding-right: 0;
}
div#ser {
    width: 100%;
    margin: auto;
    display: block;
}
body .carousel-control-prev-icon,
body .carousel-control-next-icon {
    color: #fff;
    background-color: inherit;
}

/* single product */
.fa-li {
    right: -2em;
    left: inherit;
    line-height: 254% !important;
}
.fa-check-square:before {
    color: #e94364;
    font-size: 20px;
}
i.fas.fa-check-square {
    border-radius: 25%;
    overflow: hidden;
}
ul.list-vizh li {
    line-height: 250%;
    color: #3c3c3c;
    font-size: 15px;
}
ul.list-vizh {
    padding-right: 25px;
}
.price span {
    font-size: 20px;
    padding: 3px;
}
.price span.t {
    font-size: 14px;
}
.price span.p {
    padding-left: 0;
}
.single-product .content .price {
    background: #1ec994;
    padding: 10px 15px;
    display: inline-block;
    color: #fff;
    margin-bottom: 5px;
    border-radius: 4px;
    /* width: 430px; */
    text-align: center;
    overflow: hidden;
}

.text {
    padding: 30px;
}
.product-detail {
    background: #f4f4f4;
    padding: 25px 40px;
}
.product-detail table tr td {
    background: #fff;
    border: none;
    border-radius: 4px;
    margin: 12px;
    display: inline-flex;
    width: 47% !important;
}
ul.head li,
ul.reply li {

    /* background: #fff; */
    /* margin: 18px 0; */
    /* padding: 0 14px; */
    /* border-radius: 4px; */
    /* font-size: 15px; */
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row.service.pro {
    background: #f4f4f4;
	margin-top:40px;
}
.pro h6 {
    color: #2a3c4e !important;
}
.pro .a .icon {
    background: url('img/pro-service.png') no-repeat -861px -7px;
    width: 57px;
    height: 46px;
}
.pro .b .icon {
    background: url('img/pro-service.png') no-repeat -632px -5px;
    width: 56px;
    height: 51px;
}
.pro .c .icon {
    background: url('img/pro-service.png') no-repeat -433px 0;
    width: 54px;
    height: 58px;
}
.pro .d .icon {
    background: url('img/pro-service.png') no-repeat -234px -6px;
    width: 31px;
    height: 48px;
}
.pro .e .icon {
    background: url('img/pro-service.png') no-repeat 0 -6px;
    width: 55px;
    height: 55px;
}
.pro .e h6,
.pro .c h6 {
    margin-top: 10px;
}
.pro .b h6 {
    margin-top: 15px;
}
p {
    line-height: 200%;
}

/* menu custom */
ul.navbar-nav li {
    margin-right: 5px;
    margin-left: inherit;
}

ul.navbar-nav li a {
    display: block;
    padding: 0.5rem 1rem;
    padding-right: .5rem;
    padding-left: .5rem;
    color: rgb(0 0 0 / 0.9);
    transition: all 0.2s;
}

ul.navbar-nav li:hover a {
    color: rgb(0 0 0 / 0.6);
}

ul.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.menu-main-menu-container {
    margin-left: auto;
}

.navbar-collapse ul.sub-menu {
    position: absolute;
    width: 250px;
    background: #fff;
    top: 50px;
    right: 15px;
    padding: 0;
    list-style: none;
    z-index: 99999999;
    opacity: 0;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    pointer-events: none;
    border-top: none;
    box-shadow: 1px 1px 7px rgba(0,0,0,.2);
    -moz-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
    -webkit-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
    -ms-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
    -o-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
    border-radius: 0 0 3px 3px;
}


.navbar-collapse ul>li:hover .sub-menu, .navbar-collapse ul.sub-menu>li:hover {
    background-color: #ffffff;
}
.navbar-collapse ul li {
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 10px 0px;
}
.navbar-collapse ul.sub-menu>li {
    line-height: 50px;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 50px;
}
.navbar-collapse ul.sub-menu>li:hover {
    background:#f5f5f5;
}
.navbar-collapse ul.sub-menu>li>a {
    display: block;
    padding: 0 10px;
    line-height: 50px;
    height: 50px;
    color: rgba(0,0,0,.7);
}

.navbar-collapse ul>li:hover>ul {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    pointer-events: all;
}



div#carouselExamplethumbs .carousel-indicators li {
    background-color: transparent;
}

div#carouselExamplethumbs img {
    margin-top: 0;
}

li.w-100.h-100 img {
    border: 1px solid #e94364bf;
    overflow: hidden;
    border-radius: 4px;
    padding: 15px;
}
.gallery .carousel-item {
    border: 2px solid #c1c1c19c;
    border-radius: 6px;
    padding: 15px;
    height: auto;
}

.col.item img {
    display: block;
    margin: auto;
}

.container.single-post-c .carousel-item img {
    flex-wrap: wrap;
    margin: auto;
    display: block;
    height: 300px;
    vertical-align: middle;
    padding: 15px 0;
}


.rating-box {
    background-color: #f4f4f4;
    padding: 12px;
    border-radius: 6px;
}

.rating-box strong {
    float: right;
    vertical-align: middle;
    line-height: 285%;
    font-size: 18px;
}


.row.post-i {
    background-color: whitesmoke;
    margin: 20px 0;
    padding: 15px;
}

.row.post-i img {
    box-shadow: none;
}

.row.post-i .img-post {
    background-color: #fff;
    border-radius: 4px;
    padding: 5px;
}

.text figure {
    width: auto !important;
}

.home h3 {
    text-align: center;
    margin: auto;
    padding: 15px 0;
}

.form-inline.my-2.my-lg-0.d-none.d-lg-block.d-xl-block {
    margin-right: 122px;
}

ul#primary-menu li a {
    font-size: 15px;
}

.img-post {
    margin-top: 20px;
}

.cat-detail {
        font-size: 12px;
    color: #5a5a5a;
}

.breadcrumb {
    background: transparent;
    font-size: 13px;
    padding: 0;
    margin-bottom:0;
}

.breadcrumb a {
    color: #000;
}

.breadcrumb .container-fluid {
    padding: 0;
}

.b-item {
    display: inline;
    margin-left: 10px;
}

.b-item i:before {
    vertical-align: middle;
    font-size: 10px;
    padding-right: 8px;
}

.short {
    margin: 15px auto;
}


span.q {
    line-height: 300%;
    background: #fff;
    margin: 7px;
    padding: 0 12px;
    border-radius: 4px;
    font-size: 15px;
    flex: 0 0 22.2%;
    max-width: 22.2%;
}

span.a {
    line-height: 300%;
    background: #fff;
    margin: 7px;
    padding: 0 12px;
    border-radius: 4px;
    font-size: 15px;
    flex: 0 0 74.8%;
    max-width: 74.8%;
}

.bg1 h3 {
    text-align: center;
    padding-bottom: 20px;
        margin: auto;
        font-size:1.5em;
}

.star-ratings.lft {
    display: block !important;
}
.sr-stars.sr-star.gray {
    float: left !important;
}
.star-ratings .sr-legend {
    font-size: 15px !important;
    color: #080808 !important;
    line-height: 259% !important;
    float: right !important;
    font-weight: 400 !important;
}
.star-ratings {
    width: 360px !important;
}

.item-side img {
    width: 100%;
    height: auto;
}

.post-type-archive-product .img-fluid {
    max-width: 100%;
    width: auto;
    height: 250px;
}
.page-template-blog h2, .archive h2 {
    font-size: 24px;
}

.row.post-i:hover h2 {
    color: #E94364;
    transition: 0.1s;
}

.row.post-i h2 {
    transition: 0.1s;
}















.divider {
	display: none
}
.divider a {
	display: block;
    height: 36px
}
.burger-menu {
	display: block;
    position: fixed;
    width: 285px;
    height: 100vh;
    right: 0;
    background: #000;
    background: #fff;
    margin-right: 0;
    z-index: 9999;
    top: 0;
    transition: all 0.2s ease 0.2s;
    transform: translateX(300px);
}
.menu-overlay{
	position: fixed;
    width: 100%;
    height: 100vh;
    background: #000;
    display: block;
    top: 0;
    right: 0;
    z-index: 8;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease
}
.menu-overlay.seen {
	opacity: 0.5;
    visibility: visible
}
span.closer,#menu_main_aw ul.menu li.menu-item > span {
	display: none
}
.burger-menu-logo {
	text-align: center;
	margin: 15px 0 30px 0
}
@media only screen and (max-width:991px) {
	
	.custom-logo-link {
		margin-right: 50px;
	}
	span.closer {
		display: block;
		color: #717d89;
		font-size: 25px;
		position: absolute;
		left: 15px;
		top: 10px;
		transition: all 0.2s ease;
	}
	.burger-menu.expand {
		overflow-y: scroll;
		transform: translateX(0px) !important;
		transition: all 0.2s ease !important
	}
	.top-header {
		background-color: #4eb49e!important
	}
	.divider {
		display: block;
		position: absolute;
		font-size: 50px;
		top: 69px;
		/* right: 0px; */
		color: #2a3c4e;
		line-height: 36px;
	}
	.divider a {
		color: #2a3c4e
	}
	#menu_main_aw ul.menu li.menu-item-has-children {
		position: relative;
	}
	#menu_main_aw ul.menu li.menu-item-has-children > span {
		display: block;
		position: absolute;
		top: 15px;
		right: 20px;
		font-size: 22px;
		color: #757575;
		width: 19px;
		height: 19px;
		background: transparent;
		transition: none;
		border: 2px solid #757575;
		border-radius: 50px;
		text-align: center;
		line-height: 16px;
		margin-left: 20px;
	}
	#menu_main_aw ul.menu li.menu-item-has-children > span a {
		color: #757575;
		padding: 0;
		font-size: 20px;
	}
	#menu_main_aw ul.menu li.menu-item > a {
		display: block;
		color: #757575;
		font-size: 15px;
		text-align: right;
		width: calc(100% - 48px);
		margin: 0 48px 0 0;
	}
	#menu_main_aw .burger-menu-content ul.sub-menu li.menu-item > a {
		color: black;
	}
	#menu_main_aw .burger-menu-content ul.sub-menu {
		display: none;
	}
	#menu_main_aw .burger-menu-content ul ul.sub-menu {
		position: unset;
		width: 100%;
		background-color: #ccc;
	}
	#menu_main_aw ul.menu li.menu-item {
		line-height: 50px;
	}
	
	
.menu-divider {
    display: block;
    width: 100%;
    height: 60px;
    margin-bottom: 30px;
}

.container.single-post .row {
    padding-right: 10px;
    padding-left: 10px;
}

.menu-divider .icon {
    width: auto;
    display: block;
}

.menu-divider .logo {
    width: auto;
    float: left;
    margin-top: 16px;
}


.page-template-blog h2, .archive h2 {
    font-size: 20px;
    line-height: 160%;
    padding-top:20px;
    text-align:justify;
    font-weight:bold;
}

p {
    text-align:justify;
}

img {
    max-width: 100%;
    height: auto;
}


}

.divider i {
    color: #b1b1b1 !important;
    line-height: 30px !important;
    font-size: 30px !important;
    float: right !important;
    font-weight: bold !important;
    border: 1px solid #dedede;
    border-radius: 6px;
    padding: 5px;
}
i {
    display: inline-block;
    vertical-align: middle;
}

.mob-icon-menu-3:before {
    content: '\f008';
}

.panel-red {
    width: 100%;
    background: #e94364;
    padding: 2px;
}

.panel-red .call {
    float: left;
}
.panel-red .login {
    background: none;
}

.top-btn .btn {
    margin: 0px 8px;
}

.slide-m img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-top: 0;
    margin-bottom: 25px;
}

.img-post img {
    height: auto;
    width: 300px;
    float: none;
    margin-right: auto;
}

.archive h1 {
    text-align: center;
    margin: auto;
    font-size: 26px;
    padding: 10px 0;
}

.archive .breadcrumb {
    margin:auto;
    padding-bottom:20px;
}


.btn-pro {
    display: flex;
}

.btn-pro .btn {
    margin:auto;
    font-size:14px;
}

.price {
    margin:0 auto 10px !important;
    display:block !Important;
}

.col .item img {
    max-width: 100%;
    margin: auto;
    display: block;
}

.products .item img {
    margin: auto;
    display: block;
}

.content p {
    font-size: 14px;
    text-align: justify;
    line-height: 260%;
}





.comment-form {
    font-family: inherit!important
}

.comment-form-comment textarea {
    font-family: inherit;
    width: 100%;
    padding: 15px;
    resize: vertical;
    border: 1px solid #bbb;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.comment-form input[type=submit] {
    font-family: inherit;
    background-color: #ffc857;
    color: #2a3c4e;
    padding: 11px 30px;
    border-radius: 5px;
    font-size: 15px;
    text-align: center;
    border: 0;
    outline: 0;
    cursor: pointer
}

.comment-form-email input[type=email],
.comment-form-email input[type=text],
.comment-form-author input[type=text] {
    font-family: inherit;
    background: none;
    border: none;
    width: 100%;
    height: 2em;
    line-height: 2em;
    font-size: 12px;
    color: #888;
    outline: none;
}

.comment-form .math-captcha-form input {
    float: unset!important;
    height: 2em;
    line-height: 2em;
    padding: .3em 1em;
    border: 1px solid #bbb;
    border-radius: 5px
}

.comment-form .math-captcha-form label {
    width: auto!important;
    margin-left: 30px
}

ol.comment-list {
    list-style: none;
    margin-top: 5rem;
    padding-right: 5px
}

ol.comment-list .comment-body {
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    border: 1px solid #eaeaea;
}

.comment-meta .comment-author {
    font-size: 15px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 10px
}

.children .comment-meta .comment-author {
    color: #337ab7;
}

ol.comment-list .comment-body>img {
    float: right;
    margin-right: 0;
    margin-left: 20px;
    border: 1px solid #e5e5e5;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, .2);
    -moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, .2);
    -ms-box-shadow: 1px 1px 7px rgba(0, 0, 0, .2);
    -o-box-shadow: 1px 1px 7px rgba(0, 0, 0, .2)
}

.comment-meta .comment-metadata {
    line-height: 1em;
    text-align: right;
}

.comment-meta .comment-metadata>a {
    color: #03A9F4;
    font-size: 13px
}

.comment-content {
    margin-left: 0;
    margin-right: 90px
}

.comment-list .reply {
    line-height: 1em;
    text-align: left;
    /* margin-top: -30px; */
}

.comment-list .reply>a {
    font-size: 11px;
    border-radius: 3px;
    padding: 3px 15px;
    color: #212121;
    height: 30px;
    background: 0 0;
    border: 1px solid #cc3d6a;
    line-height: 0px;
    transition:all 0.3s;
}

.comment-list .reply>a:hover {
    border: 1px solid #3d17aa;
    background-color: #3d17aa;
    color:#fff;
}

@media only screen and (max-width:670px) {
    .comment-list .comment .children {
        padding: 0
    }
}

.comment-list .comment .children {
    margin-top: 15px;
    list-style: none
}

ol.comment-list li.comment ol.children li {
    box-shadow: none;
    border: none;
    background: #f3f3f3;
}


.comment-form-email input[type=email], .comment-form-email input[type=text], .comment-form-author input[type=text] {
    font-family: inherit;
    background: none;
    border: none;
    width: 100%;
    height: 2em;
    line-height: 2em;
    font-size: 12px;
    color: #888;
    /* padding: 10px; */
    outline: none;
    /* background: #fff; */
}


.comments-area p>span.comment_fields {
    display: block;
    height: 3em;
    line-height: 10px;
    padding: 5px;
    border: 1px solid #bbb;
    border-radius: 5px;
    margin: 0 0 1em;
    background: #fff;
}
.comments-area p {
    font-size: 13px !important;
    line-height: 24px;
}
.single-product .content-product-single p, .comments-area p {
    font-size: 17px;
    line-height: 35px;
    text-align: justify;
    margin: 0 1% 10px;
}



@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  
ol.comment-list .comment-body>img {
    display: block;
}

.comment-content {
    display: block;
    margin: 0;
}

.comments-area p {
    padding-top: 20px;
}
.comment-list .reply {

    margin-top: -10px;
}
}

@media (min-width: 767px) {
  .hidden-lg {
    display: none !important;
  }
}

ul#Footer-menu a {
    font-size: 14px;
    color: #fff;
}

p.comment-form-comment {
    display: block;
}

.comments-area p {
    font-size: 13px !important;
    line-height: 260%;
    padding-top: 6px;
}




@media only screen and (max-width:768px) {
    .middle-header {
        padding-top: 35px
    }
    .site-logo {
        text-align: center
    }
    .comment-form-author,
    .comment-form-email {
        display: block;
        width: 100%;
        float: unset
    }
    .comment-form-email>label {
        text-align: right
    }
    .comment-form .form-submit {
        margin-top: 2rem
    }
    .archive-thumb {
        border-radius: 5px;
        margin-top: 15px
    }
}





@media only screen and (min-width:769px) {
    .comment-form-author,
    .comment-form-email {
        width: 48%;
        float: right
    }
    .comment-form-email>label {
        text-align: center
    }
}

input#wp-comment-cookies-consent {
    vertical-align: middle;
}




.children .comment-meta .comment-author {
    color: #337ab7;
}
.comment-meta .comment-author {
    font-size: 15px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 10px;
    text-align: right;
}

.comment-content {
    margin-left: 0;
    margin-right: 90px;
}

ol.comment-list .comment-body>img {
    float: right;
    margin-right: 0;
    margin-left: 20px;
    border: 1px solid #e5e5e5;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, .2);
    -moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, .2);
    -ms-box-shadow: 1px 1px 7px rgba(0, 0, 0, .2);
    -o-box-shadow: 1px 1px 7px rgba(0, 0, 0, .2);
}

ol.comment-list .comment-body {
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    border: 1px solid #eaeaea;
}

ol.comment-list li.comment ol.children li {
    box-shadow: none;
    border: none;
    background: #f3f3f3;
}
.comment-list .comment .children {
    margin-top: 15px;
    list-style: none;
}

ol.comment-list .comment-body {
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    border: 1px solid #eaeaea;
}

div#comments h2 {
    font-size: 20px;
    line-height:200%;
    text-align: center;
}

div#comments h3 {
    font-size:15px;
    text-align: center;
    line-height:200%;
}

a#cancel-comment-reply-link {
    display: block;
}
div#respond {
    padding: 25px;
    background: #f7f7f7;
    border-radius: 4px;
}



p.comment-form-cookies-consent, p.comment-notes, h3#reply-title {
    display: none !important;
}


p span {
    padding: 3px 11px;
    border-radius: 8px;

    margin: 0px 2px;
}

.content img {
    display: block;
    margin: 10px auto;
}

.container.single-post {
    padding: 35px 35px;
    background: #ffffff;
    box-shadow: 0px 0px 20px -15px;
    border-radius: 15px;
    margin: 15px auto;
}

.content .breadcrumb {
    display: table;
    margin-right: auto;
    margin-left: auto;
    opacity:0.8;
}
.content h1 {
    font-size: 28px;
    line-height: 200%;
    text-align: center;
}


.gform_wrapper input, .gform_wrapper optgroup, .gform_wrapper select, .gform_wrapper textarea {
    border: solid 1px #cccccc;
    border-radius: 4px;
    font-size: 13px;
    background: #fbfbfb;
    line-height: 200%;
    transition:all 0.3s;
    padding:8px 10px !Important;
}

textarea:focus, input:focus{
    outline: none;
    transition:all 0.3s;
    border:solid 1px #989898
}


.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    font-size: 11px;
    opacity: 0.7;
    line-height: 210%;
}



.item-side {
    background: #fff;
    padding: 12px;
    border-radius: 6px;
    margin: 20px 0;
    transition:all 0.3s;
    border:solid 1px #fff;
    box-shadow:0px 0px 15px -14px;
}

.item-side:hover {
    border:solid 1px #e9436475;
}

.boxs h3 {
    text-align: center !important;
    margin: 0px auto 10px;
    font-size: 1.5rem;
}


.pagination {
    text-align: center;
    margin: auto;
    display: block;
    margin-top: 50px !important;
}

.pagination a,
.pagination span.current {
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0
}

.pagination span.current {
    background-color: #2a3c4e;
    color: #fff;
    border: #2a3c4e
}

.pagination a:hover:not(.active) {
    background-color: #ddd
}


figure.img-post {
    display: inline-table;
}

.post-item .main h2 {
    margin-bottom: 0;
}