/* =========================================================
   InTech Main Style.css - Cleaned Version
   Path: /domains/intec.ir/public_html/templates/InTech/css/style.css
   ========================================================= */

/* 1) FONT
   ========================================================= */

@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: normal;
    src: url("../font/IRANSansWeb(FaNum).eot");
    src: url("../font/IRANSansWeb(FaNum).eot?#iefix") format("embedded-opentype"),
         url("../font/IRANSansWeb(FaNum).woff2") format("woff2"),
         url("../font/IRANSansWeb(FaNum).woff") format("woff"),
         url("../font/IRANSansWeb(FaNum).ttf") format("truetype");
}

/* 2) BASE
   ========================================================= */

html,
body {
    direction: rtl;
    margin: 0;
    padding: 0;
    font-family: IRANSans, Tahoma, Arial, sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body * {
    transition: color 0.3s ease,
                background-color 0.3s ease,
                border-color 0.3s ease,
                transform 0.35s ease,
                opacity 0.35s ease,
                filter 0.35s ease;
}

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

a,
a:visited {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #d90000;
    text-decoration: none;
}

a img {
    transition: transform 0.35s ease, filter 0.35s ease;
}

a:hover img,
a:focus img {
    transform: scale(1.05);
    filter: brightness(1.03);
}

/* جلوگیری از زوم لوگو و آیکن‌ها */
.logo a:hover img,
.site-logo a:hover img,
.navbar-brand:hover img,
.brand:hover img,
.custom-logo-link:hover img,
.social a:hover img,
.share a:hover img,
a img.icon,
a img[class*="icon"],
button img,
.btn img,
input[type="image"] {
    transform: none;
    filter: none;
}

/* 3) HELPERS
   ========================================================= */

.tahoma {
    font-family: Tahoma, Arial, sans-serif;
}

.ltr {
    direction: ltr;
}

.relative,
.position-relative {
    position: relative;
}

.no-padding,
.padding-right-left-0 {
    padding-right: 0;
    padding-left: 0;
}

.padding-right-0 {
    padding-right: 0;
}

.padding-left-0 {
    padding-left: 0;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-top-bottom-20 {
    padding: 20px 0;
}

.padding-top-bottom-40 {
    padding: 40px 0;
}

.margin-0 {
    margin: 0;
}

.margin-bottom-none {
    margin-bottom: 0;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-top-0 {
    margin-top: 0;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

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

.margin-top-bottom-35 {
    margin: 35px 0;
}

.margin-left-0 {
    margin-left: 0;
}

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

.margin-right-15 {
    margin-right: 15px;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.border-bottom-0,
.border-none {
    border: none;
}

.border-radius {
    border-radius: 3px;
}

.font-size-30 {
    font-size: 30px;
}

.font-size-22 {
    font-size: 22px;
}

.float-left {
    float: left;
}

.scale-hidden {
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

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

/* 4) BOOTSTRAP GRID SAFETY
   ========================================================= */

.container,
.row > [class*="col-"] {
    box-sizing: border-box;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

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

.row::after {
    clear: both;
}

/* 5) BUTTONS
   ========================================================= */

.title-btn-span {
    padding: 0 8px;
    color: #ffffff;
    border-radius: 3px;
    vertical-align: middle;
}

.title-btn {
    float: left;
    padding: 0 15px 0 0;
}

.red-btn {
    background-color: #d71515;
    color: #ffffff;
    border: 1px solid transparent;
}

.red-btn:hover {
    background-color: #ffffff;
    border-color: #d71515;
    color: #d71515;
}

.yellow-btn {
    color: #856715;
    background-color: #ffd83e;
    border: 1px solid transparent;
}

.yellow-btn:hover {
    background-color: #ffffff;
    border-color: #ffd83e;
}

.green-btn {
    background-color: #419c18;
    color: #ffffff;
}

.green-btn:hover {
    background-color: #2e6f11;
}

.btn,
.btn:visited,
.btn:hover,
.btn:focus,
.btn:active,
button,
button:hover,
input[type="submit"],
input[type="button"] {
    text-decoration: none;
}

.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn-primary:visited,
.btn-success:visited,
.btn-info:visited,
.btn-warning:visited,
.btn-danger:visited {
    color: #ffffff;
}

.btn-default,
.btn-default:visited {
    color: #333333;
}

.btn i,
.btn span {
    color: inherit;
}

.btn-custom {
    transition: all 0.3s ease;
}

/* 6) SOCIAL HOVER
   ========================================================= */

.google-plus-hover:hover {
    background-color: #dd4b39;
}

.linkedin-hover:hover {
    background-color: #0077b5;
}

.twitter-hover:hover {
    background-color: #55acee;
}

.facebook-hover:hover {
    background-color: #3b5998;
}

.youtube-hover:hover {
    background-color: #cd201f;
}

.telegram-hover:hover {
    background-color: #0088cc;
}

.instagram-hover:hover {
    color: #ffffff;
    background: radial-gradient(circle farthest-corner at 35% 100%, #fec564, transparent 50%),
                radial-gradient(circle farthest-corner at 10% 140%, #feda7e, transparent 50%),
                radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
                radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%),
                radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
                radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%),
                radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
                linear-gradient(#6559ca, #bc318f 30%, #e42e66 50%, #fa5332 70%, #ffdc80 100%);
}

/* 7) HEADER
   ========================================================= */

header.header {
    position: relative;
    background-color: #eeeeee;
    border-bottom: 2px solid #dbdbdb;
}

a.download-btn {
    display: inline-block;
    margin-top: 3px;
    padding: 5px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    color: #756868;
    font-size: 13px;
}

a.download-btn:hover {
    background-color: #f29040;
    color: #ffffff;
}

a.download-btn i {
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid #cccccc;
    font-size: 15px;
    line-height: 20px;
}

p.phonenumber {
    display: inline;
    margin-left: 10px;
    color: #575757;
}

p.phonenumber::before {
    content: "\f2a0";
    margin-right: 7px;
    color: #575757;
    font-family: FontAwesome;
    font-size: 16px;
}

.header-ul li {
    position: relative;
    display: inline-block;
    padding: 0 8px;
    color: #575757;
    line-height: 40px;
    list-style: none;
}

.header-ul li:first-child {
    padding-right: 0;
    margin-right: 0;
}

.header-ul li a:hover {
    color: #f07f22;
}

/* 8) LOGIN / LOGO / SEARCH
   ========================================================= */

section.login {
    position: relative;
    padding: 15px 0;
    background-color: #ffffff;
}

#logo {
    float: none;
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.desktop-header-img,
.mobile-header-img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

form.search-box {
    position: relative;
    display: inline-block;
    width: 300px;
    margin-top: 18px;
    margin-right: 18px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

input.search-input {
    display: inline-block;
    width: 100%;
    padding-left: 25px;
    background-color: transparent;
    border: none;
}

#search-icon {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    height: 100%;
    color: #7a7a7a;
    background-color: transparent;
    border: none;
    border-right: 1px solid #c1c1c1;
}

.search-layer {
    position: relative;
}

.search-layer form {
    position: absolute;
    right: 0;
    bottom: -70px;
    z-index: 10;
    display: none;
    width: 230px;
    padding: 10px;
    text-align: left;
    background-color: #f0f0f0;
    border: 1px solid #dfdfdf;
}

.search-layer form::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 10px;
    display: inline-block;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: transparent transparent #f0f0f0;
}

.search-layer form input {
    float: right;
    width: 158px;
    padding: 0 10px;
    margin-left: 5px;
    color: #6c6c6c;
    line-height: 35px;
    border: 1px solid #dfdfdf;
}

.search-layer form button {
    float: left;
    width: 44px;
    padding: 0;
    color: #ffffff;
    font-size: 12px;
    line-height: 37px;
    text-align: center;
    background-color: #d71515;
    border: 0;
}

.search-layer form button:hover {
    background-color: #a50d0d;
}

.lang {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 5px;
    margin: 5px 2px;
    color: #3685c5;
    text-align: center;
    background: #f4f4f4;
    border: 1px #cbddeb solid;
    border-radius: 20px;
}

.lang:hover {
    color: #3685c5;
    background: #ffffff;
    border-color: #3685c5;
}

/* 9) SLIDER
   ========================================================= */

#slider {
    position: relative;
    margin-bottom: 30px;
}

.item {
    position: relative;
}

#slider-title,
#slider-description-1,
#slider-description-2 {
    position: absolute;
    right: 5%;
    color: #ffffff;
}

#slider-title {
    top: 15%;
    font-size: 27px;
}

#slider-description-1,
#slider-description-2 {
    display: block;
    font-size: 20px;
}

#slider-description-1 {
    top: 35%;
}

#slider-description-2 {
    top: 45%;
}

#slider-description-1::after,
#slider-description-2::after {
    content: "\f00c";
    margin-left: 10px;
    color: #f07f22;
    font-family: FontAwesome;
    font-size: 25px;
    vertical-align: middle;
}

