.top-bar-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
}

.top-bar-container .phone {
    width: 240px;
}

.top-bar-container .phone a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    color: var(--yellow);
    font-size: 12px;
}

.top-bar-container .phone a i {
    display: flex;
    width: 20px;
    height: 20px;
    background: var(--yellow);
    margin: 0 5px;
    align-items: center;
    justify-content: center;
    color: #000;
}

.top-bar-container .top-news-container {
    width: calc(100% - 240px);
    padding-left: 10px;
    border-left: 1px solid var(--yellow);
}

.top-news {
    background: var(--dark);
    color: #fff;
}

.top-bar-container .top-news-container .title {
    font-size: 13px;
    display: block;
    font-weight: 500;
    width: 80px;
    display: flex;
}

.top-bar-container .top-news-container .slider {
    width: calc(100% - 150px);
}

.top-news .top-news-container .buttons button {
    background: var(--yellow);
    width: 20px;
    height: 20px;
    font-size: 12px;
    color: #000;
}

.top-news .top-bar-container .slider a {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
}

.top-news .top-bar-container .slider a:Hover {
    color: var(--yellow);
}

.top-news .top-news-container .buttons {
    width: 60px;
}

.header-container .search form {
    width: 70%;
}

.header-container .search {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-container .user-meta button i {
    margin-right: 5px;
}

.main-widgets {
    margin: 80px 0;
}

.main-widgets .widgets-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.main-widgets .widgets-container .widget {
    width: calc(25% - 20px);
    text-align: center;
}

.main-widgets .widgets-container .widget img {
    display: block;
    margin: auto;
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.main-widgets .widgets-container .widget .title {
    display: block;
    font-size: 14px;
    margin: 15px 0;
}

.main-widgets .widgets-container .widget p {
    margin: 0;
    font-size: 13px;
    opacity: .6;
}

.products-container .product .content .shop .product-price.discounted p.discounted-price {
    font-weight: 600;
}

.main-products .section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ddd;
}

.main-products .section-header h1 {
    font-weight: 600;
    font-size: 20px;
}

.knife-button {
    background: var(--dark);
    color: #fff;
    font-size: 12px;
    padding: 10px 20px;
    transition: 300ms;
    border: 0;
    display: inline-block;
}

.knife-button:after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: bolder;
    margin-left: 15px;
}

.knife-button:Hover {
    background: var(--yellow);
    color: #000;
}

.products-container .product:hover {
    box-shadow: none;
    border-color: var(--dark);
}

.category-item {
    height: 500px;
    position: relative;
    background-position: center center;
    background-size: cover;
}

.category-item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);
    transition: 300ms;
}

.category-item a .title {
    display: block;
    transition: 300ms;
    font-size: 30px;
    color: #fff;
    opacity: .8;
    font-weight: 500;
    margin-bottom: 10px;
}

.category-item a .view-all {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    opacity: .7;
    transition: 300ms;
    font-weight: 300;
    letter-spacing: .5px;
}

.category-item a .view-all:after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 10px;
}

.category-item a:hover {
    background-color: rgba(0, 0, 0, .5);
}

.category-item a:Hover .title {
    opacity: 1;
}

.category-item a .view-all:Hover {
    opacity: 1;
}

.categories-page .categories-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.categories-page .categories-container .category-item {
    width: 33.3%;
    height: 300px;
}

.categories-page .section-header h2 {
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 30px;
}

.products-container .product {
    width: calc(25% - 30px);
}

.main-footer {
    margin-top: 0;
    background-color: var(--dark);
    color: rgba(255, 255, 255, 0.6);
}

.main-footer .footer-container .aside-title {
    color: #fff;
    font-weight: 500;
}

.main-footer .footer-container .menu ul li a {
    color: rgba(255, 255, 255, .5);
    font-weight: 300;
}

.main-footer .footer-container .menu ul li a:Hover {
    color: #fff;
}

.main-footer .copyright .categories a {
    color: rgba(255, 255, 255, .5);
    font-weight: 300;
}

.main-footer .copyright .categories a:Hover {
    color: #fff;
}

.main-footer .copyright .copyright-text {
    color: rgba(255, 255, 255, 0.5);
}

.main-footer .footer-container .title {
    color: #fff;
}

.main-footer .footer-container .phone a {
    color: #fff;
    font-weight: 500;
}

.main-footer .footer-container .phone a i {
    margin-right: 10px;
}

.footer-bar {
    background: #414141;
}

.footer-bar-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
}

.footer-bar-container .whatsapp a {
    position: relative;
    background: #32b55a;
    display: inline-block;
    color: #000;
    padding: 5px 15px 5px 50px;
    font-size: 14px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 300ms;
}

.footer-bar-container .whatsapp a i {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 50px;
    height: 50px;
    background: #32b55a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
    font-size: 20px;
    transition: 300ms;
}


.footer-bar-container .whatsapp a:hover i {
    transform: scale(1.1);
    background: #288f47;
    color: #fff;
}

