/*
Theme Name: Present
Theme URI: https://zhaket.com/store/web/shokrino
Author: Shokrino
Author URI: https://zhaket.com/store/web/shokrino
Description: A creative team that has designed a modern, user-friendly and completely Iranian format. One of the advantages of this template is its high speed and lightness, and it is fully compatible with Elementor for more convenience in personalization. A more attractive WordPress experience!
Requires at least: 5.3
Tested up to: 5.8
Requires PHP: 7.2
Version: 1.1.2
License: All Rights Reserved for Matin Shokri
License URI: http://shokrino.ir/license.html
Text Domain: present
Tags: blog, woocommerce, services, cv, minimal theme, modern theme, present, present theme

Present Theme like WordPress is under the terms of the GNU GPL
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 0;
}
:root {
    --main-font-family : kalameh;
    --main-color-present : #0096ff;
}
/* Main Tags */
body {
    direction: rtl;
    font-size: 14px;
    text-align: right;
    color: #294559;
    line-height: 30px;
    font-family: var(--main-font-family), sansserif;
    font-weight: 400;
    overflow-x: hidden;
    background: white;
}
a {
    text-decoration: none;
    font-style: normal;
    color: #3d98ff;
    font-weight: bold;
}
a:hover {
    color: #595959;
}
li {
    list-style: none; !important;
}
.copyright a {
    color: #fff;
}
html {
    scroll-behavior: smooth;
}
.relative {
    position: relative;
}
.container {
    max-width: 1220px;
    margin: auto;
    padding-right: 10px;
    padding-left: 10px;
}
.full-width {
    width: 100% !important;
}
/* 404 */
.bg-404 {
    width: 100%;
    padding: 35px;
    float: right;
    margin-bottom: -25px;
}
.error-404 {
    float: right;
    display: flex;
    background-color: #42455E;
    width: 100%;
    padding: 50px 65px;
    border-radius: 35px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.row-404 {
    width: 48%;
    margin: auto;
}
.error404-text {
    background: url(/img/Shape_404.svg) no-repeat center;
    margin: 13px;
    padding: 185px 0;
    display: flex;
    justify-content: center;
    opacity: 0.7;
    width: 48%;
}
.row-404 h2 {
    font-size: 27px;
    font-weight: 900;
    margin-bottom: 6px;
}
.row-404 h5, .row-404 h2 {
    color: white;
}
.row-404 .login-button {
    float: right;
}
.back-to-home {
    margin: 12px 6px auto auto !important;
}
.login-button > a {
    float: left;
    text-decoration: none;
    color: white;
    background: var(--main-color-present) !important;
    box-shadow: 0 4px 18px #0093ff4f;
    padding: 7px 22px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 600;
    margin: 22px 12px 22px 37px;
}
.error404-text {
    background: url('/img/Shape_404.svg') no-repeat center;
    margin: 13px;
    padding: 185px 0;
    display: flex;
    justify-content: center;
    opacity: 0.7;
    width: 48%;
}
.error404-text h2 {
    font-size: 240px;
    font-family: var(--main-font-family);
    margin-right: -25px;
    margin-bottom: -40px;
    font-weight: 900;
    color: #83a5d2;
}
/* 404 */
/* header */
.header-present {
    margin: 25px auto 0px auto !important;
    width: 100%;
    float: right;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 5px 20px -1px rgba(61, 130, 179, 0.17);
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 5px 0;
    position: relative;
    z-index: 9999;
}
.logo-header {
    max-width: 180px;
    width: 15%;
    display: flex;
    justify-content: right;
    padding: 12px 25px 1px 0;
    overflow: hidden;
}
.logo-header img {
    max-height: 46px;
    max-width: 100%;
}
.logo-header {
    max-width: 195px;
    width: 16%;
    display: flex;
    justify-content: right;
    padding: 12px 25px 1px 0;
}
.menu-header {
    max-width: 781px;
    width: 64%;
    display: flex;
    justify-content: right;
}
.button-header {
    width: 20%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.header-login-button {
    display: flex;
    justify-content: center;
    width: 100%;
}
.header-login-button > a {
    color: #294559;
    font-size: 17px;
    display: flex;
    padding: 20px 20px;
}
.header-login-button > a:hover {
    color: var(--main-color-present);
}
.header-login-button > a > svg {
    margin-left: 3px;
    fill: var(--main-color-present);
}
.header-login-button > a:hover > svg {
    margin-left: 5px;
    transition: 0.2s ease-out;
    fill: var(--main-color-present);
}
.button-menu-mobile {
    display: none;
}
/* header menu */
/* mobile side menu */
.mobile-side-menu {
    display: none;
    background: #fff;
    box-shadow: 0 9px 65px -5px rgba(61,130,179,.24);
    width: 300px;
    position: fixed;
    left: 0;
    z-index: 999999;
    bottom: 0;
    height: 100%;
    padding: 20px;
    border-radius: 0 25px 25px 0;
    justify-content: start;
    flex-wrap: wrap;
    flex-direction: column;
}
.box-1-side-menu {
    display: flex;
    height: fit-content;
    justify-content: right;
    width: 100%;
}
.icon.icon-tabler.icon-tabler-x {
    animation-duration: 0.2s;
    animation-iteration-count: 1;
    animation-name: rotate90deg;
}
@keyframes rotate90deg {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(90deg);
    }
}
.mobile-side-menu > ul {
    display: block;
    float: right;
    width: 100%;
    margin: 10px auto;
}
.mobile-side-menu ul li {
    list-style: none;
    margin: 15px 15px 15px auto;
}
.mobile-side-menu ul li a {
    color: #535353;
    width: 100%;
    height: 100%;
    display: block;
    padding: 6px 16px;
    margin: -3px -5px;
    background: #5222d007 !important;
    border-radius: 12px;
}
/* mobile side menu */
.main-menu {
    float: right;
    max-width: 692px;
}
.main-menu .menu ul {
    display: flex;
    flex-wrap: wrap;
}
.main-menu .menu-item i {
    margin-right: -14px;
    margin-left: 20px;
}
.main-menu > ul > li {
    float: right;
    list-style: none;
    position: relative;
}
.main-menu ul li a {
    padding: 21px 0px 21px 22px;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    color: #676666;
    font-weight: 400;
}
.main-menu .menu ul li {
    display: block;
    width: 100%;
}
.main-menu ul li a:hover, .main-menu .menu-arrow.fa-angle-up {
    color: var(--main-color-present);
}
.main-menu ul li a:active {
    color: var(--main-color-present);
}
.main-menu > ul > li > ul > li > a {
    padding: 30px 0px 30px 22px;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    color: #ffffffd6;
    font-weight: 700;
}
.main-menu ul li a i {
    margin-right: 5px;
}
.main-menu ul li ul {
    position: absolute;
    width: 250px;
    padding: 10px;
    background: var(--main-color-present);
    top: 115px;
    right: 0;
    box-shadow: 0px 12px 50px 10px rgba(61, 130, 179, 0.17);
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
    z-index: 999;
    border-radius: 20px;
}
.main-menu ul > li > ul > li > ul {
    width: 250px;
    right: 250px;
    color: white !important;
    opacity: 0 !important;
    visibility: hidden;
    top: -10px;
}
.main-menu ul > li > ul > li > ul a {
    color: white !important;
}
.main-menu ul > li > ul > li > i {
    display: none;
}
.main-menu > ul > li > ul > li:hover > ul {
    opacity: 1 !important;
    visibility: visible;
}
.nav-mobile > ul > li > ul > li.menu-item-has-children > a {
    background: white !important;
    color: #484848 !important;
}
.main-menu ul li ul li {
    list-style: none;
    position: relative;
}
.main-menu ul li ul li a {
    padding: 9px 15px;
    display: block;
    font-weight: normal;
}
.main-menu ul li ul li a:hover {
    color: #fff;
}
.main-menu > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    top: 83px;
}
.main-menu > ul > li.active-current-menu-on > a {
    color: var(--main-color-present);
}
/* header menu */
/* header */
/* footer */
.footer-present {
    width: 100%;
    float: right;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 12px 50px 10px rgba(61,130,179,.08);
    text-align: center;
    position: relative;
    padding: 5px;
    margin: 15px auto 25px auto;
    z-index: 9998;
}
.footer-wrapper {
    background: #0096ff;
    color: #fff;
    padding: 22px 0 30px;
    border-radius: 15px;
    margin: 14px 15px 5px;
}
.footer-widgets-container {
    display: flex;
    flex-direction: row;
    margin: 20px 30px;
}
.footer-widget-item {
    display: flex;
    flex: 1;
    flex-direction: column;
}
.footer-present h3 {
    font-weight: 800;
    font-size: 20px;
    padding-bottom: 25px;
}
.copyright-box {
    display: flex;
    justify-content: space-between;
    margin: 12px 20px;
}
.social-three {
    display: flex;
}
.social-three a {
    display: inline-flex;
    margin: auto;
}
.social-three > a > svg {
    margin-right: 8px;
    padding: 0px;
}
.social-three > a:hover > svg {
    fill: var(--main-color-present);
    margin-top: -5px;
    transition: 0.2s ease-out;
}
/* footer */
/* blog page */
.single-page {
    float: right;
    width: 100%;
}
.single-page .main-single {
    float: right;
    width: 70%;
}
.sidebar {
    position: sticky;
    z-index: 10;
    top: -10px;
    left: 0;
    margin-bottom: 25px;
}
.sidebar {
    float: left;
    width: 28%;
}
.posts {
    float: right;
    width: 100%;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 12px 50px 10px rgba(61,130,179,.08);
    padding: 22px 40px;
    margin: 25px auto;
    position: relative;
}
.cat-posts {
    display: inline-flex;
    width: 100%;
    padding: 22px 0;
    margin: -20px 0 25px 0;
    flex-wrap: wrap;
}
.pagination {
    float: right;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.posts .posts-head {
    float: right;
    width: 100%;
}
.cat-head {
    max-height: 300px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}
.posts .posts-head .posts-title {
    float: right;
    border-bottom: 4px solid var(--main-color-present);
    padding-bottom: 6px;
    border-radius: 2px;
    padding-top: 0px;
    margin-bottom: 6px;
}
.posts .posts-head .posts-title h2 {
    font-size: 22px;
    font-weight: 800;
}
.cat-posts {
    display: inline-flex;
    width: 100%;
    padding: 22px 0;
    margin: -20px 0 25px 0;
    flex-wrap: wrap;
}
.cat-posts .box-article {
    width: 32%;
    float: right;
    background-color: #fff;
    margin: 0 5px 20px 5px;
    overflow: hidden;
    box-shadow: 0 5px 20px 1px rgba(61,130,179,.05);
    position: relative;
    padding-bottom: 50px;
}
.box-article {
    border-radius: 25px;
    border: .1px solid #efefef;
    margin: 20px 2px;
    background-color: #fff;
    transition: all .15s ease-in-out;
    padding: 10px;
    text-decoration: none;
    direction: rtl;
}
.box-article a {
    text-decoration: none;
    color: #313131;
    display: block;
}
.cat-posts img {
    width: 100%;
    border-radius: 20px;
    height: auto;
}
.box-article a h2 {
    font-size: 16px;
    text-align: center;
    padding: 15px 10px;
}
.box-article p {
    color: #777;
    padding: 0 12px;
    font-weight: 500;
}
.box-article .btn-more {
    background: #ecf0f1;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #8b8b8b;
    padding: 4px;
    margin-top: 20px;
    border-radius: 25px;
}
.cat-posts .box-article .btn-more {
    background: #ecf0f1;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #8b8b8b;
    padding: 4px;
    border-radius: 25px;
    position: absolute;
    bottom: 6px;
    width: 94%;
    right: 3%;
    left: 3%;
}
.cat-posts .box-article:hover .btn-more {
    color: #fff;
    background: var(--main-color-present);
}
/* blog page */
/* search page */
.search-container {
    float: right;
    width: 100%;
    border: .1px solid #ccc;
    border-radius: 22px;
    margin: 6px 0 12px 0;
}
.search-container form {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}
.search-container-spage form label {
    width: 89%;
}
.search-container-spage form button {
    width: 11%;
}
button {
    display: inline-block;
    font-family: var(--main-font-family);
    font-size: 18px;
    padding: 7px;
    border-radius: 12px;
    cursor: pointer;
    margin: auto;
}
input, option, select {
    font-family: var(--main-font-family),sans-serif !important;
}
.search-container-spage form label input {
    width: 100% !important;
}
.search-container input[type="text"] {
    padding: 16px 18px !important;
    font-size: 17px;
    border: none;
    background: #fff0;
    font-family: var(--main-font-family),sans-serif;
    border-radius: 0 22px 22px 0;
    width: 84%;
}
.search-container button {
    float: left;
    padding: 14px 12px 3px 12px;
    background: #fff0;
    font-size: 20px;
    border: none;
    cursor: pointer;
    color: #7d7c7c;
}
/* search page */
/* sidebar blog */
.sidebar-top {
    width: 100%;
    float: right;
    background-color: #fff;
    margin: 25px auto -6px auto;
    border-radius: 35px;
    box-shadow: 0 12px 50px 10px rgba(61,130,179,.08);
    overflow: hidden;
    padding: 12px 20px;
    max-height: 720px;
    list-style: none;
}

.banner-sidebar {
    float: right;
    width: 100%;
    padding: 0 7px;
}
.wp-block-image {
    margin: 0;
    border-radius: 15px !important;
    overflow: hidden;
}
.banner-sidebar figure img {
    width: 100%;
    margin-top: 8px;
    border-radius: 25px !important;
    height: auto;
}
/* sidebar blog */
/* elementor */
.elementor {
    float: right;
    width: 100% !important;
}
/* elementor */
/* page */
.breadcrumb-box {
    width: 100%;
    float: right;
    background-color: #fff;
    margin: 25px auto -6px auto;
    border-radius: 20px;
    box-shadow: 0 12px 50px 10px rgba(61,130,179,.08);
    overflow: hidden;
    padding: 12px 24px;
    position: relative;
    display: flex;
    justify-content: center;
}
.breadcrumb-box a {
    color: var(--main-color-present);
    text-decoration: none;
    font-size: 15px;
}
.breadcrumb-box svg {
    padding-top: 2px;
}
.main-single {
    float: right;
}
.content-single {
    width: 100%;
    float: right;
    text-align: right;
    position: relative;
}
/* page */
/* post */
.single-post-page {
    width: 100%;
    margin: auto;
    float: right;
}
.posts-content {
    background-color: #fff;
    margin: 30px auto 12px auto;
    border-radius: 25px;
    box-shadow: 0 4px 35px 1px rgba(61,130,179,.08);
    overflow: hidden;
    padding: 25px;
    position: relative;
}
.post-title-heading1 {
    text-align: center;
    font-size: 30px;
}
.post-thumbnail-image img {
    width: 98%;
    margin-bottom: 15px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    margin-top: 20px;
    border-radius: 25px;
    box-shadow: 0px 0px 21px -20px #294559;
}
.post-meta-and-picture-box {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    margin: 20px auto;
}
.post-meta-and-picture-box .post-meta-boxes {
    display: flex;
    width: 30%;
}
.post-meta-and-picture-box .post-thumbnail-image {
    display: flex;
}
.post-meta-and-picture-box .post-meta-boxes {
    display: flex;
    width: fit-content;
    justify-content: center;
    min-width: 30%;
    background-color: #42455E;
    color: white;
    border-radius: 12px;
    padding: 15px 10px;
    font-size: 16px;
}
.kk-star-ratings .kksr-legend {
    display: none !important;
}
.posts-content {
    font-size: 17px;
    font-weight: 500;
    line-height: 42px;
}
.post-meta-boxes {
    line-height: 2;
}
.post-meta-boxes .icon.icon-tabler.icon-tabler-calendar, .post-meta-boxes .icon.icon-tabler.icon-tabler-folders {
    margin-left: 4px;
    margin-top: 2px;
}
.post-meta-boxes a:hover {
    color: white;
}
.post-meta-boxes a {
    color: var(--main-color-present);
}
/* post */
/* comments */
.comment-reply-title , p.comment-notes  {
    display: none;
}
.comments-box {
    float: right;
    margin-top: -30px;
}
.comment-respond textarea {
    height: 184px;
    line-height: 26px;
    width: 100%;
    outline: 0;
    padding: 11px 10px;
    border: 1px solid #dcdcdc;
    -webkit-appearance: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-family: 'var(--main-font-family)', sans-serif;
    border-radius: 20px;
}
.comment-respond input[type="text"] {
    width: 100%;
    outline: 0;
    padding: 11px 10px;
    border: 1px solid #dcdcdc;
    border-radius: 14px;
    -webkit-appearance: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-family: 'var(--main-font-family)';
}
.comment-respond label {
    display: block;
    color: #6c757d;
    padding-bottom: 3px;
}
.comment-respond #commentform {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
#commentform p.comment-form-comment,#commentform p.form-submit {
    width: 100%;
    padding: 0 15px;
}
#commentform p.comment-form-url,p.comment-form-cookies-consent {
    display: none;
}
#commentform p.comment-form-author,#commentform p.comment-form-email {
    flex: 0 0 50%;
    padding: 0 15px;
}
#commentform p.form-submit {
    width: 100%;
    padding: 0 15px;
    margin-top: 20px;
}
.comment-respond input[type="submit"] {
    background-color: var(--main-color-present);
    border-radius: 14px;
    padding: 10px 17px;
    line-height: 27px;
    display: inline-block;
    transition: all .2s ease-in-out;
    color: #fff;
    font-family: var(--main-font-family), sans-serif;
    font-size: 15px;
    cursor: pointer;
}
input[type="email"], input[type="tel"], input[type="password"], input[type="text"] {
    outline: 0;
    padding: 11px 10px;
    border: 1px solid #dcdcdc;
    border-radius: 14px;
    -webkit-appearance: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-family: 'var(--main-font-family)';
    width: 100%;
}
.comment-respond input:focus,.comment-respond textarea:focus {
    box-shadow: 0 0 10px 0 rgba(0,0,0,.07);
}
.comments-header {
    padding: 20px;
}
.comments-inner .comment {
    border-radius: 20px;
    margin: 18px 20px;
    border: 1px solid #e9e9e9;
    padding: 20px 25px;
    transition: all 0.2s ease-in-out;
}
.comments-inner .comment:hover {
    background-color: #FFFFFF;
    box-shadow: 0px 3px 20px 5px rgba(61, 130, 179, 0.1);
}
.comments-inner .comment .depth-3 {
    background: #fbfbfb;
    border: none;
}
.comments-inner .depth-2:hover {
    background-color: #FFFFFF;
    box-shadow: 0px 3px 20px 5px rgba(0, 255, 28, 0.1);
}
.comments-inner .comment .depth-2 {
    background: #38ff0024;
    color: green;
    border: none;
}
.comments-inner .comment .comment-author {
    display: flex;
    margin-bottom: 15px;
}
.comments-inner .comment .comment-author img {
    border-radius: 30%;
    box-shadow: 0 5px 7px rgba(28,76,156,.1);
    margin-left: 10px;
}
.comments-inner .comment .comment-author .fn {
    margin: auto 0;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #294559;
}
.comments-inner .comment .comment-author .says{
    display: none;
}