.owl-dot {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 14px;
    margin: 5px 15px 0 5px;
    cursor: pointer;
    background-color: #f07f22;
    border-radius: 0;
    transition-property: none;
}

.owl-dot::before,
.owl-dot::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 14px 14px 0;
    border-color: transparent #f07f22 transparent transparent;
    line-height: 0;
    transition-property: none;
}

.owl-dot::before {
    left: -14px;
    transform: rotate(-270deg);
}

.owl-dot::after {
    right: -14px;
    transform: rotate(-90deg);
}

.owl-dots .active {
    background-color: #ffffff;
}

.owl-dots .active::before,
.owl-dots .active::after {
    border-color: transparent #ffffff transparent transparent;
}

#slider .owl-dots {
    position: absolute;
    bottom: 5%;
    left: 5%;
}

.owl-nav {
    display: none;
}

/* 10) ASIDE SPECIAL PRODUCT
   ========================================================= */

.aside-special-product {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.aside-span-top,
.aside-span-bottom {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: inline-block;
    width: 150%;
    background-color: rgba(255, 255, 255, 0.65);
    overflow: hidden;
    transform-origin: top right;
}

.aside-span-top {
    height: 100%;
    transform: rotate(-45deg);
}

.aside-span-bottom {
    height: 150%;
    transform: rotate(45deg);
}

.aside-special-product a {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    display: inline-block;
    width: 100%;
    height: 100%;
}

#product-top-title,
#product-top-description,
#product-bottom-title,
#product-bottom-description {
    position: absolute;
    z-index: 3;
    font-size: 16px;
    font-weight: 600;
}