.footer-bar-container .newsletter form {
    position: relative;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.footer-bar-container .newsletter form label {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 50px;
    height: 50px;
    background: var(--dark);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
    font-size: 20px;
    transition: 300ms;
    color: #fff;
}

.footer-bar-container .newsletter form button {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border: 0;
    width: 30px;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    transition: 300ms;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.footer-bar-container .newsletter form button:Hover {
    background: var(--yellow);
    color: #000;
}

.footer-bar-container .newsletter form input {
    width: 100%;
    background: transparent;
    border: 0;
    transition: 300ms;
    font-size: 12px;
    padding: 0 35px 0 50px;
    height: 30px;
    color: #fff;
}

.footer-bar-container .socials {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-bar-container .socials .title {
    font-size: 12px;
    color: #fff;
    margin-right: 10px;
}

.footer-bar-container .socials nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer-bar-container .socials nav a {
    color: #fff;
    margin: 0 5px;
    font-size: 18px;
    transition: 300ms;
}

.footer-bar-container .socials nav a:Hover {
    color: var(--yellow);
}

.footer-bar-container .return button {
    position: relative;
    border: 0;
    background: var(--dark);
    color: #fff;
    font-size: 12px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 55px 0 15px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: 300ms;
}

.footer-bar-container .return button:Hover {
    background: #1a1a1a;
}

.footer-bar-container .return button i {
    display: flex;
    width: 50px;
    height: 50px;
    position: absolute;
    right: -10px;
    background: var(--dark);
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
    transition: 300ms;
}

.footer-bar-container .return button:Hover i {
    transform: scale(1.1);
    background: var(--yellow);
    color: #000;
}

.footer-bar-container aside:last-child {
    display: flex;
    justify-content: flex-end;
}

.menu-container {
    background-color: var(--gray);
}

.header-container .search form {
    background-color: var(--gray);
}

.header-container .search form button:Hover {
    background-color: var(--dark);
    color: #fff;
}

.product-details .product-add-basket .add-basket i {
    margin-right: 10px;
}

#loginModal header h2 {
    font-weight: 600;
    font-size: 23px;
    margin: 0;
}

#loginModal header p {
    margin: 0;
    font-size: 14px;
    font-weight: lighter;
    opacity: .7;
}

.login-form label i, .register-form label i {
    color: var(--dark);
}

.login-form input, .register-form input {
    font-size: 14px;
    width: calc(100% - 28px);
}

.login-form button, .register-form button {
    background: var(--dark);
    color: #fff;
    padding: 8px 20px;
    font-size: 12px;
}

.login-form button:Hover, .register-form button:Hover {
    background: var(--yellow) !important;
    color: #000;
}

.product-details .product-header .stars {
    margin-right: 10px;
}

.product-details .product-header .product-title {
    font-weight: 600;
    font-size: 25px;
}

.product-details .product-header .stars i {
    margin-right: 3px;
    opacity: .2;
}

.product-details .product-header .stars.star-1 i:nth-last-child(1n+5) {
    opacity: 1;
    color: var(--yellow);
}

.product-details .product-header .stars.star-2 i:nth-last-child(1n+4) {
    opacity: 1;
    color: var(--yellow);
}

.product-details .product-header .stars.star-3 i:nth-last-child(1n+3) {
    opacity: 1;
    color: var(--yellow);
}

.product-details .product-header .stars.star-4 i:nth-last-child(1n+2) {
    opacity: 1;
    color: var(--yellow);
}

.product-details .product-header .stars.star-5 i:nth-last-child(1n+1) {
    opacity: 1;
    color: var(--yellow);
}

.product-details-page .do-comment form textarea {
    width: 100%;
    display: block;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #ddd;
}

.product-details-page .do-comment .form-check-input.is-valid ~ .form-check-label:not(:checked),
.product-details-page .do-comment .was-validated .stars .form-check-input:valid ~ .form-check-label:not(:checked) {
    color: unset;
}

.product-details-page .do-comment .form-check-input.is-valid ~ .form-check-label:checked,
.product-details-page .do-comment .was-validated .stars .form-check-input:valid ~ .form-check-label:checked {
    color: black;
}

.contacts-page .contacts {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.contacts-page .contacts li .contact-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.contacts-page .contacts li .contact-box .icon {
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    background-color: var(--dark);
    color: #fff;
}

.contacts-page .contacts li .contact-box .content {
    padding-left: 10px;
    width: calc(100% - 50px);
}

.contacts-page .contacts li .contact-box .content > p:first-child {
    margin: 0;
    font-size: 12px;
}

.contacts-page .contacts li .contact-box .content .value {
    font-weight: 600;
    color: #000;
}

.contacts-page .contact-form {
    margin-top: 40px;
}

.contacts-page .contact-form h2 {
    font-weight: 700;
}

.contacts-page .contact-form label {
    font-size: 13px;
    margin-bottom: 3px;
}

.contacts-page .contact-form input,
.contacts-page .contact-form textarea {
    border-radius: 0;
    box-shadow: none;
    transition: 300ms;
}

.contacts-page .contact-form input:focus,
.contacts-page .contact-form textarea:focus {
    border-color: var(--dark);
}

.contacts-page .socials {
    margin-bottom: 50px;
}

.contacts-page .socials h3 {
    font-weight: 600;
    font-size: 20px;
}

.contacts-page .socials nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.contacts-page .socials nav a {
    margin-right: 10px;
    font-size: 20px;
    transition: 300ms;
    color: #000;
    transition: 300ms;
}

.contacts-page .socials nav a:Hover {
    color: var(--yellow);
}

.posts-summary {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.posts-summary .post {
    position: relative;
    width: calc(50% - 10px);
    margin-bottom: 15px;
    overflow: hidden;
}

.posts-summary .post .content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 10%, transparent 100%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    transition: 300ms;
    padding: 30px;
    z-index: 1;
}

.posts-summary .post .content .title {
    display: block;
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    transition: 300ms;
}

.posts-summary .post .content ul {
    list-style: none;
    padding: 0;
    margin: 5px 0;
}

.posts-summary .post .content ul:last-child {
    margin-bottom: 0;
}

.posts-summary .post .content .meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    font-size: 11px;
}

.posts-summary .post .content .meta li {
    margin-right: 10px;
    color: #fff;
    font-weight: lighter;
    opacity: .7;
}

.posts-summary .post .content .meta li i {
    margin-right: 3px;
}

.posts-summary .post .content .keywords {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 11px;
    font-weight: lighter;
}


.posts-summary .post .content .keywords li a {
    display: block;
    color: #fff;
    opacity: .6;
    transition: 300ms;
    text-transform: lowercase;
    margin-right: 10px;
}

.posts-summary .post .content .keywords li a:Hover {
    opacity: 1;
}

.posts-summary .post img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    transition: 300ms;
}

.posts-summary .post:Hover img {
    transform: scale(1.1);
    filter: brightness(50%);
}

.news-posts h2 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-top: 17px;
}

.posts-page-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 50px 0;
}

.posts-page-container > .sidebar {
    width: 300px;
    position: sticky;
    top: 20px;
}

.posts-page-container > .content {
    width: calc(100% - 300px);
    padding-left: 50px;
}

