/*-----------------------------------------------------------------------------------

    Template Name: Elehaus- Electronics eCommerce Website Template
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01 - Helpers (Variables & Mixins)
    02 - Basic (Typography, Common Classes)
        02.01 - Typrography
        02.02 - Common Classes
    03 - Layout (Header, Footer, Section, Main Container/Wrapper and Page Header Styles)
        03.01 - Header
        03.02 - Footer
        03.03 - Main Content Wrapper, Sections & Section Heading
    04 - Modules (Template Design Elements as Modules and Third party Plugins Custom Styles)

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Template default CSS
/*----------------------------------------*/
/* Common Style */
*, *::after, *::before {
  box-sizing: border-box;
}


@font-face {
    font-family: vazir;
    src: url('../fonts/vazir/Vazir.eot');
    src: url('../fonts/vazir/Vazir.eot') format('embedded-opentype'), 
    url('../fonts/vazir/Vazir-Meduim-FD.woff') format('woff'), 
    url('../fonts/vazir/Vazir.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: vazir-bold;
    src: url('../fonts/vazir/Vazir-Bold.eot'),
     url('../fonts/vazir/Vazir-Bold-FD.woff') format('woff'),
      url('../fonts/vazir/Vazir-Bold.ttf') format('truetype');
    font-weight: 500;
    font-style: bold;
}

html, body {
  height: 100%;
}

body {
  font-family: "vazir", sans-serif !important;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.875;
  position: relative;
  visibility: visible;
  overflow-x: hidden;
  color: #1a202c;
  background-color: #f6f9ff;
  direction: rtl;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.3;
  margin-top: 0;
  color: #353535;
  font-family: "vazir", sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: inherit;
  margin: 0;
}

h1, .h1 {
  font-size: 20px;
  line-height: 1.8em;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1, .h1 {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1, .h1 {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 575px) {
  h1, .h1 {
    font-size: 16px;
  }
}

h2, .h2 {
  font-size: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2, .h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2, .h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 18px;
  }
}

h3, .h3 {
  font-size: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h3, .h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h3, .h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  h3, .h3 {
    font-size: 18px;
  }
}

h4, .h4 {
  font-size: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  h4, .h4 {
    font-size: 16px;
  }
}

h5, .h5 {
  font-size: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  h5, .h5 {
    font-size: 14px;
  }
}

h6, .h6 {
  font-size: 14px;
}

p:last-child {
  margin-bottom: 0;
}

a, button {
  line-height: inherit;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

a:hover, a:active, a:focus {
  box-shadow: none;
  outline: none;
  text-decoration: none;
}

a, button, img, input, textarea {
  transition: all 0.3s ease 0s;
}

*:focus {
  outline: none;
}

a:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #607D8B;
}

button, input[type=submit] {
  cursor: pointer;
}

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

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
}

ul {
  margin: 0;
  padding: 0;
}
ul:last-child {
  margin-bottom: 0;
}
ul li {
  list-style: none;
}

hr {
  border-top-width: 2px;
}
.form-select{
  display: block !important;
}
/* ===== استایل‌های حرفه‌ای بج‌ها ===== */

.badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    position: relative;
    overflow: hidden;
}

/* نقطه وضعیت */
.badge::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
    opacity: 0.8;
    flex-shrink: 0;
}

/* افکت Ripple */
.badge::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.5s, height 0.5s;
}

.badge:hover::after {
    width: 80px;
    height: 80px;
}

/* ===== Success - موفقیت (سبز) ===== */
.badge.bg-success {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
}

.badge.bg-success:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
    transform: translateY(-1px);
}

/* ===== Info - اطلاعات (آبی) ===== */
.badge.bg-info {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
}

.badge.bg-info:hover {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
    transform: translateY(-1px);
}

/* ===== Warning - هشدار (نارنجی/زرد) ===== */
.badge.bg-warning {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: white;
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.3);
}

.badge.bg-warning:hover {
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.4);
    transform: translateY(-1px);
}

/* ===== Danger - خطر (قرمز) ===== */
.badge.bg-danger {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.3);
    animation: dangerPulse 2s ease-in-out infinite;
}

.badge.bg-danger:hover {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.5);
    transform: translateY(-1px);
}

@keyframes dangerPulse {
    0%, 100% {
        box-shadow: 0 2px 8px rgba(239, 68, 68, 0.3);
    }
    50% {
        box-shadow: 0 4px 14px rgba(239, 68, 68, 0.6);
    }
}

/* ===== Secondary - ثانویه (خاکستری) ===== */
.badge.bg-secondary {
    background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);
    color: white;
    box-shadow: 0 2px 8px rgba(107, 114, 128, 0.3);
}

.badge.bg-secondary:hover {
    background: linear-gradient(135deg, #4b5563 0%, #374151 100%);
    box-shadow: 0 4px 12px rgba(107, 114, 128, 0.4);
    transform: translateY(-1px);
}

/* ===== Primary - اصلی (بنفش) ===== */
.badge.bg-primary {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    color: white;
    box-shadow: 0 2px 8px rgba(139, 92, 246, 0.3);
}

.badge.bg-primary:hover {
    background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.4);
    transform: translateY(-1px);
}

/* ===== Dark - تیره (مشکی) ===== */
.badge.bg-dark {
    background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
    color: white;
    box-shadow: 0 2px 8px rgba(31, 41, 55, 0.4);
}