#product-top-title {
    right: 20px;
    bottom: 45px;
}

#product-top-description {
    right: 20px;
    bottom: 18px;
}

#product-bottom-title {
    top: 25px;
    left: 40px;
}

#product-bottom-description {
    top: 53px;
    left: 13px;
}

/* 11) TEXT LINKS
   ========================================================= */

.content a,
.article-content a,
.page-content a,
.post-content a,
.entry-content a,
.text-content a,
.description a,
.product-description a,
.category-description a,
.cms-content a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #0056b3;
    text-decoration: none;
}

.content a:hover,
.article-content a:hover,
.page-content a:hover,
.post-content a:hover,
.entry-content a:hover,
.text-content a:hover,
.description a:hover,
.product-description a:hover,
.category-description a:hover,
.cms-content a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #d90000;
    text-decoration: none;
}

/* 12) PRODUCT / CATEGORY GRID
   ========================================================= */

.category-row,
.articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.category-row > .col-md-4,
.category-row > .col-sm-6 {
    float: none;
    margin-bottom: 30px;
}

.products-item {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    background: transparent;
    transform: none;
}

.products-item:hover {
    transform: none;
}

.products-item .overflow,
.overflow,
.image-wrap,
.product-image,
.category-image,
.thumbnail {
    overflow: hidden;
}

.products-item .overflow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 230px;
    background: #ffffff;
    border: none;
}

.products-item img {
    display: block;
    width: auto;
    max-width: 90%;
    height: auto;
    max-height: 210px;
    margin: 0 auto;
    object-fit: contain;
}

.products-item:hover img,
.products-item a:hover img,
.product-link:hover img {
    transform: scale(1.06);
}

.products-item h1,
.products-item h2,
.products-item h3,
.products-item h4 {
    text-align: center;
    line-height: 1.8;
}

.products-item h3 {
    margin-top: 15px;
}

.product-link,
.product-link:visited,
.products-item h3 a,
.products-item h3 a:visited,
.category-link,
.category-link:visited,
.section-header a,
.section-header a:visited {
    color: #333333;
    text-decoration: none;
}

.product-link {
    display: block;
    text-align: center;
}

.product-link:hover,
.products-item h3 a:hover,
.category-link:hover,
.section-header a:hover,
.product-link:hover .product-title-fa,
.product-link:hover .product-title-en,
.product-link:hover .product-title,
.products-item a:hover {
    color: #d90000;
    text-decoration: none;
}

.product-title-wrap {
    display: block;
    margin-top: 10px;
    text-align: center;
    line-height: 1.7;
}