.posts-page-container > .sidebar > .title {
    display: block;
    padding: 20px;
    background: var(--dark);
    color: #fff;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
    width: 100%;
}

.products-container.vertical-products {
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
}

.products-container.vertical-products .product {
    width: 100%;
    margin: 0 0 15px 0;
}

.posts-container .post {
    margin-bottom: 40px;
}

.posts-container .post .cover {
    overflow: hidden;
}

.posts-container .post .cover img {
    width: 100%;
    transition: 300ms;
}

.posts-container .post .content {
    background: #fff;
    width: calc(100% - 40px);
    margin-top: -60px;
    position: relative;
    transform: translateX(20px);
    padding: 20px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.posts-container .post .content > a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.posts-container .post .content .title {
    display: block;
    font-size: 20px;
    margin-bottom: 20px;
    color: var(--dark);
}

.posts-container .post .content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.posts-container .post .content .meta li {
    margin-right: 10px;
    opacity: .7;
}

.posts-container .post .content .meta li i {
    margin-right: 3px;
    opacity: .5;
}

.posts-container .post .content .keywords li a {
    display: block;
    color: #000;
    transition: 300ms;
    margin-right: 10px;
    opacity: .5;
}

.posts-container .post .content .keywords li a:Before {
    content: '#';
    font-size: 11px;
    margin-right: 2px;
}

.posts-container .post .content .keywords li a:Hover {
    opacity: 1;
}

.posts-container .post .body {
    max-height: 300px;
    overflow: hidden;
    position: relative;
}

.posts-container .post .body:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #fff 10%, transparent 50%);
    z-index: 1;
}

.posts-container .post:Hover .cover img {
    transform: scale(1.1);
    filter: brightness(50%);
}

.pagination .page-link {
    color: var(--dark);
    box-shadow: none;
}

.pagination .page-item.active .page-link {
    background: var(--dark);
    border-color: transparent;
}

.pagination .page-item.active .page-link:Hover {
    background: var(--yellow);
    cursor: default;
    color: var(--dark);
}

.post-details-container {
    position: relative;
}