.badge.bg-dark:hover {
    background: linear-gradient(135deg, #111827 0%, #030712 100%);
    box-shadow: 0 4px 12px rgba(31, 41, 55, 0.5);
    transform: translateY(-1px);
}

/* ===== Light - روشن (سفید/خاکستری روشن) ===== */
.badge.bg-light {
    background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
    color: #374151;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #d1d5db;
}

.badge.bg-light::before {
    background: #6b7280;
}

.badge.bg-light:hover {
    background: linear-gradient(135deg, #e5e7eb 0%, #d1d5db 100%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    transform: translateY(-1px);
}

/* ===== سایز‌های مختلف ===== */
.badge-sm {
    padding: 4px 8px;
    font-size: 10px;
    gap: 4px;
}

.badge-sm::before {
    width: 4px;
    height: 4px;
}

.badge-lg {
    padding: 8px 16px;
    font-size: 14px;
    gap: 8px;
}

.badge-lg::before {
    width: 8px;
    height: 8px;
}

/* ===== بج بدون نقطه ===== */
.badge-no-dot::before {
    display: none;
}

/* ===== بج Outline (توخالی) ===== */
.badge-outline {
    background: transparent !important;
    border: 2px solid currentColor;
    box-shadow: none !important;
}

.badge-outline.bg-success {
    color: #10b981;
    border-color: #10b981;
}

.badge-outline.bg-info {
    color: #3b82f6;
    border-color: #3b82f6;
}

.badge-outline.bg-warning {
    color: #f59e0b;
    border-color: #f59e0b;
}

.badge-outline.bg-danger {
    color: #ef4444;
    border-color: #ef4444;
}

.badge-outline.bg-secondary {
    color: #6b7280;
    border-color: #6b7280;
}

.badge-outline.bg-primary {
    color: #8b5cf6;
    border-color: #8b5cf6;
}

.badge-outline:hover {
    background: currentColor !important;
    color: white !important;
}

/* ===== بج Soft (رنگ ملایم) ===== */
.badge-soft {
    box-shadow: none !important;
}

.badge-soft.bg-success {
    background: rgba(16, 185, 129, 0.15) !important;
    color: #059669;
}

.badge-soft.bg-info {
    background: rgba(59, 130, 246, 0.15) !important;
    color: #2563eb;
}

.badge-soft.bg-warning {
    background: rgba(245, 158, 11, 0.15) !important;
    color: #d97706;
}

.badge-soft.bg-danger {
    background: rgba(239, 68, 68, 0.15) !important;
    color: #dc2626;
}

.badge-soft.bg-secondary {
    background: rgba(107, 114, 128, 0.15) !important;
    color: #4b5563;
}

.badge-soft.bg-primary {
    background: rgba(139, 92, 246, 0.15) !important;
    color: #7c3aed;
}

.badge-soft:hover {
    opacity: 0.8;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .badge {
        font-size: 11px;
        padding: 5px 10px;
        gap: 5px;
    }
    
    .badge::before {
        width: 5px;
        height: 5px;
    }
}

/* ===== بج با آیکون ===== */
.badge i,
.badge svg {
    font-size: 10px;
    margin-left: 4px;
}

.badge-lg i,
.badge-lg svg {
    font-size: 12px;
}

/* ===== حالت غیرفعال ===== */
.badge.disabled,
.badge:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

/*----------------------------------------*/
/*  Template Classes CSS
/*----------------------------------------*/
.bg-img {
  background: no-repeat center center;
  background-size: cover;
}

.wrapper {
  overflow-x: hidden;
}

.section-space {
  padding-bottom: 50px;
  padding-top: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-space {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .section-space {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.section-top-space {
  padding-top: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-top-space {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .section-top-space {
    padding-top: 30px;
  }
}

.section-bottom-space {
  padding-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-bottom-space {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .section-bottom-space {
    padding-bottom: 30px;
  }
}

.section-two-space {
  padding-bottom: 40px;
  padding-top: 40px;
}

.section-two-top-space {
  padding-top: 40px;
}

.section-two-bottom-space {
  padding-bottom: 40px;
}

.section-space-30{
  margin-bottom: 30px;
  margin-top: 30px;
}

.row-gutter-20 {
  margin-right: -10px;
  margin-left: -10px;
}
.row-gutter-20 .col,
.row-gutter-20 [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
/* ------------ BTN Size & Colors ------------*/
.btn {
    border-radius: 10px;
    font-size: 15px;
    font-weight: bold;
    padding: 12px 18px;
    text-align: center;
    transition: all .18s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid transparent;
    box-shadow: 0 4px 10px rgba(15, 23, 42, .08);
}

.btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(15, 23, 42, .12);
}

.btn:active {
    transform: translateY(0);
}

.btn-sm {
    border-radius: 8px;
    font-size: 13px;
    padding: 7px 11px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .btn {
    font-size: 12px;
  }
}
@media only screen and (max-width: 479px) {
  .btn {
    padding: 12px 10px;
  }
  .btn-sm{
  	padding: 5px 7px;
  }
}

/* Solid */
.btn-primary {
    background: linear-gradient(135deg, #1565c0, #1e88e5);
    color: #fff;
}

.btn-success {
    background: linear-gradient(135deg, #059669, #10b981);
    color: #fff;
}

.btn-danger {
    background: linear-gradient(135deg, #dc2626, #ef4444);
    color: #fff;
}

.btn-warning {
    background: linear-gradient(135deg, #f59e0b, #f97316);
    color: #fff;
}

.btn-info {
    background: linear-gradient(135deg, #0284c7, #0ea5e9);
    color: #fff;
}

.btn-secondary {
    background: linear-gradient(135deg, #475569, #64748b);
    color: #fff;
}

.btn-dark {
    background: linear-gradient(135deg, #111827, #1f2937);
    color: #fff;
}

.btn-light {
    background: #f8fafc;
    border-color: #e2e8f0;
    color: #334155;
}
/* Hover */
.btn-primary:hover,
.btn-primary:focus {
    background: linear-gradient(135deg, #0d47a1, #1976d2);
    color: #fff;
}

.btn-success:hover,
.btn-success:focus {
    background: linear-gradient(135deg, #047857, #059669);
    color: #fff;
}

.btn-danger:hover,
.btn-danger:focus {
    background: linear-gradient(135deg, #b91c1c, #dc2626);
    color: #fff;
}

.btn-warning:hover,
.btn-warning:focus {
    background: linear-gradient(135deg, #d97706, #f59e0b);
    color: #fff;
}

.btn-info:hover,
.btn-info:focus {
    background: linear-gradient(135deg, #0369a1, #0284c7);
    color: #fff;
}

.btn-secondary:hover,
.btn-secondary:focus {
    background: linear-gradient(135deg, #334155, #475569);
    color: #fff;
}

.btn-dark:hover,
.btn-dark:focus {
    background: linear-gradient(135deg, #020617, #111827);
    color: #fff;
}
/* Outline */
.btn-outline-primary {
    background: #fff;
    border-color: #1e88e5;
    color: #1565c0;
    box-shadow: none;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background: #1e88e5;
    color: #fff;
}

.btn-outline-success {
    background: #fff;
    border-color: #10b981;
    color: #047857;
    box-shadow: none;
}

.btn-outline-success:hover,
.btn-outline-success:focus {
    background: #10b981;
    color: #fff;
}

.btn-outline-danger {
    background: #fff;
    border-color: #ef4444;
    color: #dc2626;
    box-shadow: none;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus {
    background: #ef4444;
    color: #fff;
}

.btn-outline-warning {
    background: #fff;
    border-color: #f59e0b;
    color: #d97706;
    box-shadow: none;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus {
    background: #f59e0b;
    color: #fff;
}

.btn-outline-info {
    background: #fff;
    border-color: #0ea5e9;
    color: #0284c7;
    box-shadow: none;
}

.btn-outline-info:hover,
.btn-outline-info:focus {
    background: #0ea5e9;
    color: #fff;
}

.btn-outline-secondary {
    background: #fff;
    border-color: #64748b;
    color: #475569;
    box-shadow: none;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
    background: #64748b;
    color: #fff;
}

.btn-outline-dark {
    background: #fff;
    border-color: #1f2937;
    color: #111827;
    box-shadow: none;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus {
    background: #1f2937;
    color: #fff;
}

/* Disabled */
.btn:disabled,
.btn.disabled {
    background: #e5e7eb !important;
    border-color: #e5e7eb !important;
    color: #9ca3af !important;
    cursor: not-allowed;
    opacity: .8;
    transform: none !important;
    box-shadow: none !important;
}


/* ===== حالت غیرفعال ===== */
.btn:disabled,
.btn.disabled {
    background: #e9ecef;
    color: #adb5bd;
    cursor: not-allowed;
    opacity: 0.6;
    transform: none !important;
    box-shadow: none !important;
}

/* ===== دکمه‌های گروهی ===== */
.btn-group .btn {
    border-radius: 0;
}

.btn-group .btn:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.btn-group .btn:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

/* ===== دکمه با آیکون ===== */
.btn i {
    margin-left: 6px;
    font-size: 14px;
    vertical-align: middle;
}

.btn-sm i {
    margin-left: 0;
    font-size: 12px;
}

/* ===== انیمیشن Loading ===== */
.btn.loading {
    pointer-events: none;
    position: relative;
}

.btn.loading::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* ===== Responsive ===== */
@media only screen and (max-width: 767px) {
    .btn::before {
        display: none; /* حذف افکت ripple در موبایل برای بهبود عملکرد */
    }
}

.btn .icon {
  color: #FFFFFF;
  font-size: 14px;
  margin-left: 8px;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
  .btn .icon {
    font-size: 12px;
    margin-left: 6px;
  }
}

.btn-link {
  color: #37474F;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.btn-link .icon {
  font-size: 12px;
  margin-right: 5px;
  transition: all 0.3s ease 0s;
}
.btn-link:hover {
  color: #003566;
}

.offcanvas-backdrop, .modal-backdrop {
  background-color: rgba(43, 43, 43, 0.92);
  cursor: url("../images/icons/cancel-white.webp"), auto;
}
.offcanvas-backdrop.show, .modal-backdrop.show {
  opacity: 1;
}

.fw-semi-bold {
  font-weight: 600 !important;
}

.text-hover-primary:hover {
  color: #e73c17 !important;
}
.text-hover-primary:hover i {
  color: #e73c17 !important;
}

.text-hover-headings-color:hover {
  color: #353535 !important;
}
.text-hover-headings-color:hover i {
  color: #353535 !important;
}

.bg-theme3 {
  background-color: #12a05c !important;
}

.bg-theme4 {
  background-color: #ff9900 !important;
}

.bg-gray-light {
  background-color: #f0f2f5 !important;
}

.row-align .col-align-left {
  width: 30%;
}
.row-align .col-align-right {
  width: 70%;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
input:focus:-moz-placeholder {
  color: transparent;
  opacity: 0;
}
input:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
input:focus:-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}

.max-w-auto {
  max-width: none !important;
}

.rounded-10 {
  border-radius: 10px !important;
}
.font-xs{
	font-size: 6px;
}

/*----------------------------------------*/
/*  Header CSS
/*----------------------------------------*/
.header-wrapper{
	background-color: #fff;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
}
.header-top {
  background-color: #f0f0f0;
  min-height: 53px;
  padding: 12px 0;
}
.header-top-info {
  font-size: 14px;
  font-weight: 500;
}
.header-top-info a {
  color: #494242;
}
.header-top-info a:hover {
  color: #e73c17;
}
.header-top-action-area {
  align-items: center;
  display: flex;
}
.header-top-area {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.header-middle {
	position: relative;
  	padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  .header-middle {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-middle .header-action {
    position: relative;
    top: 2px;
  }
}
@media only screen and (max-width: 479px) {
  .header-middle .header-action {
    margin-left: -8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-middle .btn-search-menu {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .header-middle .btn-search-menu {
    font-size: 20px;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-middle .header-action-user {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .header-middle .header-action-user {
    font-size: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .header-middle .header-action-wishlist {
    font-size: 19px;
    margin-right: 11px;
  }
}
@media only screen and (max-width: 479px) {
  .header-middle .header-action-cart {
    font-size: 20px;
    margin-right: 5px;
  	margin-left: 10px;
  	line-height: 0;
  }
}
@media only screen and (max-width: 479px) {
  .header-middle .header-action-cart .cart-count {
    font-size: 12px;
    height: 19px;
    line-height: 15px;
    padding-right: 0px;
    right: -12px;
    top: -10px;
    width: 19px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-middle .btn-menu {
    position: relative;
    top: 0;
    right: 0;
    left: auto;
  }
}

.header-area {
  border-top: 1px solid #f0f0f0;
}
.header-two-area {
  background-color: #242424;
}
.header-three-area {
  background-color: #fff;
}
.header-four-inner-area {
  background-color: #fafafa;
  border: solid #f0f0f0;
  border-width: 1px 0 1px 0;
}

.header-transparent {
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 8;
}
.header-transparent .header-area {
  border-top: 1px solid #2d2d30;
  padding-top: 20px;
}
.header-transparent .header-top {
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .header-transparent .header-top {
    min-height: auto;
  }
}
.header-transparent .header-top-info a {
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .header-transparent .header-top-info a {
    font-size: 12px;
  }
}
.header-transparent .header-top-info a:hover {
  color: #e73c17;
}
.header-transparent .header-info-dropdown .btn-info {
  color: #FFFFFF;
}
.header-transparent .header-info-dropdown .btn-info:before {
  background-color: #494d61;
}
.header-transparent .header-info-dropdown .btn-info.dropdown-toggle:after {
  color: #FFFFFF;
}
.header-transparent .header-action button, .header-transparent .header-action a {
  color: #FFFFFF;
  margin-right: 21px;
}
@media only screen and (max-width: 479px) {
  .header-transparent .header-action button, .header-transparent .header-action a {
    font-size: 18px;
    margin-right: 11px;
  }
}
.header-transparent .header-action button:hover, .header-transparent .header-action a:hover {
  color: #e73c17;
}
.header-transparent .header-action .header-action-cart {
  margin-right: 13px;
}
.header-transparent .btn-menu {
  background-color: #353535;
}
.header-transparent .btn-menu:hover {
  background-color: #FFFFFF;
  color: #3f3f3f;
}

@media only screen and (max-width: 767px) {
  .header-logo-area img {
    max-width: 150px;
    position: relative;
    top: -1px;
  }
}
@media only screen and (max-width: 479px) {
  .header-logo-area img {
    max-width: 130px;
  }
}
@media only screen and (max-width: 479px) {
  .header-logo img {
    max-width: 115px;
  }
}

/* -------- Header User Dropdown & Cart icon -----*/
/* ===== بخش کاربر و سبد خرید - استایل مدرن ===== */

/* دکمه کاربر */
.header-info-dropdown {
    line-height: 1;
    position: relative;
}

.header-info-dropdown .btn-user-login {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 1px solid #dee2e6;
    border-radius: 50px;
    color: #2c3e50;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 16px 8px 12px;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.header-info-dropdown .btn-user-login:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.header-info-dropdown .btn-user-login i {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin: 0;
    transition: all 0.3s ease;
}

.header-info-dropdown .btn-user-login:hover i {
    background: #ffffff;
    color: #667eea;
    transform: rotate(360deg);
}

.header-info-dropdown .btn-user-login.dropdown-toggle::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border: none;
    background: none;
    color: inherit;
    font-size: 12px;
    margin-right: 4px;
    position: static;
    transition: transform 0.3s ease;
}

.header-info-dropdown .btn-user-login[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

/* منوی کاربر */
.header-info-dropdown .dropdown-menu {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e9ecef;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    margin-top: 8px;
    min-width: 220px;
    padding: 8px;
    animation: dropdownFadeIn 0.3s ease;
    right: 0 !important;
    left: auto !important;
}

@keyframes dropdownFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.header-info-dropdown .dropdown-menu .dropdown-item {
    border-radius: 8px;
    padding: 12px 14px;
    margin-bottom: 4px;
    transition: all 0.2s ease;
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-info-dropdown .dropdown-menu .dropdown-item:last-child {
    margin-bottom: 0;
    margin-top: 4px;
    border-top: 1px solid #f0f0f0;
    padding-top: 12px;
}

.header-info-dropdown .dropdown-menu .dropdown-item a {
    color: #2c3e50;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    font-size: 14px;
}

.header-info-dropdown .dropdown-menu .dropdown-item i {
    width: 20px;
    text-align: center;
    font-size: 14px;
    color: #6c757d;
    transition: all 0.2s ease;
}

.header-info-dropdown .dropdown-menu .dropdown-item:hover {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.header-info-dropdown .dropdown-menu .dropdown-item:hover i {
    transform: scale(1.2);
}

.header-info-dropdown .dropdown-menu .dropdown-item:nth-child(1):hover i {
    color: #667eea;
}

.header-info-dropdown .dropdown-menu .dropdown-item:nth-child(2):hover i {
    color: #11998e;
}

.header-info-dropdown .dropdown-menu .dropdown-item:nth-child(3):hover i {
    color: #f093fb;
}

.header-info-dropdown .dropdown-menu .dropdown-item:last-child:hover {
    background: linear-gradient(135deg, #fee 0%, #fdd 100%);
}

.header-info-dropdown .dropdown-menu .dropdown-item:last-child:hover i {
    color: #ee0979;
}

.header-info-dropdown .dropdown-menu .dropdown-item:last-child:hover a {
    color: #ee0979;
}

/* دکمه ورود/ثبت‌نام */
.header-action-account {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50px;
    color: #ffffff !important;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.header-action-account:hover {
    background: linear-gradient(135deg, #5568d3 0%, #6a3f8f 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(102, 126, 234, 0.4);
}

.header-action-account i {
    font-size: 16px;
}

/* دکمه سبد خرید */
.header-action-cart {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 1px solid #dee2e6;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2c3e50;
    font-size: 20px;
    margin-right: 12px;
    padding: 0;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.header-action-cart:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    border-color: transparent;
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

/* شمارنده سبد */
.header-action-cart .cart-count {
    background: linear-gradient(135deg, #ee0979 0%, #ff6a00 100%);
    border: 2px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    height: 22px;
    width: 22px;
    line-height: 19px;
    position: absolute;
    right: -4px;
    top: -4px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(238, 9, 121, 0.4);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

/* انیمیشن shake برای سبد (وقتی محصول اضافه میشه) */
.header-action-cart.shake {
    animation: shake 0.5s;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

/* حالت خالی بودن سبد */
.header-action-cart .cart-count:empty {
    display: none;
}

/* Responsive */
@media only screen and (max-width: 767px) {
    .header-info-dropdown .btn-user-login {
        padding: 6px 12px 6px 8px;
        font-size: 13px;
    }
    
    .header-info-dropdown .btn-user-login i {
        width: 28px;
        height: 28px;
        font-size: 14px;
    }
    
    .header-action-cart {
        width: 44px;
        height: 44px;
        font-size: 18px;
        margin-right: 8px;
    }
    
    .header-action-cart .cart-count {
        height: 20px;
        width: 20px;
        line-height: 16px;
        font-size: 10px;
        right: -2px;
        top: -2px;
    }
    
    .header-action-account {
        padding: 8px 16px;
        font-size: 13px;
    }
    
    .header-info-dropdown .dropdown-menu {
        min-width: 200px;
    }
}

/* افکت برای زمانی که محصول به سبد اضافه میشه */
@keyframes cartBounce {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

.header-action-cart.added .cart-count {
    animation: cartBounce 0.5s ease;
}


.btn-search-menu {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #3f3f3f;
  font-size: 21px;
  line-height: 1;
  padding: 0;
}
.btn-search-menu:hover {
  color: #e73c17;
}

.phone-item-action {
  align-items: center;
  display: inline-flex;
}
.phone-item-icon {
  min-width: 32px;
  margin-right: 20px;
  margin-top: 1px;
}
.phone-item-content {
  font-weight: bold;
  line-height: 1;
}
.phone-item-content span {
  color: #323232;
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.phone-item-content a {
	font-size: 16px;
  	color: #1565C0;
}

.home-five-wrapper .vmenu-content {
  z-index: 2;
}

/* -------- Sidebar Cart Modal --------------*/

/* ===== ساید بار سبد خرید - استایل مدرن ===== */

.sidebar-cart-modal {
    background: #ffffff;
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.15);
    width: 420px;
    padding: 0;
    border: none;
    z-index: 9999;
}

@media only screen and (max-width: 575px) {
    .sidebar-cart-modal {
        width: 100%;
        max-width: 360px;
    }
}

/* هدر ساید بار */
.sidebar-cart-modal .offcanvas-header {
    padding: 0;
    position: absolute;
    left: 35px;
    top: 20px;
    z-index: 10;
}

.sidebar-cart-modal .offcanvas-header .btn-close {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 1px solid #dee2e6;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #495057;
    opacity: 1;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.sidebar-cart-modal .offcanvas-header .btn-close:hover {
    background: linear-gradient(135deg, #ee0979 0%, #ff6a00 100%);
    color: #ffffff;
    border-color: transparent;
    transform: rotate(90deg);
}

/* بادی ساید بار */
.sidebar-cart-modal .sidebar-cart-inner {
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* هدر سبد خرید */
.sidebar-cart-modal .cart-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 24px 30px;
    border: none;
    position: relative;
}

@media only screen and (max-width: 575px) {
    .sidebar-cart-modal .cart-header {
        padding: 20px 20px;
    }
}

.sidebar-cart-modal .cart-header h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sidebar-cart-modal .cart-header .badge {
    background: rgba(255, 255, 255, 0.25) !important;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
}

/* محتوای سبد */
.cart-content {
    flex: 1;
    overflow-y: auto;
    padding: 0;
}

.cart-content::-webkit-scrollbar {
    width: 6px;
}

.cart-content::-webkit-scrollbar-track {
    background: #f8f9fa;
}

.cart-content::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 10px;
}

.cart-content.cart-content-padding ul {
    margin: 0;
    padding: 20px;
}

/* آیتم‌های سبد */
.cart-content ul li.single-product-cart {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 12px;
    transition: all 0.3s ease;
    animation: slideInRight 0.3s ease;
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.cart-content ul li.single-product-cart:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.cart-content ul li.single-product-cart:last-child {
    margin-bottom: 0;
}

/* تصویر محصول */
.cart-content ul li .cart-img {
    flex: 0 0 70px;
    margin-left: 12px;
}

.cart-content ul li .cart-img a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.cart-content ul li .cart-img a img {
    width: 70px;
    height: 67px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.cart-content ul li:hover .cart-img a img {
    transform: scale(1.1);
}

/* عنوان و جزئیات */
.cart-content ul li .cart-title {
    flex: 1;
}

.cart-content ul li .cart-title h4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 6px;
}

.cart-content ul li .cart-title h4 a {
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.2s ease;
}

.cart-content ul li .cart-title h4 a:hover {
    color: #667eea;
}

.cart-content ul li .cart-title .small {
    color: #6c757d;
    font-size: 13px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}

.cart-content ul li .cart-title .price {
    color: #11998e;
    font-weight: 600;
}

/* دکمه حذف */
.cart-content ul li .cart-delete {
    flex: 0 0 auto;
}

.cart-content ul li .cart-delete .btn {
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.cart-content ul li .cart-delete .btn:hover {
    background: linear-gradient(135deg, #ee0979 0%, #ff6a00 100%);
    border-color: transparent;
    color: #ffffff;
    transform: scale(1.1);
}

/* جمع کل */
.cart-content .cart-total {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: none;
    border-radius: 12px;
    padding: 16px 20px;
    margin: 0 20px 16px;
}

.cart-content .cart-total h4 {
    font-size: 15px;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
}

.cart-content .cart-total span {
    font-size: 18px;
    font-weight: 700;
    color: #11998e;
}

/* دکمه تکمیل سفارش */
.cart-content .d-block.p-4 {
    padding: 20px !important;
    background: #ffffff;
    border-top: 1px solid #e9ecef;
}

.cart-content .d-block.p-4 .btn {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    border: none;
    border-radius: 12px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 24px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(17, 153, 142, 0.3);
}

.cart-content .d-block.p-4 .btn:hover {
    background: linear-gradient(135deg, #0e8074 0%, #2dd46a 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(17, 153, 142, 0.4);
}

.cart-content .d-block.p-4 .btn i {
    transition: transform 0.3s ease;
}

.cart-content .d-block.p-4 .btn:hover i {
    transform: translateX(-4px);
}

/* حالت خالی */
#mini-cart-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    padding: 40px 30px;
}

#mini-cart-empty .text-center {
    width: 100%;
}

#mini-cart-empty img {
    max-width: 200px;
    width: 100%;
    height: auto;
    opacity: 0.8;
    margin-bottom: 20px;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

#mini-cart-empty .alert {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 1px solid #dee2e6;
    border-radius: 12px;
    color: #6c757d;
    font-size: 15px;
    font-weight: 500;
    padding: 16px;
    margin: 0;
}

/* انیمیشن باز شدن */
.sidebar-cart-modal.show {
    animation: slideInLeft 0.3s ease;
}

@keyframes slideInLeft {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}

/* Responsive */
@media only screen and (max-width: 575px) {
    .cart-content.cart-content-padding ul {
        padding: 15px;
    }
    
    .cart-content .cart-total {
        margin: 0 15px 12px;
        padding: 12px 16px;
    }
    
    .cart-content .d-block.p-4 {
        padding: 15px !important;
    }
    
    .cart-content .d-block.p-4 .btn {
        padding: 12px 20px;
        font-size: 14px;
    }
    
    .cart-content ul li .cart-img {
        flex: 0 0 60px;
    }
    
    .cart-content ul li .cart-img a img {
        width: 60px;
        height: 57px;
    }
}

/* حذف استایل‌های قدیمی close-style */
.close-style-wrap {
    display: none;
}


/*----------------------------------------*/
/*  Wrapper CSS
/*----------------------------------------*/
.section-title {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 30px;
  }
}
.section-title p {
  font-size: 18px;
  line-height: 28px;
  max-width: 450px;
  margin: 0 auto;
}
.section-two-title {
  border-bottom: 1px solid #f0f2f5;
  margin-bottom: 40px;
  padding-bottom: 25px;
}
.section-three-title {
  border-bottom: 2px solid #e9e9e9;
  margin-bottom: 50px;
  padding-bottom: 12px;
  position: relative;
}
.section-three-title:after {
  background-color: #e73c17;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 122px;
}
.section-three-title .title {
  padding-left: 22px;
  position: relative;
}
.section-three-title .title:before {
  border: 2px solid #e73c17;
  border-radius: 50%;
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 12px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.section-four-title {
  color: #000000;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0.14px;
  line-height: 67px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .section-four-title {
    font-size: 24px;
    line-height: 1.7;
  }
}

.page-header-title {
  color: #263238;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-header-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-header-title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .page-header-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .page-header-title {
    font-size: 15px;
  }
}
.page-header-thumb {
  bottom: 0;
  pointer-events: none;
  position: absolute;
  right: 25px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1549px) {
  .page-header-thumb {
    max-width: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-header-thumb {
    max-width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .page-header-thumb {
    max-width: 180px;
  }
}
@media only screen and (max-width: 479px) {
  .page-header-thumb {
    max-width: 110px;
  }
}
.ht-popup-video {
  position: relative;
}
.ht-popup-video .icon {
  background-color: #e73c17;
  border-radius: 50%;
  color: #FFFFFF;
  display: block;
  font-size: 36px;
  height: 80px;
  left: 50%;
  line-height: 82px;
  padding-left: 8px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 80px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ht-popup-video .icon {
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    padding-left: 3px;
    width: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .ht-popup-video .icon {
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    padding-left: 1px;
    width: 35px;
  }
}
.ht-popup-video .icon:before {
  border: 1px solid #d7d7d7;
  border-radius: 50%;
  content: "";
  height: calc(100% + 20px);
  left: -10px;
  position: absolute;
  top: -10px;
  width: calc(100% + 20px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .ht-popup-video .icon:before {
    height: calc(100% + 10px);
    left: -5px;
    top: -5px;
    width: calc(100% + 10px);
  }
}
.ht-popup-video .icon:hover {
  background-color: #c73414;
  color: #FFFFFF;
}
.ht-popup-video .video-popup {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.btn-play {
  border-radius: 50%;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  height: 100px;
  width: 100px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .btn-play {
    height: 68px;
    width: 68px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .btn-play {
    height: 45px;
    width: 45px;
  }
}
.btn-play:before, .btn-play:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  width: 100px;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;
  border-radius: 50%;
  -ms-box-shadow: 0 0 0 0 #e73c17;
  -o-box-shadow: 0 0 0 0 #e73c17;
  box-shadow: 0 0 0 0 #e73c17;
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .btn-play:before, .btn-play:after {
    height: 68px;
    width: 68px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .btn-play:before, .btn-play:after {
    height: 45px;
    width: 45px;
  }
}
.btn-play:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.btn-play:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.fancybox__content {
  background-color: transparent;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
}

.fancybox__backdrop {
  cursor: url("../images/icons/cancel-white.webp"), auto;
}


.feature-two-item {
  align-items: center;
  border: 1px solid #dedede;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  min-height: 81px;
  padding: 4px 17px;
}
.feature-two-item .icon {
  margin-right: 10px;
}
.feature-two-title {
  color: #000000;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 1px;
}

.features-two-area {
  padding: 33px 0 31px;
}

.divider-content {
  margin-top: -14px;
}
.divider-content-title {
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 41px;
  margin-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .divider-content-title {
    font-size: 42px;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .divider-content-title {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .divider-content-title {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
.divider-content p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 33px;
}
@media only screen and (max-width: 767px) {
  .divider-content p {
    margin-bottom: 25px;
  }
}
.divider-thumb img {
  border-radius: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .divider-thumb img {
    border-radius: 15px;
    margin-bottom: 50px;
    width: 100%;
  }
}

.home-four-wrapper .container {
  max-width: 1780px;
}

.home-six-wrapper .container:not(.container-six-slider) {
  max-width: 1620px;
}

@media (min-width: 1600px) {
  .main-content-area {
    display: flex;
    flex-direction: row-reverse;
  }
}
@media (min-width: 1600px) {
  .main-content-area .content-area {
    padding-left: 30px;
    width: calc(100% - 306px);
  }
}
@media (min-width: 1600px) {
  .main-content-area .sidebar-area {
    width: 306px;
  }
}

.bg-white-wrp {
  position: relative;
  z-index: 1;
}
.bg-white-wrp:before {
  background-color: #FFFFFF;
  content: "";
  height: 100%;
  left: -15px;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: -1;
}
.bg-white-wrp:after {
  background-color: #FFFFFF;
  content: "";
  height: 100%;
  position: absolute;
  right: -15px;
  top: 0;
  width: 30px;
  z-index: -1;
}

.divider-title {
  color: #282828;
  font-size: 48px;
  line-height: 1.125;
  margin-bottom: 41px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .divider-title {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
.divider-desc {
  color: #171616;
  line-height: 1.8125;
  margin-bottom: 43px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .divider-desc {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 1550px) {
  .video-area .container {
    max-width: 1280px;
  }
}
.video-wrp {
  border-radius: 30px;
  text-align: center;
}

.scroll-to-top {
  background-color: #353535;
  border: none;
  border-radius: 50%;
  bottom: 53px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 50px;
  text-align: center;
  width: 50px;
  z-index: 100;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 575px) {
  .scroll-to-top {
    right: 30px;
    bottom: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .scroll-to-top {
    bottom: 70px;
  }
}
@media only screen and (max-width: 359px) {
  .scroll-to-top {
    bottom: 100px;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    width: 30px;
  }
}
.scroll-to-top:hover {
  background-color: #e73c17;
  box-shadow: none;
  color: #FFFFFF;
}

@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/*----------------------------------------*/
/*  Home Slider CSS
/*----------------------------------------*/

.hero-slide-six-pagination.swiper-pagination-bullets {
  bottom: 10px;
  left: 25px;
  line-height: 1;
  position: absolute;
  width: auto;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .hero-slide-six-pagination.swiper-pagination-bullets {
    left: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-six-pagination.swiper-pagination-bullets {
    left: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-slide-six-pagination.swiper-pagination-bullets {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
.hero-slide-six-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: transparent;
  border: 3px solid #fff;
  border-radius: 50%;
  height: 12px;
  opacity: 1;
  transition: all 0.3s ease 0s;
  width: 12px;
}
.hero-slide-six-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover {
  background-color: #fff;
}
.hero-slide-six-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #fff;
  border-radius: 10px;
  width: 32px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -60px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -60px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}


/*----------------------------------------*/
/*  Product CSS
/*----------------------------------------*/
.product-item {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.product-item:hover{
	box-shadow: 0 5px 25px 0 rgba(7, 28, 31, 0.15);
}
.product-item:hover .product-item-thumb img {
  transform: scale(1.15);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.product-item:hover .product-item-action .product-action-btn {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.product-item-thumb {
  display: block;
  overflow: hidden;
  position: relative;
}
.product-item-thumb img {
  width: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.product-item-thumb .countdown3 {
  bottom: 14px;
  display: inline-flex;
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
}
.product-item-action {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 10px;
  justify-content: center;
  top: 7px;
}
.product-item-action .product-action-btn {
  background-color: #ECEFF1;
  border: none;
  border-radius: 50%;
  color: #78909C;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 36px;
  margin: 3px 0;
  opacity: 0;
  text-align: center;
  transition: all 0.3s ease 0s;
  transition-delay: 150ms;
  transform: translate(0, -15px);
  -webkit-transform: translate(0, -15px);
  -moz-transform: translate(0, -15px);
  -ms-transform: translate(0, -15px);
  -o-transform: translate(0, -15px);
}
.product-item-action .product-action-btn:hover {
  background-color: #FFEBEE;
  color: #e73c17;
}
.product-item-action .product-action-btn:first-child {
  opacity: 1;
  position: relative;
  visibility: visible;
  z-index: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.product-item-action .product-action-btn i{
  font-weight: bold;
}
.product-item-action .product-action-btn + .product-action-btn {
  transition-delay: 200ms;
}
.product-item-action .product-action-btn + .product-action-btn + .product-action-btn {
  transition-delay: 250ms;
}
.product-item-action .product-action-btn + .product-action-btn + .product-action-btn + .product-action-btn {
  transition-delay: 300ms;
}
.product-item-action--two .product-action-btn {
  background-color: #e9ecef;
  border-color: #dfdfe0;
}
.product-item-info {
  padding: 10px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .product-item-info {
    padding: 10px;
  }
}
.product-item-title {
  line-height: 1.5625;
  margin-bottom: 20px;
  text-align: right;
  min-height: 70px;
  max-height: 70px;
}
.product-item-title a {
  color: #37474F;
  font-size: 14px;
  font-weight: 600;
}
.product-item-title a:hover {
  color: #1A237E;
}
.product-item-price {
  text-align: left;
  line-height: 1;
  min-height: 40px;
}
.final-price{
  color: #1A237E;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .product-item-price {
    font-size: 16px;
  }
}
.product-item-price .price-old {
  color: #78909C;
  font-size: 14px;
  margin-left: 30px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  -webkit-text-decoration-color: rgba(155, 154, 154, 0.35);
          text-decoration-color: rgba(155, 154, 154, 0.35);
}
@media only screen and (max-width: 767px) {
  .product-item-price .price-old {
    font-size: 14px;
  }
}
.product-item-outofstock{
    display: inline-block;
    background-color: #CFD8DC; /* قرمز روشن */
    color: #263238;
    padding: 5px 20px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3px;
    width: 100%;
}

.product-item-review-icon {
  color: #ff9923;
  font-size: 14px;
  line-height: 1;
}
.product-item-review-icon i {
  margin: 0 0.5px;
}
.product-item .info-btn-cart {
  background-color: transparent;
  border: 2px solid #f0f2f5;
  border-radius: 30px;
  box-shadow: none;
  color: #4a4a4a;
  font-size: 21px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  width: 60px;
  transition: all 0.3s ease 0s;
}
.product-item .info-btn-cart:hover {
  background-color: #f0f2f5;
  color: #e73c17;
}
.product-item .info-bottom {
  padding-right: 60px;
  position: relative;
}
.product-item .info-bottom .info-btn-cart {
  position: absolute;
  right: 0;
  top: calc(50% + 6px);
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.product-item .badges {
  background-color: #e73c17;
  border-radius: 40px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  left: 10px;
  line-height: 18px;
  /*min-width: 45px;*/
  padding: 2px 8px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 10px;
}
.product-item-border {
  background-color: transparent;
  border-color: #f0f2f5;
}
.product-item-border .product-item-info {
  padding-bottom: 40px;
}
.product-item-border .product-item-action {
  right: 15px;
  top: 12px;
}
.product-item-border .product-action-btn {
  background-color: #f0f2f5;
  border-color: #eaebec;
  color: #000000;
  font-size: 16px;
  height: 36px;
  line-height: 35px;
  width: 36px;
}
.product-item-border .product-action-btn:first-child {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -15px);
  -webkit-transform: translate(0, -15px);
  -moz-transform: translate(0, -15px);
  -ms-transform: translate(0, -15px);
  -o-transform: translate(0, -15px);
}
.product-item-border .product-action-btn:hover {
  color: #e73c17;
}
.product-item-border:hover .product-item-thumb img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}
.product-item-border:hover .product-item-action .product-action-btn {
  background-color: #f0f2f5;
  border-color: #eaebec;
}
.product-item-border:hover .product-item-action .product-action-btn:first-child {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.product-two-items {
  border-bottom: 1px solid #f0f2f5;
  border-right: 1px solid #f0f2f5;
}
.product-two-items .product-item-border {
  border-bottom: none;
  border-right: none;
}
.product-three-items .product-item-border {
  border-radius: 10px;
}
.product-list-item {
  align-items: center;
  border-right: 1px solid #f0f2f5;
  display: flex;
  margin-right: -15px;
}
.product-list-item .info-btn-cart {
  background-color: transparent;
  border: 2px solid #f0f2f5;
  border-radius: 30px;
  box-shadow: none;
  color: #4a4a4a;
  font-size: 21px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  width: 60px;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
  .product-list-item .info-btn-cart {
    font-size: 17px;
    height: 32px;
    line-height: 28px;
    width: 45px;
  }
}
.product-list-item .info-btn-cart:hover {
  background-color: #f0f2f5;
  color: #e73c17;
}
.product-list-item .info-bottom {
  padding-right: 60px;
  position: relative;
}
.product-list-item .info-bottom .info-btn-cart {
  position: absolute;
  right: 0;
  top: calc(50% + 7px);
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.product-list-item:hover .product-list-thumb img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-list-item.border-0 {
    border-right: 1px solid #f0f2f5 !important;
  }
}
.product-list-thumb {
  display: block;
  min-width: 107px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .product-list-thumb {
    min-width: 80px;
  }
}
.product-list-thumb img {
  width: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.product-list-info {
  padding: 0 28px 0 21px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-list-info {
    padding: 0 28px 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .product-list-info {
    padding: 0 18px 0 10px;
  }
}
.product-list-title {
  font-weight: 500;
  line-height: 1.5625;
  margin-bottom: 9px;
  margin-top: -6px;
}
@media only screen and (max-width: 767px) {
  .product-list-title {
    margin-bottom: 5px;
  }
}
.product-list-title a {
  color: #353535;
}
.product-list-title a:hover {
  color: #e73c17;
}
.product-list-price {
  align-items: center;
  color: #e73c17;
  display: inline-flex;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 17px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-list-price {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .product-list-price {
    font-size: 14px;
    margin-bottom: 13px;
  }
}
.product-list-price .price-old {
  color: #9b9a9a;
  font-size: 16px;
  margin-left: 3px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  -webkit-text-decoration-color: rgba(155, 154, 154, 0.35);
          text-decoration-color: rgba(155, 154, 154, 0.35);
}
.product-list-review-icon {
  color: #ff9923;
  font-size: 14px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .product-list-review-icon {
    font-size: 12px;
  }
}
.product-list-review-icon i {
  margin: 0 0.5px;
}
.product-two-item {
  overflow: hidden;
  position: relative;
}
.product-two-thumb {
  padding: 0 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-two-thumb {
    padding: 0;
  }
}
.product-two-thumb img {
  width: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.product-two-title {
  margin-bottom: 25px;
  margin-right: 50px;
}
@media only screen and (max-width: 575px) {
  .product-two-title {
    margin-right: 0;
  }
}
.product-two-meta {
  display: flex;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 40px;
}
@media only screen and (max-width: 575px) {
  .product-two-meta {
    display: block;
  }
}
.product-two-meta li {
  margin-right: 28px;
}
@media only screen and (max-width: 767px) {
  .product-two-meta li {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .product-two-meta li {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.product-two-meta span {
  color: #e73c17;
  margin-right: 1px;
}
.product-two-price {
  align-items: center;
  color: #e73c17;
  display: flex;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 38px;
}
@media only screen and (max-width: 767px) {
  .product-two-price {
    font-size: 20px;
  }
}
.product-two-price .price-old {
  color: #535353;
  font-size: 24px;
  margin-left: 8px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  -webkit-text-decoration-color: rgba(83, 83, 83, 0.35);
          text-decoration-color: rgba(83, 83, 83, 0.35);
}
@media only screen and (max-width: 767px) {
  .product-two-price .price-old {
    font-size: 18px;
  }
}
.product-two-action {
  align-items: center;
  display: flex;
  margin-top: 37px;
}
@media only screen and (max-width: 479px) {
  .product-two-action {
    display: block;
  }
}
.product-two-action-btn {
  background-color: #000000;
  border: none;
  color: #FFFFFF;
  font-size: 18px;
  height: 50px;
  line-height: 52px;
  margin-right: 10px;
  text-align: center;
  width: 50px;
}
.product-two-action-btn:hover {
  background-color: #e73c17;
  color: #FFFFFF;
}
.product-two-action-btn.action-btn-two-cart {
  align-items: center;
  background-color: #e73c17;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: auto;
  line-height: 50px;
  padding: 0 29px;
  text-transform: uppercase;
  width: auto;
}
@media only screen and (max-width: 479px) {
  .product-two-action-btn.action-btn-two-cart {
    margin-bottom: 15px;
  }
}
.product-two-action-btn.action-btn-two-cart .icon {
  font-size: 16px;
  margin-left: 16px;
}
.product-two-action-btn.action-btn-two-cart:hover {
  background-color: #000000;
}

.daily-deals-area {
  border-radius: 3px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .daily-deals-area {
    margin-bottom: 80px;
  }
}
.daily-deals-area .swiper-button-style3 {
  margin-top: -10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .daily-deals-area .swiper-button-style3 {
    margin-top: -40px;
  }
}
.daily-deals-title {
  background-color: #e73c17;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  padding: 18px 15px;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .daily-deals-title {
    margin-bottom: 30px;
  }
}

.daily-deals-swiper-button.swiper-button-style3 .swiper-button-prev,
.daily-deals-swiper-button.swiper-button-style3 .swiper-button-next {
  right: 43px;
  top: -30px;
}
.daily-deals-swiper-button.swiper-button-style3 .swiper-button-next {
  right: 20px;
}

.daily-deals-style2 .daily-deals-title {
  border-radius: 3px 3px 0 0;
}
@media only screen and (max-width: 767px) {
  .daily-deals-style2 .daily-deals-title {
    padding: 18px 15px !important;
  }
}
.daily-deals-style2 .product-daily-deals-slider .swiper-slide {
  border-radius: 0 0 3px 3px;
}
.daily-deals-style2 .daily-deals-swiper-button.swiper-button-style3 .swiper-button-prev,
.daily-deals-style2 .daily-deals-swiper-button.swiper-button-style3 .swiper-button-next {
  top: -20px;
}
@media only screen and (max-width: 767px) {
  .daily-deals-style2 .daily-deals-swiper-button.swiper-button-style3 .swiper-button-prev,
.daily-deals-style2 .daily-deals-swiper-button.swiper-button-style3 .swiper-button-next {
    right: 7px;
    top: -18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .daily-deals-style2 .daily-deals-swiper-button.swiper-button-style3 .swiper-button-prev,
.daily-deals-style2 .daily-deals-swiper-button.swiper-button-style3 .swiper-button-next {
    top: -18px;
  }
}
@media only screen and (max-width: 767px) {
  .daily-deals-style2 .daily-deals-swiper-button.swiper-button-style3 .swiper-button-prev {
    right: 30px;
  }
}

.product-daily-deals-slider .swiper-slide {
  border: 2px solid #e73c17;
}
@media only screen and (max-width: 767px) {
  .product-daily-deals-slider .swiper-slide {
    margin-bottom: 1px;
  }
}

.product-daily-deals-three-slider .swiper-slide {
  border: 2px solid #e73c17;
}
@media only screen and (max-width: 767px) {
  .product-daily-deals-three-slider .swiper-slide {
    justify-content: center;
    margin-bottom: 1px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-daily-deals-three-slider .product-daily-deals-item {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .product-daily-deals-three-slider .product-daily-deals-item .product-item-thumb {
    min-width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-daily-deals-three-slider .product-daily-deals-item .product-item-info {
    padding: 50px 15px 10px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .product-daily-deals-three-slider .product-daily-deals-item .product-item-info {
    padding: 50px 15px 10px;
  }
}
@media only screen and (max-width: 479px) {
  .product-daily-deals-three-slider .product-daily-deals-item .product-item-info {
    padding: 50px 15px 10px;
  }
}

.product-daily-deals-item {
  align-items: center;
  display: flex;
}
.product-daily-deals-item .product-item-thumb {
  min-width: 308px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .product-daily-deals-item .product-item-thumb {
    min-width: 245px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-daily-deals-item .product-item-thumb {
    min-width: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-daily-deals-item .product-item-thumb {
    min-width: auto;
    text-align: center;
  }
  .product-daily-deals-item .product-item-thumb img {
    width: auto;
  }
}
.product-daily-deals-item .product-item-info {
  padding: 50px 0 50px 40px;
}

.product-banner-item {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px){
  .product-banner-item {
    margin-bottom: 10px;
  }
}
.product-banner-item:before {
  background-color: rgba(255, 255, 255, 0.09);
  content: "";
  height: 200%;
  left: -280px;
  position: absolute;
  top: -50%;
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 80px;
  z-index: 1;
}
.product-banner-item:after {
  background-color: rgba(255, 255, 255, 0.09);
  content: "";
  height: 200%;
  left: 180%;
  position: absolute;
  top: -50%;
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 80px;
  z-index: 1;
}
.product-banner-item:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
}
.product-banner-item:hover:before {
  left: 180%;
}
.product-banner-item:hover:after {
  left: -280px;
}
.product-banner-thumb img {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  width: 100%;
}
.product-banner-content {
  left: 0;
  padding: 35px 35px 27px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-banner-content {
    padding: 35px 30px 27px;
  }
}
@media only screen and (max-width: 575px) {
  .product-banner-content {
    padding: 35px 25px 27px;
  }
}
.product-banner-desc {
  color: #FFFFFF;
  font-weight: 500;
}
.product-banner-title {
  color: #FFFFFF;
  margin-bottom: 21px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-banner-title {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .product-banner-title {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .product-banner-title {
    font-size: 18px;
    margin-bottom: 7px;
  }
}
.product-banner-two-item {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-banner-two-item:before {
  background-color: rgba(255, 255, 255, 0.09);
  content: "";
  height: 200%;
  left: -280px;
  position: absolute;
  top: -50%;
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 80px;
  z-index: 1;
}
.product-banner-two-item:after {
  background-color: rgba(255, 255, 255, 0.09);
  content: "";
  height: 200%;
  left: 180%;
  position: absolute;
  top: -50%;
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 80px;
  z-index: 1;
}
.product-banner-two-item:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
}
.product-banner-two-item:hover:before {
  left: 180%;
}
.product-banner-two-item:hover:after {
  left: -280px;
}
.product-banner-two-thumb img {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  width: 100%;
}
.product-banner-two-content {
  bottom: 0;
  left: 0;
  padding: 25px 25px 26px;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-banner-two-content {
    bottom: 15px;
  }
}
.product-banner-two-desc {
  color: #e73c17;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 2px;
}
.product-banner-two-title {
  color: #FFFFFF;
  margin-bottom: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-banner-two-title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
}
.product-banner-two-btn {
  line-height: 35px;
  min-height: 37px;
  min-width: 139px;
}
.product-banner-three-item {
  background: no-repeat center center;
  background-size: 100%;
  overflow: hidden;
  padding: 60px 15px;
  position: relative;
  transition: all 0.3s ease 0s;
  z-index: 1;
  transition: background-size 0.6s ease-in;
  -webkit-transition: background-size 0.6s ease-in;
  -moz-transition: background-size 0.6s ease-in;
  -ms-transition: background-size 0.6s ease-in;
  -o-transition: background-size 0.6s ease-in;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-banner-three-item {
    background-size: cover;
  }
}
.product-banner-three-item:before {
  background-color: rgba(255, 255, 255, 0.09);
  content: "";
  height: 200%;
  left: -280px;
  position: absolute;
  top: -50%;
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 80px;
  z-index: 1;
}
.product-banner-three-item:after {
  background-color: rgba(255, 255, 255, 0.09);
  content: "";
  height: 200%;
  left: 180%;
  position: absolute;
  top: -50%;
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 80px;
  z-index: 1;
}
.product-banner-three-item:hover {
  background-size: 102%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-banner-three-item:hover {
    background-size: cover;
  }
}
.product-banner-three-item:hover:before {
  left: 180%;
}
.product-banner-three-item:hover:after {
  left: -280px;
}
.product-banner-three-title {
  color: #000000;
  line-height: 41px;
  margin: 0 auto 20px;
  max-width: 350px;
}
.product-banner-three-btn {
  line-height: 35px;
  min-height: 37px;
  min-width: 139px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-banner-three-btn {
    min-height: 35px;
    min-width: 122px;
  }
}
@media only screen and (max-width: 575px) {
  .product-banner-three-btn {
    min-height: 35px;
    min-width: 118px;
  }
}
.product-banner-four-content {
  bottom: 0;
  left: 0;
  padding: 25px 35px 40px;
  position: absolute;
}
.product-banner-four-btn {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #000000;
  line-height: 36px;
  min-height: 38px;
  min-width: 130px;
  padding: 0 13px;
}
@media only screen and (max-width: 575px) {
  .product-banner-four-btn {
    line-height: 32px;
    min-height: 34px;
    min-width: auto;
    padding: 0 12px;
  }
}
.product-banner-four-btn:hover {
  background-color: #e73c17;
  border-color: #e73c17;
  color: #FFFFFF;
}
.product-banner-four-btn:hover .icon {
  color: #FFFFFF;
}
.product-banner-four-btn .icon {
  color: #000000;
}
.product-banner-five-content {
  left: 0;
  padding: 32px 40px 27px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
@media only screen and (max-width: 575px) {
  .product-banner-five-content {
    padding: 32px 15px 27px;
  }
}
.product-banner-five-title {
  color: #FFFFFF;
  margin-bottom: 21px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-banner-five-title {
    margin-bottom: 8px;
  }
}
.product-banner-five-btn {
  background-color: #e73c17;
  border-color: #e73c17;
  color: #FFFFFF;
  line-height: 36px;
  min-height: 38px;
  min-width: 130px;
  padding: 0 13px;
}
@media only screen and (max-width: 575px) {
  .product-banner-five-btn {
    line-height: 32px;
    min-height: 34px;
    min-width: auto;
    padding: 0 12px;
  }
}
.product-banner-five-btn:hover {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #000000;
}
.product-banner-five-btn:hover .icon {
  color: #000000;
}
.product-banner-five-btn .icon {
  color: #FFFFFF;
}
.product-banner-six-content {
  left: 0;
  padding: 32px 100px 27px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-banner-six-content {
    padding: 32px 30px 27px;
  }
}
.product-banner-six-title {
  font-size: 36px;
}
.product-banner-six-title span {
  display: block;
}
.product-banner-seven-item {
  background: no-repeat center center;
  background-size: 100%;
  overflow: hidden;
  padding: 85px 15px;
  position: relative;
  transition: all 0.3s ease 0s;
  z-index: 1;
  transition: background-size 0.6s ease-in;
  -webkit-transition: background-size 0.6s ease-in;
  -moz-transition: background-size 0.6s ease-in;
  -ms-transition: background-size 0.6s ease-in;
  -o-transition: background-size 0.6s ease-in;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-banner-seven-item {
    background-size: cover;
  }
}
.product-banner-seven-item:before {
  background-color: rgba(255, 255, 255, 0.09);
  content: "";
  height: 200%;
  left: -280px;
  position: absolute;
  top: -50%;
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 80px;
  z-index: 1;
}
.product-banner-seven-item:after {
  background-color: rgba(255, 255, 255, 0.09);
  content: "";
  height: 200%;
  left: 180%;
  position: absolute;
  top: -50%;
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 80px;
  z-index: 1;
}
.product-banner-seven-item:hover {
  background-size: 102%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-banner-seven-item:hover {
    background-size: cover;
  }
}
.product-banner-seven-item:hover:before {
  left: 180%;
}
.product-banner-seven-item:hover:after {
  left: -280px;
}
.product-banner-seven-title {
  color: #000000;
  line-height: 41px;
  margin: 0 auto 20px;
  max-width: 350px;
}
.product-banner-seven-btn {
  line-height: 35px;
  min-height: 37px;
  min-width: 139px;
}
.product-banner-eight-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 60px 30px 0;
  position: relative;
  transition: all 0.3s ease 0s;
  z-index: 1;
}
.product-banner-eight-item:before {
  background-color: rgba(255, 255, 255, 0.09);
  content: "";
  height: 200%;
  left: -280px;
  position: absolute;
  top: -50%;
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 80px;
  z-index: 1;
}
.product-banner-eight-item:after {
  background-color: rgba(255, 255, 255, 0.09);
  content: "";
  height: 200%;
  left: 180%;
  position: absolute;
  top: -50%;
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 80px;
  z-index: 1;
}
.product-banner-eight-item:hover:before {
  left: 180%;
}
.product-banner-eight-item:hover:after {
  left: -280px;
}
.product-banner-eight-desc {
  margin-bottom: 20px;
}
.product-banner-eight-title {
  color: #343333;
  margin-bottom: 20px;
}
.product-banner-eight-btn {
  border-radius: 30px;
  font-size: 12px;
  line-height: 33px;
  margin-bottom: 25px;
  min-height: 35px;
  min-width: 121px;
  padding: 0 10px;
}
.product-banner-eight-btn .icon {
  font-size: 11px;
  margin-left: 5px;
}
.product-banner-nine-title {
  color: #FFFFFF;
  font-size: 36px;
  line-height: 39px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1550px) {
  .product-banner-nine-title {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-banner-nine-title {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-banner-nine-title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .product-banner-nine-title {
    margin-bottom: 0;
  }
}

.product-category-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.product-category-item:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.product-category-item:hover .product-category-title {
  color: #e73c17;
}
.product-category-thumb {
  border-radius: 20px;
  display: inline-flex;
  margin-bottom: 20px;
  overflow: hidden;
}
.product-category-thumb img {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: 100%;
}
.product-category-title {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.product-categories-items .product-category-thumb {
  border-radius: 10px;
}
.product-categories-items .product-category-title {
  color: #4c4c4c;
}
.product-categories-wrp {
  padding-left: 170px;
  padding-right: 170px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-categories-wrp {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.product-slider-container {
  overflow-y: visible;
  overflow-x: hidden;
  padding: 0 1px;
}
.product-slider-container .product-two-items {
  border-bottom: none;
}
.product-slider-container .product-two-items .product-item-border {
  border-bottom: 1px solid #f0f2f5;
}
@media only screen and (max-width: 575px) {
  .product-slider-container .product-two-items .product-item-border {
    margin-bottom: 1px;
  }
}
.product-slider-border {
  padding-left: 1px;
}

.product-tab-content .nav-tabs {
  border-bottom: 2px solid #f0f2f5;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 60px;
  margin-top: -60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-tab-content .nav-tabs {
    justify-content: center;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-tab-content .nav-tabs {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 575px) {
  .product-tab-content .nav-tabs {
    margin-top: -10px;
  }
}
.product-tab-content .nav-item {
  margin: 0 29px;
}
@media only screen and (max-width: 575px) {
  .product-tab-content .nav-item {
    margin: 0 8px;
  }
}
.product-tab-content .nav-item:first-child {
  margin-left: 0;
}
.product-tab-content .nav-item:last-child {
  margin-right: 0;
}
.product-tab-content .nav-link {
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  color: #646464;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: -2px;
  padding: 0 0 15px 0;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
  .product-tab-content .nav-link {
    font-size: 15px;
    padding: 0 0 10px 0;
  }
}
.product-tab-content .nav-link:hover {
  color: #000000;
}
.product-tab-content .nav-link.active {
  background-color: transparent;
  border-color: #e73c17;
  color: #000000;
}

.product-tab2-wrp {
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-tab2-wrp {
    display: block;
  }
}
.product-tab2-wrp .product-banner-item {
  width: 214px;
}
.product-tab2-wrp .product-tab2-content {
  padding-left: 20px;
  width: calc(100% - 214px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-tab2-wrp .product-tab2-content {
    padding-left: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-tab2-wrp .product-banner-two-item {
    margin-top: 80px;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}

.product-tab2-content {
  position: relative;
}
.product-tab2-content .nav-tabs {
  border: none;
  position: absolute;
  right: 0;
  top: -80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-tab2-content .nav-tabs {
    justify-content: center;
    margin-bottom: 40px;
    position: relative;
    top: auto;
  }
}
@media only screen and (max-width: 767px) {
  .product-tab2-content .nav-tabs {
    justify-content: center;
    margin-bottom: 25px;
    position: relative;
    top: auto;
  }
}
.product-tab2-content .nav-item {
  margin: 0 11px;
}
@media only screen and (max-width: 767px) {
  .product-tab2-content .nav-item {
    margin: 0 4px 15px;
  }
}
.product-tab2-content .nav-item:first-child {
  margin-left: 0;
}
.product-tab2-content .nav-item:last-child {
  margin-right: 0;
}
.product-tab2-content .nav-link {
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  color: #4c4c4c;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 0 7px 4px;
  transition: all 0.3s ease 0s;
}
.product-tab2-content .nav-link:hover {
  color: #000000;
}
.product-tab2-content .nav-link.active {
  background-color: transparent;
  border-color: #e73c17;
  color: #000000;
}

.product-tab3-content .nav-tabs {
  background-color: #f0f2f5;
  border: none;
  border-radius: 5px 5px 0 0;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-tab3-content .nav-tabs {
    margin-bottom: 40px;
  }
}
.product-tab3-content .nav-item {
  margin: 0 29px;
}
@media only screen and (max-width: 479px) {
  .product-tab3-content .nav-item {
    margin: 0 5px;
  }
}
.product-tab3-content .nav-item:first-child {
  margin-left: 0;
}
.product-tab3-content .nav-item:last-child {
  margin-right: 0;
}
.product-tab3-content .nav-link {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  color: #646464;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 11px 0 13px 0;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 479px) {
  .product-tab3-content .nav-link {
    font-size: 14px;
  }
}
.product-tab3-content .nav-link:hover {
  color: #000000;
}
.product-tab3-content .nav-link.active {
  background-color: transparent;
  border-color: #e73c17;
  color: #000000;
}

@media (max-width: 1599px) {
  .home-four-wrapper .product-list-item {
    border-right: none !important;
  }
}
/* -------- Slider Paginate -------*/

.swiper-button-style {
  position: relative;
}
.swiper-button-style .swiper-button-prev, 
.swiper-button-style .swiper-button-next {
  background-color: #fff;
  border-radius: 12px;
  color: #212121;
  font-size: 18px;
  font-weight: bold;
  height: 42px;
  line-height: 42px;
  right: 8px;
  opacity: 0;
  text-align: center;
  top: calc(50% + 25px);
  visibility: hidden;
  width: 42px;
  transition: all 0.3s ease 0s;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  box-shadow: 0 1px 8px 0 rgba(0,0,0,0.3);
}
.swiper-button-style .swiper-button-prev:hover, 
.swiper-button-style .swiper-button-next:hover {
  background-color: #fff;
  color: #263238;
}
.swiper-button-style .swiper-button-prev:before, .swiper-button-style .swiper-button-next:before {
  content: "\e606";
  font-family: "Simple-Line-Icons";
  font-size: 14px;
}
.swiper-button-style .swiper-button-prev:after, .swiper-button-style .swiper-button-next:after {
  display: none;
}
.swiper-button-style .swiper-button-next {
  right: auto;
  left: 8px;
}
.swiper-button-style .swiper-button-next:before {
  content: "\e605";
}
.swiper-button-style:hover .swiper-button-prev, 
.swiper-button-style:hover .swiper-button-next {
  opacity: 1;
  visibility: visible;
}


.swiper-button-style11 {
  position: relative;
}
.swiper-button-style11 .swiper-button-prev, .swiper-button-style11 .swiper-button-next, .swiper-button-style11 .swiper-button-disabled {
  background-color: #acacac;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 12px;
  height: 35px;
  left: -48px;
  line-height: 35px;
  opacity: 1;
  text-align: center;
  top: -56px;
  width: 30px;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .swiper-button-style11 .swiper-button-prev, .swiper-button-style11 .swiper-button-next, .swiper-button-style11 .swiper-button-disabled {
    left: 7px;
    opacity: 0;
  }
}
@media only screen and (max-width: 479px) {
  .swiper-button-style11 .swiper-button-prev, .swiper-button-style11 .swiper-button-next, .swiper-button-style11 .swiper-button-disabled {
    top: -43px;
  }
}
.swiper-button-style11 .swiper-button-prev:hover, .swiper-button-style11 .swiper-button-next:hover, .swiper-button-style11 .swiper-button-disabled:hover {
  background-color: #455A64;
}
.swiper-button-style11 .swiper-button-prev:before, .swiper-button-style11 .swiper-button-next:before, .swiper-button-style11 .swiper-button-disabled:before {
  content: "\e605";
  font-size: 12px;
  font-family: "simple-line-icons";
}
.swiper-button-style11 .swiper-button-prev:after, .swiper-button-style11 .swiper-button-next:after, .swiper-button-style11 .swiper-button-disabled:after {
  display: none;
}
.swiper-button-style11 .swiper-button-next {
  left: auto;
  right: -48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .swiper-button-style11 .swiper-button-next {
    right: 7px;
  }
}
.swiper-button-style11 .swiper-button-next:before {
  content: "\e606";
}
.swiper-button-style11:hover .swiper-button-prev, .swiper-button-style11:hover .swiper-button-next, .swiper-button-style11:hover .swiper-button-disabled {
  opacity: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-detail-thumb:hover .swiper-button-style11 .swiper-button-prev, .product-detail-thumb:hover .swiper-button-style11 .swiper-button-next, .product-detail-thumb:hover .swiper-button-style11 .swiper-button-disabled {
    opacity: 1;
  }
}


.swiper-pagination-style {
  line-height: 1;
}
.swiper-pagination-style .swiper-pagination-bullet {
  background-color: #ccc;
  height: 8px;
  margin: 0 4px !important;
  opacity: 1;
  outline: 2px solid transparent;
  outline-offset: 3px;
  transition: all 0.3s ease 0s;
  width: 8px;
}
@media only screen and (max-width: 479px) {
  .swiper-pagination-style .swiper-pagination-bullet {
    margin: 0 2px !important;
  }
}
.swiper-pagination-style .swiper-pagination-bullet:hover {
  background-color: #0D47A1;
}
.swiper-pagination-style .swiper-pagination-bullet-active {
  background-color: #0D47A1;
  outline-color: #0D47A1;
}


.shop-top-bar {
  align-items: center;
  display: flex;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .shop-top-bar .page-number {
    font-size: 16px;
    width: 38px;
    height: 40px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .shop-top-bar .page-number.next {
    font-size: 14px;
    line-height: 39px;
  }
}

.shop-filter-nav {
  border: none;
  margin: 0 30px 0 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .shop-filter-nav {
    margin: 0 10px 0 0;
  }
}
.shop-filter-nav .nav-link {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  color: #505050;
  font-size: 16px;
  height: 45px;
  line-height: 47px;
  margin-right: 10px;
  padding: 0;
  text-align: center;
  width: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .shop-filter-nav .nav-link {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    width: 36px;
  }
}
.shop-filter-nav .nav-link.active {
  background-color: #e73c17;
  border-color: #e73c17;
  color: #FFFFFF;
}
.shop-filter-nav .nav-link:last-child {
  margin-right: 0;
}

.select-shoing {
  -webkit-appearance: inherit;
     -moz-appearance: inherit;
          appearance: inherit;
  border: 1px solid #e8e8e8;
  color: #505050;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  height: 45px;
  line-height: 45px;
  margin: 0;
  min-width: 220px;
  padding: 0 18px 0 21px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .select-shoing {
    height: 40px;
    font-size: 12px;
    padding: 4px 8px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .select-shoing {
    width: 100%;
    margin-top: 16px;
  }
}
.select-shoing:after {
  display: none;
}
.select-shoing .current {
  display: block;
  font-weight: 500;
  padding: 0 18px 0 0;
  position: relative;
}
.select-shoing .current:after {
  border: none;
  color: #505050;
  content: "\e604";
  font-family: "simple-line-icons";
  font-size: 14px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .select-shoing .current:after {
    font-size: 10px;
    top: calc(50% - 5px);
  }
}
.select-shoing.open .current:after {
  margin-top: 0;
}
.select-shoing option {
  font-size: 14px;
}

.nice-select .option.selected {
  font-weight: 500;
}

.product-showing-count {
  color: #505050;
  font-weight: 500;
  margin-left: 40px;
  margin-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .product-showing-count {
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-showing-count {
    font-size: 14px;
    margin-left: 12px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 575px) {
  .product-showing-count {
    margin-top: 12px;
  }
}
.product-showing-count span {
  color: #e73c17;
}

.single-product-nav-wrp {
  margin: 0 auto;
  max-width: 422px;
}
.single-product-nav-slider {
  margin-top: 19px;
  padding: 0 1px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-product-nav-slider {
    padding-bottom: 1px;
  }
}
.single-product-nav-slider .swiper-slide {
  border: 2px solid transparent;
  border-radius: 8px;
}
.single-product-nav-slider .swiper-slide.swiper-slide-thumb-active {
  border-color: #37474F;
}
.single-product-nav-slider .nav-item {
  cursor: pointer;
}
.single-product-nav-slider .nav-item img {
  width: 100%;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 575px) {
  .single-product-nav-slider .nav-item img {
    margin-bottom: 1px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-detail-thumb {
    margin-bottom: 60px;
  }
}
.product-detail-thumb{
	background-color: #fff;
	border-radius: 10px;
}
.product-detail-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 2em;
  margin-bottom: 10px;
  color: #37474F;
}
.product-detail-title2 {
  font-size: 15px;
  font-weight: 400;
  line-height: 2em;
  margin-bottom: 20px;
  color: #78909C;
}

.product-detail-price .price-old {
  color: #9b9a9a;
  font-size: 18px;
  margin-right: 10px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  -webkit-text-decoration-color: #9b9a9a;
          text-decoration-color: #9b9a9a;
}
.product-detail-review {
  align-items: center;
  display: flex;
  margin-bottom: 32px;
}
.product-detail-review-icon {
  color: #ff9923;
  display: flex;
  font-size: 16px;
  letter-spacing: 7.35px;
  line-height: 1;
  margin-right: 13px;
}
.product-detail-review-show {
  color: #070707;
  font-size: 16px;
  line-height: 1;
  margin: 0;
}
.product-detail-desc {
  color: #171616;
  margin-bottom: 30px;
}
/*.product-detail-cart-btn {
  background-color: #263238;
  color: #fff;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  height: 50px;
  text-align: center;
  min-width: 200px;
  border:none;
  box-shadow: 0 5px 10px rgba(0,0,0,0.3);
  transition: all 0.3s ease-out;
}
.product-detail-cart-btn:hover {
  background-color: #546E7A;
  color: #FFFFFF;
  box-shadow: none;
}*/

.product-detail-compare-btn, .product-detail-wishlist-btn {
  background-color: transparent;
  border: none;
  color: #000000;
  font-size: 16px;
  line-height: 1;
  padding: 0;
}
.product-detail-compare-btn .icon, .product-detail-wishlist-btn .icon {
  margin-right: 3px;
  position: relative;
  top: 1px;
}
.product-detail-compare-btn:hover, .product-detail-wishlist-btn:hover {
  color: #e73c17;
}
.product-detail-wishlist-btn {
  margin-left: 14px;
}
.product-detail-meta {
  color: #4b4b4b;
  font-weight: 500;
}
.product-detail-meta li {
  margin-bottom: 6px;
}
.product-detail-meta li:last-child {
  margin-bottom: 0;
}
.product-detail-meta span {
  color: #000000;
}
.product-detail-info-wrap {
  border-bottom: 1px solid #dedede;
  margin-bottom: 32px;
  padding-bottom: 22px;
}
.product-detail-info-wrap li {
  color: #3f3f3f;
  font-size: 15px;
  list-style: none;
  margin: 0 0 13px;
  display: flex;
}
.product-detail-info-wrap li span {
  color: #353535;
  display: inline-block;
  font-weight: 500;
  margin: 0 26px 0 0;
  min-width: 85px;
}
.product-detail-nav {
  border-bottom: 2px solid #f4f4f4;
  margin-bottom: 50px;
  margin-top: 90px;
  justify-content: center;
}
@media only screen and (max-width: 575px) {
  .product-detail-nav {
    margin-bottom: 30px;
    margin-top: 50px;
  }
}
.product-detail-nav-link {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  color: #343434;
  font-size: 18px;
  font-weight: 600;
  padding: 0 0 13px;
}
@media only screen and (max-width: 575px) {
  .product-detail-nav-link {
    font-size: 15px;
    margin: 0 9px 18px;
    padding: 0 0 1px;
  }
}
.product-detail-nav-link.active {
  border-color: #e73c17;
}
.product-detail-nav-link {
  margin-left: 30px;
}
.product-detail-nav-link:last-child {
  margin-left: 0;
}
.product-detail-nav-description {
  margin: 0 auto;
  width: 100%;
}

.product-review-item {
  background: #f0f2f5;
  border-radius: 30px;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 35px 35px 30px;
  position: relative;
}
.product-review-item .desc {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .product-review-item .desc {
    font-size: 13px;
    line-height: 1.6;
  }
}
.product-review-item .review-reply {
  border-radius: 0;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 53px;
  right: 50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .product-review-item .review-reply {
    right: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .product-review-item .review-reply {
    right: 38px;
    top: 50px;
  }
}
.product-review-item .review-reply:hover {
  color: #e73c17;
}
.product-review-top {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
  .product-review-top {
    display: block;
  }
}
.product-review-thumb {
  margin-right: 20px;
}
@media only screen and (max-width: 575px) {
  .product-review-thumb {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.product-review-thumb img {
  border-radius: 50%;
}
.product-review-content {
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 575px) {
  .product-review-content {
    display: block;
  }
}
.product-review-name {
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .product-review-name {
    font-size: 14px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .product-review-name {
    font-size: 16px;
    margin-bottom: 8px;
    margin-right: 0;
  }
}
.product-review-designation {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 44px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .product-review-designation {
    font-size: 14px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .product-review-designation {
    font-size: 12px;
    margin-bottom: 22px;
    margin-right: 0;
  }
}
.product-review-icon {
  color: #ff9923;
  display: flex;
  font-size: 13px;
  letter-spacing: 4px;
  line-height: 1;
}
.product-review-reply {
  margin-left: 30px;
  margin-right: 0;
}
.product-size-list {
  display: flex;
  margin: 0 0 30px;
}
.product-size-list-check {
  line-height: 1;
  margin-right: 20px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-size-list-check {
    margin-right: 15px;
  }
}
.product-size-list-check .form-check-input {
  background-color: transparent;
  border: 1px solid #dedede;
  cursor: pointer;
  box-shadow: none;
  width: 50px;
  height: 50px;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-size-list-check .form-check-input {
    height: 35px;
    width: 35px;
  }
}
.product-size-list-check .form-check-input:checked[type=radio] {
  background-image: none;
  box-shadow: none;
  border-color: #e73c17;
}
.product-size-list-check .form-check-label {
  color: #3f3f3f;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-size-list-check .form-check-label {
    font-size: 13px;
  }
}
@media only screen and (max-width: 575px) {
  .product-size-list-check .form-check-label {
    font-size: 13px;
    top: 50%;
  }
}
.product-color-list {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  display: flex;
  margin: 0 0 25px;
  padding: 35px 0 33px;
}
.product-color-list h4 {
  line-height: 1;
  margin-bottom: 0;
  margin-right: 42px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-color-list h4 {
    font-size: 14px;
  }
}
.product-color-list-check {
  line-height: 1;
  margin-right: 30px;
}
.product-color-list-check .form-check-input {
  cursor: pointer;
  box-shadow: none;
  width: 16px;
  height: 16px;
  background-color: #BABABA;
  border: 2px solid transparent;
  margin-right: 7px;
  margin-top: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-color-list-check .form-check-input {
    height: 13px;
    margin-right: 4px;
    width: 13px;
  }
}
.product-color-list-check .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%231D3557'/%3E%3C/svg%3E");
  background-size: 12px;
  box-shadow: none;
  border-color: #353535;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-color-list-check .form-check-input:checked[type=radio] {
    background-size: 11px;
  }
}
.product-color-list-check .form-check-input.bg-red {
  background-color: #FF0000;
}
.product-color-list-check .form-check-input.bg-green {
  background-color: #0ADC51;
}
.product-color-list-check .form-check-input.bg-blue {
  background-color: #0066FF;
}
.product-color-list-check .form-check-label {
  color: #353535;
  cursor: pointer;
  font-size: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-color-list-check .form-check-label {
    font-size: 15px;
  }
}

.group-product-list {
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .group-product-list {
    overflow-x: auto;
  }
}
.group-product-list .info-text {
  display: block;
  font-weight: 500;
  margin-bottom: 25px;
}
@media only screen and (max-width: 479px) {
  .group-product-list .info-text {
    font-size: 14px;
  }
}
.group-product-list .info-text .text-primary {
  color: #e73c17;
  font-weight: 500;
}
.group-product-list table {
  width: 100%;
  margin-bottom: 15px;
  border-top: 1px dotted #e5e5e5;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .group-product-list table {
    min-width: 400px;
  }
}
.group-product-list table tbody tr td {
  padding: 10px 10px 10px 0;
  border-width: 0 0 1px 0;
  border-style: dotted;
  border-color: #e5e5e5;
  background-color: transparent;
}
.group-product-list table tbody tr .thumb {
  width: 50px;
}
.group-product-list table tbody tr .title {
  color: #000000;
  font-size: 14px;
  text-transform: capitalize;
}
.group-product-list table tbody tr .title a {
  color: #000000;
}
.group-product-list table tbody tr .title a:hover {
  color: #e73c17;
}
.group-product-list table tbody tr input {
  cursor: pointer;
}
.group-product-list table tbody tr .price {
  padding-right: 0;
  text-align: right;
}
.group-product-list table tbody tr .price .pro-price span {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
.group-product-list table tbody tr .price .pro-price .old {
  font-size: 14px;
  margin-right: 5px;
  text-decoration: line-through;
  opacity: 0.5;
}

.pro-qty {
  display: inline-block;
  font-weight: 500;
  margin-right: 10px;
  position: relative;
}
.pro-qty input {
  border: 2px solid #dedede;
  border-radius: 35px;
  color: #000000;
  height: 50px;
  font-size: 16px;
  padding: 0 25px 0;
  text-align: center;
  width: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .pro-qty input {
    height: 45px;
  }
}
.pro-qty .qty-btn {
  cursor: pointer;
  position: absolute;
  line-height: 21px;
  color: #000000;
  top: 50%;
  transform: translate(0%, -50%);
  font-size: 16px;
  text-align: center;
  transition: all 0.3s ease 0s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.pro-qty .qty-btn:hover {
  color: #e73c17;
}
.pro-qty .dec {
  left: 0;
  padding-left: 18px;
}
.pro-qty .inc {
  right: 0;
  padding-right: 18px;
}

.cart-table {
  width: 100%;
}
.cart-table thead {
  background-color: #f3f3f3;
}
.cart-table thead > tr th {
  color: #3f3f3f;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 14px 23px 14px;
}
/*.cart-table thead > tr th.width-thumbnail {
  min-width: 130px;
}
.cart-table thead > tr th.width-name {
  min-width: 400px;
}
.cart-table thead > tr th.width-price {
  min-width: 162px;
}
.cart-table thead > tr th.width-quantity {
  min-width: 170px;
}
.cart-table thead > tr th.width-subtotal {
  min-width: 145px;
}
.cart-table thead > tr th.width-remove {
  min-width: 101px;
}*/
.cart-table tbody > tr {
  border-bottom: 1px solid #e5e5e5;
}
.cart-table tbody > tr td {
  padding: 23px;
}
.cart-table tbody > tr td.product-thumbnail a {
  display: block;
}
.cart-table tbody > tr td.product-thumbnail a img {
  width: 80px;
}
.cart-table tbody > tr td.product-name h5 {
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #353535;
}
.cart-table tbody > tr td.product-name h5 a {
  color: #353535;
}
.cart-table tbody > tr td.product-name h5 a:hover {
  color: #e73c17;
}
.cart-table tbody > tr td.product-price span {
  font-size: 16px;
  font-weight: 500;
  color: #3f3f3f;
}
.cart-table tbody > tr td.product-total span {
  font-size: 16px;
  font-weight: 500;
  color: #353535;
}
.cart-table tbody > tr td.cart-quality .product-details-quality input {
  border: 1px solid #e5e5e5;
  background-color: transparent;
  color: #353535;
  /*width: 95px;*/
  height: 45px;
  font-weight: bold;
  padding: 0 10px;
}
.cart-table tbody > tr td.cart-quality .product-details-quality input::-webkit-inner-spin-button {
  cursor: pointer;
  opacity: 1;
}
.cart-table tbody > tr td.cart-quality .product-details-quality input::-webkit-outer-spin-button {
  cursor: pointer;
  opacity: 1;
}
.cart-table tbody > tr td.product-remove a {
  font-size: 18px;
  color: #e73c17;
  display: inline-block;
}
.cart-table tbody > tr td.product-remove a:hover {
  color: #353535;
}

.cart-calculate-discount-wrap h4 {
  font-size: 20px;
  margin: 0 0 30px;
}

.cart-shiping-update-wrapper {
  display: flex;
  justify-content: end;
  margin: 30px 0 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .cart-shiping-update-wrapper {
    margin: 40px 0 60px;
  }
}
@media only screen and (max-width: 479px) {
  .cart-shiping-update-wrapper {
    display: block;
  }
}

.cart-shiping-btn a {
  font-size: 14px;
  background-color: #e73c17;
}
@media only screen and (max-width: 479px) {
  .cart-shiping-btn a {
    display: block;
    width: 100%;
  }
}
.cart-shiping-btn a.btn-link {
  background-color: #353535;
  border: none;
  border-radius: 3px;
  color: #FFFFFF;
  line-height: 1;
  min-height: auto;
  padding: 16px 20px;
  text-decoration: none;
}
.cart-shiping-btn a i {
  font-size: 16px;
  margin-right: 2px;
  position: relative;
  top: 0;
}
.cart-shiping-btn.continure-btn a {
  background-color: #e73c17;
}
@media only screen and (max-width: 479px) {
  .cart-shiping-btn.continure-btn a {
    margin-bottom: 15px;
  }
}
.cart-shiping-btn.continure-btn a:hover {
  background-color: #353535;
}
.cart-shiping-btn.update-btn a {
  background-color: #353535;
}
.cart-shiping-btn.update-btn a:hover {
  background-color: #e73c17;
}

.select-style {
  margin-bottom: 15px;
}
.select-style .select-active {
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  width: 100%;
  height: 49px;
  line-height: 49px;
  color: #353535;
  margin-bottom: 15px;
  padding-left: 18px;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .select-style .select-active {
    height: 42px;
    line-height: 42px;
  }
}

.calculate-discount-content p {
  font-size: 14px;
  margin-bottom: 18px;
  display: block;
  color: #3f3f3f;
}
.calculate-discount-content .input-style {
  margin-bottom: 15px;
}
.calculate-discount-content .input-style input {
  background-color: transparent;
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  color: #353535;
  height: 49px;
  padding: 2px 16px 2px 18px;
  width: 100%;
}
.calculate-discount-content .input-style input::-webkit-input-placeholder {
  color: #353535;
  font-size: 14px;
  opacity: 1;
}
.calculate-discount-content .input-style input:-moz-placeholder {
  color: #353535;
  font-size: 14px;
  opacity: 1;
}
.calculate-discount-content .input-style input::-moz-placeholder {
  color: #353535;
  font-size: 14px;
  opacity: 1;
}
.calculate-discount-content .input-style input:-ms-input-placeholder {
  color: #353535;
  font-size: 14px;
  opacity: 1;
}
.calculate-discount-content .input-style input:focus {
  border-color: #353535;
}

.calculate-discount-btn a {
  background-color: #353535;
  font-size: 14px;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .calculate-discount-btn a {
    font-size: 14px;
  }
}
.calculate-discount-btn a.btn {
  border-radius: 3px;
  line-height: 1;
  min-height: auto;
  padding: 18px 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .calculate-discount-btn a.btn {
    padding: 11px 19px;
  }
}
.calculate-discount-btn a.btn-link {
  border: none;
  text-decoration: none;
  color: #FFFFFF;
}
.calculate-discount-btn a:hover {
  background-color: #e73c17;
}

.grand-total-content {
  padding: 30px;
  padding: 34px 30px 33px;
  background-color: #f5f5f5;
}
.grand-total-content h5 {
  margin: 0;
  border-bottom: 1px solid #A8DADC;
  display: flex;
  justify-content: space-between;
  padding: 0 0 18px;
}
.grand-total-content h5 span {
  color: #e73c17;
}

.grand-total h4 {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.grand-total h4 span {
  color: #e73c17;
}

.grand-total-btn {
  margin-top: 24px;
}
.grand-total-btn a {
  font-size: 15px;
  text-transform: uppercase;
  background-color: #263238;
  display: block;
  font-weight: 500;
}
.grand-total-btn a.btn {
  border-radius: 8px;
  line-height: 1;
  min-height: auto;
  padding: 20px 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .grand-total-btn a.btn {
    padding: 20px 10px;
  }
}
.grand-total-btn a.btn-link {
  text-decoration: none;
  color: #FFFFFF;
}
.grand-total-btn a:hover {
  background-color: #000;
  border-color: #000;
}

.grand-shipping {
  padding: 38px 0 32px;
}
.grand-shipping > span {
  font-size: 16px;
}
.grand-shipping ul {
  padding: 17px 0 0px;
  margin: 0;
}
.grand-shipping ul li {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.grand-shipping ul li:last-child {
  margin-bottom: 0;
}
.grand-shipping ul li input {
  width: auto;
  height: auto;
}
.grand-shipping ul li input:hover {
  cursor: pointer;
}
.grand-shipping ul li label {
  font-size: 16px;
  font-weight: 400;
  color: #353535;
  margin-left: 10px;
}

.shipping-country {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 35px;
  margin-bottom: 30px;
}
.shipping-country p {
  display: block;
  padding: 10px 20px;
  background-color: #4bb1cf;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
  border-left: 6px solid #3198b6;
}

.checkout-coupon-wrap > p {
  background-color: #f3f3f3;
  padding: 1.188rem 1.25rem;
  border-radius: 3px;
  position: relative;
}
.checkout-coupon-wrap > p.cart-page-title {
  font-size: 14px;
  color: #000000;
}
.checkout-coupon-wrap > p i {
  font-size: 13px;
  position: relative;
  top: 1px;
}
.checkout-coupon-wrap > p a {
  color: #000000;
  font-weight: 500;
  margin-left: 6px;
  font-size: 14px;
}
.checkout-coupon-wrap > p a:hover {
  color: #e73c17;
}

.checkout-coupon-content p {
  color: #666;
  margin: 0;
}
.checkout-coupon-content input {
  height: 55px;
  border: 1px solid #e5e5e5;
  background-color: transparent;
  color: #000000;
  font-size: 15px;
  padding: 2px 16px;
  margin: 25px 0 15px;
  width: 100%;
}
.checkout-coupon-content input:focus {
  border-color: #353535;
}
.checkout-coupon-content button {
  border: none;
  background-color: #3f3f3f;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 18px 35px 17px;
  position: relative;
  top: -2px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.checkout-coupon-content button:hover {
  background-color: #e73c17;
}

.billing-info-wrap h4 {
  font-size: 20px;
  margin: 0 0 23px;
}

.billing-info label {
  color: #000000;
  display: block;
  margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .billing-info label {
    margin-bottom: 10px;
  }
}
.billing-info label abbr {
  color: #3f3f3f;
}
.billing-info input {
  background-color: transparent;
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  color: #353535;
  font-size: 14px;
  height: 49px;
  padding: 2px 16px;
  width: 100%;
}
.billing-info input::-webkit-input-placeholder {
  color: #353535;
  font-size: 14px;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .billing-info input::-webkit-input-placeholder {
    font-size: 12px;
  }
}
.billing-info input:-moz-placeholder {
  color: #353535;
  font-size: 14px;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .billing-info input:-moz-placeholder {
    font-size: 12px;
  }
}
.billing-info input::-moz-placeholder {
  color: #353535;
  font-size: 14px;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .billing-info input::-moz-placeholder {
    font-size: 12px;
  }
}
.billing-info input:-ms-input-placeholder {
  color: #353535;
  font-size: 14px;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .billing-info input:-ms-input-placeholder {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .billing-info input {
    height: 42px;
  }
}
.billing-info input:focus {
  border-color: #353535;
}
.billing-info input.billing-address {
  margin-bottom: 20px;
}

.billing-select .select-style .select-active {
  border-color: #e5e5e5;
  border-width: 1px;
  padding-left: 16px;
}
.billing-select label {
  color: #000000;
  display: block;
  margin: 0 0 15px;
}
.billing-select label abbr {
  color: #f33;
}

.checkout-account input {
  border: 1px solid #e5e5e5;
  display: inline-block;
  float: left;
  height: 10px;
  width: 10px;
  position: relative;
  top: 10px;
  color: #495057;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .checkout-account input {
    top: 8px;
  }
}
.checkout-account input.checkout-toggle {
  cursor: pointer;
}
.checkout-account span {
  margin: 0 0 0 12px;
  font-size: 14px;
}

.additional-info-wrap {
  margin: 19px 0 -5px;
}
.additional-info-wrap label {
  color: #000000;
  display: block;
  margin: 0 0 15px;
}
.additional-info-wrap textarea {
  width: 100%;
  min-height: 92px;
  background-color: transparent;
  padding: 12px 16px;
  color: #353535;
  font-size: 14px;
  border: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .additional-info-wrap textarea::-webkit-input-placeholder {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .additional-info-wrap textarea:-moz-placeholder {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .additional-info-wrap textarea::-moz-placeholder {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .additional-info-wrap textarea:-ms-input-placeholder {
    font-size: 12px;
  }
}
.additional-info-wrap textarea:focus {
  border-color: #353535;
}

.checkout-coupon-content,
.different-address {
  display: none;
}

.your-order-area h3 {
  font-size: 18px;
  margin: 0 0 21px;
  color: #263238;
}
.billing-info-wrap h3{
	font-size: 17px;
  	color: #263238;
}
.your-order-wrap {
  background-color: #ECEFF1;
  padding: 30px;
  border-radius: 8px;
}
@media only screen and (max-width: 575px) {
  .your-order-wrap {
    padding: 30px 20px;
  }
}
.checkout-address-box{
	background-color: #ECEFF1;
 	padding: 30px;
 	border-radius: 8px;
}
.address-card { 
	background-color: #fff; 
	border-radius: 8px; 
	padding: 10px; 
}
.your-order-title h6 {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 18px;
  padding: 0 0 22px;
  border-bottom: 1px solid #e5e5e5;
}

.your-order-product {
  padding-bottom: 21px;
}
.your-order-product ul {
  margin: 0;
}
.your-order-product ul li {
  margin: 10px 0;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #e5e5e5;
}
.your-order-product ul li:last-child {
  margin: 0 0 0;
  border:none;
}

.your-order-subtotal {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 20px 0;
}
.your-order-subtotal h3 {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.your-order-subtotal h3 span {
  font-size: 18px;
  font-weight: 600;
  color: #e73c17;
}

.your-order-shipping {
  padding: 21px 0 22px;
}
.your-order-shipping > span {
  font-size: 15px;
  font-weight: 500;
}
.your-order-shipping ul {
  padding: 17px 0 0px;
  margin: 0;
}
.your-order-shipping ul li {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.your-order-shipping ul li:last-child {
  margin-bottom: 0;
}
.your-order-shipping ul li input {
  cursor: pointer;
  width: auto;
  height: auto;
}
.your-order-shipping ul li label {
  color: #666;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;
}

.your-order-total {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 20px 0;
}
.your-order-total h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.your-order-total h3 span {
  font-size: 22px;
  color: #e73c17;
}

.payment-method {
  padding: 40px 0 10px;
}

.sin-payment {
  margin-bottom: 25px;
}
.sin-payment input {
  cursor: pointer;
  width: auto;
  display: inline-block;
  float: left;
  height: auto;
  margin-top: 8px;
}
.sin-payment label {
  color: #353535;
  cursor: pointer;
  font-size: 15px;
  margin: 0px 0 0 21px;
  display: flex;
  align-items: center;
}
.sin-payment label img {
  max-width: 140px;
  display: inline-block;
  margin: 0 5px;
}
.sin-payment label a {
  color: #000000;
  text-decoration: underline;
}
.sin-payment label a:hover {
  color: #e73c17;
}

.payment-box {
  margin: 6px 0 0 21px;
  display: none;
}
.payment-box p {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}

.payment-condition {
  border-top: 1px solid #e5e5e5;
  padding: 20px 0 0;
  margin: 0 0 10px;
}
.payment-condition p {
  font-size: 14px;
  line-height: 1.9;
}
.payment-condition p a {
  color: #e73c17;
  font-size: 14px;
}
.payment-condition p a:hover {
  text-decoration: underline;
}

.payment-checkbox {
  display: flex;
  align-items: center;
}
.payment-checkbox input {
  width: auto;
  height: auto;
}
.payment-checkbox span {
  color: #888;
  font-size: 14px;
  margin-left: 10px;
}
.payment-checkbox span a {
  color: #e73c17;
  font-size: 14px;
}
.payment-checkbox span a:hover {
  text-decoration: underline;
}

.place-order {
  margin-top: 20px;
}
.place-order a {
  padding: 17px 20px;
  font-size: 14px;
  line-height: 1;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  text-align: center;
  background-color: #e73c17;
}
@media only screen and (max-width: 767px) {
  .place-order a {
    font-size: 16px;
  }
}
.place-order a:hover {
  background-color: #3f3f3f;
}

.compare-table-content tr {
  margin-bottom: 20px;
}
.compare-table-content tr td {
  padding: 20px 20px;
  vertical-align: middle;
  border-color: #e5e5e5;
  color: #000000;
}
.compare-table-content tr td.first-column {
  min-width: 175px;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.compare-table-content tr td.product-image-title {
  min-width: 310px;
  vertical-align: bottom;
  text-align: left;
}
.compare-table-content tr td.product-image-title .image {
  clear: both;
  width: 100%;
  margin-bottom: 15px;
  display: block;
}
.compare-table-content tr td.product-image-title .image img {
  width: 100%;
}
.compare-table-content tr td.product-image-title .category {
  float: left;
  clear: both;
  color: #3f3f3f;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
.compare-table-content tr td.product-image-title .title {
  color: #000000;
  clear: both;
  float: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 5px;
  text-transform: capitalize;
}
.compare-table-content tr td.product-image-title .title:hover {
  color: #e73c17;
}
.compare-table-content tr td.pro-desc p {
  margin: 0;
  line-height: 30px;
  text-align: left;
}
.compare-table-content tr td a.check-btn {
  color: #000000;
  font-size: 15px;
}
.compare-table-content tr td a.check-btn:hover {
  color: #e73c17;
}
.compare-table-content tr td.pro-color, .compare-table-content tr td.pro-stock {
  font-size: 15px;
  font-weight: 400;
  color: #3f3f3f;
}
.compare-table-content tr td.pro-price {
  color: #e73c17;
  font-size: 16px;
  font-weight: 500;
}
.compare-table-content tr td.pro-remove button {
  border: none;
  background-color: transparent;
  color: #e73c17;
  padding: 0;
  cursor: pointer;
}
.compare-table-content tr td.pro-remove button:hover {
  color: #353535;
}
.compare-table-content tr td.pro-remove button i {
  font-size: 18px;
}
.compare-table-content tr td.pro-ratting i {
  color: #ff9923;
}

.myaccount-tab-menu {
  border: none;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .myaccount-tab-menu {
    margin-bottom: 40px;
  }
}
.myaccount-nav-link {
  background-color: transparent;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  border-radius: 0;
  color: #000000;
  font-size: 15px;
  display: block;
  padding: 10px 15px;
  text-align: left;
  text-transform: capitalize;
}
.myaccount-nav-link:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.myaccount-nav-link.active {
  background-color: #e73c17;
}
.myaccount-nav-link:hover, .myaccount-nav-link.active {
  background-color: #e73c17;
  border-color: #e73c17;
  color: #FFFFFF;
}

.myaccount-content {
  border: 1px solid #eee;
  padding: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .myaccount-content {
    padding: 20px;
  }
}
.myaccount-content form {
  margin-top: -20px;
}
.myaccount-content h3 {
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.myaccount-content .welcome a:hover {
  color: #e73c17;
}
.myaccount-content .welcome strong {
  font-weight: 600;
  color: #e73c17;
}
.myaccount-content p {
  line-height: 28px;
  margin-bottom: 2px;
}
.myaccount-content fieldset {
  margin-top: 20px;
}
.myaccount-content fieldset legend {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.account-details-form {
  margin-top: 50px;
}
.account-details-form .single-input-item {
  margin-bottom: 20px;
}
.account-details-form .single-input-item label {
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  margin: 0 0 5px;
}
.account-details-form .single-input-item input {
  border: 1px solid #e8e8e8;
  width: 100%;
  height: 49px;
  background-color: transparent;
  padding: 2px 20px;
  color: #000000;
  font-size: 13px;
}
.account-details-form .single-input-item input::-webkit-input-placeholder {
  color: #1f2226;
}
.account-details-form .single-input-item input:-moz-placeholder {
  color: #1f2226;
}
.account-details-form .single-input-item input::-moz-placeholder {
  color: #1f2226;
}
.account-details-form .single-input-item input:-ms-input-placeholder {
  color: #1f2226;
}
.account-details-form .single-input-item input:focus {
  border: 1px solid #353535;
}
.account-details-form .single-input-item button {
  border: none;
  background-color: #e73c17;
  text-transform: uppercase;
  font-weight: 600;
  padding: 9px 25px;
  color: #fff;
  font-size: 13px;
}
.account-details-form .single-input-item button:hover {
  background-color: #1f2226;
}

.myaccount-table {
  white-space: nowrap;
  font-size: 14px;
}
.myaccount-table th {
  padding: 10px;
  font-weight: 600;
  background-color: #37474F;
  border-bottom: 0;
  color: #f8f8f8;
}
.myaccount-table td {
  padding: 10px;
  vertical-align: middle;
  border-color: #ccc;
}
.myaccount-table td a {
  font-size: 14px;
  color: #000000;
}

.saved-message {
  background-color: #fff;
  border-top: 3px solid #e73c17;
  font-size: 14px;
  padding: 20px 0;
  color: #333;
}


/*----------------------------------------*/
/*  Blog Post CSS
/*----------------------------------------*/
.post-item-thumb {
  display: block;
  margin-bottom: 41px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .post-item-thumb {
    margin-bottom: 25px;
  }
}
.post-item-thumb img {
  width: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.post-item-thumb:before {
  background-color: rgba(255, 255, 255, 0.09);
  content: "";
  height: 200%;
  left: -280px;
  position: absolute;
  top: -50%;
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 80px;
  z-index: 1;
}
.post-item-thumb:after {
  background-color: rgba(255, 255, 255, 0.09);
  content: "";
  height: 200%;
  left: 180%;
  position: absolute;
  top: -50%;
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 80px;
  z-index: 1;
}
.post-item-content .btn-link {
  color: #444754;
  font-weight: normal;
  font-size: 14px;
  position: relative;
  transition: all 0.3s ease 0s;
}
.post-item-content .btn-link:after {
  background-color: #1565C0;
  bottom: -6px;
  content: "";
  height: 1px;
  right: 0;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 0;
}
.post-item-content .btn-link .icon {
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.post-item-content .btn-link:hover {
  color: #1565C0;
}
.post-item-content .btn-link:hover:after {
  left: 0;
  width: 100%;
}
.post-item-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.post-item-meta .post-item-tag {
  font-size: 13px;
  align-items: center;
  color: #544d4d;
  display: flex;
}
.post-item-meta .icon {
  color: #1565C0;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
.post-item:hover .post-item-thumb img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.post-item:hover .post-item-thumb:before {
  left: 180%;
}
.post-item:hover .post-item-thumb:after {
  left: -280px;
}
.post-border-items{
  transition: 
}
.post-border-items .post-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 12px;
}
.post-border-items .post-item-thumb {
  border-radius: 10px;
  margin-bottom: 30px;
}
.post-border-items .post-item-content {
  padding: 0 15px 15px;
}
@media only screen and (max-width: 767px) {
  .post-border-items .post-item-content {
    padding: 0 5px 15px;
  }
}
.post-item-title{
  height: 55px;
}
.post-border-items .post-item-title a {
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 1.7rem;
  color: #1c1c25;
  opacity: 0.7;
}
.post-border-items:hover .post-item-title a{
  opacity: 1;
}
@media (max-width: 767px) {
  .post-border-items .post-item-title a {
    font-size: 13px;
  }
  .post-item-meta .icon{
    font-size: 10px;
  }
  .post-item-meta .post-item-tag{
    font-size: 10px;
  }
}
.post-border-items .post-item-desc {
  font-size: 14px;
  margin-bottom: 15px;
  text-align: justify;
}
.blog-detail-meta {
  margin-bottom: 13px;
}
.blog-detail-post-date, .blog-detail-post-views {
  align-items: center;
  color: #544d4d;
  display: inline-flex;
  line-height: 1;
}
.blog-detail-post-date i, .blog-detail-post-views i,.blog-detail-post-category i {
  font-size: 15px;
  color: #1565C0;
  margin-left: 10px;
}
.blog-detail-title {
  color: #1a1919;
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
  margin-bottom: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-detail-title {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 767px) {
  .blog-detail-title {
    font-size: 18px;
    line-height: 1.4;
  }
}
.blog-detail-blockquote {
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  margin-bottom: 42px;
  padding: 36px 69px 34px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .blog-detail-blockquote {
    padding: 25px;
  }
}
.blog-detail-blockquote .desc {
  color: #e73c17;
  font-size: 30px;
  font-style: italic;
  line-height: 44px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .blog-detail-blockquote .desc {
    font-size: 18px;
    line-height: 1.7;
  }
}
.blog-detail-blockquote .quote-icon {
  left: 30px;
  position: absolute;
  top: 33px;
}
@media only screen and (max-width: 767px) {
  .blog-detail-blockquote .quote-icon {
    width: 15%;
  }
}
.blog-detail-tag-social {
  align-items: center;
  border-top: 1px solid #e8e8e8;
  display: flex;
  justify-content: space-between;
  margin-top: 42px;
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .blog-detail-tag-social {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .blog-detail-social {
    margin-top: 20px;
  }
}
.blog-detail-social span {
  color: #575757;
  font-weight: 500;
  margin-right: 10px;
}
.blog-detail-social-item {
  background-color: #607D8B;
  border-radius: 3px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 16px;
  height: 36px;
  line-height: 38px;
  margin-right: 4px;
  text-align: center;
  width: 36px;
}
/*.blog-detail-social-item:last-child {
  margin-right: 0;
}
.blog-detail-social-item:hover {
  color: #FFFFFF;
}
.blog-detail-social-item.linkedin-item {
  background-color: #0077b5;
}
.blog-detail-social-item.rss-item {
  background-color: #f26522;
}
.blog-detail-social-item.dribbble-item {
  background-color: #ea4c89;
}*/

.tag-item {
  align-items: center;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  color: #e73c17;
  font-weight: 500;
  display: inline-flex;
  line-height: 1;
  margin-right: 10px;
  min-height: 34px;
  padding: 3px 14px;
}
@media only screen and (max-width: 575px) {
  .tag-item {
    margin-bottom: 10px;
  }
}
.tag-item i {
  color: #000000;
  font-size: 12px;
  margin-right: 6px;
}
.tag-item i:hover {
  color: #e73c17;
}
.tag-item:hover {
  border-color: #e73c17;
}

.comment-area {
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  margin-top: 98px;
  padding: 43px 40px 40px;
}
@media only screen and (max-width: 575px) {
  .comment-area {
    padding: 33px 15px 30px;
  }
}
.comment-area-title {
  margin-bottom: 37px;
  padding-bottom: 9px;
  position: relative;
}
.comment-area-title:after {
  background-color: #e73c17;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100px;
}
.comment-area-title:before {
  background-color: #e9e9e9;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  max-width: 210px;
  position: absolute;
  width: 100%;
}

.single-comment {
  display: flex;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .single-comment {
    display: block;
  }
}
.single-comment-thumb {
  margin-right: 30px;
  min-width: 120px;
}
@media only screen and (max-width: 575px) {
  .single-comment-thumb {
    margin-bottom: 30px;
    margin-right: 0;
  }
}
.single-comment-thumb img {
  border: 1px solid #efefef;
  border-radius: 50%;
}
.single-comment-name {
  color: #000;
  font-weight: 400;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.single-comment-date {
  color: #e73c17;
  display: block;
  margin-bottom: 11px;
  text-transform: uppercase;
}
.single-comment .reply-icon {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(231, 60, 23, 0.5);
  color: #e73c17;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 50px;
  top: 4px;
}
@media only screen and (max-width: 575px) {
  .single-comment .reply-icon {
    margin-top: 20px;
    position: relative;
    right: auto;
    top: 0;
  }
}

.comment-form-area {
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  margin-top: 98px;
  padding: 43px 40px 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .comment-form-area {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .comment-form-area {
    padding: 33px 15px 30px;
  }
}
.comment-form-title {
  margin-bottom: 42px;
  padding-bottom: 9px;
  position: relative;
}
.comment-form-title:after {
  background-color: #e73c17;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100px;
}
.comment-form-title:before {
  background-color: #e9e9e9;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  max-width: 210px;
  position: absolute;
  width: 100%;
}

.page-numbers {
  display: flex;
  justify-content: start;
  margin-bottom: 0;
}

.page-number {
  border: 1px solid #ECEFF1;
  border-radius: 8px;
  background-color: #fff;
  color: #455A64;
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: 0 5px;
  transition: all 0.3s;
}
.page-number:hover, .page-number.active {
  background-color: #003566;
  border-color: #e8e8e8;
  color: #FFFFFF;
}
.page-number.next {
  font-size: 16px;
  line-height: 47px;
}

/*----------------------------------------*/
/*  Contact CSS
/*----------------------------------------*/

.contact-wrp {
  background-color: #fafafa;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 75px 25px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .contact-wrp {
    padding: 50px 0;
  }
}

.contact-info-area {
  padding: 0 11px 0 60px;
}
@media only screen and (max-width: 767px) {
  .contact-info-area {
    padding: 0 15px;
  }
}
.contact-info-area-title {
  border-bottom: 2px solid #e9e9e9;
  margin-bottom: 50px;
  margin-left: 88px;
  padding-bottom: 9px;
  position: relative;
}
.contact-info-area-title:after {
  background-color: #e73c17;
  bottom: -2px;
  content: "";
  height: 2px;
  right: 0;
  position: absolute;
  width: 100px;
}
.contact-info-item {
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 23px;
}
.contact-info-item:last-child {
  border-bottom: none;
}
.contact-info-item:hover .contact-info-icon {
  background-color: #e73c17;
}
.contact-info-icon {
  background-color: #121212;
  border-radius: 50%;
  color: #FFFFFF;
  flex: none;
  height: 60px;
  line-height: 60px;
  margin-left: 20px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 60px;
}
.contact-info-icon img {
  max-width: none;
}
.contact-info-content {
  line-height: 1.5;
}
.contact-info-content a {
  color: #464545;
  display: block;
}
.contact-info-content a:hover {
  color: #e73c17;
}
.contact-info-content p {
  color: #464545;
}
.contact-info-content span {
  display: block;
}

.contact-form-area {
  padding: 0 80px 0 60px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-area {
    padding: 0 60px 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form-area {
    padding: 0 15px;
  }
}
.contact-form-area:before {
  background-color: #e8e8e8;
  content: "";
  height: calc(100% + 47px);
  right: 19px;
  position: absolute;
  top: -20px;
  width: 1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-form-area:before {
    display: none;
  }
}
.contact-form-title {
  border-bottom: 2px solid #e9e9e9;
  margin-bottom: 50px;
  padding-bottom: 9px;
  position: relative;
}
.contact-form-title:after {
  background-color: #e73c17;
  bottom: -2px;
  content: "";
  height: 2px;
  right: 0;
  position: absolute;
  width: 100px;
}

.form-input-item {
  margin-bottom: 15px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .form-input-item {
    margin-bottom: 15px;
  }
}
.form-input-item:focus .icon, .form-input-item:hover .icon {
  color: #e73c17;
}
.form-input-item .icon {
  color: #d4d4d4;
  font-size: 18px;
  left: 24px;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease 0s;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.form-input-item .form-control {
  border: 2px solid #d3d3d3;
  border-radius: 10px;
  box-shadow: none;
  color: #000000;
  height: 55px;
}
.form-input-item .form-control::-webkit-input-placeholder {
  color: #737373;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .form-input-item .form-control::-webkit-input-placeholder {
    font-size: 14px;
  }
}
.form-input-item .form-control:-moz-placeholder {
  color: #737373;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .form-input-item .form-control:-moz-placeholder {
    font-size: 14px;
  }
}
.form-input-item .form-control::-moz-placeholder {
  color: #737373;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .form-input-item .form-control::-moz-placeholder {
    font-size: 14px;
  }
}
.form-input-item .form-control:-ms-input-placeholder {
  color: #737373;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .form-input-item .form-control:-ms-input-placeholder {
    font-size: 14px;
  }
}
.form-input-item .form-control:active, .form-input-item .form-control:focus {
  border-color: #1565C0;
}
.form-input-item textarea.form-control {
  min-height: 217px;
  padding: 21px 10px 0 31px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .form-input-item textarea.form-control {
    min-height: 120px;
  }
}

.btn-submit {
  padding: 0 25px;
}
.btn-submit .icon {
  margin-left: 9px;
}

.error-content {
  padding: 175px 0 200px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .error-content {
    padding: 151px 0 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .error-content {
    padding: 142px 0 150px;
  }
}
@media only screen and (max-width: 575px) {
  .error-content {
    padding: 112px 0 120px;
  }
}
.error-content h1 {
  font-weight: 400;
  font-size: 42px;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .error-content h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .error-content h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .error-content h1 {
    font-size: 22px;
  }
}
.error-content p {
  line-height: 35px;
  width: 90%;
  margin: 20px auto 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .error-content p {
    width: 100%;
  }
}
.error-content p a {
  color: #e73c17;
  font-size: 18px;
  margin-top: 10px;
}
.error-content p a:hover {
  color: #000000;
}

.error-search {
  margin: 0 auto;
  max-width: 370px;
  position: relative;
}
.error-search input {
  background-color: transparent;
  border: 1px solid #e5e5e5;
  border-radius: 50px;
  color: #000000;
  font-size: 15px;
  height: 48px;
  padding: 2px 50px 2px 20px;
  width: 100%;
}
.error-search input::-webkit-input-placeholder {
  color: #495057;
}
.error-search input:-moz-placeholder {
  color: #495057;
}
.error-search input::-moz-placeholder {
  color: #495057;
}
.error-search input:-ms-input-placeholder {
  color: #495057;
}
.error-search input:focus {
  border-color: #353535;
}
.error-search button {
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  right: 16px;
  padding: 0;
  border: none;
  background-color: transparent;
}
.error-search button img {
  opacity: 0.7;
  position: relative;
  top: -3px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.error-search button:hover img {
  opacity: 1;
}

.map-area iframe {
  width: 100%;
  height: 675px;
  border-radius: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .map-area iframe {
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .map-area iframe {
    height: 360px;
  }
}
@media only screen and (max-width: 575px) {
  .map-area iframe {
    height: 260px;
  }
}

/*----------------------------------------*/
/*  Testimonial CSS
/*----------------------------------------*/
.testimonial-item .name {
  color: #FFFFFF;
  font-weight: 500;
  margin-bottom: 6px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.testimonial-item .designation {
  color: #FFFFFF;
  font-weight: 400;
  margin-bottom: 0;
}
.testimonial-item:hover .client-thumb img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.testimonial-item:hover .name {
  color: #e73c17;
}
.testimonial-content {
  background-color: #FFFFFF;
  border-radius: 10px 10px 10px 0;
  padding: 21px 28px 25px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .testimonial-content {
    padding: 36px 28px 40px;
  }
}
.testimonial-content:after {
  background-color: #FFFFFF;
  border-radius: 0 0 0 10px;
  bottom: -45px;
  content: "";
  height: 45px;
  left: 0;
  position: absolute;
  width: 80%;
}
.testimonial-content .icon-quote {
  bottom: -17px;
  position: absolute;
  pointer-events: none;
  right: 7px;
}
@media only screen and (max-width: 767px) {
  .testimonial-content .icon-quote {
    bottom: -15px;
  }
}
.testimonial-content p {
  color: #2d2d2d;
  font-size: 18px;
  font-weight: 500;
  line-height: 31px;
}
@media only screen and (max-width: 767px) {
  .testimonial-content p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 3px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-content p {
    font-size: 16px;
  }
}
.testimonial-info {
  align-items: center;
  background-color: #0b0b0b;
  border-radius: 40px 0 0 40px;
  display: flex;
  padding: 13px 5px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .testimonial-info {
    padding: 13px;
  }
}
.testimonial-info .client-thumb {
  border-radius: 50%;
  margin-right: 25px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .testimonial-info .client-thumb {
    margin-right: 12px;
    max-width: 65px;
  }
}
.testimonial-info .client-thumb img {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.swiper-button-style2 {
  position: relative;
}
.swiper-button-style2 .swiper-button-prev, .swiper-button-style2 .swiper-button-next {
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 30px;
  height: auto;
  left: -100px;
  line-height: 1;
  text-align: center;
  top: calc(50% - 44px);
  width: auto;
  transition: all 0.3s ease 0s;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .swiper-button-style2 .swiper-button-prev, .swiper-button-style2 .swiper-button-next {
    left: -40px;
  }
}
.swiper-button-style2 .swiper-button-prev:hover, .swiper-button-style2 .swiper-button-next:hover {
  color: #e73c17;
}
.swiper-button-style2 .swiper-button-prev:before, .swiper-button-style2 .swiper-button-next:before {
  content: "\e605";
  font-family: "Simple-Line-Icons";
  font-size: 30px;
}
.swiper-button-style2 .swiper-button-prev:after, .swiper-button-style2 .swiper-button-next:after {
  display: none;
}
.swiper-button-style2 .swiper-button-next {
  left: auto;
  right: -100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .swiper-button-style2 .swiper-button-next {
    right: -40px;
  }
}
.swiper-button-style2 .swiper-button-next:before {
  content: "\e606";
}

/*----------------------------------------*/
/*  Gallery CSS
/*----------------------------------------*/
.gallery-item {
  position: relative;
}
.gallery-item:hover .gallery-overlay {
  color: #FFFFFF;
  opacity: 1;
}
.gallery-overlay {
  align-items: center;
  background-color: rgba(37, 37, 37, 0.65);
  border-radius: 4px;
  color: #FFFFFF;
  display: flex;
  font-size: 30px;
  height: 100%;
  justify-content: center;
  left: 0;
  line-height: 1;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .gallery-overlay {
    font-size: 20px;
  }
}

/*----------------------------------------*/
/*  Brand Logo CSS
/*----------------------------------------*/
.brand-logo-item {
  align-items: center;
  border-right: 1px solid #e1e1e1;
  display: flex;
  justify-content: center;
  min-height: 134px;
}
.brand-logo-item img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.brand-logo-slider-container {
  border: 1px solid #e1e1e1;
  border-right: none;
}

.brand-logo-two-slider-container {
  border: 1px solid #e1e1e1;
  border-right: none;
}

/*----------------------------------------*/
/*  Sidebar CSS
/*----------------------------------------*/
.sidebar-area .widget-item {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 20px 30px;
}
.sidebar-area .widget-item .form-check{
	margin-right: 10px;
}
.sidebar-area .widget-two-title {
  border-bottom: 2px solid #e9e9e9;
  margin-bottom: 19px;
  padding-bottom: 10px;
  position: relative;
  font-size: 18px;
}
.sidebar-area .widget-two-title:after {
  background-color: #000;
  bottom: -2px;
  content: "";
  height: 2px;
  right: 0;
  position: absolute;
  width: 100px;
}

.widget-item-one {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
}

.widget-filter-size + .widget-price-filter {
  margin: 36px 0 3px 0;
}

.filter-size-title {
  color: #000000;
  font-weight: 400;
  margin-bottom: 23px;
}

.filter-form-check {
  align-items: center;
  display: flex;
  line-height: 1;
  margin-bottom: 18px;
}
.filter-form-check:last-child {
  margin-bottom: 0;
}
.filter-form-check-input {
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  height: 14px;
  margin-right: 11px;
  transition: all 0.3s ease 0s;
  width: 14px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.filter-form-check-input:checked {
  background-color: #e73c17;
  border-color: #e73c17;
}
.filter-form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3 6-6'/%3E%3C/svg%3E");
}
.filter-form-check-label {
  color: #474748;
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.filter-form-check:hover .filter-form-check-label {
  color: #e73c17;
}

.widget-features-area {
  padding: 0 5px;
}
.widget-features-area .feature-item {
  border: none;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 20px;
  padding: 0 0 20px;
}
.widget-features-area .feature-item:last-child {
  margin-bottom: 0;
}
.widget-features-area .feature-icon {
  margin-left: -5px;
}

.widget-price-filter {
  padding-right: 34px;
}

.filter-price-title {
  color: #000000;
  font-weight: 400;
  margin-bottom: 30px;
}

.slider-range {
  margin-bottom: 23px;
}

.slider-labels {
  align-items: center;
  color: #474748;
  display: flex;
  line-height: 1;
}
.slider-labels p {
  margin-bottom: 0;
  margin-right: 6px;
}
.slider-labels span {
  color: #e73c17;
  font-weight: 700;
}

.noUi-background {
  background-color: #ebebeb;
}

.noUi-connect {
  background-color: #e73c17;
}

.noUi-horizontal .noUi-handle {
  background-color: #FFFFFF;
  border: 3px solid #e73c17;
  border-radius: 50%;
  cursor: pointer;
  height: 9px;
  left: 0px;
  top: -6px;
  width: 9px;
}
.noUi-horizontal .noUi-handle:active {
  left: 0px;
}
.noUi-horizontal .noUi-handle.noUi-handle-lower {
  left: 0;
}
.noUi-horizontal .noUi-handle.noUi-handle-lower:active {
  left: 0;
}

.widget-product-item {
  align-items: center;
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 26px;
  position: relative;
}
.widget-product-item:after {
  background-color: #e8e8e8;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.widget-product-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget-product-item:last-child:after {
  display: none;
}
.widget-product-item:hover .widget-product-title {
  color: #e73c17;
}
.widget-product-item:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.widget-product-thumb {
  border-radius: 6px;
  margin-right: 20px;
  min-width: 96px;
  overflow: hidden;
}
.widget-product-thumb img {
  transition: all 0.3s ease 0s;
}
.widget-product-content {
  padding-top: 3px;
}
.widget-product-title {
  font-weight: 500;
  line-height: 1.5625;
  margin-bottom: 7px;
  transition: all 0.3s ease 0s;
}
.widget-product-price {
  color: #e73c17;
  font-size: 18px;
  font-weight: 600;
}
.widget-product-two-item {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 21px;
  position: relative;
}
.widget-product-two-item:after {
  background-color: #e8e8e8;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.widget-product-two-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget-product-two-item:last-child:after {
  display: none;
}
.widget-product-two-item:hover .widget-product-two-title {
  color: #e73c17;
}
.widget-product-two-item:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.widget-product-two-title {
  color: #353535;
  font-weight: 500;
  line-height: 1.375;
  margin-bottom: 2px;
  margin-right: -5px;
  transition: all 0.3s ease 0s;
}
.widget-product-two-thumb {
  border-radius: 4px;
  margin-right: 15px;
  min-width: 70px;
  overflow: hidden;
}
.widget-product-two-thumb img {
  transition: all 0.3s ease 0s;
}
.widget-product-two-price {
  color: #e73c17;
  font-size: 16px;
  font-weight: 600;
}

.widget-post-item {
  align-items: center;
  display: flex;
  margin-bottom: 17px;
  padding-bottom: 18px;
  position: relative;
}
.widget-post-item:after {
  background-color: #e8e8e8;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.widget-post-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget-post-item:last-child:after {
  display: none;
}
.widget-post-item:hover .widget-post-title {
  color: #e73c17;
}
.widget-post-item:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.widget-post-title {
  font-weight: 600;
  line-height: 1.375;
  margin-bottom: 7px;
  transition: all 0.3s ease 0s;
}
.widget-post-thumb {
  border-radius: 4px;
  margin-left: 15px;
  min-width: 70px;
  overflow: hidden;
}
.widget-post-thumb img {
  transition: all 0.3s ease 0s;
}
.widget-post-date {
	font-size: 13px;
  align-items: center;
  color: #333;
  display: flex;
}
.widget-post-date i {
  color: #e73c17;
  margin-left: 6px;
}

.widget-tag-items {
  margin: 0 -5px;
}
.widget-tag-items .tag-item {
  margin: 0 5px 15px;
}

.widget-category-item {
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
  color: #555758;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  margin-left: -4px;
  padding: 12px 1px;
}
.widget-category-item:last-child {
  border-bottom: none;
}
.widget-category-item .icon {
  margin-left: 10px;
  min-width: 24px;
}
.widget-category-item .icon img {
  max-width: none;
  transition: all 0.3s ease 0s;
}
.widget-category-item:hover {
  color: #000000;
}
.widget-category-item:hover img {
  filter: brightness(0.7);
}