.product-title-fa {
    display: block;
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.product-title-en {
    display: block;
    margin-top: 2px;
    color: #777777;
    direction: ltr;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-align: center;
}

h3 .product-title-en {
    margin-top: 4px;
}

.new-price,
.old-price,
.price,
.product-price {
    text-align: center;
}

/* 13) GENERIC TITLES WITH DATA-EN
   ========================================================= */

.product-title,
.entry-title,
.post-title,
.news-title,
.category-title,
.card-title,
.module-title,
.item-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.7;
}

.product-title p,
.entry-title p,
.post-title p,
.news-title p,
.category-title p,
.card-title p,
.module-title p,
.item-title p {
    margin: 0;
}

.product-title[data-en]::after,
.entry-title[data-en]::after,
.post-title[data-en]::after,
.news-title[data-en]::after,
.category-title[data-en]::after,
.card-title[data-en]::after,
.module-title[data-en]::after,
.item-title[data-en]::after {
    content: attr(data-en);
    display: block;
    width: 100%;
    margin-top: 4px;
    color: #777777;
    direction: ltr;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 1.6;
    text-align: center;
}

a:hover .product-title,
a:hover .entry-title,
a:hover .post-title,
a:hover .news-title,
a:hover .category-title,
a:hover .card-title,
a:hover .module-title,
a:hover .item-title,
a:hover .product-title p,
a:hover .entry-title p,
a:hover .post-title p,
a:hover .news-title p,
a:hover .category-title p,
a:hover .card-title p,
a:hover .module-title p,
a:hover .item-title p,
a:hover .product-title[data-en]::after,
a:hover .entry-title[data-en]::after,
a:hover .post-title[data-en]::after,
a:hover .news-title[data-en]::after,
a:hover .category-title[data-en]::after,
a:hover .card-title[data-en]::after,
a:hover .module-title[data-en]::after,
a:hover .item-title[data-en]::after {
    color: #d90000;
}

/* 14) ARTICLES / PRODUCT BOXES
   ========================================================= */

.articles {
    gap: 24px;
    width: 100%;
}

.article-box {
    display: flex;
    flex-direction: column;
    width: 260px;
    max-width: 260px;
    min-height: auto;
    padding: 12px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #eeeeee;
}

.article-box img {
    display: block;
    width: auto;
    max-width: 100%;
    height: 180px;
    margin: 0 auto 10px;
    object-fit: contain;
}

.article-box h2,
.article-box h3,
.article-box p {
    height: auto;
    max-height: none;
    margin: 8px 0;
    overflow: visible;
    text-align: center;
    line-height: 1.7;
}

.article-box .desc {
    flex-grow: 1;
    overflow: hidden;
}

.article-box .border-radius {
    align-self: center;
    margin-top: auto;
}

/* 15) HOME FEATURED PRODUCTS
   ========================================================= */

.home-featured-products-section {
    padding: 45px 0 55px;
    background: #f8f8f8;
    direction: rtl;
}

.home-featured-slider {
    position: relative;
    padding: 5px 45px;
    overflow: hidden;
}

.home-featured-track {
    display: flex;
    flex-direction: row-reverse;
    transition: transform 0.55s ease;
    will-change: transform;
}

.home-featured-slide {
    padding: 0 12px;
}

.home-featured-card {
    display: block;
    height: 100%;
    color: #333333;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.home-featured-card:hover {
    color: #333333;
    text-decoration: none;
    border-color: #d90000;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}

.home-featured-image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 210px;
    padding: 15px;
    overflow: hidden;
    background: #ffffff;
}

.home-featured-image-wrap img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.home-featured-card:hover img {
    transform: scale(1.07);
}

.home-featured-content {
    padding: 18px 18px 20px;
    text-align: center;
}

.home-featured-content h3 {
    margin: 0 0 10px;
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8;
}

.home-featured-content p {
    min-height: 50px;
    margin: 0 0 15px;
    color: #666666;
    font-size: 14px;
    line-height: 1.9;
}

.home-featured-nav {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 34px;
    height: 46px;
    color: #ffffff;
    font-size: 34px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.45);
    border: none;
    border-radius: 4px;
    transform: translateY(-50%);
}

.home-featured-nav:hover {
    background: #d90000;
}

.home-featured-prev {
    left: 5px;
}

.home-featured-next {
    right: 5px;
}

/* 16) FOOTER
   ========================================================= */

footer,
.footer,
.site-footer {
    clear: both;
    display: block;
    width: 100%;
    margin: 40px 0 0;
    padding: 30px 0 20px;
    color: #ffffff;
    text-align: center;
    background: #0d4f7c;
    overflow: hidden;
}