.post-details-container .post-header {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.post-details-container .post-header .post-media {
    width: calc(100% - 450px);
    padding-right: 20px;
}

.post-details-container .post-header figure {
    position: relative;
    height: 496px;
}

.post-details-container .post-header figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.post-details-container .post-header > .post-media .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.post-details-container .post-header > .post-media .content .keywords {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.post-details-container .post-header > .post-media .content .keywords li a {
    display: block;
    font-size: 14px;
    color: #000;
    transition: 300ms;
    opacity: .6;
    margin-right: 10px;
}

.post-details-container .post-header > .post-media .content .keywords li a:before {
    content: '#';
    font-size: 12px;
}

.post-details-container .post-header > .post-media .content .keywords li a:Hover {
    opacity: 1;
}

.post-details-container .post-header > .post-media .content h1 {
    display: block;
    font-size: 50px;
    font-weight: bolder;
}

.post-details-container .post-header > .post-media .content .meta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.post-details-container .post-header > .post-media .content .meta li {
    margin-right: 15px;
    opacity: .7;
}

.post-details-container .post-header > .post-media .content .meta li i {
    margin-right: 5px;
}

.post-details-container .post-header .relateds {
    width: 450px;
    box-shadow: -20px -20px 30px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.post-details-container .post-header .relateds > .title {
    display: block;
    background-color: var(--yellow);
    padding: 20px;
    margin-bottom: 20px;
}

.post-details-container .post-header .relateds .related-post {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    transition: 300ms;
}

.post-details-container .post-header .relateds .related-post:last-child {
    border: 0;
}

.post-details-container .post-header .relateds:Hover .related-post:not(:Hover) {
    opacity: .7;
}

.post-details-container .post-header .relateds .related-post .publish {
    background-color: var(--dark);
    color: #fff;
    text-align: center;
    padding: 5px 0;
    width: 100px;
}

.post-details-container .post-header .relateds .related-post .publish p {
    margin: 0;
}

.post-details-container .post-header .relateds .related-post .publish .date {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
}

.post-details-container .post-header .relateds .related-post .publish .year {
    font-weight: 700;
    letter-spacing: -1px;
}

.post-details-container .post-header .relateds .related-post .content {
    width: calc(100% - 100px);
    padding-left: 10px;
}

.post-details-container .post-header .relateds .related-post .content .title {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    transition: 300ms;
    margin-bottom: 2px;
}

.post-details-container .post-header .relateds .related-post .content .view {
    margin: 0;
    font-size: 10px;
    opacity: .6;
}

.post-details-container .post-header .relateds .related-post .content .title:Hover {
    color: var(--yellow);
}

.post-details-page .post-body-container {
    margin: 50px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}


.post-details-page .post-body-container .post-share {
    width: 100px;
    position: sticky;
    top: 20px;
}

.post-details-page .post-body-container .post-body {
    width: calc(100% - 80px);
    padding-left: 30px;
}

.post-details-page .post-body-container .post-share a {
    display: block;
    width: 100%;
    text-align: center;
    display: flex;
    width: 50px;
    height: 50px;
    margin: 5px auto;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: 300ms;
}


.post-details-page .post-body-container .post-share a:first-child {
    margin-top: 0;
}

.post-share .facebook {
    background-color: #3b5998;
    color: #fff;
}

.post-share .twitter {
    background-color: #1DA1F2;
    color: #fff;
}

.post-share .pinterest {
    background-color: #E60023;
    color: #fff;
}

.post-share .linkedin {
    background-color: #0e76a8;
    color: #fff;
}

.post-share .whatsapp {
    background-color: #128C7E;
    color: #fff;
}

.post-share .email {
    background-color: var(--dark);
    color: #fff;
}

.post-details-page .post-body-container .post-share a:Hover {
    filter: brightness(30%);
}

.menu-toggle,
.menu-wrapper,
.mobile-nav {
    display: none;
}

.main-posts {
    margin: 80px 0;
}

.main-posts .section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ddd;
}

.main-posts .section-header h3 {
    font-weight: 600;
    font-size: 20px;
}

.add-basket.added {
    background-color: var(--yellow) !important;
    color: var(--dark) !important;
}

.dropdown-item.active, .dropdown-item:active {
    background: var(--yellow);
    color: var(--dark);
}

.menu-wrapper ul .title {
    font-weight: 600;
    opacity: .7;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.articles-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 30px 0;
}

.articles-container .article {
    width: calc(33% - 30px);
    margin: 15px;
}

.articles-container .article .image {
    overflow: hidden;
    position: relative;
}

.articles-container .article .image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: 300ms;
}

.articles-container .article.without-image .image img {
    object-fit: contain;
    padding: 25px;
    opacity: .3;
}

.articles-container .article.without-image .image {
    background: #ddd;
}

.articles-container .article .content {
    padding: 15px;
    background: #eee;;
}

.articles-container .article .content .title {
    font-weight: 500;
    font-size: 18px;
    color: #000;
    transition: 300ms;
    margin-bottom: 10px;
    display: block;
}

.articles-container .article .content .date {
    margin: 0;
    font-size: 12px;
    margin-top: 5px;
    opacity: .6;
}

.articles-container .article .content .date i {
    margin-right: 4px;
}

.articles-container .article:Hover .image img {
    transform: scale(1.1);
    filter: brightness(50%);
}

.comment-area .comment .content .stars i {
    font-size: 13px;
    margin-right: 1px;
    opacity: .3;
}

.comment-area .comment .content .stars.star-1 i:nth-last-child(1n+5) {
    opacity: 1;
    color: var(--yellow);
}

.comment-area .comment .content .stars.star-2 i:nth-last-child(1n+4) {
    opacity: 1;
    color: var(--yellow);
}

.comment-area .comment .content .stars.star-3 i:nth-last-child(1n+3) {
    opacity: 1;
    color: var(--yellow);
}

.comment-area .comment .content .stars.star-4 i:nth-last-child(1n+2) {
    opacity: 1;
    color: var(--yellow);
}

.comment-area .comment .content .stars.star-5 i:nth-last-child(1n+1) {
    opacity: 1;
    color: var(--yellow);
}

.policy-notification {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    background-color: #fff;
    width: 250px;
    padding: 15px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.policy-notification button {
    background-color: var(--yellow);
    color: var(--dark);
    border: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 15px;
    transition: 300ms;
}

.policy-notification button:Hover {
    background-color: var(--dark);
    color: #fff;
}

.policy-notification p {
    font-size: 13px;
    opacity: .8;
}

form.user-address-choose > div {
    width: 50%;
    margin-bottom: 20px;
}

form.user-address-choose > div:first-child {
    margin-bottom: 0;
}

form.user-address-choose > div select {
    background: rgba(0, 0, 0, 0.1);
}

.basket-details {
    margin-bottom: 80px;
}

.menu-container ul {
    justify-content: center;
}

.email-alert .icon i {
    font-size: 45px;
    color: #198754;
}

.page-sidebar {
    margin-bottom: 30px;
}

.product-print-name-area {
    position: relative;
}

.product-print-name-area .name-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 10px;
}

.product-print-name-area .name-row i {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .6;
}

.product-print-name-area .name-row input {
    width: calc(100% - 60px);
    border: 0;
}

.product-print-name-area .name-row .remove-name {
    width: 30px;
    height: 30px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 300ms;
}

.product-print-name-area .name-row .remove-name:Hover {
    background-color: var(--yellow);
    color: #000;
}

.product-print-name-area {
    display: flex;
    flex-direction: column;
}

.product-print-name-area .button-row {
    order: 99999;
}

.product-print-name-area .button-row button {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 10px;
    border: 0;
    transition: 300ms;
    width: 100%;
}

.product-print-name-area .button-row button:Hover {
    background-color: var(--yellow);
    color: #000;
}

.product-add-basket[disabled] .qty-container button {
    pointer-events: none;
    opacity: .3;
}

.basket-details .products .product .qty[disabled] {
    pointer-events: none;
}

.basket-details .products .product .qty[disabled] button {
    display: none;
}

.basket-details .products .product .content .names {
    font-size: 13px;
    display: flex;
    font-weight: 400;
    margin-top: 5px;
    opacity: .6;
    transition: 300ms;
    flex-wrap: wrap;
    align-items: center;
}

.basket-details .products .product .content .names .names-title {
    font-weight: 600;
    margin-right: 5px;
}

.basket-details .products .product .content .names .names-title:After {
    content: ':';
}

.basket-details .products .product .content .names ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.basket-details .products .product .content .names ul li:not(:last-child):after {
    content: '-';
    margin: 0 5px;
}

.basket-details .products .product .content .names:Hover {
    opacity: 1;
}

.basket-details .products .product .content .names .change-button {
    margin-left: 5px;
    transition: 300ms;
}

.basket-details .products .product .content .names .change-button:Hover {
    color: var(--yellow);
}

.basket-details .products header.product .product-price {
    padding-left: 50px;
}

.products-container .product .content .shop p.price {
    font-weight: 600;
    font-size: 18px;
}

.filter-form aside:not(:last-child) {
    margin-bottom: 30px;
}

.filter-from-name {
    display: flex;
    align-items: center;
    position: relative;
    margin: 15px 0;
    background: rgba(0, 0, 0, 0.1);
    padding: 15px 30px;
}

.filter-from-name label {
    font-size: 13px;
    padding-left: 65px;
    cursor: pointer;
    transition: 300ms;
}

.filter-from-name input {
    position: absolute;
    left: 30px;
    top: 0;
    width: 0;
    cursor: pointer;
    height: 100%;
}

.filter-from-name input:before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 12px);
    width: 51px;
    height: 25px;
    background: rgba(0, 0, 0, 0.1);
    transition: 300ms;
}

.filter-from-name input:after {
    content: '';
    position: absolute;
    left: 7px;
    top: calc(50% - 7px);
    width: 20px;
    height: 15px;
    background: rgba(0, 0, 0, 0.1);
    transition: 300ms;
    z-index: 1;
}

.filter-from-name input:checked:before {
    background: #04c900;
}