.comments-inner .comment .comment-meta a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}
.comments-inner .comment p {
    margin: 15px 0;
}
.comments-inner .comment .reply a {
    text-decoration: none;
    background: #ebebeb;
    color: #333;
    padding: 4px 15px;
    border-radius: 8px;
}
.commentmetadata {
    position: absolute;
    right: 122px;
    top: 54px;
    font-size: 14px;
    display: block;
    border-radius: 10px;
    font-weight: 100;
    margin: 7px 0;
    padding: 0px 10px;
    background: var(--main-color-present);
    box-shadow: 0 4px 18px #0093ff4f;
}
.comment {
    position: relative;
}
.comments-inner .comment .comment-author .fn {
    margin: auto 0;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #294559;
    position: absolute;
    right: 128px;
    top: 26px;
}
.comment-author .fn a {
    margin: auto 0;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #294559;
}
.logged-in-as {
    float: right;
    width: 100%;
    background-color: white;
    border-radius: 25px;
    box-shadow: 0px 12px 31px -1px rgba(61, 130, 179, 0.08);
    padding: 13px 40px;
    margin: 22px auto;
}
.logged-in-as a {
    text-decoration: none;
    color: #7e868d;
}
/* comments */
/* related posts */
.o-posts {
    border-radius: 25px;
    border: .1px solid #efefef;
    margin: 20px 2px;
    background-color: #fff;
    transition: all .15s ease-in-out;
    padding: 10px;
    text-decoration: none;
}
.o-posts > img {
    border-radius: 25px;
    width: 100%;
    height: auto;
}
.o-posts a {
    text-decoration: none;
    color: #313131;
    display: block;
}
.o-posts h2 {
    font-size: 16px;
    text-align: center;
    padding: 15px 10px;
}
.o-posts p {
    color: #777;
    padding: 0 12px;
}
.o-posts .btn-more {
    background: #ecf0f1;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #8b8b8b;
    padding: 4px;
    margin-top: 20px;
    border-radius: 25px;
}
.o-posts:hover .btn-more a {
    color: #fff !important;
}
.o-posts:hover .btn-more {
    background: var(--main-color-present);
}
.other-posts-b {
    float: right;
    width: 100%;
    direction: ltr;
    margin-top: -20px;
}
/* related posts */
/* content table */
.toc-bound {
    background-color: #f5f7fa;
    padding: 12px 32px;
    border-radius: 25px;
    color: #fff;
    margin: 15px auto;
}
.toc-ctr {
    color: #0e364a;
    font-weight: 800;
    font-size: 19px;
}
.toc-bound .toc {
    list-style: none;
}
.toc-bound li {
    list-style: unset !important;
    margin-right: 15px;
}
ul.toc li a {
    color: #2a4664cc !important;
    font-weight: 500;
}
/* content table */
/* woocommerce */
.pswp {
    z-index: 9999;
}
.content-single > .woocommerce {
    background-color: #fff;
    margin: 30px auto 12px auto;
    border-radius: 25px;
    box-shadow: 0 12px 35px 1px rgba(61, 130, 179, 0.11);
    overflow: hidden;
    padding: 25px;
    position: relative;
}
.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    background: white;
    border: 1px solid #29455940;
    padding: 10px;
    border-radius: 10px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    border: 1px solid #2945591a;
    border-radius: 20px;
    padding: 12px;
}
.woocommerce .quantity .qty {
    height: 38px;
    border: 1px solid #29455942;
    border-radius: 10px;
}
.woocommerce div.product div.images img {
    border-radius: 20px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 6px;
}
.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
    box-shadow: 0px 3px 20px 5px rgba(61, 130, 179, 0.1);
    border: 0.1px solid #efefef00;
    transition: 0.15s all ease-in-out;
}
.woocommerce ul.products li.product:hover .add_to_cart_button, .woocommerce-page ul.products li.product:hover .add_to_cart_button {
    color: #fff;
    background-image: linear-gradient(90deg,#2EB62C,#57C84D);
}
.woocommerce ul.products li.product .add_to_cart_button {
    width: 100%;
    text-align: center;
    border-radius: 12px;
    color: #5c5c5c;
    background: #ecf0f1;
    padding-top: 12px;
    padding-bottom: 12px;
}
.single_add_to_cart_button.button.alt {
    text-align: center;
    border-radius: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #fff !important;
    background-image: linear-gradient(90deg,#2EB62C,#57C84D) !important;
    padding-right: 30px;
    padding-left: 30px;
}
.woocommerce .products ul li a, .woocommerce ul.products li a {
    color: #294559;
}
.woocommerce ul.products li.product a img {
    border-radius: 15px;
    overflow: hidden;
}
.woocommerce ul.products li.product .onsale {
    background: var(--main-color-present);
    border-radius: 10px;
    height: fit-content;
    padding: 0;
    min-width: 45px;
    line-height: 30px;
    min-height: 30px;
    top: 16px;
    left: 16px;
}
.woocommerce ul.products li.product .price ins {
    color: #294559;
    font-size: 15px;
    text-decoration: none;
    font-weight: 600;
}
.woocommerce ul.products li.product .price del {
    position: relative;
    text-decoration: none;
}
.woocommerce ul.products li.product .price del bdi {
    color: #294559;
    font-weight: 500;
    font-size: 14px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #294559;
    font-weight: 600;
    font-size: 30px;
    line-height: 55px;
}
.woocommerce ul.products li.product .price bdi {
    color: #294559;
    font-size: 15px;
    text-decoration: none;
    font-weight: 600;
}
.woocommerce ul.products li.product .price del::after {
    width: 100%;
    height: 2px;
    background: #e60000;
    content: '';
    position: absolute;
    right: 0px;
    top: 48%;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.woocommerce table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 0 24px -1px;
    text-align: right;
    width: 100%;
    border-collapse: separate;
    border-radius: 19px !important;
    box-shadow: 0px 8px 37px -13px rgba(61, 130, 179, 0.18);
    overflow: hidden;
}
.product-name a {
    color: #294559 !important;
}
.woocommerce td.actions #coupon_code {
    min-width: 230px;
}
.woocommerce .cart .button {
    padding: 14px 22px !important;
    border-radius: 10px;
    background-color: #f5f7fa !important;
    color: #31526b !important;
    margin: 5px;
}
.woocommerce table.shop_table {
    margin-top: 12px;
}
.woocommerce-additional-fields {
    display: none;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: white !important;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #ebe9eb00;
}
.wc_payment_methods.payment_methods.methods {
    display: flex;
    margin: auto !important;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    border: none;
}
.woocommerce-checkout-payment ul li {
    display: flex;
    flex-direction: column;
    margin: 15px !important;
}
.wc_payment_methods input[type="radio"]:checked + label {
    border-radius: 20px;
    min-height: 100%;
    background: #fdde5173;
    transition-duration: 0.1s;
    box-shadow: 0 0 30px #fdde5173;
    color: #bea900;
}
.payment_methods li label {
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    height: fit-content !important;
    text-align: center !important;
    margin: 10px 15px !important;
    padding: 10px 10px !important;
    width: 240px !important;
    min-height: 100%;
}
.payment_box {
    display: none !important;
}
.woocommerce #customer_details .col-1 {
    width: 100% !important;
}
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button, .woocommerce a.button {
    border-radius: 10px !important;
    background-color: #f5f7fa !important;
    color: #31526b;
}
.woocommerce-message, .woocommerce-info {
    border: 3px solid;
    border-color: #3ba0d1;
    border-radius: 20px;
    background: white;
    margin-bottom: 15px;
    margin-top: 5px;
    box-shadow: 0px 12px 23px -10px rgba(61, 130, 179, 0.23);
    padding: 12px 60px;
}
.place-order button#place_order {
    width: 100%;
    font-size: 20px !important;
    font-weight: bold !important;
    width: 100%;
    cursor: pointer;
    line-height: 3.5em;
    color: #fff !important;
    margin-top: 20px !important;
    background: #00C142 !important;
    box-shadow: 0 7px 20px #2ac10061 !important;
    border-radius: 30px !important;
    padding: 0px !important;
}
.checkout-button.button {
    color: white !important;
    background-color: #00d203 !important;
    width: 100%;
    text-align: center;
    padding: 16px !important;
    border-radius: 12px !important;
    font-size: 17px !important;
}
.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
    width: 80px !important;
    height: auto !important;
    border-radius: 15px;
}
.woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 25px;
    flex-wrap: wrap;
}
.woocommerce-MyAccount-navigation ul li {
    display: block;
    box-shadow: 0 5px 20px 1px rgba(61, 130, 179, 0.16);
    border-radius: 6px;
}
.woocommerce-MyAccount-navigation ul li:not(.is-active) a {
    color: #294559;
}
.woocommerce-MyAccount-navigation ul li a {
    padding: 5px 20px;
    width: 100% !important;
    display: block;
}
/* woocommerce */
/* elementor widgets */
.owl-nav .owl-next {
    right: -8px !important;
}
.owl-nav .owl-prev {
    left: -8px !important;
}
/* elementor widgets */
/* responsive */
@media screen and (max-width: 992px) {
    .menu-header {
        display: none;
    }
    .logo-header {
        width: 20%;
        justify-content: center;
        flex-direction: column;
    }
    .button-header {
        width: 50%;
    }
    .button-menu-mobile {
        width: 30%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .button-menu-mobile .header-login-button > a {
        color: #294559;
        font-size: 17px;
        display: flex;
        padding: 20px 30px;
        justify-content: left;
    }
    .cat-posts .box-article {
        width: 48.5%;
    }
    .error404-text {
        display: none;
    }
    .row-404 {
        width: 100%;
    }
    .error-404 {
        padding: 50px 20px;
    }
    .bg-404 {
        padding: 35px 10px;
    }
}
@media screen and (max-width: 768px) {
    .copyright-box {
        justify-content: center;
        flex-wrap: wrap;
    }
    .cat-posts .box-article {
        width: 100%;
    }
}
@media screen and (max-width: 620px) {

}
@media screen and (max-width: 576px) {
    .button-header {
        width: 40%;
    }
    .logo-header {
        width: 30%;
    }
    .header-login-button > a {
        padding: 20px 5px;
    }
}
@media screen and (max-width: 420px) {
    .button-header {
        width: 50%;
    }
    .button-menu-mobile {
        width: 20%;
    }
    .button-menu-mobile .header-login-button > a {
        padding: 20px;
    }
}
@media screen and (max-width: 380px) {
    .header-login-button > a {
        padding: 20px 5px;
    }
    .logo-header {
        padding: 12px 17px 1px 0;
    }
}
/* responsive */