footer .container,
.footer .container,
.site-footer .container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

footer .row,
.footer .row,
.site-footer .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-right: -15px;
    margin-left: -15px;
}

footer [class*="col-"],
.footer [class*="col-"],
.site-footer [class*="col-"] {
    float: none;
    margin-bottom: 20px;
}

footer p,
.footer p,
.site-footer p,
footer li,
.footer li,
.site-footer li,
footer span,
.footer span,
.site-footer span {
    color: #ffffff;
    line-height: 2;
}

footer a,
.footer a,
.site-footer a,
footer a:visited,
.footer a:visited,
.site-footer a:visited {
    color: #ffffff;
    text-decoration: none;
}

footer a:hover,
.footer a:hover,
.site-footer a:hover {
    color: #f29040;
    text-decoration: none;
}

.footer-links,
.footer .footer-links,
footer .footer-links,
.site-footer .footer-links {
    padding: 0;
    margin: 0 0 20px;
    text-align: center;
    list-style: none;
}

.footer-links li,
.footer .footer-links li,
footer .footer-links li,
.site-footer .footer-links li {
    display: inline-block;
    padding: 0;
    margin: 0 10px 10px;
}

.footer-separator {
    max-width: 700px;
    margin: 20px auto;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.footer-address {
    margin: 0;
    color: #ffffff;
    line-height: 2;
    text-align: center;
}

.copyright {
    clear: both;
    display: block;
    width: 100%;
    padding: 12px 0;
    margin: 0;
    color: #ffffff;
    text-align: center;
    background: #083b5c;
}

.copyright p {
    margin: 0;
    color: #ffffff;
}

.copyright a {
    color: #ffffff;
}

.copyright a:hover {
    color: #f29040;
}

/* 17) RESPONSIVE
   ========================================================= */

@media (max-width: 991px) {
    .category-row > .col-md-4,
    .category-row > .col-sm-6 {
        width: 50%;
    }

    .products-item .overflow {
        height: 210px;
    }

    .products-item img {
        max-height: 190px;
    }

    .product-title-fa {
        font-size: 17px;
    }

    .product-title-en {
        font-size: 13px;
    }

    .product-title[data-en]::after,
    .entry-title[data-en]::after,
    .post-title[data-en]::after,
    .news-title[data-en]::after,
    .category-title[data-en]::after,
    .card-title[data-en]::after,
    .module-title[data-en]::after,
    .item-title[data-en]::after {
        font-size: 11px;
    }

    #slider-title {
        font-size: 22px;
    }

    #slider-description-1,
    #slider-description-2 {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .category-row {
        display: block;
    }

    .category-row > .col-md-4,
    .category-row > .col-sm-6 {
        float: none;
        width: 100%;
    }

    .products-item,
    .product-box,
    .category-box,
    .product-item,
    .category-item {
        margin-bottom: 25px;
    }

    .products-item .overflow {
        height: 190px;
    }

    .products-item img {
        max-height: 170px;
    }

    .product-title-fa {
        font-size: 16px;
    }

    .product-title-en {
        font-size: 12px;
    }

    .articles {
        display: block;
    }

    .article-box {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .article-box img {
        height: 160px;
    }

    .home-featured-slider {
        padding: 5px 35px;
    }

    .home-featured-image-wrap {
        height: 190px;
    }

    .home-featured-content h3 {
        font-size: 16px;
    }

    .home-featured-content p {
        font-size: 13px;
    }

    a:hover img,
    a:focus img {
        transform: scale(1.03);
    }

    form.search-box {
        width: 100%;
        margin-right: 0;
    }

    #slider-title {
        top: 12%;
        font-size: 18px;
    }

    #slider-description-1,
    #slider-description-2 {
        font-size: 13px;
    }

    #slider-description-1 {
        top: 35%;
    }

    #slider-description-2 {
        top: 48%;
    }

    footer .row,
    .footer .row,
    .site-footer .row {
        display: block;
        text-align: center;
    }

    footer [class*="col-"],
    .footer [class*="col-"],
    .site-footer [class*="col-"] {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .products-item .overflow {
        height: 175px;
    }

    .products-item img {
        max-height: 155px;
    }

    .product-title-fa {
        font-size: 15px;
    }

    .product-title-en {
        font-size: 11px;
    }

    .footer-links li,
    .footer .footer-links li,
    footer .footer-links li,
    .site-footer .footer-links li {
        display: block;
        margin: 0 0 10px;
    }
}