.filter-from-name input:checked:after {
    background: #fff;
    left: 24px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.product-details .images .cover img {
    opacity: 0;
}

.product-details .images .cover {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.product-details .images .cover:hover {
    background-size: unset;
}

.product-details .images .cover:not(:Hover) {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.basket-details .basket-sidebar .summary .button a:After {
    content: 'Yönlendiriliyorsunuz..';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 300ms;
    opacity: 0;
    visibility: hidden;
}

.basket-details .basket-sidebar .summary .button a.loading:After {
    opacity: 1;
    visibility: visible;
}

.order-result .notes {
    margin-bottom: 30px;
}

.order-result .notes form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-result .notes form textarea {
    width: calc(100% - 100px);
    height: 100px;
    border: 1px solid #e5e5e5;
    resize: none;
    padding: 10px;
    font-size: 14px;
}

.order-result .notes form button {
    width: 100px;
    height: 100px;
    border: 1px solid transparent;
    background: #e5e5e5cece;
    font-size: 13px;
    font-weight: bolder;
    text-transform: uppercase;
    color: #797979;
    transition: 300ms;
}

.order-result .notes form button:Hover {
    background: #cecece;
}

.order-result .info {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.order-result .info .title {
    font-size: 25px;
    font-weight: 600;
    color: #298c00;
}

.order-result .info p {
    font-size: 14px;
    color: #616161;
}

.order-result .info p a {
    display: inline-block;
    padding: 5px;
    color: #000;
    font-weight: 500;
    transition: 300ms;
}

.order-result .info p a:Hover {
    background: var(--yellow);
}

.order-result .summary h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.order-result .summary .labels {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.order-result .summary .labels .label-box {
    width: calc(25% - 20px);
    margin: 10px;
}

.order-result .summary .labels .label-box .title {
    font-size: 12px;
    display: block;
    opacity: .6;
}

.order-result .summary .labels .label-box .value {
    display: block;
    font-weight: 600;
    font-size: 14px;
}

.order-result .summary .addresses {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
}

.order-result .summary .addresses .address {
    width: calc(50% - 10px);
    padding: 20px;
    box-shadow: -10px 10px 12px rgba(0, 0, 0, 0.1);
}

.order-result .summary .addresses .address .address-title {
    font-size: 14px;
}

.order-result .summary .addresses .address p {
    font-size: 13px;
}

.order-result .summary .addresses .address p:last-child {
    margin: 0;
}

.order-result .products .product-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    padding: 10px;
}

.order-result .products .product-row .image {
    width: 50px;
}

.order-result .products .product-row .title {
    width: calc(100% - 300px);
}

.order-result .products .product-row .qty {
    width: 100px;
}

.order-result .products .product-row .price {
    width: 100px;
}

.order-result .products .product-row.header {
    background: #e5e5e5;
    font-weight: 600;
    text-transform: uppercase;
}

#ordersAccordion .accordion-body {
    padding: 0 30px 30px 30px;
}

#ordersAccordion > .accordion-item {
    border-radius: 0;
    background: #f7f8f8;
    border: 0;
    margin-bottom: 30px;
}

#ordersAccordion > .accordion-item header {
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    cursor: pointer;
    transition: 300ms;
    background: #e5e5e5;
}

#ordersAccordion > .accordion-item header > div {
    width: 100%;
}

#ordersAccordion > .accordion-item header > .title {
    font-weight: 600;
}

#ordersAccordion > .accordion-item header > .amount {
    font-weight: 600;
    font-size: 16px;
}

#ordersAccordion > .accordion-item header .date {
    text-align: right;
    opacity: .8;
}

#ordersAccordion > .accordion-item header .date i {
    margin-right: 5px;
}

#ordersAccordion > .accordion-item header > .status span {
    background: rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
}

#ordersAccordion > .accordion-item header > .status .statu-1 {
    background: #eec61c;
}

#ordersAccordion > .accordion-item header > .status .statu-2 {
    background: #ff5d00;
}

#ordersAccordion > .accordion-item header > .status .statu-3 {
    background: #00b34f;
    color: #fff;
}

#ordersAccordion > .accordion-item header > .status .statu-4,
#ordersAccordion > .accordion-item header > .status .statu-5 {
    background: #ff0000;
    color: #fff;
}

#ordersAccordion .order-details {
    padding-top: 20px;
}

#ordersAccordion .order-details .actions {
    margin-bottom: 20px;
    text-align: right;
}

#ordersAccordion .order-details .products {
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

#ordersAccordion .order-details .products .product-row {
    display: flex;
    justify-content: space-between;
}

#ordersAccordion .order-details .products .product-row > div {
    font-size: 13px;
    padding: 10px;
    border-right: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-bottom: 1px solid #ddd;
}

#ordersAccordion .order-details .products .product-row > div .names {
    display: block;
    font-size: 12px;
    opacity: .8;
}

#ordersAccordion .order-details .products .product-row .price {
    font-weight: 600;
}

#ordersAccordion .order-details .products .product-row .price.disc .miss {
    display: block;
    opacity: .6;
    text-decoration: line-through;
    font-weight: 400;
}

#ordersAccordion .order-details .products .product-row .price.disc .discounted-price {
    display: block;
    font-size: 16px;
}

#ordersAccordion .order-details .products .product-row > .title {
    width: calc(100% - 210px);
    align-items: flex-start;
}

#ordersAccordion .order-details .products .product-row > .qty {
    width: 90px;
}

#ordersAccordion .order-details .products .product-row > .price {
    width: 120px;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
}

#ordersAccordion .order-details .payment-info {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

#ordersAccordion .order-details .payment-info .info-title {
    width: 100%;
    margin-bottom: 15px;
}

#ordersAccordion .order-details .payment-info.info-col-4 .payment-info-box {
    width: 25%;
}


#ordersAccordion .order-details .payment-info.info-col-3 .payment-info-box {
    width: 33%;
}

#ordersAccordion .order-details .payment-info .payment-info-box .title {
    font-size: 12px;
    display: block;
    opacity: .7;
}

#ordersAccordion .order-details .payment-info .payment-info-box .value {
    font-weight: bolder;
    font-size: 15px;
}

#ordersAccordion .order-details .delivery-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#ordersAccordion .order-details .delivery-info > div {
    width: 50%;
    font-size: 14px;
}

#ordersAccordion .order-details .delivery-info .address {
    margin: 0;
}

#ordersAccordion > .accordion-item header.collapsed {
    background: #f7f8f8;
}

.fail-order-result {
    margin: 60px 0;
}

.fail-order-result .summary {
    margin-bottom: 30px;
}

.fail-order-result .summary h1 {
    font-size: 35px;
    font-weight: bolder;
    color: red;
}

.fail-order-result .summary p {
    margin: 0;
    font-size: 14px;
    color: rgba(0, 0, 0, .7);
}

.fail-order-result .summary p .code {
    display: inline-block;
    font-size: 13px;
    background: #ffd9d9;
    color: red;
    padding: 3px 5px;
    margin: 0 5px;
    font-weight: 600;
}

.fail-order-result .fail-recommend > .title {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}

.fail-order-result .fail-recommend ul {
    font-size: 14px;
    display: inline-block;
}

.fail-order-result .fail-recommend ul .or {
    list-style: none;
    padding: 0;
    margin-left: -2em;
    padding: 15px 0;
    opacity: .8;
    font-size: 12px;
    position: relative;
}

.fail-order-result .fail-recommend ul .or:after {
    content: '';
    position: absolute;
    right: 0;
    top: calc(50% - .5px);
    width: calc(100% - 40px);
    height: 1px;
    background: #000;
    opacity: .4;
    z-index: 11;
}

.fail-order-result .fail-recommend .phone {
    background: var(--yellow);
    display: flex;
    width: 270px;
    padding: 20px;
    align-items: center;
    justify-content: space-between;
}

.fail-order-result .fail-recommend .phone .icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 100%;
    color: var(--yellow);
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.5);
}

.fail-order-result .fail-recommend .phone .text {
    width: calc(100% - 50px);
}

.fail-order-result .fail-recommend .phone .title {
    display: block;
    font-size: 12px;
    opacity: .8;
}

.fail-order-result .fail-recommend .phone a {
    font-weight: 700;
    color: #000;
}

#product-content table {
    width: 100% !important;
    max-width: 100% !important;
    all: unset !important;
}


#product-content table td {
    border: 1px solid #eee;
    padding: 5px;
    font-size: 14px;
}

#product-content table tr:nth-child(odd) {
    background: #f4f4f4;
}

#loginModal .login-form-modal-nav button.active{
    background-color: #000;
    color: #fff;
}

@media (max-width: 992px) {
    .top-bar-container .phone {
        display: none;
    }

    .top-bar-container .top-news-container .title {
        display: none;
    }

    .top-bar-container .top-news-container {
        border-left: 0;
        width: 100%;
    }

    .top-bar-container .top-news-container .slider {
        width: calc(100% - 60px);
    }

    .header-container .user-meta {
        display: none;
    }

    .menu-container {
        display: none;
    }

    .header-container .logo {
        width: 120px;
    }

    .header-container .search {
        width: calc(100% - 120px);
        padding: 0 0 0 15px;
    }

    .header-container .search form {
        width: 100%;
    }

    .main-banners {
        padding: 0;
    }

    .main-widgets .widgets-container {
        flex-wrap: wrap;
    }

    .main-widgets .widgets-container .widget p {
        display: none;
    }

    .main-widgets .widgets-container .widget {
        width: calc(50% - 20px);
        margin-bottom: 20px;
    }

    .products-container {
        margin-left: 0;
        margin-right: 0;
        justify-content: space-between;
    }

    .products-container .product {
        width: calc(50% - 10px);
        margin: 5px;
    }

    .category-item {
        height: 250px;
    }

    .category-item a .title {
        font-size: 19px;
    }

    .category-item a .view-all {
        font-size: 9px;
    }

    .footer-bar-container {
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
    }

    .footer-bar-container aside:nth-child(1),
    .footer-bar-container aside:nth-child(2) {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-bar-container .newsletter form {
        width: 70%;
        margin: 20px auto;
    }

    .footer-bar-container .return {
        width: 135px;
    }

    .footer-bar-container .socials {
        width: calc(100% - 135px);
        padding-right: 10px;
        text-align: left;
    }

    .main-footer .footer-container {
        flex-wrap: wrap;
    }

    .main-footer .footer-container > aside {
        width: calc(50% - 15px);
        margin: 7.5px;
    }

    .main-footer .footer-container .contacts .logo {
        display: none;
    }

    .main-footer .footer-container .title {
        font-size: 16px;
    }

    .main-footer .footer-container .phone a {
        font-size: 16px;
    }

    .main-footer .copyright {
        flex-direction: column-reverse;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .main-footer .copyright .categories {
        margin-bottom: 20px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .main-footer .payments {
        padding: 20px 10px 100px 10px;
    }

    .menu-toggle {
        display: flex;
        width: 40px;
        height: 40px;
        margin-left: 10px;
        background: var(--gray);
        border: 0;
        color: var(--dark);
        transition: 300ms;
        position: relative;
        overflow: hidden;
    }

    .menu-toggle:Before {
        content: '\f0c9';
        font-family: 'Font Awesome 5 Free';
        font-weight: bolder;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 300ms;
        z-index: 1;
    }

    .menu-toggle:After {
        content: '\f00d';
        font-family: 'Font Awesome 5 Free';
        font-weight: bolder;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 300ms;
        z-index: 2;
        transform: translateY(-100%);
    }

    .open-menu .menu-toggle:Before {
        transform: translateX(100%);
    }

    .open-menu .menu-toggle:After {
        transform: translateX(0);
        background-color: var(--dark);
        color: var(--gray);
    }

    .menu-wrapper {
        position: fixed;
        display: flex;
        z-index: 9999;
        width: calc(100% - 100px);
        top: 0;
        height: 100%;
        align-items: center;
        justify-content: center;
        padding: 20px;
        background-color: var(--gray);
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
        transform: translate(-100%);
        transition: 300ms;
        opacity: 0;
        visibility: hidden;
    }

    .menu-wrapper ul {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .menu-wrapper ul li a {
        font-size: 20px;
        display: block;
        font-weight: 600;
        color: var(--dark);
        text-transform: uppercase;
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
    }

    .menu-wrapper ul li:last-child a {
        border: 0;
    }

    .open-menu .menu-wrapper {
        transform: translate(0);
        opacity: 1;
        visibility: visible;
    }

    .mobile-nav {
        display: flex;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 99999;
        width: 100%;
        background: var(--gray);
        align-items: center;
        justify-content: space-between;
        transition: 300ms;
        border-top: 1px solid #000;
    }

    .mobile-nav .button:not(:last-child) button {
        border-right: 1px solid #dddd;
    }

    .mobile-nav .button {
        width: 33%;
        text-align: center;
        position: relative;
    }

    .mobile-nav .button button {
        width: 100%;
        border: 0;
        background: var(--gray);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 10px 0;
    }

    .mobile-nav .button .icon {
        display: flex;
    }

    .mobile-nav .button .icon .count {
        background: #000;
        width: 15px;
        height: 15px;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #fff;
        margin-left: 6px;
        font-size: 10px;
        font-weight: lighter;
    }

    .mobile-nav .button button .title {
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 1px;
        opacity: .7;
        font-weight: 700;
    }

    .mobile-nav .button button i {
        margin-bottom: 5px;
    }

    .basket-sidenav .close-sidenav {
        left: 0;
        top: 10px;
        width: 40px;
        height: 40px;
        border-radius: 0;
        box-shadow: unset;
        background-color: var(--gray);
        color: var(--dark);
    }

    .basket-sidenav {
        padding: 50px 30px 30px 30px;
    }

    .basket-sidenav .products .items {
        height: calc(100vh - 200px);
    }


    .basket-sidenav .basket-footer:last-child {
        display: none;
    }

    .basket-sidenav .basket-header h2 {
        font-size: 20px;
    }

    .basket-sidenav .basket-header {
        padding-bottom: 5px;
    }

    .basket-sidenav .basket-footer:nth-child(2) {
        padding-bottom: 10px;
    }

    .basket-sidenav .close-sidenav i:Before {
        content: '\f104';
    }

    .products-container .product .image img {
        height: 136px;
    }

    .product .shop .product-price.discounted .price-container .discount-ratio .number {
        font-size: 11px;
    }

    .product .shop .product-price.discounted .price-container .discount-ratio .text {
        display: none;
    }

    .product .shop .product-price.discounted .price-container .amounts {
        padding-left: 5px;
    }

    .products-container .product .content .shop .product-price.discounted p.price {
        font-size: 12px;
    }

    .product .shop .product-price.discounted .price-container .amounts .discounted-price {
        font-size: 14px;
    }

    .products-container .product .shop {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0;
    }

    .products-container .product .content a {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .products-container .product .content .buttons {
        position: unset;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-end;
        text-align: right;
    }

    .products-container .product .content .buttons button {
        margin: 0;
    }

    .product .shop .product-price.discounted .price-container {
        margin-bottom: 0;
    }

    .products-container .product .content .buttons button:last-child {
        margin-bottom: 0;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 1;
        border-radius: 5px;
    }

    .products-container .product .content .shop p.price {
        margin: 0;
        font-weight: 600;
    }

    .products-container .product .content .buttons button:first-child {
        width: 40px;
        height: 40px;
    }

    .products-container .product .content {
        padding: 7.5px;
    }

    .posts-summary .post {
        width: 100%;
    }

    .posts-summary .post .content .title {
        font-size: 18px;
    }

    .posts-summary .post img {
        height: 180px;
    }

    .posts-summary .post .content {
        padding: 10px;
    }

    .main-products .section-header h1 {
        font-size: 16px;
        margin: 0;
    }

    .knife-button {
        white-space: nowrap;
    }

    .main-banners {
        margin: 0;
    }

    .main-widgets .widgets-container .widget img {
        width: 30px;
        height: 30px;
    }

    .main-widgets .widgets-container {
        margin-top: 15px;
    }

    .main-products {
        margin: 10px 0;
    }

    .main-posts {
        margin: 30px 0;
    }

    .main-posts .section-header h3 {
        font-size: 14px;
    }

    .product-details .images .cover img {
        height: 240px;
    }

    .product-price.discounted .price-container .discount-ratio .number {
        font-size: 12px;
    }

    .product-price.discounted .price-container .amounts .price {
        font-size: 12px;
    }

    .product-price.discounted .price-container .amounts .discounted-price {
        font-size: 16px;
    }

    .product-price.discounted .price-container .discount-ratio .text {
        font-size: 9px;
    }

    .product-price.discounted .price-container .discount-ratio {
        width: 50px;
        height: 50px;
    }

    .product-details .product-add-basket .add-basket {
        font-size: 12px;
    }

    .product-add-basket .qty-container button {
        height: 36px;
    }

    .product-add-basket .qty-container .qty-counter {
        font-size: 13px;
        width: 20px;
        text-align: center;
    }

    #productDetailsTab .nav-link {
        font-size: 14px;
    }

    .product-details .images .cover {
        margin-bottom: 10px;
    }

    .product-details .thumbnails img {
        height: 51px;
    }

    .products-container.grid-3 .product {
        width: calc(50% - 15px);
        margin: 7.5px;
    }

    .contacts-page .contacts {
        margin-bottom: 0;
    }

    .contacts-page .contact-form {
        margin-top: 10px;
    }

    .post-details-container .post-header {
        flex-direction: column;
        height: unset;
    }

    .post-details-container .post-header figure {
        width: 100%;
    }

    .post-details-container .post-header > .post-media .content h1 {
        font-size: 20px;
    }

    .post-details-container .post-header > .post-media .content {
        display: block;
        width: 100%;
        padding: 0 10px;
    }

    .post-details-container .post-header .relateds {
        width: 100%;
    }

    .post-details-page .post-body-container {
        margin: 30px 0;
    }

    .post-details-page .post-body-container .post-share {
        width: 30px;
    }

    .post-details-page .post-body-container .post-share a {
        width: 100%;
        height: 30px;
        font-size: 14px;
    }

    .post-details-page .post-body-container .post-body {
        padding-left: 15px;
        width: calc(100% - 30px);
    }

    .basket-details > .content .steps .steps-container .step {
        width: 100%;
    }

    .basket-details .products .product {
        flex-wrap: wrap;
        position: relative;
        align-items: flex-start;
    }

    .basket-details {
        flex-direction: column-reverse;
    }

    .basket-details .basket-sidebar {
        position: unset;
        width: 100%;
        top: 0;
    }

    .basket-details > .content {
        width: 100%;
    }

    .basket-details > .content .steps .steps-container {
        margin-top: 13px;
    }

    .basket-details > .content .steps .steps-container .step {
        font-size: 11px;
    }

    .basket-details .products header.product {
        display: none;
    }

    .basket-details .products .product .content {
        width: calc(100% - 100px);
    }

    .basket-details .products .product .qty {
        width: 100px;
        justify-content: flex-start;
        padding-top: 10px;
    }

    .basket-details .products .product .product-price {
        padding-left: 0;
        width: calc(100% - 100px);
        padding-left: 10px;
        margin-top: -50px;
    }

    .basket-details .products .product .qty .input input {
        width: 55px;
        height: 30px;
    }

    .basket-details .products .product .qty .title {
        display: none;
    }

    .basket-details .products .product .qty .input button {
        width: 20px;
        height: 30px;
        font-size: 12px;
    }

    .basket-details .products .product .content .title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        max-height: 48px;
    }

    .basket-details .products .product .button {
        position: absolute;
        left: 6px;
        top: 13px;
    }

    .basket-details .products .product .button button {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }

    .basket-details .product-price.discounted .price-container .discount-ratio {
        display: block;
        margin-right: 7px;
    }

    .posts-page-container {
        flex-direction: column-reverse;
    }

    .posts-page-container > .sidebar {
        width: 100%;
        position: unset;
        top: 0;
        margin-top: 20px;
    }

    .products-container.vertical-products .product {
        width: calc(50% - 15px);
        margin: 7.5px;
    }

    .products-container.vertical-products {
        flex-direction: unset;
    }

    .posts-page-container > .content {
        padding-left: 0;
        width: 100%;
    }

    .modal-open .mobile-nav {
        transform: translateY(40px);
        opacity: 0;
        visibility: hidden;
    }

    .categories-page .categories-container .category-item {
        width: 50%;
    }

    .articles-container .article {
        width: 100%;
        margin: 15px 0;
    }

    .policy-notification {
        bottom: unset;
        left: 22px;
        top: 10px;
        width: calc(100% - 44px);
    }

    form.user-address-choose > div {
        width: 100%;
    }

    .post-details-container .post-header .post-media {
        width: 100%;
        padding-right: 0;
    }

    .post-details-container .post-header .relateds {
        display: none;
    }

    .page-content {
        padding: 30px 0;
    }

    .main-banners .container {
        padding: 0 !important;
    }

    .main-products .section-header {
        margin-bottom: 10px;
    }

    .main-posts .section-header {
        margin-bottom: 10px;
    }

    #ordersAccordion > .accordion-item header {
        flex-wrap: wrap;
    }

    #ordersAccordion > .accordion-item header > div {
        width: calc(50% - 10px);
    }

    #ordersAccordion > .accordion-item header .status {
        text-align: right
    }

    #ordersAccordion > .accordion-item header .title,
    #ordersAccordion > .accordion-item header .status {
        margin-bottom: 15px;
    }

    #ordersAccordion .accordion-body {
        padding: 0 10px 10px 10px;
    }

    .order-result .summary .labels .label-box {
        width: calc(50% - 10px);
        margin: 5px;
    }

    .order-result .summary .addresses {
        flex-direction: column;
    }

    .order-result .summary .addresses .address {
        width: 100%;
    }

    .order-result .products .product-row .image {
        display: none;
    }

    .order-result .products .product-row .price {
        width: 50px;
        font-size: 11px;
        text-align: right;
    }

    .order-result .products .product-row .qty {
        width: 30px;
        text-align: center;
        font-size: 11px;
    }

    .order-result .products .product-row .title {
        font-size: 11px;
        width: calc(100% - 80px);
    }

    .table-container {
        overflow-x: scroll;
    }

    .table-container table td {
        white-space: nowrap;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    .category-item {
        height: 350px;
    }

    .main-footer .footer-container .phone a {
        font-size: 20px;
    }

    .menu-container ul li a {
        font-size: 13px;
    }

    .header-container .search form {
        width: 100%;
    }

    .header-container .search {
        width: calc(100% - 550px);
        padding: 0 18px 0 0;
    }


    .basket-details .products .product:not(header) {
        display: grid;
        width: 100%;
    }

    .basket-details .products .product > div {
        width: unset !important;
    }


    .basket-details .products .product .image {
        grid-row: 1;
        grid-column: 2 / 1;

        grid-row-start: 1;
        grid-row-end: 3;
    }

    .basket-details .products .product .content {
        width: calc(100% - 100px);
        grid-row: 1;
        grid-column: 1 / 12;
        padding-left: 110px;
    }

    .basket-details .products .product .qty {
        grid-row: 2;
        grid-column: 4 / 4;
    }

    .basket-details .products .product .product-price {
        grid-row: 2;
        grid-column: 1 / 4;
        padding-left: 110px;
    }

    .basket-details .products .product .button {
        grid-row: 2;
        grid-column: 12 / 12;
    }

    .basket-details .products .product .content .title {
        font-size: 18px;
    }

    .basket-details .products .product .qty .input button {
        width: 20px;
        height: 30px;
        font-size: 11px;
    }

    .basket-details .products .product .qty .input input {
        height: 30px;
        width: 40px;
    }

    .basket-details .products header.product {
        display: none;
    }

    .basket-details .basket-content .products {
        background: var(--gray);
        padding: 10px;
    }

    .header-container .user-meta button {
        font-size: 13px;
    }
}

